wok diff python-pyflakes/receipt @ rev 25511
memtest: 386 support
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 13 17:17:56 2023 +0000 (21 months ago) |
parents | ac8ca9758df1 |
children | 0262035dc1e7 |
line diff
1.1 --- a/python-pyflakes/receipt Sat Jan 15 15:21:40 2022 +0000 1.2 +++ b/python-pyflakes/receipt Mon Feb 13 17:17:56 2023 +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"