dev-python/graphene-django: add 3.2.1

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2024-05-27 20:31:55 +02:00
parent 3a87a25e11
commit 15431b391f
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 65 additions and 0 deletions

View File

@ -0,0 +1,3 @@
DIST graphene-django-3.2.1.tar.gz 87830 BLAKE2B 18b946e4a2ccc21bd3628201669a23eaa5dcab3dc000e361b071ca88661ef45c566216ed1f1755fcf36580c21228bc01c4ff89c90f5dc123305ab76a31ef8075 SHA512 b012e458b5e7b8241e7f0d419c95ebe146353055adc98216f05e6d2b3d18156b81efa80abae2610f53e16ae44074273db9637f643a2291bcfec05bb1bdcf4910
EBUILD graphene-django-3.2.1.ebuild 817 BLAKE2B f847b4ad5f28e7a8fd9eb404fe4111162b5363dc7323f801e5036a5c144566cb7948d573b3b7cac134a55ab40879800964c275da6e01cb6e2812c8277fc3a50d SHA512 6197f428b0a90ee596b47db4e403d6ce36a14f23a2afc9436292ae68df82ce3eb300aa8c4e467cfd875969476b690d0902849d1333c8f4f0f057559164147c15
MISC metadata.xml 530 BLAKE2B e23e4dcf011f42e210c4a490c367c5214a39a17afb891d00eea9e87ad0961d6f40fe8ec48801746a0de0e5ae48c2157f3c5f9615de1722a0a9e1b5db4c5211e1 SHA512 4c1c4328cfbae5857eb25211b9edd396c670ebebe5b4739f38c787e810e55ddb7185602feee024c0df80db2d0f22ded3ff2c522d0a3359e19534fbb5173f47fe

View File

@ -0,0 +1,30 @@
# 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=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Graphene Django integration"
HOMEPAGE="https://github.com/graphql-python/graphene-django https://pypi.org/project/graphene-django/"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
IUSE="test"
RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/djangorestframework-3.6.3[${PYTHON_USEDEP}]
media-libs/graphene
dev-python/graphql-core[${PYTHON_USEDEP}]
dev-python/graphql-relay[${PYTHON_USEDEP}]
dev-python/django[${PYTHON_USEDEP}]
>=dev-python/promise-2.1[${PYTHON_USEDEP}]
dev-python/text-unidecode[${PYTHON_USEDEP}]"
distutils_enable_tests pytest

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">graphene-django</remote-id>
<remote-id type="github">graphql-python/graphene-django</remote-id>
<maintainer status="unknown">
<email>me@syrusakbary.com</email>
<name>Syrus Akbary</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,16 @@
BDEPEND=test? ( >=dev-python/djangorestframework-3.6.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] media-libs/graphene dev-python/graphql-core[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/graphql-relay[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/django[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/promise-2.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/text-unidecode[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/setuptools-69.0.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?]
DEFINED_PHASES=compile configure install prepare test
DESCRIPTION=Graphene Django integration
EAPI=8
HOMEPAGE=https://github.com/graphql-python/graphene-django https://pypi.org/project/graphene-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/djangorestframework-3.6.3[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] media-libs/graphene dev-python/graphql-core[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/graphql-relay[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/django[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] >=dev-python/promise-2.1[python_targets_python3_11(-)?,python_targets_python3_12(-)?,python_targets_python3_13(-)?] dev-python/text-unidecode[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/g/graphene-django/graphene-django-3.2.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_=3b2d1bcf61ef90bc6353fb50861e5bda