Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/bashate/
Date: Tue, 11 Feb 2020 19:44:24
Message-Id: 1581450256.805432647ca10f8b26ed0741e80d352e0ef2a0af.prometheanfire@gentoo
1 commit: 805432647ca10f8b26ed0741e80d352e0ef2a0af
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 19:39:27 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 19:44:16 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80543264
7
8 dev-python/bashate: cleanup
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/bashate/Manifest | 1 -
14 dev-python/bashate/bashate-0.3.1.ebuild | 33 ---------------------------------
15 2 files changed, 34 deletions(-)
16
17 diff --git a/dev-python/bashate/Manifest b/dev-python/bashate/Manifest
18 index 17847e9b955..d2e9a4bc9cb 100644
19 --- a/dev-python/bashate/Manifest
20 +++ b/dev-python/bashate/Manifest
21 @@ -1,2 +1 @@
22 -DIST bashate-0.3.1.tar.gz 16016 BLAKE2B 72bcb6ef2c8dda48b40351f37971473b9c2137f3a727a355f1742f20355aee8a3898d4aaf61e0e6538b22adbe3ebd34bb30d67d0fb6b5f3535c9b46c1544ce5d SHA512 dfa3e8f98879169cef445cc9a788b4ed051630330e2270c721e472f080899d6742cd3deb571049ba6b943ada0fc77a70f5a7e4742a54d1ca6d5f075a92a00ffb
23 DIST bashate-0.6.0.tar.gz 30980 BLAKE2B 5b210edaa44a0652a03f30a641a072dba1482e1ca3b42c6b7140a52349ddb271f0137373a4d2f364032c22c176d6caf14be2635038df8a4e86585773d17a1f97 SHA512 bb64d8de0143bf2662497b1571ce654f4ceeb7d1dea3f625705b609ab70ed3b4bca6266c4eba7c2e7d99a1520fb9566a4a4daefa34c9c16538537b446c1da255
24
25 diff --git a/dev-python/bashate/bashate-0.3.1.ebuild b/dev-python/bashate/bashate-0.3.1.ebuild
26 deleted file mode 100644
27 index 7cd8b1c13de..00000000000
28 --- a/dev-python/bashate/bashate-0.3.1.ebuild
29 +++ /dev/null
30 @@ -1,33 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -PYTHON_COMPAT=( python3_6 )
36 -DISTUTILS_IN_SOURCE_BUILD=TRUE
37 -
38 -# time
39 -RESTRICT="test"
40 -
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="A pep8 equivalent for bash scripts"
44 -HOMEPAGE="https://pypi.org/project/bashate/"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="amd64 x86"
50 -IUSE="test"
51 -
52 -DEPEND="
53 - dev-python/setuptools[${PYTHON_USEDEP}]
54 - >=dev-python/pbr-0.8.0[${PYTHON_USEDEP}]
55 - <dev-python/pbr-2.0[${PYTHON_USEDEP}]
56 -"
57 -RDEPEND="
58 - >=dev-python/Babel-0.9.6[${PYTHON_USEDEP}]
59 -"
60 -
61 -python_install_all() {
62 - distutils-r1_python_install_all
63 -}