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/jsonschema-spec/
Date: Fri, 03 Mar 2023 19:16:49
Message-Id: 1677870997.af237eb923caec7745f640623c19a4b8d0842ac4.mgorny@gentoo
1 commit: af237eb923caec7745f640623c19a4b8d0842ac4
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 3 19:08:43 2023 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 3 19:16:37 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af237eb9
7
8 dev-python/jsonschema-spec: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/jsonschema-spec/Manifest | 1 -
13 .../jsonschema-spec/jsonschema-spec-0.1.2.ebuild | 37 ----------------------
14 2 files changed, 38 deletions(-)
15
16 diff --git a/dev-python/jsonschema-spec/Manifest b/dev-python/jsonschema-spec/Manifest
17 index 7c4410d0a9db..1ec13dd084b7 100644
18 --- a/dev-python/jsonschema-spec/Manifest
19 +++ b/dev-python/jsonschema-spec/Manifest
20 @@ -1,2 +1 @@
21 -DIST jsonschema-spec-0.1.2.gh.tar.gz 21782 BLAKE2B 238f035e75ec45edade5fd00269d2fc208a73208d1e07586490728b8c97819d6fddd9b909d2af00e63ebc4c141cb8dbaaf8e3e7ce88c3ff58ada2ba147c1e2c9 SHA512 0cba83a14e88d4fe2fcce9e4d39fa4284f23366a1f8acab16fa4b7b824d0c02bf04429d61c51a39a7a188c4e2b79f4481bba14ca688edee71beb0060e16617e0
22 DIST jsonschema-spec-0.1.3.gh.tar.gz 30794 BLAKE2B 545eda0aef433eb62cd02bbcc4d07469b26c477bbf572d71bcb4eb126acc5ab912f5f80c0699305b37f7f526f36910bcb019d66a763e679846bb20a5b01eb813 SHA512 95465c43b842289ed28dd78ec06614d77b2bbf7d9d69e5dc4b89008740d0cc85e5b3319acd66d0142b533425e8f150c4edbbf15b7f8e3bdefb28b81193a13432
23
24 diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.1.2.ebuild b/dev-python/jsonschema-spec/jsonschema-spec-0.1.2.ebuild
25 deleted file mode 100644
26 index f288fef48a3b..000000000000
27 --- a/dev-python/jsonschema-spec/jsonschema-spec-0.1.2.ebuild
28 +++ /dev/null
29 @@ -1,37 +0,0 @@
30 -# Copyright 2022-2023 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=8
34 -
35 -DISTUTILS_USE_PEP517=poetry
36 -PYTHON_COMPAT=( pypy3 python3_{9..11} )
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="JSONSchema Spec with object-oriented paths"
41 -HOMEPAGE="
42 - https://pypi.org/project/jsonschema-spec/
43 - https://github.com/p1c2u/jsonschema-spec/
44 -"
45 -SRC_URI="
46 - https://github.com/p1c2u/jsonschema-spec/archive/${PV}.tar.gz
47 - -> ${P}.gh.tar.gz
48 -"
49 -
50 -LICENSE="Apache-2.0"
51 -SLOT="0"
52 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
53 -
54 -RDEPEND="
55 - >=dev-python/jsonschema-4.0.0[${PYTHON_USEDEP}]
56 - dev-python/pathable[${PYTHON_USEDEP}]
57 - >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
58 - dev-python/pathable[${PYTHON_USEDEP}]
59 -"
60 -
61 -distutils_enable_tests pytest
62 -
63 -src_prepare() {
64 - sed -e '/--cov/d' -i pyproject.toml || die
65 - distutils-r1_src_prepare
66 -}