python3-pyflakes: update to 2.3.1
* adopt
This commit is contained in:
parent
ca164511dd
commit
2905929ddb
1 changed files with 5 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'python3-pyflakes'
|
# Template file for 'python3-pyflakes'
|
||||||
pkgname=python3-pyflakes
|
pkgname=python3-pyflakes
|
||||||
version=2.2.0
|
version=2.3.1
|
||||||
revision=3
|
revision=1
|
||||||
wrksrc="pyflakes-${version}"
|
wrksrc="pyflakes-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools"
|
depends="python3"
|
||||||
short_desc="Passive checker of Python programs (Python3)"
|
short_desc="Passive checker of Python programs (Python3)"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Michal Vasilek <michal@vasilek.cz>"
|
||||||
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=35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8
|
checksum=f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db
|
||||||
conflicts="python-pyflakes>=0"
|
conflicts="python-pyflakes>=0"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in a new issue