diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-05 13:37:07 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-04-05 13:37:07 +0000 |
commit | f57171dfe64738c83be1704d854b3b7f8a88bde2 (patch) | |
tree | 0e4b01a3f63216b5b748297d8fb91b4a515e8e31 /sysutils/py-execnet | |
parent | 7ebd7908d405f3ef06a95bdafec408cc691353a9 (diff) | |
download | ports-f57171dfe64738c83be1704d854b3b7f8a88bde2.tar.gz ports-f57171dfe64738c83be1704d854b3b7f8a88bde2.zip |
Notes
Diffstat (limited to 'sysutils/py-execnet')
-rw-r--r-- | sysutils/py-execnet/Makefile | 9 | ||||
-rw-r--r-- | sysutils/py-execnet/distinfo | 5 | ||||
-rw-r--r-- | sysutils/py-execnet/pkg-descr | 2 |
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/ |