wok-current rev 23479
updated python-dnspython (1.10.0 -> 1.16.0)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Apr 05 15:53:47 2020 +0100 (2020-04-05) |
parents | 908717f36471 |
children | 504075bdacfe |
files | python-dnspython/receipt |
line diff
1.1 --- a/python-dnspython/receipt Sun Apr 05 15:49:21 2020 +0100 1.2 +++ b/python-dnspython/receipt Sun Apr 05 15:53:47 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 }