Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] Update README.voidlinux
@ 2023-09-13 15:06 s-n-g
  2023-09-13 15:37 ` ahesford
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: s-n-g @ 2023-09-13 15:06 UTC (permalink / raw)
  To: ml

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

There is a new pull request by s-n-g against master on the void-packages repository

https://github.com/s-n-g/void-packages patch-1
https://github.com/void-linux/void-packages/pull/46047

Update README.voidlinux
socat is not needed anymore

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO** \
No testing is needed



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

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

From 46cfba6d6a8117bb837378a20b4fd3bbdc72b5da Mon Sep 17 00:00:00 2001
From: Spiros Georgaras <sng@hellug.gr>
Date: Wed, 13 Sep 2023 18:05:20 +0300
Subject: [PATCH] Update README.voidlinux

socat is not needed anymore
---
 srcpkgs/pyradio/files/README.voidlinux | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pyradio/files/README.voidlinux b/srcpkgs/pyradio/files/README.voidlinux
index f3ae4fba84924..9b94f282a62db 100644
--- a/srcpkgs/pyradio/files/README.voidlinux
+++ b/srcpkgs/pyradio/files/README.voidlinux
@@ -1,5 +1,5 @@
 To make pyradio work one of these must be installed:
 
-	- mpv & socat
+	- mpv
 	- mplayer
 	- vlc

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

* Re: Update README.voidlinux
  2023-09-13 15:06 [PR PATCH] Update README.voidlinux s-n-g
@ 2023-09-13 15:37 ` ahesford
  2023-09-13 20:19 ` [PR PATCH] [Updated] " s-n-g
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: ahesford @ 2023-09-13 15:37 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/46047#issuecomment-1717874261

Comment:
Please use a commit message that starts with the package name, such as

    pyradio: remove unnecessary dependency from README.voidlinux

and increment the revision counter in the template to make sure the package is rebuilt with this change.

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

* Re: [PR PATCH] [Updated] Update README.voidlinux
  2023-09-13 15:06 [PR PATCH] Update README.voidlinux s-n-g
  2023-09-13 15:37 ` ahesford
@ 2023-09-13 20:19 ` s-n-g
  2023-12-13  1:46 ` github-actions
  2023-12-28  1:45 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: s-n-g @ 2023-09-13 20:19 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by s-n-g against master on the void-packages repository

https://github.com/s-n-g/void-packages patch-1
https://github.com/void-linux/void-packages/pull/46047

Update README.voidlinux
socat is not needed anymore

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO** \
No testing is needed



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

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

From 46cfba6d6a8117bb837378a20b4fd3bbdc72b5da Mon Sep 17 00:00:00 2001
From: Spiros Georgaras <sng@hellug.gr>
Date: Wed, 13 Sep 2023 18:05:20 +0300
Subject: [PATCH 1/2] Update README.voidlinux

socat is not needed anymore
---
 srcpkgs/pyradio/files/README.voidlinux | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pyradio/files/README.voidlinux b/srcpkgs/pyradio/files/README.voidlinux
index f3ae4fba84924..9b94f282a62db 100644
--- a/srcpkgs/pyradio/files/README.voidlinux
+++ b/srcpkgs/pyradio/files/README.voidlinux
@@ -1,5 +1,5 @@
 To make pyradio work one of these must be installed:
 
-	- mpv & socat
+	- mpv
 	- mplayer
 	- vlc

From d6ad8e71d2dcb3347650faf253c5427640412d67 Mon Sep 17 00:00:00 2001
From: Spiros Georgaras <sng@hellug.gr>
Date: Wed, 13 Sep 2023 23:19:03 +0300
Subject: [PATCH 2/2] pyradio: remove unnecessary dependency from
 README.voidlinux

---
 srcpkgs/pyradio/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/pyradio/template b/srcpkgs/pyradio/template
index 18e6b800bf380..6db8b1ed691c1 100644
--- a/srcpkgs/pyradio/template
+++ b/srcpkgs/pyradio/template
@@ -1,7 +1,7 @@
 # Template file for 'pyradio'
 pkgname=pyradio
 version=0.9.2.13
-revision=1
+revision=2
 build_style=python3-module
 hostmakedepends="python3-setuptools"
 depends="python3-requests python3-dnspython python3-psutil python3-rich"

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

* Re: Update README.voidlinux
  2023-09-13 15:06 [PR PATCH] Update README.voidlinux s-n-g
  2023-09-13 15:37 ` ahesford
  2023-09-13 20:19 ` [PR PATCH] [Updated] " s-n-g
@ 2023-12-13  1:46 ` github-actions
  2023-12-28  1:45 ` [PR PATCH] [Closed]: " github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2023-12-13  1:46 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/46047#issuecomment-1853138090

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] 5+ messages in thread

* Re: [PR PATCH] [Closed]: Update README.voidlinux
  2023-09-13 15:06 [PR PATCH] Update README.voidlinux s-n-g
                   ` (2 preceding siblings ...)
  2023-12-13  1:46 ` github-actions
@ 2023-12-28  1:45 ` github-actions
  3 siblings, 0 replies; 5+ messages in thread
From: github-actions @ 2023-12-28  1:45 UTC (permalink / raw)
  To: ml

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

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

Update README.voidlinux
https://github.com/void-linux/void-packages/pull/46047

Description:
socat is not needed anymore

<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO** \
No testing is needed



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

end of thread, other threads:[~2023-12-28  1:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-13 15:06 [PR PATCH] Update README.voidlinux s-n-g
2023-09-13 15:37 ` ahesford
2023-09-13 20:19 ` [PR PATCH] [Updated] " s-n-g
2023-12-13  1:46 ` github-actions
2023-12-28  1:45 ` [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).