[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#72978: closed ([PATCH] gnu: add python-gpxpy library)
From: |
GNU bug Tracking System |
Subject: |
bug#72978: closed ([PATCH] gnu: add python-gpxpy library) |
Date: |
Wed, 04 Sep 2024 14:22:01 +0000 |
Your message dated Wed, 04 Sep 2024 09:20:30 -0500
with message-id <87h6av7b69.fsf@dismail.de>
and subject line Re: [PATCH] gnu: add python-gpxpy library
has caused the debbugs.gnu.org bug report #72978,
regarding [PATCH] gnu: add python-gpxpy library
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)
--
72978: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=72978
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message ---
Subject: |
[PATCH] gnu: add python-gpxpy library |
Date: |
Mon, 02 Sep 2024 15:37:12 +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@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
--- End Message ---
--- Begin Message ---
Subject: |
Re: [PATCH] gnu: add python-gpxpy library |
Date: |
Wed, 04 Sep 2024 09:20:30 -0500 |
> 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
--- End Message ---
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- bug#72978: closed ([PATCH] gnu: add python-gpxpy library),
GNU bug Tracking System <=