Search Criteria
Package Details: pgcli 3.0.0-2
Git Clone URL: | https://aur.archlinux.org/pgcli.git (read-only, click to copy) |
---|---|
Package Base: | pgcli |
Description: | a command line interface for Postgres with auto-completion and syntax highlighting |
Upstream URL: | http://pgcli.com/ |
Keywords: | dbcli postgres |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | fzerorubigd |
Maintainer: | tomi77 |
Last Packager: | tomi77 |
Votes: | 42 |
Popularity: | 0.67 |
First Submitted: | 2016-03-16 16:15 |
Last Updated: | 2020-10-29 17:11 |
Dependencies (14)
- python (python-dbg)
- python-dbus
- python-keyring
- python-prompt_toolkit (python-prompt_toolkit-gns3)
- python-psycopg2 (python-psycopg2-binary, python2-psycopg2-binary)
- python-pygments
- python-sqlparse>=0.3.0 (python-sqlparse-mycli, python-sqlparse-0_3_0, python-sqlparse-git, python-sqlparse-cli_helpers)
- python-humanize>=0.5.1
- python-setproctitle>=1.1.9
- python-pgspecial>=1.11.8
- python-cli_helpers>=1.2.0
- python-click>=4.1
- python-configobj>=5.0.6
- python-distribute (python-setuptools) (make)
Latest Comments
« First ‹ Previous ... 2 3 4 5 6 7
blueyed commented on 2016-11-09 19:35
The PKGBUILD should not overwrite the EASY-INSTALL-ENTRY-SCRIPT.
- echo "#!/usr/bin/bash" > $pkgdir/usr/bin/pgcli
- echo "python -c 'import pgcli.main; pgcli.main.cli()' \"\$@\"" >> $pkgdir/usr/bin/pgcli
This causes the script to not work when inside a virtualenv!
(also applies to pgcli-git)
Druedain commented on 2016-09-08 06:25
Hello!
There is a new version 1.2.0. https://groups.google.com/forum/#!topic/pgcli/xh7PEElrEkU (announcement post)
Update: not that easy: https://github.com/dbcli/pgcli/issues/567 :-(
fzerorubigd commented on 2016-07-05 10:15
@lrnt @vith updated. thank you.
lrnt commented on 2016-07-05 09:08
Please update this package to version 1.1.0. The current version is broken.
vith commented on 2016-06-07 19:37
Is this a packaging problem?
$ pgcli
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3.5/site-packages/click/core.py", line 716, in __call__
return self.main(*args, **kwargs)
File "/usr/lib/python3.5/site-packages/click/core.py", line 696, in main
rv = self.invoke(ctx)
File "/usr/lib/python3.5/site-packages/click/core.py", line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "/usr/lib/python3.5/site-packages/click/core.py", line 534, in invoke
return callback(*args, **kwargs)
File "/usr/lib/python3.5/site-packages/pgcli/main.py", line 593, in cli
pgcli.run_cli()
File "/usr/lib/python3.5/site-packages/pgcli/main.py", line 276, in run_cli
self.cli = self._build_cli()
File "/usr/lib/python3.5/site-packages/pgcli/main.py", line 402, in _build_cli
ignore_case=True)
File "/usr/lib/python3.5/site-packages/prompt_toolkit/application.py", line 113, in __init__
assert style is None or isinstance(style, Style)
AssertionError
fzerorubigd commented on 2016-04-02 04:30
@Svenstaro fixed. thanks.
Svenstaro commented on 2016-03-30 08:29
Getting this: /tmp/pacaurtmp-svenstaro/pgcli/PKGBUILD: line 18: cd: /tmp/pacaurtmp-svenstaro/pgcli/src/pgcli: No such file or directory
And yes, I tried it manually with only makepkg.