net/py-netaddr: Update to 0.7.13
- Update to 0.7.13 - Switch from GITHUB to CHEESESHOP - Remove WRKSRC accordingly - Update COMMENT (upstream) - Whitespace in pkg-descr
This commit is contained in:
parent
11ba70e224
commit
04519390ae
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378916
3 changed files with 6 additions and 10 deletions
|
@ -2,22 +2,17 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PORTNAME= netaddr
|
||||
PORTVERSION= 0.7.10
|
||||
PORTVERSION= 0.7.13
|
||||
CATEGORIES= net python
|
||||
MASTER_SITES= GHC
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= koobs@FreeBSD.org
|
||||
COMMENT= Python library for the manipulation of network addresses
|
||||
COMMENT= Manipulation of IPv4, IPv6, CIDR, EUI and MAC network addresses
|
||||
|
||||
LICENSE= BSD3CLAUSE MIT
|
||||
LICENSE_COMB= multi
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= drkjam
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
SHA256 (netaddr-0.7.10.tar.gz) = 9b79763141a855079b0589717696a4ccb5c56c0b807b6e584bfe12333399e0b7
|
||||
SIZE (netaddr-0.7.10.tar.gz) = 1313043
|
||||
SHA256 (netaddr-0.7.13.tar.gz) = ca42c260b49e5fd74ba9104efa6a4fca6b55316ca42714d20d2b9b8e751e0412
|
||||
SIZE (netaddr-0.7.13.tar.gz) = 1548094
|
||||
|
|
|
@ -7,6 +7,7 @@ and (above all) Pythonic API.
|
|||
|
||||
With it you can validate, convert, categorise, iterate, generate,
|
||||
slice (and dice):
|
||||
|
||||
* IP version 4
|
||||
* IP version 6
|
||||
* CIDR (Classless Inter-Domain Routing)
|
||||
|
|
Loading…
Reference in a new issue