# HG changeset patch # User Hans-G?nter Theisgen # Date 1586154790 -3600 # Node ID 9324c85dbebaa39c23271854de442a9068c55445 # Parent bf3cab9850ff2772e7beba4b1879c5e8d0831c69 updated python-ipy (0.63 -> 1.00) diff -r bf3cab9850ff -r 9324c85dbeba python-ipy/receipt --- a/python-ipy/receipt Mon Apr 06 07:28:30 2020 +0100 +++ b/python-ipy/receipt Mon Apr 06 07:33:10 2020 +0100 @@ -1,15 +1,16 @@ # SliTaz package receipt. PACKAGE="python-ipy" -VERSION="0.63" +VERSION="1.00" CATEGORY="development" SHORT_DESC="Python class and tools for IPv4 and IPv6 addresses and networks." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" +WEB_SITE="https://pypi.org/project/$SOURCE/" + SOURCE="IPy" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="https://pypi.org/project/$SOURCE/" -WGET_URL="http://cheeseshop.python.org/packages/source/I/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/I/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python" @@ -17,7 +18,7 @@ # Rules to configure and make the package. compile_rules() { - python setup.py build + python setup.py build && python setup.py install --root=$DESTDIR } @@ -25,6 +26,5 @@ genpkg_rules() { mkdir -p $fs/usr - cp -a $install/usr/lib $fs/usr + cp -a $install/usr/lib $fs/usr } -