mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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'
|
# Template file for 'python-pyflakes'
|
||||||
pkgname=python-pyflakes
|
pkgname=python-pyflakes
|
||||||
version=2.1.1
|
version=2.2.0
|
||||||
revision=2
|
revision=1
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="pyflakes-${version}"
|
wrksrc="pyflakes-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="pyflakes"
|
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
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)"
|
||||||
|
@ -13,7 +12,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/PyCQA/pyflakes"
|
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=d976835886f8c5b31d47970ed689944a0262b5f3afa00a5a7b4dc81e5449f8a2
|
checksum=35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8
|
||||||
alternatives="pyflakes:pyflakes:/usr/bin/pyflakes2"
|
alternatives="pyflakes:pyflakes:/usr/bin/pyflakes2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
@ -22,7 +21,6 @@ post_install() {
|
||||||
|
|
||||||
python3-pyflakes_package() {
|
python3-pyflakes_package() {
|
||||||
archs=noarch
|
archs=noarch
|
||||||
pycompile_module="pyflakes"
|
|
||||||
depends="python3-setuptools"
|
depends="python3-setuptools"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
alternatives="pyflakes:pyflakes:/usr/bin/pyflakes3"
|
alternatives="pyflakes:pyflakes:/usr/bin/pyflakes3"
|
||||||
|
|
Loading…
Add table
Reference in a new issue