From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bandit/
Date: Sat, 3 Dec 2016 04:17:28 +0000 (UTC) [thread overview]
Message-ID: <1480738542.9334701871277851d52816a630ced5c6cff29d09.prometheanfire@gentoo> (raw)
commit: 9334701871277851d52816a630ced5c6cff29d09
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 3 04:15:42 2016 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Sat Dec 3 04:15:42 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93347018
dev-python/bandit: bup
Package-Manager: portage-2.3.0
dev-python/bandit/Manifest | 1 +
dev-python/bandit/bandit-1.3.0.ebuild | 52 +++++++++++++++++++++++++++++++++++
2 files changed, 53 insertions(+)
diff --git a/dev-python/bandit/Manifest b/dev-python/bandit/Manifest
index 579a4d6..6dd65ed 100644
--- a/dev-python/bandit/Manifest
+++ b/dev-python/bandit/Manifest
@@ -2,3 +2,4 @@ DIST bandit-0.13.2.tar.gz 68888 SHA256 ef78c4dda20f758f95aca467fbb6609a696b6df13
DIST bandit-1.0.1.tar.gz 130662 SHA256 3d3a88bf82375cd18ab889c2bf86dcf840798c74a1a6b8d3015071d9ebf2dcd7 SHA512 47e82de934d1f7b28d4d9acbc33b7cd704bab9332b1ef5815e8f6f8b6c99763b758716782ae0a6b0a7db393e0ec6d619c9c3c70e2e645f23dff28b0de04250d2 WHIRLPOOL f0df1e05bce8c6ee0909ceae6bba0c5f7591a229f99c7c38a726460fb363720a28d87fc47aaa197d00b84c01b3b570a61da82c1902f4b4611b332e2b6d0fb9ad
DIST bandit-1.1.0.tar.gz 135333 SHA256 b5a011ab77bb9d9f7aca349732db7b9789ebe86a57a9cb49314abcb41161a15e SHA512 0344be4c98b4f1df056761f7735fa0b23dc234c64ca0090d3e665899905eaac9d49750a7ebe6f7f9e4c39d07f3c2cb0d653cc65c0e56dfadac0caeac5799af94 WHIRLPOOL 3df6eb26693d2d0b40ebbcb6774e2a0bba2cda8fad62952467a3b18b1cf538758fefeb2b2281c0c3c5d5de5674ab177ed38263c50451c250502b740df8f1545b
DIST bandit-1.2.0.tar.gz 138040 SHA256 cb2265e740ab2290f8621dc9d6cd0ef22b53c85f986ef6285b1867338192da87 SHA512 f2119bb7b920ca7b4254fed433ee0e41bbbde51a45cd88283fac1a9ac8f60ce621fffecca676bdb8db7ea5cb925851e50176014405425c30b5991e17f57f294a WHIRLPOOL fceed98c132887b0d85e7c926a5e71dc92b43ec75401cbb12127cb6c42111a5506ba800130b2a1bfd0f0340ca7b15045842c566d0f02bfa44a65f9c8510d65c8
+DIST bandit-1.3.0.tar.gz 139075 SHA256 5e2df346b8036b413046f6163a877ba6de9d71407d6b08fe446924d55874b60f SHA512 24341cc837fa6a8bb095c7fdc684a81b3c06834b408c6328c6b3425d5cc5c63dcb119cadf54c8cea302a108923638839626f1f8c6d401ce66cd112a776a8363f WHIRLPOOL 3301f6a9a369e351968e0652eeba6da4307beb3a995f0696040176a7cef759e83a7a89f2d023860a0522957b54a7ca2edb82fb8443d8e20c04af959830b52bb7
diff --git a/dev-python/bandit/bandit-1.3.0.ebuild b/dev-python/bandit/bandit-1.3.0.ebuild
new file mode 100644
index 00000000..8432d62
--- /dev/null
+++ b/dev-python/bandit/bandit-1.3.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_{4,5}} )
+
+inherit distutils-r1
+
+DESCRIPTION="A security linter from OpenStack Security"
+HOMEPAGE="https://openstack.org"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="test"
+
+CDEPEND=">=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]"
+DEPEND="
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ ${CDEPEND}
+ test? (
+ >=dev-python/coverage-4.0[${PYTHON_USEDEP}]
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/hacking-0.9.2[${PYTHON_USEDEP}]
+ <dev-python/hacking-0.10[${PYTHON_USEDEP}]
+ >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+ >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+ >=dev-python/sphinx-1.2.1[${PYTHON_USEDEP}]
+ <dev-python/sphinx-1.4[${PYTHON_USEDEP}]
+ >=dev-python/oslo-sphinx-4.7.0[${PYTHON_USEDEP}]
+ dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
+ >=dev-python/reno-1.8.0[${PYTHON_USEDEP}]
+ >=dev-python/pylint-1.4.5[${PYTHON_USEDEP}]
+ )"
+RDEPEND="
+ ${CDEPEND}
+ >=dev-python/git-python-1.0.1[${PYTHON_USEDEP}]
+ >=dev-python/pyyaml-3.10.0[${PYTHON_USEDEP}]
+ >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+ >=dev-python/stevedore-1.17.1[${PYTHON_USEDEP}]"
+
+python_test() {
+ testr init
+ testr run || die
+}
next reply other threads:[~2016-12-03 4:17 UTC|newest]
Thread overview: 75+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-03 4:17 Matt Thode [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-12 6:33 [gentoo-commits] repo/gentoo:master commit in: dev-python/bandit/ Sam James
2024-09-24 6:41 Michał Górny
2024-06-29 16:58 Michał Górny
2024-06-29 8:25 Sam James
2024-06-13 4:05 Michał Górny
2024-05-22 8:03 Michał Górny
2024-03-23 10:45 Michał Górny
2024-03-23 10:41 Michał Górny
2024-03-09 7:18 Michał Górny
2024-02-08 15:37 Michał Górny
2024-02-08 15:28 Michał Górny
2024-01-24 7:01 Michał Górny
2023-12-24 5:59 Michał Górny
2023-12-09 6:53 Michał Górny
2023-11-08 11:57 Michał Górny
2023-04-11 18:39 Michał Górny
2023-04-11 18:32 Arthur Zamarin
2023-03-10 9:00 Sam James
2023-03-10 4:16 Michał Górny
2022-11-12 11:59 Arthur Zamarin
2022-05-28 21:12 Jakov Smolić
2022-04-25 17:17 Sam James
2022-03-31 12:42 Michał Górny
2022-03-31 12:33 Jakov Smolić
2022-03-09 20:06 Arthur Zamarin
2022-02-28 8:28 Michał Górny
2022-02-27 18:35 Michał Górny
2022-02-27 9:18 Michał Górny
2022-02-24 18:46 Michał Górny
2022-01-28 23:01 Michał Górny
2022-01-26 7:33 Michał Górny
2021-12-17 9:15 Michał Górny
2021-12-14 7:14 Michał Górny
2021-12-13 20:29 Jakov Smolić
2021-12-13 18:58 Arthur Zamarin
2021-12-13 18:50 Jakov Smolić
2021-11-12 19:50 Arthur Zamarin
2021-11-12 19:50 Arthur Zamarin
2021-10-17 7:33 Michał Górny
2021-06-01 6:59 Agostino Sarubbo
2021-06-01 6:32 Agostino Sarubbo
2021-04-29 1:51 William Hubbs
2020-11-18 10:28 Michał Górny
2020-11-18 6:53 Agostino Sarubbo
2020-11-14 0:09 Thomas Deutschmann
2020-10-28 5:38 Matthew Thode
2020-10-16 2:04 Matthew Thode
2020-02-24 16:52 Matthew Thode
2020-01-26 23:10 Matthew Thode
2020-01-26 21:46 Matthew Thode
2019-12-02 21:13 Aaron Bauman
2019-01-28 0:25 Matthew Thode
2019-01-28 0:25 Matthew Thode
2018-08-20 7:04 Mikle Kolyada
2018-02-13 15:57 Mart Raudsepp
2018-02-13 13:59 Mart Raudsepp
2017-03-13 1:30 Zac Medico
2017-02-09 12:10 Matt Thode
2017-01-12 18:02 Matt Thode
2016-11-16 15:38 Matt Thode
2016-04-05 22:39 Matt Thode
2016-04-05 14:48 Matt Thode
2016-01-28 5:30 Matt Thode
2016-01-27 4:23 Matt Thode
2015-12-17 18:40 Matt Thode
2015-11-10 8:24 Agostino Sarubbo
2015-11-10 8:19 Agostino Sarubbo
2015-10-14 22:47 Matt Thode
2015-10-12 22:32 Matt Thode
2015-10-12 16:33 Matt Thode
2015-10-08 21:45 Matt Thode
2015-08-25 23:47 Matt Thode
2015-08-14 20:20 Matt Thode
2015-08-12 22:47 Matt Thode
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1480738542.9334701871277851d52816a630ced5c6cff29d09.prometheanfire@gentoo \
--to=prometheanfire@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox