wok-next view python-netifaces/receipt @ rev 21470

updated totem-pl-parser (3.26.0 -> 3.26.5)
author Hans-G?nter Theisgen
date Wed May 13 08:02:17 2020 +0100 (2020-05-13)
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 }