import py-ipaddress, ok czarkoff@
Python 3.3's ipaddress for Python 2.6 and 2.7.
This commit is contained in:
parent
ecdee01b34
commit
68dea8b486
21
net/py-ipaddress/Makefile
Normal file
21
net/py-ipaddress/Makefile
Normal file
@ -0,0 +1,21 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2015/06/08 10:32:12 sthen Exp $
|
||||
|
||||
COMMENT = Python 3.3's ipaddress for Python 2.6 and 2.7
|
||||
|
||||
MODPY_EGG_VERSION = 1.0.7
|
||||
DISTNAME = ipaddress-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
CATEGORIES = net
|
||||
|
||||
HOMEPAGE = https://github.com/phihag/ipaddress
|
||||
|
||||
# Python
|
||||
PERMIT_PACKAGE_CDROM = Yes
|
||||
|
||||
MODPY_PI = Yes
|
||||
MODULES = lang/python
|
||||
MODPY_SETUPTOOLS = Yes
|
||||
|
||||
NO_TEST = Yes
|
||||
|
||||
.include <bsd.port.mk>
|
2
net/py-ipaddress/distinfo
Normal file
2
net/py-ipaddress/distinfo
Normal file
@ -0,0 +1,2 @@
|
||||
SHA256 (ipaddress-1.0.7.tar.gz) = LJnp6uotrL5AOLO+dy7GUPW09MjMR5w3BLgWc9loSdc=
|
||||
SIZE (ipaddress-1.0.7.tar.gz) = 15126
|
1
net/py-ipaddress/pkg/DESCR
Normal file
1
net/py-ipaddress/pkg/DESCR
Normal file
@ -0,0 +1 @@
|
||||
Python 3.3's ipaddress for Python 2.6 and 2.7.
|
8
net/py-ipaddress/pkg/PLIST
Normal file
8
net/py-ipaddress/pkg/PLIST
Normal file
@ -0,0 +1,8 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2015/06/08 10:32:12 sthen Exp $
|
||||
lib/python${MODPY_VERSION}/site-packages/ipaddress-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/
|
||||
lib/python${MODPY_VERSION}/site-packages/ipaddress-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/PKG-INFO
|
||||
lib/python${MODPY_VERSION}/site-packages/ipaddress-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/SOURCES.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/ipaddress-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/dependency_links.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/ipaddress-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info/top_level.txt
|
||||
lib/python${MODPY_VERSION}/site-packages/ipaddress.py
|
||||
lib/python${MODPY_VERSION}/site-packages/ipaddress.pyc
|
Loading…
Reference in New Issue
Block a user