commit:     62d24b24e8ab4ee796a7a086a367c232477e8071
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 10 19:37:42 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Feb 10 19:55:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62d24b24

dev-db/pgcli: add 3.3.1

Closes: https://bugs.gentoo.org/832898
Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-db/pgcli/Manifest           |  1 +
 dev-db/pgcli/pgcli-3.3.1.ebuild | 34 ++++++++++++++++++++++++++++++++++
 2 files changed, 35 insertions(+)

diff --git a/dev-db/pgcli/Manifest b/dev-db/pgcli/Manifest
index 18f2a1baa603..d95ecb89203f 100644
--- a/dev-db/pgcli/Manifest
+++ b/dev-db/pgcli/Manifest
@@ -1 +1,2 @@
 DIST pgcli-3.1.0.tar.gz 441939 BLAKE2B 
2c9c9a3afb233eee6f88d304e26e482760f1ff2a458103a80ffb80d877f63bd3ec74ba4be06238e8d78adf36ec251cd27849e0899f3b257b75ac9585f3c04572
 SHA512 
458871bf7ea0a83a66f44ecbde88590ca2aa08420a58c97d2716d4e36c61738d92283d007fc3968063daa01c25b2c46360292ad6339757c119ff04891e1a1c46
+DIST pgcli-3.3.1.tar.gz 446637 BLAKE2B 
c7c946b905f72e18b06100012c32b332c278fcf6dab2bdd304972b5bd4936a2d3d2c1b2be23a9fd5f986afa14ed8a8f3b6a0a08703ec6142ee3bc3d1a2ece68d
 SHA512 
01286ce62919a8845ca55b40851ad8c3832dba58d523ce2d953d555a60d2785b0129b76361e854574340cb1c0933c7b83eb03d7c2a7df81fbc4231dc42e45357

diff --git a/dev-db/pgcli/pgcli-3.3.1.ebuild b/dev-db/pgcli/pgcli-3.3.1.ebuild
new file mode 100644
index 000000000000..d83f2fae4792
--- /dev/null
+++ b/dev-db/pgcli/pgcli-3.3.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+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[${PYTHON_USEDEP}]
+       dev-python/pygments[${PYTHON_USEDEP}]
+       dev-python/setproctitle[${PYTHON_USEDEP}]
+       dev-python/sqlparse[${PYTHON_USEDEP}]"
+BDEPEND="
+       test? (
+               dev-db/postgresql
+               dev-python/mock[${PYTHON_USEDEP}]
+       )"
+
+distutils_enable_tests pytest

Reply via email to