diff --git a/dev-python/django-graphiql-debug-toolbar/Manifest b/dev-python/django-graphiql-debug-toolbar/Manifest new file mode 100644 index 0000000..12b11e9 --- /dev/null +++ b/dev-python/django-graphiql-debug-toolbar/Manifest @@ -0,0 +1 @@ +DIST django-graphiql-debug-toolbar-0.2.0.tar.gz 5000 BLAKE2B fc667907bed9842ba8e0a9691966f467995a4e4c5c73719f1bc9e08f2680b98975019cee161759f105d8b4b39c56a93908ac60e6d44eed4826b7ebbea1c8f884 SHA512 d754efb10ce1fe5f3cc825a54c1e9f46123491ecb17b933add9f54b92d2d569d7ee58b9c7fc1d820a7308517a44cf76f38ac0c2f165338fc78e0f3ff4a33d282 diff --git a/dev-python/django-graphiql-debug-toolbar/django-graphiql-debug-toolbar-0.2.0.ebuild b/dev-python/django-graphiql-debug-toolbar/django-graphiql-debug-toolbar-0.2.0.ebuild new file mode 100644 index 0000000..bf8fdc9 --- /dev/null +++ b/dev-python/django-graphiql-debug-toolbar/django-graphiql-debug-toolbar-0.2.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) +inherit distutils-r1 + +DESCRIPTION="Django Debug Toolbar for GraphiQL IDE" +HOMEPAGE="https://pypi.org/project/django-graphiql-debug-toolbar/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +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}" +BDEPEND="" diff --git a/dev-python/django-graphiql-debug-toolbar/metadata.xml b/dev-python/django-graphiql-debug-toolbar/metadata.xml new file mode 100644 index 0000000..8beee0b --- /dev/null +++ b/dev-python/django-graphiql-debug-toolbar/metadata.xml @@ -0,0 +1,10 @@ + + + + + python@gentoo.org + + + django-graphiql-debug-toolbar + +