mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/py-setuptools-git: upgrade to 1.2 and modernize
This commit is contained in:
parent
c6e511e503
commit
b463fa8ccf
@ -2,40 +2,26 @@
|
||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||
pkgname=py-setuptools-git
|
||||
_pkgname=setuptools-git
|
||||
pkgver=1.1
|
||||
pkgver=1.2
|
||||
pkgrel=0
|
||||
pkgdesc="Setuptools plugin for Git"
|
||||
url="https://github.com/wichert/setuptools-git"
|
||||
arch="noarch"
|
||||
license="BSD"
|
||||
depends="python2 git"
|
||||
depends_dev=""
|
||||
makedepends="python2-dev py-setuptools"
|
||||
install=""
|
||||
subpackages=""
|
||||
source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
|
||||
|
||||
_builddir="$srcdir"/$_pkgname-$pkgver
|
||||
prepare() {
|
||||
local i
|
||||
cd "$_builddir"
|
||||
for i in $source; do
|
||||
case $i in
|
||||
*.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
|
||||
esac
|
||||
done
|
||||
}
|
||||
builddir="$srcdir/$_pkgname-$pkgver"
|
||||
|
||||
build() {
|
||||
cd "$_builddir"
|
||||
python2 setup.py build || return 1
|
||||
cd "$builddir"
|
||||
python2 setup.py build
|
||||
}
|
||||
|
||||
package() {
|
||||
cd "$_builddir"
|
||||
python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
|
||||
cd "$builddir"
|
||||
python2 setup.py install --prefix=/usr --root="$pkgdir"
|
||||
}
|
||||
|
||||
md5sums="7b5967e9527c789c3113b07a1f196f6e setuptools-git-1.1.tar.gz"
|
||||
sha256sums="047d7595546635edebef226bc566579d422ccc48a8a91c7d32d8bd174f68f831 setuptools-git-1.1.tar.gz"
|
||||
sha512sums="39e19c107f6398aaa1b78961c3b0d9d7b57b181d8ce0d93780460867fb7535ce45d266b93af43f45aa7afb89299199df22b0fdea61e9090932aeb4bd69c5f1f0 setuptools-git-1.1.tar.gz"
|
||||
sha512sums="c070911618b6b92c862fb0bd40f1daeaf79e2ba10389fa1e69e4c50cfdd39c8e57a612082cbc7d932f8cea12a769e13451e35e1c8fe34f170d4817fd0d44f156 setuptools-git-1.2.tar.gz"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user