litecli: 1.5.0 bump

This commit is contained in:
blshkv 2020-12-12 09:18:11 +08:00
parent 356cf62d90
commit 9daa0c7a7f
No known key found for this signature in database
GPG key ID: 32BDCED870788F04
3 changed files with 30 additions and 1 deletions

View file

@ -1 +1,2 @@
DIST litecli-1.4.1.tar.gz 56144 BLAKE2B 4aecfa427f73a9957f56f0b3da181e224b6c6bd07034093968420d1ef4460f66b28e17c6e1272dfe67f0df15116e6c09ded6f3221c3dd1ac4976ddd545157a24 SHA512 bbe3e76b9ffca806ef54d411d4a5c807397e145625bc20fc3caa6df5c822d5f6a61965f1d25600f80635050df7db9a52e8348fbf12e4903f9a45944f50f6a536
DIST litecli-1.5.0.tar.gz 56348 BLAKE2B 8f49cbdb23036e8b3f152edff339fa93c85c4d643c4d87fa2ce569cd96b9fbb70dfe703cc3050373b513339e9dd2359df3265de7de95fff20fbe5f644e3109b6 SHA512 2d11c8da428997a7b0575924b3815c17e785e3587839885eb67e78b4b6595abac2f10437258e38e89767c3340b7fa58d736ff379eaf63ac1a7d8b84d1241e84a

View file

@ -0,0 +1,28 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python3_{6,7,8} )
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
DESCRIPTION="CLI for SQLite Databases with auto-completion and syntax highlighting"
HOMEPAGE="https://github.com/dbcli/litecli"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
#dev-python/cli_helpers
KEYWORDS="~amd64 ~x86"
LICENSE="BSD"
SLOT="0"
RDEPEND="
>=dev-python/click-4.1[${PYTHON_USEDEP}]
>=dev-python/pygments-1.6[${PYTHON_USEDEP}]
>=dev-python/prompt_toolkit-3.0.3[${PYTHON_USEDEP}] <dev-python/prompt_toolkit-4.0.0
=dev-python/sqlparse-0.4*[${PYTHON_USEDEP}]
>=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]
>=dev-python/cli_helpers-1.0.1[${PYTHON_USEDEP}]"
DEPEND="${RDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]"

View file

@ -207,7 +207,7 @@ dev-python/PyVirtualDisplay
# required by dev-util/objection
dev-python/htmlentities
=dev-python/litecli-1.4*
dev-python/litecli
=dev-python/cli_helpers-2*