wok-next view python-netifaces/receipt @ 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 d5aab818505e
children
line source
1 # SliTaz package receipt v2.
3 ORIGIN="netifaces"
4 PACKAGE="python-netifaces"
5 VERSION="0.10.9"
6 CATEGORY="python"
7 SHORT_DESC="Portable network interface information"
8 MAINTAINER="maintainer@slitaz.org"
9 LICENSE="MIT"
10 WEB_SITE="https://pypi.org/project/$ORIGIN/"
11 REPOLOGY="python:netifaces"
13 BUILD_DEPENDS="python python3"
14 SPLIT="${PACKAGE/python/python3}:3"
16 #HOST_ARCH
18 compile_rules()
19 {
20 pip$SET install --no-compile --root=$install $ORIGIN==$VERSION
21 }
23 genpkg_rules()
24 {
25 copy @std
26 py=${PACKAGE%%-*} # python/python3
27 DEPENDS="$py"
28 }