pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/py-test-doctestplus devel/py-test-doctestplus: i...
details: https://anonhg.NetBSD.org/pkgsrc/rev/dd2a57e481bd
branches: trunk
changeset: 371985:dd2a57e481bd
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jan 17 09:35:59 2022 +0000
description:
devel/py-test-doctestplus: import py-test-doctestplus-0.11.2
Packaged for wip by K.I.A.Derouiche.
This package contains a plugin for the pytest framework that
provides advanced doctest support and enables the testing of
reStructuredText .rst files. It was originally part of the
astropy core package, but has been moved to a separate package
in order to be of more general use
diffstat:
devel/py-test-doctestplus/DESCR | 5 +++++
devel/py-test-doctestplus/Makefile | 23 +++++++++++++++++++++++
devel/py-test-doctestplus/PLIST | 20 ++++++++++++++++++++
devel/py-test-doctestplus/distinfo | 5 +++++
4 files changed, 53 insertions(+), 0 deletions(-)
diffs (69 lines):
diff -r e5a7bd507f99 -r dd2a57e481bd devel/py-test-doctestplus/DESCR
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-doctestplus/DESCR Mon Jan 17 09:35:59 2022 +0000
@@ -0,0 +1,5 @@
+This package contains a plugin for the pytest framework that
+provides advanced doctest support and enables the testing of
+reStructuredText .rst files. It was originally part of the
+astropy core package, but has been moved to a separate package
+in order to be of more general use
diff -r e5a7bd507f99 -r dd2a57e481bd devel/py-test-doctestplus/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-doctestplus/Makefile Mon Jan 17 09:35:59 2022 +0000
@@ -0,0 +1,23 @@
+# $NetBSD: Makefile,v 1.1 2022/01/17 09:35:59 wiz Exp $
+
+DISTNAME= pytest-doctestplus-0.11.2
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-doctestplus/}
+
+MAINTAINER= kamelderouiche%yahoo.com@localhost
+HOMEPAGE= https://astropy.org/
+COMMENT= Pytest plugin with advanced doctest features
+LICENSE= modified-bsd
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
+DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+DEPENDS+= ${PYPKGPREFIX}-docutils-[0-9]*:../../textproc/py-docutils
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r e5a7bd507f99 -r dd2a57e481bd devel/py-test-doctestplus/PLIST
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-doctestplus/PLIST Mon Jan 17 09:35:59 2022 +0000
@@ -0,0 +1,20 @@
+@comment $NetBSD: PLIST,v 1.1 2022/01/17 09:35:59 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/pytest_doctestplus/__init__.py
+${PYSITELIB}/pytest_doctestplus/__init__.pyc
+${PYSITELIB}/pytest_doctestplus/__init__.pyo
+${PYSITELIB}/pytest_doctestplus/output_checker.py
+${PYSITELIB}/pytest_doctestplus/output_checker.pyc
+${PYSITELIB}/pytest_doctestplus/output_checker.pyo
+${PYSITELIB}/pytest_doctestplus/plugin.py
+${PYSITELIB}/pytest_doctestplus/plugin.pyc
+${PYSITELIB}/pytest_doctestplus/plugin.pyo
+${PYSITELIB}/pytest_doctestplus/utils.py
+${PYSITELIB}/pytest_doctestplus/utils.pyc
+${PYSITELIB}/pytest_doctestplus/utils.pyo
diff -r e5a7bd507f99 -r dd2a57e481bd devel/py-test-doctestplus/distinfo
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/devel/py-test-doctestplus/distinfo Mon Jan 17 09:35:59 2022 +0000
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/01/17 09:35:59 wiz Exp $
+
+BLAKE2s (pytest-doctestplus-0.11.2.tar.gz) = 894a404c1d8ce7cd296f5494c907c3fc933308019d8ba48cfe112fb164602746
+SHA512 (pytest-doctestplus-0.11.2.tar.gz) = fed49a551be78f51db60161ccfa592e461719cca76e2a48e3267e8a22dbec60d02d8fbb757a88cb5cf4dc22143e27d3d20f25b51855be835254c72fd8260abbd
+Size (pytest-doctestplus-0.11.2.tar.gz) = 34943 bytes
Home |
Main Index |
Thread Index |
Old Index