From 625d3687ef52f9ee97da0d4875e92515ef8f6d41 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 15 Dec 2023 03:24:39 +0000 Subject: app-text/rpl: drop invalid keywords, tidy up Signed-off-by: Sam James --- app-text/rpl/rpl-1.15.5.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/app-text/rpl/rpl-1.15.5.ebuild b/app-text/rpl/rpl-1.15.5.ebuild index c4eb37bce145..94f430f1934e 100644 --- a/app-text/rpl/rpl-1.15.5.ebuild +++ b/app-text/rpl/rpl-1.15.5.ebuild @@ -8,8 +8,7 @@ PYTHON_COMPAT=( python3_11 ) inherit distutils-r1 DESCRIPTION="Intelligent recursive search/replace utility" -HOMEPAGE="https://rpl.sourceforge.net/ - https://github.com/rrthomas/rpl" +HOMEPAGE="https://rpl.sourceforge.net/ https://github.com/rrthomas/rpl" SRC_URI=" https://github.com/rrthomas/rpl/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz @@ -17,18 +16,19 @@ SRC_URI=" LICENSE="GPL-3+" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="~amd64" RDEPEND="dev-python/chardet[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND} +BDEPEND=" + ${RDEPEND} dev-python/argparse-manpage[${PYTHON_USEDEP}] dev-python/regex[${PYTHON_USEDEP}] dev-python/chainstream[${PYTHON_USEDEP}] " +distutils_enable_tests pytest + src_prepare() { sed -i "s/VERSION = importlib.metadata.version('rpl')/VERSION = '${PV}'/" rpl/__init__.py || die distutils-r1_src_prepare } - -distutils_enable_tests pytest -- cgit v1.2.3-65-gdbad