Date: Thu, 22 Aug 2024 09:45:51 GMT From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 11dd4ace4e61 - main - databases/py-sqlcipher3: update 0.5.2 =?utf-8?Q?=E2=86=92?= 0.5.3 Message-ID: <202408220945.47M9jpLc034738@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=11dd4ace4e6105098030ab92ca74fabc247deaa9 commit 11dd4ace4e6105098030ab92ca74fabc247deaa9 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-08-22 08:51:11 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-08-22 09:45:44 +0000 databases/py-sqlcipher3: update 0.5.2 → 0.5.3 Reported by: portscout --- databases/py-sqlcipher3/Makefile | 9 ++++++--- databases/py-sqlcipher3/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/databases/py-sqlcipher3/Makefile b/databases/py-sqlcipher3/Makefile index 464a60b35128..ceeb69f1c134 100644 --- a/databases/py-sqlcipher3/Makefile +++ b/databases/py-sqlcipher3/Makefile @@ -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 diff --git a/databases/py-sqlcipher3/distinfo b/databases/py-sqlcipher3/distinfo index 6281a8bdf23b..7a3382aa2aef 100644 --- a/databases/py-sqlcipher3/distinfo +++ b/databases/py-sqlcipher3/distinfo @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408220945.47M9jpLc034738>