Package Details: termtrack-git 0.7.3.r0.gaf5c4ed-2

Git Clone URL: https://aur.archlinux.org/termtrack-git.git (read-only, click to copy)
Package Base: termtrack-git
Description: Track satellites in your terminal
Upstream URL: https://github.com/trehn/termtrack
Keywords: satellite
Licenses: GPL3
Conflicts: termtrack
Provides: termtrack
Submitter: BrainDamage
Maintainer: jayden47
Last Packager: clove3am
Votes: 1
Popularity: 0.000000
First Submitted: 2017-07-23 14:57 (UTC)
Last Updated: 2020-12-02 18:47 (UTC)

Latest Comments

jahway603 commented on 2026-01-30 14:47 (UTC)

@sonofred I'm having the same issue, and after researching found this upstream commit removed setup.py as to "modernize project infrastructure". To fix this, @jayden47 or @clove3am will need to re-package this using PEP 517. More info on that here https://wiki.archlinux.org/title/Python_package_guidelines#Standards_based_(PEP_517). For the maintainers of this package, you are welcome to look at a python package I did this with here.

sonofred commented on 2026-01-30 06:46 (UTC)

Latest version is not building:

Starting build()... python: can't open file '/home/studio/.cache/paru/clone/termtrack-git/src/termtrack/setup.py': [Errno 2] No such fileor directory ==> ERROR: A failure occurred in build(). Aborting... error: failed to build 'termtrack-git-0.7.3.r0.gaf5c4ed-2': error: packages failed to build: termtrack-git-0.7.3.r0.gaf5c4ed-2

khau commented on 2017-10-31 03:52 (UTC)

On a fresh installation, I got: pkg_resources.DistributionNotFound: The 'pyephem>=3.7.5.0' distribution was not found and is required by termtrack which can be patched by editing /usr/lib/python3.6/site-packages/termtrack-0.7.0-py3.6.egg-info/requires.txt: "pyephem>=3.7.5.0" should be changed to "ephem>=3.7.5.0" Don't have the time to do this quite right, but the diff is: 3c3 < ephem>=3.7.5.0 --- > pyephem>=3.7.5.0