wok-current diff python-pyflakes/receipt @ rev 25733
Accept licence PyQt-x11-gpl, bump firmware* to 20240610, build imagemagick (merge)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Dec 20 16:13:23 2024 +0000 (3 days ago) |
parents | ac8ca9758df1 |
children |
line diff
1.1 --- a/python-pyflakes/receipt Sat Jan 15 15:21:40 2022 +0000 1.2 +++ b/python-pyflakes/receipt Fri Dec 20 16:13:23 2024 +0000 1.3 @@ -1,16 +1,17 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-pyflakes" 1.7 -VERSION="2.1.1" 1.8 +VERSION="2.4.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="A simple program which checks Python source files for errors." 1.11 MAINTAINER="paul@slitaz.org" 1.12 LICENSE="MIT" 1.13 -WEB_SITE="https://github.com/pyflakes/pyflakes" 1.14 +WEB_SITE="https://pypi.org/project/pyflakes/" 1.15 +REPOLOGY="python:pyflakes" 1.16 1.17 SOURCE="pyflakes" 1.18 TARBALL="$SOURCE-$VERSION.tar.gz" 1.19 -WGET_URL="https://github.com/PyCQA/pyflakes/archive/$VERSION.tar.gz" 1.20 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.21 1.22 DEPENDS="python" 1.23 BUILD_DEPENDS="python python-dev python-setuptools"