Date: Sat, 11 Mar 2017 16:00:00 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r435935 - head/devel/py-jupyter_client Message-ID: <201703111600.v2BG005E027719@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Mar 11 16:00:00 2017 New Revision: 435935 URL: https://svnweb.freebsd.org/changeset/ports/435935 Log: Update to 5.0.0 - Sort USE_PYTHON Changes: https://github.com/jupyter/jupyter_client/blob/master/docs/changelog.rst Modified: head/devel/py-jupyter_client/Makefile head/devel/py-jupyter_client/distinfo Modified: head/devel/py-jupyter_client/Makefile ============================================================================== --- head/devel/py-jupyter_client/Makefile Sat Mar 11 15:59:55 2017 (r435934) +++ head/devel/py-jupyter_client/Makefile Sat Mar 11 16:00:00 2017 (r435935) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jupyter_client -PORTVERSION= 4.4.0 +PORTVERSION= 5.0.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,12 +12,13 @@ COMMENT= Jupyter protocol implementation LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING.md -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}jupyter_core>=0:devel/py-jupyter_core \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}jupyter_core>=0:devel/py-jupyter_core \ ${PYTHON_PKGNAMEPREFIX}pyzmq>=13:net/py-pyzmq \ ${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets -USES= python -USE_PYTHON= distutils autoplist NO_ARCH= yes +USES= python +USE_PYTHON= autoplist distutils .include <bsd.port.mk> Modified: head/devel/py-jupyter_client/distinfo ============================================================================== --- head/devel/py-jupyter_client/distinfo Sat Mar 11 15:59:55 2017 (r435934) +++ head/devel/py-jupyter_client/distinfo Sat Mar 11 16:00:00 2017 (r435935) @@ -1,3 +1,3 @@ -TIMESTAMP = 1483860890 -SHA256 (jupyter_client-4.4.0.tar.gz) = c99a52fac2e5b7a3b714e9252ebf72cbf97536d556ae2b5082baccc3e5cd52ee -SIZE (jupyter_client-4.4.0.tar.gz) = 256379 +TIMESTAMP = 1489229425 +SHA256 (jupyter_client-5.0.0.tar.gz) = 2766f9c2deb9ae826e65d53a56a36d69b184f63d0dcb7710835273327126bc5b +SIZE (jupyter_client-5.0.0.tar.gz) = 262889
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201703111600.v2BG005E027719>