python3-isort: update to 5.9.3.
This commit is contained in:
parent
34a506a446
commit
508e312692
1 changed files with 6 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python3-isort'
|
# Template file for 'python3-isort'
|
||||||
pkgname=python3-isort
|
pkgname=python3-isort
|
||||||
version=5.6.4
|
version=5.9.3
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="isort-${version}"
|
wrksrc="isort-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -8,17 +8,14 @@ hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools"
|
depends="python3-setuptools"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Python3 utility/library to sort imports"
|
short_desc="Python3 utility/library to sort imports"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/timothycrosley/isort"
|
homepage="https://github.com/PyCQA/isort"
|
||||||
changelog="https://raw.githubusercontent.com/timothycrosley/isort/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/PyCQA/isort/main/CHANGELOG.md"
|
||||||
distfiles="${PYPI_SITE}/i/isort/isort-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/i/isort/isort-${version}.tar.gz"
|
||||||
checksum=dcaeec1b5f0eca77faea2a35ab790b4f3680ff75590bfcb7145986905aab2f58
|
checksum=9c2ea1e62d871267b78307fe511c0838ba0da28698c5732d54e2790bf3ba9899
|
||||||
conflicts="python-isort>=0"
|
conflicts="python-isort>=0"
|
||||||
|
make_check=no # needs many unpackaged dependencies
|
||||||
do_check() {
|
|
||||||
pytest3 test_isort.py
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue