# 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" inherit distutils DESCRIPTION="Easy to use library to create asynchronous presentation logic with django and dajaxice" HOMEPAGE="http://dajaxproject.com/" SRC_URI="mirror://github/jorgebastida/${PN}/${P}.tar.gz" LICENSE="BSD" KEYWORDS="~amd64 ~x86" SLOT="0" IUSE="" RDEPEND="dev-python/django dev-python/django-dajaxice" DEPEND="${RDEPEND} dev-python/setuptools" DOCS="CHANGELOG README"