mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
python3-pyflakes: update to 2.5.0.
This commit is contained in:
parent
c5ade8d25b
commit
9153830019
1 changed files with 4 additions and 2 deletions
|
@ -1,17 +1,19 @@
|
||||||
# Template file for 'python3-pyflakes'
|
# Template file for 'python3-pyflakes'
|
||||||
pkgname=python3-pyflakes
|
pkgname=python3-pyflakes
|
||||||
version=2.4.0
|
version=2.5.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="pyflakes-${version}"
|
wrksrc="pyflakes-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3"
|
depends="python3"
|
||||||
|
checkdepends="python3-pytest"
|
||||||
short_desc="Passive checker of Python programs (Python3)"
|
short_desc="Passive checker of Python programs (Python3)"
|
||||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/PyCQA/pyflakes"
|
homepage="https://github.com/PyCQA/pyflakes"
|
||||||
|
changelog="https://raw.githubusercontent.com/PyCQA/pyflakes/master/NEWS.rst"
|
||||||
distfiles="${PYPI_SITE}/p/pyflakes/pyflakes-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pyflakes/pyflakes-${version}.tar.gz"
|
||||||
checksum=05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c
|
checksum=491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3
|
||||||
conflicts="python-pyflakes>=0"
|
conflicts="python-pyflakes>=0"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue