* [PR PATCH] canto-curses: fix test
@ 2023-11-23 16:05 Luciogi
2023-11-27 11:45 ` [PR PATCH] [Updated] " Luciogi
` (4 more replies)
0 siblings, 5 replies; 6+ messages in thread
From: Luciogi @ 2023-11-23 16:05 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 480 bytes --]
There is a new pull request by Luciogi against master on the void-packages repository
https://github.com/Luciogi/void-packages canto-curses
https://github.com/void-linux/void-packages/pull/47366
canto-curses: fix test
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
A patch file from https://github.com/void-linux/void-packages/pull/47366.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-canto-curses-47366.patch --]
[-- Type: text/x-diff, Size: 794 bytes --]
From aefce8a1b1e66625b8e44e9f67324fd12f08860f Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Thu, 23 Nov 2023 20:29:59 +0500
Subject: [PATCH] canto-curses: fix test
---
srcpkgs/canto-curses/template | 1 +
1 file changed, 1 insertion(+)
diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index ffe8a687fdcbe..36ce02432420a 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -7,6 +7,7 @@ pycompile_dirs="/usr/lib/canto/plugins"
hostmakedepends="python3-setuptools"
makedepends="python3-devel ncurses-devel readline-devel"
depends="canto-next"
+checkdepends="${depends}"
short_desc="Ncurses frontend for canto-next Atom/RSS feed reader"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] canto-curses: fix test
2023-11-23 16:05 [PR PATCH] canto-curses: fix test Luciogi
@ 2023-11-27 11:45 ` Luciogi
2023-11-27 11:49 ` Luciogi
` (3 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Luciogi @ 2023-11-27 11:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 485 bytes --]
There is an updated pull request by Luciogi against master on the void-packages repository
https://github.com/Luciogi/void-packages canto-curses
https://github.com/void-linux/void-packages/pull/47366
canto-curses: fix test
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
A patch file from https://github.com/void-linux/void-packages/pull/47366.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-canto-curses-47366.patch --]
[-- Type: text/x-diff, Size: 753 bytes --]
From 26465062e882cd387121e649a8de99659ed0ac42 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Thu, 23 Nov 2023 20:29:59 +0500
Subject: [PATCH] canto-curses: fix test
---
srcpkgs/canto-curses/template | 1 +
1 file changed, 1 insertion(+)
diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index ffe8a687fdcbe..aec9ac05c8a07 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -13,3 +13,4 @@ license="GPL-2.0-only"
homepage="https://codezen.org/canto-ng/"
distfiles="https://github.com/themoken/${pkgname}/archive/v${version}.tar.gz"
checksum=88db1e4ac71f13f02ffb076a33b290e6c343da669dc54ea771af705b21ea6452
+make_check=no # tests are not compatible with `setuptools`
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] canto-curses: fix test
2023-11-23 16:05 [PR PATCH] canto-curses: fix test Luciogi
2023-11-27 11:45 ` [PR PATCH] [Updated] " Luciogi
@ 2023-11-27 11:49 ` Luciogi
2023-11-27 11:53 ` Luciogi
` (2 subsequent siblings)
4 siblings, 0 replies; 6+ messages in thread
From: Luciogi @ 2023-11-27 11:49 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 485 bytes --]
There is an updated pull request by Luciogi against master on the void-packages repository
https://github.com/Luciogi/void-packages canto-curses
https://github.com/void-linux/void-packages/pull/47366
canto-curses: fix test
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
A patch file from https://github.com/void-linux/void-packages/pull/47366.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-canto-curses-47366.patch --]
[-- Type: text/x-diff, Size: 758 bytes --]
From 291735ea2c09768a8681a9e78a8e012c95382c04 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Thu, 23 Nov 2023 20:29:59 +0500
Subject: [PATCH] canto-curses: disable tests
---
srcpkgs/canto-curses/template | 1 +
1 file changed, 1 insertion(+)
diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index ffe8a687fdcbe..aec9ac05c8a07 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -13,3 +13,4 @@ license="GPL-2.0-only"
homepage="https://codezen.org/canto-ng/"
distfiles="https://github.com/themoken/${pkgname}/archive/v${version}.tar.gz"
checksum=88db1e4ac71f13f02ffb076a33b290e6c343da669dc54ea771af705b21ea6452
+make_check=no # tests are not compatible with `setuptools`
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PR PATCH] [Updated] canto-curses: fix test
2023-11-23 16:05 [PR PATCH] canto-curses: fix test Luciogi
2023-11-27 11:45 ` [PR PATCH] [Updated] " Luciogi
2023-11-27 11:49 ` Luciogi
@ 2023-11-27 11:53 ` Luciogi
2024-02-26 1:45 ` canto-curses: disable tests github-actions
2024-03-06 16:02 ` [PR PATCH] [Closed]: " Luciogi
4 siblings, 0 replies; 6+ messages in thread
From: Luciogi @ 2023-11-27 11:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 485 bytes --]
There is an updated pull request by Luciogi against master on the void-packages repository
https://github.com/Luciogi/void-packages canto-curses
https://github.com/void-linux/void-packages/pull/47366
canto-curses: fix test
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
A patch file from https://github.com/void-linux/void-packages/pull/47366.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-canto-curses-47366.patch --]
[-- Type: text/x-diff, Size: 756 bytes --]
From ed3de1b8f721599df1fd032b83cf258aec782851 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Thu, 23 Nov 2023 20:29:59 +0500
Subject: [PATCH] canto-curses: disable tests
---
srcpkgs/canto-curses/template | 1 +
1 file changed, 1 insertion(+)
diff --git a/srcpkgs/canto-curses/template b/srcpkgs/canto-curses/template
index ffe8a687fdcbe..d1bf0f740a014 100644
--- a/srcpkgs/canto-curses/template
+++ b/srcpkgs/canto-curses/template
@@ -13,3 +13,4 @@ license="GPL-2.0-only"
homepage="https://codezen.org/canto-ng/"
distfiles="https://github.com/themoken/${pkgname}/archive/v${version}.tar.gz"
checksum=88db1e4ac71f13f02ffb076a33b290e6c343da669dc54ea771af705b21ea6452
+make_check=no # tests are not compatible with setuptools
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: canto-curses: disable tests
2023-11-23 16:05 [PR PATCH] canto-curses: fix test Luciogi
` (2 preceding siblings ...)
2023-11-27 11:53 ` Luciogi
@ 2024-02-26 1:45 ` github-actions
2024-03-06 16:02 ` [PR PATCH] [Closed]: " Luciogi
4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2024-02-26 1:45 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/47366#issuecomment-1963177346
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] 6+ messages in thread
* Re: [PR PATCH] [Closed]: canto-curses: disable tests
2023-11-23 16:05 [PR PATCH] canto-curses: fix test Luciogi
` (3 preceding siblings ...)
2024-02-26 1:45 ` canto-curses: disable tests github-actions
@ 2024-03-06 16:02 ` Luciogi
4 siblings, 0 replies; 6+ messages in thread
From: Luciogi @ 2024-03-06 16:02 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 329 bytes --]
There's a closed pull request on the void-packages repository
canto-curses: disable tests
https://github.com/void-linux/void-packages/pull/47366
Description:
#### Testing the changes
- I tested the changes in this PR: **YES**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64-GLIBC)
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-03-06 16:02 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-23 16:05 [PR PATCH] canto-curses: fix test Luciogi
2023-11-27 11:45 ` [PR PATCH] [Updated] " Luciogi
2023-11-27 11:49 ` Luciogi
2023-11-27 11:53 ` Luciogi
2024-02-26 1:45 ` canto-curses: disable tests github-actions
2024-03-06 16:02 ` [PR PATCH] [Closed]: " Luciogi
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).