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: rhialto
Date: Sun Jan 16 20:15:43 UTC 2022
Modified Files:
pkgsrc/databases/py-apsw: Makefile
Log Message:
databases/py-apsw: add --enable=load_extension
This will be needed for calibre 5.x.
There is also --enable-all-extensions but I left that off for now.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 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.41 pkgsrc/databases/py-apsw/Makefile:1.42
--- pkgsrc/databases/py-apsw/Makefile:1.41 Tue Jan 11 09:06:10 2022
+++ pkgsrc/databases/py-apsw/Makefile Sun Jan 16 20:15:43 2022
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.41 2022/01/11 09:06:10 adam Exp $
+# $NetBSD: Makefile,v 1.42 2022/01/16 20:15:43 rhialto Exp $
DISTNAME= apsw-${GITHUB_RELEASE}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-r1//}
+PKGREVISION= 1
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_GITHUB:=rogerbinns/}
EXTRACT_SUFX= .zip
@@ -15,6 +16,8 @@ LICENSE= zlib
EGG_NAME= ${DISTNAME:S/-r1/.post1/}
+PYSETUPBUILDARGS+= --enable=load_extension
+
BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.37.0
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../lang/python/egg.mk"
Home |
Main Index |
Thread Index |
Old Index