Package Details: python-pyocd-pemicro 1.1.5-1

Git Clone URL: https://aur.archlinux.org/python-pyocd-pemicro.git (read-only, click to copy)
Package Base: python-pyocd-pemicro
Description: Python On Chip Debugger and programmer for ARM Cortex-M microcontrollers using CMSIS-DAP
Upstream URL: https://github.com/pyocd/pyocd-pemicro
Licenses: BSD-3-Clause
Submitter: 2bluesc
Maintainer: 2bluesc
Last Packager: 2bluesc
Votes: 0
Popularity: 0.000000
First Submitted: 2021-12-31 05:10 (UTC)
Last Updated: 2023-05-07 21:24 (UTC)

Latest Comments

taotieren commented on 2024-12-09 11:00 (UTC)

==> Retrieving sources...
-> Found pyocd-pemicro-1.1.5.tar.gz
==> WARNING: Skipping all source file integrity checks.
==> Extracting sources...
-> Extracting pyocd-pemicro-1.1.5.tar.gz with bsdtar
==> Starting build()...
* Getting build dependencies for wheel...
running egg_info
writing pyocd_pemicro.egg-info/PKG-INFO
writing dependency_links to pyocd_pemicro.egg-info/dependency_links.txt
writing entry points to pyocd_pemicro.egg-info/entry_points.txt
writing requirements to pyocd_pemicro.egg-info/requires.txt
writing top-level names to pyocd_pemicro.egg-info/top_level.txt
reading manifest file 'pyocd_pemicro.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'pyocd_pemicro.egg-info/SOURCES.txt'

ERROR Missing dependencies:
setuptools_scm[toml]>=6.0
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Build failed, check /var/lib/archbuild/extra-x86_64/
❯ yay -Ss setuptools-scm
aur/python2-setuptools-scm 5.0.2-2 (+3 0.00)
The blessed package to manage your versions by scm tags
blackarch/python2-setuptools-scm 5.0.2-6 (43.7 KiB 190.8 KiB)
Handles managing your python package versions inscm metadata.
extra/python-setuptools-scm 8.1.0-1 (86.3 KiB 371.3 KiB)
Handles managing your python package versions inscm metadata

makedepends=python-setuptools-scm

Jona commented on 2024-03-10 18:27 (UTC)

package is duplicated, there is another package for the same thing in aur (with better naming, following python package convention): https://aur.archlinux.org/packages/python-pyocd-pemicro

MarsSeed commented on 2023-06-23 08:15 (UTC)

Please modernize the build to use pyproject.toml instead of the stub setup.py.

Also please remove makedepends=python-setuptools-scm-git-archive as it is not actually needed and that module is deprecated in favor of setuptools_scm.