wok-next rev 21425

updated python-netifaces (0.10.7 -> 0.10.9)
author Hans-G?nter Theisgen
date Wed Apr 29 10:16:21 2020 +0100 (2020-04-29)
parents 343fab5f9510
children 01f583d1131d
files python-netifaces/receipt
line diff
     1.1 --- a/python-netifaces/receipt	Wed Apr 29 09:49:57 2020 +0100
     1.2 +++ b/python-netifaces/receipt	Wed Apr 29 10:16:21 2020 +0100
     1.3 @@ -2,23 +2,26 @@
     1.4  
     1.5  ORIGIN="netifaces"
     1.6  PACKAGE="python-netifaces"
     1.7 -VERSION="0.10.7"
     1.8 +VERSION="0.10.9"
     1.9  CATEGORY="python"
    1.10  SHORT_DESC="Portable network interface information"
    1.11 -MAINTAINER="devel@slitaz.org"
    1.12 +MAINTAINER="maintainer@slitaz.org"
    1.13  LICENSE="MIT"
    1.14  WEB_SITE="https://pypi.org/project/$ORIGIN/"
    1.15 -#HOST_ARCH
    1.16  REPOLOGY="python:netifaces"
    1.17  
    1.18  BUILD_DEPENDS="python python3"
    1.19  SPLIT="${PACKAGE/python/python3}:3"
    1.20  
    1.21 -compile_rules() {
    1.22 +#HOST_ARCH
    1.23 +
    1.24 +compile_rules()
    1.25 +{
    1.26  	pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
    1.27  }
    1.28  
    1.29 -genpkg_rules() {
    1.30 +genpkg_rules()
    1.31 +{
    1.32  	copy @std
    1.33  	py=${PACKAGE%%-*} # python/python3
    1.34  	DEPENDS="$py"