Skip to content

Commit 17c1544

Browse files
author
Ryan Northey
committed
added zope.component architecture metarecipe
1 parent e9b75a0 commit 17c1544

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
true
12+
}
13+
14+
function postbuild_zope_component_architecture() {
15+
true
16+
}

0 commit comments

Comments
 (0)