wok-next view python-ipaddr/receipt @ rev 20934

Updates...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Aug 23 19:56:09 2018 +0300 (2018-08-23)
parents 9b3461bf373c
children c9a7a7b42a86
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-ipaddr"
4 VERSION="latest"
5 CATEGORY="python"
6 SHORT_DESC="Google's Python IP address manipulation library"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="Apache"
9 WEB_SITE="https://pypi.org/project/ipaddr/"
10 REPOLOGY="python:ipaddr"
12 BUILD_DEPENDS="python"
14 compile_rules() {
15 pip install --no-compile --root=$DESTDIR ipaddr
16 }
18 genpkg_rules() {
19 VERSION=$(sed -n '/^Successfully installed/ s|.*ipaddr-||p' $LOGS/$PACKAGE.log)
20 copy @std
21 DEPENDS="python"
22 }