# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 PYTHON_COMPAT=( python{2_7,3_4} ) GITHUB_USER=fedora-infra inherit fedora-github distutils-r1 DESCRIPTION="Python modules for talking to Fedora Infrastructure Services" HOMEPAGE="https://fedorahosted.org/packagedb-cli/" EGIT_REPO_URI="https://git.fedorahosted.org/git/${PN}" [ "${PV}" = 9999 ] || SRC_URI="https://fedorahosted.org/releases/${PN:0:1}/${PN:1:1}/${PN}/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" KEYWORDS="" IUSE="" COMMON_DEPEND=" ${PYTHON_DEPS} " DEPEND=" ${COMMON_DEPEND} " RDEPEND=" ${COMMON_DEPEND} "