diff --git a/srcpkgs/litecli/template b/srcpkgs/litecli/template index 36625a0516a6fa..85923dab3a4d95 100644 --- a/srcpkgs/litecli/template +++ b/srcpkgs/litecli/template @@ -1,13 +1,11 @@ # Template file for 'litecli' pkgname=litecli -version=1.15.0 -revision=2 +version=1.17.1 +revision=1 build_style=python3-pep517 -# skip half-baked tests, should be fixed in next release -make_check_args="--ignore=tests/test_llm_special.py" hostmakedepends="python3-setuptools_scm" depends="python3-click python3-Pygments python3-prompt_toolkit python3-sqlparse - python3-configobj python3-cli_helpers python3-pip python3-setuptools" + python3-configobj python3-cli_helpers" checkdepends="${depends} python3-pytest python3-mock" short_desc="CLI for SQLite Databases with auto-completion and syntax highlighting" maintainer="Joel Beckmeyer " @@ -15,7 +13,7 @@ license="BSD-3-Clause" homepage="https://litecli.com" changelog="https://raw.githubusercontent.com/dbcli/litecli/main/CHANGELOG.md" distfiles="${PYPI_SITE}/l/litecli/litecli-${version}.tar.gz" -checksum=3285997f57b2d72dc70e9856cb302cddd8de07b0cebf5c90a60ecd20a053cd79 +checksum=e2f7191eaba830b24dbbfc9171a495c62562df923ba1cc3b2db2652547c1bac8 post_install() { vlicense LICENSE diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template index 82fddde94cda03..d2c792f40ee11b 100644 --- a/srcpkgs/pgcli/template +++ b/srcpkgs/pgcli/template @@ -1,9 +1,9 @@ # Template file for 'pgcli' pkgname=pgcli -version=4.3.0 -revision=2 +version=4.4.0 +revision=1 build_style=python3-pep517 -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools_scm" depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit python3-psycopg python3-sqlparse python3-configobj python3-cli_helpers python3-setproctitle python3-tzlocal" @@ -13,7 +13,7 @@ license="BSD-3-Clause" homepage="https://www.pgcli.com" changelog="https://raw.githubusercontent.com/dbcli/pgcli/main/changelog.rst" distfiles="${PYPI_SITE}/p/pgcli/pgcli-${version}.tar.gz" -checksum=765ae1550c5508a481f19f16a99716c253fe91afb255797add2d635da20b6aef +checksum=bd5f8d68af28fd69551a3cb48a2849cad5f6854aa48022e9d98c6236d109eeae make_check=no # pgcli tests require a PostgreSQL server; skip them. post_install() { diff --git a/srcpkgs/python3-cli_helpers/template b/srcpkgs/python3-cli_helpers/template index 259ba72e7b66af..396b21993131e9 100644 --- a/srcpkgs/python3-cli_helpers/template +++ b/srcpkgs/python3-cli_helpers/template @@ -1,18 +1,18 @@ # Template file for 'python3-cli_helpers' pkgname=python3-cli_helpers -version=2.4.0 -revision=2 +version=2.7.0 +revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-configobj python3-tabulate python3-Pygments" checkdepends="python3-pytest ${depends}" short_desc="Python helpers for building command-line apps" -maintainer="Orphaned " +maintainer="Joel Beckmeyer " license="BSD-3-Clause" homepage="https://cli-helpers.rtfd.io/" changelog="https://raw.githubusercontent.com/dbcli/cli_helpers/main/CHANGELOG" distfiles="${PYPI_SITE}/c/cli_helpers/cli_helpers-${version}.tar.gz" -checksum=55903b705a212a473731db20fa26f58655e354078b99cb13c99ec06940287a4d +checksum=62d11710dbebc2fc460003de1215688325d8636859056d688b38419bd4048bc0 post_install() { vlicense LICENSE