Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] python3-hyper-h2: fix python3 depends
@ 2020-04-23 12:31 svenper
  2020-04-24 14:49 ` [PR PATCH] [Updated] " svenper
  2020-04-25 19:38 ` [PR PATCH] [Merged]: " Hoshpak
  0 siblings, 2 replies; 3+ messages in thread
From: svenper @ 2020-04-23 12:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/svenper/void-packages patch-1
https://github.com/void-linux/void-packages/pull/21264

python3-hyper-h2: fix python3 depends
fix #21252

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

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

From 4cdcf342e0058d8fd6dd29f5114015462364e0e9 Mon Sep 17 00:00:00 2001
From: svenper <svenper@tuta.io>
Date: Thu, 23 Apr 2020 05:57:51 +0000
Subject: [PATCH] python3-hyper-h2: fix python3 depends

fix #21252
---
 srcpkgs/python-hyper-h2/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/python-hyper-h2/template b/srcpkgs/python-hyper-h2/template
index 247aae47ef6..beae10e2983 100644
--- a/srcpkgs/python-hyper-h2/template
+++ b/srcpkgs/python-hyper-h2/template
@@ -1,7 +1,7 @@
 # Template file for 'python-hyper-h2'
 pkgname=python-hyper-h2
 version=3.1.1
-revision=2
+revision=3
 archs=noarch
 wrksrc="hyper-h2-${version}"
 build_style=python-module
@@ -23,7 +23,7 @@ python3-hyper-h2_package() {
 	archs=noarch
 	pycompile_module="h2"
 	short_desc="${short_desc/Python2/Python3}"
-	depends="${depends/python/python3}"
+	depends="python3 python3-hpack python3-hyperframe"
 	pkg_install() {
 		vmove "usr/lib/python3*"
 	}

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

* Re: [PR PATCH] [Updated] python3-hyper-h2: fix python3 depends
  2020-04-23 12:31 [PR PATCH] python3-hyper-h2: fix python3 depends svenper
@ 2020-04-24 14:49 ` svenper
  2020-04-25 19:38 ` [PR PATCH] [Merged]: " Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: svenper @ 2020-04-24 14:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/svenper/void-packages patch-1
https://github.com/void-linux/void-packages/pull/21264

python3-hyper-h2: fix python3 depends
fix #21252

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

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

From 0d6d7fd59b2a4a04e507d713c5ae4a5a0f59f934 Mon Sep 17 00:00:00 2001
From: svenper <svenper@tuta.io>
Date: Fri, 24 Apr 2020 16:48:58 +0200
Subject: [PATCH] python3-hyper-h2: fix python3 depends

fix #21252
---
 srcpkgs/python-hyper-h2/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/python-hyper-h2/template b/srcpkgs/python-hyper-h2/template
index 247aae47ef6..2c6942ac329 100644
--- a/srcpkgs/python-hyper-h2/template
+++ b/srcpkgs/python-hyper-h2/template
@@ -1,11 +1,10 @@
 # Template file for 'python-hyper-h2'
 pkgname=python-hyper-h2
 version=3.1.1
-revision=2
+revision=3
 archs=noarch
 wrksrc="hyper-h2-${version}"
 build_style=python-module
-pycompile_module="h2"
 hostmakedepends="python-setuptools python3-setuptools"
 depends="python python-hpack python-hyperframe"
 short_desc="HTTP/2 State-Machine based protocol implementation(Python2)"
@@ -21,9 +20,8 @@ post_install() {
 
 python3-hyper-h2_package() {
 	archs=noarch
-	pycompile_module="h2"
 	short_desc="${short_desc/Python2/Python3}"
-	depends="${depends/python/python3}"
+	depends="python3 python3-hpack python3-hyperframe"
 	pkg_install() {
 		vmove "usr/lib/python3*"
 	}

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

* Re: [PR PATCH] [Merged]: python3-hyper-h2: fix python3 depends
  2020-04-23 12:31 [PR PATCH] python3-hyper-h2: fix python3 depends svenper
  2020-04-24 14:49 ` [PR PATCH] [Updated] " svenper
@ 2020-04-25 19:38 ` Hoshpak
  1 sibling, 0 replies; 3+ messages in thread
From: Hoshpak @ 2020-04-25 19:38 UTC (permalink / raw)
  To: ml

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

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

python3-hyper-h2: fix python3 depends
https://github.com/void-linux/void-packages/pull/21264

Description:
fix #21252

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

end of thread, other threads:[~2020-04-25 19:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-23 12:31 [PR PATCH] python3-hyper-h2: fix python3 depends svenper
2020-04-24 14:49 ` [PR PATCH] [Updated] " svenper
2020-04-25 19:38 ` [PR PATCH] [Merged]: " Hoshpak

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