wok-current rev 25197
updated python-ipy (1.00 -> 1.01)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 11:09:33 2022 +0100 (2022-07-13) |
parents | a9a436515a17 |
children | d1edb6891f97 |
files | python-ipy/description.txt python-ipy/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-ipy/description.txt Wed Jul 13 11:09:33 2022 +0100 1.3 @@ -0,0 +1,8 @@ 1.4 +IPy - class and tools for handling of IPv4 and IPv6 addresses and networks. 1.5 + 1.6 +The IP class allows a comfortable parsing and handling for most notations 1.7 +in use for IPv4 and IPv6 addresses and networks. 1.8 +It was greatly inspired by RIPE's Perl module NET::IP's interface but 1.9 +doesn't share the implementation. 1.10 +It doesn't share non-CIDR netmasks, so funky stuff like a netmask of 1.11 +0xffffff0f can't be done here.
2.1 --- a/python-ipy/receipt Wed Jul 13 11:04:37 2022 +0100 2.2 +++ b/python-ipy/receipt Wed Jul 13 11:09:33 2022 +0100 2.3 @@ -1,16 +1,17 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-ipy" 2.7 -VERSION="1.00" 2.8 +VERSION="1.01" 2.9 CATEGORY="development" 2.10 SHORT_DESC="Python class and tools for IPv4 and IPv6 addresses and networks." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="BSD" 2.13 WEB_SITE="https://pypi.org/project/IPy/" 2.14 +REPOLOGY="python:ipy" 2.15 2.16 SOURCE="IPy" 2.17 TARBALL="$SOURCE-$VERSION.tar.gz" 2.18 -WGET_URL="https://files.pythonhosted.org/packages/source/I/$SOURCE/$TARBALL" 2.19 +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" 2.20 2.21 DEPENDS="python" 2.22 BUILD_DEPENDS="python"