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

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

diff --git a/gnu/packages/tryton.scm b/gnu/packages/tryton.scm
index c105d4fe2d..32f38d0892 100644
--- a/gnu/packages/tryton.scm
+++ b/gnu/packages/tryton.scm
@@ -1767,6 +1767,27 @@ from the UNECE.  Supported formats are:
 information system) support to Tryton.")
     (license license:gpl3+)))
 
+(define-public trytond-google-maps
+  (package
+    (name "trytond-google-maps")
+    (version "6.0.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "trytond_google_maps" version))
+       (sha256
+        (base32 "1wgcnl3r1017vicbf7rkcwv2ffrhaah90hcajn3i78bywjdag6nj"))))
+    (build-system python-build-system)
+    (arguments (tryton-arguments "trytond_google_maps"))
+    (native-inputs (%standard-trytond-native-inputs))
+    (propagated-inputs (list trytond trytond-party))
+    (home-page "https://docs.tryton.org/projects/modules-google-maps")
+    (synopsis "Tryton module to link addresses to Google Maps")
+    (description "The @emph{Trytond Google Maps} Tryton module adds a new URL
+field on the party addresses.  This link open the Google Maps page on the
+default browser with the map centered on the selected address.")
+    (license license:gpl3+)))
+
 (define-public trytond-incoterm
   (package
     (name "trytond-incoterm")
-- 
2.30.4





  parent reply	other threads:[~2022-06-15 11:46 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 ` [bug#55994] [PATCH 2/3] gnu: Add trytond-gis Hartmut Goebel
2022-06-15 11:44 ` Hartmut Goebel [this message]
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=56ea1fd3f0ddfe27f61b53512664a33fda7bec63.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).