Search Criteria
Package Details: python-deepmerge 2.1.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-deepmerge.git (read-only, click to copy) |
|---|---|
| Package Base: | python-deepmerge |
| Description: | A deep merging tool for Python core data structures |
| Upstream URL: | https://github.com/toumorokoshi/deepmerge |
| Licenses: | MIT |
| Submitter: | dvzrv |
| Maintainer: | taotieren |
| Last Packager: | taotieren |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2024-10-17 07:49 (UTC) |
| Last Updated: | 2026-06-22 06:01 (UTC) |
Dependencies (9)
- python
- python-typing_extensions
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-toml (make)
- python-wheel (make)
- python-pytest (check)
Latest Comments
bintoss commented on 2026-07-03 00:29 (UTC)
This package's
check()is failing becausepython-testrequirespython-click >= 8.4.1. Theextra/python-clickwas last updated to8.3.3-1on 2026-04-21 and flagged out-of-date on 2026-05-17.You may want to switch from
pip/pipxtouv/uvxfor running tests in virtual environments with dependencies isolated from the system. This would allowcheck()to complete, but you'd the implicit compatibility checks that come with running tests with the system environment and dependencies.