mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python-isort: update to 4.3.4
This commit is contained in:
parent
8b8212671a
commit
9ec31a89fd
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-isort'
|
# Template file for 'python-isort'
|
||||||
pkgname=python-isort
|
pkgname=python-isort
|
||||||
version=4.2.15
|
version=4.3.4
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="isort-${version}"
|
wrksrc="isort-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="isort"
|
pycompile_module="isort"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools"
|
depends="python-setuptools python-futures"
|
||||||
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"
|
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=79f46172d3a4e2e53e7016e663cc7a8b538bec525c36675fcfd2767df30b3983
|
checksum=b9c40e9750f3d77e6e4d441d8b0266cf555e7cdabdcff33c4fd06366ca761ef8
|
||||||
alternatives="isort:isort:/usr/bin/isort2"
|
alternatives="isort:isort:/usr/bin/isort2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue