wok-current diff python-py/receipt @ rev 25663
Reenable rounded-corners, graphical perf issue report by Ceel
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Fri Feb 23 19:03:06 2024 +0000 (8 months ago) |
parents | 104a2a2e5484 |
children |
line diff
1.1 --- a/python-py/receipt Mon Feb 07 18:01:05 2022 +0000 1.2 +++ b/python-py/receipt Fri Feb 23 19:03:06 2024 +0000 1.3 @@ -8,8 +8,8 @@ 1.4 LICENSE="MIT" 1.5 SOURCE="py" 1.6 TARBALL="$SOURCE-$VERSION.tar.gz" 1.7 -WEB_SITE="http://pypi.python.org/pypi/py" 1.8 -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.9 +WEB_SITE="https://pypi.python.org/pypi/py" 1.10 +WGET_URL="https://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 1.11 1.12 DEPENDS="python" 1.13 BUILD_DEPENDS="python-dev python-setuptools"