Date: Mon, 15 Sep 2014 02:13:56 +0000 (UTC) From: "Vanilla I. Shu" <vanilla@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368239 - in head/net: . py-ipaddress Message-ID: <201409150213.s8F2DuLf077680@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vanilla Date: Mon Sep 15 02:13:55 2014 New Revision: 368239 URL: http://svnweb.freebsd.org/changeset/ports/368239 QAT: https://qat.redports.org/buildarchive/r368239/ Log: Add ipaddress-1.0.6. PR: ports/193574 Submitted by: Nikolay Dachev <nikolay dachev info> Added: head/net/py-ipaddress/ head/net/py-ipaddress/Makefile (contents, props changed) head/net/py-ipaddress/distinfo (contents, props changed) head/net/py-ipaddress/pkg-descr (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Mon Sep 15 02:11:03 2014 (r368238) +++ head/net/Makefile Mon Sep 15 02:13:55 2014 (r368239) @@ -866,6 +866,7 @@ SUBDIR += py-google SUBDIR += py-gspreadsheet SUBDIR += py-impacket + SUBDIR += py-ipaddress SUBDIR += py-iplib SUBDIR += py-kombu SUBDIR += py-ldap2 Added: head/net/py-ipaddress/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-ipaddress/Makefile Mon Sep 15 02:13:55 2014 (r368239) @@ -0,0 +1,18 @@ +# Created by: Nikolay Dachev <freebsd@dachev.info> +# $FreeBSD$ + +PORTNAME= ipaddress +PORTVERSION= 1.0.6 +CATEGORIES= net python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= freebsd@dachev.info +COMMENT= Python 3.3's ipaddress for Python 2.6 and 2.7 + +LICENSE= PSFL + +USES= python +USE_PYTHON= distutils autoplist + +.include <bsd.port.mk> Added: head/net/py-ipaddress/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-ipaddress/distinfo Mon Sep 15 02:13:55 2014 (r368239) @@ -0,0 +1,2 @@ +SHA256 (ipaddress-1.0.6.tar.gz) = b1b2f8b915b1ff0314301f5aaa9635e508ae2a16e8538812a2fd5dd2b7939d8d +SIZE (ipaddress-1.0.6.tar.gz) = 15091 Added: head/net/py-ipaddress/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/py-ipaddress/pkg-descr Mon Sep 15 02:13:55 2014 (r368239) @@ -0,0 +1,4 @@ +Python 3.3's ipaddress for Python 2.6 and 2.7. + +Note that you must pass in unicode objects when constructing +from a character representation!
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409150213.s8F2DuLf077680>