wok-current diff python-dnspython/receipt @ rev 23651
updated smplayer (19.10.0 -> 20.4.2)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Apr 20 15:19:14 2020 +0100 (2020-04-20) |
parents | 5d50a02468c7 |
children | 3d9966aceee9 |
line diff
1.1 --- a/python-dnspython/receipt Sun May 19 19:23:11 2019 +0200 1.2 +++ b/python-dnspython/receipt Mon Apr 20 15:19:14 2020 +0100 1.3 @@ -1,14 +1,15 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="python-dnspython" 1.7 -VERSION="1.10.0" 1.8 +VERSION="1.16.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="a DNS toolkit for Python" 1.11 +SHORT_DESC="A DNS toolkit for Python." 1.12 MAINTAINER="monghitri@aruba.it" 1.13 LICENSE="BSD" 1.14 +WEB_SITE="http://www.dnspython.org/" 1.15 + 1.16 SOURCE="dnspython" 1.17 TARBALL="$SOURCE-$VERSION.tar.gz" 1.18 -WEB_SITE="http://www.dnspython.org/" 1.19 WGET_URL="http://www.dnspython.org/kits/$VERSION/$TARBALL" 1.20 1.21 DEPENDS="python" 1.22 @@ -23,5 +24,5 @@ 1.23 # Rules to gen a SliTaz package suitable for Tazpkg. 1.24 genpkg_rules() 1.25 { 1.26 - cp -a $install/usr $fs 1.27 + cp -a $install/usr $fs 1.28 }