Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] py-spy: update to 0.3.3.
@ 2020-12-29  0:50 ndowens
  2020-12-29  1:25 ` [PR PATCH] [Updated] " ndowens
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: ndowens @ 2020-12-29  0:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages py-spy
https://github.com/void-linux/void-packages/pull/27516

py-spy: update to 0.3.3.
Remove limit of archs

Closes:#22932

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

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

From 08db8d7257c78c2dfe9692f9b5c3c6ebcb6d89bb Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 28 Dec 2020 18:50:24 -0600
Subject: [PATCH] py-spy: update to 0.3.3.

Remove limit of archs
---
 srcpkgs/py-spy/template | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/py-spy/template b/srcpkgs/py-spy/template
index fcedf809102..36163adc854 100644
--- a/srcpkgs/py-spy/template
+++ b/srcpkgs/py-spy/template
@@ -1,8 +1,6 @@
 # Template file for 'py-spy'
 pkgname=py-spy
-version=0.1.11
-# other archs can't compile remoteprocess
-archs="x86_64* i686*"
+version=0.3.3
 revision=1
 build_style=cargo
 short_desc="Sampling profiler for Python programs"
@@ -10,4 +8,4 @@ maintainer="Wilson Birney <wpb@360scada.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/benfred/py-spy"
 distfiles="https://github.com/benfred/py-spy/archive/v${version}.tar.gz"
-checksum=399a1be66414c2f1a3d57b20d1b219393e0dfd5370815b2c0d1406fa0886917e
+checksum=41454d3d9132da45c72f7574faaff65f40c757720293a277ffa5ec5a4b44f902

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

* Re: [PR PATCH] [Updated] py-spy: update to 0.3.3.
  2020-12-29  0:50 [PR PATCH] py-spy: update to 0.3.3 ndowens
@ 2020-12-29  1:25 ` ndowens
  2020-12-29  1:37 ` ndowens
  2020-12-31  0:52 ` [PR PATCH] [Closed]: " ndowens
  2 siblings, 0 replies; 4+ messages in thread
From: ndowens @ 2020-12-29  1:25 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages py-spy
https://github.com/void-linux/void-packages/pull/27516

py-spy: update to 0.3.3.
Remove limit of archs

Closes:#22932

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

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

From e9f3b81a5de83472d57e00a4c67f17992b9f3ac4 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 28 Dec 2020 18:50:24 -0600
Subject: [PATCH] py-spy: update to 0.3.3.

Remove limit of archs
---
 srcpkgs/py-spy/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/py-spy/template b/srcpkgs/py-spy/template
index fcedf809102..a06ca0b85e0 100644
--- a/srcpkgs/py-spy/template
+++ b/srcpkgs/py-spy/template
@@ -1,13 +1,12 @@
 # Template file for 'py-spy'
 pkgname=py-spy
-version=0.1.11
-# other archs can't compile remoteprocess
-archs="x86_64* i686*"
+version=0.3.3
 revision=1
 build_style=cargo
+makedepends="libunwind-devel"
 short_desc="Sampling profiler for Python programs"
 maintainer="Wilson Birney <wpb@360scada.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/benfred/py-spy"
 distfiles="https://github.com/benfred/py-spy/archive/v${version}.tar.gz"
-checksum=399a1be66414c2f1a3d57b20d1b219393e0dfd5370815b2c0d1406fa0886917e
+checksum=41454d3d9132da45c72f7574faaff65f40c757720293a277ffa5ec5a4b44f902

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

