GNU bug report logs -
#63714
[PATCH] gnu: Add emacs-x509
Previous Next
Reported by: David Conner <aionfork <at> gmail.com>
Date: Thu, 25 May 2023 10:10:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello,
David Conner <aionfork <at> gmail.com> writes:
> From: David Conner <dconner.pro <at> gmail.com>
>
> * gnu/packages/emacs-xyz.scm (emacs-x509): New variable.
Thank you. Some comments follow.
> +(define-public emacs-x509-mode
> + (package
> + (name "emacs-x509-mode")
> + (version "20230430.1518")
Guix doesn't use versioning system from MELPA. Unfortunately, this
package doesn't seem to set a Version keyword. So the version should be "0".
> + (source
> + (origin
> + (method url-fetch)
> + (uri (string-append "https://melpa.org/packages/x509-mode-"
> + version ".tar"))
Please use GitHub as upstream.
> + (arguments
> + `(#:include (cons* "^keywords.txt"
> + "^keyword\\+constant.txt"
> + "^constants.txt"
> + "^long-name.txt"
> + %default-include)))
What about something like:
(list #:include (cons "\\.txt$" %default-include))
> + (description "Major mode for viewing certificates, CRLs, and other
> +PKI-related files. Uses OpenSSL for viewing PEM and DER encoded PKI
> +entities.")
The description should consist of complete sentences.
Could you send an updated patch? Also, could you run tests?
Regards,
--
Nicolas Goaziou
This bug report was last modified 1 year and 333 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.