# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 PYTHON_COMPAT=( python2_7 python3_4 pypy ) PYTHON_REQ_USE='sqlite?,threads(+)' WEBAPP_NO_AUTO_INSTALL="yes" inherit bash-completion-r1 distutils-r1 eutils versionator webapp MY_P="Django-${PV}" DESCRIPTION="High-level Python web framework" HOMEPAGE="http://www.djangoproject.com/ https://pypi.python.org/pypi/Django" SRC_URI="https://www.djangoproject.com/m/releases/$(get_version_component_range 1-2)/${MY_P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="" IUSE="doc sqlite test" RDEPEND="" DEPEND="${RDEPEND} dev-python/setuptools[${PYTHON_USEDEP}] doc? ( >=dev-python/sphinx-1.0.7[${PYTHON_USEDEP}] ) test? ( $(python_gen_impl_dep sqlite) dev-python/docutils[${PYTHON_USEDEP}]