Package Details: pcbdraw-git 381.4cfcc70-1

Git Clone URL: https://aur.archlinux.org/pcbdraw-git.git (read-only, click to copy)
Package Base: pcbdraw-git
Description: Convert your KiCAD boards into nice looking 2D drawings suitable for pinout diagrams.
Upstream URL: https://github.com/INTI-CMNB/pcbdraw
Keywords: kicad pcb
Licenses: Apache2.0
Conflicts: pcbdraw
Provides: pcbdraw
Submitter: thegala
Maintainer: thegala
Last Packager: thegala
Votes: 0
Popularity: 0.000000
First Submitted: 2020-10-03 12:03 (UTC)
Last Updated: 2023-10-16 21:02 (UTC)

Latest Comments

dreieck commented on 2024-04-28 16:55 (UTC)

package() fails for me with AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?:

==> Starting package()...
/var/cache/makepkg/build/pcbdraw-git/src/pcbdraw/versioneer.py:421: SyntaxWarning: invalid escape sequence '\s'
  LONG_VERSION_PY['git'] = '''
Traceback (most recent call last):
  File "/var/cache/makepkg/build/pcbdraw-git/src/pcbdraw/setup.py", line 11, in <module>
    version=versioneer.get_version(),
            ^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/cache/makepkg/build/pcbdraw-git/src/pcbdraw/versioneer.py", line 1480, in get_version
    return get_versions()["version"]
           ^^^^^^^^^^^^^^
  File "/var/cache/makepkg/build/pcbdraw-git/src/pcbdraw/versioneer.py", line 1412, in get_versions
    cfg = get_config_from_root(root)
          ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/var/cache/makepkg/build/pcbdraw-git/src/pcbdraw/versioneer.py", line 342, in get_config_from_root
    parser = configparser.SafeConfigParser()
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'?
==> ERROR: A failure occurred in package().

↗ Upstream issue.

Regards!

SClause commented on 2022-09-19 04:12 (UTC)

Program did not run because two components were missing:

aur/python-svgpathtools
community/python-pcbnewtransition

Please add them to the dependencies

thegala commented on 2022-03-08 09:45 (UTC)

Fixed thx for help.

electro707 commented on 2022-01-23 07:01 (UTC)

PKGBUILD should update the cloned repo's submodule as it contains the "footprints". This addition should work:

prepare() {
  cd "${srcdir}/${_pkgname}"
  git submodule update --init
}

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

Fixed.