diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-01 10:59:10 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:35:27 +0000 |
commit | 573b5b267bde6c87f101e6e7f884b69c3acec0b9 (patch) | |
tree | fe1b82c614997f1d6b413a4d0c0cea4d3844a568 /testing/py3-argcomplete | |
parent | a4a608f00a43415fbe1229a04546738d4c5ffe5b (diff) | |
download | aports-573b5b267bde6c87f101e6e7f884b69c3acec0b9.tar.bz2 aports-573b5b267bde6c87f101e6e7f884b69c3acec0b9.tar.xz |
testing/py3-argcomplete: rebuild against python 3.8
Diffstat (limited to 'testing/py3-argcomplete')
-rw-r--r-- | testing/py3-argcomplete/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py3-argcomplete/APKBUILD b/testing/py3-argcomplete/APKBUILD index 0aaee698b6..6ff2715a35 100644 --- a/testing/py3-argcomplete/APKBUILD +++ b/testing/py3-argcomplete/APKBUILD @@ -3,7 +3,7 @@ pkgname=py3-argcomplete _pkgname=${pkgname#py3-} pkgver=1.10.0 -pkgrel=0 +pkgrel=1 pkgdesc="Easy, extensible command line tab completion of arguments for your Python script" options="!check" # Tests are py2 dependent url="https://github.com/kislyuk/argcomplete" |