mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
litecli: update to 1.15.0, adopt.
This commit is contained in:
parent
b3106e275c
commit
042f1d4109
1 changed files with 10 additions and 7 deletions
|
@ -1,18 +1,21 @@
|
|||
# Template file for 'litecli'
|
||||
pkgname=litecli
|
||||
version=1.9.0
|
||||
revision=3
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-click python3-Pygments python3-prompt_toolkit python3-sqlparse python3-configobj python3-cli_helpers"
|
||||
version=1.15.0
|
||||
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"
|
||||
checkdepends="${depends} python3-pytest python3-mock"
|
||||
short_desc="CLI for SQLite Databases with auto-completion and syntax highlighting"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
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=21af2cfa083dd4df1e3ccaa2a2117129b5f17212756f596ea090e296776c27a1
|
||||
checksum=3285997f57b2d72dc70e9856cb302cddd8de07b0cebf5c90a60ecd20a053cd79
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Add table
Reference in a new issue