26 lines
822 B
Bash
26 lines
822 B
Bash
# Template file for 'python3-pycodestyle'
|
|
pkgname=python3-pycodestyle
|
|
version=2.12.0
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="python3-setuptools python3-wheel"
|
|
depends="python3"
|
|
checkdepends="python3-pytest"
|
|
short_desc="Python style guide checker (formerly called pep8)"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/PyCQA/pycodestyle"
|
|
changelog="https://raw.githubusercontent.com/PyCQA/pycodestyle/main/CHANGES.txt"
|
|
distfiles="https://github.com/PyCQA/pycodestyle/archive/refs/tags/${version}.tar.gz"
|
|
checksum=c72dccf2bf7ceb603b5bd8b737a511d5241e675e90d4f75bc8a12fe81f24c094
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|
|
|
|
python-pycodestyle_package() {
|
|
build_style=meta
|
|
short_desc+=" (transitional dummy package)"
|
|
depends="python3-pycodestyle>=${version}_${revision}"
|
|
}
|