python-isort: update to 4.3.20.
This commit is contained in:
parent
d5d1148da0
commit
70d659bbe5
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'python-isort'
|
# Template file for 'python-isort'
|
||||||
pkgname=python-isort
|
pkgname=python-isort
|
||||||
version=4.3.4
|
version=4.3.20
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="isort-${version}"
|
wrksrc="isort-${version}"
|
||||||
@ -8,14 +8,22 @@ build_style=python-module
|
|||||||
pycompile_module="isort"
|
pycompile_module="isort"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools python-futures"
|
depends="python-setuptools python-futures"
|
||||||
|
checkdepends="python-pytest python3-pytest
|
||||||
|
python-backports.functools_lru_cache"
|
||||||
short_desc="Python2 utility/library to sort imports"
|
short_desc="Python2 utility/library to sort imports"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/timothycrosley/isort"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="https://github.com/timothycrosley/isort"
|
||||||
|
changelog="https://raw.githubusercontent.com/timothycrosley/isort/master/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/i/isort/isort-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/isort/isort-${version}.tar.gz"
|
||||||
checksum=b9c40e9750f3d77e6e4d441d8b0266cf555e7cdabdcff33c4fd06366ca761ef8
|
checksum=c40744b6bc5162bbb39c1257fe298b7a393861d50978b565f3ccd9cb9de0182a
|
||||||
alternatives="isort:isort:/usr/bin/isort2"
|
alternatives="isort:isort:/usr/bin/isort2"
|
||||||
|
|
||||||
|
do_check() {
|
||||||
|
pytest test_isort.py
|
||||||
|
pytest3 test_isort.py
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user