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 2/3] gnu: Add trytond-gis.
Date: Wed, 15 Jun 2022 13:44:27 +0200	[thread overview]
Message-ID: <30c3c3d661129ccc9a7603e1ac283767f65fe99d.1655293324.git.h.goebel@crazy-compilers.com> (raw)
In-Reply-To: <b9b1f63a3588156d5e2819bf11901a824d9e6ce2.1655293324.git.h.goebel@crazy-compilers.com>

* gnu/packages/tryton.scm (trytond-gis): New variable.
---
 gnu/packages/tryton.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index 7cbcc8e518..c105d4fe2d 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -1747,6 +1747,26 @@ from the UNECE.  Supported formats are:
 @end itemize")
     (license license:gpl3+)))
 
+(define-public trytond-gis
+  (package
+    (name "trytond-gis")
+    (version "6.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "trytond_gis" version))
+       (sha256
+        (base32 "1z6rvwyzisd62bmzhh1g56as7xyvchdsgj52w9q5x908k2jr4pl4"))))
+    (build-system python-build-system)
+    (arguments (tryton-arguments "trytond_gis"))
+    (native-inputs (%standard-trytond-native-inputs))
+    (propagated-inputs (list python-geomet  trytond))
+    (home-page "https://docs.tryton.org/projects/backend-gis")
+    (synopsis "Geographic Information System support from Tryton")
+    (description "The @emph{Trytond GIS} Tryton module adds GIS (Geographic
+information system) support to Tryton.")
+    (license license:gpl3+)))
+
 (define-public trytond-incoterm
   (package
     (name "trytond-incoterm")
-- 
2.30.4





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

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-15 11:42 [bug#55994] [PATCH 1/3] gnu: Add python-geomet Hartmut Goebel
2022-06-15 11:44 ` Hartmut Goebel [this message]
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=30c3c3d661129ccc9a7603e1ac283767f65fe99d.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).