diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-31 09:15:02 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:34:00 +0000 |
commit | 99e0b5b357a5e61488734f53ae094f0adc7724ce (patch) | |
tree | 992202dfe063abe0d673c03e8fff77b1708a2afe /community/py3-pytools | |
parent | ffde94e7390033d45a422c4ef79048ce8dbe88e0 (diff) | |
download | aports-99e0b5b357a5e61488734f53ae094f0adc7724ce.tar.bz2 aports-99e0b5b357a5e61488734f53ae094f0adc7724ce.tar.xz |
community/py3-pytools: rebuild against python 3.8
Diffstat (limited to 'community/py3-pytools')
-rw-r--r-- | community/py3-pytools/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-pytools/APKBUILD b/community/py3-pytools/APKBUILD index 6c424bf2db..007191babb 100644 --- a/community/py3-pytools/APKBUILD +++ b/community/py3-pytools/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-pytools pkgver=2019.1.1 -pkgrel=0 +pkgrel=1 pkgdesc="Collection of tools for Python3" options="!check" # Tests required unpackaged dependencies not specified in requires.txt url="https://github.com/inducer/pytools" |