unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Hartmut Goebel <h.goebel@crazy-compilers.com>
To: 55994@debbugs.gnu.org
Subject: [bug#55994] [PATCH 1/3] gnu: Add python-geomet.
Date: Wed, 15 Jun 2022 13:42:42 +0200	[thread overview]
Message-ID: <b9b1f63a3588156d5e2819bf11901a824d9e6ce2.1655293324.git.h.goebel@crazy-compilers.com> (raw)

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

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f37ca731d5..67e919b1b0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -29508,3 +29508,23 @@ with it, and it also implements recommendations from the
 and names, built from Unicode CLDR and the IANA subtag registry, if you
 install @code{python-language-data}.")
     (license license:expat)))
+
+(define-public python-geomet
+  (package
+    (name "python-geomet")
+    (version "0.3.0")
+    (source (origin
+              (method url-fetch)
+              (uri (pypi-uri "geomet" version))
+              (sha256
+               (base32
+                "06rfvadx5dr5xrgsc5bsmqil9c9kff6i13xl988gy0gfg0cl2lnb"))))
+    (build-system python-build-system)
+    (propagated-inputs (list python-click python-six))
+    (home-page "https://github.com/geomet/geomet")
+    (synopsis "Convert GeoJSON to WKT/WKB (Well-Known Text/Binary) or
+GeoPackage Binary")
+    (description "This package provides utilities and functions for converting
+GeoJSON to WKT/WKB (Well-Known Text/Binary) or GeoPackage Binary, and vice
+versa.  Extended WKB/WKT are also supported.")
+    (license license:asl2.0)))
-- 
2.30.4





             reply	other threads:[~2022-06-15 11:43 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-15 11:42 Hartmut Goebel [this message]
2022-06-15 11:44 ` [bug#55994] [PATCH 2/3] gnu: Add trytond-gis Hartmut Goebel
2022-06-15 11:44 ` [bug#55994] [PATCH 3/3] gnu: Add trytond-google-maps Hartmut Goebel
2022-06-18 16:06   ` [bug#55994] [PATCH 4/4] gnu: Add trytond-stock-package-shipping-dpd Hartmut Goebel
     [not found] ` <handler.55994.B.165529337525519.ack@debbugs.gnu.org>
2022-06-15 11:46   ` [bug#55994] Acknowledgement ([PATCH 1/3] gnu: Add python-geomet.) Hartmut Goebel
2022-06-18 16:08     ` Hartmut Goebel
2022-07-04 14:14   ` Hartmut Goebel
2022-07-04 14:17     ` bug#55994: " Hartmut Goebel

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=b9b1f63a3588156d5e2819bf11901a824d9e6ce2.1655293324.git.h.goebel@crazy-compilers.com \
    --to=h.goebel@crazy-compilers.com \
    --cc=55994@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).