diff options
Diffstat (limited to 'community')
-rw-r--r-- | community/py3-pathlib2/APKBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/community/py3-pathlib2/APKBUILD b/community/py3-pathlib2/APKBUILD index 391df5fa50..0e2e57bb69 100644 --- a/community/py3-pathlib2/APKBUILD +++ b/community/py3-pathlib2/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Carlo Landmeter <clandmeter@alpinelinux.org> # Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org> pkgname=py3-pathlib2 -pkgver=2.3.4 -pkgrel=1 +pkgver=2.3.5 +pkgrel=0 pkgdesc="Fork of pathlib aiming to support the full stdlib Python API" url="https://github.com/mcmtroffaes/pathlib2" arch="noarch" @@ -16,18 +16,15 @@ replaces="py-pathlib2" # Backwards compatibility provides="py-pathlib2=$pkgver-r$pkgrel" # Backwards compatibility build() { - cd "$builddir" python3 setup.py build } check() { - cd "$builddir" python3 setup.py test } package() { - cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="79b37a97037ba9ca2b315c7c4ff06e8b9b492d4f5d5cfe33e8b4cae533bf2314d27edb1a21f83791d82a1761df6a97bc07376cbff61e29e4bf43552daab499a0 pathlib2-2.3.4.tar.gz" +sha512sums="0404a86c1a374aafa3b352ab41855bd1384bfbb047116de8d44ee3e0efe331938596eb6c266216310b40b7a9db3cb9086a6c3190faa8169f89cc8772294c4ea0 pathlib2-2.3.5.tar.gz" |