python-pyflakes: update to 2.1.1.
This commit is contained in:
parent
ca0178d702
commit
bc50dc41c4
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-pyflakes'
|
# Template file for 'python-pyflakes'
|
||||||
pkgname=python-pyflakes
|
pkgname=python-pyflakes
|
||||||
version=2.1.0
|
version=2.1.1
|
||||||
revision=1
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="pyflakes-${version}"
|
wrksrc="pyflakes-${version}"
|
||||||
|
@ -10,10 +10,10 @@ hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools"
|
depends="python-setuptools"
|
||||||
short_desc="Passive checker of Python programs (Python2)"
|
short_desc="Passive checker of Python programs (Python2)"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/PyCQA/pyflakes"
|
|
||||||
license="MIT"
|
license="MIT"
|
||||||
|
homepage="https://github.com/PyCQA/pyflakes"
|
||||||
distfiles="${PYPI_SITE}/p/pyflakes/pyflakes-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/p/pyflakes/pyflakes-${version}.tar.gz"
|
||||||
checksum=5e8c00e30c464c99e0b501dc160b13a14af7f27d4dffb529c556e30a159e231d
|
checksum=d976835886f8c5b31d47970ed689944a0262b5f3afa00a5a7b4dc81e5449f8a2
|
||||||
alternatives="pyflakes:pyflakes:/usr/bin/pyflakes2"
|
alternatives="pyflakes:pyflakes:/usr/bin/pyflakes2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in New Issue