8000
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 9debb58 commit 916e719Copy full SHA for 916e719
recipes/zope/recipe.sh
@@ -1,9 +1,9 @@
1
#!/bin/bash
2
3
-VERSION_zope=${VERSION_zope:-3.8.0}
+VERSION_zope=${VERSION_zope:-4.1.2}
4
URL_zope=http://pypi.python.org/packages/source/z/zope.interface/zope.interface-$VERSION_zope.tar.gz
5
DEPS_zope=(python)
6
-MD5_zope=8ab837320b4532774c9c89f030d2a389
+MD5_zope=04298faeaa70b4f3b23fa2ae8987262c
7
BUILD_zope=$BUILD_PATH/zope/$(get_directory $URL_zope)
8
RECIPE_zope=$RECIPES_PATH/zope
9
0 commit comments