Package Details: xkcdpass 1.19.8-1

Git Clone URL: https://aur.archlinux.org/xkcdpass.git (read-only, click to copy)
Package Base: xkcdpass
Description: Generate secure passphares inspired by XKCD
Upstream URL: https://github.com/redacted/XKCD-password-generator
Licenses: BSD
Submitter: arojas
Maintainer: vith
Last Packager: vith
Votes: 9
Popularity: 0.000003
First Submitted: 2021-05-08 09:31 (UTC)
Last Updated: 2023-11-27 17:19 (UTC)

Dependencies (5)

Required by (0)

Sources (1)

Latest Comments

yannleretaille commented on 2022-08-24 13:53 (UTC)

If you installed xkcdpass a long time ago and now get the following error:

Traceback (most recent call last):
  File "/usr/sbin/xkcdpass", line 33, in <module>
    sys.exit(load_entry_point('xkcdpass==1.19.3', 'console_scripts', 'xkcdpass')())
  File "/usr/sbin/xkcdpass", line 22, in importlib_load_entry_point
    for entry_point in distribution(dist_name).entry_points
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 928, in distribution
    return Distribution.from_name(distribution_name)
  File "/usr/lib/python3.10/importlib/metadata/__init__.py", line 518, in from_name
    raise PackageNotFoundError(name)
importlib.metadata.PackageNotFoundError: No package metadata was found for xkcdpass

This is probably related to the update to python 3.10 and you should cleanly rebuild all affected packages, including xkcdpass:

yay -S $(pacman -Qoq /usr/lib/python3.9) --answerclean All

vith commented on 2021-06-28 06:14 (UTC)

Today the AUR accepted the push. Package is up to date again.

vith commented on 2021-05-24 06:12 (UTC)

AUR git still rejecting pushes

vith commented on 2021-05-12 10:12 (UTC)

It's a bug in AURweb; once it's fixed I will update this package.

https://bbs.archlinux.org/viewtopic.php?pid=1972455

vith commented on 2021-05-09 16:15 (UTC)

I just had the same thing happen. I'll check again a little later.

Going to the link where it would be: https://archlinux.org/packages/community/x86_64/xkcdpass/

says:

xkcdpass 1.17.6-1 has been removed from the [community] repository.

But maybe it's in the process of being added and that message is wrong?

TheEdgeOfRage commented on 2021-05-09 16:08 (UTC)

When I adopted the package and tried updating it, I got an error saying that this package is already in the community repo. But I don't see it there. Is this a bug or something else?