We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b75a0 commit 17c1544Copy full SHA for 17c1544
recipes/zope_component_architecture/recipe.sh
@@ -0,0 +1,16 @@
1
+#!/bin/bash
2
+
3
+DEPS_zope_component_architecture=(setuptools zope_component zope_configuration zope_deferredimport zope_thread zope_testing zope_exceptions zope_deprecation zope_security zope_dottedname)
4
+RECIPE_zope_component_architecture=$RECIPES_PATH/zope_component_architecture
5
6
+function prebuild_zope_component_architecture() {
7
+ true
8
+}
9
10
+function build_zope_component_architecture() {
11
12
13
14
+function postbuild_zope_component_architecture() {
15
16
0 commit comments