# Copyright 1999-2015 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="BDD for pytest"
HOMEPAGE="https://github.com/pytest-dev/pytest-bdd"
SRC_URI="https://pypi.python.org/packages/source/p/pytest-bdd/${P}.tar.gz"
LICENSE="MIT"
KEYWORDS="~amd64"
SLOT="0"
IUSE=""
DEPEND="dev-python/setuptools"
RDEPEND=">=dev-python/pytest-2.6.0
dev-python/glob2
dev-python/mako
dev-python/parse
dev-python/parse-type
dev-python/setuptools
dev-python/six
test? ( dev-python/tox )"
PYTHON_MODNAME="pytest_bdd"