svn commit: r562719 - in head/devel: . py-jupyter-packaging

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Jan 26 17:19:31 UTC 2021


Author: sunpoet
Date: Tue Jan 26 17:19:27 2021
New Revision: 562719
URL: https://svnweb.freebsd.org/changeset/ports/562719

Log:
  Add py-jupyter-packaging 0.7.11
  
  jupyter-packaging provides tools to help build and install Jupyter Python
  packages.
  
  WWW: https://github.com/jupyter/jupyter-packaging

Added:
  head/devel/py-jupyter-packaging/
  head/devel/py-jupyter-packaging/Makefile   (contents, props changed)
  head/devel/py-jupyter-packaging/distinfo   (contents, props changed)
  head/devel/py-jupyter-packaging/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Tue Jan 26 17:19:22 2021	(r562718)
+++ head/devel/Makefile	Tue Jan 26 17:19:27 2021	(r562719)
@@ -4555,6 +4555,7 @@
     SUBDIR += py-jsonrpclib-pelix
     SUBDIR += py-jsonschema
     SUBDIR += py-jsonsir
+    SUBDIR += py-jupyter-packaging
     SUBDIR += py-jupyter-telemetry
     SUBDIR += py-jupyter_client
     SUBDIR += py-jupyter_console

Added: head/devel/py-jupyter-packaging/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jupyter-packaging/Makefile	Tue Jan 26 17:19:27 2021	(r562719)
@@ -0,0 +1,23 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	jupyter-packaging
+PORTVERSION=	0.7.11
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Jupyter Packaging Utilities
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR}
+
+USES=		python:3.6+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-jupyter-packaging/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jupyter-packaging/distinfo	Tue Jan 26 17:19:27 2021	(r562719)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1611665289
+SHA256 (jupyter-packaging-0.7.11.tar.gz) = f0256ee26d0fafd17f5fbebea9f6e5ff5ef297557972914a0b0aca2ca26e4455
+SIZE (jupyter-packaging-0.7.11.tar.gz) = 13915

Added: head/devel/py-jupyter-packaging/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jupyter-packaging/pkg-descr	Tue Jan 26 17:19:27 2021	(r562719)
@@ -0,0 +1,4 @@
+jupyter-packaging provides tools to help build and install Jupyter Python
+packages.
+
+WWW: https://github.com/jupyter/jupyter-packaging


More information about the svn-ports-all mailing list