dev-util/rpmlint: add 2.1.0

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-10-05 00:21:51 +02:00
parent f37f4842eb
commit 89d6aab1bc
2 changed files with 59 additions and 0 deletions

View File

@@ -0,0 +1,58 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_SINGLE_IMPL=1
PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
DESCRIPTION="Tool for checking common errors in RPM packages"
HOMEPAGE="https://github.com/rpm-software-management/rpmlint"
SRC_URI="https://github.com/rpm-software-management/rpmlint/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
${PYTHON_DEPS}
app-arch/bzip2
app-arch/cpio
app-arch/gzip
app-arch/xz-utils
app-arch/zstd
sys-devel/binutils:*
$(python_gen_cond_dep '
app-arch/rpm[python,${PYTHON_SINGLE_USEDEP}]
dev-python/pybeam[${PYTHON_USEDEP}]
dev-python/pyxdg[${PYTHON_USEDEP}]
dev-python/toml[${PYTHON_USEDEP}]
dev-python/zstd[${PYTHON_USEDEP}]
')
"
DEPEND="
${RDEPEND}
test? (
app-shells/dash
dev-libs/appstream-glib
dev-util/desktop-file-utils
dev-util/devscripts
|| (
( app-text/hunspell[l10n_cs,l10n_en] app-text/enchant[hunspell] )
( app-text/aspell[l10n_cs,l10n_en] app-text/enchant[aspell] )
)
$(python_gen_cond_dep '
dev-python/pyenchant[${PYTHON_USEDEP}]
dev-python/pytest-xdist[${PYTHON_USEDEP}]
dev-python/python-magic[${PYTHON_USEDEP}]
')
)
"
PATCHES=( "${FILESDIR}/no-coverage.patch" )
distutils_enable_tests pytest