Skip to content
Snippets Groups Projects
Verified Commit 1f351839 authored by sunpoet's avatar sunpoet
Browse files

databases/py-apsw: Update to 3.43.2.0

- Use sqlite from ports tree [1]

Changes:	https://github.com/rogerbinns/apsw/releases
		https://rogerbinns.github.io/apsw/changes.html
Helped by:	Roger Binns <rogerb@rogerbinns.com> (author, via private mail)
parent 88e685c1
No related branches found
No related tags found
No related merge requests found
PORTNAME= apsw
PORTVERSION= 3.43.1.1
PORTVERSION= 3.43.2.0
CATEGORIES= databases python
MASTER_SITES= PYPI \
https://sqlite.org/2023/:sqlite
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTFILES= apsw-${PORTVERSION}${EXTRACT_SUFX} \
sqlite-autoconf-${APSW_SQLITE_VER}.tar.gz:sqlite
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Another Python SQLite Wrapper
......@@ -15,13 +12,11 @@ WWW= https://rogerbinns.github.io/apsw/ \
LICENSE= ZLIB
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= localbase python
USES= localbase python sqlite
USE_PYTHON= autoplist concurrent distutils unittest
TEST_ENV= PYTHONPATH=${STAGEDIR}${PYTHON_SITELIBDIR}
APSW_SQLITE_VER=${PORTVERSION:R:C|\.([0-9])[[:>:]]|0\1|g:C|\.||g}00
OPTIONS_DEFINE= EXTENSION
OPTIONS_DEFAULT=EXTENSION
EXTENSION_DESC= Allow loadable extensions
......@@ -30,7 +25,7 @@ EXTENSION_VARS= PYDISTUTILS_BUILDARGS+=--enable=load_extension
EXTENSION_VARS_OFF= PYDISTUTILS_BUILDARGS+=--omit=load_extension
post-patch:
@${MV} ${WRKDIR}/sqlite-autoconf-${APSW_SQLITE_VER} ${WRKSRC}/sqlite3
@${PRINTF} '[build_ext]\nuse_system_sqlite_config = True\n' > ${WRKSRC}/setup.apsw
post-install:
${FIND} ${STAGEDIR}${PYTHON_SITELIBDIR} -name '*.so' -exec ${STRIP_CMD} {} +
......
TIMESTAMP = 1696753638
SHA256 (apsw-3.43.1.1.tar.gz) = 19606778b88515495495a4be87dbfca4a28dd61afda8e5404c0ed0e78acd8de8
SIZE (apsw-3.43.1.1.tar.gz) = 398125
SHA256 (sqlite-autoconf-3430100.tar.gz) = 39116c94e76630f22d54cd82c3cea308565f1715f716d1b2527f1c9c969ba4d9
SIZE (sqlite-autoconf-3430100.tar.gz) = 3175971
TIMESTAMP = 1698340979
SHA256 (apsw-3.43.2.0.tar.gz) = 84f1916c2601631306979160019b217a9d29b876c18f9a36e5b8e1d15431ec66
SIZE (apsw-3.43.2.0.tar.gz) = 402496
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment