Package Details: git-annex-adapter 0.2.1-0

Git Clone URL: https://aur.archlinux.org/git-annex-adapter.git (read-only, click to copy)
Package Base: git-annex-adapter
Description: Call git-annex commands from Python
Upstream URL: https://github.com/alpernebbi/git-annex-adapter
Licenses: GPL3
Submitter: ybnd
Maintainer: ybnd
Last Packager: ybnd
Votes: 0
Popularity: 0.000000
First Submitted: 2020-04-20 11:30 (UTC)
Last Updated: 2020-04-20 11:30 (UTC)

Latest Comments

dreieck commented on 2024-04-28 15:45 (UTC)

Ahoj,

you need to change the build process to move away from setup.py and use python-wheel together with python-build and python-installer. See the Arch Linux wiki on python package guidelines.

==> Starting package()...
running install
/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 or other
        standards-based tools.

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

!!
  self.initialize_options()

Regards!