Fri May 5 10:10:53 2023 UTC ()
py-jupyter_events: added version 0.6.3

Jupyter Events enables Jupyter Python Applications (e.g. Jupyter Server,
JupyterLab Server, JupyterHub, etc.) to emit events-structured data describing
things happening inside the application. Other software (e.g. client
applications like JupyterLab) can listen and respond to these events.


(adam)
diff -r1.3980 -r1.3981 pkgsrc/devel/Makefile
diff -r0 -r1.1 pkgsrc/devel/py-jupyter_events/ALTERNATIVES
diff -r0 -r1.1 pkgsrc/devel/py-jupyter_events/DESCR
diff -r0 -r1.1 pkgsrc/devel/py-jupyter_events/Makefile
diff -r0 -r1.1 pkgsrc/devel/py-jupyter_events/PLIST
diff -r0 -r1.1 pkgsrc/devel/py-jupyter_events/distinfo

cvs diff -r1.3980 -r1.3981 pkgsrc/devel/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/Makefile 2023/05/05 10:03:31 1.3980
+++ pkgsrc/devel/Makefile 2023/05/05 10:10:53 1.3981
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.3980 2023/05/05 10:03:31 adam Exp $ 1# $NetBSD: Makefile,v 1.3981 2023/05/05 10:10:53 adam Exp $
2# 2#
3 3
4COMMENT= Development utilities 4COMMENT= Development utilities
5 5
6SUBDIR+= ETL 6SUBDIR+= ETL
7SUBDIR+= ExmanIDE 7SUBDIR+= ExmanIDE
8SUBDIR+= GConf 8SUBDIR+= GConf
9SUBDIR+= GConf-ui 9SUBDIR+= GConf-ui
10SUBDIR+= Gorm 10SUBDIR+= Gorm
11SUBDIR+= MoarVM 11SUBDIR+= MoarVM
12SUBDIR+= ObjectiveLib 12SUBDIR+= ObjectiveLib
13SUBDIR+= ProjectCenter 13SUBDIR+= ProjectCenter
14SUBDIR+= R-BH 14SUBDIR+= R-BH
@@ -2601,26 +2601,27 @@ SUBDIR+= py-isort @@ -2601,26 +2601,27 @@ SUBDIR+= py-isort
2601SUBDIR+= py-itanium_demangler 2601SUBDIR+= py-itanium_demangler
2602SUBDIR+= py-jaraco.classes 2602SUBDIR+= py-jaraco.classes
2603SUBDIR+= py-jaraco.collections 2603SUBDIR+= py-jaraco.collections
2604SUBDIR+= py-jaraco.context 2604SUBDIR+= py-jaraco.context
2605SUBDIR+= py-jaraco.envs 2605SUBDIR+= py-jaraco.envs
2606SUBDIR+= py-jaraco.functools 2606SUBDIR+= py-jaraco.functools
2607SUBDIR+= py-jaraco.itertools 2607SUBDIR+= py-jaraco.itertools
2608SUBDIR+= py-jaraco.path 2608SUBDIR+= py-jaraco.path
2609SUBDIR+= py-jaraco_util 2609SUBDIR+= py-jaraco_util
2610SUBDIR+= py-joblib 2610SUBDIR+= py-joblib
2611SUBDIR+= py-jupyter-console 2611SUBDIR+= py-jupyter-console
2612SUBDIR+= py-jupyter_client 2612SUBDIR+= py-jupyter_client
2613SUBDIR+= py-jupyter_core 2613SUBDIR+= py-jupyter_core
 2614SUBDIR+= py-jupyter_events
2614SUBDIR+= py-jupyter_packaging 2615SUBDIR+= py-jupyter_packaging
2615SUBDIR+= py-kafka-python 2616SUBDIR+= py-kafka-python
2616SUBDIR+= py-kaitaistruct 2617SUBDIR+= py-kaitaistruct
2617SUBDIR+= py-kitchen 2618SUBDIR+= py-kitchen
2618SUBDIR+= py-kivy 2619SUBDIR+= py-kivy
2619SUBDIR+= py-kivy-garden 2620SUBDIR+= py-kivy-garden
2620SUBDIR+= py-kjbuckets 2621SUBDIR+= py-kjbuckets
2621SUBDIR+= py-lama 2622SUBDIR+= py-lama
2622SUBDIR+= py-lama-quotes 2623SUBDIR+= py-lama-quotes
2623SUBDIR+= py-lazr.config 2624SUBDIR+= py-lazr.config
2624SUBDIR+= py-lazr.delegates 2625SUBDIR+= py-lazr.delegates
2625SUBDIR+= py-lazy-object-proxy 2626SUBDIR+= py-lazy-object-proxy
2626SUBDIR+= py-libevent-rpcgen 2627SUBDIR+= py-libevent-rpcgen

File Added: pkgsrc/devel/py-jupyter_events/ALTERNATIVES
bin/jupyter-events @PREFIX@/bin/jupyter-events-@PYVERSSUFFIX@

