diff options
author | novel <novel@FreeBSD.org> | 2016-03-03 23:23:44 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2016-03-03 23:23:44 +0800 |
commit | c2b71d5757187919479c71aa25a8e4a697dc6898 (patch) | |
tree | 61798c080d24fabc5ad0165777b3a2c4e2713173 | |
parent | 5a1343da84106a4857c6d78dcccfb2f3dcf41dbd (diff) | |
download | freebsd-ports-gnome-c2b71d5757187919479c71aa25a8e4a697dc6898.tar.gz freebsd-ports-gnome-c2b71d5757187919479c71aa25a8e4a697dc6898.tar.zst freebsd-ports-gnome-c2b71d5757187919479c71aa25a8e4a697dc6898.zip |
net/py-pyzmq: update to 15.2.0
Also, pyzmq now ships asyncio support that requires support of PEP 0409 [1]
and depends on asyncio. As PEP0409 is supported in Python 3.3+ and
asyncio is included into stdlib in 3.4, for 3.3 add dependency on devel/py-asyncio.
1: https://www.python.org/dev/peps/pep-0409/
Reviewed by: koobs
Differential Revision: D5531
-rw-r--r-- | net/py-pyzmq/Makefile | 6 | ||||
-rw-r--r-- | net/py-pyzmq/distinfo | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/net/py-pyzmq/Makefile b/net/py-pyzmq/Makefile index 2c5dba5bbcfd..c78fdaa61304 100644 --- a/net/py-pyzmq/Makefile +++ b/net/py-pyzmq/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pyzmq -PORTVERSION= 14.7.0 +PORTVERSION= 15.2.0 CATEGORIES= net devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,6 +19,10 @@ USE_PYTHON= distutils autoplist .include <bsd.port.pre.mk> +.if ${PYTHON_VER} == 3.3 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}asyncio>0:${PORTSDIR}/devel/py-asyncio +.endif + pre-configure: @${SED} -e 's|/usr/local|${LOCALBASE}|' ${WRKSRC}/setup.cfg.template > \ ${WRKSRC}/setup.cfg diff --git a/net/py-pyzmq/distinfo b/net/py-pyzmq/distinfo index e1fe53c246ec..5a1ea03688f4 100644 --- a/net/py-pyzmq/distinfo +++ b/net/py-pyzmq/distinfo @@ -1,2 +1,2 @@ -SHA256 (pyzmq-14.7.0.tar.gz) = 77994f80360488e7153e64e5959dc5471531d1648e3a4bff14a714d074a38cc2 -SIZE (pyzmq-14.7.0.tar.gz) = 1048389 +SHA256 (pyzmq-15.2.0.tar.gz) = 2dafa322670a94e20283aba2a44b92134d425bd326419b68ad4db8d0831a26ec +SIZE (pyzmq-15.2.0.tar.gz) = 1078561 |