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: adam
Date: Sat Aug 10 08:00:32 UTC 2024
Modified Files:
pkgsrc/textproc/py-xapian: Makefile
Log Message:
py-xapian: not for Python 3.9
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 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.14 pkgsrc/textproc/py-xapian/Makefile:1.15
--- pkgsrc/textproc/py-xapian/Makefile:1.14 Fri Mar 8 18:55:08 2024
+++ pkgsrc/textproc/py-xapian/Makefile Sat Aug 10 08:00:32 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2024/03/08 18:55:08 schmonz Exp $
+# $NetBSD: Makefile,v 1.15 2024/08/10 08:00:32 adam Exp $
PKGNAME= ${PYPKGPREFIX}-${PKGNAME_MODULE}
COMMENT= Python bindings for Xapian search engine
@@ -6,7 +6,7 @@ HOMEPAGE= https://xapian.org/docs/bindin
DEPENDS+= ${PYPKGPREFIX}-sphinx>=7:../../textproc/py-sphinx
-PYTHON_VERSIONS_INCOMPATIBLE= 27 38
+PYTHON_VERSIONS_INCOMPATIBLE= 27 38 39 # py-sphinx
CONFIGURE_ARGS+= --with-python3 PYTHON3=${PYTHONBIN}
Home |
Main Index |
Thread Index |
Old Index