summaryrefslogtreecommitdiff
path: root/dev-python/apispec
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/apispec')
-rw-r--r--dev-python/apispec/Manifest2
-rw-r--r--dev-python/apispec/apispec-6.10.0.ebuild43
-rw-r--r--dev-python/apispec/metadata.xml14
3 files changed, 59 insertions, 0 deletions
diff --git a/dev-python/apispec/Manifest b/dev-python/apispec/Manifest
new file mode 100644
index 000000000000..7ccfe26e59ab
--- /dev/null
+++ b/dev-python/apispec/Manifest
@@ -0,0 +1,2 @@
+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
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..812c70031c7e
--- /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_{13..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
+)
diff --git a/dev-python/apispec/metadata.xml b/dev-python/apispec/metadata.xml
new file mode 100644
index 000000000000..33792fa8046e
--- /dev/null
+++ b/dev-python/apispec/metadata.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>zmedico@gentoo.org</email>
+ <name>Zac Medico</name>
+ </maintainer>
+ <maintainer type="project">
+ <email>python@gentoo.org</email>
+ <name>Python</name>
+ </maintainer>
+ <stabilize-allarches />
+ <origin>baldeagleos-repo</origin>
+</pkgmetadata>