# 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="Find and fix Django mishaps."

HOMEPAGE="https://django.doctor"
LICENSE="Proprietary. Please purchase a license for commercial use."
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME//-/_}-${REALVERSION}.zip"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}.zip"
RESTRICT="test"

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

IUSE="test"
DEPENDENCIES="<dev-python/asttokens-3.0.0[${PYTHON_USEDEP}]
	<dev-python/dparse-1.0.0[${PYTHON_USEDEP}]
	>=dev-python/black-20.8_beta0[${PYTHON_USEDEP}]
	<=dev-python/pylint-2.11.1[${PYTHON_USEDEP}]
	dev-python/rich[${PYTHON_USEDEP}]
	test? ( ~dev-python/pytest-5.3.5[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-cov[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-sugar[${PYTHON_USEDEP}] )
	test? ( dev-python/pytest-django[${PYTHON_USEDEP}] )
	test? ( dev-python/requests-mock[${PYTHON_USEDEP}] )
	test? ( <dev-python/webtest-3.0.0[${PYTHON_USEDEP}] )
	test? ( <dev-python/coverage-6.0.0[${PYTHON_USEDEP}] )
	test? ( dev-python/tox[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"