wok-next view python-netifaces/receipt @ rev 21583
updated ddclient (3.8.3 -> 3.9.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Jun 23 16:30:52 2020 +0100 (2020-06-23) |
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 }