GNU bug report logs - #64865
[PATCH 1/2] gnu: Add emacs-nominatim.

Previous Next

Package: guix-patches;

Reported by: pinoaffe <pinoaffe <at> gmail.com>

Date: Tue, 25 Jul 2023 23:19:02 UTC

Severity: normal

Tags: patch

Done: Clément Lassieur <clement <at> lassieur.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: pinoaffe <pinoaffe <at> gmail.com>
Subject: bug#64865: closed (Re: bug#64865: [PATCH 2/2] gnu: Add
 emacs-org-street.)
Date: Fri, 20 Oct 2023 16:27:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#64865: [PATCH 1/2] gnu: Add emacs-nominatim.

which was filed against the debbugs.gnu.org package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 64865 <at> debbugs.gnu.org.

-- 
64865: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=64865
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Clément Lassieur <clement <at> lassieur.org>
To: pinoaffe <pinoaffe <at> gmail.com>
Cc: 64865-done <at> debbugs.gnu.org
Subject: Re: bug#64865: [PATCH 2/2] gnu: Add emacs-org-street.
Date: Fri, 20 Oct 2023 18:25:49 +0200
Both patches look good to me, I pushed them with a few cosmetic changes:

- `indent-region` on them

- I removed the comment, because a lot of packages are in this case (no
release for a long time) and I don't think there is a need to comment on
that.

- I removed the "release" local binding.

Thanks!

Sorry again for the delay.

[Message part 3 (message/rfc822, inline)]
From: pinoaffe <pinoaffe <at> gmail.com>
Subject: [PATCH 1/2] gnu: Add emacs-nominatim.
Date: Tue, 25 Jul 2023 17:33:27 +0200
* gnu/packages/emacs-xyz.scm (emacs-nominatim): New variable.
---
 gnu/packages/emacs-xyz.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index d7e45fffc6..78469c1cf5 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4748,6 +4748,30 @@ (define-public emacs-google-maps
 directly inside Emacs.  It requires a Google Map Static API key to function.")
       (license license:gpl3+))))
 
+(define-public emacs-nominatim
+  ;; There has been no new release tag since july 2022
+  (let ((release "0.9.3")
+        (revision "0")
+        (commit "f814e16f8f4e2cfd633f52b29699a009ab704fbf"))
+  (package
+    (name "emacs-nominatim")
+    (version (git-version release revision commit))
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://codeberg.org/emacs-weirdware/nominatim")
+                    (commit commit)))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "19nw2iy8fxy6mfd4nwrdfa23a74a1b644400xx0900fwn6ihjhpl"))))
+    (build-system emacs-build-system)
+    (home-page "https://codeberg.org/emacs-weirdware/nominatim")
+    (synopsis "Forward and reverse geocode using Nominatim inside Emacs")
+    (description "This is an Emacs library which lets you forward and reverse
+geocode using Nominatim, a component of OpenStreetMap.")
+    (license license:gpl3+))))
+
 (define-public emacs-graphviz-dot-mode
   (package
     (name "emacs-graphviz-dot-mode")

base-commit: 005912c595bf7a3329f8aa51a4ccb1d91b6ecd9e
-- 
2.41.0




This bug report was last modified 1 year and 253 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.