wok-6.x rev 23497
updated python-ipy (0.63 -> 1.00)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 06 07:33:10 2020 +0100 (2020-04-06) |
parents | bf3cab9850ff |
children | b73236c45914 |
files | python-ipy/receipt |
line diff
1.1 --- a/python-ipy/receipt Mon Apr 06 07:28:30 2020 +0100 1.2 +++ b/python-ipy/receipt Mon Apr 06 07:33:10 2020 +0100 1.3 @@ -1,15 +1,16 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-ipy" 1.7 -VERSION="0.63" 1.8 +VERSION="1.00" 1.9 CATEGORY="development" 1.10 SHORT_DESC="Python class and tools for IPv4 and IPv6 addresses and networks." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="BSD" 1.13 +WEB_SITE="https://pypi.org/project/$SOURCE/" 1.14 + 1.15 SOURCE="IPy" 1.16 TARBALL="$SOURCE-$VERSION.tar.gz" 1.17 -WEB_SITE="https://pypi.org/project/$SOURCE/" 1.18 -WGET_URL="http://cheeseshop.python.org/packages/source/I/$SOURCE/$TARBALL" 1.19 +WGET_URL="https://files.pythonhosted.org/packages/source/I/$SOURCE/$TARBALL" 1.20 1.21 DEPENDS="python" 1.22 BUILD_DEPENDS="python" 1.23 @@ -17,7 +18,7 @@ 1.24 # Rules to configure and make the package. 1.25 compile_rules() 1.26 { 1.27 - python setup.py build 1.28 + python setup.py build && 1.29 python setup.py install --root=$DESTDIR 1.30 } 1.31 1.32 @@ -25,6 +26,5 @@ 1.33 genpkg_rules() 1.34 { 1.35 mkdir -p $fs/usr 1.36 - cp -a $install/usr/lib $fs/usr 1.37 + cp -a $install/usr/lib $fs/usr 1.38 } 1.39 -