mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: Add python-gpxpy.
* gnu/packages/python-xyz.scm (python-gpxpy): New variable. Change-Id: I70a014dfce7bd021833d42da45e857613621aaa8 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
9e89185d58
commit
4053d1afc8
1 changed files with 17 additions and 0 deletions
|
@ -154,6 +154,7 @@
|
|||
;;; Copyright © 2024 TakeV <takev@disroot.org>
|
||||
;;; Copyright © 2024 David Elsing <david.elsing@posteo.net>
|
||||
;;; Copyright © 2024 Rick Huijzer <ikbenrickhuyzer@gmail.com>
|
||||
;;; Copyright © 2024 Peter Kannewitz <petre-vps@posteo.net>
|
||||
;;;
|
||||
;;; This file is part of GNU Guix.
|
||||
;;;
|
||||
|
@ -16182,6 +16183,22 @@ (define-public python-geojson-for-pyowm
|
|||
;; https://github.com/jazzband/geojson/issues/175
|
||||
(list #:tests? #f))))
|
||||
|
||||
(define-public python-gpxpy
|
||||
(package
|
||||
(name "python-gpxpy")
|
||||
(version "1.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "gpxpy" version))
|
||||
(sha256
|
||||
(base32 "1bh1dkrbmcqb46r7j4fazzq7j6zfr2f04frm6h4bhhpcjx5lhb57"))))
|
||||
(build-system pyproject-build-system)
|
||||
(home-page "https://github.com/tkrajina/gpxpy")
|
||||
(synopsis "Python GPX parser")
|
||||
(description "GPX file parser and GPS track manipulation library.")
|
||||
(license license:asl2.0)))
|
||||
|
||||
(define-public wfetch
|
||||
(let ((commit "e1cfa37814aebc9eb56ce994ebe877b6a6f9a715")
|
||||
(revision "2"))
|
||||
|
|
Loading…
Reference in a new issue