Search Criteria
Package Details: python-openant 1.3.4-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-openant.git (read-only, click to copy) |
|---|---|
| Package Base: | python-openant |
| Description: | ANT, ANT-FS and ANT+ Python Library |
| Upstream URL: | https://github.com/Tigge/openant |
| Licenses: | MIT |
| Submitter: | carlosal1015 |
| Maintainer: | carlosal1015 |
| Last Packager: | carlosal1015 |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2023-01-30 19:38 (UTC) |
| Last Updated: | 2025-08-20 18:45 (UTC) |
Dependencies (6)
- python-pyusb (python-pyusb-gitAUR)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
Required by (2)
- python-ast-monitor
- python-ast-monitor (optional)
Latest Comments
johno commented on 2026-02-14 22:27 (UTC)
Build failure on
python-openant 1.3.4-1inprepare():fix-import.patch(PR #115) appears to be already included upstream in v1.3.4, so applying it again fails with “Reversed (or previously applied) patch detected”.Quick workaround: paru -S python-openant --mflags "--noprepare -C"
Proper local fix: 1) Clone AUR package and edit PKGBUILD. 2) Remove: -
fix-import.patch::${url}/pull/115.patchfromsource=()- its second sha512 sum fromsha512sums=()- the patch command inprepare()(or removeprepare()entirely) 3) Regenerate .SRCINFO: makepkg --printsrcinfo > .SRCINFO 4) Build/install: makepkg -siThis works on my system (2026-02-14). For further questions, ask ChatGPT 😉
johno commented on 2025-08-24 13:40 (UTC)
Hello, i ran into a small build issue with the current version, 1.3.4-1.
During the prepare() function, the build process is interrupted by the patch command with the message "Reversed (or previously applied) patch detected!".
It seems the fix from pull request #115 (which this patch is based on) has been merged into the upstream source code for this release.
I was able to build the package successfully after commenting out the patch line in the PKGBUILD:
patch -p1 -i ../fix-import.patch
It would be great if you could remove this now redundant patch from the PKGBUILD.
Thank you for your work on this package! Best regards, Johno
leepesjee commented on 2025-03-15 19:28 (UTC) (edited on 2025-03-15 19:28 (UTC) by leepesjee)
Found the problem and a solution. Subdirectories of the project root folder are not installed. In pyproject.toml change the lines:
to:
leepesjee commented on 2025-03-12 22:46 (UTC)
I get an error when I try to import the module: