Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] canto-next: fix test
@ 2023-11-23 16:17 Luciogi
  2023-11-27 11:42 ` [PR PATCH] [Updated] " Luciogi
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Luciogi @ 2023-11-23 16:17 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages canto-next
https://github.com/void-linux/void-packages/pull/47367

canto-next: fix test
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**|**briefly**|**NO**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!--
#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl
-->


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

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

From 6f5a7e28bc27ee0869e570fb5568036e678122b2 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Thu, 23 Nov 2023 20:38:32 +0500
Subject: [PATCH] canto-next: fix test

---
 srcpkgs/canto-next/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index 11a2d055da0dc..1137ed59eb07a 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -6,6 +6,7 @@ build_style=python3-module
 pycompile_dirs="/usr/lib/canto/plugins"
 hostmakedepends="python3-setuptools"
 depends="python3-feedparser"
+checkdepends="${depends}"
 short_desc="Quick and concise Atom/RSS feed reader daemon"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="GPL-2.0-only"

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

* Re: [PR PATCH] [Updated] canto-next: fix test
  2023-11-23 16:17 [PR PATCH] canto-next: fix test Luciogi
@ 2023-11-27 11:42 ` Luciogi
  2023-11-27 11:49 ` Luciogi
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Luciogi @ 2023-11-27 11:42 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages canto-next
https://github.com/void-linux/void-packages/pull/47367

canto-next: 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/47367.patch is attached

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

From 947a5ee6822f1e7226bac4df65cfd2bd954407f3 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Thu, 23 Nov 2023 20:38:32 +0500
Subject: [PATCH] canto-next: fix test

---
 srcpkgs/canto-next/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index 11a2d055da0dc..44ec6b172a4bd 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -12,6 +12,7 @@ license="GPL-2.0-only"
 homepage="https://codezen.org/canto-ng/"
 distfiles="https://github.com/themoken/${pkgname}/archive/v${version}.tar.gz"
 checksum=647a6bc23423fcf465080f1c7e3c227c323c401447bd422ff01c1416c7e826ad
+make_check=no # tests are not compatible with `setuptools`
 
 post_install() {
 	rm -rf ${DESTDIR}/usr/lib/systemd

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

* Re: [PR PATCH] [Updated] canto-next: fix test
  2023-11-23 16:17 [PR PATCH] canto-next: fix test Luciogi
  2023-11-27 11:42 ` [PR PATCH] [Updated] " Luciogi
@ 2023-11-27 11:49 ` Luciogi
  2023-11-27 11:52 ` 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: 479 bytes --]

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

https://github.com/Luciogi/void-packages canto-next
https://github.com/void-linux/void-packages/pull/47367

canto-next: 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/47367.patch is attached

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

From 5f7e2936c02b33c05b18abd928d0d778a4e99b94 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Thu, 23 Nov 2023 20:38:32 +0500
Subject: [PATCH] canto-next: disable tests

---
 srcpkgs/canto-next/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index 11a2d055da0dc..44ec6b172a4bd 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -12,6 +12,7 @@ license="GPL-2.0-only"
 homepage="https://codezen.org/canto-ng/"
 distfiles="https://github.com/themoken/${pkgname}/archive/v${version}.tar.gz"
 checksum=647a6bc23423fcf465080f1c7e3c227c323c401447bd422ff01c1416c7e826ad
+make_check=no # tests are not compatible with `setuptools`
 
 post_install() {
 	rm -rf ${DESTDIR}/usr/lib/systemd

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

* Re: [PR PATCH] [Updated] canto-next: fix test
  2023-11-23 16:17 [PR PATCH] canto-next: fix test Luciogi
  2023-11-27 11:42 ` [PR PATCH] [Updated] " Luciogi
  2023-11-27 11:49 ` Luciogi
@ 2023-11-27 11:52 ` Luciogi
  2024-02-26  1:45 ` canto-next: disable tests github-actions
  2024-03-06 16:04 ` [PR PATCH] [Closed]: " Luciogi
  4 siblings, 0 replies; 6+ messages in thread
From: Luciogi @ 2023-11-27 11:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Luciogi/void-packages canto-next
https://github.com/void-linux/void-packages/pull/47367

canto-next: 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/47367.patch is attached

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

From 908327c4e8d4a717977aa7e2f02509d70ee54f85 Mon Sep 17 00:00:00 2001
From: Luciogi <lucigithubcommit@skiff.com>
Date: Thu, 23 Nov 2023 20:38:32 +0500
Subject: [PATCH] canto-next: disable tests

---
 srcpkgs/canto-next/template | 1 +
 1 file changed, 1 insertion(+)

diff --git a/srcpkgs/canto-next/template b/srcpkgs/canto-next/template
index 11a2d055da0dc..5e36595e8718f 100644
--- a/srcpkgs/canto-next/template
+++ b/srcpkgs/canto-next/template
@@ -12,6 +12,7 @@ license="GPL-2.0-only"
 homepage="https://codezen.org/canto-ng/"
 distfiles="https://github.com/themoken/${pkgname}/archive/v${version}.tar.gz"
 checksum=647a6bc23423fcf465080f1c7e3c227c323c401447bd422ff01c1416c7e826ad
+make_check=no # tests are not compatible with setuptools
 
 post_install() {
 	rm -rf ${DESTDIR}/usr/lib/systemd

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

* Re: canto-next: disable tests
  2023-11-23 16:17 [PR PATCH] canto-next: fix test Luciogi
                   ` (2 preceding siblings ...)
  2023-11-27 11:52 ` Luciogi
@ 2024-02-26  1:45 ` github-actions
  2024-03-06 16:04 ` [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/47367#issuecomment-1963177383

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-next: disable tests
  2023-11-23 16:17 [PR PATCH] canto-next: fix test Luciogi
                   ` (3 preceding siblings ...)
  2024-02-26  1:45 ` canto-next: disable tests github-actions
@ 2024-03-06 16:04 ` Luciogi
  4 siblings, 0 replies; 6+ messages in thread
From: Luciogi @ 2024-03-06 16:04 UTC (permalink / raw)
  To: ml

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

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

canto-next: disable tests
https://github.com/void-linux/void-packages/pull/47367

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:04 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:17 [PR PATCH] canto-next: fix test Luciogi
2023-11-27 11:42 ` [PR PATCH] [Updated] " Luciogi
2023-11-27 11:49 ` Luciogi
2023-11-27 11:52 ` Luciogi
2024-02-26  1:45 ` canto-next: disable tests github-actions
2024-03-06 16:04 ` [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).