Package Details: meta-package-manager 6.4.3-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.39
First Submitted: 2025-03-30 12:52 (UTC)
Last Updated: 2026-05-11 10:10 (UTC)

Latest Comments

stiermid commented on 2026-05-09 20:54 (UTC)

Thanks @vitaliikuzhdin. Appreciate the flexibility. I'll keep the package as is. Cheers!

vitaliikuzhdin commented on 2026-05-09 08:51 (UTC)

@stiermid, I think I'll drop the symlink then with the next update.

stiermid commented on 2026-05-09 08:00 (UTC)

Hi @vitaliikuzhdin! Thanks for reaching out. Since your package is specifically for MATLAB, maybe keeping matlab-mpm is clearer for the users. If you're willing to drop the mpm symlink, I'd love to keep mpm for the Meta Package Manager. Let me know what you think!

vitaliikuzhdin commented on 2026-05-08 17:35 (UTC)

Maintainer of matlab-mpm here. I was wondering what the best course of action would be to resolve the conflict caused by both packages installing the executable as /usr/bin/mpm. I've always renamed it to matlab-mpm and provided mpm as a symlink because I suspected this kind of conflict could happen, given that there are only so many three-letter combinations. But now that I've found this package, one of us will probably have to rename the executable completely. What do you think?

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.