dev-python/drf-spectacular-sidecar: new package, add 2023.8.1
Signed-off-by: Alarig Le Lay <alarig@swordarmor.fr>
This commit is contained in:
parent
f457fe4108
commit
8b05dfa840
1
dev-python/drf-spectacular-sidecar/Manifest
Normal file
1
dev-python/drf-spectacular-sidecar/Manifest
Normal file
|
@ -0,0 +1 @@
|
||||||
|
DIST drf-spectacular-sidecar-2023.8.1.tar.gz 2619788 BLAKE2B 6bef0db1630c7b903d57df58095d02511ae4373dee7356a078916049216e514407d7c6c515e4e27f3a85d3d684ab2fd2450cc66684997df06916719936c2fe5b SHA512 ff705a8aef8ccb5520fb08793295069fd742f3435adc4fa2912b9989f80380ca8f590925a70ad367982c16a7c3714057d382b98d9fecf371689eff699a7b7906
|
|
@ -0,0 +1,24 @@
|
||||||
|
# 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..13} )
|
||||||
|
|
||||||
|
inherit distutils-r1 pypi
|
||||||
|
|
||||||
|
DESCRIPTION="Serve self-contained distribution builds of Swagger UI and Redoc"
|
||||||
|
HOMEPAGE="
|
||||||
|
https://pypi.org/project/drf-spectacular-sidecar/
|
||||||
|
"
|
||||||
|
SRC_URI="$(pypi_sdist_url --no-normalize)"
|
||||||
|
S="${WORKDIR}/${P/_/-}"
|
||||||
|
|
||||||
|
LICENSE="BSD"
|
||||||
|
SLOT="0"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
RDEPEND="
|
||||||
|
>=dev-python/django-2.2[${PYTHON_USEDEP}]
|
||||||
|
"
|
Loading…
Reference in a new issue