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/sarif_om/
Date: Sun, 06 Nov 2022 07:59:31
Message-Id: 1667721556.ff55374f71ebe82f644a566dc844b6a6425dad03.mgorny@gentoo
1 commit: ff55374f71ebe82f644a566dc844b6a6425dad03
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 6 07:35:52 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Nov 6 07:59:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff55374f
7
8 dev-python/sarif_om: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/sarif_om/sarif_om-1.0.4.ebuild | 24 ------------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/dev-python/sarif_om/sarif_om-1.0.4.ebuild b/dev-python/sarif_om/sarif_om-1.0.4.ebuild
16 deleted file mode 100644
17 index 6841088b37fa..000000000000
18 --- a/dev-python/sarif_om/sarif_om-1.0.4.ebuild
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -# Copyright 2021-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -PYTHON_COMPAT=( python3_{8..10} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Classes implementing the SARIF 2.1.0 object model"
30 -HOMEPAGE="
31 - https://pypi.org/project/sarif-om/
32 - https://github.com/microsoft/sarif-python-om/"
33 -SRC_URI="
34 - mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
35 -
36 -LICENSE="MIT"
37 -SLOT="0"
38 -KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
39 -
40 -RDEPEND="
41 - dev-python/attrs[${PYTHON_USEDEP}]
42 - dev-python/pbr[${PYTHON_USEDEP}]"
43 -BDEPEND="
44 - dev-python/pbr[${PYTHON_USEDEP}]"