pkgsrc-Changes archive

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

CVS commit: pkgsrc/comms



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

Modified Files:
        pkgsrc/comms: Makefile
Added Files:
        pkgsrc/comms/py-jupyter_server_terminals: DESCR Makefile PLIST distinfo

Log Message:
py-jupyter_server_terminals: added version 0.4.4

Jupyter Server Terminals is a Jupyter Server Extension providing support for
terminals.


To generate a diff of this commit:
cvs rdiff -u -r1.134 -r1.135 pkgsrc/comms/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/comms/py-jupyter_server_terminals/DESCR \
    pkgsrc/comms/py-jupyter_server_terminals/Makefile \
    pkgsrc/comms/py-jupyter_server_terminals/PLIST \
    pkgsrc/comms/py-jupyter_server_terminals/distinfo

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

Modified files:

Index: pkgsrc/comms/Makefile
diff -u pkgsrc/comms/Makefile:1.134 pkgsrc/comms/Makefile:1.135
--- pkgsrc/comms/Makefile:1.134 Mon Apr 17 20:40:02 2023
+++ pkgsrc/comms/Makefile       Fri May  5 10:20:30 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.134 2023/04/17 20:40:02 adam Exp $
+# $NetBSD: Makefile,v 1.135 2023/05/05 10:20:30 adam Exp $
 #
 
 COMMENT=       Telephony and serial communication utilities
@@ -70,6 +70,7 @@ SUBDIR+=      py-cleo
 SUBDIR+=       py-colorama
 SUBDIR+=       py-esptool
 SUBDIR+=       py-gammu
+SUBDIR+=       py-jupyter_server_terminals
 SUBDIR+=       py-nodemcu-uploader
 SUBDIR+=       py-pastel
 SUBDIR+=       py-rich

Added files:

Index: pkgsrc/comms/py-jupyter_server_terminals/DESCR
diff -u /dev/null pkgsrc/comms/py-jupyter_server_terminals/DESCR:1.1
--- /dev/null   Fri May  5 10:20:30 2023
+++ pkgsrc/comms/py-jupyter_server_terminals/DESCR      Fri May  5 10:20:30 2023
@@ -0,0 +1,2 @@
+Jupyter Server Terminals is a Jupyter Server Extension providing support for
+terminals.
Index: pkgsrc/comms/py-jupyter_server_terminals/Makefile
diff -u /dev/null pkgsrc/comms/py-jupyter_server_terminals/Makefile:1.1
--- /dev/null   Fri May  5 10:20:30 2023
+++ pkgsrc/comms/py-jupyter_server_terminals/Makefile   Fri May  5 10:20:30 2023
@@ -0,0 +1,30 @@
+# $NetBSD: Makefile,v 1.1 2023/05/05 10:20:30 adam Exp $
+
+DISTNAME=      jupyter_server_terminals-0.4.4
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    comms python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter-server-terminals/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://jupyter.org/
+COMMENT=       Jupyter Server Extension Providing Terminals
+LICENSE=       modified-bsd
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.5:../../devel/py-hatchling
+DEPENDS+=      ${PYPKGPREFIX}-terminado>=0.8.3:../../www/py-terminado
+# TODO: import py-test_jupyter
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.0:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
+
+USE_LANGUAGES= # none
+
+PYTHON_SELF_CONFLICT=  yes
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27 37
+
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/comms/py-jupyter_server_terminals/PLIST
diff -u /dev/null pkgsrc/comms/py-jupyter_server_terminals/PLIST:1.1
--- /dev/null   Fri May  5 10:20:30 2023
+++ pkgsrc/comms/py-jupyter_server_terminals/PLIST      Fri May  5 10:20:30 2023
@@ -0,0 +1,25 @@
+@comment $NetBSD: PLIST,v 1.1 2023/05/05 10:20:30 adam Exp $
+etc/jupyter/jupyter_server_config.d/jupyter_server_terminals.json
+${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}/licenses/LICENSE
+${PYSITELIB}/jupyter_server_terminals/__init__.py
+${PYSITELIB}/jupyter_server_terminals/__init__.pyc
+${PYSITELIB}/jupyter_server_terminals/_version.py
+${PYSITELIB}/jupyter_server_terminals/_version.pyc
+${PYSITELIB}/jupyter_server_terminals/api_handlers.py
+${PYSITELIB}/jupyter_server_terminals/api_handlers.pyc
+${PYSITELIB}/jupyter_server_terminals/app.py
+${PYSITELIB}/jupyter_server_terminals/app.pyc
+${PYSITELIB}/jupyter_server_terminals/base.py
+${PYSITELIB}/jupyter_server_terminals/base.pyc
+${PYSITELIB}/jupyter_server_terminals/handlers.py
+${PYSITELIB}/jupyter_server_terminals/handlers.pyc
+${PYSITELIB}/jupyter_server_terminals/py.typed
+${PYSITELIB}/jupyter_server_terminals/rest-api.yml
+${PYSITELIB}/jupyter_server_terminals/terminalmanager.py
+${PYSITELIB}/jupyter_server_terminals/terminalmanager.pyc
Index: pkgsrc/comms/py-jupyter_server_terminals/distinfo
diff -u /dev/null pkgsrc/comms/py-jupyter_server_terminals/distinfo:1.1
--- /dev/null   Fri May  5 10:20:30 2023
+++ pkgsrc/comms/py-jupyter_server_terminals/distinfo   Fri May  5 10:20:30 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/05/05 10:20:30 adam Exp $
+
+BLAKE2s (jupyter_server_terminals-0.4.4.tar.gz) = 3f36b2a4f8c16eab234538ffc18896dce420cb85358b9c9be7f27ff3dadf41bd
+SHA512 (jupyter_server_terminals-0.4.4.tar.gz) = 5b1a6a9cfd550108be7f6664eac5ab7581d75e78a7dfc9825af2346b0d9b19f05543dcce010dafb9554c0782bf8e7929bf0ef96bdf2db392ab9b9ec1a3633fdd
+Size (jupyter_server_terminals-0.4.4.tar.gz) = 29850 bytes



Home | Main Index | Thread Index | Old Index