pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net py-comm: added version 0.1.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/a29e82289802
branches: trunk
changeset: 389006:a29e82289802
user: adam <adam%pkgsrc.org@localhost>
date: Mon Nov 28 19:59:04 2022 +0000
description:
py-comm: added version 0.1.1
It provides a way to register a Kernel Comm implementation, as per the Jupyter
kernel protocol. It also provides a base Comm implementation and a default
CommManager that can be used.
diffstat:
net/Makefile | 3 ++-
net/py-comm/DESCR | 3 +++
net/py-comm/Makefile | 21 +++++++++++++++++++++
net/py-comm/PLIST | 12 ++++++++++++
net/py-comm/distinfo | 5 +++++
5 files changed, 43 insertions(+), 1 deletions(-)
diffs (74 lines):
diff -r 700bd3c199b1 -r a29e82289802 net/Makefile
--- a/net/Makefile Mon Nov 28 19:57:57 2022 +0000
+++ b/net/Makefile Mon Nov 28 19:59:04 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1489 2022/11/28 12:27:53 wiz Exp $
+# $NetBSD: Makefile,v 1.1490 2022/11/28 19:59:04 adam Exp $
#
COMMENT= Networking tools
@@ -698,6 +698,7 @@
SUBDIR+= py-botocore
SUBDIR+= py-cares
SUBDIR+= py-celery
+SUBDIR+= py-comm
SUBDIR+= py-cymruwhois
SUBDIR+= py-digitalocean
SUBDIR+= py-dns
diff -r 700bd3c199b1 -r a29e82289802 net/py-comm/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-comm/DESCR Mon Nov 28 19:59:04 2022 +0000
@@ -0,0 +1,3 @@
+It provides a way to register a Kernel Comm implementation, as per the Jupyter
+kernel protocol. It also provides a base Comm implementation and a default
+CommManager that can be used.
diff -r 700bd3c199b1 -r a29e82289802 net/py-comm/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-comm/Makefile Mon Nov 28 19:59:04 2022 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2022/11/28 19:59:04 adam Exp $
+
+DISTNAME= comm-0.1.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= net python
+MASTER_SITES= ${MASTER_SITE_PYPI:=c/comm/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/ipython/comm
+COMMENT= Jupyter Python Comm implementation
+LICENSE= modified-bsd
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.11:../../devel/py-hatchling
+DEPENDS+= ${PYPKGPREFIX}-traitlets>=5.4:../../devel/py-traitlets
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 700bd3c199b1 -r a29e82289802 net/py-comm/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-comm/PLIST Mon Nov 28 19:59:04 2022 +0000
@@ -0,0 +1,12 @@
+@comment $NetBSD: PLIST,v 1.1 2022/11/28 19:59:04 adam Exp $
+${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}/comm/__init__.py
+${PYSITELIB}/comm/__init__.pyc
+${PYSITELIB}/comm/base_comm.py
+${PYSITELIB}/comm/base_comm.pyc
diff -r 700bd3c199b1 -r a29e82289802 net/py-comm/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/net/py-comm/distinfo Mon Nov 28 19:59:04 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/11/28 19:59:04 adam Exp $
+
+BLAKE2s (comm-0.1.1.tar.gz) = f8e0c92ebe5365f5aa16f8bf5b9e50b8e9e876c6556d1dc1b2ad6f4f12f279c0
+SHA512 (comm-0.1.1.tar.gz) = df87138f1426cef1a9c84c332768c4c4a24ae7745a31b18c453f7f5c23710899e8c26a2cf489cb90882ee04cc0257ae1892f8a1d83c80c68ce5262349e634091
+Size (comm-0.1.1.tar.gz) = 4929 bytes
Home |
Main Index |
Thread Index |
Old Index