unitas-netbox/dev-python/drf-spectacular-sidecar/drf-spectacular-sidecar-2025.2.1.ebuild
2025-03-05 14:28:19 +01:00

19 lines
430 B
Bash

# Copyright 1999-2025 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="Serve self-contained distribution builds of Swagger UI and Redoc with Django."
HOMEPAGE="https://github.com/tfranzel/drf-spectacular-sidecar"
LICENSE="BSD-3"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
>=dev-python/django-2.2[${PYTHON_USEDEP}]
"