[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/26: gnu: Add julia-tableshowutils.
From: |
guix-commits |
Subject: |
06/26: gnu: Add julia-tableshowutils. |
Date: |
Mon, 31 May 2021 05:56:20 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit a61e13f7776040e860740bb36c8dda64456e9107
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 31 11:01:59 2021 +0300
gnu: Add julia-tableshowutils.
* gnu/packages/julia-xyz.scm (julia-tableshowutils): New variable.
---
gnu/packages/julia-xyz.scm | 27 +++++++++++++++++++++++++++
1 file changed, 27 insertions(+)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index d8cf906..648dd20 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -1716,6 +1716,33 @@ extensions. It is intended to be the base both for
@code{TableIO.jl} and for
the @code{Pluto.jl} tabular data import functionality.")
(license license:expat)))
+(define-public julia-tableshowutils
+ ;; The 0.2.5 release is not fully compatable with newer versions of Julia.
+ (let ((commit "c4e02d8b9bbb31fc81ed6618955e9b1c7cb04460")
+ (revision "1"))
+ (package
+ (name "julia-tableshowutils")
+ (version "0.2.5")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/queryverse/TableShowUtils.jl")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0gp3hpj3jvzfhkp9r345vfic2j2n2s60729wv38hwn75csp74cg5"))))
+ (build-system julia-build-system)
+ (propagated-inputs
+ `(("julia-datavalues" ,julia-datavalues)
+ ("julia-json" ,julia-json)))
+ (home-page "https://github.com/queryverse/TableShowUtils.jl")
+ (synopsis "Implement show for TableTraits.jl types")
+ (description "This package provides some common helper functions that
make
+it easier to implement various @code{Base.show} functions for types that
+participate in the @code{TableTraits.jl} ecosystem.")
+ (license license:expat))))
+
(define-public julia-tabletraits
(package
(name "julia-tabletraits")
- branch master updated (c85edf2 -> d2d1f8b), guix-commits, 2021/05/31
- 04/26: gnu: Add julia-tabletraits., guix-commits, 2021/05/31
- 02/26: gnu: Add julia-datavalueinterfaces., guix-commits, 2021/05/31
- 06/26: gnu: Add julia-tableshowutils.,
guix-commits <=
- 11/26: gnu: Add julia-arraylayouts., guix-commits, 2021/05/31
- 09/26: gnu: Add julia-tables., guix-commits, 2021/05/31
- 14/26: gnu: Add julia-exprtools., guix-commits, 2021/05/31
- 17/26: gnu: Add julia-tensorcore., guix-commits, 2021/05/31
- 19/26: gnu: Add julia-graphics., guix-commits, 2021/05/31
- 20/26: gnu: Add julia-rangearrays., guix-commits, 2021/05/31
- 25/26: gnu: Add julia-formatting., guix-commits, 2021/05/31
- 07/26: gnu: Add julia-queryoperators., guix-commits, 2021/05/31
- 10/26: gnu: Add julia-statsapi., guix-commits, 2021/05/31
- 12/26: gnu: Add julia-matrixfactorizations., guix-commits, 2021/05/31