# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 GITHUB_USER=Infinidat PYTHON_COMPAT=( python{2_7,3_4} ) inherit fedora-github distutils-r1 DESCRIPTION="Python dictionary with attribute-style access" [ "${PV}" = 9999 ] || SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" KEYWORDS="" IUSE="" COMMON_DEPEND=" ${PYTHON_DEPS} " DEPEND=" ${COMMON_DEPENDS} dev-python/nose[${PYTHON_USEDEP}] dev-python/setuptools[${PYTHON_USEDEP}] " RDEPEND=" ${COMMON_DEPENDS} "