Skip to content

Commit

Permalink
Add greptable 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentb committed Jul 11, 2014
1 parent cd8f199 commit 0b4fcb9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-db/greptable/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST greptable-1.0.0.tar.gz 4395 SHA256 79861801d521d42caf7ca96ed6af575fefff157f004a9e59e5ad18d152ec527d SHA512 bcc83183eddffe1851b55c15513340907c7e742d7d82e0f3b8abfcbb6ee65e92c9cdb5400c2cd94a378abc819bb70dd547da72e35e66a362f940b29589a08d17 WHIRLPOOL 63185815d178f671b2de638d5cd3994b080ee3a434de2ea28819ae3e0c3362d1356ae3795e41f56d766bf8c1740acde87a9b053bd4a79311626c648b7c2b7da6
22 changes: 22 additions & 0 deletions dev-db/greptable/greptable-1.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Copyright 2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

PYTHON_COMPAT=( python{2_7,3_3,3_4} )

inherit distutils-r1

DESCRIPTION="List tables of SQL databases for easy schema greps"
HOMEPAGE="https://pypi.python.org/pypi/greptable"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
RDEPEND=">=dev-python/sqlalchemy-0.9[${PYTHON_USEDEP}]"

DOCS=( README LICENSE )
1 change: 1 addition & 0 deletions profiles/categories
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ app-arch
app-misc
app-office
app-text
dev-db
dev-php
dev-python
dev-vcs
Expand Down

0 comments on commit 0b4fcb9

Please sign in to comment.