pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-apsw



Module Name:    pkgsrc
Committed By:   wiz
Date:           Fri Sep  9 22:50:35 UTC 2022

Modified Files:
        pkgsrc/databases/py-apsw: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.44 -r1.45 pkgsrc/databases/py-apsw/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/py-apsw/Makefile
diff -u pkgsrc/databases/py-apsw/Makefile:1.44 pkgsrc/databases/py-apsw/Makefile:1.45
--- pkgsrc/databases/py-apsw/Makefile:1.44      Mon Sep  5 09:00:21 2022
+++ pkgsrc/databases/py-apsw/Makefile   Fri Sep  9 22:50:35 2022
@@ -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 @@ EGG_NAME=     ${DISTNAME:S/-r1/.post1/}
 
 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