Package Details: archey3-git 0.4.r57.gac68752-1

Git Clone URL: https://aur.archlinux.org/archey3-git.git (read-only, click to copy)
Package Base: archey3-git
Description: Python script to display system information alongside the Arch Linux logo.
Upstream URL: https://lclarkmichalek.github.io/archey3/
Keywords: info system
Licenses: GPL
Conflicts: archey, archey3, archey4
Provides: archey
Submitter: xyproto
Maintainer: HLFH
Last Packager: HLFH
Votes: 172
Popularity: 0.71
First Submitted: 2013-11-02 12:03 (UTC)
Last Updated: 2022-12-30 18:10 (UTC)

Dependencies (6)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 .. 15 Next › Last »

MarsSeed commented on 2022-06-12 15:56 (UTC)

Seems this has not been developed further since 2018.

But there is hope: a newer continuation fork, updated not too long ago: archey4!

HLFH commented on 2021-12-08 15:37 (UTC)

package updated and fixed on minor issues

HLFH commented on 2020-07-11 12:09 (UTC)

@thibaultmol github pages URL has changed because the user has changed his username: I updated to the new URL in this new package

thibaultmol commented on 2020-05-23 14:38 (UTC)

upstream url broken?

massimilianonba commented on 2018-08-12 20:03 (UTC)

Same oddworld's problem and i can confirm that the elder's solution work. Many thanks!!

Elder commented on 2018-08-11 20:11 (UTC) (edited on 2018-08-11 20:35 (UTC) by Elder)

Hello oddworld, yes I upgraded the system and have got the same problem. Solved it just.

changed line 805: raise StopIteration to return StopIteration

and

changed line 551: SafeConfigParser to ConfigParser

oddworld commented on 2018-08-07 06:26 (UTC) (edited on 2018-08-07 06:27 (UTC) by oddworld)

Does anyone else get the following after recent updates?

/usr/bin/archey3:862: DeprecationWarning: The SafeConfigParser class has been renamed to ConfigParser in Python 3.2. This alias will be removed in future versions. Use ConfigParser directly instead.

config = ArcheyConfigParser()

Traceback (most recent call last):

File "/usr/bin/archey3", line 805, in parse_display

raise StopIteration

StopIteration

The above exception was the direct cause of the following exception:

Traceback (most recent call last):

File "/usr/bin/archey3", line 869, in <module>
main()
File "/usr/bin/archey3", line 866, in main
archey.run(options.screenshot)
File "/usr/bin/archey3", line 728, in run
print(self.render())
File "/usr/bin/archey3", line 734, in render
results = self.prepare_results()
File "/usr/bin/archey3", line 753, in prepare_results
for cls_name, args in self.parse_display():
RuntimeError: generator raised StopIteration

jghodd commented on 2017-01-05 04:52 (UTC)

just an fyi that archey has an issue with some languages other than english. ramDisplay is looking for the line starting with 'Mem:', which, for instance, is 'Speicher:' in German - so German users get an error. i'm reasonably certain that German isn;t the only language with this problem. i would anticipate that any Asian languages would run into the same problem, as well as Cyrillic. since the output of free -m is predictable, perhaps the function should always seek out the second line (index 1) vs. the line that starts with 'Mem:'.

triforce commented on 2016-04-13 09:27 (UTC)

This builds fine for me.

moscar commented on 2016-02-01 19:40 (UTC) (edited on 2016-02-01 19:40 (UTC) by moscar)

This fails to build with the error: "ERROR: source should be an array" I assume this was introduced with pacman 5.