Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ranger: add changelog, adopt
@ 2023-05-07 20:49 carvalhudo
  2023-05-07 20:56 ` [PR PATCH] [Updated] " carvalhudo
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: carvalhudo @ 2023-05-07 20:49 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 400 bytes --]

There is a new pull request by carvalhudo against master on the void-packages repository

https://github.com/carvalhudo/void-packages add_changelog_ranger
https://github.com/void-linux/void-packages/pull/43796

ranger: add changelog, adopt
#### Testing the changes
- I tested the changes in this PR: **YES**

A patch file from https://github.com/void-linux/void-packages/pull/43796.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add_changelog_ranger-43796.patch --]
[-- Type: text/x-diff, Size: 1055 bytes --]

From df89a1a27258d1b378cfcde06ef1025ae10ae54b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
 <andrelcmoreira@disroot.org>
Date: Sun, 7 May 2023 17:46:11 -0300
Subject: [PATCH] ranger: add changelog, adopt

---
 srcpkgs/ranger/template | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index 4c2a670374e9..00667b566c6f 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -9,9 +9,10 @@ makedepends="python3-devel"
 depends="python3"
 checkdepends="python3-pytest flake8 ncurses-term"
 short_desc="File manager with an ncurses frontend written in Python"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André L. C. Moreira <andrelcmoreira@disroot.org>"
 license="GPL-3.0-only"
 homepage="https://ranger.github.io"
+changelog="https://raw.githubusercontent.com/ranger/ranger/master/CHANGELOG.md"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
 checksum=ce088a04c91c25263a9675dc5c43514b7ec1b38c8ea43d9a9d00923ff6cdd251
 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] ranger: add changelog, adopt
  2023-05-07 20:49 [PR PATCH] ranger: add changelog, adopt carvalhudo
@ 2023-05-07 20:56 ` carvalhudo
  2023-05-07 22:24 ` carvalhudo
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: carvalhudo @ 2023-05-07 20:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 405 bytes --]

There is an updated pull request by carvalhudo against master on the void-packages repository

https://github.com/carvalhudo/void-packages add_changelog_ranger
https://github.com/void-linux/void-packages/pull/43796

ranger: add changelog, adopt
#### Testing the changes
- I tested the changes in this PR: **YES**

A patch file from https://github.com/void-linux/void-packages/pull/43796.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add_changelog_ranger-43796.patch --]
[-- Type: text/x-diff, Size: 1183 bytes --]

From 1a821a8894cab4c6f3003a351fa560d1d1699f1e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
 <andrelcmoreira@disroot.org>
Date: Sun, 7 May 2023 17:46:11 -0300
Subject: [PATCH] ranger: add changelog, adopt

---
 srcpkgs/ranger/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index 4c2a670374e9..59ebf5884a9c 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -3,15 +3,15 @@ pkgname=ranger
 version=1.9.3
 revision=4
 build_style=python3-module
-pycompile_module="ranger"
 hostmakedepends="python3"
 makedepends="python3-devel"
 depends="python3"
 checkdepends="python3-pytest flake8 ncurses-term"
 short_desc="File manager with an ncurses frontend written in Python"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André L. C. Moreira <andrelcmoreira@disroot.org>"
 license="GPL-3.0-only"
 homepage="https://ranger.github.io"
+changelog="https://raw.githubusercontent.com/ranger/ranger/master/CHANGELOG.md"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
 checksum=ce088a04c91c25263a9675dc5c43514b7ec1b38c8ea43d9a9d00923ff6cdd251
 

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] ranger: add changelog, adopt
  2023-05-07 20:49 [PR PATCH] ranger: add changelog, adopt carvalhudo
  2023-05-07 20:56 ` [PR PATCH] [Updated] " carvalhudo
@ 2023-05-07 22:24 ` carvalhudo
  2023-05-08  1:05 ` carvalhudo
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: carvalhudo @ 2023-05-07 22:24 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 405 bytes --]

There is an updated pull request by carvalhudo against master on the void-packages repository

https://github.com/carvalhudo/void-packages add_changelog_ranger
https://github.com/void-linux/void-packages/pull/43796

ranger: add changelog, adopt
#### Testing the changes
- I tested the changes in this PR: **YES**

A patch file from https://github.com/void-linux/void-packages/pull/43796.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add_changelog_ranger-43796.patch --]
[-- Type: text/x-diff, Size: 1445 bytes --]

From 1b66633ceba110f5b9a8a6fab6daba2626f9afc3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
 <andrelcmoreira@disroot.org>
Date: Sun, 7 May 2023 17:46:11 -0300
Subject: [PATCH] ranger: add changelog, adopt

---
 srcpkgs/ranger/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index 4c2a670374e9..fba220a81c02 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -3,21 +3,21 @@ pkgname=ranger
 version=1.9.3
 revision=4
 build_style=python3-module
