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/bashate/
Date: Mon, 13 Sep 2021 20:31:24
Message-Id: 1631565073.b2f7c79339d498f244ddfd829a32582554804a2d.mgorny@gentoo
1 commit: b2f7c79339d498f244ddfd829a32582554804a2d
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 13 20:09:47 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 13 20:31:13 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2f7c793
7
8 dev-python/bashate: Bump to 2.1.0
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/bashate/Manifest | 1 +
13 dev-python/bashate/bashate-2.1.0.ebuild | 25 +++++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/dev-python/bashate/Manifest b/dev-python/bashate/Manifest
17 index 65f9120e502..130aaa69c00 100644
18 --- a/dev-python/bashate/Manifest
19 +++ b/dev-python/bashate/Manifest
20 @@ -1 +1,2 @@
21 DIST bashate-2.0.0.tar.gz 29579 BLAKE2B 35cd827a9b5846d0319e6de8fc4bdffbace6b0f669e496aaffa12c44349cc5947a14baecf3b21c3bc4f424796f12b38e273f273f4862949bbae11dfc4b787464 SHA512 f6bacddcad1077d034df0de4313b13aa24ba4c60baa456912d1f40511830a58ca118a72193d4cac358963870e097bee4b0e2ae5a7f7aec42f0ba1663180eb401
22 +DIST bashate-2.1.0.tar.gz 34717 BLAKE2B 6d25c9fe35f976f5ef24d580cb7ee5a30eb79f68f05de2b6784b79ec93ae090ecbc2a2a09b0cabd4a6a997adef6ccb73f8f258044b0443fa231a403115591202 SHA512 6ef17da86113195d8dae093fddb7c17a365b4cd7816ef0ebb98ac6cda61f52526092f7da6c39c11fba9d709a124970e18e93e267f7d0fb38190e313208f66e98
23
24 diff --git a/dev-python/bashate/bashate-2.1.0.ebuild b/dev-python/bashate/bashate-2.1.0.ebuild
25 new file mode 100644
26 index 00000000000..e38d4d3ab79
27 --- /dev/null
28 +++ b/dev-python/bashate/bashate-2.1.0.ebuild
29 @@ -0,0 +1,25 @@
30 +# Copyright 1999-2021 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +PYTHON_COMPAT=( python3_{8..10} )
36 +inherit distutils-r1
37 +
38 +DESCRIPTION="A pep8 equivalent for bash scripts"
39 +HOMEPAGE="https://pypi.org/project/bashate/"
40 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 +
42 +LICENSE="Apache-2.0"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +BDEPEND="
47 + >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
48 + test? (
49 + dev-python/fixtures[${PYTHON_USEDEP}]
50 + dev-python/testtools[${PYTHON_USEDEP}]
51 + )
52 +"
53 +
54 +distutils_enable_tests unittest