emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#52211: closed ([PATCH] gnu: Add julia-softglobalscope.)


From: GNU bug Tracking System
Subject: bug#52211: closed ([PATCH] gnu: Add julia-softglobalscope.)
Date: Wed, 01 Dec 2021 12:11:01 +0000

Your message dated Wed, 1 Dec 2021 14:09:46 +0200
with message-id <YadmCmdikNTr79DN@3900XT>
and subject line Re: [bug#52211] [PATCH v2] gnu: Add julia-softglobalscope.
has caused the debbugs.gnu.org bug report #52211,
regarding [PATCH] gnu: Add julia-softglobalscope.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
52211: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=52211
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add julia-softglobalscope. Date: Tue, 30 Nov 2021 20:22:04 -0500
* gnu/packages/julay-xyz.scm (julia-softglobalscope): New variable.
---
 gnu/packages/julia-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 547d2bf81e..4b48440e45 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4972,6 +4972,29 @@ (define-public julia-zygoterules
 Zygote, without depending on Zygote itself.")
     (license license:expat)))
 
+(define-public julia-softglobalscope
+  (package
+    (name "julia-softglobalscope")
+    (version "1.1.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/stevengj/SoftGlobalScope.jl";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1n3l0al1vw5jpb4k9a29a71666cdb617nmiqg34wcmyfzrxpvv39"))))
+    (build-system julia-build-system)
+    (home-page "https://github.com/stevengj/SoftGlobalScope.jl";)
+    (synopsis "Utilities for soft global scope in interactive Julia 
environments")
+    (description
+"SoftGlobalScope is a package for the Julia language that simplifies
+the variable scoping rules for code in global scope.  It is intended for
+interactive shells to make it easier to work interactively with Julia,
+especially for beginners.")
+    (license license:expat)))
+
 (define-public julia-zygote
   (package
     (name "julia-zygote")
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#52211] [PATCH v2] gnu: Add julia-softglobalscope. Date: Wed, 1 Dec 2021 14:09:46 +0200
I resorted this one alphabetically and pushed it. Thanks!

-- 
Efraim Flashner   <efraim@flashner.co.il>   רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]