pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/py-apsw py-apsw: does not support python 2.x...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d5928eae7515
branches:  trunk
changeset: 385025:d5928eae7515
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Fri Sep 09 22:50:35 2022 +0000

description:
py-apsw: does not support python 2.x any longer

diffstat:

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

diffs (18 lines):

diff -r 53195608094a -r d5928eae7515 databases/py-apsw/Makefile
--- a/databases/py-apsw/Makefile        Fri Sep 09 22:48:02 2022 +0000
+++ b/databases/py-apsw/Makefile        Fri Sep 09 22:50:35 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.44 2022/09/05 09:00:21 adam Exp $
+# $NetBSD: Makefile,v 1.45 2022/09/09 22:50:35 wiz Exp $
 
 DISTNAME=      apsw-3.39.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-r1//}
@@ -17,6 +17,8 @@
 
 PYSETUPBUILDARGS+=     --enable=load_extension
 
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
 BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.39.2
 .include "../../databases/sqlite3/buildlink3.mk"
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index