Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] dool: depend on python3
@ 2024-06-27 16:02 mvf
  2024-06-27 16:12 ` [PR PATCH] [Merged]: " leahneukirchen
  0 siblings, 1 reply; 2+ messages in thread
From: mvf @ 2024-06-27 16:02 UTC (permalink / raw)
  To: ml

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

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

https://github.com/mvf/void-packages pr/dool
https://github.com/void-linux/void-packages/pull/51026

dool: depend on python3
<!-- Uncomment relevant sections and delete options which are not applicable -->

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

---
Fixes:
```sh
$ dool
zsh: /usr/bin/dool: bad interpreter: /usr/bin/python3: no such file or directory
```

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

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

From 17bf877cdb29117449c025801c6e72f4aa89ea7a Mon Sep 17 00:00:00 2001
From: Matthias von Faber <mvf@gmx.eu>
Date: Thu, 27 Jun 2024 17:59:28 +0200
Subject: [PATCH] dool: depend on python3

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

diff --git a/srcpkgs/dool/template b/srcpkgs/dool/template
index 76e71a450445be..eb93c672c67b2b 100644
--- a/srcpkgs/dool/template
+++ b/srcpkgs/dool/template
@@ -1,8 +1,9 @@
 # Template file for 'dool'
 pkgname=dool
 version=1.3.2
-revision=1
+revision=2
 makedepends="python3"
+depends="python3"
 short_desc="Versatile tool for generating system resource statistics"
 maintainer="Leah Neukirchen <leah@vuxu.org>"
 license="GPL-2.0-or-later"

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

* Re: [PR PATCH] [Merged]: dool: depend on python3
  2024-06-27 16:02 [PR PATCH] dool: depend on python3 mvf
@ 2024-06-27 16:12 ` leahneukirchen
  0 siblings, 0 replies; 2+ messages in thread
From: leahneukirchen @ 2024-06-27 16:12 UTC (permalink / raw)
  To: ml

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

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

dool: depend on python3
https://github.com/void-linux/void-packages/pull/51026

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

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

---
Fixes:
```sh
$ dool
zsh: /usr/bin/dool: bad interpreter: /usr/bin/python3: no such file or directory
```

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

end of thread, other threads:[~2024-06-27 16:12 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-06-27 16:02 [PR PATCH] dool: depend on python3 mvf
2024-06-27 16:12 ` [PR PATCH] [Merged]: " leahneukirchen

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).