Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] wxPython4: update to 4.0.6.
Date: Thu, 19 Sep 2019 14:39:56 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14588@inbox.vuxu.org> (raw)

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

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

https://github.com/abenson/void-packages wxPy4.0.6
https://github.com/void-linux/void-packages/pull/14588

wxPython4: update to 4.0.6.
- Also fix an issue with permissions from source tarball that leads to a
  broken package. Reported upstream at
    https://github.com/wxWidgets/Phoenix/issues/1363

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

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

From af53cbe2487c09bd44bcb13018f36968515431e3 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Thu, 19 Sep 2019 07:35:15 -0500
Subject: [PATCH] wxPython4: update to 4.0.6.

- Also fix an issue with permissions from source tarball that leads to a
  broken package. Reported upstream at
    https://github.com/wxWidgets/Phoenix/issues/1363
---
 srcpkgs/wxPython4/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index e0609856dea..1a29729be3b 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,13 +1,13 @@
 # Template file for 'wxPython4'
 pkgname=wxPython4
-version=4.0.4
+version=4.0.6
 revision=1
 wrksrc="wxPython-${version}"
 build_style=python3-module
 pycompile_module="wx"
 make_build_args="--skip-build"
 make_install_args="--skip-build"
-hostmakedepends="pkg-config python3-setuptools"
+hostmakedepends="pkg-config python3-setuptools python3-pathlib2"
 makedepends="python3-devel wxWidgets-gtk3-devel SDL2-devel webkit2gtk-devel
  gst-plugins-base1-devel"
 depends="python3"
@@ -16,7 +16,7 @@ maintainer="Jasper Chan <jasperchan515@gmail.com>"
 license="wxWindows"
 homepage="http://www.wxpython.org/"
 distfiles="${PYPI_SITE}/w/wxPython/wxPython-${version}.tar.gz"
-checksum=0d9ef4260cb2f3e23ed9dcf6baa905ba585ac7d631613cddc299c4c83463ae29
+checksum=35cc8ae9dd5246e2c9861bb796026bbcb9fb083e4d49650f776622171ecdab37
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends+=" python3"
@@ -24,6 +24,7 @@ if [ "$CROSS_BUILD" ]; then
 fi
 
 pre_build() {
+	chmod -R go+rX $wrksrc
 	if [ "$CROSS_BUILD" ]; then
 		PYPREFIX="$XBPS_CROSS_BASE"
 		CFLAGS+=" -I${XBPS_CROSS_BASE}/${py3_inc} -I${XBPS_CROSS_BASE}/usr/include"

             reply	other threads:[~2019-09-19 12:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-19 12:39 voidlinux-github [this message]
2019-09-20 17:17 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-20 17:17 ` voidlinux-github
2019-09-21 12:23 ` [PR PATCH] [Merged]: " voidlinux-github

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-14588@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).