Search Criteria
Package Details: python-openant-git r147.faa8987-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-openant-git.git (read-only, click to copy) |
|---|---|
| Package Base: | python-openant-git |
| Description: | A python library to download and upload files from ANT-FS compliant devices (Garmin products). |
| Upstream URL: | https://github.com/Tigge/openant |
| Licenses: | MIT |
| Submitter: | jklaise |
| Maintainer: | None |
| Last Packager: | jklaise |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2021-01-23 17:04 (UTC) |
| Last Updated: | 2021-01-23 17:04 (UTC) |
Dependencies (4)
- python
- python-pyusb (python-pyusb-gitAUR)
- python-setuptools (make)
- antfs-cli-gitAUR (optional) – To extract all activity FIT files from a device and write them to a folder.
Latest Comments
leepesjee commented on 2025-03-15 19:44 (UTC)
Also pyproject.toml needs a replacement.Change the lines:
to:
leepesjee commented on 2025-03-15 19:38 (UTC) (edited on 2025-03-15 19:40 (UTC) by leepesjee)
There is no setup.py in the package leading to build errors. Following the python package guidelines, replace package() with:
corvus_192 commented on 2023-10-21 10:46 (UTC)
This package should probably have
conflicts=('python-openant')corvus_192 commented on 2023-10-21 10:44 (UTC)
LICENCE was renamed to LICENSE