From 5eec8b7da7c59b7c613205b51a6a6f3de3030862 Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Tue, 27 Aug 2024 15:46:18 +0200 Subject: [PATCH] dev-python/drf-yasg: add 1.21.5 Signed-off-by: Alarig Le Lay --- dev-python/drf-yasg/Manifest | 1 + dev-python/drf-yasg/drf-yasg-1.21.5.ebuild | 35 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 dev-python/drf-yasg/drf-yasg-1.21.5.ebuild diff --git a/dev-python/drf-yasg/Manifest b/dev-python/drf-yasg/Manifest index 56b1211..faa5e1d 100644 --- a/dev-python/drf-yasg/Manifest +++ b/dev-python/drf-yasg/Manifest @@ -1,3 +1,4 @@ DIST drf-yasg-1.20.0.tar.gz 1794141 BLAKE2B 4719a437a40e477f75e5bec3c1020b6ee34cfa726a1d6c5560b6e4ab54f95606079293c78bca981d6c482c3fdc0cd287e4bb685d3fe2ebdbdf74f69b671e1211 SHA512 ad16d90b4640cd419cdc9698bdf898161d49b6910b23920237cf77c52baa8e3e7ac21193c6e03cc3dec7f9e4d1651a1fe070d6680c5c4c5df44bdd103ddb32c3 DIST drf-yasg-1.21.3.tar.gz 6720635 BLAKE2B 0c5cf300d077fadc9eceb158a6a6fbd164b6266e78055edd3c3ae2a17fee2bb89286f9321eac8d0862a84e475c2b148f7f434f620295466cb70da6bb54c8470c SHA512 89b311b01ef6afb9894153edee70b140d02d511c5fa488927a8763434e2752ea167483dbde1b971b1a6bfdb6df3a10bab923f79b502acb884971895a1f0d80f1 DIST drf-yasg-1.21.4.tar.gz 6721110 BLAKE2B 44c6faeccbfa419d239f3d8ca8052cf35cb1534b46c201e309277e7bdb01c49f5a8ffa989b9aab10bc09310608cd41fb7b4f1dc66ebaee9aa98ac03c3f864290 SHA512 f8fab7a1c38474bb77adb9bcd3f931ecf856bfd4f5141eaf5c2177b0a8a4ea570909b14d32966940d3b99ea17c33904fd947a7e8b4e7d39a8a3644eb4c388e78 +DIST drf-yasg-1.21.5.tar.gz 6720936 BLAKE2B e7f492c0e48a8b8421bf90a797cf0f3b6a3fbbd859f57da7efccc2e0256d76afc341d6e5f41ee2a9a698fa1b260c476d1495faee4913b7c83946e1fe6f238b09 SHA512 e50b1084289eba7445effccbd8ed22af5213b6720152a244a92e3311cebdc20fc26acb6a5aa6460f2c9be2e1a32f38ce1b70ac2c6660c8e2246603fad6cabfff diff --git a/dev-python/drf-yasg/drf-yasg-1.21.5.ebuild b/dev-python/drf-yasg/drf-yasg-1.21.5.ebuild new file mode 100644 index 0000000..7fa3f23 --- /dev/null +++ b/dev-python/drf-yasg/drf-yasg-1.21.5.ebuild @@ -0,0 +1,35 @@ +# Copyright 2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{10..12} ) +inherit distutils-r1 + +DESCRIPTION="Automated generation of real Swagger schemas from Django code" +HOMEPAGE=" + https://pypi.org/project/drf-yasg/ + https://github.com/axnsan12/drf-yasg/ +" +SRC_URI="https://github.com/axnsan12/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="validation" + +RDEPEND=" + >=dev-python/coreapi-2.3.3[${PYTHON_USEDEP}] + >=dev-python/coreschema-0.0.4[${PYTHON_USEDEP}] + >=dev-python/djangorestframework-3.10.3[${PYTHON_USEDEP}] + >=dev-python/django-2.2.16[${PYTHON_USEDEP}] + >=dev-python/ruamel-yaml-0.16.13[${PYTHON_USEDEP}] + >=dev-python/inflection-0.3.1[${PYTHON_USEDEP}] + >=dev-python/packaging-21.0[${PYTHON_USEDEP}] + >=dev-python/pytz-2021.1[${PYTHON_USEDEP}] + >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}] + validation? ( + >=dev-python/swagger-spec-validator-2.1.0[${PYTHON_USEDEP}] + ) +"