pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/ldb ldb: mark as incompatible with Python 2....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e2940c41088
branches:  trunk
changeset: 331920:2e2940c41088
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Mar 27 10:08:42 2019 +0000

description:
ldb: mark as incompatible with Python 2.7, since tdb required Python 3.x

diffstat:

 databases/ldb/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9bc89832e6e8 -r 2e2940c41088 databases/ldb/Makefile
--- a/databases/ldb/Makefile    Wed Mar 27 09:53:18 2019 +0000
+++ b/databases/ldb/Makefile    Wed Mar 27 10:08:42 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2019/03/20 19:06:56 adam Exp $
+# $NetBSD: Makefile,v 1.2 2019/03/27 10:08:42 adam Exp $
 
 # Before updating, make sure net/samba4 supports the newer version.
 DISTNAME=      ldb-1.5.4
@@ -13,6 +13,8 @@
 BUILD_DEPENDS+=        libxslt-[0-9]*:../../textproc/libxslt
 BUILD_DEPENDS+=        docbook-xsl-[0-9]*:../../textproc/docbook-xsl
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 USE_TOOLS+=            gmake
 HAS_CONFIGURE=         yes
 CONFIG_SHELL=          ${PYTHONBIN}



Home | Main Index | Thread Index | Old Index