svn commit: r530559 - in head/devel: . py-jupyter-telemetry

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Apr 4 07:30:41 UTC 2020


Author: sunpoet
Date: Sat Apr  4 07:22:04 2020
New Revision: 530559
URL: https://svnweb.freebsd.org/changeset/ports/530559

Log:
  Add py-jupyter-telemetry 0.0.5
  
  Jupyter Telemetry enables Jupyter Applications (e.g. Jupyter Server, Jupyter
  Notebook, JupyterLab, JupyterHub, etc.) to record events - i.e. actions by
  application users - and transmit them to remote (or local) destinations as
  structured data. It works with Python's standard logging library to handle the
  transmission of events allowing users to send events to local files, over the
  web, etc.
  
  WWW: https://github.com/jupyter/telemetry

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Apr  4 07:21:46 2020	(r530558)
+++ head/devel/Makefile	Sat Apr  4 07:22:04 2020	(r530559)
@@ -4531,6 +4531,7 @@
     SUBDIR += py-jsonrpclib-pelix
     SUBDIR += py-jsonschema
     SUBDIR += py-jsonsir
+    SUBDIR += py-jupyter-telemetry
     SUBDIR += py-jupyter_client
     SUBDIR += py-jupyter_console
     SUBDIR += py-jupyter_core

Added: head/devel/py-jupyter-telemetry/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jupyter-telemetry/Makefile	Sat Apr  4 07:22:04 2020	(r530559)
@@ -0,0 +1,27 @@
+# Created by: Po-Chuan Hsieh <sunpoet at FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME=	jupyter-telemetry
+PORTVERSION=	0.0.5
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	jupyter_telemetry-${PORTVERSION}
+
+MAINTAINER=	sunpoet at FreeBSD.org
+COMMENT=	Jupyter telemetry library
+
+LICENSE=	BSD3CLAUSE
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}jsonschema>=0:devel/py-jsonschema@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}python-json-logger>=0:devel/py-python-json-logger@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}ruamel.yaml>=0:devel/py-ruamel.yaml@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}traitlets>=0:devel/py-traitlets@${PY_FLAVOR}
+
+USES=		python:3.5+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
+
+.include <bsd.port.mk>

Added: head/devel/py-jupyter-telemetry/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jupyter-telemetry/distinfo	Sat Apr  4 07:22:04 2020	(r530559)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1585907180
+SHA256 (jupyter_telemetry-0.0.5.tar.gz) = d3eaac14be17510a4d288f3737580107ce14eef543e6133d56654d3f0e742b9b
+SIZE (jupyter_telemetry-0.0.5.tar.gz) = 12900

Added: head/devel/py-jupyter-telemetry/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-jupyter-telemetry/pkg-descr	Sat Apr  4 07:22:04 2020	(r530559)
@@ -0,0 +1,8 @@
+Jupyter Telemetry enables Jupyter Applications (e.g. Jupyter Server, Jupyter
+Notebook, JupyterLab, JupyterHub, etc.) to record events - i.e. actions by
+application users - and transmit them to remote (or local) destinations as
+structured data. It works with Python's standard logging library to handle the
+transmission of events allowing users to send events to local files, over the
+web, etc.
+
+WWW: https://github.com/jupyter/telemetry


More information about the svn-ports-all mailing list