void-packages/srcpkgs/python3-isort/template
2021-10-09 08:00:59 -04:00

23 lines
713 B
Bash

# Template file for 'python3-isort'
pkgname=python3-isort
version=5.9.3
revision=2
wrksrc="isort-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
checkdepends="python3-pytest"
short_desc="Python3 utility/library to sort imports"
maintainer="Michal Vasilek <michal@vasilek.cz>"
license="MIT"
homepage="https://github.com/PyCQA/isort"
changelog="https://raw.githubusercontent.com/PyCQA/isort/main/CHANGELOG.md"
distfiles="${PYPI_SITE}/i/isort/isort-${version}.tar.gz"
checksum=9c2ea1e62d871267b78307fe511c0838ba0da28698c5732d54e2790bf3ba9899
conflicts="python-isort>=0"
make_check=no # needs many unpackaged dependencies
post_install() {
vlicense LICENSE
}