2021-09-16 16:48:25 +02:00
|
|
|
# Copyright 2021 Gentoo Authors
|
|
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
|
|
|
|
EAPI=8
|
|
|
|
|
2024-08-21 11:46:43 +02:00
|
|
|
PYTHON_COMPAT=( python3_{10..12} )
|
|
|
|
inherit distutils-r1 pypi
|
2021-09-16 16:48:25 +02:00
|
|
|
|
|
|
|
DESCRIPTION="Django Debug Toolbar for GraphiQL IDE"
|
|
|
|
HOMEPAGE="https://pypi.org/project/django-graphiql-debug-toolbar/"
|
2024-08-21 11:46:43 +02:00
|
|
|
SRC_URI="$(pypi_sdist_url --no-normalize)"
|
2024-09-22 11:55:07 +02:00
|
|
|
S="${WORKDIR}/${P/_/-}"
|
2021-09-16 16:48:25 +02:00
|
|
|
|
|
|
|
LICENSE="MIT"
|
|
|
|
SLOT="0"
|
|
|
|
KEYWORDS="~amd64"
|
|
|
|
|
|
|
|
DEPEND="
|
|
|
|
>=dev-python/django-2.2[${PYTHON_USEDEP}]
|
|
|
|
>=dev-python/graphene-django-2.0.0[${PYTHON_USEDEP}]
|
|
|
|
>=dev-python/django-debug-toolbar-3.1[${PYTHON_USEDEP}]
|
|
|
|
"
|
|
|
|
RDEPEND="${DEPEND}"
|