-pycompile_module="ranger"
 hostmakedepends="python3"
 makedepends="python3-devel"
 depends="python3"
 checkdepends="python3-pytest flake8 ncurses-term"
 short_desc="File manager with an ncurses frontend written in Python"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André L. C. Moreira <andrelcmoreira@disroot.org>"
 license="GPL-3.0-only"
 homepage="https://ranger.github.io"
+changelog="https://raw.githubusercontent.com/ranger/ranger/master/CHANGELOG.md"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
 checksum=ce088a04c91c25263a9675dc5c43514b7ec1b38c8ea43d9a9d00923ff6cdd251
 
 do_check() {
 	# test_pylint is failing,
 	# As a distro, we don't want to check their code style
-	TERM=linux TERMINFO=/usr/share/terminfo \
+	PYTHON=python TERM=linux TERMINFO=/usr/share/terminfo \
 		make test_flake8 test_doctest test_pytest test_other
 }

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] ranger: add changelog, adopt
  2023-05-07 20:49 [PR PATCH] ranger: add changelog, adopt carvalhudo
  2023-05-07 20:56 ` [PR PATCH] [Updated] " carvalhudo
  2023-05-07 22:24 ` carvalhudo
@ 2023-05-08  1:05 ` carvalhudo
  2023-05-08  1:08 ` carvalhudo
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: carvalhudo @ 2023-05-08  1:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 405 bytes --]

There is an updated pull request by carvalhudo against master on the void-packages repository

https://github.com/carvalhudo/void-packages add_changelog_ranger
https://github.com/void-linux/void-packages/pull/43796

ranger: add changelog, adopt
#### Testing the changes
- I tested the changes in this PR: **YES**

A patch file from https://github.com/void-linux/void-packages/pull/43796.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add_changelog_ranger-43796.patch --]
[-- Type: text/x-diff, Size: 1653 bytes --]

From 0b572c4cf828cd91a905d630a4aeb88cd2c579e6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
 <andrelcmoreira@disroot.org>
Date: Sun, 7 May 2023 17:46:11 -0300
Subject: [PATCH] ranger: add changelog, adopt

---
 srcpkgs/ranger/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index 4c2a670374e9..3ba965172b3b 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -3,21 +3,25 @@ pkgname=ranger
 version=1.9.3
 revision=4
 build_style=python3-module
-pycompile_module="ranger"
 hostmakedepends="python3"
 makedepends="python3-devel"
 depends="python3"
 checkdepends="python3-pytest flake8 ncurses-term"
 short_desc="File manager with an ncurses frontend written in Python"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André L. C. Moreira <andrelcmoreira@disroot.org>"
 license="GPL-3.0-only"
 homepage="https://ranger.github.io"
+changelog="https://raw.githubusercontent.com/ranger/ranger/master/CHANGELOG.md"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
 checksum=ce088a04c91c25263a9675dc5c43514b7ec1b38c8ea43d9a9d00923ff6cdd251
 
 do_check() {
 	# test_pylint is failing,
 	# As a distro, we don't want to check their code style
-	TERM=linux TERMINFO=/usr/share/terminfo \
+
+  # as workaround to fix this step, we set the 'PYTHON' variable due the lack
+  # of 'which' command (whose is used in the ranger's Makefile to find the
+  # suitable python version) in base-chroot.
+	PYTHON=python TERM=linux TERMINFO=/usr/share/terminfo \
 		make test_flake8 test_doctest test_pytest test_other
 }

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Updated] ranger: add changelog, adopt
  2023-05-07 20:49 [PR PATCH] ranger: add changelog, adopt carvalhudo
                   ` (2 preceding siblings ...)
  2023-05-08  1:05 ` carvalhudo
@ 2023-05-08  1:08 ` carvalhudo
  2023-05-11  2:02 ` [PR REVIEW] ranger: fix check step, adopt sgn
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: carvalhudo @ 2023-05-08  1:08 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 405 bytes --]

There is an updated pull request by carvalhudo against master on the void-packages repository

https://github.com/carvalhudo/void-packages add_changelog_ranger
https://github.com/void-linux/void-packages/pull/43796

ranger: add changelog, adopt
#### Testing the changes
- I tested the changes in this PR: **YES**

A patch file from https://github.com/void-linux/void-packages/pull/43796.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add_changelog_ranger-43796.patch --]
[-- Type: text/x-diff, Size: 1650 bytes --]

From 47b26cb3df7e869682d042bfcba32977b1f4fd37 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Andr=C3=A9=20L=2E=20C=2E=20Moreira?=
 <andrelcmoreira@disroot.org>
Date: Sun, 7 May 2023 17:46:11 -0300
Subject: [PATCH] ranger: add changelog, adopt

---
 srcpkgs/ranger/template | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/ranger/template b/srcpkgs/ranger/template
index 4c2a670374e9..9d49a5dbcf8a 100644
--- a/srcpkgs/ranger/template
+++ b/srcpkgs/ranger/template
@@ -3,21 +3,25 @@ pkgname=ranger
 version=1.9.3
 revision=4
 build_style=python3-module
