aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-27 07:01:13 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-27 07:02:48 -0300
commite7de287a2c0f402b5ffff5df0ad3dc6024a5becf (patch)
tree9d84f0de4379b38af18f123e99c4dd205bcb6644 /community
parent5b398af6f67cf420e17af1dabbf73d818a345aae (diff)
downloadaports-e7de287a2c0f402b5ffff5df0ad3dc6024a5becf.tar.bz2
aports-e7de287a2c0f402b5ffff5df0ad3dc6024a5becf.tar.xz
community/py3-ruamel.std.pathlib: upgrade to 0.6.4
Diffstat (limited to 'community')
-rw-r--r--community/py3-ruamel.std.pathlib/APKBUILD12
1 files changed, 4 insertions, 8 deletions
diff --git a/community/py3-ruamel.std.pathlib/APKBUILD b/community/py3-ruamel.std.pathlib/APKBUILD
index 51e7c1dbcf..f49553402b 100644
--- a/community/py3-ruamel.std.pathlib/APKBUILD
+++ b/community/py3-ruamel.std.pathlib/APKBUILD
@@ -2,8 +2,8 @@
# Contributor: Keith Maxwell <keith.maxwell@gmail.com>
pkgname=py3-ruamel.std.pathlib
_pyname=ruamel.std.pathlib
-pkgver=0.6.3
-pkgrel=1
+pkgver=0.6.4
+pkgrel=0
pkgdesc="improvements over the standard pathlib module and pathlib2 package"
url=https://bitbucket.org/ruamel/std.pathlib
arch=noarch
@@ -13,22 +13,18 @@ makedepends="py3-setuptools"
checkdepends="py3-pytest"
source="$_pyname-$pkgver.tar.gz::https://bitbucket.org/ruamel/std.pathlib/get/$pkgver.tar.gz
python3.7.patch"
-# 79fff2a1baf7ae44c46415b5fac653cf4a7db9d2 0.6.3
-builddir="$srcdir/ruamel-std.pathlib-79fff2a1baf7"
+builddir="$srcdir/ruamel-std.pathlib-12032dc99624"
build() {
- cd "$builddir"
python3 setup.py build
}
check() {
- cd "$builddir"
PYTHONPATH=build/lib python3 -m pytest
}
package() {
- cd "$builddir"
python3 -m pip install . --prefix=/usr --root="$pkgdir"
}
-sha512sums="1210d8f7ae77c6358fc857c3ee447b2eb9802eaa31a210804acd74ec23dfd6ac9dec90dd7b21c79dcb4845dff4ad3614dd615c4798d3d7a39cc3a877cb9b63b0 ruamel.std.pathlib-0.6.3.tar.gz
+sha512sums="591aec63c14c269d6b0838ae4867d58bd0642cf84cff841eda53a4d60f076ba68fdcb54d7e2932b248ee61feb773bf28b6309947886d350af34ed9f580c9d939 ruamel.std.pathlib-0.6.4.tar.gz
51b2c1cebec4cefca455ba3f744f1dc40d2b2243b7df1d8911a5fd4f214c295f949b8556953a00c3a5c542f8bedccd2260466fd5c19f033572cd0f91504b80fd python3.7.patch"