# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python{3_11,3_12,3_13,3_14} )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="A helper for organizing Django settings."

HOMEPAGE="https://django-configurations.readthedocs.io/"
LICENSE="BSD"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME}-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="cache database email search testing"
DEPENDENCIES=">=dev-python/django-3.2[${PYTHON_USEDEP}]
	cache? ( dev-python/django-cache-url[${PYTHON_USEDEP}] )
	database? ( dev-python/dj-database-url[${PYTHON_USEDEP}] )
	email? ( dev-python/dj-email-url[${PYTHON_USEDEP}] )
	search? ( dev-python/dj-search-url[${PYTHON_USEDEP}] )
	testing? ( >=dev-python/django-cache-url-1.0.0[${PYTHON_USEDEP}] )
	testing? ( dev-python/dj-database-url[${PYTHON_USEDEP}] )
	testing? ( dev-python/dj-email-url[${PYTHON_USEDEP}] )
	testing? ( dev-python/dj-search-url[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"