commit:     c47fb2947f2a1c83a8eb12471574daf6865de22c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Mar  7 06:17:12 2026 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Mar  7 07:06:28 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c47fb294

dev-python/apispec: Bump to 6.10.0

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/apispec/Manifest              |  2 ++
 dev-python/apispec/apispec-6.10.0.ebuild | 43 ++++++++++++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/apispec/Manifest b/dev-python/apispec/Manifest
index 24139842262a..027f1ebc180f 100644
--- a/dev-python/apispec/Manifest
+++ b/dev-python/apispec/Manifest
@@ -1,2 +1,4 @@
+DIST apispec-6.10.0.tar.gz 80631 BLAKE2B 
072c082a12c2f55dcb354a7f75adcdc044604e489d37300119edc9204c25bc320aa4816075127b08f224c68279d7a7a342fb1886d2f2b0d5c14baae7ea79eb86
 SHA512 
4e1119d8ad6f788971f1728b8c3ae76ca428ba0157bdc982c23223be9e7f5f3c1f4dd64682b6be501d17da8679544c49c85dad68d84541e20902f186cc8776ae
+DIST apispec-6.10.0.tar.gz.provenance 9827 BLAKE2B 
85a941ba773ca18f6de1c848803a9990e2034e6778c605e6c00af8d7245a45a3f79d35199871216cfabcd41d2dc9dfcfe2f91ab8bc5d4d0b3a112b6547fe6adc
 SHA512 
782e1e4e000e24982ec1972d5a30471019806fbe8bbcca129ff62f56d84695849ec087b8bd1bc9f73ee8135299c9760162f6688776a5ac409fcf7d1a2da1157d
 DIST apispec-6.9.0.tar.gz 77846 BLAKE2B 
da25bf638f4db8c9c804ff464bd88239905e6ca6367ff8b927d9fbb85d35a385a1cd666bf0a86d725c4d6b77c569364dba009a7c74bd9490519bd8a397409cb8
 SHA512 
38474fcb98b286267e0af6685bb5a3e7439abb6cf40cc072ff851c61b5e667fd4ce9648b9820e7671134f6b99a8e4c0f398ddc33767ba713c12b9ae87bbd7e03
 DIST apispec-6.9.0.tar.gz.provenance 9358 BLAKE2B 
0ef97adfcf480747d1db9d3611cabea97c20d895cda8b7d40ef128a09533ea3ef7e707a471038416efe089d906506ade8a586df419437806a21145f3e430e129
 SHA512 
d1372d2577cdbe0f3c94d7edef66b833860e9493af7da5cdc94fe04467062e5dc066d999542ddc408a868a12ecf6e54a254f56b28be9fb345ce30791b184ba66

diff --git a/dev-python/apispec/apispec-6.10.0.ebuild 
b/dev-python/apispec/apispec-6.10.0.ebuild
new file mode 100644
index 000000000000..34859e2f07f1
--- /dev/null
+++ b/dev-python/apispec/apispec-6.10.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYPI_VERIFY_REPO=https://github.com/marshmallow-code/apispec
+PYTHON_COMPAT=( python3_{11..14} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A pluggable API specification generator"
+HOMEPAGE="
+       https://github.com/marshmallow-code/apispec/
+       https://pypi.org/project/apispec/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+RDEPEND="
+       >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
+       >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
+"
+BDEPEND="
+       test? (
+               dev-python/bottle[${PYTHON_USEDEP}]
+               >=dev-python/marshmallow-3.18.0[${PYTHON_USEDEP}]
+       )
+"
+
+EPYTEST_PLUGINS=()
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+       dev-python/sphinx-issues \
+       dev-python/sphinx-rtd-theme
+
+EPYTEST_DESELECT=(
+       # requires unpackaged prance
+       tests/test_ext_marshmallow_openapi.py::test_openapi_tools_validate_v2
+       tests/test_ext_marshmallow_openapi.py::test_openapi_tools_validate_v3
+)

Reply via email to