Search Criteria
Package Details: python-boltons 25.0.0-1
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 |
Submitter: | jelly |
Maintainer: | ejedev |
Last Packager: | ejedev |
Votes: | 3 |
Popularity: | 0.79 |
First Submitted: | 2023-12-29 20:25 (UTC) |
Last Updated: | 2025-02-08 09:59 (UTC) |
Dependencies (5)
- python (python37AUR, python311AUR, python310AUR)
- git (git-gitAUR, git-glAUR) (make)
- python-flit (make)
- python-installer (make)
- python-pytest (check)
Latest Comments
Dominiquini commented on 2025-02-08 22:30 (UTC)
@ejedev I was able to install this packages with "--nocheck" on the makepkg!
ejedev commented on 2025-02-08 22:13 (UTC)
@Dominiquini I am unfortunately unable to replicate this on my machine or in a test container/VM. Will continue to try and look into it.
Dominiquini commented on 2025-02-08 12:46 (UTC) (edited on 2025-02-08 12:50 (UTC) by Dominiquini)
============================================================ ERRORS ============================================================
______ ERROR collecting tests/test_fileutils.py ______ ImportError while importing test module '/home/liveuser/.cache/yay/python-boltons/src/boltons/tests/test_fileutils.py'. Hint: make sure your test modules/packages have valid Python names. Traceback: /usr/lib/python3.13/importlib/init.py:88: in import_module return _bootstrap._gcd_import(name[level:], package, level) tests/test_fileutils.py:9: in <module> from boltons.strutils import removeprefix E ImportError: cannot import name 'removeprefix' from 'boltons.strutils' (/usr/lib/python3.13/site-packages/boltons/strutils.py)
======================================================= warnings summary =======================================================
tests/conftest.py:8 /home/liveuser/.cache/yay/python-boltons/src/boltons/tests/conftest.py:8: PytestRemovedIn9Warning: The (path: py.path.local) argument is deprecated, please use (collection_path: pathlib.Path) see https://docs.pytest.org/en/latest/deprecations.html#py-path-local-arguments-for-hooks-replaced-with-pathlib-path def pytest_ignore_collect(path, config):
-- Docs: https://docs.pytest.org/en/stable/how-to/capture-warnings.html
=================================================== short test summary info ====================================================
ERROR tests/test_fileutils.py
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Interrupted: 1 error during collection !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
================================================= 1 warning, 1 error in 0.77s ==================================================
Dominiquini commented on 2024-11-04 00:03 (UTC)
@ejedev: Python 3.12.7 (Installed from the default repositories (core). I'm using EndeavourOS!
ejedev commented on 2024-11-03 19:57 (UTC)
@Dominiquini I just tried building in a fresh
archlinux
Docker container (Python 3.12.7, pytest-8.3.3) and haven't been able to replicate this issue. What version of Python are you using?Dominiquini commented on 2024-11-02 18:46 (UTC) (edited on 2024-11-02 18:47 (UTC) by Dominiquini)
=== short test summary info ===
FAILED tests/test_typeutils.py::test_sentinel_copy - AssertionError: assert Sentinel('test') is Sentinel('test')
FAILED tests/test_iterutils.py::test_research_custom_enter - TypeError: research() got an unexpected keyword argument 'enter'
FAILED tests/test_fileutils.py::test_iter_find_files - TypeError: iter_find_files() got an unexpected keyword argument 'max_depth'
=== 3 failed, 416 passed, 2 warnings in 2.80s ===
==> ERROR: A failure occurred in check().
Aborting...
-> error making: python-boltons-exit status 4
-> Failed to install the following packages. Manual intervention is required:
python-boltons - exit status 4