unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#42690] add sbcl-cl-lambda-fiddle
@ 2020-08-03  7:30 Adam Kandur via Guix-patches via
  2020-08-04  4:21 ` Brett Gilio
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Kandur via Guix-patches via @ 2020-08-03  7:30 UTC (permalink / raw)
  To: 42690

(define-public sbcl-cl-lambda-fiddle
  (let ((commit "d16bba55acf6065b412f64ab8fdff679a4a32b1e")
(revision "1"))
    (package
      (name "sbcl-lambda-fiddle")
      (version (git-version "0.0.0" revision commit))
      (source
       (origin
         (method git-fetch)
         (uri (git-reference
               (url "https://github.com/Shinmera/lambda-fiddle")
               (commit commit)))
         (file-name (git-file-name name version))
         (sha256
          (base32 "1zarj1pqjqmk95kdx1axkgpwy2wq3canczk7f9z5hvaw5an6gand"))))
      (build-system asdf-build-system/sbcl)
      (home-page "https://github.com/Shinmera/lambda-fiddle")
      (synopsis "Lambda-fiddle is a collection of utilities to process lambda-lists.")
      (description "Lambda-fiddle is a collection of utilities to process lambda-lists.
Mostly useful in contexts where you want a macro that uses lambda-lists in some fashion but need more precise processing.")
      (license license:zlib))))






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

* [bug#42690] add sbcl-cl-lambda-fiddle
  2020-08-03  7:30 [bug#42690] add sbcl-cl-lambda-fiddle Adam Kandur via Guix-patches via
@ 2020-08-04  4:21 ` Brett Gilio
  0 siblings, 0 replies; 2+ messages in thread
From: Brett Gilio @ 2020-08-04  4:21 UTC (permalink / raw)
  To: Adam Kandur; +Cc: 42690

Adam Kandur <rndd@tuta.io> writes:

> (define-public sbcl-cl-lambda-fiddle
>   (let ((commit "d16bba55acf6065b412f64ab8fdff679a4a32b1e")
> (revision "1"))
>     (package
>       (name "sbcl-lambda-fiddle")
>       (version (git-version "0.0.0" revision commit))
>       (source
>        (origin
>          (method git-fetch)
>          (uri (git-reference
>                (url "https://github.com/Shinmera/lambda-fiddle")
>                (commit commit)))
>          (file-name (git-file-name name version))
>          (sha256
>           (base32 "1zarj1pqjqmk95kdx1axkgpwy2wq3canczk7f9z5hvaw5an6gand"))))
>       (build-system asdf-build-system/sbcl)
>       (home-page "https://github.com/Shinmera/lambda-fiddle")
>       (synopsis "Lambda-fiddle is a collection of utilities to process lambda-lists.")
>       (description "Lambda-fiddle is a collection of utilities to process lambda-lists.
> Mostly useful in contexts where you want a macro that uses lambda-lists in some fashion but need more precise processing.")
>       (license license:zlib))))

Hi Adam,

Thank you for your submission. A few issues before we can proceed.

1. You have what I believe is a naming error (the cl in the name
probably should not be there, as we have a different purpose for cl-*
named packages).

2. The synopsis should not include the package name, and should not be
too close to the package description. See our packaging guidelines:
https://guix.gnu.org/manual/en/html_node/Packaging-Guidelines.html

3. Guix accepts pcontributions in the form of git patches, which give us
the extra metadata to be able to easily apply your contribution to our
git tree (and ensure you get the proper credit for your work!). Also
taking care to add yourself to the copyright header if not already
there. Please see our documentation on submitting git patches:
https://guix.gnu.org/manual/en/html_node/Submitting-Patches.html

Once we get these in order, we can merge your work!

Thanks,

Brett Gilio




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

end of thread, other threads:[~2020-08-04  4:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-03  7:30 [bug#42690] add sbcl-cl-lambda-fiddle Adam Kandur via Guix-patches via
2020-08-04  4:21 ` Brett Gilio

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