# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE='sqlite?,threads(+)' WEBAPP_NO_AUTO_INSTALL="yes" PYPI_PN="${PN^}" PYPI_NO_NORMALIZE=1 inherit bash-completion-r1 distutils-r1 optfeature pypi webapp MY_PN="Django" MY_P="${MY_PN}-${PV}" DESCRIPTION="High-level Python web framework" HOMEPAGE="https://www.djangoproject.com/ https://pypi.org/project/Django/" S="${WORKDIR}/${MY_P}" LICENSE="BSD" # admin fonts: Roboto (media-fonts/roboto) LICENSE+=" Apache-2.0" # admin icons, jquery, xregexp.js LICENSE+=" MIT" SLOT="python2" KEYWORDS="~amd64 ~x86" IUSE="doc sqlite test" RESTRICT="!test? ( test )" RDEPEND=" !