Received: by mail.netbsd.org (Postfix, from userid 605) id 2074384D67; Fri, 5 May 2023 10:20:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4F96184D2C for ; Fri, 5 May 2023 10:20:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id oMi34J-FpBNH for ; Fri, 5 May 2023 10:20:30 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 7245C84CEB for ; Fri, 5 May 2023 10:20:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 6F303FA87; Fri, 5 May 2023 10:20:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1683282030104460" MIME-Version: 1.0 Date: Fri, 5 May 2023 10:20:30 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/comms To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230505102030.6F303FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1683282030104460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1683282030104460 Content-Disposition: inline Content-Length: 4425 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1683282030104460--