svn commit: r478834 - head/devel/py-openstacksdk

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Sep 2 23:57:39 UTC 2018


Author: sunpoet
Date: Sun Sep  2 23:57:38 2018
New Revision: 478834
URL: https://svnweb.freebsd.org/changeset/ports/478834

Log:
  Simplify Makefile: use PY_IPADDRESS
  
  With hat:	python

Modified:
  head/devel/py-openstacksdk/Makefile

Modified: head/devel/py-openstacksdk/Makefile
==============================================================================
--- head/devel/py-openstacksdk/Makefile	Sun Sep  2 23:57:15 2018	(r478833)
+++ head/devel/py-openstacksdk/Makefile	Sun Sep  2 23:57:38 2018	(r478834)
@@ -29,7 +29,8 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/p
 		${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}netifaces>=0.10.4:net/py-netifaces@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}dogpile.cache>=0.6.2:devel/py-dogpile.cache@${PY_FLAVOR} \
-		${PY_FUTURES}
+		${PY_FUTURES} \
+		${PY_IPADDRESS}
 
 USES=		python shebangfix
 USE_PYTHON=	distutils autoplist
@@ -37,10 +38,4 @@ SHEBANG_FILES=	openstack/tests/functional/cloud/hooks/
 
 NO_ARCH=	yes
 
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3300
-RUN_DEPENDS+=	${PYTHON_PKGNAMEPREFIX}ipaddress>=1.0.16:net/py-ipaddress@${PY_FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>


More information about the svn-ports-head mailing list