# HG changeset patch # User Hans-G?nter Theisgen # Date 1588151781 -3600 # Node ID 1d5f072ac36c0cc5037a4b762e7d1fc34d102fac # Parent 343fab5f9510a1c5a64f1c0bb396beda55c533e6 updated python-netifaces (0.10.7 -> 0.10.9) diff -r 343fab5f9510 -r 1d5f072ac36c python-netifaces/receipt --- a/python-netifaces/receipt Wed Apr 29 09:49:57 2020 +0100 +++ b/python-netifaces/receipt Wed Apr 29 10:16:21 2020 +0100 @@ -2,23 +2,26 @@ ORIGIN="netifaces" PACKAGE="python-netifaces" -VERSION="0.10.7" +VERSION="0.10.9" CATEGORY="python" SHORT_DESC="Portable network interface information" -MAINTAINER="devel@slitaz.org" +MAINTAINER="maintainer@slitaz.org" LICENSE="MIT" WEB_SITE="https://pypi.org/project/$ORIGIN/" -#HOST_ARCH REPOLOGY="python:netifaces" BUILD_DEPENDS="python python3" SPLIT="${PACKAGE/python/python3}:3" -compile_rules() { +#HOST_ARCH + +compile_rules() +{ pip$SET install --no-compile --root=$install $ORIGIN==$VERSION } -genpkg_rules() { +genpkg_rules() +{ copy @std py=${PACKAGE%%-*} # python/python3 DEPENDS="$py"