diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-04-06 03:58:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-04-06 03:58:04 +0800 |
commit | 8ee802d9da0145248918c7058c50b140b32b7bce (patch) | |
tree | f698b8a555c2277e50fe2ca9e02f7212d5953044 | |
parent | 08451f1f863dd11a3a5de0347018664bc33f0ada (diff) | |
download | freebsd-ports-gnome-8ee802d9da0145248918c7058c50b140b32b7bce.tar.gz freebsd-ports-gnome-8ee802d9da0145248918c7058c50b140b32b7bce.tar.zst freebsd-ports-gnome-8ee802d9da0145248918c7058c50b140b32b7bce.zip |
Update to 5.0.1
- Allow concurrent installation (USE_PYTHON=concurrent)
Changes: https://github.com/jupyter/jupyter_client/blob/master/docs/changelog.rst
-rw-r--r-- | devel/py-jupyter_client/Makefile | 4 | ||||
-rw-r--r-- | devel/py-jupyter_client/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/py-jupyter_client/Makefile b/devel/py-jupyter_client/Makefile index d2f966bb5555..fe9f032801ae 100644 --- a/devel/py-jupyter_client/Makefile +++ b/devel/py-jupyter_client/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jupyter_client -PORTVERSION= 5.0.0 +PORTVERSION= 5.0.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,6 +19,6 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil \ NO_ARCH= yes USES= python -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils .include <bsd.port.mk> diff --git a/devel/py-jupyter_client/distinfo b/devel/py-jupyter_client/distinfo index e7c56fb96ec6..c948d9df1876 100644 --- a/devel/py-jupyter_client/distinfo +++ b/devel/py-jupyter_client/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1489229425 -SHA256 (jupyter_client-5.0.0.tar.gz) = 2766f9c2deb9ae826e65d53a56a36d69b184f63d0dcb7710835273327126bc5b -SIZE (jupyter_client-5.0.0.tar.gz) = 262889 +TIMESTAMP = 1491396563 +SHA256 (jupyter_client-5.0.1.tar.gz) = 1fe573880b5ca4469ed0bece098f4b910c373d349e12525e1ea3566f5a14536b +SIZE (jupyter_client-5.0.1.tar.gz) = 262861 |