Search Criteria
Package Details: python-ubelt 1.3.7-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-ubelt.git (read-only, click to copy) |
---|---|
Package Base: | python-ubelt |
Description: | A Python utility belt containing simple tools |
Upstream URL: | https://github.com/Erotemic/ubelt |
Licenses: | Apache-2.0 |
Submitter: | thrasibule |
Maintainer: | thrasibule |
Last Packager: | thrasibule |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-05-24 18:34 (UTC) |
Last Updated: | 2025-01-09 18:29 (UTC) |
Dependencies (14)
- python (python37AUR, python311AUR, python310AUR)
- python-blake3AUR
- python-colorama (python-colorama-gitAUR)
- python-dateutil
- python-pygments
- python-xxhash (python-xxhash-gitAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
- python-requests (check)
- python-xdoctestAUR (check)
- python-numpy (python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR) (optional)
Required by (1)
- python-lineprofiler (check)
Latest Comments
Nestor_013 commented on 2025-01-10 08:43 (UTC) (edited on 2025-01-10 08:43 (UTC) by Nestor_013)
It works smoothly now... Thanks.
Nestor_013 commented on 2025-01-09 12:54 (UTC)
@thrasibule I did not install future... Now I saw that you updated the PKGBUILD :-) and is seems the python-requests build dependency is missing :-(
thrasibule commented on 2025-01-08 18:52 (UTC)
@Nestor_013 ubelt doesn't depend on future directly, so try to remove python-future, and ubelt should install fine.
Nestor_013 commented on 2025-01-05 09:51 (UTC)
Hi I get a failure in check/test part:
To what I understand, it could be linked to python 3.13 and future ? I'm stuck, also because ubelt is requested by lineprofiler. Any advice on how to solve this ?
Thanks.
lahwaacz commented on 2024-09-24 17:39 (UTC)
The
sha256sums
were not updated in the PKGBUILD for 1.3.6-1lahwaacz commented on 2024-01-06 16:10 (UTC)
python-setuptools
is missing in themakedepends
thrasibule commented on 2024-01-06 12:11 (UTC)
@mboquien tests pass fine here. It looks like you're trying to run the tests with the old python-ubelt. Are you doing anything strange with your PYTHONPATH?
mboquien commented on 2024-01-05 11:14 (UTC)
The package unfortunately fails to build at the moment.
Disabling check solves the issue, allowing the package to build. The module can then be imported without issue.