all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Florian Paul Schmidt <mista.tapas@gmx.net>
To: guix-devel@gnu.org
Subject: Re: proposal: add "packagers" field (list of strings (names)) to package definition
Date: Tue, 1 Dec 2015 13:59:02 +0100	[thread overview]
Message-ID: <565D9996.7060101@gmx.net> (raw)
In-Reply-To: <565D565C.4030208@gmx.net>

On 12/01/2015 09:12 AM, Florian Paul Schmidt wrote:
> 
> ...and encourage its use. The intended semantics is to list people 
> that have contributed to the packaging effort. The motivation
> behind

[...]

Something like:

diff --git a/guix/packages.scm b/guix/packages.scm
index 68fb091..efe1dbf 100644
--- a/guix/packages.scm
+++ b/guix/packages.scm
@@ -78,6 +78,7 @@
             package-home-page
             package-supported-systems
             package-maintainers
+            package-packagers
             package-properties
             package-location
             package-field-location
@@ -266,6 +267,9 @@ name of its URI."
                      (default %supported-systems))
   (maintainers package-maintainers (default '()))

+  (packagers package-packagers (default '()))     ; list of people
that worked
+                                                  ; on the package
+
   (properties package-properties (default '()))   ; alist for
anything else

   (location package-location


Regards,
Flo

-- 
https://fps.io

  reply	other threads:[~2015-12-01 12:59 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-01  8:12 proposal: add "packagers" field (list of strings (names)) to package definition Florian Paul Schmidt
2015-12-01 12:59 ` Florian Paul Schmidt [this message]
2015-12-01 17:35 ` Leo Famulari
2015-12-01 18:46   ` Leo Famulari
2015-12-02 22:16   ` Florian Paul Schmidt
2015-12-02 13:43 ` Andy Wingo
2015-12-02 14:09   ` Thompson, David
2015-12-02 14:59     ` Florian Paul Schmidt
2015-12-02 16:12       ` Andy Wingo
2015-12-02 18:43         ` Florian Paul Schmidt
2015-12-02 19:54         ` Ricardo Wurmus
2015-12-03 10:36           ` Ludovic Courtès
2015-12-03 21:18             ` Florian Paul Schmidt
2015-12-02 16:50       ` Andreas Enge
2015-12-02 18:43         ` Florian Paul Schmidt
2015-12-03 16:46       ` Pjotr Prins
2015-12-03 21:15         ` Florian Paul Schmidt
2015-12-03 10:40   ` Ludovic Courtès
2015-12-03 10:57     ` Taylan Ulrich Bayırlı/Kammer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=565D9996.7060101@gmx.net \
    --to=mista.tapas@gmx.net \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.