Search Criteria
Package Details: python2-commando 1.0.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python2-commando.git (read-only, click to copy) |
---|---|
Package Base: | python2-commando |
Description: | A declarative interface for argparse |
Upstream URL: | http://github.com/lakshmivyas/commando |
Licenses: | MIT |
Submitter: | axil42 |
Maintainer: | axil42 |
Last Packager: | axil42 |
Votes: | 10 |
Popularity: | 0.000000 |
First Submitted: | 2011-06-18 14:03 (UTC) |
Last Updated: | 2021-06-27 19:43 (UTC) |
Latest Comments
ChrisMorgan commented on 2018-07-11 02:39 (UTC)
Actually, stock 0.3.4 is simply not installable because it uses distribute configured with HTTP URLs of its own.
This can be fixed with one more sed in prepare:
Alternatively, upgrade from 0.3.4 to 1.0.0; the changes listed in the changelog are just code formatting, CI, Python 3 support and moving from distribute to setuptools.
ChrisMorgan commented on 2018-07-11 02:32 (UTC)
PyPI is now rejecting attempts to download with curl via HTTP instead of HTTPS with code 403. The URL in the sources therefore needs “http” changed to “https”.
axil42 commented on 2013-09-15 14:01 (UTC)
commented on 2013-08-15 18:53 (UTC)