File Added: pkgsrc/devel/py-jupyter_events/DESCR
Jupyter Events enables Jupyter Python Applications (e.g. Jupyter Server,
JupyterLab Server, JupyterHub, etc.) to emit events-structured data describing
things happening inside the application. Other software (e.g. client
applications like JupyterLab) can listen and respond to these events.

File Added: pkgsrc/devel/py-jupyter_events/Makefile
# $NetBSD: Makefile,v 1.1 2023/05/05 10:10:53 adam Exp $

DISTNAME=	jupyter_events-0.6.3
PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
CATEGORIES=	devel python
MASTER_SITES=	${MASTER_SITE_PYPI:=j/jupyter-events/}

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	https://jupyter.org/
COMMENT=	Jupyter Event System library
LICENSE=	modified-bsd

TOOL_DEPENDS+=	${PYPKGPREFIX}-hatchling>=1.5:../../devel/py-hatchling
DEPENDS+=	${PYPKGPREFIX}-jsonschema>=3.2.0:../../textproc/py-jsonschema
DEPENDS+=	${PYPKGPREFIX}-json-logger>=2.0.4:../../textproc/py-json-logger
DEPENDS+=	${PYPKGPREFIX}-traitlets>=5.3:../../devel/py-traitlets
DEPENDS+=	${PYPKGPREFIX}-yaml>=5.3:../../textproc/py-yaml
TEST_DEPENDS+=	${PYPKGPREFIX}-test>=7.0:../../devel/py-test
TEST_DEPENDS+=	${PYPKGPREFIX}-test-asyncio>=0.19.0:../../devel/py-test-asyncio
TEST_DEPENDS+=	${PYPKGPREFIX}-test-console-scripts-[0-9]*:../../devel/py-test-console-scripts
TEST_DEPENDS+=	${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov

USE_LANGUAGES=	# none

PYTHON_VERSIONS_INCOMPATIBLE=	27

SUBST_CLASSES+=		tests
SUBST_STAGE.tests=	pre-configure
SUBST_MESSAGE.tests=	Fixing command name in tests.
SUBST_FILES.tests=	tests/test_cli.py
SUBST_SED.tests=	-e 's,"jupyter-events","jupyter-events-${PYVERSSUFFIX}",g'

post-install:
	cd ${DESTDIR}${PREFIX}/bin && \
	${MV} jupyter-events jupyter-events-${PYVERSSUFFIX} || ${TRUE}

do-test:
	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"

File Added: pkgsrc/devel/py-jupyter_events/PLIST
@comment $NetBSD: PLIST,v 1.1 2023/05/05 10:10:53 adam Exp $
bin/jupyter-events-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/licenses/COPYING.md
${PYSITELIB}/jupyter_events/__init__.py
${PYSITELIB}/jupyter_events/__init__.pyc
${PYSITELIB}/jupyter_events/_version.py
${PYSITELIB}/jupyter_events/_version.pyc
${PYSITELIB}/jupyter_events/cli.py
${PYSITELIB}/jupyter_events/cli.pyc
${PYSITELIB}/jupyter_events/logger.py
${PYSITELIB}/jupyter_events/logger.pyc
${PYSITELIB}/jupyter_events/py.typed
${PYSITELIB}/jupyter_events/pytest_plugin.py
${PYSITELIB}/jupyter_events/pytest_plugin.pyc
${PYSITELIB}/jupyter_events/schema.py
${PYSITELIB}/jupyter_events/schema.pyc
${PYSITELIB}/jupyter_events/schema_registry.py
${PYSITELIB}/jupyter_events/schema_registry.pyc
${PYSITELIB}/jupyter_events/schemas/event-core-schema.yml
${PYSITELIB}/jupyter_events/schemas/event-metaschema.yml
${PYSITELIB}/jupyter_events/schemas/property-metaschema.yml
${PYSITELIB}/jupyter_events/traits.py
${PYSITELIB}/jupyter_events/traits.pyc
${PYSITELIB}/jupyter_events/validators.py
${PYSITELIB}/jupyter_events/validators.pyc
${PYSITELIB}/jupyter_events/yaml.py
${PYSITELIB}/jupyter_events/yaml.pyc

File Added: pkgsrc/devel/py-jupyter_events/distinfo
$NetBSD: distinfo,v 1.1 2023/05/05 10:10:53 adam Exp $

BLAKE2s (jupyter_events-0.6.3.tar.gz) = 37a16abcd81e83970a8102f2d19b59f3a1b3ff478ad868df20fc2b4ea5ea5979
SHA512 (jupyter_events-0.6.3.tar.gz) = a9b9c180f7b4759a3d2c99421947a837020149ec1a91ad0cd06971d7ae99ad1050652f01f78c9478ce3fd3f1a1ab6b579e90c279fcee0771546f3c346becd61f
Size (jupyter_events-0.6.3.tar.gz) = 59393 bytes