Index: head/sysutils/py-execnet/Makefile =================================================================== --- head/sysutils/py-execnet/Makefile (revision 437787) +++ head/sysutils/py-execnet/Makefile (revision 437788) @@ -1,18 +1,23 @@ # Created by: Kubilay Kocak # $FreeBSD$ PORTNAME= execnet -PORTVERSION= 1.2.0 +PORTVERSION= 1.4.1 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} 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 Index: head/sysutils/py-execnet/distinfo =================================================================== --- head/sysutils/py-execnet/distinfo (revision 437787) +++ head/sysutils/py-execnet/distinfo (revision 437788) @@ -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 Index: head/sysutils/py-execnet/pkg-descr =================================================================== --- head/sysutils/py-execnet/pkg-descr (revision 437787) +++ head/sysutils/py-execnet/pkg-descr (revision 437788) @@ -1,10 +1,10 @@ execnet provides a share-nothing model with channel-send/receive communication for distributing execution across many Python interpreters across version, platform and network barriers. It has a minimal and fast API targetting the following uses: * Distribute tasks to (many) local or remote CPUs * Write and deploy hybrid multi-process applications * Write scripts to administer multiple environments -WWW: https://codespeak.net/execnet +WWW: http://codespeak.net/execnet/