unitas-netbox/dev-python/strawberry-graphql-django/strawberry-graphql-django-0.56.0.ebuild
2025-03-05 14:28:19 +01:00

21 lines
430 B
Bash

# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=poetry
PYTHON_COMPAT=( python3_{9..13} )
inherit distutils-r1 pypi
DESCRIPTION="A GraphQL library for Python that leverages type annotations"
HOMEPAGE="https://github.com/strawberry-graphql/strawberry"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/django[${PYTHON_USEDEP}]
"