GNU bug report logs -
#52386
[PATCH] gnu: Add emacs-dpd.
Previous Next
Reported by: Andrew Tropin <andrew <at> trop.in>
Date: Thu, 9 Dec 2021 06:01:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 52386 in the body.
You can then email your comments to 52386 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#52386
; Package
guix-patches
.
(Thu, 09 Dec 2021 06:01:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Andrew Tropin <andrew <at> trop.in>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Thu, 09 Dec 2021 06:01:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
* gnu/packages/emacs-xyz.scm (emacs-dpd): New variable.
---
gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e542da0c26..05c193b4dc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21434,6 +21434,29 @@ (define-public emacs-packed
package recipes.")
(license license:gpl3+)))
+(define-public emacs-dpd
+ (package
+ (name "emacs-dpd")
+ (version "0.1.0")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://gitlab.com/lilyp/emacs-dpd")
+ (commit "f53f251a58859f375617ce4f257fecc83c8ca5da")))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1nislvaxjb53x2ah330szcca4d595npx6zxrrwa5xximj6365wk0"))))
+ (build-system emacs-build-system)
+ (propagated-inputs
+ `(("emacs-packed" ,emacs-packed)))
+ (home-page "https://gitlab.com/lilyp/emacs-dpd")
+ (synopsis "Deliver packages to package.el")
+ (description
+ "Tools for generating package-desc structures and feeding them to
+package.el.")
+ (license license:gpl3+)))
+
(define-public emacs-picpocket
(let ((version "41")
(commit "fa3a49f011b5ae139728548fec7375743f61c7c7"))
--
2.34.0
[signature.asc (application/pgp-signature, inline)]
Reply sent
to
Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
:
You have taken responsibility.
(Thu, 09 Dec 2021 08:17:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Andrew Tropin <andrew <at> trop.in>
:
bug acknowledged by developer.
(Thu, 09 Dec 2021 08:17:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 52386-done <at> debbugs.gnu.org (full text, mbox):
Hello,
Andrew Tropin <andrew <at> trop.in> writes:
> * gnu/packages/emacs-xyz.scm (emacs-dpd): New variable.
Thank you. I applied your patch with the following changes:
> +(define-public emacs-dpd
> + (package
> + (name "emacs-dpd")
> + (version "0.1.0")
Version is not exactly "0.1.0", so I used `git-version' with appropriate
version, revision, and commit. I also added a comment about it.
> + (description
> + "Tools for generating package-desc structures and feeding them to
> +package.el.")
I reworded the description so it would consist of a full sentence.
Regards,
--
Nicolas Goaziou
Information forwarded
to
guix-patches <at> gnu.org
:
bug#52386
; Package
guix-patches
.
(Thu, 09 Dec 2021 11:21:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 52386-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On 2021-12-09 09:15, Nicolas Goaziou wrote:
> Hello,
>
> Andrew Tropin <andrew <at> trop.in> writes:
>
>> * gnu/packages/emacs-xyz.scm (emacs-dpd): New variable.
>
> Thank you. I applied your patch with the following changes:
>
>> +(define-public emacs-dpd
>> + (package
>> + (name "emacs-dpd")
>> + (version "0.1.0")
>
> Version is not exactly "0.1.0", so I used `git-version' with appropriate
> version, revision, and commit. I also added a comment about it.
>
>> + (description
>> + "Tools for generating package-desc structures and feeding them to
>> +package.el.")
>
> I reworded the description so it would consist of a full sentence.
>
> Regards,
Thank you very much!
--
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Thu, 06 Jan 2022 12:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 166 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.