guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Add python-pyroutelib3.


From: guix-commits
Subject: 01/01: gnu: Add python-pyroutelib3.
Date: Mon, 26 Aug 2019 04:00:40 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 6643642482c6fabf6bebae3a5bdf576723b2099c
Author: Nicolas Goaziou <address@hidden>
Date:   Mon Aug 26 10:00:26 2019 +0200

    gnu: Add python-pyroutelib3.
    
    * gnu/packages/python-xyz.scm (python-pyroutelib3): New variable.
---
 gnu/packages/python-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 40e6a01..ee17bf7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16114,3 +16114,22 @@ to deduct the desired information.  This data can be 
parsed by automatic pre-
 and post-processing scripts that draw information and store it more densely
 for manual interpretation.")
     (license license:gpl3+)))
+
+(define-public python-pyroutelib3
+  (package
+    (name "python-pyroutelib3")
+    (version "1.3.post1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "pyroutelib3" version))
+       (sha256
+        (base32
+         "1hpbydpn2alyswiajfbvhzq4c7f36vdmvxy91hgv8l1lb2g2vfrj"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-dateutil" ,python-dateutil)))
+    (home-page "https://github.com/MKuranowski/pyroutelib3";)
+    (synopsis "Library for simple routing on OSM data")
+    (description "Library for simple routing on OSM data")
+    (license license:gpl3+)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]