Received: by mail.netbsd.org (Postfix, from userid 605) id 863A284D5B; Sun, 30 Apr 2023 18:31:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B6C2F84D15 for ; Sun, 30 Apr 2023 18:31:42 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id q7_PBk0l2YaW for ; Sun, 30 Apr 2023 18:31:42 +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 4468784CF9 for ; Sun, 30 Apr 2023 18:31:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 3CCFBFA87; Sun, 30 Apr 2023 18:31:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_16828795022260" MIME-Version: 1.0 Date: Sun, 30 Apr 2023 18:31:42 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/audio/py-audioread To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20230430183142.3CCFBFA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_16828795022260 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Apr 30 18:31:42 UTC 2023 Modified Files: pkgsrc/audio/py-audioread: Makefile Log Message: py-audioread: not for python 2 To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/audio/py-audioread/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_16828795022260 Content-Disposition: inline Content-Length: 667 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/audio/py-audioread/Makefile diff -u pkgsrc/audio/py-audioread/Makefile:1.9 pkgsrc/audio/py-audioread/Makefile:1.10 --- pkgsrc/audio/py-audioread/Makefile:1.9 Tue Jan 4 20:52:32 2022 +++ pkgsrc/audio/py-audioread/Makefile Sun Apr 30 18:31:42 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2022/01/04 20:52:32 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2023/04/30 18:31:42 wiz Exp $ DISTNAME= audioread-2.1.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -15,5 +15,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-test-runn USE_LANGUAGES= # none +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" --_----------=_16828795022260--