diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-21 13:17:54 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-21 13:53:59 -0300 |
commit | 13a65b1a4ccb799a0e47dade56c697fe90dee8b8 (patch) | |
tree | 233a6fb4a7779eee63309b12aefe243b6b3d4380 /community/py3-pathlib2 | |
parent | 1b5d574cbde0b2744500b97c08fa8d171240bd6b (diff) | |
download | aports-13a65b1a4ccb799a0e47dade56c697fe90dee8b8.tar.bz2 aports-13a65b1a4ccb799a0e47dade56c697fe90dee8b8.tar.xz |
community/py3-pathlib2: upgrade to 2.3.5
Diffstat (limited to 'community/py3-pathlib2')
-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" |