diff options
Diffstat (limited to 'dev-python/apispec')
| -rw-r--r-- | dev-python/apispec/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/apispec/apispec-6.8.3.ebuild | 43 |
2 files changed, 45 insertions, 0 deletions
diff --git a/dev-python/apispec/Manifest b/dev-python/apispec/Manifest index bf625e2eac62..6b4f0c55663c 100644 --- a/dev-python/apispec/Manifest +++ b/dev-python/apispec/Manifest @@ -1 +1,3 @@ DIST apispec-6.8.2.tar.gz 77148 BLAKE2B 20c2463c62e3faf2d893983845bd60370acc64abc8411cd7632f24f096eaa8586be14bfe0e312ee4cf9cc68b0e11991ddf261473851e75099a41b8dfd391579c SHA512 0422c20cacf55d909e965be29b0d61fe9e184f9e8331420a8b64a7337555097a0ff9e51f03ac84123565ac6594bd3fdf446ddf9786fcd790525961ce17ba60de +DIST apispec-6.8.3.tar.gz 77480 BLAKE2B 401e314a62780c961f41368374ff4e679baf417fe8461ea28fb7c5006aaa73094ed8bd09487d6f31ac1c4d4b6d0551b3ef7a7b1b07ec396bbf9fc23bc4938819 SHA512 b4f453abcb5e973065c10d9e23412005aa05a663c6804b1fe989a98d03f173bcc5a67a9b96979faf4ae27b1c4fe02950ea9a793728ff6eec17421902958c304a +DIST apispec-6.8.3.tar.gz.provenance 9393 BLAKE2B 4a503bfa60d11e59b26668166e2666f16f963b63bfd34e0a3fc9418b64a62c4f06f44af652244abea4ebc0ec1ff23f21fd5d10ac9042cebe8a0561effca44e68 SHA512 ef3df939016ac652e2ead36f802d27b85a7e1a3de58ce627c7e5c09dfb79a6cb0927df1b59e8ed6a0f2ac42576041206c8efd9064eca23f8f7eec261afe1242f diff --git a/dev-python/apispec/apispec-6.8.3.ebuild b/dev-python/apispec/apispec-6.8.3.ebuild new file mode 100644 index 000000000000..305c28180e06 --- /dev/null +++ b/dev-python/apispec/apispec-6.8.3.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2025 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..13} ) + +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 +) |
