pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/textproc/py-xapian



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.

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
 



Home | Main Index | Thread Index | Old Index