diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-29 14:34:31 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-29 14:38:59 +0100 |
commit | f825e7a80f41f323cecdc1beab0a45c7364d6d55 (patch) | |
tree | c66751329b5e20ee67c6a782ee2d3ef03c535308 /main | |
parent | 07a4d19af1704b5582b33655a39198b62800b702 (diff) | |
download | aports-f825e7a80f41f323cecdc1beab0a45c7364d6d55.tar.bz2 aports-f825e7a80f41f323cecdc1beab0a45c7364d6d55.tar.xz |
main/py3-py: upgrade to 1.8.1
Diffstat (limited to 'main')
-rw-r--r-- | main/py3-py/APKBUILD | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/main/py3-py/APKBUILD b/main/py3-py/APKBUILD index 42c4210669..30340de5f3 100644 --- a/main/py3-py/APKBUILD +++ b/main/py3-py/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py3-py _pkgname=py -pkgver=1.8.0 -pkgrel=2 +pkgver=1.8.1 +pkgrel=0 pkgdesc="Python3 library with cross-python path, ini-parsing, io, code, log facilities" url="https://py.readthedocs.io" arch="noarch" @@ -17,18 +17,15 @@ replaces="py-py" # Backwards compatibility provides="py-py=$pkgver-r$pkgrel" # Backwards compatibility build() { - cd "$builddir" python3 setup.py build } check() { - cd "$builddir" python3 setup.py check } package() { - cd "$builddir" python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="37b9a66229b834a034d9ba6769a46addf098380b494c1eb863607a52d00b7ec5b9157dd7ac6ffc52535a05006648c775c78716d7f85cf44966065b225be6e95b py-1.8.0.tar.gz" +sha512sums="ba18fc5cc7a291c251f04e8565a35e94603eae718aad48252821f9d3b115a7cca4e640ea54d800eb71ec8ce345052d731fec9a115778b068526f394c5c45fb2a py-1.8.1.tar.gz" |