Date: Tue, 13 Oct 2015 22:27:14 +0000 (UTC) From: Ruslan Makhmatkhanov <rm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r399224 - head/net/py-ipaddress Message-ID: <201510132227.t9DMREBk091534@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rm Date: Tue Oct 13 22:27:14 2015 New Revision: 399224 URL: https://svnweb.freebsd.org/changeset/ports/399224 Log: net/py-ipaddress: update to 1.0.14 - update to 1.0.14 - pass maintainership to python@ - limit python version to lt 3.3 - update description Modified: head/net/py-ipaddress/Makefile head/net/py-ipaddress/distinfo head/net/py-ipaddress/pkg-descr Modified: head/net/py-ipaddress/Makefile ============================================================================== --- head/net/py-ipaddress/Makefile Tue Oct 13 22:24:28 2015 (r399223) +++ head/net/py-ipaddress/Makefile Tue Oct 13 22:27:14 2015 (r399224) @@ -2,18 +2,18 @@ # $FreeBSD$ PORTNAME= ipaddress -PORTVERSION= 1.0.6 +PORTVERSION= 1.0.14 CATEGORIES= net python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= python@FreeBSD.org COMMENT= Python 3.3's ipaddress for Python 2.6 and 2.7 LICENSE= PSFL -USES= python -USE_PYTHON= distutils autoplist +USES= python:-3.3 +USE_PYTHON= autoplist distutils NO_ARCH= yes .include <bsd.port.mk> Modified: head/net/py-ipaddress/distinfo ============================================================================== --- head/net/py-ipaddress/distinfo Tue Oct 13 22:24:28 2015 (r399223) +++ head/net/py-ipaddress/distinfo Tue Oct 13 22:27:14 2015 (r399224) @@ -1,2 +1,2 @@ -SHA256 (ipaddress-1.0.6.tar.gz) = b1b2f8b915b1ff0314301f5aaa9635e508ae2a16e8538812a2fd5dd2b7939d8d -SIZE (ipaddress-1.0.6.tar.gz) = 15091 +SHA256 (ipaddress-1.0.14.tar.gz) = 226f4be44c6cb64055e23060848266f51f329813baae28b53dc50e93488b3b3e +SIZE (ipaddress-1.0.14.tar.gz) = 30429 Modified: head/net/py-ipaddress/pkg-descr ============================================================================== --- head/net/py-ipaddress/pkg-descr Tue Oct 13 22:24:28 2015 (r399223) +++ head/net/py-ipaddress/pkg-descr Tue Oct 13 22:27:14 2015 (r399224) @@ -1,4 +1,6 @@ -Python 3.3's ipaddress for Python 2.6 and 2.7. +Python 3.3's ipaddress (IPv4/IPv6 manipulation library) for Python 2.6 and 2.7. -Note that you must pass in unicode objects when constructing -from a character representation! +Note that you must pass in unicode objects when constructing from a character +representation! + +WWW: https://github.com/phihag/ipaddress
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510132227.t9DMREBk091534>