wok-next annotate 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
rev   line source
al@20685 1 # SliTaz package receipt v2.
al@20685 2
al@20685 3 PACKAGE="python-ipaddr"
al@20685 4 VERSION="2.1.11"
al@20685 5 CATEGORY="python"
al@20685 6 SHORT_DESC="Google's Python IP address manipulation library"
al@20685 7 MAINTAINER="al.bobylev@gmail.com"
al@20685 8 LICENSE="Apache"
al@20685 9 WEB_SITE="https://github.com/google/ipaddr-py"
al@20685 10
al@20685 11 TARBALL="ipaddr-$VERSION.tar.gz"
al@20685 12 WGET_URL="https://pypi.python.org/packages/source/i/ipaddr/$TARBALL"
al@20685 13
al@20685 14 compile_rules() {
al@20685 15 python setup.py install --root=$install
al@20685 16 }
al@20685 17
al@20685 18 genpkg_rules() {
al@20685 19 copy @std
al@20685 20 DEPENDS="python"
al@20685 21 }