dev-python/strawberry-graphql: new package, add 0.239.2
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
d09fa3c9d4
commit
4327b42ebc
2 changed files with 25 additions and 0 deletions
1
dev-python/strawberry-graphql/Manifest
Normal file
1
dev-python/strawberry-graphql/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST strawberry_graphql-0.239.2.tar.gz 208192 BLAKE2B a289515840e22592663b1ed05ec727d99baafba6fd9bcfb833f0fd61bf0a34e2fa90da25cd7aec36e649b705ad7e7f81dfbec922a36467ffa51eb1f48afa7ba0 SHA512 04d8b2e6505e606b7f9f91fcd15dca64f91df6a2b70a53aa2e30ded6fd26157b7f83827dc0a07219ffbf60a6ce4b97929982222a989a8e08f5a978386ce76161
|
|
@ -0,0 +1,24 @@
|
||||||
|
# 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/graphql-core-3.4.0
|
||||||
|
>=dev-python/graphql-core-3.2.0[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/typing-extensions-4.5.0[${PYTHON_USEDEP}]
|
||||||
|
>=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}]
|
||||||
|
"
|
Loading…
Reference in a new issue