diff --git a/dev-python/zope.interface/python_zope.interface-4.1.1.recipe b/dev-python/zope.interface/python_zope.interface-4.1.3.recipe similarity index 74% rename from dev-python/zope.interface/python_zope.interface-4.1.1.recipe rename to dev-python/zope.interface/python_zope.interface-4.1.3.recipe index ff31ea6f5..6379c0aa5 100644 --- a/dev-python/zope.interface/python_zope.interface-4.1.1.recipe +++ b/dev-python/zope.interface/python_zope.interface-4.1.3.recipe @@ -9,9 +9,9 @@ For detailed documentation, please see http://docs.zope.org/zope.interface" HOMEPAGE="http://pypi.python.org/pypi/zope.interface" COPYRIGHT="2004-2014 Zope Foundation and Contributors" LICENSE="ZPL 2.1" -REVISION="3" -SOURCE_URI="https://pypi.python.org/packages/source/z/zope.interface/zope.interface-4.1.1.tar.gz" -CHECKSUM_SHA256="91cba7b7cd7cb82f6f4e023fe77f94dc3df4ae5287fd55def2148dc232d0c7da" +REVISION="1" +SOURCE_URI="https://pypi.python.org/packages/source/z/zope.interface/zope.interface-$portVersion.tar.gz" +CHECKSUM_SHA256="2e221a9eec7ccc58889a278ea13dcfed5ef939d80b07819a9a8b3cb1c681484f" SOURCE_DIR="zope.interface-$portVersion" ARCHITECTURES="x86 x86_gcc2 x86_64" @@ -21,22 +21,22 @@ PROVIDES=" " REQUIRES=" haiku - cmd:python + cmd:python2 " BUILD_REQUIRES="" BUILD_PREREQUIRES=" haiku_devel - cmd:python + cmd:python2 " BUILD() { - $portPackageLinksDir/cmd~python/bin/python setup.py build + $portPackageLinksDir/cmd~python2/bin/python2 setup.py build } INSTALL() { - $portPackageLinksDir/cmd~python/bin/python setup.py install \ + $portPackageLinksDir/cmd~python2/bin/python2 setup.py install \ --prefix=$prefix }