Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python-wheel: update to 0.34.2.
@ 2020-05-17 11:57 ahesford
  2020-05-18 19:30 ` Chocimier
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ahesford @ 2020-05-17 11:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ahesford/void-packages wheel
https://github.com/void-linux/void-packages/pull/22038

python-wheel: update to 0.34.2.


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

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

From 892cf6bf9e028b6273a04e4ed2f78a6f5a7d4f56 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sun, 17 May 2020 07:57:34 -0400
Subject: [PATCH] python-wheel: update to 0.34.2.

---
 srcpkgs/python-wheel/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-wheel/template b/srcpkgs/python-wheel/template
index 11aeaf42316..9bd4ded2b3d 100644
--- a/srcpkgs/python-wheel/template
+++ b/srcpkgs/python-wheel/template
@@ -1,19 +1,18 @@
 # Template file for 'python-wheel'
 pkgname=python-wheel
-version=0.32.3
+version=0.34.2
 revision=2
 archs=noarch
 wrksrc="wheel-${version}"
 build_style=python-module
-pycompile_module="wheel"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-setuptools"
 short_desc="Built-package format for Python (Python2)"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/pypa/wheel"
 license="MIT"
+homepage="https://github.com/pypa/wheel"
 distfiles="${PYPI_SITE}/w/wheel/wheel-${version}.tar.gz"
-checksum=029703bf514e16c8271c3821806a1c171220cc5bdd325cbf4e7da1e056a01db6
+checksum=8788e9155fe14f54164c1b9eb0a319d98ef02c160725587ad60f14ddc57b6f96
 alternatives="wheel:wheel:usr/bin/wheel2"
 
 post_install() {
@@ -22,7 +21,6 @@ post_install() {
 
 python3-wheel_package() {
 	archs=noarch
-	pycompile_module="wheel"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="wheel:wheel:usr/bin/wheel3"

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

* Re: python-wheel: update to 0.34.2.
  2020-05-17 11:57 [PR PATCH] python-wheel: update to 0.34.2 ahesford
@ 2020-05-18 19:30 ` Chocimier
  2020-05-18 20:03 ` [PR PATCH] [Updated] " ahesford
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2020-05-18 19:30 UTC (permalink / raw)
  To: ml

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

New comment by Chocimier on void-packages repository

https://github.com/void-linux/void-packages/pull/22038#issuecomment-630391533

Comment:
Reset revision.

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

* Re: [PR PATCH] [Updated] python-wheel: update to 0.34.2.
  2020-05-17 11:57 [PR PATCH] python-wheel: update to 0.34.2 ahesford
  2020-05-18 19:30 ` Chocimier
@ 2020-05-18 20:03 ` ahesford
  2020-05-18 20:04 ` ahesford
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-05-18 20:03 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages wheel
https://github.com/void-linux/void-packages/pull/22038

python-wheel: update to 0.34.2.


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

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

From a00bfcacca6fd797422cc023ea773be034b492f0 Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sun, 17 May 2020 07:57:34 -0400
Subject: [PATCH] python-wheel: update to 0.34.2.

---
 srcpkgs/python-wheel/template | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/python-wheel/template b/srcpkgs/python-wheel/template
index 11aeaf42316..9bd4ded2b3d 100644
--- a/srcpkgs/python-wheel/template
+++ b/srcpkgs/python-wheel/template
@@ -1,19 +1,18 @@
 # Template file for 'python-wheel'
 pkgname=python-wheel
-version=0.32.3
+version=0.34.2
 revision=2
 archs=noarch
 wrksrc="wheel-${version}"
 build_style=python-module
-pycompile_module="wheel"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-setuptools"
 short_desc="Built-package format for Python (Python2)"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/pypa/wheel"
 license="MIT"
+homepage="https://github.com/pypa/wheel"
 distfiles="${PYPI_SITE}/w/wheel/wheel-${version}.tar.gz"
