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/openapi-schema-validator/
Date: Mon, 26 Sep 2022 06:15:56
Message-Id: 1664172831.389072da440f203a6464a81cabda167c78f751d1.mgorny@gentoo
1 commit: 389072da440f203a6464a81cabda167c78f751d1
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 06:13:51 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 26 06:13:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=389072da
7
8 dev-python/openapi-schema-validator: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/openapi-schema-validator/Manifest | 2 --
13 .../openapi-schema-validator-0.3.0.ebuild | 38 ----------------------
14 .../openapi-schema-validator-0.3.3.ebuild | 38 ----------------------
15 3 files changed, 78 deletions(-)
16
17 diff --git a/dev-python/openapi-schema-validator/Manifest b/dev-python/openapi-schema-validator/Manifest
18 index 022baf2e9b0b..7318f1cb59e5 100644
19 --- a/dev-python/openapi-schema-validator/Manifest
20 +++ b/dev-python/openapi-schema-validator/Manifest
21 @@ -1,5 +1,3 @@
22 DIST openapi-schema-validator-0.2.3.gh.tar.gz 25501 BLAKE2B d961cabca647f59d4d4188f1941ce5b2475e02520bcc10e7cd29817c8ea8ebaaac5af1ffb0e3d5079ed2d1493414cdaf55336744b142385754585e748af8ac98 SHA512 e6dfe3d6cc99fa9723102ced42040203157639be68b0438d7bfae4499e51cdb6257a36dca10425a5d5e692cebb958468ebeee722116b99d800a6fcf972400c66
23 -DIST openapi-schema-validator-0.3.0.gh.tar.gz 27083 BLAKE2B 288f5d18874625c69eccf9be6442258ff8af735795eac0ee0449e5976584b1af22c1ea771bb79b4fa68623e60d417b140737e0d1ee85791027393650f0c1f747 SHA512 003ea97a1cac598eb3728d96291d8be56c6ba9e2d3cd4f77c1258962f67b460a887f4473fed39587870583e13a83403623c3b2f96fa8d02345583cd3bdaf008b
24 DIST openapi-schema-validator-0.3.1.gh.tar.gz 23232 BLAKE2B d02f9004d7baf96e76fb035e212efbdb773f1d7685c8b73107d887ad1cdf2496afd4232bd4fbb263597106b6a7e7d0eb7e6efbe64f422ca11ff228d5f2f51fdb SHA512 72564409e80c8dd8578ba2a363865623aa03b8b2324abd37bea31c503632a367bacf81d8de801579b80347906d2b24c14371c9b37b70176e0bf51ca8c6b9e071
25 -DIST openapi-schema-validator-0.3.3.gh.tar.gz 16389 BLAKE2B af700555fd3a21e85cd7205dc549c305c5830bf8b3d3e36f8755153a12e0e6cd8db08cd75350760608db4f38774f369b51b239e47bb7dc6352a7559bf39ef02b SHA512 a621573f7d840bd6e8eb096a820a5ebdf4a07f186f2babda2128b34c66bd8249262d017cdeddec61d9984947666b73cb23a7ac419afd5ae892c14b7b754db57b
26 DIST openapi-schema-validator-0.3.4.gh.tar.gz 16593 BLAKE2B 17882dff25d1bed05efa74792930a357d82cb404bbf746a6f348e9813b4af86842da1523a8e3dfaec1426c82efff6b0bddbfca89c8569ba36a4324ab4e5a418b SHA512 714f93594c875a04194a6980dc5e092866609787e424ef480d42da93c114e3b658a5efef13f78ed3db35f6e7399d7dda8adbc1d3bb8606512aa4f135edeaeb75
27
28 diff --git a/dev-python/openapi-schema-validator/openapi-schema-validator-0.3.0.ebuild b/dev-python/openapi-schema-validator/openapi-schema-validator-0.3.0.ebuild
29 deleted file mode 100644
30 index b25ebd5a26c8..000000000000
31 --- a/dev-python/openapi-schema-validator/openapi-schema-validator-0.3.0.ebuild
32 +++ /dev/null
33 @@ -1,38 +0,0 @@
34 -# Copyright 2022 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=8
38 -
39 -DISTUTILS_USE_PEP517=poetry
40 -PYTHON_COMPAT=( pypy3 python3_{8..11} )
41 -
42 -inherit distutils-r1
43 -
44 -DESCRIPTION="OpenAPI schema validation for Python"
45 -HOMEPAGE="
46 - https://github.com/p1c2u/openapi-schema-validator/
47 - https://pypi.org/project/openapi-schema-validator/
48 -"
49 -SRC_URI="
50 - https://github.com/p1c2u/openapi-schema-validator/archive/${PV}.tar.gz
51 - -> ${P}.gh.tar.gz
52 -"
53 -
54 -LICENSE="BSD"
55 -SLOT="0"
56 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
57 -
58 -RDEPEND="
59 - >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
60 - dev-python/isodate[${PYTHON_USEDEP}]
61 - >=dev-python/jsonschema-4.0.0[${PYTHON_USEDEP}]
62 - dev-python/rfc3339-validator[${PYTHON_USEDEP}]
63 - dev-python/strict-rfc3339[${PYTHON_USEDEP}]
64 -"
65 -
66 -distutils_enable_tests pytest
67 -
68 -src_prepare() {
69 - sed -i -e '/--cov/d' pyproject.toml || die
70 - distutils-r1_src_prepare
71 -}
72
73 diff --git a/dev-python/openapi-schema-validator/openapi-schema-validator-0.3.3.ebuild b/dev-python/openapi-schema-validator/openapi-schema-validator-0.3.3.ebuild
74 deleted file mode 100644
75 index 79fa33f1e09d..000000000000
76 --- a/dev-python/openapi-schema-validator/openapi-schema-validator-0.3.3.ebuild
77 +++ /dev/null
78 @@ -1,38 +0,0 @@
79 -# Copyright 2022 Gentoo Authors
80 -# Distributed under the terms of the GNU General Public License v2
81 -
82 -EAPI=8
83 -
84 -DISTUTILS_USE_PEP517=poetry
85 -PYTHON_COMPAT=( pypy3 python3_{8..11} )
86 -
87 -inherit distutils-r1
88 -
89 -DESCRIPTION="OpenAPI schema validation for Python"
90 -HOMEPAGE="
91 - https://github.com/p1c2u/openapi-schema-validator/
92 - https://pypi.org/project/openapi-schema-validator/
93 -"
94 -SRC_URI="
95 - https://github.com/p1c2u/openapi-schema-validator/archive/${PV}.tar.gz
96 - -> ${P}.gh.tar.gz
97 -"
98 -
99 -LICENSE="BSD"
100 -SLOT="0"
101 -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
102 -
103 -RDEPEND="
104 - >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
105 - dev-python/isodate[${PYTHON_USEDEP}]
106 - >=dev-python/jsonschema-4.0.0[${PYTHON_USEDEP}]
107 - dev-python/rfc3339-validator[${PYTHON_USEDEP}]
108 - dev-python/strict-rfc3339[${PYTHON_USEDEP}]
109 -"
110 -
111 -distutils_enable_tests pytest
112 -
113 -src_prepare() {
114 - sed -e '/--cov/d' -i pyproject.toml || die
115 - distutils-r1_src_prepare
116 -}