commit:     b048ee0968017e71a6a84581f32482904c12f44f
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue Aug 31 08:49:58 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue Aug 31 08:49:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b048ee09

app-text/tldr: fix all the ebuild

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 .../tldr/{tldr-2.0.0.ebuild => tldr-2.0.0-r1.ebuild}    | 17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)

diff --git a/app-text/tldr/tldr-2.0.0.ebuild 
b/app-text/tldr/tldr-2.0.0-r1.ebuild
similarity index 51%
rename from app-text/tldr/tldr-2.0.0.ebuild
rename to app-text/tldr/tldr-2.0.0-r1.ebuild
index 8c1311772..11c11ff38 100644
--- a/app-text/tldr/tldr-2.0.0.ebuild
+++ b/app-text/tldr/tldr-2.0.0-r1.ebuild
@@ -3,20 +3,25 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{6,7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
 inherit distutils-r1
 
 DESCRIPTION="Python command line client for tldr pages"
-HOMEPAGE="https://github.com/tldr-pages/tldr-python-client/";
+HOMEPAGE="https://github.com/tldr-pages/tldr-python-client";
 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 
+DEPEND="
+       ${PYTHON_DEPS}
+       dev-python/argcomplete[${PYTHON_USEDEP}]
+       dev-python/colorama[${PYTHON_USEDEP}]
+       dev-python/termcolor[${PYTHON_USEDEP}]
+"
 RDEPEND="
-       dev-python/termcolor
-       dev-python/colorama
-       dev-python/argcomplete
+       ${DEPEND}
+       !app-misc/tealdeer
 "
-DEPEND="${RDEPEND}"

Reply via email to