aboutsummaryrefslogtreecommitdiff
path: root/textproc/py-elasticsearch-dsl
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-05-16 00:01:32 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2018-05-16 00:01:32 +0000
commita63075a4ac099b0c91040b64e97652244738b74a (patch)
tree140758cbe77a6deb1663a3caf63c0efd517f07e4 /textproc/py-elasticsearch-dsl
parent2f64e2edafea6b76efa14c7b644bd8c8a10e3678 (diff)
downloadports-a63075a4ac099b0c91040b64e97652244738b74a.tar.gz
ports-a63075a4ac099b0c91040b64e97652244738b74a.zip
Use PY_IPADDRESS
- While I'm here, sort RUN_DEPENDS With hat: python
Notes
Notes: svn path=/head/; revision=470098
Diffstat (limited to 'textproc/py-elasticsearch-dsl')
-rw-r--r--textproc/py-elasticsearch-dsl/Makefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/textproc/py-elasticsearch-dsl/Makefile b/textproc/py-elasticsearch-dsl/Makefile
index 6fc147b1c2c8..f18c588ef05c 100644
--- a/textproc/py-elasticsearch-dsl/Makefile
+++ b/textproc/py-elasticsearch-dsl/Makefile
@@ -13,18 +13,13 @@ COMMENT= High level Python client for Elasticsearch
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}elasticsearch>=6.1.0:textproc/py-elasticsearch@${FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${FLAVOR} \
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}elasticsearch>=6.1.0:textproc/py-elasticsearch@${FLAVOR} \
+ ${PY_IPADDRESS} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
NO_ARCH= yes
-.include <bsd.port.pre.mk>
-
-.if ${PYTHON_REL} < 3000
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}ipaddress>=0:net/py-ipaddress@${FLAVOR}
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>