From: Peter Kannewitz <peter.kannewitz@posteo.net>
To: 72974@debbugs.gnu.org
Subject: [bug#72974] [PATCH] gnu: Add python-gpxpy.
Date: Mon, 02 Sep 2024 13:01:06 +0000 [thread overview]
Message-ID: <87cylmdxbh.fsf@posteo.net> (raw)
* gnu/packages/python-xyz.scm (python-gpxpy): New variable.
Change-Id: I70a014dfce7bd021833d42da45e857613621aaa8
---
gnu/packages/python-xyz.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index a7688050e1..e40ada41f1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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 (GPS eXchange format) parser")
+ (description "GPX file parser and GPS track manipulation library.")
+ (license license:asl2.0)))
+
(define-public wfetch
(let ((commit "e1cfa37814aebc9eb56ce994ebe877b6a6f9a715")
(revision "2"))
base-commit: ec2f39bb9cc9ac8ea2114b9656037014193137a4
--
2.41.0
next reply other threads:[~2024-09-02 16:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-02 13:01 Peter Kannewitz [this message]
2024-09-04 14:21 ` bug#72974: [PATCH] gnu: Add python-gpxpy jgart via Guix-patches via
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87cylmdxbh.fsf@posteo.net \
--to=peter.kannewitz@posteo.net \
--cc=72974@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).