22 lines
688 B
Bash
22 lines
688 B
Bash
# Template file for 'python3-isort'
|
|
pkgname=python3-isort
|
|
version=5.10.1
|
|
revision=2
|
|
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=e8443a5e7a020e9d7f97f1d7d9cd17c88bcb3bc7e218bf9cf5095fe550be2951
|
|
conflicts="python-isort>=0"
|
|
make_check=no # needs many unpackaged dependencies
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|