mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
databases/py-sqlcipher3: update 0.5.2 → 0.5.3
Reported by: portscout
This commit is contained in:
parent
3b8eb6e038
commit
11dd4ace4e
@ -1,7 +1,7 @@
|
||||
PORTNAME= sqlcipher3
|
||||
DISTVERSION= 0.5.2
|
||||
DISTVERSION= 0.5.3
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= PYPI
|
||||
#MASTER_SITES= PYPI # no tests
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -14,7 +14,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
LIB_DEPENDS= libsqlcipher.so:databases/sqlcipher
|
||||
|
||||
USES= localbase python
|
||||
USE_PYTHON= distutils autoplist pytest
|
||||
USE_PYTHON= distutils autoplist pytest # unclear how to run tests, see https://github.com/coleifer/sqlcipher3/issues/26
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= coleifer
|
||||
|
||||
post-install:
|
||||
@${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/sqlcipher3/_sqlite3${PYTHON_EXT_SUFFIX}.so
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1707948034
|
||||
SHA256 (sqlcipher3-0.5.2.tar.gz) = 032619b45d54520e418c3462f8caee8e3ef08991a43713839f0e6b243beafaee
|
||||
SIZE (sqlcipher3-0.5.2.tar.gz) = 40357
|
||||
TIMESTAMP = 1724314202
|
||||
SHA256 (coleifer-sqlcipher3-0.5.3_GH0.tar.gz) = 5f242d158d5fcd4656e04d1ea08f765c06d0c5be35bbf7a6d3e9fe966cd64542
|
||||
SIZE (coleifer-sqlcipher3-0.5.3_GH0.tar.gz) = 64810
|
||||
|
Loading…
Reference in New Issue
Block a user