dev-python/graphene-django: add 3.2.2
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
0eeb4fc697
commit
c921e52147
|
@ -1 +1,2 @@
|
|||
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}"
|
Loading…
Reference in a new issue