Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: python3-amdgpu-fan-0.1.0
@ 2022-12-20  1:48 agausmann
  2022-12-21  7:25 ` [PR REVIEW] " icp1994
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: agausmann @ 2022-12-20  1:48 UTC (permalink / raw)
  To: ml

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

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

https://github.com/agausmann/void-packages python3-amdgpu-fan
https://github.com/void-linux/void-packages/pull/41196

New package: python3-amdgpu-fan-0.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** (1)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-amdgpu-fan-41196.patch --]
[-- Type: text/x-diff, Size: 1112 bytes --]

From 76478439b3066fb9105037543d8f25bd4afce1f6 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <adam@gaussian.dev>
Date: Sun, 18 Dec 2022 22:21:34 -0600
Subject: [PATCH] New package: python3-amdgpu-fan-0.1.0

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

diff --git a/srcpkgs/python3-amdgpu-fan/template b/srcpkgs/python3-amdgpu-fan/template
new file mode 100644
index 000000000000..7628b86c025c
--- /dev/null
+++ b/srcpkgs/python3-amdgpu-fan/template
@@ -0,0 +1,13 @@
+# Template file for 'python3-amdgpu-fan'
+pkgname=python3-amdgpu-fan
+version=0.1.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-yaml python3-numpy"
+short_desc="Python daemon for controlling the fans on amdgpu cards"
+maintainer="Adam Gausmann <adam@gaussian.dev>"
+license="GPL-2.0-only"
+homepage="https://github.com/zzkW35/amdgpu-fan"
+distfiles="https://github.com/zzkW35/amdgpu-fan/archive/${version}.tar.gz"
+checksum=f2c1546aede4559d99f870531b317d0c2726013ae9dbf2ec4298f1e92c9684a4

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

* Re: [PR REVIEW] New package: python3-amdgpu-fan-0.1.0
  2022-12-20  1:48 [PR PATCH] New package: python3-amdgpu-fan-0.1.0 agausmann
@ 2022-12-21  7:25 ` icp1994
  2022-12-21  7:25 ` icp1994
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2022-12-21  7:25 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/41196#discussion_r1054056424

Comment:
```suggestion
distfiles="https://github.com/zzkW35/amdgpu-fan/archive/refs/tags/${version}.tar.gz"
```

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

* Re: [PR REVIEW] New package: python3-amdgpu-fan-0.1.0
  2022-12-20  1:48 [PR PATCH] New package: python3-amdgpu-fan-0.1.0 agausmann
  2022-12-21  7:25 ` [PR REVIEW] " icp1994
@ 2022-12-21  7:25 ` icp1994
  2022-12-21 19:19 ` [PR PATCH] [Updated] " agausmann
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: icp1994 @ 2022-12-21  7:25 UTC (permalink / raw)
  To: ml

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

New review comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/41196#discussion_r1054056006

Comment:
```suggestion
depends="python3-yaml python3-numpy"
checkdepends="${depends} python3-pytest"
```

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

* Re: [PR PATCH] [Updated] New package: python3-amdgpu-fan-0.1.0
  2022-12-20  1:48 [PR PATCH] New package: python3-amdgpu-fan-0.1.0 agausmann
  2022-12-21  7:25 ` [PR REVIEW] " icp1994
  2022-12-21  7:25 ` icp1994
@ 2022-12-21 19:19 ` agausmann
  2022-12-21 19:19 ` agausmann
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: agausmann @ 2022-12-21 19:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/agausmann/void-packages python3-amdgpu-fan
https://github.com/void-linux/void-packages/pull/41196

New package: python3-amdgpu-fan-0.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** (1)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-amdgpu-fan-41196.patch --]
[-- Type: text/x-diff, Size: 1112 bytes --]

From 85e9e985871083cc39c16d80adb2b51fd9d32ea2 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <adam@gaussian.dev>
Date: Sun, 18 Dec 2022 22:21:34 -0600
Subject: [PATCH] New package: python3-amdgpu-fan-0.1.0

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

diff --git a/srcpkgs/python3-amdgpu-fan/template b/srcpkgs/python3-amdgpu-fan/template
new file mode 100644
index 000000000000..7628b86c025c
--- /dev/null
+++ b/srcpkgs/python3-amdgpu-fan/template
@@ -0,0 +1,13 @@
+# Template file for 'python3-amdgpu-fan'
+pkgname=python3-amdgpu-fan
+version=0.1.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-yaml python3-numpy"
+short_desc="Python daemon for controlling the fans on amdgpu cards"
+maintainer="Adam Gausmann <adam@gaussian.dev>"
+license="GPL-2.0-only"
+homepage="https://github.com/zzkW35/amdgpu-fan"
+distfiles="https://github.com/zzkW35/amdgpu-fan/archive/${version}.tar.gz"
+checksum=f2c1546aede4559d99f870531b317d0c2726013ae9dbf2ec4298f1e92c9684a4

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

