Date: Wed, 16 May 2018 00:01:32 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r470098 - head/textproc/py-elasticsearch-dsl Message-ID: <201805160001.w4G01WhU086895@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Wed May 16 00:01:32 2018 New Revision: 470098 URL: https://svnweb.freebsd.org/changeset/ports/470098 Log: Use PY_IPADDRESS - While I'm here, sort RUN_DEPENDS With hat: python Modified: head/textproc/py-elasticsearch-dsl/Makefile Modified: head/textproc/py-elasticsearch-dsl/Makefile ============================================================================== --- head/textproc/py-elasticsearch-dsl/Makefile Wed May 16 00:01:27 2018 (r470097) +++ head/textproc/py-elasticsearch-dsl/Makefile Wed May 16 00:01:32 2018 (r470098) @@ -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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805160001.w4G01WhU086895>