pkgsrc-Changes archive

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

CVS commit: pkgsrc/www



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Aug 26 11:00:26 UTC 2023

Modified Files:
        pkgsrc/www: Makefile
Added Files:
        pkgsrc/www/py-test-jupyter: DESCR Makefile PLIST distinfo

Log Message:
py-test-jupyter: added version 0.7.0

A set of pytest plugins for Jupyter libraries and extensions.


To generate a diff of this commit:
cvs rdiff -u -r1.1734 -r1.1735 pkgsrc/www/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/www/py-test-jupyter/DESCR \
    pkgsrc/www/py-test-jupyter/Makefile pkgsrc/www/py-test-jupyter/PLIST \
    pkgsrc/www/py-test-jupyter/distinfo

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

Modified files:

Index: pkgsrc/www/Makefile
diff -u pkgsrc/www/Makefile:1.1734 pkgsrc/www/Makefile:1.1735
--- pkgsrc/www/Makefile:1.1734  Sat Aug 26 09:03:10 2023
+++ pkgsrc/www/Makefile Sat Aug 26 11:00:25 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1734 2023/08/26 09:03:10 adam Exp $
+# $NetBSD: Makefile,v 1.1735 2023/08/26 11:00:25 adam Exp $
 #
 
 COMMENT=       Packages related to the World Wide Web
@@ -880,6 +880,7 @@ SUBDIR+=    py-terminado
 SUBDIR+=       py-test-django
 SUBDIR+=       py-test-httpbin
 SUBDIR+=       py-test-httpx
+SUBDIR+=       py-test-jupyter
 SUBDIR+=       py-test-sanic
 SUBDIR+=       py-tornado
 SUBDIR+=       py-trytond-web-user

Added files:

Index: pkgsrc/www/py-test-jupyter/DESCR
diff -u /dev/null pkgsrc/www/py-test-jupyter/DESCR:1.1
--- /dev/null   Sat Aug 26 11:00:26 2023
+++ pkgsrc/www/py-test-jupyter/DESCR    Sat Aug 26 11:00:25 2023
@@ -0,0 +1 @@
+A set of pytest plugins for Jupyter libraries and extensions.
Index: pkgsrc/www/py-test-jupyter/Makefile
diff -u /dev/null pkgsrc/www/py-test-jupyter/Makefile:1.1
--- /dev/null   Sat Aug 26 11:00:26 2023
+++ pkgsrc/www/py-test-jupyter/Makefile Sat Aug 26 11:00:25 2023
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1 2023/08/26 11:00:25 adam Exp $
+
+DISTNAME=      pytest_jupyter-0.7.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py-//:S/_/-/}
+CATEGORIES=    www python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-jupyter/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/jupyter-server/pytest-jupyter
+COMMENT=       Pytest plugin for testing Jupyter libraries and extensions
+LICENSE=       modified-bsd
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=1.10.0:../../devel/py-hatchling
+DEPENDS+=      ${PYPKGPREFIX}-jupyter_core-[0-9]*:../../devel/py-jupyter_core
+DEPENDS+=      ${PYPKGPREFIX}-test>=7.0:../../devel/py-test
+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/www/py-test-jupyter/PLIST
diff -u /dev/null pkgsrc/www/py-test-jupyter/PLIST:1.1
--- /dev/null   Sat Aug 26 11:00:26 2023
+++ pkgsrc/www/py-test-jupyter/PLIST    Sat Aug 26 11:00:25 2023
@@ -0,0 +1,24 @@
+@comment $NetBSD: PLIST,v 1.1 2023/08/26 11:00:25 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}/pytest_jupyter/__init__.py
+${PYSITELIB}/pytest_jupyter/__init__.pyc
+${PYSITELIB}/pytest_jupyter/_version.py
+${PYSITELIB}/pytest_jupyter/_version.pyc
+${PYSITELIB}/pytest_jupyter/echo_kernel.py
+${PYSITELIB}/pytest_jupyter/echo_kernel.pyc
+${PYSITELIB}/pytest_jupyter/jupyter_client.py
+${PYSITELIB}/pytest_jupyter/jupyter_client.pyc
+${PYSITELIB}/pytest_jupyter/jupyter_core.py
+${PYSITELIB}/pytest_jupyter/jupyter_core.pyc
+${PYSITELIB}/pytest_jupyter/jupyter_server.py
+${PYSITELIB}/pytest_jupyter/jupyter_server.pyc
+${PYSITELIB}/pytest_jupyter/pytest_tornasync.py
+${PYSITELIB}/pytest_jupyter/pytest_tornasync.pyc
+${PYSITELIB}/pytest_jupyter/utils.py
+${PYSITELIB}/pytest_jupyter/utils.pyc
Index: pkgsrc/www/py-test-jupyter/distinfo
diff -u /dev/null pkgsrc/www/py-test-jupyter/distinfo:1.1
--- /dev/null   Sat Aug 26 11:00:26 2023
+++ pkgsrc/www/py-test-jupyter/distinfo Sat Aug 26 11:00:25 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/08/26 11:00:25 adam Exp $
+
+BLAKE2s (pytest_jupyter-0.7.0.tar.gz) = d91b2916da55103411db57c920e3e7157e4a9682fb7e4e753f4133d86e953e3d
+SHA512 (pytest_jupyter-0.7.0.tar.gz) = 5bd44d1cc927281823ab92f5e1dbb4fa66e917fb9ba098c63001bb9edf60d4eb7842d4178c1dce1772e156d871def2319d511187185fbfd81ee9128c7c23ea2a
+Size (pytest_jupyter-0.7.0.tar.gz) = 15507 bytes



Home | Main Index | Thread Index | Old Index