Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions srcpkgs/litecli/template
Original file line number Diff line number Diff line change
@@ -1,21 +1,19 @@
# 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 <joel@beckmeyer.us>"
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
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/pgcli/template
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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() {
Expand Down
8 changes: 4 additions & 4 deletions srcpkgs/python3-cli_helpers/template
Original file line number Diff line number Diff line change
@@ -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 <orphan@voidlinux.org>"
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
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
Expand Down