Received: by mail.netbsd.org (Postfix, from userid 605) id 2918584E85; Sun, 1 May 2022 09:20:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6242284E54 for ; Sun, 1 May 2022 09:20:57 +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 Qtc8TdRYb1ky for ; Sun, 1 May 2022 09:20:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CD09C84D14 for ; Sun, 1 May 2022 09:20:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BF3D9FB1A; Sun, 1 May 2022 09:20:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_165139685692630" MIME-Version: 1.0 Date: Sun, 1 May 2022 09:20:56 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220501092056.BF3D9FB1A@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_165139685692630 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun May 1 09:20:56 UTC 2022 Modified Files: pkgsrc/archivers/py-zipp1: Makefile pkgsrc/devel/py-funcsigs: Makefile Log Message: *: remove references to py-unittest2 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/archivers/py-zipp1/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-funcsigs/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_165139685692630 Content-Disposition: inline Content-Length: 1933 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/archivers/py-zipp1/Makefile diff -u pkgsrc/archivers/py-zipp1/Makefile:1.7 pkgsrc/archivers/py-zipp1/Makefile:1.8 --- pkgsrc/archivers/py-zipp1/Makefile:1.7 Thu Jan 27 08:44:11 2022 +++ pkgsrc/archivers/py-zipp1/Makefile Sun May 1 09:20:56 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2022/01/27 08:44:11 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2022/05/01 09:20:56 wiz Exp $ DISTNAME= zipp-1.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -14,10 +14,11 @@ LICENSE= mit DEPENDS+= ${PYPKGPREFIX}-contextlib2-[0-9]*:../../devel/py-contextlib2 BUILD_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm5 TEST_DEPENDS+= ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2 -TEST_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2 # not available for python 2.x # https://github.com/jaraco/zipp/issues/49 #TEST_DEPENDS+= ${PYPKGPREFIX}-jaraco.itertools-[0-9]*:../../devel/py-jaraco.itertools +# removed from pkgsrc +#TEST_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2 TEST_DEPENDS+= ${PYPKGPREFIX}-func_timeout-[0-9]*:../../devel/py-func_timeout USE_LANGUAGES= # none Index: pkgsrc/devel/py-funcsigs/Makefile diff -u pkgsrc/devel/py-funcsigs/Makefile:1.6 pkgsrc/devel/py-funcsigs/Makefile:1.7 --- pkgsrc/devel/py-funcsigs/Makefile:1.6 Tue Jan 4 20:53:06 2022 +++ pkgsrc/devel/py-funcsigs/Makefile Sun May 1 09:20:56 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2022/01/04 20:53:06 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2022/05/01 09:20:56 wiz Exp $ DISTNAME= funcsigs-1.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,8 @@ LICENSE= apache-2.0 PYTHON_VERSIONS_ACCEPTED= 27 -BUILD_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2 +# removed from pkgsrc +#TEST_DEPENDS+= ${PYPKGPREFIX}-unittest2-[0-9]*:../../devel/py-unittest2 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" --_----------=_165139685692630--