diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-02 10:58:41 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-02 14:05:27 +0000 |
commit | 92a6dc9f3d9353112e87e22e98d92b11eaa2e4ef (patch) | |
tree | 98611894478a07bbc91bc72936420f4c33b66491 | |
parent | 19dd7900635c485ec2cc56ae214e6cbd6e597ae7 (diff) | |
download | aports-92a6dc9f3d9353112e87e22e98d92b11eaa2e4ef.tar.bz2 aports-92a6dc9f3d9353112e87e22e98d92b11eaa2e4ef.tar.xz |
community/py3-pep517: upgrade to 0.8.2
-rw-r--r-- | community/py3-pep517/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-pep517/APKBUILD b/community/py3-pep517/APKBUILD index 2f53344e06..a0a1ede5f4 100644 --- a/community/py3-pep517/APKBUILD +++ b/community/py3-pep517/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-pep517 -pkgver=0.8.1 +pkgver=0.8.2 pkgrel=0 pkgdesc="Wrappers to build python3 packgaes with PEP 517 hooks" options="!check" # Requires testpath @@ -21,4 +21,4 @@ package() { python3 setup.py install --root="$pkgdir" } -sha512sums="72227734e9216b437a618abbcc2eb1795914915c2ddad31f344465f1fb24d66a345cbdab3ee5f7c8e740ddb3a75c9217ea90a950c4b5f123cce9cf7b15e560ba pep517-0.8.1.tar.gz" +sha512sums="668569a26a4c21a1b8d6828a26bdcdab62b8c4d5fcaba8d9f9a4740e0fce7f071295e28d91349500b4c7be05ab2c2670986de18f01e2afafc1878101e5ef9af2 pep517-0.8.2.tar.gz" |