public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "罗百科" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/pgcli/
Date: Thu, 23 Nov 2023 06:01:39 +0000 (UTC)	[thread overview]
Message-ID: <1700719287.b171fb50c2ee9038d4170494368de9f355e17873.patrick@gentoo> (raw)

commit:     b171fb50c2ee9038d4170494368de9f355e17873
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 23 06:01:27 2023 +0000
Commit:     罗百科 <patrick <AT> gentoo <DOT> org>
CommitDate: Thu Nov 23 06:01:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b171fb50

dev-db/pgcli: add 4.0.1

Signed-off-by: Patrick Lauer <patrick <AT> gentoo.org>

 dev-db/pgcli/Manifest           |  1 +
 dev-db/pgcli/pgcli-4.0.1.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-db/pgcli/Manifest b/dev-db/pgcli/Manifest
index 7f6c02dec2bc..bf5794e565c6 100644
--- a/dev-db/pgcli/Manifest
+++ b/dev-db/pgcli/Manifest
@@ -1 +1,2 @@
 DIST pgcli-3.3.1.tar.gz 446637 BLAKE2B c7c946b905f72e18b06100012c32b332c278fcf6dab2bdd304972b5bd4936a2d3d2c1b2be23a9fd5f986afa14ed8a8f3b6a0a08703ec6142ee3bc3d1a2ece68d SHA512 01286ce62919a8845ca55b40851ad8c3832dba58d523ce2d953d555a60d2785b0129b76361e854574340cb1c0933c7b83eb03d7c2a7df81fbc4231dc42e45357
+DIST pgcli-4.0.1.tar.gz 646421 BLAKE2B ceb0537344d1fc4c22fc424b7d1df809515778e9d1e492aead517c904ed6274f8c330e1f9bd73da377543e0d078acc8c385951a6717784205dbff0ab427b2d49 SHA512 eba490b979d7b1120eda817c3fe2afc2f2a8e4608e67e41be9b73597dc51027fbe013d5f72f8a6f2853c85395fb51f622dcf6b30c8d2185e5d9a9c1aada378ba

diff --git a/dev-db/pgcli/pgcli-4.0.1.ebuild b/dev-db/pgcli/pgcli-4.0.1.ebuild
new file mode 100644
index 000000000000..48845c0b6508
--- /dev/null
+++ b/dev-db/pgcli/pgcli-4.0.1.ebuild
@@ -0,0 +1,36 @@
+# 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} )
+inherit distutils-r1
+
+DESCRIPTION="CLI for Postgres with auto-completion and syntax highlighting"
+HOMEPAGE="https://www.pgcli.com https://github.com/dbcli/pgcli"
+SRC_URI="https://github.com/dbcli/pgcli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+	dev-python/click[${PYTHON_USEDEP}]
+	>=dev-python/cli-helpers-2.2.1[${PYTHON_USEDEP}]
+	dev-python/configobj[${PYTHON_USEDEP}]
+	dev-python/pendulum[${PYTHON_USEDEP}]
+	dev-python/pgspecial[${PYTHON_USEDEP}]
+	dev-python/prompt-toolkit[${PYTHON_USEDEP}]
+	dev-python/psycopg:0[${PYTHON_USEDEP}]
+	dev-python/pygments[${PYTHON_USEDEP}]
+	dev-python/setproctitle[${PYTHON_USEDEP}]
+	dev-python/sqlparse[${PYTHON_USEDEP}]
+	dev-python/sshtunnel[${PYTHON_USEDEP}]"
+BDEPEND="
+	test? (
+		dev-db/postgresql
+		dev-python/mock[${PYTHON_USEDEP}]
+	)"
+
+distutils_enable_tests pytest


             reply	other threads:[~2023-11-23  6:01 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-23  6:01 罗百科 [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-17 13:08 [gentoo-commits] repo/gentoo:master commit in: dev-db/pgcli/ Patrick Lauer
2024-02-20 12:23 Michał Górny
2024-01-10  8:21 Jakov Smolić
2024-01-08 21:10 Arthur Zamarin
2023-03-04 22:22 Jakov Smolić
2022-06-06  9:33 Jakov Smolić
2022-06-04  7:42 Michał Górny
2022-03-25 19:41 Jakov Smolić
2022-02-11 19:43 Jakov Smolić
2022-02-11 19:42 Jakov Smolić
2022-02-11 19:42 Jakov Smolić
2022-02-10 19:56 Jakov Smolić
2021-09-25  9:03 Jakov Smolić
2021-02-18 17:12 Sam James
2021-02-16 12:26 Sam James
2021-01-18  9:36 Joonas Niilola
2021-01-16  8:33 Joonas Niilola
2021-01-16  8:33 Joonas Niilola
2020-12-17  2:39 Sam James
2020-12-16  8:29 Joonas Niilola
2020-12-03 17:37 Thomas Deutschmann
2020-09-30  9:28 Joonas Niilola
2020-09-30  9:28 Joonas Niilola
2020-09-30  9:28 Joonas Niilola
2020-08-30  8:18 Joonas Niilola
2020-03-08  8:25 Michał Górny
2020-01-16  6:05 Michał Górny
2019-12-13 13:49 Joonas Niilola
2019-12-13 13:49 Joonas Niilola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1700719287.b171fb50c2ee9038d4170494368de9f355e17873.patrick@gentoo \
    --to=patrick@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox