Date: Mon, 3 Nov 2025 16:31:46 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: 83767616403d - main - databases/py-unqlite: Switch to python3 Message-ID: <202511031631.5A3GVkUw013361@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=83767616403d550b658fdb3ac3a5b6d6e5b7c780 commit 83767616403d550b658fdb3ac3a5b6d6e5b7c780 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2025-11-03 16:30:45 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2025-11-03 16:31:36 +0000 databases/py-unqlite: Switch to python3 PR: 289075 --- databases/py-unqlite/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/databases/py-unqlite/Makefile b/databases/py-unqlite/Makefile index a5a9dc5c24ef..244987b7adf0 100644 --- a/databases/py-unqlite/Makefile +++ b/databases/py-unqlite/Makefile @@ -1,5 +1,6 @@ PORTNAME= unqlite DISTVERSION= 0.9.9 +PORTREVISION= 1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>0:devel/py-setuptools@${PY_FLAV ${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist cython pep517 +USE_PYTHON= autoplist cython3 pep517 post-stage: @${STRIP_CMD} ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/unqlite*.so
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202511031631.5A3GVkUw013361>
