Github messages for voidlinux
 help / color / mirror / Atom feed
From: ericonr <ericonr@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] ninja: update to 1.10.2.
Date: Fri, 11 Dec 2020 15:35:01 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27093@inbox.vuxu.org> (raw)

[-- 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
 }
 

             reply	other threads:[~2020-12-11 14:35 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-11 14:35 ericonr [this message]
2020-12-11 14:53 ` [PR PATCH] [Merged]: " ericonr

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-27093@inbox.vuxu.org \
    --to=ericonr@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).