Skip to content
Snippets Groups Projects
Commit 9d5e6ca3 authored by Hoang Nguyen's avatar Hoang Nguyen :turtle: Committed by alice
Browse files

testing/litecli: new aport

parent 9464b168
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!37956testing/litecli: new aport
Pipeline #133313 canceled
# Maintainer: Hoang Nguyen <folliekazetani@protonmail.com>
pkgname=litecli
pkgver=1.9.0
pkgrel=0
pkgdesc="CLI for SQLite Databases with auto-completion and syntax highlighting"
url="https://litecli.com/"
arch="noarch"
license="BSD-3-Clause"
depends="
python3
py3-cli_helpers
py3-click
py3-configobj
py3-prompt_toolkit
py3-pygments
py3-sqlparse
"
makedepends="py3-setuptools"
checkdepends="py3-mock py3-pytest"
source="$pkgname-$pkgver.tar.gz::https://github.com/dbcli/litecli/archive/refs/tags/v$pkgver.tar.gz"
build() {
python3 setup.py build
}
check() {
python3 -m pytest
}
package() {
python3 setup.py install --prefix=/usr --root="$pkgdir"
}
sha512sums="
a408dfe94ed2ab1f6e2fe2445307e010b56f07d5b564020c63e1af55f16a766a4895569f411e53a57f01bad1c21635ca3f45ca3b67c322ade1bef3dc38310a75 litecli-1.9.0.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment