From 18522a2cef0bb927a5567aa50cb68973a8b2d917 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 14 Apr 2016 22:33:37 +0000 Subject: [PATCH] python_dulwich: bump version. --- ...{dulwich-0.9.7.recipe => dulwich-0.12.0.recipe} | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) rename dev-python/dulwich/{dulwich-0.9.7.recipe => dulwich-0.12.0.recipe} (72%) diff --git a/dev-python/dulwich/dulwich-0.9.7.recipe b/dev-python/dulwich/dulwich-0.12.0.recipe similarity index 72% rename from dev-python/dulwich/dulwich-0.9.7.recipe rename to dev-python/dulwich/dulwich-0.12.0.recipe index 15ca52e4e..e899ab398 100644 --- a/dev-python/dulwich/dulwich-0.9.7.recipe +++ b/dev-python/dulwich/dulwich-0.12.0.recipe @@ -6,10 +6,10 @@ HOMEPAGE="http://www.samba.org/~jelmer/dulwich/" COPYRIGHT="2008-2013 Jelmer Vernooij" LICENSE="GNU GPL v2" REVISION="1" -SOURCE_URI="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.9.7.tar.gz" -CHECKSUM_SHA256="12e77b0434a3bb3075e9c96e608ee9c3f85e49bc9c8335139aba8795de4000f3" +SOURCE_URI="https://pypi.python.org/packages/source/d/dulwich/dulwich-$portVersion.tar.gz" +CHECKSUM_SHA256="8f9070f37eec6175aab60d7064246b5b6453b2fab342589101f1c8feda0a0cc6" -ARCHITECTURES="x86 x86_gcc2" +ARCHITECTURES="x86 x86_gcc2 x86_64" PROVIDES=" dulwich = $portVersion @@ -21,24 +21,24 @@ PROVIDES=" " REQUIRES=" haiku - cmd:python + cmd:python2 " BUILD_REQUIRES=" haiku_devel " BUILD_PREREQUIRES=" - cmd:python + cmd:python2 cmd:gcc " 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 }