Date: Sun, 20 Jun 2021 16:18:31 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 05902a25ff55 - main - devel/py-jupyter-packaging: Update to 0.10.2 Message-ID: <202106201618.15KGIVhT079969@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=05902a25ff551d9176634ce7993b4eb057be83b4 commit 05902a25ff551d9176634ce7993b4eb057be83b4 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-20 16:04:23 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-20 16:15:59 +0000 devel/py-jupyter-packaging: Update to 0.10.2 Changes: https://github.com/jupyter/jupyter-packaging/commits/master --- devel/py-jupyter-packaging/Makefile | 9 +++++++-- devel/py-jupyter-packaging/distinfo | 6 +++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/devel/py-jupyter-packaging/Makefile b/devel/py-jupyter-packaging/Makefile index d3e6a0589a55..e2dd07a5d4d7 100644 --- a/devel/py-jupyter-packaging/Makefile +++ b/devel/py-jupyter-packaging/Makefile @@ -1,10 +1,11 @@ # Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> PORTNAME= jupyter-packaging -PORTVERSION= 0.7.12 +PORTVERSION= 0.10.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= jupyter_packaging-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Jupyter Packaging Utilities @@ -12,7 +13,11 @@ COMMENT= Jupyter Packaging Utilities LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}deprecation>=0:devel/py-deprecation@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}tomlkit>=0:textproc/py-tomlkit@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-jupyter-packaging/distinfo b/devel/py-jupyter-packaging/distinfo index 395b55e9a156..486b52827c23 100644 --- a/devel/py-jupyter-packaging/distinfo +++ b/devel/py-jupyter-packaging/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1613478391 -SHA256 (jupyter-packaging-0.7.12.tar.gz) = b140325771881a7df7b7f2d14997b619063fe75ae756b9025852e4346000bbb8 -SIZE (jupyter-packaging-0.7.12.tar.gz) = 15492 +TIMESTAMP = 1624189719 +SHA256 (jupyter_packaging-0.10.2.tar.gz) = 8845f486dd48c1660cfad18e5091d1c03540eb2e9fbf3cecf21ecb22b69b8770 +SIZE (jupyter_packaging-0.10.2.tar.gz) = 21735
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106201618.15KGIVhT079969>