diff options
Diffstat (limited to 'dev-python/pgcli/pgcli-0.16.3.ebuild')
-rw-r--r-- | dev-python/pgcli/pgcli-0.16.3.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/dev-python/pgcli/pgcli-0.16.3.ebuild b/dev-python/pgcli/pgcli-0.16.3.ebuild deleted file mode 100644 index bb1bae3..0000000 --- a/dev-python/pgcli/pgcli-0.16.3.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ -# Ebuild generated by g-pypi 0.4 - -EAPI="5" - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - - -DESCRIPTION="CLI for Postgres Database. With auto-completion and syntax highlighting." -HOMEPAGE="http://pgcli.com" -SRC_URI="mirror://pypi/p/pgcli/${P}.tar.gz" - -LICENSE="BSD-2" -KEYWORDS="~amd64" -SLOT="0" -IUSE="" - -DEPEND="dev-python/setuptools" -RDEPEND=">=dev-python/jedi-0.8.1 - >=dev-python/prompt_toolkit-0.26 - >=dev-python/click-3.2 - dev-python/psycopg:2 - >=dev-python/pygments-2.0 - >=dev-python/python-sqlparse-0.1.13 - dev-python/setuptools" - - - - |