pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-test-doctestplus



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Jan 17 09:35:59 UTC 2022

Added Files:
        pkgsrc/devel/py-test-doctestplus: DESCR Makefile PLIST distinfo

Log Message:
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


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

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

Added files:

Index: pkgsrc/devel/py-test-doctestplus/DESCR
diff -u /dev/null pkgsrc/devel/py-test-doctestplus/DESCR:1.1
--- /dev/null   Mon Jan 17 09:35:59 2022
+++ pkgsrc/devel/py-test-doctestplus/DESCR      Mon Jan 17 09:35:59 2022
@@ -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
Index: pkgsrc/devel/py-test-doctestplus/Makefile
diff -u /dev/null pkgsrc/devel/py-test-doctestplus/Makefile:1.1
--- /dev/null   Mon Jan 17 09:35:59 2022
+++ pkgsrc/devel/py-test-doctestplus/Makefile   Mon Jan 17 09:35:59 2022
@@ -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"
Index: pkgsrc/devel/py-test-doctestplus/PLIST
diff -u /dev/null pkgsrc/devel/py-test-doctestplus/PLIST:1.1
--- /dev/null   Mon Jan 17 09:35:59 2022
+++ pkgsrc/devel/py-test-doctestplus/PLIST      Mon Jan 17 09:35:59 2022
@@ -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
Index: pkgsrc/devel/py-test-doctestplus/distinfo
diff -u /dev/null pkgsrc/devel/py-test-doctestplus/distinfo:1.1
--- /dev/null   Mon Jan 17 09:35:59 2022
+++ pkgsrc/devel/py-test-doctestplus/distinfo   Mon Jan 17 09:35:59 2022
@@ -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