all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72978] [PATCH] gnu: add python-gpxpy library
@ 2024-09-02 15:37 Peter Kannewitz
  2024-09-04 14:20 ` bug#72978: " jgart via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Kannewitz @ 2024-09-02 15:37 UTC (permalink / raw)
  To: 72978


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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#72978: [PATCH] gnu: add python-gpxpy library
  2024-09-02 15:37 [bug#72978] [PATCH] gnu: add python-gpxpy library Peter Kannewitz
@ 2024-09-04 14:20 ` jgart via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: jgart via Guix-patches via @ 2024-09-04 14:20 UTC (permalink / raw)
  To: 72978-done; +Cc: Peter Kannewitz


> 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
<#secure method=pgpmime mode=sign>

-- 
all the best,
jgart




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-09-04 14:21 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-02 15:37 [bug#72978] [PATCH] gnu: add python-gpxpy library Peter Kannewitz
2024-09-04 14:20 ` bug#72978: " jgart via Guix-patches via

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.