mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-19 02:00:06 +02:00
Update python dulwich to 0.9.4
This commit is contained in:
46
dev-python/dulwich/dulwich-0.9.4.recipe
Normal file
46
dev-python/dulwich/dulwich-0.9.4.recipe
Normal file
@@ -0,0 +1,46 @@
|
||||
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.4.tar.gz"
|
||||
CHECKSUM_MD5="35209870f231cafe3f5a6c7c1daa3d20"
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user