wok-current rev 23544
updated python-pyserial (2.7 -> 3.4)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 17:31:00 2020 +0100 (2020-04-06) |
parents | dd325ffcea24 |
children | 011ac5b41b31 |
files | python-pyserial/receipt |
line diff
1.1 --- a/python-pyserial/receipt Mon Apr 06 17:27:12 2020 +0100 1.2 +++ b/python-pyserial/receipt Mon Apr 06 17:31:00 2020 +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 }