Search Criteria
Package Details: pass-git-helper 3.3.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: | 8 |
Popularity: | 0.001773 |
First Submitted: | 2015-11-14 13:30 (UTC) |
Last Updated: | 2025-02-16 19:30 (UTC) |
Dependencies (8)
- pass (pass-gitAUR, gopass-symlinksAUR, 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.py
directly, but instead usepython -m build
,python -m installer
etc. to build a.whl
file and then install to$pkgdir
via the.whl
file: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/