Search Criteria
Package Details: diceware 1.0.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/diceware.git (read-only, click to copy) |
---|---|
Package Base: | diceware |
Description: | Wordlist-based password generator |
Upstream URL: | https://github.com/ulif/diceware/ |
Licenses: | GPL-3.0-or-later |
Submitter: | ClawOfLight |
Maintainer: | ClawOfLight |
Last Packager: | ClawOfLight |
Votes: | 20 |
Popularity: | 0.020302 |
First Submitted: | 2017-01-07 12:48 (UTC) |
Last Updated: | 2025-01-17 09:53 (UTC) |
Dependencies (10)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-sphinx (python-sphinx-gitAUR) (make)
- python-sphinx_rtd_theme (make)
- python-wheel (make)
- python-coverage (check)
- python-pytest (check)
- python-pytest-cov (check)
Required by (1)
- puma (optional)
Latest Comments
ClawOfLight commented on 2025-01-17 09:55 (UTC)
I updated the package, sorry for the delay and thanks for the patches :)
gesh commented on 2025-01-14 18:25 (UTC)
@barbuk Note
python-setuptools
is still amakedepends
. It's commonly installed, which is probably why you missed it. Also, recall RFC 16 asks for SPDX-formatted licenses. Finally, given upstream provides a manual and tests, it's a shame not to add them. Therefore, I instead propose:barbuk commented on 2025-01-12 12:29 (UTC)
The new version can be installed by following the python package guideline:
gesh commented on 2024-12-23 14:51 (UTC)
Note: Package needs to be rebuilt for Python 3.13 (a bump to pkgrel suffices)
gesh commented on 2024-03-25 13:54 (UTC)
The addition of
python-pip
is unnecessary, just convert to PEP517:netzego commented on 2023-11-03 20:44 (UTC) (edited on 2023-11-03 20:46 (UTC) by netzego)
doesn't build anymore. this need to be fixed in diceware upstream. pr is on github: https://github.com/ulif/diceware/pull/97
pants commented on 2023-05-03 19:47 (UTC)
python-setuptools
needs to be in makedepends to build this package.ClawOfLight commented on 2021-02-23 18:42 (UTC)
I added python-pip as makedepend and bumped pkgrel, thanks for bringing this up!
e202b15315d6
crasm commented on 2021-02-21 22:30 (UTC)
Hello, this package fails to build unless you have python-pip installed. Can you add it to the makedepends?