dev-python/strawberry-graphql-django: new package, add 0.47.1
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
4327b42ebc
commit
504b26ad03
2 changed files with 24 additions and 0 deletions
1
dev-python/strawberry-graphql-django/Manifest
Normal file
1
dev-python/strawberry-graphql-django/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST strawberry_graphql_django-0.47.1.tar.gz 74091 BLAKE2B 6a54f589bc9923828b16634ceeb704a3ee425a09e3017a8e284efe144ccc3919c82f6cab1eca2bb153457fca627435c295ff20a43c7416ab75992ab09654920b SHA512 d5d708ae9643ccc1e3d3995ed08aa402483da814e002f5ee6240c58f5b1b2e7f6c35b159ad89c6a1990529a876567740d6e28b64d4b1e1b460851b72b33ed067
|
|
@ -0,0 +1,23 @@
|
||||||
|
# Copyright 1999-2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
DISTUTILS_USE_PEP517=poetry
|
||||||
|
PYTHON_COMPAT=( python3_{11..12} )
|
||||||
|
|
||||||
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
|
DESCRIPTION="A library for creating GraphQL APIs"
|
||||||
|
HOMEPAGE="https://pypi.org/project/strawberry-graphql/"
|
||||||
|
SRC_URI="$(pypi_sdist_url)"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
>=dev-python/django-3.2[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/asgiref-3.8[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/strawberry-graphql-0.236.0[${PYTHON_USEDEP}]
|
||||||
|
"
|
Loading…
Reference in a new issue