mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
community/py-py: upgrade to 1.5.3
This commit is contained in:
parent
4a455eb3c8
commit
0afede9b8b
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
|
||||||
pkgname=py-py
|
pkgname=py-py
|
||||||
_pkgname=py
|
_pkgname=py
|
||||||
pkgver=1.4.34
|
pkgver=1.5.3
|
||||||
pkgrel=0
|
pkgrel=0
|
||||||
pkgdesc="A python library with cross-python path, ini-parsing, io, code, log facilities"
|
pkgdesc="A python library with cross-python path, ini-parsing, io, code, log facilities"
|
||||||
url="http://pytest.org"
|
url="http://pytest.org"
|
||||||
@ -16,10 +16,17 @@ builddir="$srcdir/$_pkgname-$pkgver"
|
|||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$builddir"
|
cd "$builddir"
|
||||||
python2 setup.py build || return 1
|
python2 setup.py build
|
||||||
python3 setup.py build || return 1
|
python3 setup.py build
|
||||||
}
|
}
|
||||||
|
|
||||||
|
check() {
|
||||||
|
cd "$builddir"
|
||||||
|
python2 setup.py check
|
||||||
|
python3 setup.py check
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
package() {
|
package() {
|
||||||
mkdir -p "$pkgdir"
|
mkdir -p "$pkgdir"
|
||||||
}
|
}
|
||||||
@ -43,4 +50,4 @@ _py3() {
|
|||||||
_py python3
|
_py python3
|
||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="2e19c82c8315274bffe0ba2c7e20ae3af95f942c40c16121ec953af186f8ff33e8f427c070e137bb04b7cc6dcc6779e35df3911c08595fd3294b5ec9897706e1 py-1.4.34.tar.gz"
|
sha512sums="243c0da94c439163257c525ef00b30fd6d8add5897121ee0b1f19476b50f18823ce2b99a5ab27a9cf47598b538758d0534060123dce0820d2a65d98046548c96 py-1.5.3.tar.gz"
|
||||||
|
Loading…
Reference in New Issue
Block a user