summaryrefslogtreecommitdiff
path: root/dev-python/apispec
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-09-23 07:34:32 +0200
committerMichał Górny <mgorny@gentoo.org>2025-09-23 07:55:20 +0200
commitb25eb4b2b20edf3ce8a7ac628caed2eb91d3e139 (patch)
tree37312f47514cfcd84f44ff0a0ce5b5d251be568e /dev-python/apispec
parentf2b786d79a3e8ae659395f1bcc8fca50d0e97d16 (diff)
downloadgentoo-b25eb4b2b20edf3ce8a7ac628caed2eb91d3e139.tar.gz
gentoo-b25eb4b2b20edf3ce8a7ac628caed2eb91d3e139.tar.bz2
gentoo-b25eb4b2b20edf3ce8a7ac628caed2eb91d3e139.zip
dev-python/apispec: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/apispec')
-rw-r--r--dev-python/apispec/Manifest1
-rw-r--r--dev-python/apispec/apispec-6.8.2.ebuild46
2 files changed, 0 insertions, 47 deletions
diff --git a/dev-python/apispec/Manifest b/dev-python/apispec/Manifest
index 6b4f0c55663c..e81db57c7ff3 100644
--- a/dev-python/apispec/Manifest
+++ b/dev-python/apispec/Manifest
@@ -1,3 +1,2 @@
-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.2.ebuild b/dev-python/apispec/apispec-6.8.2.ebuild
deleted file mode 100644
index 731f39ee0dd6..000000000000
--- a/dev-python/apispec/apispec-6.8.2.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-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}]
- )
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
- dev-python/sphinx-issues \
- dev-python/sphinx-rtd-theme
-
-python_test() {
- local 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
- )
-
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- epytest
-}