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

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents
children 9b3461bf373c
line source
1 # SliTaz package receipt v2.
3 PACKAGE="python-ipaddr"
4 VERSION="2.1.11"
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://github.com/google/ipaddr-py"
11 TARBALL="ipaddr-$VERSION.tar.gz"
12 WGET_URL="https://pypi.python.org/packages/source/i/ipaddr/$TARBALL"
14 compile_rules() {
15 python setup.py install --root=$install
16 }
18 genpkg_rules() {
19 copy @std
20 DEPENDS="python"
21 }