diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-03-12 13:03:24 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-03-12 13:07:07 -0300 |
commit | 8c5807c0ea6f7b0e0a3087680893df6dcc9d7dbb (patch) | |
tree | ebeef3b4354b9ce6c4dcbc23f6a4b865eee0033e /community/py3-pytools | |
parent | 4b7496f167cd5952b5e1c9556a6d62772c086b9b (diff) | |
download | aports-8c5807c0ea6f7b0e0a3087680893df6dcc9d7dbb.tar.bz2 aports-8c5807c0ea6f7b0e0a3087680893df6dcc9d7dbb.tar.xz |
community/py3-pytools: upgrade to 2020.1
Diffstat (limited to 'community/py3-pytools')
-rw-r--r-- | community/py3-pytools/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py3-pytools/APKBUILD b/community/py3-pytools/APKBUILD index 007191babb..9a90442d2f 100644 --- a/community/py3-pytools/APKBUILD +++ b/community/py3-pytools/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-pytools -pkgver=2019.1.1 -pkgrel=1 +pkgver=2020.1 +pkgrel=0 pkgdesc="Collection of tools for Python3" options="!check" # Tests required unpackaged dependencies not specified in requires.txt url="https://github.com/inducer/pytools" @@ -21,4 +21,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="a2cf604151f866345cf986b77bca13f84f14a30947a23986b37bc2788f9c1da0c47459ce0cc149aa32daf1082d9cc29722e25ca459bee6d66f2fb1c43eb6a226 py3-pytools-2019.1.1.tar.gz" +sha512sums="f11c51ea1436e5c2c7201c1910bb593dac42aa8186d509deb373772f5043a5d11837b40dca41494d9c7f8eda1b894e92aca0543441028a2febbcb5e0a71e3742 py3-pytools-2020.1.tar.gz" |