pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel
Module Name: pkgsrc
Committed By: adam
Date: Thu Sep 3 05:16:05 UTC 2026
Modified Files:
pkgsrc/devel: Makefile
Added Files:
pkgsrc/devel/py-jupyter-builder: ALTERNATIVES DESCR Makefile PLIST
distinfo
Log Message:
py-jupyter-builder: added version 1.2.2
Build tools for JupyterLab extensions - extracted from the core JupyterLab
codebase to be maintained and used independently.
To generate a diff of this commit:
cvs rdiff -u -r1.4682 -r1.4683 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-jupyter-builder/ALTERNATIVES \
pkgsrc/devel/py-jupyter-builder/DESCR \
pkgsrc/devel/py-jupyter-builder/Makefile \
pkgsrc/devel/py-jupyter-builder/PLIST \
pkgsrc/devel/py-jupyter-builder/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.4682 pkgsrc/devel/Makefile:1.4683
--- pkgsrc/devel/Makefile:1.4682 Sun Aug 30 17:56:08 2026
+++ pkgsrc/devel/Makefile Thu Sep 3 05:16:05 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4682 2026/08/30 17:56:08 wiz Exp $
+# $NetBSD: Makefile,v 1.4683 2026/09/03 05:16:05 adam Exp $
#
COMMENT= Development utilities
@@ -2782,6 +2782,7 @@ SUBDIR+= py-jaraco.vcs
SUBDIR+= py-jaraco.versioning
SUBDIR+= py-jinxed
SUBDIR+= py-joblib
+SUBDIR+= py-jupyter-builder
SUBDIR+= py-jupyter-console
SUBDIR+= py-jupyter_client
SUBDIR+= py-jupyter_core
Added files:
Index: pkgsrc/devel/py-jupyter-builder/ALTERNATIVES
diff -u /dev/null pkgsrc/devel/py-jupyter-builder/ALTERNATIVES:1.1
--- /dev/null Thu Sep 3 05:16:05 2026
+++ pkgsrc/devel/py-jupyter-builder/ALTERNATIVES Thu Sep 3 05:16:05 2026
@@ -0,0 +1,2 @@
+bin/jlpm @PREFIX@/bin/jlpm-@PYVERSSUFFIX@
+bin/jupyter-builder @PREFIX@/bin/jupyter-builder-@PYVERSSUFFIX@
Index: pkgsrc/devel/py-jupyter-builder/DESCR
diff -u /dev/null pkgsrc/devel/py-jupyter-builder/DESCR:1.1
--- /dev/null Thu Sep 3 05:16:05 2026
+++ pkgsrc/devel/py-jupyter-builder/DESCR Thu Sep 3 05:16:05 2026
@@ -0,0 +1,2 @@
+Build tools for JupyterLab extensions - extracted from the core JupyterLab
+codebase to be maintained and used independently.
Index: pkgsrc/devel/py-jupyter-builder/Makefile
diff -u /dev/null pkgsrc/devel/py-jupyter-builder/Makefile:1.1
--- /dev/null Thu Sep 3 05:16:05 2026
+++ pkgsrc/devel/py-jupyter-builder/Makefile Thu Sep 3 05:16:05 2026
@@ -0,0 +1,37 @@
+# $NetBSD: Makefile,v 1.1 2026/09/03 05:16:05 adam Exp $
+
+DISTNAME= jupyter_builder-1.2.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=j/jupyter-builder/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/jupyterlab/jupyter-builder
+COMMENT= JupyterLab build tools
+LICENSE= modified-bsd AND mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatch-nodejs-version>=0.3.2:../../devel/py-hatch-nodejs-version
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.21.1:../../devel/py-hatchling
+DEPENDS+= ${PYPKGPREFIX}-jupyter_core>=0:../../devel/py-jupyter_core
+DEPENDS+= ${PYPKGPREFIX}-traitlets>=0:../../devel/py-traitlets
+TEST_DEPENDS+= ${PYPKGPREFIX}-copier>=9.3:../../misc/py-copier
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=7:../../devel/py-test-cov
+
+USE_LANGUAGES= # none
+
+PY_RENAME_BINARIES= jlpm jupyter-builder
+
+.include "../../lang/python/pyversion.mk"
+.if ${PYTHON_VERSION} < 311
+DEPENDS+= ${PYPKGPREFIX}-tomli>=0:../../textproc/py-tomli
+.endif
+
+.if make(test)
+ALLOW_NETWORK_ACCESS= yes
+.endif
+
+pre-test:
+ ${LN} -fs ${PREFIX}/bin/copier-${PYVERSSUFFIX} ${BUILDLINK_DIR}/bin/copier
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-jupyter-builder/PLIST
diff -u /dev/null pkgsrc/devel/py-jupyter-builder/PLIST:1.1
--- /dev/null Thu Sep 3 05:16:05 2026
+++ pkgsrc/devel/py-jupyter-builder/PLIST Thu Sep 3 05:16:05 2026
@@ -0,0 +1,60 @@
+@comment $NetBSD: PLIST,v 1.1 2026/09/03 05:16:05 adam Exp $
+bin/jlpm-${PYVERSSUFFIX}
+bin/jupyter-builder-${PYVERSSUFFIX}
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/THIRD_PARTY_LICENSES/semver.LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/THIRD_PARTY_LICENSES/yarn.js.LICENSE.txt
+${PYSITELIB}/jupyter_builder/__init__.py
+${PYSITELIB}/jupyter_builder/__init__.pyc
+${PYSITELIB}/jupyter_builder/__init__.pyo
+${PYSITELIB}/jupyter_builder/_version.py
+${PYSITELIB}/jupyter_builder/_version.pyc
+${PYSITELIB}/jupyter_builder/_version.pyo
+${PYSITELIB}/jupyter_builder/base_extension_app.py
+${PYSITELIB}/jupyter_builder/base_extension_app.pyc
+${PYSITELIB}/jupyter_builder/base_extension_app.pyo
+${PYSITELIB}/jupyter_builder/commands.py
+${PYSITELIB}/jupyter_builder/commands.pyc
+${PYSITELIB}/jupyter_builder/commands.pyo
+${PYSITELIB}/jupyter_builder/constants.py
+${PYSITELIB}/jupyter_builder/constants.pyc
+${PYSITELIB}/jupyter_builder/constants.pyo
+${PYSITELIB}/jupyter_builder/core_path.py
+${PYSITELIB}/jupyter_builder/core_path.pyc
+${PYSITELIB}/jupyter_builder/core_path.pyo
+${PYSITELIB}/jupyter_builder/debug_log_file_mixin.py
+${PYSITELIB}/jupyter_builder/debug_log_file_mixin.pyc
+${PYSITELIB}/jupyter_builder/debug_log_file_mixin.pyo
+${PYSITELIB}/jupyter_builder/extension_commands/__init__.py
+${PYSITELIB}/jupyter_builder/extension_commands/__init__.pyc
+${PYSITELIB}/jupyter_builder/extension_commands/__init__.pyo
+${PYSITELIB}/jupyter_builder/extension_commands/build.py
+${PYSITELIB}/jupyter_builder/extension_commands/build.pyc
+${PYSITELIB}/jupyter_builder/extension_commands/build.pyo
+${PYSITELIB}/jupyter_builder/extension_commands/develop.py
+${PYSITELIB}/jupyter_builder/extension_commands/develop.pyc
+${PYSITELIB}/jupyter_builder/extension_commands/develop.pyo
+${PYSITELIB}/jupyter_builder/extension_commands/watch.py
+${PYSITELIB}/jupyter_builder/extension_commands/watch.pyc
+${PYSITELIB}/jupyter_builder/extension_commands/watch.pyo
+${PYSITELIB}/jupyter_builder/federated_extensions.py
+${PYSITELIB}/jupyter_builder/federated_extensions.pyc
+${PYSITELIB}/jupyter_builder/federated_extensions.pyo
+${PYSITELIB}/jupyter_builder/federated_extensions_requirements.py
+${PYSITELIB}/jupyter_builder/federated_extensions_requirements.pyc
+${PYSITELIB}/jupyter_builder/federated_extensions_requirements.pyo
+${PYSITELIB}/jupyter_builder/jlpm.py
+${PYSITELIB}/jupyter_builder/jlpm.pyc
+${PYSITELIB}/jupyter_builder/jlpm.pyo
+${PYSITELIB}/jupyter_builder/jupyterlab_semver.py
+${PYSITELIB}/jupyter_builder/jupyterlab_semver.pyc
+${PYSITELIB}/jupyter_builder/jupyterlab_semver.pyo
+${PYSITELIB}/jupyter_builder/main.py
+${PYSITELIB}/jupyter_builder/main.pyc
+${PYSITELIB}/jupyter_builder/main.pyo
+${PYSITELIB}/jupyter_builder/py.typed
+${PYSITELIB}/jupyter_builder/yarn.js
Index: pkgsrc/devel/py-jupyter-builder/distinfo
diff -u /dev/null pkgsrc/devel/py-jupyter-builder/distinfo:1.1
--- /dev/null Thu Sep 3 05:16:05 2026
+++ pkgsrc/devel/py-jupyter-builder/distinfo Thu Sep 3 05:16:05 2026
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2026/09/03 05:16:05 adam Exp $
+
+BLAKE2s (jupyter_builder-1.2.2.tar.gz) = b1092c75524ac7cec604f7800faf67ea204850801f38aa165dff6a6bda64be45
+SHA512 (jupyter_builder-1.2.2.tar.gz) = 9d09f558c5e623dbcdfc74e7b4afadfa35249fb02e8ebb21f743266c6bcb7330f0ff6bf94a7dfc18899bf21e4be7f6b9fe4a85cc6116870f07b5e56d60a1dd9a
+Size (jupyter_builder-1.2.2.tar.gz) = 981074 bytes
Home |
Main Index |
Thread Index |
Old Index