From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA5F915838C for ; Sat, 20 Jan 2024 11:49:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6F8ABE2A05; Sat, 20 Jan 2024 11:49:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 57283E2A05 for ; Sat, 20 Jan 2024 11:49:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51AE6343350 for ; Sat, 20 Jan 2024 11:49:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AA22514BE for ; Sat, 20 Jan 2024 11:49:00 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1705751313.b6be5cf60ffca27d61df21fdacb6d155ff641429.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/litecli/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/litecli/Manifest dev-db/litecli/litecli-1.10.0.ebuild dev-db/litecli/metadata.xml X-VCS-Directories: dev-db/litecli/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: b6be5cf60ffca27d61df21fdacb6d155ff641429 X-VCS-Branch: master Date: Sat, 20 Jan 2024 11:49:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: db1e0990-f11f-47b2-9185-525e599da83a X-Archives-Hash: c14743a07a5ddde4e26ef8e75f6719af commit: b6be5cf60ffca27d61df21fdacb6d155ff641429 Author: Mario Haustein hrz tu-chemnitz de> AuthorDate: Sat Dec 9 18:21:38 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 20 11:48:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6be5cf6 dev-db/litecli: new package, add 1.10.0 Signed-off-by: Mario Haustein hrz.tu-chemnitz.de> Closes: https://github.com/gentoo/gentoo/pull/34197 Signed-off-by: Sam James gentoo.org> dev-db/litecli/Manifest | 1 + dev-db/litecli/litecli-1.10.0.ebuild | 34 ++++++++++++++++++++++++++++++++++ dev-db/litecli/metadata.xml | 16 ++++++++++++++++ 3 files changed, 51 insertions(+) diff --git a/dev-db/litecli/Manifest b/dev-db/litecli/Manifest new file mode 100644 index 000000000000..c5b049c04ec9 --- /dev/null +++ b/dev-db/litecli/Manifest @@ -0,0 +1 @@ +DIST litecli-1.10.0.tar.gz 887727 BLAKE2B 141a13760ce24530a72d2a1fb1c896378f1f35a9354b8a6b553792607337b2ea861481f995f1ff016ac4fca1c7bde1aada4c193acd388fdf03095900b137c303 SHA512 aa497fe050f4e1135f2c63f4c0cbab736400158c546a0391f3eca956b38132349ad2eb46505beb52651f74bc5ff1a2ba9b0254e7a6a86d79e461fdd0508fb412 diff --git a/dev-db/litecli/litecli-1.10.0.ebuild b/dev-db/litecli/litecli-1.10.0.ebuild new file mode 100644 index 000000000000..fc8f2ae015b3 --- /dev/null +++ b/dev-db/litecli/litecli-1.10.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_REQ_USE="sqlite" +inherit distutils-r1 + +DESCRIPTION="CLI for SQLite with auto-completion and syntax highlighting" +HOMEPAGE="https://litecli.com/ https://github.com/dbcli/litecli" +SRC_URI="https://github.com/dbcli/litecli/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + >=dev-python/click-4.1[${PYTHON_USEDEP}] + >=dev-python/cli-helpers-2.2.1[${PYTHON_USEDEP}] + >=dev-python/configobj-5.0.5[${PYTHON_USEDEP}] + >=dev-python/prompt-toolkit-3.0.3[${PYTHON_USEDEP}] + =dev-python/pygments-1.5[${PYTHON_USEDEP}] + dev-python/sqlparse[${PYTHON_USEDEP}] +" +BDEPEND=" + test? ( + dev-python/mock[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest diff --git a/dev-db/litecli/metadata.xml b/dev-db/litecli/metadata.xml new file mode 100644 index 000000000000..27c879594147 --- /dev/null +++ b/dev-db/litecli/metadata.xml @@ -0,0 +1,16 @@ + + + + + mario.haustein@hrz.tu-chemnitz.de + Mario Haustein + + + proxy-maint@gentoo.org + Proxy Maintainers + + + + dbcli/litecli + +