svn commit: r437788 - head/sysutils/py-execnet
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Wed Apr 5 13:37:08 UTC 2017
Author: sunpoet
Date: Wed Apr 5 13:37:07 2017
New Revision: 437788
URL: https://svnweb.freebsd.org/changeset/ports/437788
Log:
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)
Modified:
head/sysutils/py-execnet/Makefile
head/sysutils/py-execnet/distinfo
head/sysutils/py-execnet/pkg-descr
Modified: head/sysutils/py-execnet/Makefile
==============================================================================
--- head/sysutils/py-execnet/Makefile Wed Apr 5 13:37:02 2017 (r437787)
+++ head/sysutils/py-execnet/Makefile Wed Apr 5 13:37:07 2017 (r437788)
@@ -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 at 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>
Modified: head/sysutils/py-execnet/distinfo
==============================================================================
--- head/sysutils/py-execnet/distinfo Wed Apr 5 13:37:02 2017 (r437787)
+++ head/sysutils/py-execnet/distinfo Wed Apr 5 13:37:07 2017 (r437788)
@@ -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
Modified: head/sysutils/py-execnet/pkg-descr
==============================================================================
--- head/sysutils/py-execnet/pkg-descr Wed Apr 5 13:37:02 2017 (r437787)
+++ head/sysutils/py-execnet/pkg-descr Wed Apr 5 13:37:07 2017 (r437788)
@@ -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/
More information about the svn-ports-all
mailing list