pkgsrc-WIP-changes archive

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

xues-python-shell: New Package



Module Name:	pkgsrc-wip
Committed By:	matthew <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Fri May 1 20:58:29 2026 -0600
Changeset:	517e0341336fc326fdd39440a9b5af0b2b00c3a7

Added Files:
	py-xeus-python-shell/COMMIT_MSG
	py-xeus-python-shell/DESCR
	py-xeus-python-shell/Makefile
	py-xeus-python-shell/PLIST
	py-xeus-python-shell/distinfo

Log Message:
xues-python-shell: New Package

Core Python code for the xeus-python kernel

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=517e0341336fc326fdd39440a9b5af0b2b00c3a7

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

diffstat:
 py-xeus-python-shell/COMMIT_MSG |  3 +++
 py-xeus-python-shell/DESCR      |  1 +
 py-xeus-python-shell/Makefile   | 20 ++++++++++++++++++++
 py-xeus-python-shell/PLIST      | 21 +++++++++++++++++++++
 py-xeus-python-shell/distinfo   |  5 +++++
 5 files changed, 50 insertions(+)

diffs:
diff --git a/py-xeus-python-shell/COMMIT_MSG b/py-xeus-python-shell/COMMIT_MSG
new file mode 100644
index 0000000000..d4f24a367e
--- /dev/null
+++ b/py-xeus-python-shell/COMMIT_MSG
@@ -0,0 +1,3 @@
+xues-python-shell: New Package
+
+Core Python code for the xeus-python kernel
diff --git a/py-xeus-python-shell/DESCR b/py-xeus-python-shell/DESCR
new file mode 100644
index 0000000000..6b204e4d54
--- /dev/null
+++ b/py-xeus-python-shell/DESCR
@@ -0,0 +1 @@
+Core Python library for xeus-python kernels
diff --git a/py-xeus-python-shell/Makefile b/py-xeus-python-shell/Makefile
new file mode 100644
index 0000000000..770775a63b
--- /dev/null
+++ b/py-xeus-python-shell/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	xeus-python-shell-0.7.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_GITHUB:=jupyter-xeus/}
+GITHUB_TAG=	${PKGVERSION_NOREV}
+
+MAINTAINER=	matthewd%fastmail.us@localhost
+HOMEPAGE=	https://github.com/jupyter-xeus/xeus-python-shell
+COMMENT=	The xeus-python core python logic
+LICENSE=	modified-bsd
+
+WRKSRC=		${WRKDIR}/${DISTNAME}
+DEPENDS+=	${PYPKGPREFIX}-debugpy<2.0.0:../../devel/py-debugpy
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-xeus-python-shell/PLIST b/py-xeus-python-shell/PLIST
new file mode 100644
index 0000000000..ef184e35a6
--- /dev/null
+++ b/py-xeus-python-shell/PLIST
@@ -0,0 +1,21 @@
+@comment $NetBSD$
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/xeus_python_shell/__init__.py
+${PYSITELIB}/xeus_python_shell/__init__.pyc
+${PYSITELIB}/xeus_python_shell/__init__.pyo
+${PYSITELIB}/xeus_python_shell/compiler.py
+${PYSITELIB}/xeus_python_shell/compiler.pyc
+${PYSITELIB}/xeus_python_shell/compiler.pyo
+${PYSITELIB}/xeus_python_shell/debugger.py
+${PYSITELIB}/xeus_python_shell/debugger.pyc
+${PYSITELIB}/xeus_python_shell/debugger.pyo
+${PYSITELIB}/xeus_python_shell/display.py
+${PYSITELIB}/xeus_python_shell/display.pyc
+${PYSITELIB}/xeus_python_shell/display.pyo
+${PYSITELIB}/xeus_python_shell/shell.py
+${PYSITELIB}/xeus_python_shell/shell.pyc
+${PYSITELIB}/xeus_python_shell/shell.pyo
diff --git a/py-xeus-python-shell/distinfo b/py-xeus-python-shell/distinfo
new file mode 100644
index 0000000000..f7eaaf916c
--- /dev/null
+++ b/py-xeus-python-shell/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (xeus-python-shell-0.7.0.tar.gz) = bbb1485c8f5e46cbfc780bf365cdaa2a4c45256d3529e39a7ba038302de989bc
+SHA512 (xeus-python-shell-0.7.0.tar.gz) = 9d40f02b633076d0576e3c20313559fe191901da44501d0830c4400e6737c3536950722f2d7267c679be8dd3f20435666fafc391b2251d7a04120968419328ce
+Size (xeus-python-shell-0.7.0.tar.gz) = 5819 bytes


Home | Main Index | Thread Index | Old Index