pkgsrc/databases/py-apsw/Makefile
adam fc799fbd17 py-apsw: updated to 3.33.0
3.33.0-r1
Small performance improvement in string handling

apsw module exposes Cursor, Blob, and Backup types (APSW issue 273)

pkg-config is used to detect International Components for Unicode (ICU) sdk when the SQLite ICU extension <https://www.sqlite.org/src/artifact?ci=trunk&filename=ext/icu/README.txt>`___ is enabled. It falls back to icu-config as before..

Added constants:

SQLITE_OPEN_SUPER_JOURNAL
2020-09-18 13:12:56 +00:00

21 lines
605 B
Makefile

# $NetBSD: Makefile,v 1.33 2020/09/18 13:12:56 adam Exp $
DISTNAME= apsw-${GITHUB_RELEASE}
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-r1//}
CATEGORIES= databases python
MASTER_SITES= ${MASTER_SITE_GITHUB:=rogerbinns/}
EXTRACT_SUFX= .zip
GITHUB_PROJECT= apsw
GITHUB_RELEASE= 3.33.0-r1
MAINTAINER= rhialto@falu.nl
HOMEPAGE= https://github.com/rogerbinns/apsw
COMMENT= Python wrapper for SQLite
LICENSE= zlib
EGG_NAME= ${DISTNAME:S/-r1/.post1/}
BUILDLINK_API_DEPENDS.sqlite3+= sqlite3>=3.32.2
.include "../../databases/sqlite3/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"