Search Criteria
Package Details: python-docopt-ng 0.9.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-docopt-ng.git (read-only, click to copy) |
---|---|
Package Base: | python-docopt-ng |
Description: | Jazzband-maintained fork of docopt, the humane command line arguments parser. |
Upstream URL: | https://github.com/jazzband/docopt-ng |
Licenses: | MIT |
Submitter: | Grafcube |
Maintainer: | Grafcube |
Last Packager: | Grafcube |
Votes: | 1 |
Popularity: | 0.003785 |
First Submitted: | 2023-04-13 10:18 (UTC) |
Last Updated: | 2024-12-23 14:07 (UTC) |
Dependencies (7)
- python (python37AUR, python311AUR, python310AUR)
- python-regex (python-regex-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-pdm-backend (make)
- python-wheel (make)
Latest Comments
xx55tt commented on 2024-12-21 20:56 (UTC) (edited on 2024-12-21 20:56 (UTC) by xx55tt)
Only
base-devel
is assumed to be already installed,git
has to be added to themakedepends
array. (see the notes here)Without it the package cannot be built in a clean chroot.
Grafcube commented on 2024-12-17 06:14 (UTC)
Git is assumed to be installed at build time since you need git to interact with the AUR. It's not necessary to explicitly specify that it's a make dependency.
aorth commented on 2024-12-17 05:26 (UTC)
I think this needs
git
in the makedepends.