Install this version:
emerge -a =dev-db/pgcli-9999
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-db/pgcli-9999
Or alternatively:
emerge --autounmask-write -a =dev-db/pgcli-9999
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License
EAPI=8
PYTHON_COMPAT=( python3_{8..14} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 git-r3
DESCRIPTION="Postgres CLI with autocompletion and syntax highlighting"
HOMEPAGE="https://pypi.org/project/pgcli/"
EGIT_REPO_URI="https://github.com/dbcli/pgcli"
LICENSE="BSD MIT"
SLOT="0"
IUSE="keyring +ssh"
RDEPEND="$(python_gen_cond_dep '
>=dev-python/cli-helpers-2.2.1[${PYTHON_USEDEP}]
>=dev-python/click-7.0[${PYTHON_USEDEP}]
>=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
>=dev-python/pgspecial-1.11.8[${PYTHON_USEDEP}]
>=dev-python/prompt-toolkit-3.0.0[${PYTHON_USEDEP}]
<dev-python/prompt-toolkit-4.0.0[${PYTHON_USEDEP}]
>=dev-python/psycopg-3.0.14[${PYTHON_USEDEP}]
>=dev-python/pygments-2.0[${PYTHON_USEDEP}]
<dev-python/sqlparse-0.6.0[${PYTHON_USEDEP}]
>=dev-python/setproctitle-1.1.9[${PYTHON_USEDEP}]
dev-python/tzlocal[${PYTHON_USEDEP}]
ssh? ( >=dev-python/sshtunnel-0.4.0[${PYTHON_USEDEP}] )
keyring? ( >=dev-python/keyring-12.2.0[${PYTHON_USEDEP}] )')
"
DEPEND="
${RDEPEND}
"
Manage flags for this package:
euse -i <flag> -p dev-db/pgcli |
euse -E <flag> -p dev-db/pgcli |
euse -D <flag> -p dev-db/pgcli
$(python_gen_cond_dep ' >=dev-python/cli-helpers-2.2.1[${PYTHON_USEDEP}] >=dev-python/click-7.0[${PYTHON_USEDEP}] >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}] >=dev-python/pgspecial-1.11.8[${PYTHON_USEDEP}] >=dev-python/prompt-toolkit-3.0.0[${PYTHON_USEDEP}] <dev-python/prompt-toolkit-4.0.0[${PYTHON_USEDEP}] >=dev-python/psycopg-3.0.14[${PYTHON_USEDEP}] >=dev-python/pygments-2.0[${PYTHON_USEDEP}] <dev-python/sqlparse-0.6.0[${PYTHON_USEDEP}] >=dev-python/setproctitle-1.1.9[${PYTHON_USEDEP}] dev-python/tzlocal[${PYTHON_USEDEP}] ssh? ( >=dev-python/sshtunnel-0.4.0[${PYTHON_USEDEP}] ) keyring? ( >=dev-python/keyring-12.2.0[${PYTHON_USEDEP}] )')
$(python_gen_cond_dep ' >=dev-python/cli-helpers-2.2.1[${PYTHON_USEDEP}] >=dev-python/click-7.0[${PYTHON_USEDEP}] >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}] >=dev-python/pgspecial-1.11.8[${PYTHON_USEDEP}] >=dev-python/prompt-toolkit-3.0.0[${PYTHON_USEDEP}] <dev-python/prompt-toolkit-4.0.0[${PYTHON_USEDEP}] >=dev-python/psycopg-3.0.14[${PYTHON_USEDEP}] >=dev-python/pygments-2.0[${PYTHON_USEDEP}] <dev-python/sqlparse-0.6.0[${PYTHON_USEDEP}] >=dev-python/setproctitle-1.1.9[${PYTHON_USEDEP}] dev-python/tzlocal[${PYTHON_USEDEP}] ssh? ( >=dev-python/sshtunnel-0.4.0[${PYTHON_USEDEP}] ) keyring? ( >=dev-python/keyring-12.2.0[${PYTHON_USEDEP}] )')