wok diff python-barcode/receipt @ rev 25514
Add memtest64
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Feb 16 14:18:05 2023 +0000 (21 months ago) |
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 Thu Feb 16 14:18:05 2023 +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"