Search Criteria
Package Details: upliftpowerplay-git r50.b7859f4-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/upliftpowerplay-git.git (read-only, click to copy) |
---|---|
Package Base: | upliftpowerplay-git |
Description: | UPP: A tool for parsing, dumping and modifying data in Radeon PowerPlay tables |
Upstream URL: | https://github.com/sibradzic/upp |
Licenses: | GPL3 |
Conflicts: | upliftpowerplay |
Provides: | upliftpowerplay |
Submitter: | agalakhov |
Maintainer: | agalakhov |
Last Packager: | agalakhov |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-03-28 21:59 (UTC) |
Last Updated: | 2023-11-08 17:21 (UTC) |
Dependencies (6)
- python (python37AUR, python311AUR, python310AUR)
- python-click
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
Required by (1)
- powerupp-git (requires upliftpowerplay)
Latest Comments
agalakhov commented on 2023-11-08 17:21 (UTC)
Done. Thank you!
dreieck commented on 2023-11-08 14:06 (UTC)
And also,
git
needs to be added tomakedepends
.Please fix.
Thanks for maintaining!
dreieck commented on 2023-11-08 14:05 (UTC) (edited on 2023-11-08 14:06 (UTC) by dreieck)
Also,you need to move away from
setup.py
but usepython -m build
andpython -m installer
, with the corresponding make dependencies.See the Arch Wiki on Python Package Guidelines for details.
Thanks for maintaining!
dreieck commented on 2023-11-08 14:04 (UTC)
You need to change the source download protocol from
git://
togit+https://
due to changes at github.com.As it is now, source download fails with a connection timeout.
Thanks for maintaining!