Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wxPython4: update to 4.0.6.
@ 2019-09-19 12:39 voidlinux-github
  2019-09-20 17:17 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-19 12:39 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Updated] wxPython4: update to 4.0.6.
  2019-09-19 12:39 [PR PATCH] wxPython4: update to 4.0.6 voidlinux-github
@ 2019-09-20 17:17 ` voidlinux-github
  2019-09-20 17:17 ` voidlinux-github
  2019-09-21 12:23 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-20 17:17 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1839 bytes --]

From 09966051084d2deea5e3492e281a40dcf821c77e 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 | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index e0609856dea..b38d04c067f 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,22 +1,22 @@
 # 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"
 short_desc="WxWidgets GUI toolkit library (Python3 Bindings)"
 maintainer="Jasper Chan <jasperchan515@gmail.com>"
-license="wxWindows"
+license="custom: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"

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

* Re: [PR PATCH] [Updated] wxPython4: update to 4.0.6.
  2019-09-19 12:39 [PR PATCH] wxPython4: update to 4.0.6 voidlinux-github
  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
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-20 17:17 UTC (permalink / raw)
  To: ml

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

There is an updated 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: 1839 bytes --]

From 09966051084d2deea5e3492e281a40dcf821c77e 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 | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/wxPython4/template b/srcpkgs/wxPython4/template
index e0609856dea..b38d04c067f 100644
--- a/srcpkgs/wxPython4/template
+++ b/srcpkgs/wxPython4/template
@@ -1,22 +1,22 @@
 # 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"
 short_desc="WxWidgets GUI toolkit library (Python3 Bindings)"
 maintainer="Jasper Chan <jasperchan515@gmail.com>"
-license="wxWindows"
+license="custom: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"

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

* Re: [PR PATCH] [Merged]: wxPython4: update to 4.0.6.
  2019-09-19 12:39 [PR PATCH] wxPython4: update to 4.0.6 voidlinux-github
  2019-09-20 17:17 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-20 17:17 ` voidlinux-github
@ 2019-09-21 12:23 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-21 12:23 UTC (permalink / raw)
  To: ml

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

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

wxPython4: update to 4.0.6.
https://github.com/void-linux/void-packages/pull/14588

Description:
- 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

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

end of thread, other threads:[~2019-09-21 12:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-19 12:39 [PR PATCH] wxPython4: update to 4.0.6 voidlinux-github
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

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