# 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="Handle opensearch.xml"

HOMEPAGE="https://github.com/vint21h/django-opensearch/"
LICENSE="GPL-3+"
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/django-4.1[${PYTHON_USEDEP}]
	dev-python/django-appconf[${PYTHON_USEDEP}]
	test? ( ~dev-python/attrs-21.4.0[${PYTHON_USEDEP}] )
	test? ( ~dev-python/bandit-1.7.2[${PYTHON_USEDEP}] )
	test? ( ~dev-python/black-22.1.0[${PYTHON_USEDEP}] )
	test? ( ~dev-python/bpython-0.22.1[${PYTHON_USEDEP}] )
	test? ( dev-python/check-manifest[${PYTHON_USEDEP}] )
	test? ( dev-python/check-wheel-contents[${PYTHON_USEDEP}] )
	test? ( ~dev-python/coverage-6.3.1[${PYTHON_USEDEP}] )
	test? ( dev-python/coveralls[${PYTHON_USEDEP}] )
	test? ( dev-python/curlylint[${PYTHON_USEDEP}] )
	test? ( dev-python/darglint[${PYTHON_USEDEP}] )
	test? ( dev-python/dennis[${PYTHON_USEDEP}] )
	test? ( dev-python/django-stubs[${PYTHON_USEDEP}] )
	test? ( dev-python/dlint[${PYTHON_USEDEP}] )
	test? ( dev-python/dodgy[${PYTHON_USEDEP}] )
	test? ( dev-python/dotenv-linter[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-annotations-complexity[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-annotations-coverage[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-broken-line[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-bugbear[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-builtins[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-coding[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-cognitive-complexity[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-comprehensions[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-debugger[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-django[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-docstrings[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-eradicate[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-executable[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-expression-complexity[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-fixme[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-functions[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-mutable[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-no-implicit-concat[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-print[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-return[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8_simplify[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-typing-imports[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-use-fstring[${PYTHON_USEDEP}] )
	test? ( dev-python/flake8-variables-names[${PYTHON_USEDEP}] )
	test? ( ~dev-python/flake8-3.9.2[${PYTHON_USEDEP}] )
	test? ( ~dev-python/importlib-metadata-4.11.1[${PYTHON_USEDEP}] )
	test? ( dev-python/interrogate[${PYTHON_USEDEP}] )
	test? ( ~dev-python/isort-5.10.1[${PYTHON_USEDEP}] )
	test? ( ~dev-python/mypy-0.931[${PYTHON_USEDEP}] )
	test? ( dev-python/pep8-naming[${PYTHON_USEDEP}] )
	test? ( dev-python/pip-outdated[${PYTHON_USEDEP}] )
	test? ( dev-python/polint[${PYTHON_USEDEP}] )
	test? ( dev-python/pre-commit-hooks[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"