Package Details: antfs-cli-git r89.f80ebca-1

Git Clone URL: https://aur.archlinux.org/antfs-cli-git.git (read-only, click to copy)
Package Base: antfs-cli-git
Description: A python library to download and upload files from ANT-FS compliant devices (Garmin products).
Upstream URL: https://github.com/Tigge/antfs-cli
Licenses: custom:antfs-cli
Conflicts: garmin-forerunner-610-extractor-git
Submitter: FredericChopin
Maintainer: jklaise
Last Packager: jklaise
Votes: 11
Popularity: 0.000000
First Submitted: 2015-03-12 20:11 (UTC)
Last Updated: 2021-01-23 17:05 (UTC)

Dependencies (4)

Required by (1)

Sources (1)

Latest Comments

1 2 3 4 5 Next › Last »

jklaise commented on 2021-01-23 17:08 (UTC)

Package updated to the Python 3 version.

Dwa30v commented on 2020-11-29 13:42 (UTC)

I recently removed the Python 2.7 support since it has reached end of life at the end of last year. Please try with Python 3.6 or above.

https://github.com/Tigge/antfs-cli/issues/186

$ antfs-cli 
Traceback (most recent call last):
  File "/usr/bin/antfs-cli", line 11, in <module>
    load_entry_point('antfs-cli==0.4', 'console_scripts', 'antfs-cli')()
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 489, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2852, in load_entry_point
    return ep.load()
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2443, in load
    return self.resolve()
  File "/usr/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2449, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/usr/lib/python2.7/site-packages/antfs_cli/program.py", line 181
    print(" - Passkey:", end=" ")

jwmartnet commented on 2019-11-30 23:17 (UTC)

I've just recreated fittotcx-git.

jklaise commented on 2018-06-11 19:19 (UTC)

@leifmusik thanks for pointing this out, updated to the latest version including the fix for the name change of the file.

leifmusik commented on 2018-06-10 09:05 (UTC) (edited on 2018-06-10 09:06 (UTC) by leifmusik)

This is about 'antfs-cli-git r79.c98595b':

I had to adapt line 30 in PKGBUILD (see below) in order to make the package install:

-install -Dm644 SCRIPTING ${pkgdir}/usr/share/${_gitname}/SCRIPTING

+install -Dm644 SCRIPTING.md ${pkgdir}/usr/share/${_gitname}/SCRIPTING

FredericChopin commented on 2017-09-26 10:56 (UTC)

I disowned the relevant packages: antfs-cli-git, python2-openant-git, fittotcx-git and python2-fitparse-git. Thanks a lot!

jklaise commented on 2017-09-26 10:24 (UTC)

Happy to adopt this, but looks like it's impossible if it still has a maintainer.

FredericChopin commented on 2017-09-26 09:52 (UTC)

I lost my watch and have no use of this package anymore. Feel free to adopt it.

Scotty commented on 2017-05-07 09:36 (UTC)

At least in version r77.85a6cc6-1 the dependency to python2-setuptools is missing. That leads to "ImportError: No module named pkg_resources".

FredericChopin commented on 2015-03-16 12:10 (UTC)

Thanks a lot Carceri. I added gcpuploader as optdepend and modified the path to "gupload.py" in scripts/40-upload_to_garmin_connect.py.