From 9daa0c7a7fcbefa93bd75cdb1889c90c63ef117f Mon Sep 17 00:00:00 2001 From: blshkv Date: Sat, 12 Dec 2020 09:18:11 +0800 Subject: [PATCH] litecli: 1.5.0 bump --- dev-python/litecli/Manifest | 1 + dev-python/litecli/litecli-1.5.0.ebuild | 28 +++++++++++++++++++ .../base/package.accept_keywords/dev-python | 2 +- 3 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 dev-python/litecli/litecli-1.5.0.ebuild diff --git a/dev-python/litecli/Manifest b/dev-python/litecli/Manifest index 6bfe03f67..98fbbc40d 100644 --- a/dev-python/litecli/Manifest +++ b/dev-python/litecli/Manifest @@ -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 diff --git a/dev-python/litecli/litecli-1.5.0.ebuild b/dev-python/litecli/litecli-1.5.0.ebuild new file mode 100644 index 000000000..7d0457d23 --- /dev/null +++ b/dev-python/litecli/litecli-1.5.0.ebuild @@ -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/configobj-5.0.5[${PYTHON_USEDEP}] + >=dev-python/cli_helpers-1.0.1[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/profiles/pentoo/base/package.accept_keywords/dev-python b/profiles/pentoo/base/package.accept_keywords/dev-python index df4d5d0c6..465cab39f 100644 --- a/profiles/pentoo/base/package.accept_keywords/dev-python +++ b/profiles/pentoo/base/package.accept_keywords/dev-python @@ -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*