SwordArMor-gentoo-overlay/dev-python/django-graphiql-debug-toolbar/django-graphiql-debug-toolbar-0.2.0.ebuild
Alarig Le Lay 3442ca7ad1
dev-python/django-graphiql-debug-toolbar: update SRC_URI
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
2024-08-21 11:46:43 +02:00

23 lines
560 B
Bash

# Copyright 2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi
DESCRIPTION="Django Debug Toolbar for GraphiQL IDE"
HOMEPAGE="https://pypi.org/project/django-graphiql-debug-toolbar/"
SRC_URI="$(pypi_sdist_url --no-normalize)"
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}"