Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ninja: update to 1.10.2.
@ 2020-12-11 14:35 ericonr
  2020-12-11 14:53 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 1 reply; 2+ messages in thread
From: ericonr @ 2020-12-11 14:35 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages ninja
https://github.com/void-linux/void-packages/pull/27093

ninja: update to 1.10.2.
- use python3 to build
- update distfile location (it redirected to ninja-build/ninja)

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

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

From ea0aae53952847d995db4873b5ee227a8e5481ac Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Fri, 11 Dec 2020 11:33:41 -0300
Subject: [PATCH] ninja: update to 1.10.2.

- use python3 to build
- update distfile location (it redirected to ninja-build/ninja)
---
 srcpkgs/ninja/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/ninja/template b/srcpkgs/ninja/template
index b767160321c..88d4245a9f4 100644
--- a/srcpkgs/ninja/template
+++ b/srcpkgs/ninja/template
@@ -1,19 +1,19 @@
 # Template file for 'ninja'
 pkgname=ninja
-version=1.10.1
+version=1.10.2
 revision=1
-hostmakedepends="python asciidoc"
+hostmakedepends="python3 asciidoc"
 short_desc="Small build system with a focus on speed"
 maintainer="Duncaen <duncaen@voidlinux.org>"
 license="Apache-2.0"
 homepage="https://ninja-build.org/"
-distfiles="https://github.com/martine/ninja/archive/v${version}.tar.gz"
-checksum=a6b6f7ac360d4aabd54e299cc1d8fa7b234cd81b9401693da21221c62569a23e
+distfiles="https://github.com/ninja-build/ninja/archive/v${version}.tar.gz"
+checksum=ce35865411f0490368a8fc383f29071de6690cbadc27704734978221f25e2bed
 
 do_configure() {
 	# Skip rebuild with bootstrapped ninja until build phase:
 	vsed -e "s|subprocess.check_call(rebuild_args)|pass|" -i configure.py
-	python2 configure.py --bootstrap
+	python3 configure.py --bootstrap
 }
 
 do_build() {
@@ -22,7 +22,7 @@ do_build() {
 	else
 		HOST_CXXFLAGS="${CXXFLAGS}"
 	fi
-	CXXFLAGS="$HOST_CXXFLAGS" python2 configure.py
+	CXXFLAGS="$HOST_CXXFLAGS" python3 configure.py
 	asciidoc doc/manual.asciidoc
 }
 

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

* Re: [PR PATCH] [Merged]: ninja: update to 1.10.2.
  2020-12-11 14:35 [PR PATCH] ninja: update to 1.10.2 ericonr
@ 2020-12-11 14:53 ` ericonr
  0 siblings, 0 replies; 2+ messages in thread
From: ericonr @ 2020-12-11 14:53 UTC (permalink / raw)
  To: ml

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

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

ninja: update to 1.10.2.
https://github.com/void-linux/void-packages/pull/27093

Description:
- use python3 to build
- update distfile location (it redirected to ninja-build/ninja)

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

end of thread, other threads:[~2020-12-11 14:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-11 14:35 [PR PATCH] ninja: update to 1.10.2 ericonr
2020-12-11 14:53 ` [PR PATCH] [Merged]: " ericonr

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