wok-6.x diff python-pyflakes/receipt @ rev 25559

updated xfce4-ristretto 0.6.3 -> 0.8.5
author Hans-G?nter Theisgen
date Tue Apr 25 15:16:20 2023 +0100 (14 months 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	Tue Apr 25 15:16:20 2023 +0100
     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"