Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=crB6d418; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=urqoe9an Received: by mail.netbsd.org (Postfix, from userid 605) id D273684DC1; Sun, 24 Mar 2024 17:37:08 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711301829; bh=O9W38WtW9SukqYVYWxXF7nxMQbe6z6TWd4fIf5iK+JI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=crB6d418TOPDr2B+v9t0vrf4Npc2YykvRM7SSrQVTQEcKrLkOKRA2h1OX897hPU2q gf6luTl7zzDEknaLZlul3v/RXQxYH7vYC2SXAtMrUFq5/mWWOLjLqwk9k69DyxFkYz ebb96ZY65vVFOnLdVUdXRZrIAtbZun43Yfx5eKHE= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C278E84D0C for ; Sun, 24 Mar 2024 17:37:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id F_HrsoCO-Uk6 for ; Sun, 24 Mar 2024 17:37:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 15EF684CEB for ; Sun, 24 Mar 2024 17:37:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1711301827; bh=O9W38WtW9SukqYVYWxXF7nxMQbe6z6TWd4fIf5iK+JI=; h=Date:From:Subject:To:Reply-To; b=urqoe9ano7CDkeRuR5gyL/5h5x6MHIwtuGzjs5jsaGxEbKzCyH1Favr6Tg+cb0aIm AVx7/KoE4sRcOIWWNnM7ZVqhcUc847Et5rAV4xyeN9UjeQ/qKj9TvQUM1S8JCFAkgY wzXrZPOj9t7NxcfZKKrDwu4tLHDIHw+zaaJZ6lHg= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0634DFA2C; Sun, 24 Mar 2024 17:37:07 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1711301826179270" MIME-Version: 1.0 Date: Sun, 24 Mar 2024 17:37:06 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-checkdocs To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240324173707.0634DFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1711301826179270 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Mar 24 17:37:06 UTC 2024 Modified Files: pkgsrc/devel/py-test-checkdocs: Makefile PLIST distinfo Log Message: py-test-checkdocs: updated to 2.11.0 v2.11.0 Features - Bumped dependency on build and removed now unnecessary compatibility wrapper. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-test-checkdocs/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-test-checkdocs/PLIST cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-test-checkdocs/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1711301826179270 Content-Disposition: inline Content-Length: 3573 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-checkdocs/Makefile diff -u pkgsrc/devel/py-test-checkdocs/Makefile:1.6 pkgsrc/devel/py-test-checkdocs/Makefile:1.7 --- pkgsrc/devel/py-test-checkdocs/Makefile:1.6 Sat Oct 28 19:57:07 2023 +++ pkgsrc/devel/py-test-checkdocs/Makefile Sun Mar 24 17:37:06 2024 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2023/10/28 19:57:07 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2024/03/24 17:37:06 adam Exp $ -DISTNAME= pytest-checkdocs-2.10.1 +DISTNAME= pytest-checkdocs-2.11.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-checkdocs/} @@ -11,20 +10,15 @@ HOMEPAGE= https://github.com/jaraco/pyte COMMENT= Check the README when running tests LICENSE= mit -TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools -TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=56:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel -DEPENDS+= ${PYPKGPREFIX}-build-[0-9]*:../../devel/py-build +DEPENDS+= ${PYPKGPREFIX}-build>=1.1:../../devel/py-build DEPENDS+= ${PYPKGPREFIX}-docutils>=0.15:../../textproc/py-docutils USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 -.include "../../lang/python/pyversion.mk" -.if ${PYTHON_VERSION} < 310 -DEPENDS+= ${PYPKGPREFIX}-importlib-metadata>=4:../../devel/py-importlib-metadata -.endif - .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-test-checkdocs/PLIST diff -u pkgsrc/devel/py-test-checkdocs/PLIST:1.2 pkgsrc/devel/py-test-checkdocs/PLIST:1.3 --- pkgsrc/devel/py-test-checkdocs/PLIST:1.2 Sat Oct 28 19:57:07 2023 +++ pkgsrc/devel/py-test-checkdocs/PLIST Sun Mar 24 17:37:06 2024 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2023/10/28 19:57:07 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2024/03/24 17:37:06 adam Exp $ ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE ${PYSITELIB}/${WHEEL_INFODIR}/METADATA ${PYSITELIB}/${WHEEL_INFODIR}/RECORD @@ -8,6 +8,3 @@ ${PYSITELIB}/${WHEEL_INFODIR}/top_level. ${PYSITELIB}/pytest_checkdocs/__init__.py ${PYSITELIB}/pytest_checkdocs/__init__.pyc ${PYSITELIB}/pytest_checkdocs/__init__.pyo -${PYSITELIB}/pytest_checkdocs/py310compat.py -${PYSITELIB}/pytest_checkdocs/py310compat.pyc -${PYSITELIB}/pytest_checkdocs/py310compat.pyo Index: pkgsrc/devel/py-test-checkdocs/distinfo diff -u pkgsrc/devel/py-test-checkdocs/distinfo:1.3 pkgsrc/devel/py-test-checkdocs/distinfo:1.4 --- pkgsrc/devel/py-test-checkdocs/distinfo:1.3 Fri Aug 4 08:08:59 2023 +++ pkgsrc/devel/py-test-checkdocs/distinfo Sun Mar 24 17:37:06 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2023/08/04 08:08:59 adam Exp $ +$NetBSD: distinfo,v 1.4 2024/03/24 17:37:06 adam Exp $ -BLAKE2s (pytest-checkdocs-2.10.1.tar.gz) = 7a31f69a3b9498e3142e677b9cf6e983d53782fd7f37076dae979ff990683232 -SHA512 (pytest-checkdocs-2.10.1.tar.gz) = 87ec361eb2f4d7756c56e6c5edb591b3358f6de739d6d83ded43c887a84579c9a6a41b097e14d8b97082fca293c13aeb5869b4b13543cf04ea7c7a7e2db00781 -Size (pytest-checkdocs-2.10.1.tar.gz) = 8640 bytes +BLAKE2s (pytest-checkdocs-2.11.0.tar.gz) = 848d5ccd145eee3e4cda2ff828cec5208c0492e0ccbfcd84b218169e7d69731c +SHA512 (pytest-checkdocs-2.11.0.tar.gz) = a0bee6801c369146bbbf3a057682acb9bf42041ab65db26f59c52af64e70946f746506a0a4abf7c71b5fe347ab9b48c451ba85d4d1f11b8f484076682dbe936a +Size (pytest-checkdocs-2.11.0.tar.gz) = 8465 bytes --_----------=_1711301826179270--