python-pyflakes: update to 2.2.0
This commit is contained in:
parent
64ecf02077
commit
5231856452
1 changed files with 3 additions and 5 deletions
|
@ -1,11 +1,10 @@
|
|||
# Template file for 'python-pyflakes'
|
||||
pkgname=python-pyflakes
|
||||
version=2.1.1
|
||||
revision=2
|
||||
version=2.2.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="pyflakes-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="pyflakes"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-setuptools"
|
||||
short_desc="Passive checker of Python programs (Python2)"
|
||||
|
@ -13,7 +12,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/PyCQA/pyflakes"
|
||||
distfiles="${PYPI_SITE}/p/pyflakes/pyflakes-${version}.tar.gz"
|
||||
checksum=d976835886f8c5b31d47970ed689944a0262b5f3afa00a5a7b4dc81e5449f8a2
|
||||
checksum=35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8
|
||||
alternatives="pyflakes:pyflakes:/usr/bin/pyflakes2"
|
||||
|
||||
post_install() {
|
||||
|
@ -22,7 +21,6 @@ post_install() {
|
|||
|
||||
python3-pyflakes_package() {
|
||||
archs=noarch
|
||||
pycompile_module="pyflakes"
|
||||
depends="python3-setuptools"
|
||||
short_desc="${short_desc/Python2/Python3}"
|
||||
alternatives="pyflakes:pyflakes:/usr/bin/pyflakes3"
|
||||
|
|
Loading…
Reference in a new issue