Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-util/rpmlint/, profiles/, dev-util/rpmlint/files/
Date: Thu, 11 Aug 2022 13:56:06
Message-Id: 1660226147.14812b460e20227fa57448c8cac3adcd6a41ab05.andrewammerlaan@gentoo
1 commit: 14812b460e20227fa57448c8cac3adcd6a41ab05
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 11 13:55:47 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 11 13:55:47 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=14812b46
7
8 dev-util/rpmlint: treeclean
9
10 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
11
12 dev-util/rpmlint/Manifest | 1 -
13 dev-util/rpmlint/files/no-coverage.patch | 8 -----
14 dev-util/rpmlint/metadata.xml | 20 -----------
15 dev-util/rpmlint/rpmlint-2.3.0.ebuild | 57 --------------------------------
16 profiles/package.mask | 4 ---
17 5 files changed, 90 deletions(-)
18
19 diff --git a/dev-util/rpmlint/Manifest b/dev-util/rpmlint/Manifest
20 deleted file mode 100644
21 index ad2b7bd9c..000000000
22 --- a/dev-util/rpmlint/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST rpmlint-2.3.0.tar.gz 5738210 BLAKE2B ae6e2f494009e5f7d2235d4a6e0bbc54bc992f890285d713b50e73131d2926e6db5f230a03c07cef6c314e33e418d8a8522721b0896a78cf4a3c6dbc6ea7e2ac SHA512 8c10a58315695a5768a8f95de9bcae2cca264d48e1a672ff515a2696eee3664dc97c1653ef6e3e18e46f2286cb99430fb3eaa3b0dc6ac069a6b4b94d13584903
26
27 diff --git a/dev-util/rpmlint/files/no-coverage.patch b/dev-util/rpmlint/files/no-coverage.patch
28 deleted file mode 100644
29 index 86edc54ec..000000000
30 --- a/dev-util/rpmlint/files/no-coverage.patch
31 +++ /dev/null
32 @@ -1,8 +0,0 @@
33 ---- a/setup.cfg
34 -+++ b/setup.cfg
35 -@@ -10,4 +10,4 @@
36 - application-import-names = Testing
37 -
38 - [tool:pytest]
39 --addopts = -vv --cov=rpmlint -n auto --flake8
40 -+addopts = -vv
41
42 diff --git a/dev-util/rpmlint/metadata.xml b/dev-util/rpmlint/metadata.xml
43 deleted file mode 100644
44 index f7b6c936b..000000000
45 --- a/dev-util/rpmlint/metadata.xml
46 +++ /dev/null
47 @@ -1,20 +0,0 @@
48 -<?xml version="1.0" encoding="UTF-8"?>
49 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
50 -<pkgmetadata>
51 - <maintainer type="person">
52 - <description>co-maintainers welcome</description>
53 - <email>lssndrbarbieri@×××××.com</email>
54 - <name>Alessandro Barbieri</name>
55 - </maintainer>
56 - <longdescription lang="en">
57 - rpmlint is a tool for checking common errors in rpm packages. It can be
58 - used to test individual packages and spec files before uploading or to
59 - check an entire distribution. By default all applicable checks are
60 - processed but specific checks can be performed by using command line
61 - parameters.
62 - </longdescription>
63 - <upstream>
64 - <bugs-to>https://github.com/rpm-software-management/rpmlint/issues</bugs-to>
65 - <remote-id type="github">rpm-software-management/rpmlint</remote-id>
66 - </upstream>
67 -</pkgmetadata>
68
69 diff --git a/dev-util/rpmlint/rpmlint-2.3.0.ebuild b/dev-util/rpmlint/rpmlint-2.3.0.ebuild
70 deleted file mode 100644
71 index fd823edea..000000000
72 --- a/dev-util/rpmlint/rpmlint-2.3.0.ebuild
73 +++ /dev/null
74 @@ -1,57 +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_SINGLE_IMPL=1
81 -DISTUTILS_USE_PEP517=setuptools
82 -PYTHON_COMPAT=( python3_{8..10} )
83 -
84 -inherit distutils-r1
85 -
86 -DESCRIPTION="Tool for checking common errors in RPM packages"
87 -HOMEPAGE="https://github.com/rpm-software-management/rpmlint"
88 -SRC_URI="https://github.com/rpm-software-management/rpmlint/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
89 -
90 -LICENSE="GPL-2"
91 -SLOT="0"
92 -KEYWORDS="~amd64"
93 -
94 -RDEPEND="
95 - ${PYTHON_DEPS}
96 - app-arch/bzip2
97 - app-arch/cpio
98 - app-arch/gzip
99 - app-arch/xz-utils
100 - app-arch/zstd
101 - sys-devel/binutils:*
102 -
103 - $(python_gen_cond_dep '
104 - app-arch/rpm[python,${PYTHON_SINGLE_USEDEP}]
105 - dev-python/pybeam[${PYTHON_USEDEP}]
106 - dev-python/pyxdg[${PYTHON_USEDEP}]
107 - dev-python/toml[${PYTHON_USEDEP}]
108 - dev-python/zstandard[${PYTHON_USEDEP}]
109 - dev-python/pyenchant[${PYTHON_USEDEP}]
110 - dev-python/python-magic[${PYTHON_USEDEP}]
111 - ')
112 -"
113 -DEPEND="
114 - ${RDEPEND}
115 - test? (
116 - app-shells/dash
117 - dev-libs/appstream-glib
118 - dev-util/desktop-file-utils
119 - dev-util/devscripts
120 - || (
121 - ( app-text/hunspell[l10n_cs,l10n_en] app-text/enchant[hunspell] )
122 - ( app-text/aspell[l10n_cs,l10n_en] app-text/enchant[aspell] )
123 - )
124 -
125 - $(python_gen_cond_dep 'dev-python/pytest-xdist[${PYTHON_USEDEP}]')
126 - )
127 -"
128 -
129 -PATCHES=( "${FILESDIR}/no-coverage.patch" )
130 -
131 -distutils_enable_tests pytest
132
133 diff --git a/profiles/package.mask b/profiles/package.mask
134 index 44544dfbb..5629afab9 100644
135 --- a/profiles/package.mask
136 +++ b/profiles/package.mask
137 @@ -48,10 +48,6 @@ app-emulation/dxvk-bin
138 app-editors/imhex
139 dev-vcs/mergestat
140
141 -# Andrew Ammerlaan <andrewammerlaan@g.o> (2022-07-03)
142 -# unavailable dependency dev-util/distro-info
143 -dev-util/rpmlint
144 -
145 # Alessandro Barbieri <lssndrbarbieri@×××××.com> (2022-06-26)
146 # depends on non-existent dev-python/m2r
147 # https://github.com/jaysonsantos/python-binary-memcached/issues/249