Received: by mail.netbsd.org (Postfix, from userid 605) id C421A84EA3; Sat, 24 Sep 2022 19:11:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 012D784EA0 for ; Sat, 24 Sep 2022 19:11:21 +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 WhSyBPTslirp for ; Sat, 24 Sep 2022 19:11:20 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 572B084E6E for ; Sat, 24 Sep 2022 19:11:20 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4AE3CFA90; Sat, 24 Sep 2022 19:11:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_166404668012710" MIME-Version: 1.0 Date: Sat, 24 Sep 2022 19:11:20 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/textproc/py-xapian To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20220924191120.4AE3CFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_166404668012710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Sat Sep 24 19:11:20 UTC 2022 Modified Files: pkgsrc/textproc/py-xapian: Makefile Log Message: Remove a vestige of Python 2.x support. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/textproc/py-xapian/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_166404668012710 Content-Disposition: inline Content-Length: 712 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/textproc/py-xapian/Makefile diff -u pkgsrc/textproc/py-xapian/Makefile:1.9 pkgsrc/textproc/py-xapian/Makefile:1.10 --- pkgsrc/textproc/py-xapian/Makefile:1.9 Sun Jul 10 19:08:30 2022 +++ pkgsrc/textproc/py-xapian/Makefile Sat Sep 24 19:11:20 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2022/07/10 19:08:30 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2022/09/24 19:11:20 schmonz Exp $ PKGNAME= ${PYPKGPREFIX}-${PKGNAME_MODULE} COMMENT= Python bindings for Xapian search engine @@ -10,7 +10,6 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27 CONFIGURE_ARGS+= --with-python3 PYTHON3=${PYTHONBIN} -PLIST_SUBST+= PYTHON_3_OR_PYTHON=python3 PY_PATCHPLIST= yes PYTHON_SELF_CONFLICT= yes --_----------=_166404668012710--