wok diff python-barcode/receipt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
parents 076f424196b2
children
line diff
     1.1 --- a/python-barcode/receipt	Sun Feb 06 11:51:57 2022 +0000
     1.2 +++ b/python-barcode/receipt	Tue May 10 07:46:58 2022 +0000
     1.3 @@ -9,7 +9,7 @@
     1.4  SOURCE="pyBarcode"
     1.5  TARBALL="$SOURCE-$VERSION.tar.gz"
     1.6  WEB_SITE="https://pypi.org/project/$PACKAGE"
     1.7 -WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL"
     1.8 +WGET_URL="https://github.com/WhyNotHugo/python-barcode/archive/refs/tags/$VERSION.tar.gz"
     1.9  
    1.10  DEPENDS="python"
    1.11  BUILD_DEPENDS="python python-setuptools wget"