Search Criteria
Package Details: python-pdm-pep517 1:1.1.4-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-pdm-pep517.git (read-only, click to copy) |
---|---|
Package Base: | python-pdm-pep517 |
Description: | A PEP 517 backend for PDM that supports PEP 621 metadata |
Upstream URL: | https://github.com/pdm-project/pdm-pep517 |
Licenses: | MIT |
Submitter: | gromit |
Maintainer: | None |
Last Packager: | flyin1501 |
Votes: | 1 |
Popularity: | 0.064573 |
First Submitted: | 2024-03-19 23:12 (UTC) |
Last Updated: | 2024-04-29 09:25 (UTC) |
Dependencies (12)
- python (python37AUR, python311AUR, python310AUR)
- python-cerberus
- python-license-expression
- python-packaging
- python-tomli
- python-tomli-w
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (check)
- python-pytest (check)
- python-setuptools (check)
- python-setuptools (optional) – for setuptools support
Required by (8)
- cmake-language-server (make)
- cmake-language-server-git (make)
- keyringctl-git (make)
- python-atoml (make)
- python-cfonts (make)
- python-jsonref (make)
- python-plyfile (make)
- wg-meshconf (make)
Latest Comments
flyin1501 commented on 2024-04-29 09:29 (UTC)
I have commented out the git config commands, as well as disabling running the test suite for roughly the same reason (more appropriate on the AUR).
The commit is e28c758a22d4.
I've disowned the package again.
flyin1501 commented on 2024-04-29 09:19 (UTC)
The check() in this package sets Git's user email and name globally. That may have been fine if the PKGBUILD was supposed to run in a build server (throwaway environment), but it absolutely isn't fine for an AUR package meant to run on the user's machine.
I have adopted the package to remove the check.