GNU bug report logs - #72979
[PATCH] Add python-gpxpy library

Previous Next

Package: guix-patches;

Reported by: Peter Kannewitz <peter.kannewitz <at> posteo.net>

Date: Mon, 2 Sep 2024 16:27:06 UTC

Severity: normal

Tags: patch

Done: jgart <jgart <at> dismail.de>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72979 in the body.
You can then email your comments to 72979 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#72979; Package guix-patches. (Mon, 02 Sep 2024 16:27:06 GMT) Full text and rfc822 format available.

Acknowledgement sent to Peter Kannewitz <peter.kannewitz <at> posteo.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 02 Sep 2024 16:27:06 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Peter Kannewitz <peter.kannewitz <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Peter Kannewitz <peter.kannewitz <at> posteo.net>
Subject: [PATCH] Add python-gpxpy library
Date: Mon,  2 Sep 2024 15:32:51 +0000
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 <at> disroot.org>
 ;;; Copyright © 2024 David Elsing <david.elsing <at> posteo.net>
 ;;; Copyright © 2024 Rick Huijzer <ikbenrickhuyzer <at> gmail.com>
+;;; Copyright © 2024 Peter Kannewitz <petre-vps <at> 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





Reply sent to jgart <jgart <at> dismail.de>:
You have taken responsibility. (Wed, 04 Sep 2024 14:22:02 GMT) Full text and rfc822 format available.

Notification sent to Peter Kannewitz <peter.kannewitz <at> posteo.net>:
bug acknowledged by developer. (Wed, 04 Sep 2024 14:22:02 GMT) Full text and rfc822 format available.

Message #10 received at 72979-done <at> debbugs.gnu.org (full text, mbox):

From: jgart <jgart <at> dismail.de>
To: 72979-done <at> debbugs.gnu.org
Cc: Peter Kannewitz <peter.kannewitz <at> posteo.net>
Subject: Re: [PATCH] Add python-gpxpy library
Date: Wed, 04 Sep 2024 09:19:52 -0500
Hi,

Applied! See my commit message modifications for project style.
-- 
all the best,
jgart




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 03 Oct 2024 11:24:14 GMT) Full text and rfc822 format available.

This bug report was last modified 260 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.