diff options
| author | adam <adam@pkgsrc.org> | 2022-11-28 19:59:04 +0000 |
|---|---|---|
| committer | adam <adam@pkgsrc.org> | 2022-11-28 19:59:04 +0000 |
| commit | 2a3ec527df03963d07536ed1699a7d0f820e4c55 (patch) | |
| tree | 7241971288bb9d7f71c89d6736621db78d07dfe7 /net/Makefile | |
| parent | b85ee21f4f9383d4d230d2952d392af6ff4152f7 (diff) | |
| download | pkgsrc-2a3ec527df03963d07536ed1699a7d0f820e4c55.tar.gz | |
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 (limited to 'net/Makefile')
| -rw-r--r-- | net/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/Makefile b/net/Makefile index 5597b2358a2..a88bbb117f9 100644 --- a/net/Makefile +++ b/net/Makefile @@ -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-boto3 SUBDIR+= py-botocore SUBDIR+= py-cares SUBDIR+= py-celery +SUBDIR+= py-comm SUBDIR+= py-cymruwhois SUBDIR+= py-digitalocean SUBDIR+= py-dns |
