From 14073927a21038c28368171c102782412fc86a07 Mon Sep 17 00:00:00 2001 From: Dave Woodfall Date: Mon, 3 May 2021 06:50:16 +0100 Subject: python/python-netaddr: Renamed python2-netaddr. Signed-off-by: Dave Woodfall --- python/python-netaddr/README | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 python/python-netaddr/README (limited to 'python/python-netaddr/README') diff --git a/python/python-netaddr/README b/python/python-netaddr/README deleted file mode 100644 index 686ffe012c..0000000000 --- a/python/python-netaddr/README +++ /dev/null @@ -1,20 +0,0 @@ -A pure Python network address representation and manipulation library. - -netaddr provides a Pythonic way of working with :- -- IPv4 and IPv6 addresses and subnets -- MAC addresses, OUI and IAB identifiers, IEEE EUI-64 identifiers -- arbitrary (non-aligned) IP address ranges and IP address sets -- various non-CIDR IP range formats such as nmap and glob-style formats - -The source package includes (probably now out of date) data from: -1. http://standards.ieee.org (public OUI and IAB registration data -published by the IEEE) -2. http://www.iana.org (IPv4, IPv6 and multicast address space -allocations). - -To include the latest versions in the package, run the script with: - -# NEWDATA="yes" ./python-netaddr.SlackBuild - -and the latest versions will be downloaded during the build -for inclusion in the package. -- cgit v1.2.3