Package Details: meta-package-manager 6.3.0-1

Git Clone URL: https://aur.archlinux.org/meta-package-manager.git (read-only, click to copy)
Package Base: meta-package-manager
Description: A wrapper around all package managers
Upstream URL: https://kdeldycke.github.io/meta-package-manager/
Licenses: GPL-2.0-only
Submitter: micwoj92
Maintainer: stiermid
Last Packager: stiermid
Votes: 1
Popularity: 0.77
First Submitted: 2025-03-30 12:52 (UTC)
Last Updated: 2026-04-13 19:44 (UTC)

Dependencies (39)

Required by (0)

Sources (1)

Pinned Comments

pellet613 commented on 2026-04-02 19:30 (UTC)

The AUR build currently fails because two transitive dependencies fail their check() test suites:

  1. python-beartype: test_door_is_bearable_warnings fails on retry due to a memoization bug. Filed upstream: https://github.com/beartype/beartype/issues/631. Also commented on the python-beartype AUR package with a suggested workaround (pytest -k "not test_door_is_bearable_warnings").

  2. python-boltons: test suite fails with PytestRemovedIn9Warning treated as error under pytest 9.

These two failures cascade through the dependency chain: python-beartype blocks python-click-extra, python-boltons also blocks python-click-extra, and python-click-extra blocks meta-package-manager.

I'm the upstream maintainer of meta-package-manager. The package itself is fine: it installs and runs correctly once the dependencies build. This is purely an AUR test suite issue in transitive dependencies.

CI run with the full build trace: https://github.com/kdeldycke/meta-package-manager/actions/runs/23897036306/job/69684170316

Latest Comments

pellet613 commented on 2026-04-02 19:30 (UTC)

The AUR build currently fails because two transitive dependencies fail their check() test suites:

  1. python-beartype: test_door_is_bearable_warnings fails on retry due to a memoization bug. Filed upstream: https://github.com/beartype/beartype/issues/631. Also commented on the python-beartype AUR package with a suggested workaround (pytest -k "not test_door_is_bearable_warnings").

  2. python-boltons: test suite fails with PytestRemovedIn9Warning treated as error under pytest 9.

These two failures cascade through the dependency chain: python-beartype blocks python-click-extra, python-boltons also blocks python-click-extra, and python-click-extra blocks meta-package-manager.

I'm the upstream maintainer of meta-package-manager. The package itself is fine: it installs and runs correctly once the dependencies build. This is purely an AUR test suite issue in transitive dependencies.

CI run with the full build trace: https://github.com/kdeldycke/meta-package-manager/actions/runs/23897036306/job/69684170316

bintoss commented on 2025-09-16 03:39 (UTC) (edited on 2025-09-17 02:20 (UTC) by bintoss)

Package version 5.21.0-1 may fail to build if extras/python-poetry is not installed. This is due to python-pyshacl@0.26.0 not declaring extras/python-poetry as a makedependency.

edit (2025-09-16@19.16-0800): After patching python-pyshacl@0.31.0's PKGBUILD and installing it, I've discovered python-uritools also fails to build due to errors in check(); "ModuleNotFoundError: No module named 'cloup'". Joy.