unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#44603] [PATCH] gnu: Add sbcl-defpackage-plus.
@ 2020-11-12 22:57 Adam Kandur via Guix-patches via
  2020-11-29 14:41 ` bug#44603: " Guillaume Le Vaillant
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Kandur via Guix-patches via @ 2020-11-12 22:57 UTC (permalink / raw)
  To: 44603

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




[-- Attachment #2: 0001-gnu-Add-sbcl-defpackage-plus.patch --]
[-- Type: text/x-patch, Size: 1804 bytes --]

From 691ec3564f2504bc678bce82fa1753e5e8884b17 Mon Sep 17 00:00:00 2001
From: Adam <rndd@tuta.io>
Date: Fri, 13 Nov 2020 01:55:39 +0300
Subject: [PATCH] gnu: Add sbcl-defpackage-plus.

* gnu/packages/lisp-xyz.scm (sbcl-defpackage-plus): New variable.
---
 gnu/packages/lisp-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index dfc5a2a..5b39f2f 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -329,6 +329,29 @@ compatible with ANSI-compliant Common Lisp implementations.")
     (home-page "http://weitz.de/cl-ppcre/")
     (license license:bsd-2)))
 
+(define-public sbcl-defpackage-plus
+  (let ((revision "0")
+        (commit "5492e27e0bdb7b75fa5177ea4388519dc7a75f11"))
+    (package
+      (name "sbcl-defpackage-plus")
+      (version (git-version "1.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/rpav/defpackage-plus")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "0lzljvf343xb6mlh6lni2i27hpm5qd376522mk6hr2pa20vd6rdq"))))
+      (build-system asdf-build-system/sbcl)
+      (inputs
+       `(("alexandria" ,sbcl-alexandria)))
+      (home-page "https://github.com/rpav/defpackage-plus")
+      (synopsis "@code{DEFPACKAGE-PLUS} is an *extensible* @code{DEFPACKAGE} variant with version support ")
+      (description "@code{DEFPACKAGE-PLUS} is an extensible @code{DEFPACKAGE} variant with predictable cross-platform behavior and some utilities useful for versioning. ")
+      (license license:bsd-2))))
+
 (define-public cl-ppcre
   (sbcl-package->cl-source-package sbcl-cl-ppcre))
 
-- 
2.28.0


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

* bug#44603: [PATCH] gnu: Add sbcl-defpackage-plus.
  2020-11-12 22:57 [bug#44603] [PATCH] gnu: Add sbcl-defpackage-plus Adam Kandur via Guix-patches via
@ 2020-11-29 14:41 ` Guillaume Le Vaillant
  0 siblings, 0 replies; 2+ messages in thread
From: Guillaume Le Vaillant @ 2020-11-29 14:41 UTC (permalink / raw)
  To: Adam Kandur; +Cc: 44603-done

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


Pushed as 7a34169f6c737d7e88b241fce6260c44ef464656 with some
modifications. Thanks.

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

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

end of thread, other threads:[~2020-11-29 14:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-12 22:57 [bug#44603] [PATCH] gnu: Add sbcl-defpackage-plus Adam Kandur via Guix-patches via
2020-11-29 14:41 ` bug#44603: " Guillaume Le Vaillant

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