mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +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'
|
||||
pkgname=python-isort
|
||||
version=4.2.15
|
||||
revision=2
|
||||
version=4.3.4
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="isort-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="isort"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-setuptools"
|
||||
depends="python-setuptools python-futures"
|
||||
short_desc="Python2 utility/library to sort imports"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
homepage="https://github.com/timothycrosley/isort"
|
||||
license="MIT"
|
||||
distfiles="${PYPI_SITE}/i/isort/isort-${version}.tar.gz"
|
||||
checksum=79f46172d3a4e2e53e7016e663cc7a8b538bec525c36675fcfd2767df30b3983
|
||||
checksum=b9c40e9750f3d77e6e4d441d8b0266cf555e7cdabdcff33c4fd06366ca761ef8
|
||||
alternatives="isort:isort:/usr/bin/isort2"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Add table
Reference in a new issue