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/bandit/
Date: Sun, 27 Feb 2022 18:36:01
Message-Id: 1645986856.b0b3df022e2e4d5de30e4261a3e271c0d4a8282e.mgorny@gentoo
1 commit: b0b3df022e2e4d5de30e4261a3e271c0d4a8282e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 27 18:34:16 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 27 18:34:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b3df02
7
8 dev-python/bandit: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/bandit/Manifest | 1 -
13 dev-python/bandit/bandit-1.7.1.ebuild | 34 ----------------------------------
14 dev-python/bandit/bandit-1.7.2.ebuild | 34 ----------------------------------
15 3 files changed, 69 deletions(-)
16
17 diff --git a/dev-python/bandit/Manifest b/dev-python/bandit/Manifest
18 index a13401c8ce4c..bc68efb21fb0 100644
19 --- a/dev-python/bandit/Manifest
20 +++ b/dev-python/bandit/Manifest
21 @@ -1,2 +1 @@
22 -DIST bandit-1.7.1.tar.gz 503072 BLAKE2B 1e88b662d8dda0d5c1a1fd7ee2eaa1787b8c4952acefb60c347aa98b3534d9ba212229b050dcf717169fb39132ef77d2d92af834392a0bcaa0b9fbc7d2a4804c SHA512 6543bb0f69339a8d970cf0dd1bcec1392057c5c7fbf229fa4f4e6c9d21a39206f1f3fa17509ca2038cd1671d4b57316f92ee053c1beab102e8d20096d10b685d
23 DIST bandit-1.7.2.tar.gz 497104 BLAKE2B 235e8c29658db9b0916b2108a46931581384851650217a7e368f06fe9225aadf181b320a75061387b277d1e3ff3f1d38fe6d07be14f7c7d056fa06e8db84e4e4 SHA512 fde27d409dcb867285f3c7a9ee88a079dae58211e17c2157601bbff9e9144e604def3c0179a7c9016266bdf70ed9da9ca519641f4aca4e76a30859c8e01177b9
24
25 diff --git a/dev-python/bandit/bandit-1.7.1.ebuild b/dev-python/bandit/bandit-1.7.1.ebuild
26 deleted file mode 100644
27 index 1c7194b284bd..000000000000
28 --- a/dev-python/bandit/bandit-1.7.1.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -PYTHON_COMPAT=( python3_{8..9} )
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="A security linter from OpenStack Security"
40 -HOMEPAGE="https://github.com/PyCQA/bandit"
41 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
42 -
43 -LICENSE="Apache-2.0"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm arm64 ~s390 x86"
46 -
47 -RDEPEND="
48 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
49 - >=dev-python/GitPython-1.0.1[${PYTHON_USEDEP}]
50 - >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
51 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
52 -"
53 -BDEPEND="
54 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
55 - test? (
56 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
57 - >=dev-python/testscenarios-0.5.0[${PYTHON_USEDEP}]
58 - >=dev-python/testtools-2.3.0[${PYTHON_USEDEP}]
59 - >=dev-python/beautifulsoup4-4.8.0[${PYTHON_USEDEP}]
60 - >=dev-python/pylint-1.9.4[${PYTHON_USEDEP}]
61 - dev-python/toml[${PYTHON_USEDEP}]
62 - )"
63 -
64 -distutils_enable_tests --install unittest
65
66 diff --git a/dev-python/bandit/bandit-1.7.2.ebuild b/dev-python/bandit/bandit-1.7.2.ebuild
67 deleted file mode 100644
68 index 073ca031a6d0..000000000000
69 --- a/dev-python/bandit/bandit-1.7.2.ebuild
70 +++ /dev/null
71 @@ -1,34 +0,0 @@
72 -# Copyright 1999-2022 Gentoo Authors
73 -# Distributed under the terms of the GNU General Public License v2
74 -
75 -EAPI=8
76 -
77 -PYTHON_COMPAT=( python3_{8..9} )
78 -inherit distutils-r1
79 -
80 -DESCRIPTION="A security linter from OpenStack Security"
81 -HOMEPAGE="https://github.com/PyCQA/bandit"
82 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
83 -
84 -LICENSE="Apache-2.0"
85 -SLOT="0"
86 -KEYWORDS="~amd64 ~arm ~arm64 ~s390 ~x86"
87 -
88 -RDEPEND="
89 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
90 - >=dev-python/GitPython-1.0.1[${PYTHON_USEDEP}]
91 - >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
92 - >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
93 -"
94 -BDEPEND="
95 - >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
96 - test? (
97 - >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
98 - >=dev-python/testscenarios-0.5.0[${PYTHON_USEDEP}]
99 - >=dev-python/testtools-2.3.0[${PYTHON_USEDEP}]
100 - >=dev-python/beautifulsoup4-4.8.0[${PYTHON_USEDEP}]
101 - >=dev-python/pylint-1.9.4[${PYTHON_USEDEP}]
102 - dev-python/toml[${PYTHON_USEDEP}]
103 - )"
104 -
105 -distutils_enable_tests --install unittest