# 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"
DISTUTILS_SRC_TEST="setup.py"

inherit distutils


DESCRIPTION="A module for retrieving program settings from various sources in a consistant method."
HOMEPAGE="https://github.com/jayclassless/setoptconf"
SRC_URI="https://pypi.python.org/packages/source/s/setoptconf/${P}.tar.gz"

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

DEPEND="dev-python/setuptools"
RDEPEND="dev-python/setuptools
	yaml? ( dev-python/pyyaml )"