Package Details: kibom-git 572.51244bb-1

Git Clone URL: https://aur.archlinux.org/kibom-git.git (read-only, click to copy)
Package Base: kibom-git
Description: Configurable BoM generation tool for KiCad EDA
Upstream URL: https://github.com/INTI-CMNB/kibom
Licenses: Apache2.0
Conflicts: kibom
Provides: kibom
Submitter: thegala
Maintainer: thegala
Last Packager: thegala
Votes: 0
Popularity: 0.000000
First Submitted: 2020-10-03 12:04 (UTC)
Last Updated: 2020-11-21 20:35 (UTC)

Dependencies (4)

Required by (1)

Sources (1)

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!

cedric-air commented on 2023-07-22 06:01 (UTC)

PKGBUILD mentions python both as depends and as makedepends, causing python to be listed twice as a Dependency. Is this correct?

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

Fixed.