Package Details: kiauto-git 891.f489865-1

Git Clone URL: https://aur.archlinux.org/kiauto-git.git (read-only, click to copy)
Package Base: kiauto-git
Description: KiCad automation scripts.
Upstream URL: https://github.com/INTI-CMNB/KiAuto
Licenses: Apache2.0
Conflicts: kiauto
Provides: kiauto
Submitter: thegala
Maintainer: thegala
Last Packager: thegala
Votes: 0
Popularity: 0.000000
First Submitted: 2020-10-03 12:05 (UTC)
Last Updated: 2023-10-16 20:52 (UTC)

Required by (2)

Sources (1)

Latest Comments

dreieck commented on 2024-04-28 17:18 (UTC)

package() fails with missing tests/kicad6/good-project/3D:

[...]
creating build/lib/tests/kicad6/good-project
copying tests/kicad6/good-project/.gitignore -> build/lib/tests/kicad6/good-project
error: can't copy 'tests/kicad6/good-project/3D': doesn't exist or not a regular file
==> ERROR: A failure occurred in package().

Regards!

dreieck commented on 2024-04-28 17:17 (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.12/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!

thegala commented on 2021-08-21 09:50 (UTC)

Fixed

Salamandar commented on 2021-08-20 09:14 (UTC)

Missing dependency to python-xvfbwrapper.

thegala commented on 2020-11-21 20:39 (UTC)

Fixed.