python-isort: update to 4.2.14
This commit is contained in:
parent
eef80c9138
commit
a61255a110
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-isort'
|
# Template file for 'python-isort'
|
||||||
pkgname=python-isort
|
pkgname=python-isort
|
||||||
version=4.2.13
|
version=4.2.14
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="isort-${version}"
|
wrksrc="isort-${version}"
|
||||||
|
@ -13,7 +13,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/timothycrosley/isort"
|
homepage="https://github.com/timothycrosley/isort"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/i/isort/isort-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/isort/isort-${version}.tar.gz"
|
||||||
checksum=3b742309aecd7dc8d7a87917098c25e5c3871ba2a5c46820b6b8f4eeaa85f122
|
checksum=cac6007e64eb80dba17b490b43a553706c82f93b9f3791f8114624601127ed56
|
||||||
alternatives="isort:isort:/usr/bin/isort2"
|
alternatives="isort:isort:/usr/bin/isort2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue