Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4084A84CED for ; Mon, 4 Sep 2023 09:42:19 +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 T7OTomHhcxqv for ; Mon, 4 Sep 2023 09:42:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 94C3484D1C for ; Mon, 4 Sep 2023 09:42:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 8EB19FBDB; Mon, 4 Sep 2023 09:42:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1693820538141880" MIME-Version: 1.0 Date: Mon, 4 Sep 2023 09:42:18 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/converters/py-chardet To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230904094218.8EB19FBDB@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1693820538141880 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Sep 4 09:42:18 UTC 2023 Modified Files: pkgsrc/converters/py-chardet: Makefile Log Message: py-chardet: remove unneeded test dependency pkglint cleanup while here To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/converters/py-chardet/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1693820538141880 Content-Disposition: inline Content-Length: 959 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/converters/py-chardet/Makefile diff -u pkgsrc/converters/py-chardet/Makefile:1.33 pkgsrc/converters/py-chardet/Makefile:1.34 --- pkgsrc/converters/py-chardet/Makefile:1.33 Wed Aug 2 06:45:12 2023 +++ pkgsrc/converters/py-chardet/Makefile Mon Sep 4 09:42:18 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2023/08/02 06:45:12 adam Exp $ +# $NetBSD: Makefile,v 1.34 2023/09/04 09:42:18 wiz Exp $ DISTNAME= chardet-5.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,11 +13,8 @@ LICENSE= gnu-lgpl-v2.1 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel TEST_DEPENDS+= ${PYPKGPREFIX}-exceptiongroup-[0-9]*:../../devel/py-exceptiongroup TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis-[0-9]*:../../devel/py-hypothesis -TEST_DEPENDS+= ${PYPKGPREFIX}-py-[0-9]*:../../devel/py-py TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test -USE_PKG_RESOURCES= yes - PYTHON_VERSIONS_INCOMPATIBLE= 27 post-install: --_----------=_1693820538141880--