GNU bug report logs -
#64865
[PATCH 1/2] gnu: Add emacs-nominatim.
Previous Next
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
[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)]
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)]
* 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.