drop py3 flavour of py-ipaddress, it's not necessary (the whole thing is an
implementation of python 3.3+'s ipaddress module for earlier versions of python). ok ajacoutot
This commit is contained in:
parent
74b59f57cc
commit
8099db1613
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.997 2017/01/06 16:08:18 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.998 2017/01/12 22:29:44 sthen Exp $
|
||||
|
||||
SUBDIR =
|
||||
SUBDIR += GeoIP
|
||||
@ -549,7 +549,6 @@
|
||||
SUBDIR += py-impacket
|
||||
SUBDIR += py-ipaddr
|
||||
SUBDIR += py-ipaddress
|
||||
SUBDIR += py-ipaddress,python3
|
||||
SUBDIR += py-irclib
|
||||
SUBDIR += py-libcloud
|
||||
SUBDIR += py-libpcap
|
||||
|
@ -1,12 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2017/01/03 19:24:43 landry Exp $
|
||||
# $OpenBSD: Makefile,v 1.7 2017/01/12 22:29:44 sthen Exp $
|
||||
|
||||
# python3 flavour not needed for this port; the ipaddress module
|
||||
# is available in core python 3.3+
|
||||
COMMENT = Python 3.3's ipaddress for Python 2.6 and 2.7#'
|
||||
|
||||
MODPY_EGG_VERSION = 1.0.17
|
||||
DISTNAME = ipaddress-${MODPY_EGG_VERSION}
|
||||
PKGNAME = py-${DISTNAME}
|
||||
CATEGORIES = net
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
HOMEPAGE = https://github.com/phihag/ipaddress
|
||||
|
||||
@ -20,9 +22,6 @@ MODPY_SETUPTOOLS = Yes
|
||||
|
||||
TEST_DEPENDS = devel/py-nose${MODPY_FLAVOR}
|
||||
|
||||
FLAVORS = python3
|
||||
FLAVOR ?=
|
||||
|
||||
do-test:
|
||||
cd ${WRKSRC}; nosetests${MODPY_BIN_SUFFIX}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user