pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri May  5 10:10:53 UTC 2023

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/py-jupyter_events: ALTERNATIVES DESCR Makefile PLIST
            distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.3980 -r1.3981 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-jupyter_events/ALTERNATIVES \
    pkgsrc/devel/py-jupyter_events/DESCR \
    pkgsrc/devel/py-jupyter_events/Makefile \
    pkgsrc/devel/py-jupyter_events/PLIST \
    pkgsrc/devel/py-jupyter_events/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3980 pkgsrc/devel/Makefile:1.3981
--- pkgsrc/devel/Makefile:1.3980        Fri May  5 10:03:31 2023
+++ pkgsrc/devel/Makefile       Fri May  5 10:10:53 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3980 2023/05/05 10:03:31 adam Exp $
+# $NetBSD: Makefile,v 1.3981 2023/05/05 10:10:53 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2611,6 +2611,7 @@ SUBDIR+=  py-joblib
 SUBDIR+=       py-jupyter-console
 SUBDIR+=       py-jupyter_client
 SUBDIR+=       py-jupyter_core
+SUBDIR+=       py-jupyter_events
 SUBDIR+=       py-jupyter_packaging
 SUBDIR+=       py-kafka-python
 SUBDIR+=       py-kaitaistruct

Added files:

Index: pkgsrc/devel/py-jupyter_events/ALTERNATIVES
diff -u /dev/null pkgsrc/devel/py-jupyter_events/ALTERNATIVES:1.1
--- /dev/null   Fri May  5 10:10:53 2023
+++ pkgsrc/devel/py-jupyter_events/ALTERNATIVES Fri May  5 10:10:53 2023
@@ -0,0 +1 @@
+bin/jupyter-events @PREFIX@/bin/jupyter-events-@PYVERSSUFFIX@
Index: pkgsrc/devel/py-jupyter_events/DESCR
diff -u /dev/null pkgsrc/devel/py-jupyter_events/DESCR:1.1
--- /dev/null   Fri May  5 10:10:53 2023
+++ pkgsrc/devel/py-jupyter_events/DESCR        Fri May  5 10:10:53 2023
@@ -0,0 +1,4 @@
+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.
Index: pkgsrc/devel/py-jupyter_events/Makefile
diff -u /dev/null pkgsrc/devel/py-jupyter_events/Makefile:1.1
--- /dev/null   Fri May  5 10:10:53 2023
+++ pkgsrc/devel/py-jupyter_events/Makefile     Fri May  5 10:10:53 2023
@@ -0,0 +1,41 @@
+# $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@localhost
+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"
Index: pkgsrc/devel/py-jupyter_events/PLIST
diff -u /dev/null pkgsrc/devel/py-jupyter_events/PLIST:1.1
--- /dev/null   Fri May  5 10:10:53 2023
+++ pkgsrc/devel/py-jupyter_events/PLIST        Fri May  5 10:10:53 2023
@@ -0,0 +1,34 @@
+@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
Index: pkgsrc/devel/py-jupyter_events/distinfo
diff -u /dev/null pkgsrc/devel/py-jupyter_events/distinfo:1.1
--- /dev/null   Fri May  5 10:10:53 2023
+++ pkgsrc/devel/py-jupyter_events/distinfo     Fri May  5 10:10:53 2023
@@ -0,0 +1,5 @@
+$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



Home | Main Index | Thread Index | Old Index