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