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: wiz
Date: Mon Dec 6 15:27:30 UTC 2021
Modified Files:
pkgsrc/textproc/py-xapian: Makefile
Log Message:
py-xapian: mark as not for python 2.x
Does not package.
Leave 2.7 support code for now in case of highly motivated packagers
interested in fixing this.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 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.6 pkgsrc/textproc/py-xapian/Makefile:1.7
--- pkgsrc/textproc/py-xapian/Makefile:1.6 Sun Apr 25 09:00:50 2021
+++ pkgsrc/textproc/py-xapian/Makefile Mon Dec 6 15:27:30 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/04/25 09:00:50 nia Exp $
+# $NetBSD: Makefile,v 1.7 2021/12/06 15:27:30 wiz Exp $
PKGNAME= ${PYPKGPREFIX}-${PKGNAME_MODULE}
PKGREVISION= 1
@@ -7,6 +7,8 @@ HOMEPAGE= https://xapian.org/docs/bindin
PYTHON_VERSIONED_DEPENDENCIES= sphinx
+PYTHON_VERSIONS_INCOMPATIBLE= 27
+
.include "../../lang/python/pyversion.mk"
.if ${_PYTHON_VERSION} == 27
CONFIGURE_ARGS+= --with-python
Home |
Main Index |
Thread Index |
Old Index