unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#52386] [PATCH] gnu: Add emacs-dpd.
@ 2021-12-09  5:59 Andrew Tropin
  2021-12-09  8:15 ` bug#52386: " Nicolas Goaziou
  0 siblings, 1 reply; 3+ messages in thread
From: Andrew Tropin @ 2021-12-09  5:59 UTC (permalink / raw)
  To: 52386, liliana.prikler

[-- Attachment #1: Type: text/plain, Size: 1381 bytes --]


* 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


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 853 bytes --]

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#52386: [PATCH] gnu: Add emacs-dpd.
  2021-12-09  5:59 [bug#52386] [PATCH] gnu: Add emacs-dpd Andrew Tropin
@ 2021-12-09  8:15 ` Nicolas Goaziou
  2021-12-09 11:20   ` [bug#52386] " Andrew Tropin
  0 siblings, 1 reply; 3+ messages in thread
From: Nicolas Goaziou @ 2021-12-09  8:15 UTC (permalink / raw)
  To: Andrew Tropin; +Cc: liliana.prikler, 52386-done

Hello,

Andrew Tropin <andrew@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




^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#52386] [PATCH] gnu: Add emacs-dpd.
  2021-12-09  8:15 ` bug#52386: " Nicolas Goaziou
@ 2021-12-09 11:20   ` Andrew Tropin
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Tropin @ 2021-12-09 11:20 UTC (permalink / raw)
  To: Nicolas Goaziou; +Cc: liliana.prikler, 52386-done

[-- Attachment #1: Type: text/plain, Size: 750 bytes --]

On 2021-12-09 09:15, Nicolas Goaziou wrote:

> Hello,
>
> Andrew Tropin <andrew@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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 853 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-12-09 11:21 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-09  5:59 [bug#52386] [PATCH] gnu: Add emacs-dpd Andrew Tropin
2021-12-09  8:15 ` bug#52386: " Nicolas Goaziou
2021-12-09 11:20   ` [bug#52386] " Andrew Tropin

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).