summaryrefslogtreecommitdiff
path: root/dev-python/apispec
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-09-08 06:57:34 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2025-09-08 06:57:34 +0000
commitec3bcffa11d82c133ba86c095dd93d0cd79115fe (patch)
tree0fada5adaecdd7c62ec687f56f5409c21b82dfb9 /dev-python/apispec
parent1bc15ae64b5672259525c9cc8488de3db2c4799e (diff)
downloadbaldeagleos-repo-ec3bcffa11d82c133ba86c095dd93d0cd79115fe.tar.gz
baldeagleos-repo-ec3bcffa11d82c133ba86c095dd93d0cd79115fe.tar.xz
baldeagleos-repo-ec3bcffa11d82c133ba86c095dd93d0cd79115fe.zip
Adding metadata
Diffstat (limited to 'dev-python/apispec')
-rw-r--r--dev-python/apispec/Manifest3
-rw-r--r--dev-python/apispec/apispec-6.8.3.ebuild (renamed from dev-python/apispec/apispec-6.8.1.ebuild)17
2 files changed, 9 insertions, 11 deletions
diff --git a/dev-python/apispec/Manifest b/dev-python/apispec/Manifest
index c8640337e435..6b4f0c55663c 100644
--- a/dev-python/apispec/Manifest
+++ b/dev-python/apispec/Manifest
@@ -1,2 +1,3 @@
-DIST apispec-6.8.1.tar.gz 77050 BLAKE2B 394714c23721a18cf205c9f705bebbfa34d508d333e34cd89bab7e4fbd0f61d1427f55d94425135dbbd9a4b6eff1b313bea156ca29eccbc21865787e296ada6c SHA512 db6e92ce765ae8a7cb0dafe2b6bdcf47ff4849f7d11b344526640d3536ff5251b644bb49f9385dafea339eeb59072fc08094b309f4092080fcf9ec582071fc9d
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.1.ebuild b/dev-python/apispec/apispec-6.8.3.ebuild
index ceb90ff98bb0..5216293f786d 100644
--- a/dev-python/apispec/apispec-6.8.1.ebuild
+++ b/dev-python/apispec/apispec-6.8.3.ebuild
@@ -4,6 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
+PYPI_VERIFY_REPO=https://github.com/marshmallow-code/apispec
PYTHON_COMPAT=( python3_{9,10,11,12,13} )
inherit distutils-r1 pypi
@@ -29,18 +30,14 @@ BDEPEND="
)
"
+EPYTEST_PLUGINS=()
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
-}
+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
+)