pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/textproc/py-xapian py-xapian: mark as not for python 2.x
details: https://anonhg.NetBSD.org/pkgsrc/rev/b71739916e26
branches: trunk
changeset: 770664:b71739916e26
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Dec 06 15:27:30 2021 +0000
description:
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.
diffstat:
textproc/py-xapian/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r ee7f6b9c2eb1 -r b71739916e26 textproc/py-xapian/Makefile
--- a/textproc/py-xapian/Makefile Mon Dec 06 15:23:59 2021 +0000
+++ b/textproc/py-xapian/Makefile Mon Dec 06 15:27:30 2021 +0000
@@ -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 @@
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