Date: Wed, 16 Oct 2024 05:22:08 GMT From: Muhammad Moinur Rahman <bofh@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4cfbb910ae8e - main - databases/py-unqlite: Update version 0.9.6=>0.9.7 Message-ID: <202410160522.49G5M8dH053665@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=4cfbb910ae8e24a91195cee92036d6d680acb2d3 commit 4cfbb910ae8e24a91195cee92036d6d680acb2d3 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-10-16 04:21:13 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-10-16 05:19:39 +0000 databases/py-unqlite: Update version 0.9.6=>0.9.7 Changelog: https://github.com/coleifer/unqlite-python/releases/tag/0.9.7 --- databases/py-unqlite/Makefile | 7 +++++-- databases/py-unqlite/distinfo | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/databases/py-unqlite/Makefile b/databases/py-unqlite/Makefile index 5fc98c60d94c..98c82dcd10b6 100644 --- a/databases/py-unqlite/Makefile +++ b/databases/py-unqlite/Makefile @@ -1,5 +1,5 @@ PORTNAME= unqlite -PORTVERSION= 0.9.6 +DISTVERSION= 0.9.7 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,8 +10,11 @@ WWW= https://github.com/coleifer/unqlite-python LICENSE= MIT +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= distutils autoplist cython +USE_PYTHON= autoplist cython pep517 post-stage: @${STRIP_CMD} ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/unqlite*.so diff --git a/databases/py-unqlite/distinfo b/databases/py-unqlite/distinfo index b95f20556a53..c58165511df6 100644 --- a/databases/py-unqlite/distinfo +++ b/databases/py-unqlite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1689776590 -SHA256 (unqlite-0.9.6.tar.gz) = 2db08624da69e25fe74a1b66b4dc8a975b256b2bb3d4f83fa185133961225c97 -SIZE (unqlite-0.9.6.tar.gz) = 580032 +TIMESTAMP = 1729052338 +SHA256 (unqlite-0.9.7.tar.gz) = a621d64a2eae6e66cdbd8643c3ef027cbc6a204be5883f65954ec2d31484f95a +SIZE (unqlite-0.9.7.tar.gz) = 632530
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410160522.49G5M8dH053665>