Gentoo Archives: gentoo-commits

From: Guilherme Amadio <amadio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ansible-lint/
Date: Thu, 10 Jun 2021 09:52:29
Message-Id: 1623318720.dab281e88ea62652004c7c85cc0080be04374b34.amadio@gentoo
1 commit: dab281e88ea62652004c7c85cc0080be04374b34
2 Author: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 10 09:52:00 2021 +0000
4 Commit: Guilherme Amadio <amadio <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 10 09:52:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dab281e8
7
8 app-admin/ansible-lint: drop old
9
10 Does not work with latest ansible from the tree.
11
12 Bug: https://bugs.gentoo.org/795189
13 Package-Manager: Portage-3.0.19, Repoman-3.0.3
14 Signed-off-by: Guilherme Amadio <amadio <AT> gentoo.org>
15
16 app-admin/ansible-lint/Manifest | 1 -
17 app-admin/ansible-lint/ansible-lint-5.0.2.ebuild | 37 ------------------------
18 2 files changed, 38 deletions(-)
19
20 diff --git a/app-admin/ansible-lint/Manifest b/app-admin/ansible-lint/Manifest
21 index 967b8510444..140b80fa248 100644
22 --- a/app-admin/ansible-lint/Manifest
23 +++ b/app-admin/ansible-lint/Manifest
24 @@ -1,2 +1 @@
25 DIST ansible-lint-5.0.12.tar.gz 348478 BLAKE2B 3ea2a0adb82bd21322fa9a2d4c8dd4f41345f909401341748e8395aa8acf92bfc8058ee679a594c886327480bb808e69622e874c9def97c406265a0828a314eb SHA512 06b84d098253ab70f9c3fb59e1d2ba4d30918f1e7c6f3decc8f73fe8cdb7d697527eff3efcc7238fc952bc07b7179d37582d5fb9968e691e2df5495741802404
26 -DIST ansible-lint-5.0.2.tar.gz 331359 BLAKE2B e86a1bce18d3a04fa4d895e9f8650f6853d706588bcfa564ee8245a63a6779cc00737351807d0bc3fdd624c348275afda15d3834faa2efd01b2383115864f7a6 SHA512 760da7574db68d351a4a834d7963840ebe61c72df62db220f2c3e894f0906a193783821823621f64eb7d2f16f6f226f748ff03f068beb14fa43ca009ab0df539
27
28 diff --git a/app-admin/ansible-lint/ansible-lint-5.0.2.ebuild b/app-admin/ansible-lint/ansible-lint-5.0.2.ebuild
29 deleted file mode 100644
30 index 1669284dd5a..00000000000
31 --- a/app-admin/ansible-lint/ansible-lint-5.0.2.ebuild
32 +++ /dev/null
33 @@ -1,37 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -PYTHON_COMPAT=( python3_{7..9} )
40 -DISTUTILS_USE_SETUPTOOLS=rdepend
41 -inherit distutils-r1
42 -
43 -DESCRIPTION="Checks ansible playbooks for practices and behaviour that can be improved"
44 -HOMEPAGE="https://github.com/ansible-community/ansible-lint"
45 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -
51 -# tests are broken at the moment
52 -RESTRICT="test"
53 -
54 -RDEPEND="
55 - app-admin/ansible[${PYTHON_USEDEP}]
56 - dev-python/enrich[${PYTHON_USEDEP}]
57 - dev-python/pyyaml[${PYTHON_USEDEP}]
58 - dev-python/rich[${PYTHON_USEDEP}]
59 - dev-python/six[${PYTHON_USEDEP}]
60 - dev-python/wcmatch[${PYTHON_USEDEP}]"
61 -BDEPEND="
62 - dev-python/ruamel-yaml[${PYTHON_USEDEP}]
63 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
64 - dev-python/setuptools_scm_git_archive[${PYTHON_USEDEP}]
65 - test? (
66 - dev-python/flake8[${PYTHON_USEDEP}]
67 - dev-python/wheel[${PYTHON_USEDEP}]
68 - )"
69 -
70 -distutils_enable_tests nose