Received: by mail.netbsd.org (Postfix, from userid 605) id 81CCB84E74; Sun, 30 Apr 2023 13:01:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B157D84E73 for ; Sun, 30 Apr 2023 13:01:05 +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 okhjPH2uSCHc for ; Sun, 30 Apr 2023 13:01:05 +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 2EA5884CD0 for ; Sun, 30 Apr 2023 13:01:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2C209FA87; Sun, 30 Apr 2023 13:01:05 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_168285966520010" MIME-Version: 1.0 Date: Sun, 30 Apr 2023 13:01:05 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230430130105.2C209FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_168285966520010 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 30 13:01:05 UTC 2023 Modified Files: pkgsrc/devel/py-hypothesis4: Makefile pkgsrc/devel/py-test4: Makefile Log Message: *: switch python2 packages to use py27-attrs To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-hypothesis4/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-test4/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_168285966520010 Content-Disposition: inline Content-Length: 1862 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-hypothesis4/Makefile diff -u pkgsrc/devel/py-hypothesis4/Makefile:1.2 pkgsrc/devel/py-hypothesis4/Makefile:1.3 --- pkgsrc/devel/py-hypothesis4/Makefile:1.2 Tue Jan 4 20:53:10 2022 +++ pkgsrc/devel/py-hypothesis4/Makefile Sun Apr 30 13:01:04 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2022/01/04 20:53:10 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2023/04/30 13:01:04 wiz Exp $ DISTNAME= hypothesis-4.57.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -11,7 +11,7 @@ HOMEPAGE= https://github.com/HypothesisW COMMENT= Python library for property based testing LICENSE= mpl-2.0 -DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs +DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py27-attrs DEPENDS+= ${PYPKGPREFIX}-sortedcontainers>=2.1.0:../../devel/py-sortedcontainers DEPENDS+= ${PYPKGPREFIX}-enum34-[0-9]*:../../devel/py-enum34 Index: pkgsrc/devel/py-test4/Makefile diff -u pkgsrc/devel/py-test4/Makefile:1.12 pkgsrc/devel/py-test4/Makefile:1.13 --- pkgsrc/devel/py-test4/Makefile:1.12 Sun Apr 30 12:31:07 2023 +++ pkgsrc/devel/py-test4/Makefile Sun Apr 30 13:01:04 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2023/04/30 12:31:07 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2023/04/30 13:01:04 wiz Exp $ DISTNAME= pytest-4.6.11 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} @@ -12,7 +12,7 @@ LICENSE= mit BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm5 DEPENDS+= ${PYPKGPREFIX}-atomicwrites>=1.0:../../devel/py-atomicwrites -DEPENDS+= ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs +DEPENDS+= ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py27-attrs DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat DEPENDS+= ${PYPKGPREFIX}-funcsigs>=1.0:../../devel/py-funcsigs DEPENDS+= ${PYPKGPREFIX}-importlib-metadata-[0-9]*:../../devel/py-importlib-metadata2 --_----------=_168285966520010--