Compare commits
2 commits
0eeb4fc697
...
d80c280055
Author | SHA1 | Date | |
---|---|---|---|
Alarig Le Lay | d80c280055 | ||
Alarig Le Lay | c921e52147 |
|
@ -1 +1,2 @@
|
||||||
DIST graphene-django-2.15.0.tar.gz 67097 BLAKE2B f6ce584e3ccfa6585f3e7b4c20d8c25384c9867128b6a587ff4d606c95086e02ee4f7591db68ef7acb5d8aa131adafd7e074783405df235837475440637c1736 SHA512 5a40dec12e8f9b4dc3a1713a994a8ce3a7c65e3d4ad1137428f80bce7af36549b07288ab399bb63ce0efbf58208faaa3179ac57adae74edd229f7164b3e9af41
|
DIST graphene-django-2.15.0.tar.gz 67097 BLAKE2B f6ce584e3ccfa6585f3e7b4c20d8c25384c9867128b6a587ff4d606c95086e02ee4f7591db68ef7acb5d8aa131adafd7e074783405df235837475440637c1736 SHA512 5a40dec12e8f9b4dc3a1713a994a8ce3a7c65e3d4ad1137428f80bce7af36549b07288ab399bb63ce0efbf58208faaa3179ac57adae74edd229f7164b3e9af41
|
||||||
|
DIST graphene-django-3.2.2.tar.gz 87591 BLAKE2B fe0e2acb3bdb71c2e23605647a2ec4f3f290579c18a444db3c9d1168b509cdf9241c549a5d53d5650a6e3656a11ce3573bf37d8c08a21252efddf90b63ca8064 SHA512 bec79c01111af33e650960ce48c240ce74fb2efa921934d0046a2c6f3db6c47d847a4a9ab685c978f74a08c80f7d67b256a4cce4ec62e454ea091fa1dbc7b4aa
|
||||||
|
|
25
dev-python/graphene-django/graphene-django-3.2.2.ebuild
Normal file
25
dev-python/graphene-django/graphene-django-3.2.2.ebuild
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Copyright 2021 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
PYTHON_COMPAT=( python3_{10..12} )
|
||||||
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
|
DESCRIPTION="Graphene Django integration"
|
||||||
|
HOMEPAGE="https://pypi.org/project/graphene-django/"
|
||||||
|
SRC_URI="$(pypi_sdist_url --no-normalize)"
|
||||||
|
|
||||||
|
LICENSE="MIT"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
DEPEND="
|
||||||
|
>=dev-python/graphql-core-3.1[${PYTHON_USEDEP}]
|
||||||
|
<dev-python/graphql-core-3.3
|
||||||
|
>=dev-python/graphql-relay-3.1[${PYTHON_USEDEP}]
|
||||||
|
<dev-python/graphql-relay-3.3
|
||||||
|
>=dev-python/aniso8601-8[${PYTHON_USEDEP}]
|
||||||
|
<dev-python/aniso8601-10
|
||||||
|
"
|
||||||
|
RDEPEND="${DEPEND}"
|
16
metadata/md5-cache/dev-python/graphene-django-3.2.2
Normal file
16
metadata/md5-cache/dev-python/graphene-django-3.2.2
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
BDEPEND=python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 ) >=dev-python/setuptools-69.0.3[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?]
|
||||||
|
DEFINED_PHASES=compile configure install prepare test
|
||||||
|
DEPEND=>=dev-python/graphql-core-3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/graphql-core-3.3 >=dev-python/graphql-relay-3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/graphql-relay-3.3 >=dev-python/aniso8601-8[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/aniso8601-10
|
||||||
|
DESCRIPTION=Graphene Django integration
|
||||||
|
EAPI=8
|
||||||
|
HOMEPAGE=https://pypi.org/project/graphene-django/
|
||||||
|
INHERIT=distutils-r1 pypi
|
||||||
|
IUSE=python_targets_python3_10 python_targets_python3_11 python_targets_python3_12
|
||||||
|
KEYWORDS=~amd64
|
||||||
|
LICENSE=MIT
|
||||||
|
RDEPEND=>=dev-python/graphql-core-3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/graphql-core-3.3 >=dev-python/graphql-relay-3.1[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/graphql-relay-3.3 >=dev-python/aniso8601-8[python_targets_python3_10(-)?,python_targets_python3_11(-)?,python_targets_python3_12(-)?] <dev-python/aniso8601-10 python_targets_python3_10? ( dev-lang/python:3.10 ) python_targets_python3_11? ( dev-lang/python:3.11 ) python_targets_python3_12? ( dev-lang/python:3.12 )
|
||||||
|
REQUIRED_USE=|| ( python_targets_python3_10 python_targets_python3_11 python_targets_python3_12 )
|
||||||
|
SLOT=0
|
||||||
|
SRC_URI=https://files.pythonhosted.org/packages/source/g/graphene-django/graphene-django-3.2.2.tar.gz
|
||||||
|
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 flag-o-matic e503ea5acc20410237ba33ec3f7c857d out-of-source-utils 1a9007554652a6e627edbccb3c25a439 multibuild d67e78a235f541871c7dfe4cf7931489 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe ninja-utils 2df4e452cea39a9ec8fb543ce059f8d6 python-utils-r1 8b220bbce5c119fb1d4d5c2f5588f3ea python-r1 428f5c53276c2adc06a89108fc2f9f46 distutils-r1 ac3ce68c875c9b392338dcd64f7feb73 pypi 2eecb475512bc76e5ea9192a681b9e6b
|
||||||
|
_md5_=d6fe7a7c4d4f82c8e4f4f8c6d176b11e
|
Loading…
Reference in a new issue