Search Criteria
Package Details: python-progress 1.6.1-1
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: | 7 |
Popularity: | 0.001394 |
First Submitted: | 2023-04-01 10:17 (UTC) |
Last Updated: | 2025-07-01 22:23 (UTC) |
Dependencies (5)
- python (python37AUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
envolution commented on 2025-07-03 15:15 (UTC)
mmkodali: Are you in a virtual environment? I'm confused by your build directory specifying python 3.13.1 while upstream system python is 3.13.5. I have built this package successfully in a clean chroot without being able to replicate the issue
Please run the following:
mmkodali commented on 2025-07-03 14:36 (UTC)
unable to install the updated version 1.6.1-1
build giving the following output with failure :
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...