pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/py-ipaddress Import py27-ipaddress-1.0.7 as net/py...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/62476ea4c3fe
branches:  trunk
changeset: 652285:62476ea4c3fe
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu May 28 18:39:43 2015 +0000

description:
Import py27-ipaddress-1.0.7 as net/py-ipaddress.

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!

diffstat:

 net/py-ipaddress/DESCR    |   4 ++++
 net/py-ipaddress/Makefile |  16 ++++++++++++++++
 net/py-ipaddress/PLIST    |   8 ++++++++
 net/py-ipaddress/distinfo |   5 +++++
 4 files changed, 33 insertions(+), 0 deletions(-)

diffs (49 lines):

diff -r be600e9c2de4 -r 62476ea4c3fe net/py-ipaddress/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-ipaddress/DESCR    Thu May 28 18:39:43 2015 +0000
@@ -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!
diff -r be600e9c2de4 -r 62476ea4c3fe net/py-ipaddress/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-ipaddress/Makefile Thu May 28 18:39:43 2015 +0000
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1 2015/05/28 18:39:43 wiz Exp $
+
+DISTNAME=      ipaddress-1.0.7
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES+= https://pypi.python.org/packages/source/i/ipaddress/
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://pypi.python.org/pypi/ipaddress
+COMMENT=       Port of the python 3.3+ ipaddress module to 2.6 and 2.7
+LICENSE=       python-software-foundation
+
+PYTHON_VERSIONS_INCOMPATIBLE=  33 34 # included in 3.3+
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r be600e9c2de4 -r 62476ea4c3fe net/py-ipaddress/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-ipaddress/PLIST    Thu May 28 18:39:43 2015 +0000
@@ -0,0 +1,8 @@
+@comment $NetBSD: PLIST,v 1.1 2015/05/28 18:39:43 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/ipaddress.py
+${PYSITELIB}/ipaddress.pyc
+${PYSITELIB}/ipaddress.pyo
diff -r be600e9c2de4 -r 62476ea4c3fe net/py-ipaddress/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-ipaddress/distinfo Thu May 28 18:39:43 2015 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2015/05/28 18:39:43 wiz Exp $
+
+SHA1 (ipaddress-1.0.7.tar.gz) = 2747aafb67bb46bc9e69207f08c2265833e9d3db
+RMD160 (ipaddress-1.0.7.tar.gz) = e974dfbbc2b0c3dbdb46cc5cd4a21802a65582c4
+Size (ipaddress-1.0.7.tar.gz) = 15126 bytes



Home | Main Index | Thread Index | Old Index