# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="4" PYTHON_DEPEND="2" SUPPORT_PYTHON_ABIS="1" RESTRICT_PYTHON_ABIS="3.*" inherit distutils DESCRIPTION="Generic tagging application for Django" HOMEPAGE="http://code.google.com/p/django-tagging/" SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz" LICENSE="MIT" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" RDEPEND="dev-python/django" DEPEND="${RDEPEND}"