diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-04 07:17:07 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:33 +0000 |
commit | ee3ec425494710dbca1dcd8609af4ec98197337d (patch) | |
tree | 0ee3b8f66584d1d429991ad6ed4e28ff129c6416 | |
parent | 983848396947679d58733f0be9226922bdc64431 (diff) | |
download | aports-ee3ec425494710dbca1dcd8609af4ec98197337d.tar.bz2 aports-ee3ec425494710dbca1dcd8609af4ec98197337d.tar.xz |
testing/py3-clikit: rebuild against python 3.8
-rw-r--r-- | testing/py3-clikit/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-clikit/APKBUILD b/testing/py3-clikit/APKBUILD index 5299f127d4..75ed92b019 100644 --- a/testing/py3-clikit/APKBUILD +++ b/testing/py3-clikit/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-clikit _realname=clikit pkgver=0.4.0 -pkgrel=0 +pkgrel=1 pkgdesc="Python3 library to create beautiful and testable command-line interfaces" options="!check" # No tests on pypi tarball, github uses pyproject.toml url="https://github.com/sdispater/clikit" |