-checksum=029703bf514e16c8271c3821806a1c171220cc5bdd325cbf4e7da1e056a01db6
+checksum=8788e9155fe14f54164c1b9eb0a319d98ef02c160725587ad60f14ddc57b6f96
 alternatives="wheel:wheel:usr/bin/wheel2"
 
 post_install() {
@@ -22,7 +21,6 @@ post_install() {
 
 python3-wheel_package() {
 	archs=noarch
-	pycompile_module="wheel"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="wheel:wheel:usr/bin/wheel3"

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

* Re: [PR PATCH] [Updated] python-wheel: update to 0.34.2.
  2020-05-17 11:57 [PR PATCH] python-wheel: update to 0.34.2 ahesford
  2020-05-18 19:30 ` Chocimier
  2020-05-18 20:03 ` [PR PATCH] [Updated] " ahesford
@ 2020-05-18 20:04 ` ahesford
  2020-05-18 20:41 ` ahesford
  2020-05-18 21:23 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-05-18 20:04 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by ahesford against master on the void-packages repository

https://github.com/ahesford/void-packages wheel
https://github.com/void-linux/void-packages/pull/22038

python-wheel: update to 0.34.2.


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

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

From c323ef0a0f74d36a8d4552f630ba837c948a1b7b Mon Sep 17 00:00:00 2001
From: "Andrew J. Hesford" <ajh@sideband.org>
Date: Sun, 17 May 2020 07:57:34 -0400
Subject: [PATCH] python-wheel: update to 0.34.2.

---
 srcpkgs/python-wheel/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python-wheel/template b/srcpkgs/python-wheel/template
index 11aeaf42316..05fc8d1cc06 100644
--- a/srcpkgs/python-wheel/template
+++ b/srcpkgs/python-wheel/template
@@ -1,19 +1,18 @@
 # Template file for 'python-wheel'
 pkgname=python-wheel
-version=0.32.3
-revision=2
+version=0.34.2
+revision=1
 archs=noarch
 wrksrc="wheel-${version}"
 build_style=python-module
-pycompile_module="wheel"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python-setuptools"
 short_desc="Built-package format for Python (Python2)"
 maintainer="Alessio Sergi <al3hex@gmail.com>"
-homepage="https://github.com/pypa/wheel"
 license="MIT"
+homepage="https://github.com/pypa/wheel"
 distfiles="${PYPI_SITE}/w/wheel/wheel-${version}.tar.gz"
-checksum=029703bf514e16c8271c3821806a1c171220cc5bdd325cbf4e7da1e056a01db6
+checksum=8788e9155fe14f54164c1b9eb0a319d98ef02c160725587ad60f14ddc57b6f96
 alternatives="wheel:wheel:usr/bin/wheel2"
 
 post_install() {
@@ -22,7 +21,6 @@ post_install() {
 
 python3-wheel_package() {
 	archs=noarch
-	pycompile_module="wheel"
 	depends="python3-setuptools"
 	short_desc="${short_desc/Python2/Python3}"
 	alternatives="wheel:wheel:usr/bin/wheel3"

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

* Re: python-wheel: update to 0.34.2.
  2020-05-17 11:57 [PR PATCH] python-wheel: update to 0.34.2 ahesford
                   ` (2 preceding siblings ...)
  2020-05-18 20:04 ` ahesford
@ 2020-05-18 20:41 ` ahesford
  2020-05-18 21:23 ` [PR PATCH] [Merged]: " Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: ahesford @ 2020-05-18 20:41 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/22038#issuecomment-630424061

Comment:
Oops, overlooked this. It's fixed now. Thanks.

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

* Re: [PR PATCH] [Merged]: python-wheel: update to 0.34.2.
  2020-05-17 11:57 [PR PATCH] python-wheel: update to 0.34.2 ahesford
                   ` (3 preceding siblings ...)
  2020-05-18 20:41 ` ahesford
@ 2020-05-18 21:23 ` Chocimier
  4 siblings, 0 replies; 6+ messages in thread
From: Chocimier @ 2020-05-18 21:23 UTC (permalink / raw)
  To: ml

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

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

python-wheel: update to 0.34.2.
https://github.com/void-linux/void-packages/pull/22038

Description:


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

end of thread, other threads:[~2020-05-18 21:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-17 11:57 [PR PATCH] python-wheel: update to 0.34.2 ahesford
2020-05-18 19:30 ` Chocimier
2020-05-18 20:03 ` [PR PATCH] [Updated] " ahesford
2020-05-18 20:04 ` ahesford
2020-05-18 20:41 ` ahesford
2020-05-18 21:23 ` [PR PATCH] [Merged]: " Chocimier

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