python3-pyflakes: update to 2.5.0.
This commit is contained in:
parent
c5ade8d25b
commit
9153830019
|
@ -1,17 +1,19 @@
|
|||
# Template file for 'python3-pyflakes'
|
||||
pkgname=python3-pyflakes
|
||||
version=2.4.0
|
||||
version=2.5.0
|
||||
revision=1
|
||||
wrksrc="pyflakes-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest"
|
||||
short_desc="Passive checker of Python programs (Python3)"
|
||||
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||
license="MIT"
|
||||
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"
|
||||
checksum=05a85c2872edf37a4ed30b0cce2f6093e1d0581f8c19d7393122da7e25b2b24c
|
||||
checksum=491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3
|
||||
conflicts="python-pyflakes>=0"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue