all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#52212] [PATCH 1/2] gnu: Add julia-jive.
@ 2021-12-01  1:30 jgart via Guix-patches via
  2021-12-01  1:30 ` [bug#52213] [PATCH 2/2] gnu: Add julia-millboard jgart via Guix-patches via
  0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2021-12-01  1:30 UTC (permalink / raw)
  To: 52212; +Cc: jgart

* gnu/packages/julia-xyz.scm (julia-jive): New variable.
---
 gnu/packages/julia-xyz.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index 4b48440e45..68eb92182b 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4995,6 +4995,25 @@ (define-public julia-softglobalscope
 especially for beginners.")
     (license license:expat)))
 
+(define-public julia-jive
+  (package
+    (name "julia-jive")
+    (version "0.2.20")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/wookay/Jive.jl")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0khwsdh8472jxcfi9lqw14l49sqlbsixql1jb4irnyajxkdjrcsf"))))
+    (build-system julia-build-system)
+    (home-page "https://github.com/wookay/Jive.jl")
+    (synopsis "Julia package to help with writing tests")
+    (description "@code{julia-jive} is a package to help with writing tests.")
+    (license license:expat)))
+
 (define-public julia-zygote
   (package
     (name "julia-zygote")
-- 
2.34.0





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

* [bug#52213] [PATCH 2/2] gnu: Add julia-millboard.
  2021-12-01  1:30 [bug#52212] [PATCH 1/2] gnu: Add julia-jive jgart via Guix-patches via
@ 2021-12-01  1:30 ` jgart via Guix-patches via
  2021-12-01 12:09   ` bug#52213: " Efraim Flashner
  0 siblings, 1 reply; 3+ messages in thread
From: jgart via Guix-patches via @ 2021-12-01  1:30 UTC (permalink / raw)
  To: 52213; +Cc: jgart

* gnu/packages/julia-xyz.scm (julia-millboard): 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 68eb92182b..a4551dd67e 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4995,6 +4995,29 @@ (define-public julia-softglobalscope
 especially for beginners.")
     (license license:expat)))
 
+(define-public julia-millboard
+  (package
+    (name "julia-millboard")
+    (version "0.2.5")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/wookay/Millboard.jl")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "0k9jqgp285qhckldvvsmfk6s69dcr8s74m2fijgm2vxjj2gqjs1n"))))
+    (build-system julia-build-system)
+    (native-inputs
+      `(("julia-jive" ,julia-jive)))
+    (home-page "https://github.com/wookay/Millboard.jl")
+    (synopsis "Displaying data in tables for Julia")
+    (description
+"@code{julia-millboard} provides a library for getting data in a tablized format
+to arrange into rows and columns of cells.")
+    (license license:expat)))
+
 (define-public julia-jive
   (package
     (name "julia-jive")
-- 
2.34.0





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

* bug#52213: [PATCH 2/2] gnu: Add julia-millboard.
  2021-12-01  1:30 ` [bug#52213] [PATCH 2/2] gnu: Add julia-millboard jgart via Guix-patches via
@ 2021-12-01 12:09   ` Efraim Flashner
  0 siblings, 0 replies; 3+ messages in thread
From: Efraim Flashner @ 2021-12-01 12:09 UTC (permalink / raw)
  To: jgart; +Cc: 52213-done

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

I sorted these two patches alphabetically and pushed them. 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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

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

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01  1:30 [bug#52212] [PATCH 1/2] gnu: Add julia-jive jgart via Guix-patches via
2021-12-01  1:30 ` [bug#52213] [PATCH 2/2] gnu: Add julia-millboard jgart via Guix-patches via
2021-12-01 12:09   ` bug#52213: " Efraim Flashner

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.