Date: Fri, 1 Mar 2019 11:20:39 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r494282 - head/net-mgmt/py-ipy Message-ID: <201903011120.x21BKdMe048448@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Mar 1 11:20:38 2019 New Revision: 494282 URL: https://svnweb.freebsd.org/changeset/ports/494282 Log: Update to 1.00 - Update WWW Changes: https://github.com/autocracy/python-ipy/blob/master/ChangeLog Modified: head/net-mgmt/py-ipy/Makefile head/net-mgmt/py-ipy/distinfo head/net-mgmt/py-ipy/pkg-descr Modified: head/net-mgmt/py-ipy/Makefile ============================================================================== --- head/net-mgmt/py-ipy/Makefile Fri Mar 1 11:20:33 2019 (r494281) +++ head/net-mgmt/py-ipy/Makefile Fri Mar 1 11:20:38 2019 (r494282) @@ -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 Addr 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 Modified: head/net-mgmt/py-ipy/distinfo ============================================================================== --- head/net-mgmt/py-ipy/distinfo Fri Mar 1 11:20:33 2019 (r494281) +++ head/net-mgmt/py-ipy/distinfo Fri Mar 1 11:20:38 2019 (r494282) @@ -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 Modified: head/net-mgmt/py-ipy/pkg-descr ============================================================================== --- head/net-mgmt/py-ipy/pkg-descr Fri Mar 1 11:20:33 2019 (r494281) +++ head/net-mgmt/py-ipy/pkg-descr Fri Mar 1 11:20:38 2019 (r494282) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903011120.x21BKdMe048448>