* Re: [PR PATCH] [Updated] New package: python3-amdgpu-fan-0.1.0
  2022-12-20  1:48 [PR PATCH] New package: python3-amdgpu-fan-0.1.0 agausmann
                   ` (2 preceding siblings ...)
  2022-12-21 19:19 ` [PR PATCH] [Updated] " agausmann
@ 2022-12-21 19:19 ` agausmann
  2023-03-22  1:54 ` github-actions
  2023-04-06  1:51 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: agausmann @ 2022-12-21 19:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/agausmann/void-packages python3-amdgpu-fan
https://github.com/void-linux/void-packages/pull/41196

New package: python3-amdgpu-fan-0.1.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** (1)


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-python3-amdgpu-fan-41196.patch --]
[-- Type: text/x-diff, Size: 1165 bytes --]

From b124c3cde6605fe0bdf7bd012f7f1375e76dc6e4 Mon Sep 17 00:00:00 2001
From: Adam Gausmann <adam@gaussian.dev>
Date: Sun, 18 Dec 2022 22:21:34 -0600
Subject: [PATCH] New package: python3-amdgpu-fan-0.1.0

---
 srcpkgs/python3-amdgpu-fan/template | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
 create mode 100644 srcpkgs/python3-amdgpu-fan/template

diff --git a/srcpkgs/python3-amdgpu-fan/template b/srcpkgs/python3-amdgpu-fan/template
new file mode 100644
index 000000000000..d8a0d8a8d5b0
--- /dev/null
+++ b/srcpkgs/python3-amdgpu-fan/template
@@ -0,0 +1,14 @@
+# Template file for 'python3-amdgpu-fan'
+pkgname=python3-amdgpu-fan
+version=0.1.0
+revision=1
+build_style=python3-module
+hostmakedepends="python3-setuptools"
+depends="python3-yaml python3-numpy"
+checkdepends="${depends} python3-pytest"
+short_desc="Python daemon for controlling the fans on amdgpu cards"
+maintainer="Adam Gausmann <adam@gaussian.dev>"
+license="GPL-2.0-only"
+homepage="https://github.com/zzkW35/amdgpu-fan"
+distfiles="https://github.com/zzkW35/amdgpu-fan/archive/refs/tags/${version}.tar.gz"
+checksum=f2c1546aede4559d99f870531b317d0c2726013ae9dbf2ec4298f1e92c9684a4

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

* Re: New package: python3-amdgpu-fan-0.1.0
  2022-12-20  1:48 [PR PATCH] New package: python3-amdgpu-fan-0.1.0 agausmann
                   ` (3 preceding siblings ...)
  2022-12-21 19:19 ` agausmann
@ 2023-03-22  1:54 ` github-actions
  2023-04-06  1:51 ` [PR PATCH] [Closed]: " github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2023-03-22  1:54 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/41196#issuecomment-1478812826

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: python3-amdgpu-fan-0.1.0
  2022-12-20  1:48 [PR PATCH] New package: python3-amdgpu-fan-0.1.0 agausmann
                   ` (4 preceding siblings ...)
  2023-03-22  1:54 ` github-actions
@ 2023-04-06  1:51 ` github-actions
  5 siblings, 0 replies; 7+ messages in thread
From: github-actions @ 2023-04-06  1:51 UTC (permalink / raw)
  To: ml

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

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

New package: python3-amdgpu-fan-0.1.0
https://github.com/void-linux/void-packages/pull/41196

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES** (1)


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

end of thread, other threads:[~2023-04-06  1:51 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-20  1:48 [PR PATCH] New package: python3-amdgpu-fan-0.1.0 agausmann
2022-12-21  7:25 ` [PR REVIEW] " icp1994
2022-12-21  7:25 ` icp1994
2022-12-21 19:19 ` [PR PATCH] [Updated] " agausmann
2022-12-21 19:19 ` agausmann
2023-03-22  1:54 ` github-actions
2023-04-06  1:51 ` [PR PATCH] [Closed]: " github-actions

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