litecli: 1.2.0 bump

This commit is contained in:
blshkv 2019-12-29 11:26:48 +08:00
parent 81b33c9887
commit 11e1ff302b
No known key found for this signature in database
GPG key ID: 273E3E90D1A6294F
3 changed files with 28 additions and 1 deletions

View file

@ -1 +1,2 @@
DIST litecli-1.1.0.tar.gz 52828 BLAKE2B 76658d13ced35358763f5b3eb824698627955f560dfdb86cc57c557ff24a53091ce5fed453dffb7a3d0b9b08dfa0db4c56e39a33aee499921ffbe4fdbe19f8dd SHA512 989e529c35c839796d4660d4b1d5fda98d4bc9e13d0367147a2e16e65455968f098faf654989dab5580280705f63b8bc7fe7a4dd4daf0c394f3dbb2882c78706
DIST litecli-1.2.0.tar.gz 53105 BLAKE2B 6a5ee4173cd3ba2cddb647974c8b781bd51846f495cba13aa6320791e94e2829442b4311f9fbbc60422bb3cd8fc4d9fbb7ed5323d2e548f76ee59631d53053ad SHA512 51b0792b02a07a736cf737ba96d478a28a51d4766ea789c1640f2f5d0ef19ae64daac64d2e3ddb0c6889d0e5a40264f206d71e3b424ca0cba0bbdafe901fcf1c

View file

@ -0,0 +1,26 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{6,7} )
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"
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-2.0.0[${PYTHON_USEDEP}] <dev-python/prompt_toolkit-2.1.0
>=dev-python/python-sqlparse-0.2.2[${PYTHON_USEDEP}] <dev-python/python-sqlparse-0.3.0
>=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

@ -284,7 +284,7 @@ dev-python/PyVirtualDisplay
# required by dev-util/objection
~dev-python/delegator-0.1.1
dev-python/htmlentities
~dev-python/litecli-1.1.0
dev-python/litecli
=dev-python/cli_helpers-1.2*
=dev-python/pygments-2.4*
=dev-python/backports-csv-1.0*