wok-next diff python-dnspython/receipt @ rev 20983
Small updates
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Fri Sep 28 13:48:52 2018 +0300 (2018-09-28) |
parents | 9b3461bf373c |
children | d5aab818505e |
line diff
1.1 --- a/python-dnspython/receipt Fri Jul 13 13:52:56 2018 +0300 1.2 +++ b/python-dnspython/receipt Fri Sep 28 13:48:52 2018 +0300 1.3 @@ -1,29 +1,25 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 +ORIGIN="dnspython" 1.8 PACKAGE="python-dnspython" 1.9 -VERSION="1.10.0" 1.10 -CATEGORY="development" 1.11 -SHORT_DESC="a DNS toolkit for Python" 1.12 +VERSION="1.15.0" 1.13 +CATEGORY="python" 1.14 +SHORT_DESC="A DNS toolkit for Python" 1.15 MAINTAINER="monghitri@aruba.it" 1.16 LICENSE="BSD" 1.17 -WEB_SITE="http://www.dnspython.org/" 1.18 +WEB_SITE="https://pypi.org/project/$ORIGIN/" 1.19 +HOST_ARCH="any" 1.20 REPOLOGY="python:dnspython" 1.21 1.22 -SOURCE="dnspython" 1.23 -TARBALL="$SOURCE-$VERSION.tar.gz" 1.24 -WGET_URL="http://www.dnspython.org/kits/$VERSION/$TARBALL" 1.25 +BUILD_DEPENDS="python python3" 1.26 +SPLIT="${PACKAGE/python/python3}:3" 1.27 1.28 -DEPENDS="python" 1.29 -BUILD_DEPENDS="python" 1.30 - 1.31 -# Rules to configure and make the package. 1.32 -compile_rules() 1.33 -{ 1.34 - python setup.py install --root=$DESTDIR 1.35 +compile_rules() { 1.36 + pip$SET install --no-compile --root=$install $ORIGIN==$VERSION 1.37 } 1.38 1.39 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.40 -genpkg_rules() 1.41 -{ 1.42 - cp -a $install/usr $fs 1.43 +genpkg_rules() { 1.44 + copy @std 1.45 + py=${PACKAGE%%-*} # python/python3 1.46 + DEPENDS="$py" 1.47 }