Search Criteria
Package Details: python-pluginmgr 1.1.0.1-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pluginmgr.git (read-only, click to copy) |
---|---|
Package Base: | python-pluginmgr |
Description: | Lightweight Python plugin system supporting config inheritance |
Upstream URL: | https://github.com/20c/pluginmgr |
Licenses: | Apache |
Submitter: | ragouel |
Maintainer: | None |
Last Packager: | lmartinez-mirror |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2020-07-16 09:10 (UTC) |
Last Updated: | 2022-04-08 16:34 (UTC) |
Dependencies (6)
- python-mungeAUR
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-pytest (check)
- python-pytest-xdist (check)
Latest Comments
MarsSeed commented on 2023-11-02 10:05 (UTC)
pyproject.toml
'sbuild-system
segment should be patched to usepoetry-core
instead ofpoetry
.Pulling in python-poetry, with its huge dependency tree, is overkill for building this package - now that python-poetry-core is available.
The latter is designed to be a less heavyweight alternative, ideal for builds using python-build and python-installer, or python-pip.