diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-09-23 19:52:37 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-09-23 19:52:37 +0000 |
| commit | dd5fc10bbfe3b3f3f3511eac9b9eafd996f35093 (patch) | |
| tree | 7925165a4d5d6642db22cfd0fff016d884f03822 /dev-python/apispec | |
| parent | 0767edf4b89c5d6a75875047d674b07a1ed7516b (diff) | |
| download | baldeagleos-repo-dd5fc10bbfe3b3f3f3511eac9b9eafd996f35093.tar.gz baldeagleos-repo-dd5fc10bbfe3b3f3f3511eac9b9eafd996f35093.tar.xz baldeagleos-repo-dd5fc10bbfe3b3f3f3511eac9b9eafd996f35093.zip | |
Adding metadata
Diffstat (limited to 'dev-python/apispec')
| -rw-r--r-- | dev-python/apispec/Manifest | 3 | ||||
| -rw-r--r-- | dev-python/apispec/apispec-6.8.4.ebuild (renamed from dev-python/apispec/apispec-6.8.2.ebuild) | 17 |
2 files changed, 9 insertions, 11 deletions
diff --git a/dev-python/apispec/Manifest b/dev-python/apispec/Manifest index 6b4f0c55663c..81c1296a8aa5 100644 --- a/dev-python/apispec/Manifest +++ b/dev-python/apispec/Manifest @@ -1,3 +1,4 @@ -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 +DIST apispec-6.8.4.tar.gz 77737 BLAKE2B 8b09b2f1dcfb415d6e91951474a3cb13862465a7afb16511cd5783b4b67c10d8878f832d9a61f1dea9dedce77d14d028752e7c3fe27ecb0be0c7fb0fe2fc1f38 SHA512 9ce3890d335ea8ff1f3ed01ef5f7c2cedbf89c1a337c1d018d71e00e8e3451556d61d248a5138153ef4acabe0296c77d290aa3fdaedada32faced0e48076af6e +DIST apispec-6.8.4.tar.gz.provenance 9577 BLAKE2B 4268b78efe584f24ea2af6ed1eb9034e077c1eaa626126782443aa7e5e175ca98af666d2f7a9bcc1ab7ac9566ccda9f13a7f41a5830012db6dbf491c32953904 SHA512 a854e61678521465747aa0d8c5308eb72f420037011db6774dd8514242ceed46cdeba404d39f88cb6f876a7391af4efd22bbf4f55e7c0da9274299577c94c6ab diff --git a/dev-python/apispec/apispec-6.8.2.ebuild b/dev-python/apispec/apispec-6.8.4.ebuild index ceb90ff98bb0..5216293f786d 100644 --- a/dev-python/apispec/apispec-6.8.2.ebuild +++ b/dev-python/apispec/apispec-6.8.4.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 +) |
