Search Criteria
Package Details: python-boltons 25.0.0-4
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-boltons.git (read-only, click to copy) |
|---|---|
| Package Base: | python-boltons |
| Description: | Functionality that should be in the standard library. Like builtins, but Boltons. |
| Upstream URL: | https://github.com/mahmoud/boltons |
| Licenses: | BSD-3-Clause |
| Submitter: | jelly |
| Maintainer: | ejedev (stickynotememo) |
| Last Packager: | stickynotememo |
| Votes: | 7 |
| Popularity: | 1.03 |
| First Submitted: | 2023-12-29 20:25 (UTC) |
| Last Updated: | 2026-05-06 09:03 (UTC) |
Dependencies (5)
- python
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-installer (make)
- uv (make)
- python-pytest (check)
Latest Comments
1 2 Next › Last »
RubenKelevra commented on 2026-05-07 07:23 (UTC)
Thanks a lot!
stickynotememo commented on 2026-05-07 05:44 (UTC)
@RubenKelevra Patched.
RubenKelevra commented on 2026-05-02 15:29 (UTC)
Doesn't seem to build atm:
ejedev commented on 2026-04-20 19:23 (UTC)
@pellet613 Apologies for the delay in fixing this. I implemented your fix. Please let me know if you have any other issues.
pellet613 commented on 2026-04-02 19:35 (UTC)
The
check()function fails under pytest 9 with:This is a boltons conftest/plugin using the deprecated
py.path.localhook argument, which pytest 9 treats as an error. Arch Linux rolling ships pytest 9, so any fresh build hits this.A workaround for the PKGBUILD would be to add
-W ignore::pytest.PytestRemovedIn9Warningto the pytest invocation incheck(), or to addfilterwarnings = ["ignore::pytest.PytestRemovedIn9Warning"]inpytest.ini/pyproject.toml.This failure cascades to downstream AUR packages (python-click-extra, meta-package-manager) that depend on python-boltons.
Reproduced on Python 3.14.3, boltons 25.0.0-2, Arch Linux rolling (greyltc/archlinux-aur:yay). CI logs: https://github.com/kdeldycke/meta-package-manager/actions/runs/23897036306/job/69684170316 (search for
error making: python-boltons).anark10n commented on 2025-03-12 07:04 (UTC) (edited on 2025-03-12 07:12 (UTC) by anark10n)
I receive this error when attempting to install:
micwoj92 commented on 2025-03-04 18:23 (UTC)
It looks good, thanks. From packaging perspective I think it would be better to switch to standard PEP 517 build:
ejedev commented on 2025-02-27 23:11 (UTC)
@micwoj92 Added in latest pkgrel. Please let me know if there are any other issues.
micwoj92 commented on 2025-02-27 21:55 (UTC)
Please use spdx license identifier.
Dominiquini commented on 2025-02-08 22:30 (UTC)
@ejedev I was able to install this packages with "--nocheck" on the makepkg!
1 2 Next › Last »