diff --git a/dev-python/drf-spectacular/Manifest b/dev-python/drf-spectacular/Manifest new file mode 100644 index 0000000..748c864 --- /dev/null +++ b/dev-python/drf-spectacular/Manifest @@ -0,0 +1 @@ +DIST drf-spectacular-0.26.4.tar.gz 219010 BLAKE2B 34b11c3fbe072104f228e48dd8cbd8959607b9391fa74ab970ab78ce2f31eae186165a8f5277f89997ccad397c3f28ddf107f74162f5b134d38469b25958adad SHA512 5ea90e78d9b159fee9d08b9809ed387ed5e2bfab46a877718c04829614ba46960bc813d7e6122b4302c2c11b2aac194c0b2a5202f5ff245062d861ca4d8f824b diff --git a/dev-python/drf-spectacular/drf-spectacular-0.26.4.ebuild b/dev-python/drf-spectacular/drf-spectacular-0.26.4.ebuild new file mode 100644 index 0000000..5bbd2f8 --- /dev/null +++ b/dev-python/drf-spectacular/drf-spectacular-0.26.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{11..12} ) + +inherit distutils-r1 pypi + +DESCRIPTION="Sane and flexible OpenAPI 3 schema generation for Django" +HOMEPAGE=" + https://pypi.org/project/drf-spectacular/ +" +SRC_URI="$(pypi_sdist_url --no-normalize)" +S="${WORKDIR}/${P/_/-}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/django-2.2[${PYTHON_USEDEP}] + >=dev-python/djangorestframework-3.10.3[${PYTHON_USEDEP}] + >=dev-python/uritemplate-2.0.0[${PYTHON_USEDEP}] + >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}] + >=dev-python/jsonschema-2.6.0[${PYTHON_USEDEP}] + >=dev-python/inflection-0.3.1[${PYTHON_USEDEP}] + dev-python/typing-extensions[${PYTHON_USEDEP}] +"