mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pycodestyle: fix tests
This commit is contained in:
parent
09410b6f49
commit
384390f077
1 changed files with 2 additions and 3 deletions
|
@ -11,9 +11,8 @@ maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/PyCQA/pycodestyle"
|
homepage="https://github.com/PyCQA/pycodestyle"
|
||||||
changelog="https://raw.githubusercontent.com/PyCQA/pycodestyle/main/CHANGES.txt"
|
changelog="https://raw.githubusercontent.com/PyCQA/pycodestyle/main/CHANGES.txt"
|
||||||
distfiles="${PYPI_SITE}/p/pycodestyle/pycodestyle-${version}.tar.gz"
|
distfiles="https://github.com/PyCQA/pycodestyle/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=259bcc17857d8a8b3b4a2327324b79e5f020a13c16074670f9c8c8f872ea76d0
|
checksum=757a3dba55dce2ae8b01fe7b46c20cd1e4c0fe794fe6119bce66b942f35e2db0
|
||||||
make_check=no # needs tox for testing
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue