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 May  4 19:16:24 UTC 2023

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/py-jupyter_packaging: DESCR Makefile PLIST distinfo

Log Message:
py-jupyter_packaging: added version 0.12.3

Tools to help build and install Jupyter Python packages that require a
pre-build step that may include JavaScript build steps.


To generate a diff of this commit:
cvs rdiff -u -r1.3976 -r1.3977 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-jupyter_packaging/DESCR \
    pkgsrc/devel/py-jupyter_packaging/Makefile \
    pkgsrc/devel/py-jupyter_packaging/PLIST \
    pkgsrc/devel/py-jupyter_packaging/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.3976 pkgsrc/devel/Makefile:1.3977
--- pkgsrc/devel/Makefile:1.3976        Thu May  4 17:47:33 2023
+++ pkgsrc/devel/Makefile       Thu May  4 19:16:24 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3976 2023/05/04 17:47:33 adam Exp $
+# $NetBSD: Makefile,v 1.3977 2023/05/04 19:16:24 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2610,6 +2610,7 @@ SUBDIR+=  py-joblib
 SUBDIR+=       py-jupyter-console
 SUBDIR+=       py-jupyter_client
 SUBDIR+=       py-jupyter_core
+SUBDIR+=       py-jupyter_packaging
 SUBDIR+=       py-kafka-python
 SUBDIR+=       py-kaitaistruct
 SUBDIR+=       py-kitchen

Added files:

Index: pkgsrc/devel/py-jupyter_packaging/DESCR
diff -u /dev/null pkgsrc/devel/py-jupyter_packaging/DESCR:1.1
--- /dev/null   Thu May  4 19:16:24 2023
+++ pkgsrc/devel/py-jupyter_packaging/DESCR     Thu May  4 19:16:24 2023
@@ -0,0 +1,2 @@
+Tools to help build and install Jupyter Python packages that require a
+pre-build step that may include JavaScript build steps.
Index: pkgsrc/devel/py-jupyter_packaging/Makefile
diff -u /dev/null pkgsrc/devel/py-jupyter_packaging/Makefile:1.1
--- /dev/null   Thu May  4 19:16:24 2023
+++ pkgsrc/devel/py-jupyter_packaging/Makefile  Thu May  4 19:16:24 2023
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1 2023/05/04 19:16:24 adam Exp $
+
+DISTNAME=      jupyter_packaging-0.12.3
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=j/jupyter-packaging/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://jupyter.org/
+COMMENT=       Jupyter Packaging Utilities
+LICENSE=       modified-bsd
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0.25:../../devel/py-hatchling
+DEPENDS+=      ${PYPKGPREFIX}-deprecation-[0-9]*:../../devel/py-deprecation
+DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=60.2.0:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-tomlkit-[0-9]*:../../textproc/py-tomlkit
+DEPENDS+=      ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TEST_DEPENDS+= ${PYPKGPREFIX}-build-[0-9]*:../../devel/py-build
+TEST_DEPENDS+= ${PYPKGPREFIX}-coverage-[0-9]*:../../devel/py-coverage
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-mock-[0-9]*:../../devel/py-test-mock
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout-[0-9]*:../../devel/py-test-timeout
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-jupyter_packaging/PLIST
diff -u /dev/null pkgsrc/devel/py-jupyter_packaging/PLIST:1.1
--- /dev/null   Thu May  4 19:16:24 2023
+++ pkgsrc/devel/py-jupyter_packaging/PLIST     Thu May  4 19:16:24 2023
@@ -0,0 +1,16 @@
+@comment $NetBSD: PLIST,v 1.1 2023/05/04 19:16:24 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}/jupyter_packaging/__init__.py
+${PYSITELIB}/jupyter_packaging/__init__.pyc
+${PYSITELIB}/jupyter_packaging/__main__.py
+${PYSITELIB}/jupyter_packaging/__main__.pyc
+${PYSITELIB}/jupyter_packaging/build_api.py
+${PYSITELIB}/jupyter_packaging/build_api.pyc
+${PYSITELIB}/jupyter_packaging/setupbase.py
+${PYSITELIB}/jupyter_packaging/setupbase.pyc
Index: pkgsrc/devel/py-jupyter_packaging/distinfo
diff -u /dev/null pkgsrc/devel/py-jupyter_packaging/distinfo:1.1
--- /dev/null   Thu May  4 19:16:24 2023
+++ pkgsrc/devel/py-jupyter_packaging/distinfo  Thu May  4 19:16:24 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/05/04 19:16:24 adam Exp $
+
+BLAKE2s (jupyter_packaging-0.12.3.tar.gz) = 1d4cd7ac734c6ddec6515dcd508f95187360084c9a4f3a8c1ffaa2dd459ca3eb
+SHA512 (jupyter_packaging-0.12.3.tar.gz) = a81a4b41ba7b31b9d71aa338617ed8567100a64d999e6cd0a14586350bcd37bf9782cbaabad755c0303510bd342ec141af01157cbdc1e4373289700dfc40c3c9
+Size (jupyter_packaging-0.12.3.tar.gz) = 25350 bytes



Home | Main Index | Thread Index | Old Index