wok diff python-ipy/receipt @ rev 23621

updated ruby and ruby-dev (2.6.4 -> 2.7.1)
author Hans-G?nter Theisgen
date Tue Apr 14 15:51:31 2020 +0100 (2020-04-14)
parents 8dd8bab3f0ca
children 1df6fa555414
line diff
     1.1 --- a/python-ipy/receipt	Thu Jan 24 14:51:04 2019 +0100
     1.2 +++ b/python-ipy/receipt	Tue Apr 14 15:51:31 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 -