wok rev 23512

updated python-netifaces (0.8 -> 0.10.9)
author Hans-G?nter Theisgen
date Mon Apr 06 10:53:56 2020 +0100 (2020-04-06)
parents b2368fbc39f8
children 539876c71561
files python-netifaces/receipt
line diff
     1.1 --- a/python-netifaces/receipt	Mon Apr 06 10:48:46 2020 +0100
     1.2 +++ b/python-netifaces/receipt	Mon Apr 06 10:53:56 2020 +0100
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="python-netifaces"
     1.7 -VERSION="0.8"
     1.8 +VERSION="0.10.9"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Portable access to network interfaces from Python."
    1.11  MAINTAINER="monghitri@aruba.it"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://pypi.org/project/$SOURCE/"
    1.14 +
    1.15  SOURCE="netifaces"
    1.16  TARBALL="$SOURCE-$VERSION.tar.gz"
    1.17 -WEB_SITE="https://pypi.org/project/$SOURCE/"
    1.18 -WGET_URL="http://alastairs-place.net/projects/$SOURCE/$TARBALL"
    1.19 +WGET_URL="https://files.pythonhosted.org/packages/source/n/$SOURCE/$TARBALL"
    1.20  
    1.21  DEPENDS="python"
    1.22 -BUILD_DEPENDS="python-dev python-setuptools"
    1.23 +BUILD_DEPENDS="python python-dev python-setuptools"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()
    1.27 @@ -23,5 +24,5 @@
    1.28  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.29  genpkg_rules()
    1.30  {
    1.31 -	cp -a $install/usr $fs
    1.32 +	cp -a $install/usr	$fs
    1.33  }