-pycompile_module="ranger"
 hostmakedepends="python3"
 makedepends="python3-devel"
 depends="python3"
 checkdepends="python3-pytest flake8 ncurses-term"
 short_desc="File manager with an ncurses frontend written in Python"
-maintainer="Orphaned <orphan@voidlinux.org>"
+maintainer="André L. C. Moreira <andrelcmoreira@disroot.org>"
 license="GPL-3.0-only"
 homepage="https://ranger.github.io"
+changelog="https://raw.githubusercontent.com/ranger/ranger/master/CHANGELOG.md"
 distfiles="${homepage}/${pkgname}-${version}.tar.gz"
 checksum=ce088a04c91c25263a9675dc5c43514b7ec1b38c8ea43d9a9d00923ff6cdd251
 
 do_check() {
 	# test_pylint is failing,
 	# As a distro, we don't want to check their code style
-	TERM=linux TERMINFO=/usr/share/terminfo \
+
+	# as workaround to fix this step, we set the 'PYTHON' variable due the lack
+	# of 'which' command (whose is used in the ranger's Makefile to find the
+	# suitable python version) in base-chroot.
+	PYTHON=python TERM=linux TERMINFO=/usr/share/terminfo \
 		make test_flake8 test_doctest test_pytest test_other
 }

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] ranger: fix check step, adopt
  2023-05-07 20:49 [PR PATCH] ranger: add changelog, adopt carvalhudo
                   ` (3 preceding siblings ...)
  2023-05-08  1:08 ` carvalhudo
@ 2023-05-11  2:02 ` sgn
  2023-05-11  2:02 ` sgn
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sgn @ 2023-05-11  2:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/43796#discussion_r1190563440

Comment:
Does it work with `TERM=ansi`? or `TERM=xterm`?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] ranger: fix check step, adopt
  2023-05-07 20:49 [PR PATCH] ranger: add changelog, adopt carvalhudo
                   ` (4 preceding siblings ...)
  2023-05-11  2:02 ` [PR REVIEW] ranger: fix check step, adopt sgn
@ 2023-05-11  2:02 ` sgn
  2023-05-13 18:57 ` carvalhudo
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: sgn @ 2023-05-11  2:02 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 168 bytes --]

New review comment by sgn on void-packages repository

https://github.com/void-linux/void-packages/pull/43796#discussion_r1190563571

Comment:
Also without `TERMINFO`?

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR REVIEW] ranger: fix check step, adopt
  2023-05-07 20:49 [PR PATCH] ranger: add changelog, adopt carvalhudo
                   ` (5 preceding siblings ...)
  2023-05-11  2:02 ` sgn
@ 2023-05-13 18:57 ` carvalhudo
  2023-08-12  1:43 ` github-actions
  2023-08-26  1:44 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: carvalhudo @ 2023-05-13 18:57 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 423 bytes --]

New review comment by carvalhudo on void-packages repository

https://github.com/void-linux/void-packages/pull/43796#discussion_r1193025876

Comment:
> Does it work with TERM=ansi? or TERM=xterm?

Yes.

> Also without TERMINFO?

Yes. Do you think we can remove it?I'm not sure about its relevance here. I took a quick look at the project's source code and I figured out ranger doesn't rely on this variable directly.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: ranger: fix check step, adopt
  2023-05-07 20:49 [PR PATCH] ranger: add changelog, adopt carvalhudo
                   ` (6 preceding siblings ...)
  2023-05-13 18:57 ` carvalhudo
@ 2023-08-12  1:43 ` github-actions
  2023-08-26  1:44 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2023-08-12  1:43 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 305 bytes --]

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/43796#issuecomment-1675605706

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PR PATCH] [Closed]: ranger: fix check step, adopt
  2023-05-07 20:49 [PR PATCH] ranger: add changelog, adopt carvalhudo
                   ` (7 preceding siblings ...)
  2023-08-12  1:43 ` github-actions
@ 2023-08-26  1:44 ` github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2023-08-26  1:44 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 231 bytes --]

There's a closed pull request on the void-packages repository

ranger: fix check step, adopt
https://github.com/void-linux/void-packages/pull/43796

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2023-08-26  1:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-07 20:49 [PR PATCH] ranger: add changelog, adopt carvalhudo
2023-05-07 20:56 ` [PR PATCH] [Updated] " carvalhudo
2023-05-07 22:24 ` carvalhudo
2023-05-08  1:05 ` carvalhudo
2023-05-08  1:08 ` carvalhudo
2023-05-11  2:02 ` [PR REVIEW] ranger: fix check step, adopt sgn
2023-05-11  2:02 ` sgn
2023-05-13 18:57 ` carvalhudo
2023-08-12  1:43 ` github-actions
2023-08-26  1:44 ` [PR PATCH] [Closed]: " github-actions

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).