Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] teeworlds: replace python with python3 in hostmakedepends
@ 2022-11-12  3:16 kruceter
  2022-11-12 15:33 ` Duncaen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: kruceter @ 2022-11-12  3:16 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kruceter/void-packages teeworlds
https://github.com/void-linux/void-packages/pull/40476

teeworlds: replace python with python3 in hostmakedepends
Build instructions in readme.md mention python 3 as a build dependency in section "Building on Linux or macOS (CMake)", subsection "Installing dependencies".

Related to void-linux/void-packages#38229.

cc: @leahneukirchen 

#### 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-musl


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

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

From 7c47ba6cfd8b2e457e0c307074ff8fa00deb150d Mon Sep 17 00:00:00 2001
From: Krul Ceter <kruceter@proton.me>
Date: Sat, 12 Nov 2022 05:59:43 +0300
Subject: [PATCH] teeworlds: replace python with python3 in hostmakedepends

Build instructions in readme.md mention python 3 as a build dependency
in section "Building on Linux or macOS (CMake)", subsection "Installing
dependencies".

Related to void-linux/void-packages#38229.
---
 srcpkgs/teeworlds/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/teeworlds/template b/srcpkgs/teeworlds/template
index 8177724af1fb..f88f89f158a1 100644
--- a/srcpkgs/teeworlds/template
+++ b/srcpkgs/teeworlds/template
@@ -1,8 +1,8 @@
 # Template file for 'teeworlds'
 pkgname=teeworlds
 version=0.7.5
-revision=2
-hostmakedepends="bam python pkg-config"
+revision=3
+hostmakedepends="bam python3 pkg-config"
 makedepends="zlib-devel SDL2-devel glu-devel freetype-devel"
 short_desc="Retro multiplayer shooter"
 maintainer="Leah Neukirchen <leah@vuxu.org>"

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

* Re: teeworlds: replace python with python3 in hostmakedepends
  2022-11-12  3:16 [PR PATCH] teeworlds: replace python with python3 in hostmakedepends kruceter
@ 2022-11-12 15:33 ` Duncaen
  2022-11-12 15:35 ` Duncaen
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2022-11-12 15:33 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/40476#issuecomment-1312507823

Comment:
This doesn't require a rebuild, don't increase the revision.

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

* Re: teeworlds: replace python with python3 in hostmakedepends
  2022-11-12  3:16 [PR PATCH] teeworlds: replace python with python3 in hostmakedepends kruceter
  2022-11-12 15:33 ` Duncaen
@ 2022-11-12 15:35 ` Duncaen
  2022-11-12 16:46 ` [PR PATCH] [Updated] " kruceter
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2022-11-12 15:35 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/40476#issuecomment-1312507823

Comment:
This doesn't require a rebuild, increasing the revision is not necessary.

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

* Re: [PR PATCH] [Updated] teeworlds: replace python with python3 in hostmakedepends
  2022-11-12  3:16 [PR PATCH] teeworlds: replace python with python3 in hostmakedepends kruceter
  2022-11-12 15:33 ` Duncaen
  2022-11-12 15:35 ` Duncaen
@ 2022-11-12 16:46 ` kruceter
  2022-11-12 16:48 ` kruceter
  2022-11-12 21:02 ` [PR PATCH] [Merged]: " leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: kruceter @ 2022-11-12 16:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/kruceter/void-packages teeworlds
https://github.com/void-linux/void-packages/pull/40476

teeworlds: replace python with python3 in hostmakedepends
Build instructions in readme.md mention python 3 as a build dependency in section "Building on Linux or macOS (CMake)", subsection "Installing dependencies".

Related to void-linux/void-packages#38229.

cc: @leahneukirchen 

#### 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-musl


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

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

From 0bfb97e7e99554c43755e5a7a6d7249d54cc4cda Mon Sep 17 00:00:00 2001
From: Krul Ceter <kruceter@proton.me>
Date: Sat, 12 Nov 2022 05:59:43 +0300
Subject: [PATCH] teeworlds: replace python with python3 in hostmakedepends

Build instructions in readme.md mention python 3 as a build dependency
in section "Building on Linux or macOS (CMake)", subsection "Installing
dependencies".

Related to void-linux/void-packages#38229.
---
 srcpkgs/teeworlds/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/srcpkgs/teeworlds/template b/srcpkgs/teeworlds/template
index 8177724af1fb..e1df31fc818d 100644
--- a/srcpkgs/teeworlds/template
+++ b/srcpkgs/teeworlds/template
@@ -2,7 +2,7 @@
 pkgname=teeworlds
 version=0.7.5
 revision=2
-hostmakedepends="bam python pkg-config"
+hostmakedepends="bam python3 pkg-config"
 makedepends="zlib-devel SDL2-devel glu-devel freetype-devel"
 short_desc="Retro multiplayer shooter"
 maintainer="Leah Neukirchen <leah@vuxu.org>"

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

* Re: teeworlds: replace python with python3 in hostmakedepends
  2022-11-12  3:16 [PR PATCH] teeworlds: replace python with python3 in hostmakedepends kruceter
                   ` (2 preceding siblings ...)
  2022-11-12 16:46 ` [PR PATCH] [Updated] " kruceter
@ 2022-11-12 16:48 ` kruceter
  2022-11-12 21:02 ` [PR PATCH] [Merged]: " leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: kruceter @ 2022-11-12 16:48 UTC (permalink / raw)
  To: ml

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

New comment by kruceter on void-packages repository

https://github.com/void-linux/void-packages/pull/40476#issuecomment-1312525117

Comment:
> increasing the revision is not necessary

@Duncaen, understood. Reverted revision change.

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

* Re: [PR PATCH] [Merged]: teeworlds: replace python with python3 in hostmakedepends
  2022-11-12  3:16 [PR PATCH] teeworlds: replace python with python3 in hostmakedepends kruceter
                   ` (3 preceding siblings ...)
  2022-11-12 16:48 ` kruceter
@ 2022-11-12 21:02 ` leahneukirchen
  4 siblings, 0 replies; 6+ messages in thread
From: leahneukirchen @ 2022-11-12 21:02 UTC (permalink / raw)
  To: ml

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

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

teeworlds: replace python with python3 in hostmakedepends
https://github.com/void-linux/void-packages/pull/40476

Description:
Build instructions in readme.md mention python 3 as a build dependency in section "Building on Linux or macOS (CMake)", subsection "Installing dependencies".

Related to void-linux/void-packages#38229.

cc: @leahneukirchen 

#### 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-musl


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

end of thread, other threads:[~2022-11-12 21:02 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-12  3:16 [PR PATCH] teeworlds: replace python with python3 in hostmakedepends kruceter
2022-11-12 15:33 ` Duncaen
2022-11-12 15:35 ` Duncaen
2022-11-12 16:46 ` [PR PATCH] [Updated] " kruceter
2022-11-12 16:48 ` kruceter
2022-11-12 21:02 ` [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).