From 0272878a623b9c93f429b1be598fb25a96a5ea0a Mon Sep 17 00:00:00 2001 From: Alarig Le Lay Date: Wed, 21 Aug 2024 14:13:46 +0200 Subject: [PATCH] dev-python/drf-yasg: add 1.21.3 Signed-off-by: Alarig Le Lay --- dev-python/drf-yasg/Manifest | 1 + dev-python/drf-yasg/drf-yasg-1.21.3.ebuild | 35 ++++++++++++++++++++++ 2 files changed, 36 insertions(+) create mode 100644 dev-python/drf-yasg/drf-yasg-1.21.3.ebuild diff --git a/dev-python/drf-yasg/Manifest b/dev-python/drf-yasg/Manifest index c6bc4d7..181f07a 100644 --- a/dev-python/drf-yasg/Manifest +++ b/dev-python/drf-yasg/Manifest @@ -1 +1,2 @@ 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 diff --git a/dev-python/drf-yasg/drf-yasg-1.21.3.ebuild b/dev-python/drf-yasg/drf-yasg-1.21.3.ebuild new file mode 100644 index 0000000..7fa3f23 --- /dev/null +++ b/dev-python/drf-yasg/drf-yasg-1.21.3.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}] + ) +"