wok diff python-pyserial/receipt @ rev 24356
backintime: modified WGET_URL
author | Hans-G?nter Theisgen |
---|---|
date | Thu Feb 03 15:43:51 2022 +0100 (2022-02-03) |
parents | 2cb7cffdef64 |
children | 104a2a2e5484 |
line diff
1.1 --- a/python-pyserial/receipt Tue Aug 18 17:36:24 2015 +0200 1.2 +++ b/python-pyserial/receipt Thu Feb 03 15:43:51 2022 +0100 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-pyserial" 1.7 -SOURCE="pyserial" 1.8 -VERSION="2.7" 1.9 +VERSION="3.4" 1.10 CATEGORY="development" 1.11 SHORT_DESC="Python Serial Port Extension." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="PSL" 1.14 +WEB_SITE="https://pypi.python.org/pypi/pyserial" 1.15 + 1.16 +SOURCE="pyserial" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="https://pypi.python.org/pypi/pyserial" 1.19 -WGET_URL="http://pypi.python.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 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" 1.24 @@ -24,5 +25,5 @@ 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 genpkg_rules() 1.27 { 1.28 - cp -a $install/usr $fs 1.29 + cp -a $install/usr $fs 1.30 }