Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: bpytop-1.0.22
@ 2020-09-04 19:37 abenson
  2020-09-05  7:07 ` [PR REVIEW] " fosslinux
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: abenson @ 2020-09-04 19:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_bpytop
https://github.com/void-linux/void-packages/pull/24668

New package: bpytop-1.0.22
Python port of bashtop #21433

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

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

From 7553f35cefdb150fa441081a18624e8419230396 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Fri, 4 Sep 2020 14:35:19 -0500
Subject: [PATCH] New package: bpytop-1.0.22

---
 srcpkgs/bpytop/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/bpytop/template

diff --git a/srcpkgs/bpytop/template b/srcpkgs/bpytop/template
new file mode 100644
index 00000000000..5f4be9238bc
--- /dev/null
+++ b/srcpkgs/bpytop/template
@@ -0,0 +1,13 @@
+# Template file for 'bpytop'
+pkgname=bpytop
+version=1.0.22
+revision=1
+archs=noarch
+build_style=gnu-makefile
+depends="python3-psutil"
+short_desc="Resource monitor"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/bpytop"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=963d5c9a8ef0246f9bab7103e1a346d4a51fcb3850c8794357f753ec4574e393

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

* Re: [PR REVIEW] New package: bpytop-1.0.22
  2020-09-04 19:37 [PR PATCH] New package: bpytop-1.0.22 abenson
@ 2020-09-05  7:07 ` fosslinux
  2020-09-05 17:41 ` [PR PATCH] [Updated] " abenson
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: fosslinux @ 2020-09-05  7:07 UTC (permalink / raw)
  To: ml

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

New review comment by fosslinux on void-packages repository

https://github.com/void-linux/void-packages/pull/24668#discussion_r483920963

Comment:
Please remove `archs=noarch` as part of the transition away from noarch.

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

* Re: [PR PATCH] [Updated] New package: bpytop-1.0.22
  2020-09-04 19:37 [PR PATCH] New package: bpytop-1.0.22 abenson
  2020-09-05  7:07 ` [PR REVIEW] " fosslinux
@ 2020-09-05 17:41 ` abenson
  2020-09-09  3:07 ` abenson
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2020-09-05 17:41 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_bpytop
https://github.com/void-linux/void-packages/pull/24668

New package: bpytop-1.0.22
Python port of bashtop #21433

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

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

From a95a17b529f397400e1d9022183433714f841d37 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Fri, 4 Sep 2020 14:35:19 -0500
Subject: [PATCH] New package: bpytop-1.0.22

---
 srcpkgs/bpytop/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/bpytop/template

diff --git a/srcpkgs/bpytop/template b/srcpkgs/bpytop/template
new file mode 100644
index 00000000000..2b842aeb408
--- /dev/null
+++ b/srcpkgs/bpytop/template
@@ -0,0 +1,12 @@
+# Template file for 'bpytop'
+pkgname=bpytop
+version=1.0.22
+revision=1
+build_style=gnu-makefile
+depends="python3-psutil"
+short_desc="Resource monitor"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/bpytop"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=963d5c9a8ef0246f9bab7103e1a346d4a51fcb3850c8794357f753ec4574e393

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

* Re: [PR PATCH] [Updated] New package: bpytop-1.0.22
  2020-09-04 19:37 [PR PATCH] New package: bpytop-1.0.22 abenson
  2020-09-05  7:07 ` [PR REVIEW] " fosslinux
  2020-09-05 17:41 ` [PR PATCH] [Updated] " abenson
@ 2020-09-09  3:07 ` abenson
  2020-09-09  3:19 ` abenson
  2020-09-10 13:32 ` [PR PATCH] [Merged]: " abenson
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2020-09-09  3:07 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_bpytop
https://github.com/void-linux/void-packages/pull/24668

New package: bpytop-1.0.22
Python port of bashtop #21433

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

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

From c7031e026d44f4399f197de30e054d3ae93c088e Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Fri, 4 Sep 2020 14:35:19 -0500
Subject: [PATCH] New package: bpytop-1.0.26

---
 srcpkgs/bpytop/template | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 srcpkgs/bpytop/template

diff --git a/srcpkgs/bpytop/template b/srcpkgs/bpytop/template
new file mode 100644
index 00000000000..0aef02edb87
--- /dev/null
+++ b/srcpkgs/bpytop/template
@@ -0,0 +1,12 @@
+# Template file for 'bpytop'
+pkgname=bpytop
+version=1.0.26
+revision=1
+build_style=gnu-makefile
+depends="python3-psutil"
+short_desc="Resource monitor"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/bpytop"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=f0ff729a8e14d2112f3a45a461cb3025895aee28b0c0e52d54c387aa6a80e586

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

* Re: [PR PATCH] [Updated] New package: bpytop-1.0.22
  2020-09-04 19:37 [PR PATCH] New package: bpytop-1.0.22 abenson
                   ` (2 preceding siblings ...)
  2020-09-09  3:07 ` abenson
@ 2020-09-09  3:19 ` abenson
  2020-09-10 13:32 ` [PR PATCH] [Merged]: " abenson
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2020-09-09  3:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/abenson/void-packages np_bpytop
https://github.com/void-linux/void-packages/pull/24668

New package: bpytop-1.0.22
Python port of bashtop #21433

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

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

From 55c74744fc5c846d705bf8ae7f22892d032105e4 Mon Sep 17 00:00:00 2001
From: Andrew Benson <abenson+void@gmail.com>
Date: Fri, 4 Sep 2020 14:35:19 -0500
Subject: [PATCH] New package: bpytop-1.0.26

---
 srcpkgs/bpytop/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/bpytop/template

diff --git a/srcpkgs/bpytop/template b/srcpkgs/bpytop/template
new file mode 100644
index 00000000000..8fbb8f12be6
--- /dev/null
+++ b/srcpkgs/bpytop/template
@@ -0,0 +1,16 @@
+# Template file for 'bpytop'
+pkgname=bpytop
+version=1.0.26
+revision=1
+build_style=gnu-makefile
+depends="python3-psutil"
+short_desc="Resource monitor"
+maintainer="Andrew Benson <abenson+void@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/aristocratos/bpytop"
+distfiles="${homepage}/archive/v${version}.tar.gz"
+checksum=f0ff729a8e14d2112f3a45a461cb3025895aee28b0c0e52d54c387aa6a80e586
+
+pre_configure() {
+	vsed -e '/^update_check/s/\$update_check/false/' -i bpytop.py
+}

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

* Re: [PR PATCH] [Merged]: New package: bpytop-1.0.22
  2020-09-04 19:37 [PR PATCH] New package: bpytop-1.0.22 abenson
                   ` (3 preceding siblings ...)
  2020-09-09  3:19 ` abenson
@ 2020-09-10 13:32 ` abenson
  4 siblings, 0 replies; 6+ messages in thread
From: abenson @ 2020-09-10 13:32 UTC (permalink / raw)
  To: ml

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

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

New package: bpytop-1.0.22
https://github.com/void-linux/void-packages/pull/24668

Description:
Python port of bashtop #21433

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

end of thread, other threads:[~2020-09-10 13:32 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-04 19:37 [PR PATCH] New package: bpytop-1.0.22 abenson
2020-09-05  7:07 ` [PR REVIEW] " fosslinux
2020-09-05 17:41 ` [PR PATCH] [Updated] " abenson
2020-09-09  3:07 ` abenson
2020-09-09  3:19 ` abenson
2020-09-10 13:32 ` [PR PATCH] [Merged]: " abenson

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