aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/py-ipy
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-03-01 11:20:38 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-03-01 11:20:38 +0000
commitb28b0ce0b1e4fbe580d5363c220f41aae12e64cf (patch)
tree4d19a1be590011ef56b5acb889f3a089112aa7fb /net-mgmt/py-ipy
parent7067e69832bf8a20c0ba14061428e4c58bdeb266 (diff)
downloadports-b28b0ce0b1e4fbe580d5363c220f41aae12e64cf.tar.gz
ports-b28b0ce0b1e4fbe580d5363c220f41aae12e64cf.zip
Update to 1.00
Notes
Notes: svn path=/head/; revision=494282
Diffstat (limited to 'net-mgmt/py-ipy')
-rw-r--r--net-mgmt/py-ipy/Makefile7
-rw-r--r--net-mgmt/py-ipy/distinfo5
-rw-r--r--net-mgmt/py-ipy/pkg-descr10
3 files changed, 12 insertions, 10 deletions
diff --git a/net-mgmt/py-ipy/Makefile b/net-mgmt/py-ipy/Makefile
index 84fb571aad30..f72e1b6cb5a0 100644
--- a/net-mgmt/py-ipy/Makefile
+++ b/net-mgmt/py-ipy/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ipy
-PORTVERSION= 0.83
+PORTVERSION= 1.00
CATEGORIES= net-mgmt python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,9 +14,10 @@ COMMENT= Python module for handling IPv4 and IPv6 Addresses and Networks
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
-NO_ARCH= yes
-USE_PYTHON= autoplist concurrent distutils
USES= python
+USE_PYTHON= autoplist concurrent distutils
+
+NO_ARCH= yes
do-test:
${PYTHON_CMD} ${WRKSRC}/test/test_IPy.py
diff --git a/net-mgmt/py-ipy/distinfo b/net-mgmt/py-ipy/distinfo
index a2077d5052e7..229ffd1fc9c4 100644
--- a/net-mgmt/py-ipy/distinfo
+++ b/net-mgmt/py-ipy/distinfo
@@ -1,2 +1,3 @@
-SHA256 (IPy-0.83.tar.gz) = 61da5a532b159b387176f6eabf11946e7458b6df8fb8b91ff1d345ca7a6edab8
-SIZE (IPy-0.83.tar.gz) = 31816
+TIMESTAMP = 1551424021
+SHA256 (IPy-1.00.tar.gz) = 2f2bf658a858d43868d8a4352b3889cf78c66e2ce678b300dcf518c9149ba621
+SIZE (IPy-1.00.tar.gz) = 35324
diff --git a/net-mgmt/py-ipy/pkg-descr b/net-mgmt/py-ipy/pkg-descr
index 897bf2f17ebc..bb7bd8dc91ae 100644
--- a/net-mgmt/py-ipy/pkg-descr
+++ b/net-mgmt/py-ipy/pkg-descr
@@ -1,6 +1,6 @@
-IPy is a Python module for handling IPv4 and IPv6 Addresses and Networks in
-a fashion similar to perl's Net::IP and friends. The IP class allows a
-comfortable parsing and handling for most notations in use for IPv4 and IPv6
-Addresses and Networks.
+IPy is a Python module for handling IPv4 and IPv6 Addresses and Networks in a
+fashion similar to perl's Net::IP and friends. The IP class allows a comfortable
+parsing and handling for most notations in use for IPv4 and IPv6 Addresses and
+Networks.
-WWW: https://pypi.org/project/IPy/
+WWW: https://github.com/autocracy/python-ipy