Sat Aug 26 11:00:26 2023 UTC ()
py-test-jupyter: added version 0.7.0

A set of pytest plugins for Jupyter libraries and extensions.


(adam)
diff -r1.1734 -r1.1735 pkgsrc/www/Makefile
diff -r0 -r1.1 pkgsrc/www/py-test-jupyter/DESCR
diff -r0 -r1.1 pkgsrc/www/py-test-jupyter/Makefile
diff -r0 -r1.1 pkgsrc/www/py-test-jupyter/PLIST
diff -r0 -r1.1 pkgsrc/www/py-test-jupyter/distinfo

cvs diff -r1.1734 -r1.1735 pkgsrc/www/Makefile (expand / switch to unified diff)

--- pkgsrc/www/Makefile 2023/08/26 09:03:10 1.1734
+++ pkgsrc/www/Makefile 2023/08/26 11:00:25 1.1735
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.1734 2023/08/26 09:03:10 adam Exp $ 1# $NetBSD: Makefile,v 1.1735 2023/08/26 11:00:25 adam Exp $
2# 2#
3 3
4COMMENT= Packages related to the World Wide Web 4COMMENT= Packages related to the World Wide Web
5 5
6SUBDIR+= R-RCurl 6SUBDIR+= R-RCurl
7SUBDIR+= R-bslib 7SUBDIR+= R-bslib
8SUBDIR+= R-curl 8SUBDIR+= R-curl
9SUBDIR+= R-diffviewer 9SUBDIR+= R-diffviewer
10SUBDIR+= R-downlit 10SUBDIR+= R-downlit
11SUBDIR+= R-gargle 11SUBDIR+= R-gargle
12SUBDIR+= R-gh 12SUBDIR+= R-gh
13SUBDIR+= R-googledrive 13SUBDIR+= R-googledrive
14SUBDIR+= R-htmlwidgets 14SUBDIR+= R-htmlwidgets
@@ -870,26 +870,27 @@ SUBDIR+= py-scgi @@ -870,26 +870,27 @@ SUBDIR+= py-scgi
870SUBDIR+= py-scrapy 870SUBDIR+= py-scrapy
871SUBDIR+= py-selenium 871SUBDIR+= py-selenium
872SUBDIR+= py-sigal 872SUBDIR+= py-sigal
873SUBDIR+= py-simpletal 873SUBDIR+= py-simpletal
874SUBDIR+= py-soupsieve 874SUBDIR+= py-soupsieve
875SUBDIR+= py-sparqlwrapper 875SUBDIR+= py-sparqlwrapper
876SUBDIR+= py-swiftclient 876SUBDIR+= py-swiftclient
877SUBDIR+= py-swish-e 877SUBDIR+= py-swish-e
878SUBDIR+= py-telepath 878SUBDIR+= py-telepath
879SUBDIR+= py-terminado 879SUBDIR+= py-terminado
880SUBDIR+= py-test-django 880SUBDIR+= py-test-django
881SUBDIR+= py-test-httpbin 881SUBDIR+= py-test-httpbin
882SUBDIR+= py-test-httpx 882SUBDIR+= py-test-httpx
 883SUBDIR+= py-test-jupyter
883SUBDIR+= py-test-sanic 884SUBDIR+= py-test-sanic
884SUBDIR+= py-tornado 885SUBDIR+= py-tornado
885SUBDIR+= py-trytond-web-user 886SUBDIR+= py-trytond-web-user
886SUBDIR+= py-twill 887SUBDIR+= py-twill
887SUBDIR+= py-uliweb 888SUBDIR+= py-uliweb
888SUBDIR+= py-urllib3 889SUBDIR+= py-urllib3
889SUBDIR+= py-uvicorn 890SUBDIR+= py-uvicorn
890SUBDIR+= py-uwsgi 891SUBDIR+= py-uwsgi
891SUBDIR+= py-uwsgitop 892SUBDIR+= py-uwsgitop
892SUBDIR+= py-w3lib 893SUBDIR+= py-w3lib
893SUBDIR+= py-wagtail 894SUBDIR+= py-wagtail
894SUBDIR+= py-wagtailmenus 895SUBDIR+= py-wagtailmenus
895SUBDIR+= py-wagtailnews 896SUBDIR+= py-wagtailnews

File Added: pkgsrc/www/py-test-jupyter/DESCR
A set of pytest plugins for Jupyter libraries and extensions.

File Added: pkgsrc/www/py-test-jupyter/Makefile
# $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
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"

File Added: pkgsrc/www/py-test-jupyter/PLIST
@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

File Added: pkgsrc/www/py-test-jupyter/distinfo
$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