Search Criteria
Package Details: pass-git-helper 3.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: | LGPL3 |
Submitter: | languitar |
Maintainer: | languitar |
Last Packager: | languitar |
Votes: | 8 |
Popularity: | 0.015035 |
First Submitted: | 2015-11-14 13:30 (UTC) |
Last Updated: | 2024-09-26 18:56 (UTC) |
Dependencies (8)
- pass (pass-gitAUR, pass-parcelliteAUR, gopass-symlinksAUR)
- python-xdg (python-pyxdg)
- python3 (python)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
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/