diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2019-10-30 15:05:09 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2019-11-05 15:33:59 +0000 |
commit | a1c695a4c30195abc74094611c931997b08609a6 (patch) | |
tree | 30b8f7f45295d362241963f0f21b7781ad9ee616 /community/py3-isort | |
parent | c6cc7a1f64ec3b624b555e9c545f5c715700e8bc (diff) | |
download | aports-a1c695a4c30195abc74094611c931997b08609a6.tar.bz2 aports-a1c695a4c30195abc74094611c931997b08609a6.tar.xz |
community/py3-isort: rebuild against python 3.8
Diffstat (limited to 'community/py3-isort')
-rw-r--r-- | community/py3-isort/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py3-isort/APKBUILD b/community/py3-isort/APKBUILD index b9433da297..fec3f8ece9 100644 --- a/community/py3-isort/APKBUILD +++ b/community/py3-isort/APKBUILD @@ -4,7 +4,7 @@ pkgname=py3-isort _pkgname=isort pkgver=4.3.21.2 _tag=${pkgver%.*}-2 -pkgrel=0 +pkgrel=1 pkgdesc="Python library to sort Python imports" url="https://github.com/timothycrosley/isort" arch="noarch" |