Package Details: gpxviewer 1.2.0-1

Git Clone URL: https://aur.archlinux.org/gpxviewer.git (read-only, click to copy)
Package Base: gpxviewer
Description: GPS trace viewer
Upstream URL: https://github.com/andrewgee/gpxviewer
Licenses: GPL3
Submitter: City-busz
Maintainer: SanskritFritz
Last Packager: SanskritFritz
Votes: 1
Popularity: 0.000000
First Submitted: 2017-10-20 22:18 (UTC)
Last Updated: 2024-11-29 10:57 (UTC)

Latest Comments

1 2 Next › Last »

SanskritFritz commented on 2025-05-12 13:03 (UTC)

dreieck, in my opinion gpxviewer-stable should provide gpxviewer. Then the packages automatically conflict.

dreieck commented on 2025-05-09 20:29 (UTC)

Note: Launching this fails for me with a python error:

Traceback (most recent call last):
  File "/usr/bin/gpxviewer", line 32, in <module>
    from gpxviewer.ui import MainWindow
  File "/usr/lib/python3.13/site-packages/gpxviewer/ui.py", line 181
    }
    ^
SyntaxError: closing parenthesis '}' does not match opening parenthesis '(' on line 180

dreieck commented on 2025-05-09 20:28 (UTC)

gpxviewer and gpxviewer-stable conflict with each other -- please add gpxviewer-stable to the conflicts array:

error: failed to commit transaction (conflicting files)
/usr/lib/python3.13/site-packages/gpxviewer/__init__.py exists in both 'gpxviewer' and 'gpxviewer-stable'
/usr/lib/python3.13/site-packages/gpxviewer/__pycache__/__init__.cpython-313.opt-1.pyc exists in both 'gpxviewer' and 'gpxviewer-stable'
/usr/lib/python3.13/site-packages/gpxviewer/__pycache__/__init__.cpython-313.pyc exists in both 'gpxviewer' and 'gpxviewer-stable'
/usr/share/applications/gpxviewer.desktop exists in both 'gpxviewer' and 'gpxviewer-stable'
Errors occurred, no packages were upgraded.
 -> error installing: [/var/cache/pacman/pkg/gpxviewer-1.2.0-1-any.pkg.tar /var/cache/pacman/pkg/gpxviewer-stable-3.1-1-any.pkg.tar] - exit status 1

Regards and thanks for the package!

OndraM commented on 2024-08-18 19:47 (UTC)

The upstream URL is now at https://github.com/andrewgee/gpxviewer

dreieck commented on 2024-05-28 11:52 (UTC)

I use https://aur.archlinux.org/packages/gpxviewer-git. Maybe you find inspiration there?

SanskritFritz commented on 2023-10-15 13:29 (UTC)

@dreieck can you pls help me out with this package?

dreieck commented on 2023-07-28 09:23 (UTC)

You should move away from using setup.py, and instead use python -m build and python -m installer (and add python-build and python-installer and maybe python-wheel to makedepends), because python is removing support for setup.py -- read the Arch Wiki on how to utilise it:

/usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` directly.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
        ********************************************************************************

!!

Regards!

dreieck commented on 2023-07-28 09:21 (UTC)

Ahoj,

download of the source with makepkg fails, but manual download with the browser works:

==> Retrieving sources...
  -> Downloading gpxviewer-1.1.0.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100   178  100   178    0     0    285      0 --:--:-- --:--:-- --:--:--   285
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
curl: (60) SSL: no alternative certificate subject name matches target host name 'andrewgee.org'
More details here: https://curl.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

Regards!

dreieck commented on 2023-07-28 08:41 (UTC)

Maybe https://osdn.net/projects/gpxviewer or https://github.com/DaveDavenport/gpx-viewer is a new place for this project.

SanskritFritz commented on 2020-12-14 15:36 (UTC)

Oh. That's a pity.