mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-08 18:22:30 +01:00
testing/py-dulwich: new aport
A python implementation of the Git file formats and protocols http://www.samba.org/~jelmer/dulwich/
This commit is contained in:
parent
77e94a85b8
commit
e87132aaa3
30
testing/py-dulwich/APKBUILD
Normal file
30
testing/py-dulwich/APKBUILD
Normal file
@ -0,0 +1,30 @@
|
||||
# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py-dulwich
|
||||
_pkgname=dulwich
|
||||
pkgver=0.8.3
|
||||
pkgrel=0
|
||||
pkgdesc="A python implementation of the Git file formats and protocols"
|
||||
url="http://www.samba.org/~jelmer/dulwich/"
|
||||
arch="all"
|
||||
license="GPL2+"
|
||||
depends=""
|
||||
depends_dev=""
|
||||
makedepends="python-dev py-setuptools"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="http://samba.org/~jelmer/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
_builddir="$srcdir"/$_pkgname-$pkgver
|
||||
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
python setup.py build || return 1
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
||||
}
|
||||
|
||||
md5sums="8c38eb9c4001c56519cefb0b8acc8e6d dulwich-0.8.3.tar.gz"
|
||||
Loading…
x
Reference in New Issue
Block a user