diff options
author | wiz <wiz@pkgsrc.org> | 2021-12-06 15:27:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2021-12-06 15:27:30 +0000 |
commit | 5ce8ffbb98282b91d48cbbca82a71bce2caa7e2c (patch) | |
tree | 34b423877f56336f1c80a0c622a292dfb9b712fd /textproc | |
parent | ae30e329c5f7c537ab16dcd70ea62e1e5d450f68 (diff) | |
download | pkgsrc-5ce8ffbb98282b91d48cbbca82a71bce2caa7e2c.tar.gz |
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 (limited to 'textproc')
-rw-r--r-- | textproc/py-xapian/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/textproc/py-xapian/Makefile b/textproc/py-xapian/Makefile index 5a8c3bd517f..2e0d46d1b0a 100644 --- a/textproc/py-xapian/Makefile +++ b/textproc/py-xapian/Makefile @@ -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/bindings/python/ PYTHON_VERSIONED_DEPENDENCIES= sphinx +PYTHON_VERSIONS_INCOMPATIBLE= 27 + .include "../../lang/python/pyversion.mk" .if ${_PYTHON_VERSION} == 27 CONFIGURE_ARGS+= --with-python |