# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
# Ebuild generated by g-pypi 0.3

EAPI="3"
SUPPORT_PYTHON_ABIS="1"

inherit distutils


DESCRIPTION="Python tool to find and list requirements of a Python project"
HOMEPAGE="https://github.com/landscapeio/requirements-detector"
SRC_URI="https://pypi.python.org/packages/source/r/requirements-detector/${P}.tar.gz"

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

DEPEND="dev-python/setuptools"
RDEPEND=">=dev-python/astroid-1.0.0
	dev-python/setuptools"

PYTHON_MODNAME="requirements_detector"