Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 9027D1A9239 for ; Mon, 17 Jan 2022 09:36:01 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id C73C284E6B; Mon, 17 Jan 2022 09:36:00 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 0E56684E68 for ; Mon, 17 Jan 2022 09:36:00 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 20rfsnzjTar1 for ; Mon, 17 Jan 2022 09:35:59 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 5F0B084D2F for ; Mon, 17 Jan 2022 09:35:59 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 57FEEFB24; Mon, 17 Jan 2022 09:35:59 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642412159141190" MIME-Version: 1.0 Date: Mon, 17 Jan 2022 09:35:59 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/py-test-doctestplus To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220117093559.57FEEFB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642412159141190 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" 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. --_----------=_1642412159141190 Content-Disposition: inline Content-Length: 3337 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii 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 +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 --_----------=_1642412159141190--