Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Apr 2020 07:22:04 +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: r530559 - in head/devel: . py-jupyter-telemetry
Message-ID:  <202004040722.0347M4SZ038582@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004040722.0347M4SZ038582>