wok-current rev 25206
updated python-netaddr (0.7.19 -> 0.8.0)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Jul 13 14:43:56 2022 +0100 (2022-07-13) |
parents | d7ed974f0f39 |
children | 0c663fa81568 |
files | python-netaddr/description.txt python-netaddr/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/python-netaddr/description.txt Wed Jul 13 14:43:56 2022 +0100 1.3 @@ -0,0 +1,21 @@ 1.4 +A system-independent network address manipulation library for Python 2.7 and 3.5+. 1.5 +(Python 2.7 and 3.5 support is deprecated). 1.6 + 1.7 +Provides support for: 1.8 + 1.9 +Layer 3 addresses 1.10 + 1.11 +- IPv4 and IPv6 addresses, subnets, masks, prefixes 1.12 +- iterating, slicing, sorting, summarizing and classifying IP networks 1.13 +- dealing with various ranges formats (CIDR, arbitrary ranges and globs, nmap) 1.14 +- set based operations (unions, intersections etc) over IP addresses and subnets 1.15 +- parsing a large variety of different formats and notations 1.16 +- looking up IANA IP block information 1.17 +- generating DNS reverse lookups 1.18 +- supernetting and subnetting 1.19 + 1.20 +Layer 2 addresses 1.21 + 1.22 +- representation and manipulation MAC addresses and EUI-64 identifiers 1.23 +- looking up IEEE organisational information (OUI, IAB) 1.24 +- generating derived IPv6 addresses
2.1 --- a/python-netaddr/receipt Wed Jul 13 14:37:54 2022 +0100 2.2 +++ b/python-netaddr/receipt Wed Jul 13 14:43:56 2022 +0100 2.3 @@ -1,16 +1,17 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="python-netaddr" 2.7 -VERSION="0.7.19" 2.8 +VERSION="0.8.0" 2.9 CATEGORY="development" 2.10 SHORT_DESC="A network address representation and manipulation library." 2.11 MAINTAINER="pascal.bellard@slitaz.org" 2.12 LICENSE="BSD" 2.13 WEB_SITE="https://pypi.org/project/netaddr/" 2.14 +REPOLOGY="python:netaddr" 2.15 2.16 SOURCE="netaddr" 2.17 TARBALL="$SOURCE-$VERSION.tar.gz" 2.18 -WGET_URL="https://files.pythonhosted.org/packages/source/n/$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 python-dev python-setuptools" 2.23 @@ -33,6 +34,5 @@ 2.24 # Rules to gen a SliTaz package suitable for Tazpkg. 2.25 genpkg_rules() 2.26 { 2.27 - mkdir -p $fs 2.28 cp -a $install/usr $fs 2.29 }