python3-pyflakes: update to 3.0.1.

This commit is contained in:
Michal Vasilek 2022-12-09 18:00:36 +01:00
parent f2da8aed3d
commit 16003e383f
1 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python3-pyflakes'
pkgname=python3-pyflakes
version=2.5.0
revision=2
version=3.0.1
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3"
@ -12,7 +12,7 @@ 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=491feb020dca48ccc562a8c0cbe8df07ee13078df59813b83959cbdada312ea3
checksum=ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd
conflicts="python-pyflakes>=0"
post_install() {