* [PR PATCH] New package: amdfan-0.2.3
@ 2024-10-21 17:56 bitterhalt
2024-10-21 21:22 ` [PR PATCH] [Updated] " bitterhalt
` (6 more replies)
0 siblings, 7 replies; 8+ messages in thread
From: bitterhalt @ 2024-10-21 17:56 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 663 bytes --]
There is a new pull request by bitterhalt against master on the void-packages repository
https://github.com/bitterhalt/void-packages amdfan
https://github.com/void-linux/void-packages/pull/52725
New package: amdfan-0.2.3
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64 glibc)
A patch file from https://github.com/void-linux/void-packages/pull/52725.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-amdfan-52725.patch --]
[-- Type: text/x-diff, Size: 1162 bytes --]
From 52a8634e6ef2f6dcdf566e26542ca4ba72865708 Mon Sep 17 00:00:00 2001
From: bitterhalt <95308907+bitterhalt@users.noreply.github.com>
Date: Mon, 21 Oct 2024 19:11:39 +0300
Subject: [PATCH] New package: amdfan-0.2.3
---
srcpkgs/amdfan/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/amdfan/template
diff --git a/srcpkgs/amdfan/template b/srcpkgs/amdfan/template
new file mode 100644
index 00000000000000..6496994893d314
--- /dev/null
+++ b/srcpkgs/amdfan/template
@@ -0,0 +1,15 @@
+# Template file for 'amdfan'
+pkgname=amdfan
+version=0.2.3
+revision=1
+archs="x86_64"
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python python3-yaml python3-numpy python3-rich python3-click"
+short_desc="Python daemon for controlling the fans on amdgpu cards"
+maintainer="bitterhalt <bthalt@disroot.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/mcgillij/amdfan"
+changelog="https://github.com/mcgillij/amdfan/releases"
+distfiles="https://github.com/mcgillij/amdfan/archive/refs/tags/${version}.tar.gz"
+checksum=f377f4d5127eafc755c1baa223b72e1b99ba0bd58746b15633c12c52a04f5ab8
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Updated] New package: amdfan-0.2.3
2024-10-21 17:56 [PR PATCH] New package: amdfan-0.2.3 bitterhalt
@ 2024-10-21 21:22 ` bitterhalt
2024-10-22 21:27 ` bitterhalt
` (5 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bitterhalt @ 2024-10-21 21:22 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 668 bytes --]
There is an updated pull request by bitterhalt against master on the void-packages repository
https://github.com/bitterhalt/void-packages amdfan
https://github.com/void-linux/void-packages/pull/52725
New package: amdfan-0.2.3
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64 glibc)
A patch file from https://github.com/void-linux/void-packages/pull/52725.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-amdfan-52725.patch --]
[-- Type: text/x-diff, Size: 1162 bytes --]
From 66be62fbd690af483676a8080f163477671214a7 Mon Sep 17 00:00:00 2001
From: bitterhalt <95308907+bitterhalt@users.noreply.github.com>
Date: Mon, 21 Oct 2024 19:11:39 +0300
Subject: [PATCH] New package: amdfan-0.2.3
---
srcpkgs/amdfan/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/amdfan/template
diff --git a/srcpkgs/amdfan/template b/srcpkgs/amdfan/template
new file mode 100644
index 00000000000000..6496994893d314
--- /dev/null
+++ b/srcpkgs/amdfan/template
@@ -0,0 +1,15 @@
+# Template file for 'amdfan'
+pkgname=amdfan
+version=0.2.3
+revision=1
+archs="x86_64"
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python python3-yaml python3-numpy python3-rich python3-click"
+short_desc="Python daemon for controlling the fans on amdgpu cards"
+maintainer="bitterhalt <bthalt@disroot.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/mcgillij/amdfan"
+changelog="https://github.com/mcgillij/amdfan/releases"
+distfiles="https://github.com/mcgillij/amdfan/archive/refs/tags/${version}.tar.gz"
+checksum=f377f4d5127eafc755c1baa223b72e1b99ba0bd58746b15633c12c52a04f5ab8
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Updated] New package: amdfan-0.2.3
2024-10-21 17:56 [PR PATCH] New package: amdfan-0.2.3 bitterhalt
2024-10-21 21:22 ` [PR PATCH] [Updated] " bitterhalt
@ 2024-10-22 21:27 ` bitterhalt
2024-10-22 21:35 ` bitterhalt
` (4 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bitterhalt @ 2024-10-22 21:27 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 668 bytes --]
There is an updated pull request by bitterhalt against master on the void-packages repository
https://github.com/bitterhalt/void-packages amdfan
https://github.com/void-linux/void-packages/pull/52725
New package: amdfan-0.2.3
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64 glibc)
A patch file from https://github.com/void-linux/void-packages/pull/52725.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-amdfan-52725.patch --]
[-- Type: text/x-diff, Size: 1162 bytes --]
From 4c06af1c20dc8211205d3e2f8ded6caabd4815f6 Mon Sep 17 00:00:00 2001
From: bitterhalt <95308907+bitterhalt@users.noreply.github.com>
Date: Mon, 21 Oct 2024 19:11:39 +0300
Subject: [PATCH] New package: amdfan-0.2.3
---
srcpkgs/amdfan/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/amdfan/template
diff --git a/srcpkgs/amdfan/template b/srcpkgs/amdfan/template
new file mode 100644
index 00000000000000..6496994893d314
--- /dev/null
+++ b/srcpkgs/amdfan/template
@@ -0,0 +1,15 @@
+# Template file for 'amdfan'
+pkgname=amdfan
+version=0.2.3
+revision=1
+archs="x86_64"
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python python3-yaml python3-numpy python3-rich python3-click"
+short_desc="Python daemon for controlling the fans on amdgpu cards"
+maintainer="bitterhalt <bthalt@disroot.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/mcgillij/amdfan"
+changelog="https://github.com/mcgillij/amdfan/releases"
+distfiles="https://github.com/mcgillij/amdfan/archive/refs/tags/${version}.tar.gz"
+checksum=f377f4d5127eafc755c1baa223b72e1b99ba0bd58746b15633c12c52a04f5ab8
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Updated] New package: amdfan-0.2.3
2024-10-21 17:56 [PR PATCH] New package: amdfan-0.2.3 bitterhalt
2024-10-21 21:22 ` [PR PATCH] [Updated] " bitterhalt
2024-10-22 21:27 ` bitterhalt
@ 2024-10-22 21:35 ` bitterhalt
2024-10-23 11:40 ` bitterhalt
` (3 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bitterhalt @ 2024-10-22 21:35 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 668 bytes --]
There is an updated pull request by bitterhalt against master on the void-packages repository
https://github.com/bitterhalt/void-packages amdfan
https://github.com/void-linux/void-packages/pull/52725
New package: amdfan-0.2.3
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64 glibc)
A patch file from https://github.com/void-linux/void-packages/pull/52725.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-amdfan-52725.patch --]
[-- Type: text/x-diff, Size: 1136 bytes --]
From 3a85a55348d4b5cdef3629d3951737efe8aefb29 Mon Sep 17 00:00:00 2001
From: bitterhalt <bthalt@disroot.org>
Date: Wed, 23 Oct 2024 00:34:54 +0300
Subject: [PATCH] New package: amdfan-0.2.3
---
srcpkgs/amdfan/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/amdfan/template
diff --git a/srcpkgs/amdfan/template b/srcpkgs/amdfan/template
new file mode 100644
index 00000000000000..6496994893d314
--- /dev/null
+++ b/srcpkgs/amdfan/template
@@ -0,0 +1,15 @@
+# Template file for 'amdfan'
+pkgname=amdfan
+version=0.2.3
+revision=1
+archs="x86_64"
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python python3-yaml python3-numpy python3-rich python3-click"
+short_desc="Python daemon for controlling the fans on amdgpu cards"
+maintainer="bitterhalt <bthalt@disroot.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/mcgillij/amdfan"
+changelog="https://github.com/mcgillij/amdfan/releases"
+distfiles="https://github.com/mcgillij/amdfan/archive/refs/tags/${version}.tar.gz"
+checksum=f377f4d5127eafc755c1baa223b72e1b99ba0bd58746b15633c12c52a04f5ab8
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: New package: amdfan-0.2.3
2024-10-21 17:56 [PR PATCH] New package: amdfan-0.2.3 bitterhalt
` (2 preceding siblings ...)
2024-10-22 21:35 ` bitterhalt
@ 2024-10-23 11:40 ` bitterhalt
2024-10-30 20:53 ` [PR PATCH] [Updated] " bitterhalt
` (2 subsequent siblings)
6 siblings, 0 replies; 8+ messages in thread
From: bitterhalt @ 2024-10-23 11:40 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 226 bytes --]
New comment by bitterhalt on void-packages repository
https://github.com/void-linux/void-packages/pull/52725#issuecomment-2431837049
Comment:
Last run failed because I was pushed it with noreply email. Should be fine know?
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Updated] New package: amdfan-0.2.3
2024-10-21 17:56 [PR PATCH] New package: amdfan-0.2.3 bitterhalt
` (3 preceding siblings ...)
2024-10-23 11:40 ` bitterhalt
@ 2024-10-30 20:53 ` bitterhalt
2025-01-02 10:45 ` bitterhalt
2025-01-02 10:47 ` bitterhalt
6 siblings, 0 replies; 8+ messages in thread
From: bitterhalt @ 2024-10-30 20:53 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 668 bytes --]
There is an updated pull request by bitterhalt against master on the void-packages repository
https://github.com/bitterhalt/void-packages amdfan
https://github.com/void-linux/void-packages/pull/52725
New package: amdfan-0.2.3
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64 glibc)
A patch file from https://github.com/void-linux/void-packages/pull/52725.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-amdfan-52725.patch --]
[-- Type: text/x-diff, Size: 1136 bytes --]
From 33bbbe18b20598d31da83a268e492f64d185eaef Mon Sep 17 00:00:00 2001
From: bitterhalt <bthalt@disroot.org>
Date: Wed, 23 Oct 2024 00:34:54 +0300
Subject: [PATCH] New package: amdfan-0.2.3
---
srcpkgs/amdfan/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/amdfan/template
diff --git a/srcpkgs/amdfan/template b/srcpkgs/amdfan/template
new file mode 100644
index 00000000000000..6496994893d314
--- /dev/null
+++ b/srcpkgs/amdfan/template
@@ -0,0 +1,15 @@
+# Template file for 'amdfan'
+pkgname=amdfan
+version=0.2.3
+revision=1
+archs="x86_64"
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python python3-yaml python3-numpy python3-rich python3-click"
+short_desc="Python daemon for controlling the fans on amdgpu cards"
+maintainer="bitterhalt <bthalt@disroot.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/mcgillij/amdfan"
+changelog="https://github.com/mcgillij/amdfan/releases"
+distfiles="https://github.com/mcgillij/amdfan/archive/refs/tags/${version}.tar.gz"
+checksum=f377f4d5127eafc755c1baa223b72e1b99ba0bd58746b15633c12c52a04f5ab8
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PR PATCH] [Updated] New package: amdfan-0.2.3
2024-10-21 17:56 [PR PATCH] New package: amdfan-0.2.3 bitterhalt
` (4 preceding siblings ...)
2024-10-30 20:53 ` [PR PATCH] [Updated] " bitterhalt
@ 2025-01-02 10:45 ` bitterhalt
2025-01-02 10:47 ` bitterhalt
6 siblings, 0 replies; 8+ messages in thread
From: bitterhalt @ 2025-01-02 10:45 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 668 bytes --]
There is an updated pull request by bitterhalt against master on the void-packages repository
https://github.com/bitterhalt/void-packages amdfan
https://github.com/void-linux/void-packages/pull/52725
New package: amdfan-0.2.3
#### 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**
#### Local build testing
- I built this PR locally for my native architecture, (x86_64 glibc)
A patch file from https://github.com/void-linux/void-packages/pull/52725.patch is attached
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-amdfan-52725.patch --]
[-- Type: text/x-diff, Size: 2121 bytes --]
From 25ec74acb10da24bc54455576d9b55116b803a1b Mon Sep 17 00:00:00 2001
From: bitterhalt <bthalt@disroot.org>
Date: Thu, 19 Dec 2024 16:00:27 +0200
Subject: [PATCH 1/2] New package: amdfan-0.2.3
---
srcpkgs/amdfan/template | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 srcpkgs/amdfan/template
diff --git a/srcpkgs/amdfan/template b/srcpkgs/amdfan/template
new file mode 100644
index 00000000000000..6496994893d314
--- /dev/null
+++ b/srcpkgs/amdfan/template
@@ -0,0 +1,15 @@
+# Template file for 'amdfan'
+pkgname=amdfan
+version=0.2.3
+revision=1
+archs="x86_64"
+build_style=python3-pep517
+hostmakedepends="python3-poetry-core"
+depends="python python3-yaml python3-numpy python3-rich python3-click"
+short_desc="Python daemon for controlling the fans on amdgpu cards"
+maintainer="bitterhalt <bthalt@disroot.org>"
+license="GPL-2.0-or-later"
+homepage="https://github.com/mcgillij/amdfan"
+changelog="https://github.com/mcgillij/amdfan/releases"
+distfiles="https://github.com/mcgillij/amdfan/archive/refs/tags/${version}.tar.gz"
+checksum=f377f4d5127eafc755c1baa223b72e1b99ba0bd58746b15633c12c52a04f5ab8
From 05fe72a7ec22f333a8b75df50a364e827faa848e Mon Sep 17 00:00:00 2001
From: bitterhalt <bthalt@disroot.org>
Date: Thu, 26 Dec 2024 00:30:40 +0200
Subject: [PATCH 2/2] amdfan: update to 0.2.4.
---
srcpkgs/amdfan/template | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/srcpkgs/amdfan/template b/srcpkgs/amdfan/template
index 6496994893d314..584508bf5d1e64 100644
--- a/srcpkgs/amdfan/template
+++ b/srcpkgs/amdfan/template
@@ -1,6 +1,6 @@
# Template file for 'amdfan'
pkgname=amdfan
-version=0.2.3
+version=0.2.4
revision=1
archs="x86_64"
build_style=python3-pep517
@@ -12,4 +12,4 @@ license="GPL-2.0-or-later"
homepage="https://github.com/mcgillij/amdfan"
changelog="https://github.com/mcgillij/amdfan/releases"
distfiles="https://github.com/mcgillij/amdfan/archive/refs/tags/${version}.tar.gz"
-checksum=f377f4d5127eafc755c1baa223b72e1b99ba0bd58746b15633c12c52a04f5ab8
+checksum=a46212c7137aea245e77dd6879f2ae59c289b64c174815adea1b3f10e40cb8bc
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: New package: amdfan-0.2.3
2024-10-21 17:56 [PR PATCH] New package: amdfan-0.2.3 bitterhalt
` (5 preceding siblings ...)
2025-01-02 10:45 ` bitterhalt
@ 2025-01-02 10:47 ` bitterhalt
6 siblings, 0 replies; 8+ messages in thread
From: bitterhalt @ 2025-01-02 10:47 UTC (permalink / raw)
To: ml
[-- Attachment #1: Type: text/plain, Size: 149 bytes --]
New comment by bitterhalt on void-packages repository
https://github.com/void-linux/void-packages/pull/52725#issuecomment-2567580828
Comment:
Bump
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-01-02 10:47 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-10-21 17:56 [PR PATCH] New package: amdfan-0.2.3 bitterhalt
2024-10-21 21:22 ` [PR PATCH] [Updated] " bitterhalt
2024-10-22 21:27 ` bitterhalt
2024-10-22 21:35 ` bitterhalt
2024-10-23 11:40 ` bitterhalt
2024-10-30 20:53 ` [PR PATCH] [Updated] " bitterhalt
2025-01-02 10:45 ` bitterhalt
2025-01-02 10:47 ` bitterhalt
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).