Date: Fri, 26 Jun 2026 20:50:17 +0000 From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 1d8e79e62a13 - main - databases/py-litecli: Update to 1.17.1 Message-ID: <6a3ee609.1de6c.2542e15d@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=1d8e79e62a1310f5c31f8bc369c07e178944ab7d commit 1d8e79e62a1310f5c31f8bc369c07e178944ab7d Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2026-06-26 20:44:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2026-06-26 20:44:33 +0000 databases/py-litecli: Update to 1.17.1 Changes: https://github.com/dbcli/litecli/releases --- databases/py-litecli/Makefile | 7 ++++--- databases/py-litecli/distinfo | 6 +++--- databases/py-litecli/files/patch-pyproject.toml | 11 +++++++++++ 3 files changed, 18 insertions(+), 6 deletions(-) diff --git a/databases/py-litecli/Makefile b/databases/py-litecli/Makefile index 2e70a4643c2d..98e59f26c543 100644 --- a/databases/py-litecli/Makefile +++ b/databases/py-litecli/Makefile @@ -1,5 +1,5 @@ PORTNAME= litecli -PORTVERSION= 1.11.1 +PORTVERSION= 1.17.1 CATEGORIES= databases python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,14 +12,15 @@ WWW= https://litecli.com/ \ LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61.0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=8:devel/py-setuptools-scm@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cli-helpers>=2.2.1:devel/py-cli-helpers@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}click>=4.1:devel/py-click@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}configobj>=5.0.5:devel/py-configobj@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}prompt-toolkit>=3.0.3<4.0.0:devel/py-prompt-toolkit@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pygments>=1.6:textproc/py-pygments@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}sqlparse>=0:databases/py-sqlparse@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}sqlparse>=0.4.4:databases/py-sqlparse@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 diff --git a/databases/py-litecli/distinfo b/databases/py-litecli/distinfo index 65c97461c38b..bfeedf7520cb 100644 --- a/databases/py-litecli/distinfo +++ b/databases/py-litecli/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1725559673 -SHA256 (litecli-1.11.1.tar.gz) = c14f0d125f16a8f69a6689f6b59723032f8a309aa69476cd67cae685c9232471 -SIZE (litecli-1.11.1.tar.gz) = 61063 +TIMESTAMP = 1780751932 +SHA256 (litecli-1.17.1.tar.gz) = e2f7191eaba830b24dbbfc9171a495c62562df923ba1cc3b2db2652547c1bac8 +SIZE (litecli-1.17.1.tar.gz) = 900258 diff --git a/databases/py-litecli/files/patch-pyproject.toml b/databases/py-litecli/files/patch-pyproject.toml new file mode 100644 index 000000000000..dc36c6cbb6d8 --- /dev/null +++ b/databases/py-litecli/files/patch-pyproject.toml @@ -0,0 +1,11 @@ +--- pyproject.toml.orig 2026-01-31 00:57:12 UTC ++++ pyproject.toml +@@ -18,7 +18,7 @@ requires = [ + + [build-system] + requires = [ +- "setuptools>=64.0", ++ "setuptools>=61.0", + "setuptools-scm>=8;python_version>='3.8'", + "setuptools-scm<8;python_version<'3.8'", + ]home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a3ee609.1de6c.2542e15d>
