diff --git a/dev-python/dulwich/dulwich-0.9.1.recipe b/dev-python/dulwich/dulwich-0.9.1.recipe deleted file mode 100644 index a0ff8b3e4..000000000 --- a/dev-python/dulwich/dulwich-0.9.1.recipe +++ /dev/null @@ -1,48 +0,0 @@ -SUMMARY="Simple Python implementation of the Git file formats and protocols." -DESCRIPTION=" -Dulwich is a simple Python implementation of the Git file formats and \ -protocols. All functionality is available in pure Python. Optional C \ -extensions can be built for improved performance. -" -HOMEPAGE="http://www.samba.org/~jelmer/dulwich/" -SRC_URI="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.9.1.tar.gz" -CHECKSUM_SHA256="e9f69677b7428c57f6260f1876f075057c7e24907979b4da6e5fcad3c6852545" -LICENSE="GNU GPL v2" -COPYRIGHT="2008-2013 Jelmer Vernooij" -REVISION="1" - -ARCHITECTURES="x86 x86_gcc2" - -PROVIDES=" - dulwich = $portVersion - cmd:dul_daemon = $portVersion - cmd:dul_receive_pack = $portVersion - cmd:dul_upload_pack = $portVersion - cmd:dul_web = $portVersion - cmd:dulwich = $portVersion - " - -REQUIRES=" - haiku >= $haikuVersion - cmd:python - " - -BUILD_REQUIRES="" - -BUILD_PREREQUIRES=" - haiku_devel >= $haikuVersion - cmd:python - cmd:gcc - " - - -BUILD() -{ - $portPackageLinksDir/cmd~python/bin/python setup.py build -} - -INSTALL() -{ - $portPackageLinksDir/cmd~python/bin/python setup.py install \ - --prefix=$prefix -} diff --git a/dev-python/dulwich/dulwich-0.9.4.recipe b/dev-python/dulwich/dulwich-0.9.7.recipe similarity index 91% rename from dev-python/dulwich/dulwich-0.9.4.recipe rename to dev-python/dulwich/dulwich-0.9.7.recipe index c93b166fa..560e5c3ea 100644 --- a/dev-python/dulwich/dulwich-0.9.4.recipe +++ b/dev-python/dulwich/dulwich-0.9.7.recipe @@ -5,8 +5,8 @@ protocols. All functionality is available in pure Python. Optional C \ extensions can be built for improved performance. " HOMEPAGE="http://www.samba.org/~jelmer/dulwich/" -SRC_URI="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.9.4.tar.gz" -CHECKSUM_SHA256="1cd555533d9a5cc319f5c68e21e31be190104ee1be5b5d3899a8a522e924b3fc" +SRC_URI="https://pypi.python.org/packages/source/d/dulwich/dulwich-0.9.7.tar.gz" +CHECKSUM_SHA256="12e77b0434a3bb3075e9c96e608ee9c3f85e49bc9c8335139aba8795de4000f3" LICENSE="GNU GPL v2" COPYRIGHT="2008-2013 Jelmer Vernooij" REVISION="1"