Search Criteria
Package Details: archey3 0.5-16
Package Actions
Git Clone URL: | https://aur.archlinux.org/archey3.git (read-only, click to copy) |
---|---|
Package Base: | archey3 |
Description: | Output a logo and various system information |
Upstream URL: | https://lclarkmichalek.github.io/archey3/ |
Licenses: | GPL-3.0-or-later |
Submitter: | gromit |
Maintainer: | vEnhance |
Last Packager: | vEnhance |
Votes: | 3 |
Popularity: | 0.063739 |
First Submitted: | 2024-03-23 20:34 (UTC) |
Last Updated: | 2024-09-11 21:16 (UTC) |
Dependencies (8)
- python (python37AUR, python311AUR, python310AUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- imagemagick (imagemagick-gitAUR, imagemagick-full-gitAUR, imagemagick-fullAUR) (optional) – for default screenshot command
- python-logbook (optional) – alternative logging system
Latest Comments
vEnhance commented on 2024-05-23 22:52 (UTC)
Appreciate the catch and the instruction. I've added
python-setuptools
as a makedepend again, and verifiedpkgctl build
now works. Anything else I'm missing, drop me a line.Cody_Learner commented on 2024-05-23 20:59 (UTC) (edited on 2024-05-23 21:01 (UTC) by Cody_Learner)
Fails to build in clean chroot using
devtools
script:vEnhance commented on 2024-05-13 16:26 (UTC)
Comments here are fine.
However I think the string
"( +)"
does not need anr
-escape the way the other two do. The patch here is to deal with an issue of Python 3.12 complaining about invalid escape sequences, see https://github.com/lclarkmichalek/archey3/issues/53.rajupotra commented on 2024-05-13 10:51 (UTC)
Hello. Latest update missed 1 regex to strip any excess spaces.
I'm new. Is this best way to contribute?