- Add py-pgcli 0.20.1

pgcli is a command line interface for Postgres with auto-completion and syntax
highlighting.

WWW: https://pypi.python.org/pypi/pgcli
WWW: http://pgcli.com/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-12-04 12:21:24 +00:00
parent 3e38eebfd8
commit 0d23c99c45
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=402924
4 changed files with 36 additions and 0 deletions

View file

@ -742,6 +742,7 @@
SUBDIR += py-peewee
SUBDIR += py-pg8000
SUBDIR += py-pg_pqueue
SUBDIR += py-pgcli
SUBDIR += py-pgspecial
SUBDIR += py-pgxnclient
SUBDIR += py-pickledb

View file

@ -0,0 +1,28 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= pgcli
PORTVERSION= 0.20.1
CATEGORIES= databases python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= CLI for Postgres Database with auto-completion and syntax highlighting
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}click>=4.1:${PORTSDIR}/devel/py-click \
${PYTHON_PKGNAMEPREFIX}configobj>=5.0.6:${PORTSDIR}/devel/py-configobj \
${PYTHON_PKGNAMEPREFIX}pgspecial>=1.1.0:${PORTSDIR}/databases/py-pgspecial \
${PYTHON_PKGNAMEPREFIX}prompt_toolkit>=0.46:${PORTSDIR}/devel/py-prompt_toolkit \
${PYTHON_PKGNAMEPREFIX}psycopg2>=2.5.4:${PORTSDIR}/databases/py-psycopg2 \
${PYTHON_PKGNAMEPREFIX}pygments>=2.0:${PORTSDIR}/textproc/py-pygments \
${PYTHON_PKGNAMEPREFIX}setproctitle>=1.1.9:${PORTSDIR}/devel/py-setproctitle \
${PYTHON_PKGNAMEPREFIX}sqlparse>=0.1.16:${PORTSDIR}/databases/py-sqlparse
NO_ARCH= yes
USE_PYTHON= autoplist distutils
USES= pgsql python
.include <bsd.port.mk>

View file

@ -0,0 +1,2 @@
SHA256 (pgcli-0.20.1.tar.gz) = e645d21abf98303259bf588e9afa1bedf507f54ae27f78f0587cce98315421ab
SIZE (pgcli-0.20.1.tar.gz) = 46784

View file

@ -0,0 +1,5 @@
pgcli is a command line interface for Postgres with auto-completion and syntax
highlighting.
WWW: https://pypi.python.org/pypi/pgcli
WWW: http://pgcli.com/