* Re: [PR PATCH] [Updated] py-spy: update to 0.3.3.
  2020-12-29  0:50 [PR PATCH] py-spy: update to 0.3.3 ndowens
  2020-12-29  1:25 ` [PR PATCH] [Updated] " ndowens
@ 2020-12-29  1:37 ` ndowens
  2020-12-31  0:52 ` [PR PATCH] [Closed]: " ndowens
  2 siblings, 0 replies; 4+ messages in thread
From: ndowens @ 2020-12-29  1:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ndowens/void-packages py-spy
https://github.com/void-linux/void-packages/pull/27516

py-spy: update to 0.3.3.
Remove limit of archs

Closes:#22932

Added makedepends="libunwind-devel" since it ends up linking against libunwind, submitted issue upstream https://github.com/benfred/py-spy/issues/334

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

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

From 2ce138b90176c74c1a306b70453d3dd9fb8cad18 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens@artixlinux.org>
Date: Mon, 28 Dec 2020 18:50:24 -0600
Subject: [PATCH] py-spy: update to 0.3.3.

Remove limit of archs
---
 .../patches/0001-add-missing-cargo-dep.patch  | 26 +++++++++++++++++++
 srcpkgs/py-spy/template                       |  6 ++---
 2 files changed, 28 insertions(+), 4 deletions(-)
 create mode 100644 srcpkgs/py-spy/patches/0001-add-missing-cargo-dep.patch

diff --git a/srcpkgs/py-spy/patches/0001-add-missing-cargo-dep.patch b/srcpkgs/py-spy/patches/0001-add-missing-cargo-dep.patch
new file mode 100644
index 00000000000..1087bb478da
--- /dev/null
+++ b/srcpkgs/py-spy/patches/0001-add-missing-cargo-dep.patch
@@ -0,0 +1,26 @@
+From d19aa6776808fd2244eb5d93b36c2861de901816 Mon Sep 17 00:00:00 2001
+From: Nathan Owens <ndowens@artixlinux.org>
+Date: Mon, 28 Dec 2020 19:37:29 -0600
+Subject: [PATCH] add missing cargo dep
+
+---
+ Cargo.toml | 3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git Cargo.toml Cargo.toml
+index 7874f6e..6223445 100644
+--- Cargo.toml
++++ Cargo.toml
+@@ -33,7 +33,8 @@ serde_derive = "1.0"
+ serde_json = "1.0"
+ rand = "0.7"
+ rand_distr = "0.2"
+-remoteprocess = {version="0.3.4", features=["unwind"]}
++unwind = "0.4.0"
++remoteprocess = {version="0.4.0", features=["unwind"]}
+ 
+ [target.'cfg(unix)'.dependencies]
+ termios = "0.3.1"
+-- 
+2.29.2
+
diff --git a/srcpkgs/py-spy/template b/srcpkgs/py-spy/template
index fcedf809102..36163adc854 100644
--- a/srcpkgs/py-spy/template
+++ b/srcpkgs/py-spy/template
@@ -1,8 +1,6 @@
 # Template file for 'py-spy'
 pkgname=py-spy
-version=0.1.11
-# other archs can't compile remoteprocess
-archs="x86_64* i686*"
+version=0.3.3
 revision=1
 build_style=cargo
 short_desc="Sampling profiler for Python programs"
@@ -10,4 +8,4 @@ maintainer="Wilson Birney <wpb@360scada.com>"
 license="GPL-3.0-or-later"
 homepage="https://github.com/benfred/py-spy"
 distfiles="https://github.com/benfred/py-spy/archive/v${version}.tar.gz"
-checksum=399a1be66414c2f1a3d57b20d1b219393e0dfd5370815b2c0d1406fa0886917e
+checksum=41454d3d9132da45c72f7574faaff65f40c757720293a277ffa5ec5a4b44f902

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

* Re: [PR PATCH] [Closed]: py-spy: update to 0.3.3.
  2020-12-29  0:50 [PR PATCH] py-spy: update to 0.3.3 ndowens
  2020-12-29  1:25 ` [PR PATCH] [Updated] " ndowens
  2020-12-29  1:37 ` ndowens
@ 2020-12-31  0:52 ` ndowens
  2 siblings, 0 replies; 4+ messages in thread
From: ndowens @ 2020-12-31  0:52 UTC (permalink / raw)
  To: ml

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

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

py-spy: update to 0.3.3.
https://github.com/void-linux/void-packages/pull/27516

Description:
Remove limit of archs

Closes:#22932

Added makedepends="libunwind-devel" since it ends up linking against libunwind, submitted issue upstream https://github.com/benfred/py-spy/issues/334

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

end of thread, other threads:[~2020-12-31  0:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-29  0:50 [PR PATCH] py-spy: update to 0.3.3 ndowens
2020-12-29  1:25 ` [PR PATCH] [Updated] " ndowens
2020-12-29  1:37 ` ndowens
2020-12-31  0:52 ` [PR PATCH] [Closed]: " ndowens

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