aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-execnet
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2017-06-07 15:21:19 +0000
committerBen Woods <woodsb02@FreeBSD.org>2017-06-07 15:21:19 +0000
commit2a0c988bf376dd8df7496d900e4a6a1706f50f57 (patch)
treec6251a331dcd59471e01a324adaf3f41c7994d4a /sysutils/py-execnet
parentb442f334ccc008aed97399593ef376c1d7cdb575 (diff)
downloadports-2a0c988bf376dd8df7496d900e4a6a1706f50f57.tar.gz
ports-2a0c988bf376dd8df7496d900e4a6a1706f50f57.zip
[NEW] sysutils/py3-execnet: Create Python 3.x version of port
The latest www/py-requests update [1] unbundled its dependencies, now requiring chardet, idna, urllib3 and certifi from ports. www/py3-requests port was not tested during QA, which would have highlighted the need for many new py3-* ports (and their dependencies). This change creates one of those ports. [1] https://svnweb.freebsd.org/changeset/ports/442565 PR: 219833
Notes
Notes: svn path=/head/; revision=442846
Diffstat (limited to 'sysutils/py-execnet')
-rw-r--r--sysutils/py-execnet/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/py-execnet/Makefile b/sysutils/py-execnet/Makefile
index abf8f831ce3c..16125cde0df0 100644
--- a/sysutils/py-execnet/Makefile
+++ b/sysutils/py-execnet/Makefile
@@ -13,11 +13,11 @@ COMMENT= Distributed Python deployment and communication
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}apipkg>=1.4:devel/py-apipkg
+BUILD_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:devel/py-setuptools_scm
+RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}apipkg>=1.4:devel/py-apipkg
NO_ARCH= yes
-USES= python
+USES?= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>