From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/tldr/
Date: Tue, 31 Aug 2021 08:54:01 +0000 (UTC) [thread overview]
Message-ID: <1630399798.b048ee0968017e71a6a84581f32482904c12f44f.Alessandro-Barbieri@gentoo> (raw)
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}"
next reply other threads:[~2021-08-31 8:54 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-08-31 8:54 Alessandro Barbieri [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-05-02 13:23 [gentoo-commits] repo/proj/guru:dev commit in: app-text/tldr/ Philippe-Alexandre Mathieu
2025-02-01 18:57 Filip Kobierski
2025-02-01 18:57 Filip Kobierski
2024-02-10 11:40 Takuya Wakazono
2024-02-08 9:57 Takuya Wakazono
2024-02-08 9:57 Takuya Wakazono
2023-12-02 13:34 Ankit Goel
2021-08-23 4:32 James Kalyan
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1630399798.b048ee0968017e71a6a84581f32482904c12f44f.Alessandro-Barbieri@gentoo \
--to=lssndrbarbieri@gmail.com \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox