Package Details: pass-git-helper 3.3.0-1

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)

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:

pass-git-helper E: LGPL3 is not a valid SPDX license identifier. See https://spdx.org/licenses/ for valid identifiers, or prefix the identifier with 'LicenseRef-', if it is custom.

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 use python -m build, python -m installer etc. to build a .whl file and then install to $pkgdir via the .whl file:

/usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer, pypa/build or
        other standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!

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/