Package Details: python-pypemicro 0.1.11-1

Git Clone URL: https://aur.archlinux.org/python-pypemicro.git (read-only, click to copy)
Package Base: python-pypemicro
Description: Python interface for PEMicro debug probes precompiled libraries
Upstream URL: https://github.com/nxpmicro/pypemicro
Licenses: BSD-3-Cause
Submitter: 2bluesc
Maintainer: None
Last Packager: 2bluesc
Votes: 0
Popularity: 0.000000
First Submitted: 2021-12-31 05:08 (UTC)
Last Updated: 2023-05-07 21:02 (UTC)

Latest Comments

taotieren commented on 2025-09-14 13:42 (UTC)

Test file conflict. The following modifications are needed to avoid test file conflicts.

build() {
    cd "${srcdir}/${_name}-${pkgver}"
    mv tests pypemicro
    install -Dm644 /dev/stdin pytest.ini <<EOF
[pytest]
testpaths = pypemicro/tests
pythonpath = pypemicro
EOF
    python -m build --wheel --no-isolation
}