mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
Add py-litecli 1.3.2
LiteCLI is a command-line client for SQLite databases that has auto-completion and syntax highlighting. WWW: https://github.com/dbcli/litecli WWW: https://litecli.com/
This commit is contained in:
parent
c772550f39
commit
4b72c8d264
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=541904
@ -756,6 +756,7 @@
|
||||
SUBDIR += py-influxdb
|
||||
SUBDIR += py-kyotocabinet
|
||||
SUBDIR += py-leveldb
|
||||
SUBDIR += py-litecli
|
||||
SUBDIR += py-lmdb
|
||||
SUBDIR += py-marshmallow-sqlalchemy
|
||||
SUBDIR += py-minidb
|
||||
|
28
databases/py-litecli/Makefile
Normal file
28
databases/py-litecli/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= litecli
|
||||
PORTVERSION= 1.3.2
|
||||
CATEGORIES= databases python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
COMMENT= CLI for SQLite Databases with auto-completion and syntax highlighting
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cli-helpers>=1.0.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}
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist concurrent distutils
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
.include <bsd.port.mk>
|
3
databases/py-litecli/distinfo
Normal file
3
databases/py-litecli/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1586172650
|
||||
SHA256 (litecli-1.3.2.tar.gz) = 97261512b53cf572ad2270f18e73ae8b0b1eba07a1ed2e90ea785a69b83bdd2d
|
||||
SIZE (litecli-1.3.2.tar.gz) = 54211
|
5
databases/py-litecli/pkg-descr
Normal file
5
databases/py-litecli/pkg-descr
Normal file
@ -0,0 +1,5 @@
|
||||
LiteCLI is a command-line client for SQLite databases that has auto-completion
|
||||
and syntax highlighting.
|
||||
|
||||
WWW: https://github.com/dbcli/litecli
|
||||
WWW: https://litecli.com/
|
Loading…
Reference in New Issue
Block a user