wok-next annotate python-dnspython/receipt @ rev 20885

Update python (2.7.15)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 13 13:52:56 2018 +0300 (2018-07-13)
parents 6c73b944e8dd
children c9a7a7b42a86
rev   line source
monghitri@13949 1 # SliTaz package receipt.
monghitri@13949 2
monghitri@13949 3 PACKAGE="python-dnspython"
monghitri@13949 4 VERSION="1.10.0"
monghitri@13949 5 CATEGORY="development"
monghitri@13949 6 SHORT_DESC="a DNS toolkit for Python"
monghitri@13949 7 MAINTAINER="monghitri@aruba.it"
pascal@15378 8 LICENSE="BSD"
al@20885 9 WEB_SITE="http://www.dnspython.org/"
al@20885 10 REPOLOGY="python:dnspython"
al@20885 11
monghitri@13949 12 SOURCE="dnspython"
monghitri@13949 13 TARBALL="$SOURCE-$VERSION.tar.gz"
monghitri@13949 14 WGET_URL="http://www.dnspython.org/kits/$VERSION/$TARBALL"
pascal@15378 15
monghitri@13949 16 DEPENDS="python"
al@20444 17 BUILD_DEPENDS="python"
monghitri@13949 18
monghitri@13949 19 # Rules to configure and make the package.
monghitri@13949 20 compile_rules()
monghitri@13949 21 {
monghitri@13949 22 python setup.py install --root=$DESTDIR
monghitri@13949 23 }
monghitri@13949 24
monghitri@13949 25 # Rules to gen a SliTaz package suitable for Tazpkg.
monghitri@13949 26 genpkg_rules()
monghitri@13949 27 {
monghitri@13949 28 cp -a $install/usr $fs
monghitri@13949 29 }