diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-11 15:59:55 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-03-11 15:59:55 +0000 |
commit | 7519a08be4bcfebd575a51fd2688f20873aa2d14 (patch) | |
tree | 57faed497837011976e119c7dfcb320d3d91d802 | |
parent | 8891a40219e7eec7f04e990618157176b91391bb (diff) |
Notes
-rw-r--r-- | devel/py-jupyter_core/Makefile | 6 | ||||
-rw-r--r-- | devel/py-jupyter_core/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-jupyter_core/Makefile b/devel/py-jupyter_core/Makefile index 21e601430884..576763899773 100644 --- a/devel/py-jupyter_core/Makefile +++ b/devel/py-jupyter_core/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= jupyter_core -PORTVERSION= 4.2.1 +PORTVERSION= 4.3.0 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,10 +18,10 @@ TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}ipython>=0:devel/ipython \ ${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest \ ${PYTHON_PKGNAMEPREFIX}testpath>=0:devel/py-testpath +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist USE_LOCALE= en_US.UTF-8 -NO_ARCH= yes +USE_PYTHON= autoplist distutils do-test: @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYTHON_VER}) diff --git a/devel/py-jupyter_core/distinfo b/devel/py-jupyter_core/distinfo index 7cc52b4bad3a..570d2ce4b2c5 100644 --- a/devel/py-jupyter_core/distinfo +++ b/devel/py-jupyter_core/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1483859718 -SHA256 (jupyter_core-4.2.1.tar.gz) = 89c55399c8437f777197c2c82c1ff5639c7f71d4eb2f172a81afa120b68dc7b3 -SIZE (jupyter_core-4.2.1.tar.gz) = 61794 +TIMESTAMP = 1489229435 +SHA256 (jupyter_core-4.3.0.tar.gz) = a96b129e1641425bf057c3d46f4f44adce747a7d60107e8ad771045c36514d40 +SIZE (jupyter_core-4.3.0.tar.gz) = 57998 |