Search Criteria
Package Details: pass-git-helper 4.0.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/pass-git-helper.git (read-only, click to copy) |
|---|---|
| Package Base: | pass-git-helper |
| Description: | A git credential helper interfacing with pass, the standard unix password manager |
| Upstream URL: | https://github.com/languitar/pass-git-helper |
| Licenses: | LGPL-3.0-or-later |
| Submitter: | languitar |
| Maintainer: | languitar |
| Last Packager: | languitar |
| Votes: | 10 |
| Popularity: | 0.64 |
| First Submitted: | 2015-11-14 13:30 (UTC) |
| Last Updated: | 2025-08-03 07:17 (UTC) |
Dependencies (8)
- pass (pass-gitAUR, pass-parcelliteAUR)
- python-xdg (python-pyxdg)
- python3 (python)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
languitar commented on 2025-02-09 22:01 (UTC)
Thanks for the hint. Missed the move to SPDX licenses.
dreieck commented on 2025-02-09 14:54 (UTC)
You need to make the license identifier SPDX compliant:
Regards and thanks for the package!
dreieck commented on 2023-06-07 12:09 (UTC) (edited on 2023-06-07 12:09 (UTC) by dreieck)
You should move away from calling
setup.pydirectly, but instead usepython -m build,python -m installeretc. to build a.whlfile and then install to$pkgdirvia the.whlfile:Regards!
languitar commented on 2021-02-28 12:01 (UTC)
@xexaxo Thanks for the hint. Done.
xexaxo commented on 2021-02-25 00:44 (UTC)
Please move python-setuptools depends -> makedepends, as per https://archlinux.org/todo/cleanup-of-python-setuptools-dependency-for-console-scripts/