Search Criteria
Package Details: meta-package-manager 6.4.3-1
Package Actions
| 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) |
Dependencies (39)
- python
- python-backportsAUR
- python-boltonsAUR
- python-click-extraAUR
- python-cyclonedx-libAUR
- python-extra-platformsAUR
- python-more-itertools
- python-packageurlAUR
- python-spdx-toolsAUR
- python-tomli
- python-tomli-w
- python-xmltodict
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- uv (make)
- python-pytest (check)
- python-pytest-cov (check)
- python-pytest-randomly (check)
- python-pytest-xdist (check)
- apt (zypper-gitAUR) (optional) – support for apt packages
- code (vscodius-binAUR, code-gitAUR, visual-studio-code-live-binAUR, visual-studio-code-binAUR, visual-studio-code-cli-binAUR) (optional) – support for VSCode extensions
- Show 19 more dependencies...
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-mpmis clearer for the users. If you're willing to drop thempmsymlink, I'd love to keepmpmfor 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 tomatlab-mpmand providedmpmas 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:python-beartype:
test_door_is_bearable_warningsfails 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").python-boltons: test suite fails with
PytestRemovedIn9Warningtreated 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-poetryis not installed. This is due topython-pyshacl@0.26.0not declaringextras/python-poetryas a makedependency.edit (2025-09-16@19.16-0800): After patching
python-pyshacl@0.31.0'sPKGBUILDand installing it, I've discoveredpython-uritoolsalso fails to build due to errors incheck(); "ModuleNotFoundError: No module named 'cloup'". Joy.