Package Details: pass-git-helper 1.4.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: LGPL3
Submitter: languitar
Maintainer: languitar
Last Packager: languitar
Votes: 8
Popularity: 0.000520
First Submitted: 2015-11-14 13:30 (UTC)
Last Updated: 2023-09-03 20:45 (UTC)

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 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/