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: Fri, 13 May 2022 06:15:38
Message-Id: 1652422522.3198ae8f2c7c5b35c62974d040f5daed9f23cca1.mgorny@gentoo
1 commit: 3198ae8f2c7c5b35c62974d040f5daed9f23cca1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 13 05:37:50 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri May 13 06:15:22 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3198ae8f
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 | 2 --
13 dev-python/apispec/apispec-5.1.1.ebuild | 38 ----------------------------
14 dev-python/apispec/apispec-5.2.0.ebuild | 45 ---------------------------------
15 3 files changed, 85 deletions(-)
16
17 diff --git a/dev-python/apispec/Manifest b/dev-python/apispec/Manifest
18 index 3ab0190a94f3..6ceb2fb5ffe3 100644
19 --- a/dev-python/apispec/Manifest
20 +++ b/dev-python/apispec/Manifest
21 @@ -1,3 +1 @@
22 -DIST apispec-5.1.1.gh.tar.gz 70296 BLAKE2B 339706890d23c796ea73c23735c5655694315a8a8017eba8f69574ed4e85ddf9a65c3a26482a78f08a118afd19e3c9bbcc9d264bb770941d7affbf7cf85eb925 SHA512 4e0e2959699c735c5242aa1a954392d97ea4809aafbd8d091f608baf7397a31964852588c474acb84e8755a62849837d741eb1e5fdf1cd5304f46c852e346d03
23 -DIST apispec-5.2.0.gh.tar.gz 71284 BLAKE2B 554539790c58f88f475a7c638130ccdf24bcf80e024bc640919226b0a1408af97c3403ff294f47fb2cb478a26285bc6aacb021f6275eb211dc86fd31780f573a SHA512 6f36dcce8b503847a981c87ed1139b89bbb9be9e22db67402cd7e74be8a5ce58714329b33c8489b63f5aa56fe92d65fb5aea332c9bd2e8f140dfc92165432005
24 DIST apispec-5.2.1.gh.tar.gz 71348 BLAKE2B c908fb3741e72d0e8a3dfd70c186255cb5862f7c51c32c5c54ea3cba38a7ce9e02143e029a505f30f284f7b5490946897fead535a9a8743549806aacd1c7791d SHA512 020d377e4dd9e2e3514cf48450bee9a5b957cb0d419f7fa4da35691b68cd108673b133d4ad07b908ca377b1418d087979eea409382ca743d350aec95b796f00f
25
26 diff --git a/dev-python/apispec/apispec-5.1.1.ebuild b/dev-python/apispec/apispec-5.1.1.ebuild
27 deleted file mode 100644
28 index cfb7ac6dc6b2..000000000000
29 --- a/dev-python/apispec/apispec-5.1.1.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=8
36 -
37 -PYTHON_COMPAT=( python3_{8..10} )
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="A pluggable API specification generator"
41 -HOMEPAGE="https://github.com/marshmallow-code/apispec/"
42 -SRC_URI="
43 - https://github.com/marshmallow-code/apispec/archive/${PV}.tar.gz
44 - -> ${P}.gh.tar.gz"
45 -
46 -LICENSE="MIT"
47 -SLOT="0"
48 -KEYWORDS="~amd64 ~x86"
49 -
50 -RDEPEND="
51 - >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
52 -"
53 -BDEPEND="${RDEPEND}
54 - test? (
55 - dev-python/bottle[${PYTHON_USEDEP}]
56 - dev-python/mock[${PYTHON_USEDEP}]
57 - >=dev-python/marshmallow-3.13.0[${PYTHON_USEDEP}]
58 - )"
59 -
60 -distutils_enable_tests pytest
61 -distutils_enable_sphinx docs \
62 - dev-python/sphinx-issues \
63 - dev-python/sphinx_rtd_theme
64 -
65 -EPYTEST_DESELECT=(
66 - # requires unpackaged prance
67 - tests/test_ext_marshmallow_openapi.py::test_openapi_tools_validate_v2
68 - tests/test_ext_marshmallow_openapi.py::test_openapi_tools_validate_v3
69 -)
70
71 diff --git a/dev-python/apispec/apispec-5.2.0.ebuild b/dev-python/apispec/apispec-5.2.0.ebuild
72 deleted file mode 100644
73 index e56c46d972d1..000000000000
74 --- a/dev-python/apispec/apispec-5.2.0.ebuild
75 +++ /dev/null
76 @@ -1,45 +0,0 @@
77 -# Copyright 1999-2022 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=8
81 -
82 -DISTUTILS_USE_PEP517=setuptools
83 -PYTHON_COMPAT=( python3_{8..10} )
84 -
85 -inherit distutils-r1
86 -
87 -DESCRIPTION="A pluggable API specification generator"
88 -HOMEPAGE="
89 - https://github.com/marshmallow-code/apispec/
90 - https://pypi.org/project/apispec/
91 -"
92 -SRC_URI="
93 - https://github.com/marshmallow-code/apispec/archive/${PV}.tar.gz
94 - -> ${P}.gh.tar.gz
95 -"
96 -
97 -LICENSE="MIT"
98 -SLOT="0"
99 -KEYWORDS="~amd64 ~x86"
100 -
101 -RDEPEND="
102 - >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
103 -"
104 -BDEPEND="
105 - test? (
106 - dev-python/bottle[${PYTHON_USEDEP}]
107 - dev-python/mock[${PYTHON_USEDEP}]
108 - >=dev-python/marshmallow-3.13.0[${PYTHON_USEDEP}]
109 - )
110 -"
111 -
112 -distutils_enable_tests pytest
113 -distutils_enable_sphinx docs \
114 - dev-python/sphinx-issues \
115 - dev-python/sphinx_rtd_theme
116 -
117 -EPYTEST_DESELECT=(
118 - # requires unpackaged prance
119 - tests/test_ext_marshmallow_openapi.py::test_openapi_tools_validate_v2
120 - tests/test_ext_marshmallow_openapi.py::test_openapi_tools_validate_v3
121 -)