From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ranger/
Date: Sat, 14 Jan 2023 02:47:13 +0000 (UTC) [thread overview]
Message-ID: <1673664281.01233808796a1cadcb14f04ae2bd53f357216566.ionen@gentoo> (raw)
commit: 01233808796a1cadcb14f04ae2bd53f357216566
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 14 02:09:09 2023 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Jan 14 02:44:41 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=01233808
app-misc/ranger: EAPI7->8, use pep517 + single impl
wrt single, not aware of anything using ranger site-packages directly,
please file of a bug if was actually useful for something.
Also preemptively cleanup python3_8 as target is about to get removed.
Closes: https://bugs.gentoo.org/800650
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
app-misc/ranger/Manifest | 1 +
app-misc/ranger/ranger-1.9.3-r1.ebuild | 41 ++++++++++++++++++++++++++++++++++
2 files changed, 42 insertions(+)
diff --git a/app-misc/ranger/Manifest b/app-misc/ranger/Manifest
index 463e10d6436c..c817f322d2ac 100644
--- a/app-misc/ranger/Manifest
+++ b/app-misc/ranger/Manifest
@@ -1 +1,2 @@
+DIST ranger-1.9.3.gh.tar.gz 280363 BLAKE2B 2698f82773aae0224e7385413a1f939cdd4b3374eddad496781a42b054e26a8d7e5944bf19bc846736a9171df317c0dbc3c8bdf83c6ca9bdb95de17f9229809e SHA512 5cd7bea714a6542d0a5445f5f0cf929b2df4377df3ef710f3786c6c46dd58b017a8060cde3969076637bfaac03c13297d3020fd82f4574dc49546ca223c0e8d3
DIST ranger-1.9.3.tar.gz 280363 BLAKE2B 2698f82773aae0224e7385413a1f939cdd4b3374eddad496781a42b054e26a8d7e5944bf19bc846736a9171df317c0dbc3c8bdf83c6ca9bdb95de17f9229809e SHA512 5cd7bea714a6542d0a5445f5f0cf929b2df4377df3ef710f3786c6c46dd58b017a8060cde3969076637bfaac03c13297d3020fd82f4574dc49546ca223c0e8d3
diff --git a/app-misc/ranger/ranger-1.9.3-r1.ebuild b/app-misc/ranger/ranger-1.9.3-r1.ebuild
new file mode 100644
index 000000000000..7343792b5712
--- /dev/null
+++ b/app-misc/ranger/ranger-1.9.3-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_SINGLE_IMPL=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_REQ_USE="ncurses"
+inherit distutils-r1 xdg
+
+if [[ ${PV} == 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://github.com/ranger/ranger.git"
+else
+ SRC_URI="https://github.com/ranger/ranger/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
+ KEYWORDS="~amd64 ~ppc ~riscv ~x86"
+fi
+
+DESCRIPTION="Vim-inspired file manager for the console"
+HOMEPAGE="https://ranger.github.io/"
+
+LICENSE="GPL-3"
+SLOT="0"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+ distutils-r1_src_prepare
+
+ sed -i "s|share/doc/ranger|share/doc/${PF}|" setup.py doc/ranger.1 || die
+}
+
+pkg_postinst() {
+ xdg_pkg_postinst
+
+ if [[ ! ${REPLACING_VERSIONS} ]]; then
+ elog "${PN^} has many optional dependencies to support enhanced file previews."
+ elog "See ${EROOT}/usr/share/doc/${PF}/README.md* for more details."
+ fi
+}
next reply other threads:[~2023-01-14 2:47 UTC|newest]
Thread overview: 54+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-14 2:47 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-06-30 15:27 [gentoo-commits] repo/gentoo:master commit in: app-misc/ranger/ Ionen Wolkens
2025-05-12 1:46 Ionen Wolkens
2025-01-24 7:43 Ionen Wolkens
2025-01-16 8:26 Sam James
2024-12-16 8:42 Ionen Wolkens
2024-11-24 11:03 Sam James
2024-11-05 2:16 Ionen Wolkens
2024-11-05 2:16 Ionen Wolkens
2024-05-10 4:26 Ionen Wolkens
2024-04-22 16:58 Arthur Zamarin
2024-04-22 16:58 Arthur Zamarin
2023-05-23 17:15 Ionen Wolkens
2023-01-30 19:11 Ionen Wolkens
2023-01-30 19:11 Ionen Wolkens
2023-01-16 15:43 Ionen Wolkens
2023-01-14 3:56 Ionen Wolkens
2023-01-14 2:47 Ionen Wolkens
2023-01-14 2:47 Ionen Wolkens
2023-01-14 2:47 Ionen Wolkens
2022-11-15 18:17 Michał Górny
2022-05-21 21:11 Ionen Wolkens
2021-07-21 2:22 Yixun Lan
2021-06-03 8:23 Sam James
2021-06-02 16:44 Sam James
2020-11-14 21:48 David Seifert
2020-10-28 2:54 Tim Harder
2020-02-11 11:38 Michał Górny
2020-01-01 10:02 Mikle Kolyada
2019-11-19 17:42 Mikle Kolyada
2019-11-18 22:31 Tim Harder
2019-11-18 22:31 Tim Harder
2019-08-14 23:17 Tim Harder
2018-12-11 7:51 Tim Harder
2018-12-11 7:51 Tim Harder
2018-12-11 7:51 Tim Harder
2018-09-11 9:27 Patrice Clement
2018-06-25 18:45 Tim Harder
2018-06-25 18:45 Tim Harder
2018-02-27 13:32 Tim Harder
2018-02-27 2:09 Tim Harder
2018-02-27 2:09 Tim Harder
2018-02-03 9:15 Tim Harder
2018-02-03 9:15 Tim Harder
2017-04-25 17:27 Tim Harder
2017-02-27 2:02 Tim Harder
2017-02-27 2:02 Tim Harder
2017-02-16 13:05 Tim Harder
2017-01-10 4:14 Tim Harder
2017-01-07 19:32 Tim Harder
2016-09-23 5:37 Tim Harder
2016-09-23 5:37 Tim Harder
2016-01-11 4:03 Tim Harder
2015-11-13 4:30 Tim Harder
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=1673664281.01233808796a1cadcb14f04ae2bd53f357216566.ionen@gentoo \
--to=ionen@gentoo.org \
--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