Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 2356C84D05 for ; Thu, 31 Aug 2023 13:57:41 +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 QyX0IlHckG5E for ; Thu, 31 Aug 2023 13:57:40 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 90C5684CDC for ; Thu, 31 Aug 2023 13:57:40 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8E4BBFBDB; Thu, 31 Aug 2023 13:57:40 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693490260286380" MIME-Version: 1.0 Date: Thu, 31 Aug 2023 13:57:40 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-doctestplus To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230831135740.8E4BBFBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693490260286380 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Aug 31 13:57:40 UTC 2023 Modified Files: pkgsrc/devel/py-test-doctestplus: Makefile distinfo Log Message: py-test-doctestplus: updated to 1.0.0 1.0.0 (2023-08-11) - Changing GitHub organization. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-doctestplus/Makefile \ 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. --_----------=_1693490260286380 Content-Disposition: inline Content-Length: 2315 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-doctestplus/Makefile diff -u pkgsrc/devel/py-test-doctestplus/Makefile:1.3 pkgsrc/devel/py-test-doctestplus/Makefile:1.4 --- pkgsrc/devel/py-test-doctestplus/Makefile:1.3 Fri Aug 11 06:30:28 2023 +++ pkgsrc/devel/py-test-doctestplus/Makefile Thu Aug 31 13:57:40 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2023/08/11 06:30:28 adam Exp $ +# $NetBSD: Makefile,v 1.4 2023/08/31 13:57:40 adam Exp $ -DISTNAME= pytest-doctestplus-0.13.0 +DISTNAME= pytest-doctestplus-1.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-doctestplus/} @@ -12,7 +12,11 @@ LICENSE= modified-bsd TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm DEPENDS+= ${PYPKGPREFIX}-packaging>=17.0:../../devel/py-packaging +DEPENDS+= ${PYPKGPREFIX}-setuptools>=30.3.0:../../devel/py-setuptools DEPENDS+= ${PYPKGPREFIX}-test>=4.6:../../devel/py-test +TEST_DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy +TEST_DEPENDS+= ${PYPKGPREFIX}-test-remotedata>=0.3.2:../../net/py-test-remotedata +TEST_DEPENDS+= ${PYPKGPREFIX}-sphinx-[0-9]*:../../textproc/py-sphinx USE_LANGUAGES= # none Index: pkgsrc/devel/py-test-doctestplus/distinfo diff -u pkgsrc/devel/py-test-doctestplus/distinfo:1.3 pkgsrc/devel/py-test-doctestplus/distinfo:1.4 --- pkgsrc/devel/py-test-doctestplus/distinfo:1.3 Fri Aug 11 06:30:28 2023 +++ pkgsrc/devel/py-test-doctestplus/distinfo Thu Aug 31 13:57:40 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2023/08/11 06:30:28 adam Exp $ +$NetBSD: distinfo,v 1.4 2023/08/31 13:57:40 adam Exp $ -BLAKE2s (pytest-doctestplus-0.13.0.tar.gz) = 1fd91df6bf2418a1695ec7d16b86d30b382e69c5ca0988214fc2304f46636d72 -SHA512 (pytest-doctestplus-0.13.0.tar.gz) = 7bced8a8d80536d915dbe5c14ecb156d7d855d5183fcc8fef2571a9ff35f2ebc8d56ac339491bf5181ae4bf1e39564fb1014337c4bc4143fae48b3227bffff0a -Size (pytest-doctestplus-0.13.0.tar.gz) = 38468 bytes +BLAKE2s (pytest-doctestplus-1.0.0.tar.gz) = 477d8257505901a33017bfb6c31385ab53e42bec3d1c835be46c46cb52de6c3d +SHA512 (pytest-doctestplus-1.0.0.tar.gz) = b9487389956df8b274cddb55196c63b0a4f6c9cca41621689a477e0085008b28220f679d5663eb14b030369838491dbadbab260a634a62aefc89d14d9fdb1f80 +Size (pytest-doctestplus-1.0.0.tar.gz) = 38960 bytes --_----------=_1693490260286380--