Versions
v3.1.0 :: 0 :: gentoo
- Modified
- License
- BSD MIT
- Keywords
- ~amd64 ~x86
- USE flags
- test
v3.0.0-r1 :: 0 :: gentoo
- Modified
- License
- BSD MIT
- Keywords
- amd64 x86
- USE flags
- test
USE flags
General
- test
- Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
python_targets
- python3_7
- Build with Python 3.7
- python3_8
- Build with Python 3.8
- python3_9
- Build with Python 3.9
Dependencies
dev-python / cli_helpers : Python helpers for common CLI tasks
dev-python / click : A Python package for creating beautiful command line interfaces
dev-python / configobj : Simple config file reader and writer
dev-python / humanize : Common humanization utilities
dev-python / pendulum : Drop-in replacement for the standard datetime class
dev-python / pgspecial : Python implementation of PostgreSQL meta commands
dev-python / prompt_toolkit : Building powerful interactive command lines in Python
dev-python / psycopg : PostgreSQL database adapter for Python
dev-python / pygments : Pygments is a syntax highlighting package written in Python
dev-python / setproctitle : Allow customization of the process title
dev-python / sqlparse : A non-validating SQL parser module for Python
Runtime Dependencies
dev-lang / python : An interpreted, interactive, object-oriented programming language
dev-lang / python-exec : Python script wrapper
dev-python / cli_helpers : Python helpers for common CLI tasks
dev-python / click : A Python package for creating beautiful command line interfaces
dev-python / configobj : Simple config file reader and writer
dev-python / humanize : Common humanization utilities
dev-python / pendulum : Drop-in replacement for the standard datetime class
dev-python / pgspecial : Python implementation of PostgreSQL meta commands
dev-python / prompt_toolkit : Building powerful interactive command lines in Python
dev-python / psycopg : PostgreSQL database adapter for Python
dev-python / pygments : Pygments is a syntax highlighting package written in Python
dev-python / setproctitle : Allow customization of the process title
dev-python / setuptools : Collection of extensions to Distutils
dev-python / sqlparse : A non-validating SQL parser module for Python
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
dev-db/pgcli: add missing test dep to 3.1.0
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Jakov Smolic · gentoo
dev-db/pgcli: Bump to 3.1.0
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/18714 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-db/pgcli: Stabilize 3.0.0-r1 amd64, #749918
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Repository mirror & CI · gentoo
Merge updates from master - Thomas Deutschmann · gentoo
dev-db/pgcli: x86 stable (bug #749918)
Package-Manager: Portage-3.0.10, Repoman-3.0.2 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org> - Jakov Smolic · gentoo
dev-db/pgcli: Remove old
Package-Manager: Portage-3.0.9, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Closes: https://github.com/gentoo/gentoo/pull/18487 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Jakov Smolic · gentoo
dev-db/pgcli: Support latest sqlparse
Closes: https://bugs.gentoo.org/754669 Package-Manager: Portage-3.0.9, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jakov Smolic · gentoo
dev-db/pgcli: update SRC_URI
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Jakov Smolic · gentoo
dev-db/pgcli: bump to 3.0.0
Closes: https://bugs.gentoo.org/735922 Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
Move dev-python/{python-sqlparse → sqlparse}
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Michał Górny · gentoo
dev-db/pgcli: Remove redundant versions
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
dev-db/pgcli: Remove Python 2
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Clean PYTHON_COMPAT of obsolete impls
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Joonas Niilola · gentoo
dev-db/pgcli: inherit RDEPEND in DEPEND
Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Gabriel Linder · gentoo
dev-db/pgcli: bump to version 2.2.0.
Closes: https://bugs.gentoo.org/696614 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Gabriel Linder <linder.gabriel@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/13918 Signed-off-by: Joonas Niilola <juippis@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Michał Górny · gentoo
*/*: Remove python3_4 PYTHON_COMPAT correctly
Signed-off-by: Michał Górny <mgorny@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Gabriel Linder · gentoo
dev-db/pgcli: new package.
Pgcli is an enhanced command line interface for Postgres, with auto-completion and syntax highlighting. Signed-off-by: Gabriel Linder <linder.gabriel@gmail.com> Package-Manager: Portage-2.3.62, Repoman-2.3.12 Closes: https://github.com/gentoo/gentoo/pull/11378 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>