# HG changeset patch # User Hans-G?nter Theisgen # Date 1657719836 -3600 # Node ID f11c5374a9c63828b84da4aeb7f35bd5d56b3336 # Parent d7ed974f0f390001c7bf670d22f118a9a0b43e72 updated python-netaddr (0.7.19 -> 0.8.0) diff -r d7ed974f0f39 -r f11c5374a9c6 python-netaddr/description.txt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/python-netaddr/description.txt Wed Jul 13 14:43:56 2022 +0100 @@ -0,0 +1,21 @@ +A system-independent network address manipulation library for Python 2.7 and 3.5+. +(Python 2.7 and 3.5 support is deprecated). + +Provides support for: + +Layer 3 addresses + +- IPv4 and IPv6 addresses, subnets, masks, prefixes +- iterating, slicing, sorting, summarizing and classifying IP networks +- dealing with various ranges formats (CIDR, arbitrary ranges and globs, nmap) +- set based operations (unions, intersections etc) over IP addresses and subnets +- parsing a large variety of different formats and notations +- looking up IANA IP block information +- generating DNS reverse lookups +- supernetting and subnetting + +Layer 2 addresses + +- representation and manipulation MAC addresses and EUI-64 identifiers +- looking up IEEE organisational information (OUI, IAB) +- generating derived IPv6 addresses diff -r d7ed974f0f39 -r f11c5374a9c6 python-netaddr/receipt --- a/python-netaddr/receipt Wed Jul 13 14:37:54 2022 +0100 +++ b/python-netaddr/receipt Wed Jul 13 14:43:56 2022 +0100 @@ -1,16 +1,17 @@ # SliTaz package receipt. PACKAGE="python-netaddr" -VERSION="0.7.19" +VERSION="0.8.0" CATEGORY="development" SHORT_DESC="A network address representation and manipulation library." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="BSD" WEB_SITE="https://pypi.org/project/netaddr/" +REPOLOGY="python:netaddr" SOURCE="netaddr" TARBALL="$SOURCE-$VERSION.tar.gz" -WGET_URL="https://files.pythonhosted.org/packages/source/n/$SOURCE/$TARBALL" +WGET_URL="https://files.pythonhosted.org/packages/source/${SOURCE:0:1}/$SOURCE/$TARBALL" DEPENDS="python" BUILD_DEPENDS="python python-dev python-setuptools" @@ -33,6 +34,5 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs cp -a $install/usr $fs }