Search Criteria
Package Details: python-progress 1.6-8
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-progress.git (read-only, click to copy) |
---|---|
Package Base: | python-progress |
Description: | Easy to use progress bars for Python |
Upstream URL: | https://github.com/verigak/progress |
Licenses: | ISC |
Submitter: | arojas |
Maintainer: | envolution |
Last Packager: | envolution |
Votes: | 8 |
Popularity: | 0.094761 |
First Submitted: | 2023-04-01 10:17 (UTC) |
Last Updated: | 2024-10-28 07:42 (UTC) |
Dependencies (5)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
joshm commented on 2023-11-07 23:00 (UTC)
I had to manually
pip install installer
to get this update to install. Shouldn't it be a dep?carsme commented on 2023-04-16 12:16 (UTC) (edited on 2023-04-16 12:54 (UTC) by carsme)
@nilsw While I do agree with you that the tests are a bit annoying, they do tests the actual function of the package, and there are no other tests upstream. As such I'd prefer to keep them.
@mielouk My guess would be that all dependent packages in the official repositories were moved to the AUR or dropped this as a dependency. If you don't have any packages that depend on this, or aren't using it yourself, I don't see how it would be unsafe to remove it.
mielouk commented on 2023-04-16 06:45 (UTC)
Why has this package been moved to the AUR and is it safe/reasonable to remove it?
nilsw commented on 2023-04-14 04:25 (UTC)
Can you remove or change the
check()
function? I basically just dumps a bunch of progress bars to stdout, which is not a really helpful test when used in an installer...