dev-python/strawberry-graphql-django: add 0.41.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-05-27 22:24:34 +02:00
parent 3062f8f194
commit 5547924042
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST strawberry_graphql_django-0.41.1.tar.gz 70065 BLAKE2B b6b9d4563d8bd61d284adfae4730ff24de666ef49064950548bd0ce3c7c2c0da6fdc5e57a6644018b42d7f7c0a8292d9b6a9882c049fab9b274e63f99ae9878f SHA512 251955991747fc0594cd37aaf69f0dcc12755601b760f9fba2941baa38a46749d072e223e664060b6a65bd05ec3ae6c1e726ecb68ae89d012c94151ecd66d7e6
EBUILD strawberry-graphql-django-0.41.1.ebuild 787 BLAKE2B 2aeb5db36b399af3582c3e947e3ccd7e4a65a3a3a5bfb5a85798909786f51c24770accaac6e5f32278485524ffbe5d243e7080dc3f50f0cdda17a7bcc49ecc94 SHA512 5227fe410f4201a618b7e56693392301903a48c5d2c9baec2da1da75dd00b848d75f487201cbb525050856ae2f150dd22d2381076dc7b228a71c23c1cefe167a
MISC metadata.xml 556 BLAKE2B 8945a582f0d8d2e3f13beeaa08f968c7a25be43700e9e74f88e38407eee6167c918023d4568d3162db7ca2379f5412c43991792df573da86b1cafaf9865eb95d SHA512 0f02346a5d6bc1e74ca55634fe9b195624936e9934ff504cf068c86f904840153676bca685bce89beb7dbe47eb65173e868c055d2dc26508c0d48212e9bd46f0

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<upstream>
<remote-id type="pypi">strawberry-graphql-django</remote-id>
<remote-id type="github">strawberry-graphql/strawberry-django</remote-id>
<maintainer status="unknown">
<email>thiago@bellini.dev</email>
<name>Thiago Bellini Ribeiro</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,27 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517=poetry
inherit distutils-r1 pypi
DESCRIPTION="Strawberry GraphQL Django extension"
HOMEPAGE="https://github.com/strawberry-graphql/strawberry-django https://pypi.org/project/strawberry-graphql-django/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/django-3.2[${PYTHON_USEDEP}]
>=dev-python/asgiref-3.8[${PYTHON_USEDEP}]
>=dev-python/django-choices-field-2.2.2[${PYTHON_USEDEP}]
>=dev-python/django-debug-toolbar-3.4[${PYTHON_USEDEP}]
>=dev-python/strawberry-graphql-0.227.1[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

View File

@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-python/django-3.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/asgiref-3.8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/django-choices-field-2.2.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/django-debug-toolbar-3.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/strawberry-graphql-0.227.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/pytest-7.4.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 ) >=dev-python/gpep517-15[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/poetry-core-1.9.0[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Strawberry GraphQL Django extension
EAPI=8
HOMEPAGE=https://github.com/strawberry-graphql/strawberry-django https://pypi.org/project/strawberry-graphql-django/
INHERIT=distutils-r1 pypi
IUSE=test test python_targets_python3_11 python_targets_python3_12 python_targets_python3_13
KEYWORDS=amd64 arm arm64 x86
LICENSE=MIT
RDEPEND=>=dev-python/django-3.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/asgiref-3.8[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/django-choices-field-2.2.2[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/django-debug-toolbar-3.4[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/strawberry-graphql-0.227.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) python_targets_python3_13? ( dev-lang/python:3.13 )
REQUIRED_USE=|| ( python_targets_python3_11 python_targets_python3_12 python_targets_python3_13 )
RESTRICT=!test? ( test ) !test? ( test )
SLOT=0
SRC_URI=https://files.pythonhosted.org/packages/source/s/strawberry-graphql-django/strawberry_graphql_django-0.41.1.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic d309b9713dfc18e754cba88d3ba69653 out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 8a28fa6d3e3bc96ff8a7eff2badbe71f distutils-r1 5400d21736d8621562bf93be4fa98eec pypi 2eecb475512bc76e5ea9192a681b9e6b
_md5_=c66edae7229781aea00ac0a186aaaddc