diff options
Diffstat (limited to 'dev-python/drf-spectacular/drf-spectacular-0.27.2.ebuild')
-rw-r--r-- | dev-python/drf-spectacular/drf-spectacular-0.27.2.ebuild | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/dev-python/drf-spectacular/drf-spectacular-0.27.2.ebuild b/dev-python/drf-spectacular/drf-spectacular-0.27.2.ebuild new file mode 100644 index 0000000..08994d4 --- /dev/null +++ b/dev-python/drf-spectacular/drf-spectacular-0.27.2.ebuild @@ -0,0 +1,55 @@ +# Copyright 2023-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{10..12} ) +DISTUTILS_USE_PEP517=setuptools +PYPI_NO_NORMALIZE=1 + +inherit distutils-r1 pypi + +DESCRIPTION="Sane and flexible OpenAPI 3 schema generation for Django REST framework" +HOMEPAGE=" + https://github.com/tfranzel/drf-spectacular + https://pypi.org/project/drf-spectacular/ +" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/django-2.2[${PYTHON_USEDEP}] + dev-python/django-allauth[${PYTHON_USEDEP}] + >=dev-python/django-filter-2.3.0[${PYTHON_USEDEP}] + >=dev-python/django-oauth-toolkit-1.2.0[${PYTHON_USEDEP}] + >=dev-python/django-polymorphic-2.1[${PYTHON_USEDEP}] + >=dev-python/django-rest-knox-4.1[${PYTHON_USEDEP}] + >=dev-python/django-rest-polymorphic-0.1.8[${PYTHON_USEDEP}] + >=dev-python/djangorestframework-3.10.3[${PYTHON_USEDEP}] + >=dev-python/djangorestframework-camel-case-1.1.2[${PYTHON_USEDEP}] + >=dev-python/djangorestframework-dataclasses-1.0.0[${PYTHON_USEDEP}] + >=dev-python/djangorestframework-gis-1.0.0[${PYTHON_USEDEP}] + >=dev-python/djangorestframework-simplejwt-4.4.0[${PYTHON_USEDEP}] + >=dev-python/djangorestframework-recursive-0.1.2[${PYTHON_USEDEP}] + >=dev-python/dj-rest-auth-1.0.0[${PYTHON_USEDEP}] + >=dev-python/drf-jwt-0.13.0[${PYTHON_USEDEP}] + >=dev-python/drf-nested-routers-0.93.3[${PYTHON_USEDEP}] + dev-python/drf-spectacular-sidecar[${PYTHON_USEDEP}] + >=dev-python/inflection-0.3.1[${PYTHON_USEDEP}] + >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}] + >=dev-python/psycopg-2.7.3.2[${PYTHON_USEDEP}] + >=dev-python/pydantic-2[${PYTHON_USEDEP}] + <dev-python/pydantic-3[${PYTHON_USEDEP}] + >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}] + >=dev-python/twine-3.1.1[${PYTHON_USEDEP}] + >=dev-python/uritemplate-2.0.0[${PYTHON_USEDEP}] + + doc? ( dev-python/typing-extensions[${PYTHON_USEDEP}] ) + test? ( >=dev-python/pytest-django-3.8.0[${PYTHON_USEDEP}] ) +" +DEPEND="${RDEPEND}" + +distutils_enable_tests pytest +distutils_enable_sphinx docs |