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

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-06-15 11:47:48 +02:00
parent 9478217f15
commit bb11e811b8
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 29 additions and 0 deletions

View File

@ -1,5 +1,7 @@
DIST strawberry_graphql_django-0.40.0.tar.gz 69895 BLAKE2B 9b8b9ced2f8b688d8f4c76187227848afda7bc168001812d80259f7551cc5212b7a4a80fc5a494a09ffa5b099d5d0c3be8d330cc2e96ab4685027f3ffd1d398a SHA512 4c6ccdff7b3d38d21642eeef785b3df15195b29bb83e4ef9444573aa9208d92a8ebdd96c0f29b421ac241d5e7393e5c58e9e9be074705b1265441813a1909531
DIST strawberry_graphql_django-0.41.1.tar.gz 70065 BLAKE2B b6b9d4563d8bd61d284adfae4730ff24de666ef49064950548bd0ce3c7c2c0da6fdc5e57a6644018b42d7f7c0a8292d9b6a9882c049fab9b274e63f99ae9878f SHA512 251955991747fc0594cd37aaf69f0dcc12755601b760f9fba2941baa38a46749d072e223e664060b6a65bd05ec3ae6c1e726ecb68ae89d012c94151ecd66d7e6
DIST strawberry_graphql_django-0.42.0.tar.gz 69945 BLAKE2B 5a0c4a495fd85a6c48ee1bb71e85906c15929f1951b219f0c62538c07956b59659ad813ab59c613642fb55cb2d50b67fa6ece411ab9f219c41d987527c402b22 SHA512 094091a68cdbfe81dca1a4534a163a1ebb2529c64dac2b2f7b9f4e59c4c3a25998d0fd20f98ce9d648110c270f03c3d98910ad60deb87c9ac04bfb24b9af0a06
EBUILD strawberry-graphql-django-0.40.0.ebuild 787 BLAKE2B 2aeb5db36b399af3582c3e947e3ccd7e4a65a3a3a5bfb5a85798909786f51c24770accaac6e5f32278485524ffbe5d243e7080dc3f50f0cdda17a7bcc49ecc94 SHA512 5227fe410f4201a618b7e56693392301903a48c5d2c9baec2da1da75dd00b848d75f487201cbb525050856ae2f150dd22d2381076dc7b228a71c23c1cefe167a
EBUILD strawberry-graphql-django-0.41.1.ebuild 787 BLAKE2B 2aeb5db36b399af3582c3e947e3ccd7e4a65a3a3a5bfb5a85798909786f51c24770accaac6e5f32278485524ffbe5d243e7080dc3f50f0cdda17a7bcc49ecc94 SHA512 5227fe410f4201a618b7e56693392301903a48c5d2c9baec2da1da75dd00b848d75f487201cbb525050856ae2f150dd22d2381076dc7b228a71c23c1cefe167a
EBUILD strawberry-graphql-django-0.42.0.ebuild 787 BLAKE2B 2aeb5db36b399af3582c3e947e3ccd7e4a65a3a3a5bfb5a85798909786f51c24770accaac6e5f32278485524ffbe5d243e7080dc3f50f0cdda17a7bcc49ecc94 SHA512 5227fe410f4201a618b7e56693392301903a48c5d2c9baec2da1da75dd00b848d75f487201cbb525050856ae2f150dd22d2381076dc7b228a71c23c1cefe167a
MISC metadata.xml 556 BLAKE2B 8945a582f0d8d2e3f13beeaa08f968c7a25be43700e9e74f88e38407eee6167c918023d4568d3162db7ca2379f5412c43991792df573da86b1cafaf9865eb95d SHA512 0f02346a5d6bc1e74ca55634fe9b195624936e9934ff504cf068c86f904840153676bca685bce89beb7dbe47eb65173e868c055d2dc26508c0d48212e9bd46f0

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