Search Criteria
Package Details: python-tmpl 1.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-tmpl.git (read-only, click to copy) |
---|---|
Package Base: | python-tmpl |
Description: | Template abstraction for using multiple template engine backends |
Upstream URL: | https://github.com/20c/tmpl |
Licenses: | Apache |
Submitter: | lmartinez-mirror |
Maintainer: | None |
Last Packager: | lmartinez-mirror |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-04-08 17:05 (UTC) |
Last Updated: | 2022-04-08 17:05 (UTC) |
Dependencies (7)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry (python-poetry-gitAUR) (make)
- python-django (check)
- python-jinja (check)
- python-pytest (check)
Latest Comments
MarsSeed commented on 2023-11-02 10:10 (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.