Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/apispec/
Date: Sun, 06 Nov 2022 06:36:15
Message-Id: 1667716521.d02ebab28580ebbe50439c43139b2d4881208c51.mgorny@gentoo
1 commit: d02ebab28580ebbe50439c43139b2d4881208c51
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 6 06:22:58 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 06:35:21 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02ebab2
7
8 dev-python/apispec: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/apispec/Manifest | 1 -
13 dev-python/apispec/apispec-5.2.2.ebuild | 45 ---------------------------------
14 2 files changed, 46 deletions(-)
15
16 diff --git a/dev-python/apispec/Manifest b/dev-python/apispec/Manifest
17 index 30aca0a94cdd..774201f3fa40 100644
18 --- a/dev-python/apispec/Manifest
19 +++ b/dev-python/apispec/Manifest
20 @@ -1,2 +1 @@
21 -DIST apispec-5.2.2.gh.tar.gz 71563 BLAKE2B 205c796ccee03000626538147d6cb26a72242ba8ffd6df47b6a7bdb82f0e2ee1d5421cb7da045fc177297acb838e7351ae996225a43c3c7a57a0a0d72e098bb1 SHA512 16c6229619853671403e81edaa50ce87c2575cdb6c606502e08c086aa33b25db0cef0cd455c2c74a55138eaf95667f7ffe9ac8045cbeb415df4b623878a8831c
22 DIST apispec-6.0.0.gh.tar.gz 72200 BLAKE2B c65278602c7f05074bf6e4e36a5e7aeaf0eabcc281c387448666f6958eef95a4f4f297055f58eb580169249cc90c1643bcdef0f9281792e4840d719cc921c9f3 SHA512 4c4c34554241fba67d0aad41aa81e5c6e97ee42003da503afa223ff5fbf0046a8b5f3dc3835fe9ae1dc03181f4be5fabae1a7d80871c0a061602d2593315b2db
23
24 diff --git a/dev-python/apispec/apispec-5.2.2.ebuild b/dev-python/apispec/apispec-5.2.2.ebuild
25 deleted file mode 100644
26 index e56c46d972d1..000000000000
27 --- a/dev-python/apispec/apispec-5.2.2.ebuild
28 +++ /dev/null
29 @@ -1,45 +0,0 @@
30 -# Copyright 1999-2022 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=setuptools
36 -PYTHON_COMPAT=( python3_{8..10} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A pluggable API specification generator"
41 -HOMEPAGE="
42 - https://github.com/marshmallow-code/apispec/
43 - https://pypi.org/project/apispec/
44 -"
45 -SRC_URI="
46 - https://github.com/marshmallow-code/apispec/archive/${PV}.tar.gz
47 - -> ${P}.gh.tar.gz
48 -"
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -KEYWORDS="~amd64 ~x86"
53 -
54 -RDEPEND="
55 - >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
56 -"
57 -BDEPEND="
58 - test? (
59 - dev-python/bottle[${PYTHON_USEDEP}]
60 - dev-python/mock[${PYTHON_USEDEP}]
61 - >=dev-python/marshmallow-3.13.0[${PYTHON_USEDEP}]
62 - )
63 -"
64 -
65 -distutils_enable_tests pytest
66 -distutils_enable_sphinx docs \
67 - dev-python/sphinx-issues \
68 - dev-python/sphinx_rtd_theme
69 -
70 -EPYTEST_DESELECT=(
71 - # requires unpackaged prance
72 - tests/test_ext_marshmallow_openapi.py::test_openapi_tools_validate_v2
73 - tests/test_ext_marshmallow_openapi.py::test_openapi_tools_validate_v3
74 -)