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

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