aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-execnet
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-05 13:37:07 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2017-04-05 13:37:07 +0000
commitf57171dfe64738c83be1704d854b3b7f8a88bde2 (patch)
tree0e4b01a3f63216b5b748297d8fb91b4a515e8e31 /sysutils/py-execnet
parent7ebd7908d405f3ef06a95bdafec408cc691353a9 (diff)
downloadports-f57171dfe64738c83be1704d854b3b7f8a88bde2.tar.gz
ports-f57171dfe64738c83be1704d854b3b7f8a88bde2.zip
Update to 1.4.1
- Add LICENSE_FILE - Add NO_ARCH - Sort USE_PYTHON - Allow concurrent installation (USE_PYTHON=concurrent) - Update WWW: SSL certificate has expired in Nov, 2014 Changes: https://bitbucket.org/hpk42/execnet/src/default/CHANGELOG PR: 218363 Submitted by: sunpoet (myself) Approved by: koobs (maintainer)
Notes
Notes: svn path=/head/; revision=437788
Diffstat (limited to 'sysutils/py-execnet')
-rw-r--r--sysutils/py-execnet/Makefile9
-rw-r--r--sysutils/py-execnet/distinfo5
-rw-r--r--sysutils/py-execnet/pkg-descr2
3 files changed, 11 insertions, 5 deletions
diff --git a/sysutils/py-execnet/Makefile b/sysutils/py-execnet/Makefile
index f6c989831b79..abf8f831ce3c 100644
--- a/sysutils/py-execnet/Makefile
+++ b/sysutils/py-execnet/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= execnet
-PORTVERSION= 1.2.0
+PORTVERSION= 1.4.1
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,8 +11,13 @@ MAINTAINER= koobs@FreeBSD.org
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
+
+NO_ARCH= yes
USES= python
-USE_PYTHON= distutils autoplist
+USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>
diff --git a/sysutils/py-execnet/distinfo b/sysutils/py-execnet/distinfo
index 08a2bcc15b1b..7cf385077896 100644
--- a/sysutils/py-execnet/distinfo
+++ b/sysutils/py-execnet/distinfo
@@ -1,2 +1,3 @@
-SHA256 (execnet-1.2.0.tar.gz) = 951714caa0ae80237f4ffc1f08450e9e2e5f8f902beaf1ad294020875d6f8c2c
-SIZE (execnet-1.2.0.tar.gz) = 163876
+TIMESTAMP = 1491399415
+SHA256 (execnet-1.4.1.tar.gz) = f66dd4a7519725a1b7e14ad9ae7d3df8e09b2da88062386e08e941cafc0ef3e6
+SIZE (execnet-1.4.1.tar.gz) = 171041
diff --git a/sysutils/py-execnet/pkg-descr b/sysutils/py-execnet/pkg-descr
index 6b93a0b862ff..9dd5b6fec487 100644
--- a/sysutils/py-execnet/pkg-descr
+++ b/sysutils/py-execnet/pkg-descr
@@ -7,4 +7,4 @@ following uses:
* Write and deploy hybrid multi-process applications
* Write scripts to administer multiple environments
-WWW: https://codespeak.net/execnet
+WWW: http://codespeak.net/execnet/