From unknown Fri Jun 20 07:16:17 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#51028 <51028@debbugs.gnu.org> To: bug#51028 <51028@debbugs.gnu.org> Subject: Status: [PATCH 0/7] More julia packages Reply-To: bug#51028 <51028@debbugs.gnu.org> Date: Fri, 20 Jun 2025 14:16:17 +0000 retitle 51028 [PATCH 0/7] More julia packages reassign 51028 guix-patches submitter 51028 Efraim Flashner severity 51028 normal tag 51028 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 05 05:37:27 2021 Received: (at submit) by debbugs.gnu.org; 5 Oct 2021 09:37:27 +0000 Received: from localhost ([127.0.0.1]:39105 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXgt5-0007uW-Kt for submit@debbugs.gnu.org; Tue, 05 Oct 2021 05:37:27 -0400 Received: from lists.gnu.org ([209.51.188.17]:52018) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXgt4-0007uP-0p for submit@debbugs.gnu.org; Tue, 05 Oct 2021 05:37:26 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:40606) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mXgt3-0002xI-QA for guix-patches@gnu.org; Tue, 05 Oct 2021 05:37:25 -0400 Received: from flashner.co.il ([178.62.234.194]:54554) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mXgt2-0007zp-8p for guix-patches@gnu.org; Tue, 05 Oct 2021 05:37:25 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id 34A77402D0; Tue, 5 Oct 2021 09:36:51 +0000 (UTC) From: Efraim Flashner To: guix-patches@gnu.org Subject: [PATCH 0/7] More julia packages Date: Tue, 5 Oct 2021 12:35:09 +0300 Message-Id: X-Mailer: git-send-email 2.33.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=178.62.234.194; envelope-from=efraim@flashner.co.il; helo=flashner.co.il X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Efraim Flashner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) 7 more julia packages, ready for upstreaming. Efraim Flashner (7): gnu: Add julia-latexstrings. gnu: Add julia-pyplot. gnu: Add julia-dataframes. gnu: Add julia-bson. gnu: Add julia-expronicon. gnu: Add julia-configurations. gnu: Add julia-structarrays. gnu/packages/julia-xyz.scm | 238 +++++++++++++++++++++++++++++++++++++ 1 file changed, 238 insertions(+) base-commit: 83adca8ff7cce328ca66fd8ce32d85aa11dae9ed -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 05 05:49:26 2021 Received: (at 51028) by debbugs.gnu.org; 5 Oct 2021 09:49:26 +0000 Received: from localhost ([127.0.0.1]:39114 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXh4g-0008EC-67 for submit@debbugs.gnu.org; Tue, 05 Oct 2021 05:49:26 -0400 Received: from flashner.co.il ([178.62.234.194]:36498) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXh4e-0008Dz-OH for 51028@debbugs.gnu.org; Tue, 05 Oct 2021 05:49:25 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id AC2D240085; Tue, 5 Oct 2021 09:49:18 +0000 (UTC) From: Efraim Flashner To: 51028@debbugs.gnu.org Subject: [PATCH 1/7] gnu: Add julia-latexstrings. Date: Tue, 5 Oct 2021 12:47:30 +0300 Message-Id: X-Mailer: git-send-email 2.33.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51028 Cc: Efraim Flashner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/julia-xyz.scm (julia-latexstrings): New variable. --- gnu/packages/julia-xyz.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 492fdd9175..2238acf103 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -2407,6 +2407,28 @@ (define-public julia-json3 focus on speed and slick struct mapping.") (license license:expat))) +(define-public julia-latexstrings + (package + (name "julia-latexstrings") + (version "1.2.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/stevengj/LaTeXStrings.jl") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "117z27krcf8fydgp6mb0pgn75r4gng9qs7v90qb4bqzsry3faadp")))) + (build-system julia-build-system) + (native-inputs + `(("julia-documenter" ,julia-documenter))) + (home-page "https://github.com/stevengj/LaTeXStrings.jl") + (synopsis "Input and display of LaTeX equation strings") + (description "This is a small package to make it easier to type LaTeX +equations in string literals in the Julia language.") + (license license:expat))) + (define-public julia-lazyarrays (package (name "julia-lazyarrays") -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 05 05:49:58 2021 Received: (at 51028) by debbugs.gnu.org; 5 Oct 2021 09:49:58 +0000 Received: from localhost ([127.0.0.1]:39117 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXh5C-0008Ex-EC for submit@debbugs.gnu.org; Tue, 05 Oct 2021 05:49:58 -0400 Received: from flashner.co.il ([178.62.234.194]:36506) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXh5B-0008El-6W for 51028@debbugs.gnu.org; Tue, 05 Oct 2021 05:49:57 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id 6150940085; Tue, 5 Oct 2021 09:49:51 +0000 (UTC) From: Efraim Flashner To: 51028@debbugs.gnu.org Subject: [PATCH 2/7] gnu: Add julia-pyplot. Date: Tue, 5 Oct 2021 12:47:31 +0300 Message-Id: X-Mailer: git-send-email 2.33.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51028 Cc: Efraim Flashner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/julia-xyz.scm (julia-pyplot): New variable. --- gnu/packages/julia-xyz.scm | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 2238acf103..5925ca2417 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -3280,6 +3280,35 @@ (define-public julia-pycall share large data structures between Julia and Python without copying them.") (license license:expat))) +(define-public julia-pyplot + (package + (name "julia-pyplot") + (version "2.10.0") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/JuliaPy/PyPlot.jl") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "007zs0imfgs69f30pp2a3rc93kl0qiq7qjx6ig35z4wzkmps4skd")))) + (build-system julia-build-system) + (propagated-inputs + `(("julia-colors" ,julia-colors) + ("julia-latexstrings" ,julia-latexstrings) + ("julia-pycall" ,julia-pycall) + ("julia-versionparsing" ,julia-versionparsing) + ;; python-matplotlib is expected to be available at runtime. + ("python-matplotlib" ,python-matplotlib))) + (home-page "https://github.com/JuliaPy/PyPlot.jl") + (synopsis "Plotting for Julia based on matplotlib.pyplot") + (description "This module provides a Julia interface to the Matplotlib +plotting library from Python, and specifically to the @code{matplotlib.pyplot} +module. PyPlot uses the Julia PyCall package to call Matplotlib directly from +Julia with little or no overhead (arrays are passed without making a copy).") + (license license:expat))) + (define-public julia-quadgk (package (name "julia-quadgk") -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 05 05:50:32 2021 Received: (at 51028) by debbugs.gnu.org; 5 Oct 2021 09:50:32 +0000 Received: from localhost ([127.0.0.1]:39122 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXh5j-0008GO-NP for submit@debbugs.gnu.org; Tue, 05 Oct 2021 05:50:31 -0400 Received: from flashner.co.il ([178.62.234.194]:36510) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXh5h-0008GC-VJ for 51028@debbugs.gnu.org; Tue, 05 Oct 2021 05:50:30 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id 13AD240417; Tue, 5 Oct 2021 09:50:23 +0000 (UTC) From: Efraim Flashner To: 51028@debbugs.gnu.org Subject: [PATCH 3/7] gnu: Add julia-dataframes. Date: Tue, 5 Oct 2021 12:47:32 +0300 Message-Id: <3ec19604ad2a8df447cc0c26ce4dbd257accb08a.1633411929.git.efraim@flashner.co.il> X-Mailer: git-send-email 2.33.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51028 Cc: Efraim Flashner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/julia-xyz.scm (julia-dataframes): New variable. --- gnu/packages/julia-xyz.scm | 53 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 5925ca2417..33f09a34d3 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -806,6 +806,59 @@ (define-public julia-dataapi dependency on it.") (license license:expat))) +(define-public julia-dataframes + (package + (name "julia-dataframes") + (version "1.2.2") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/JuliaData/DataFrames.jl") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1bk0amrghgjrkyn1mm4ac23swwbgszl1d0qyl9137qj5zvv9dasp")))) + (build-system julia-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'skip-failing-test + (lambda _ + ;; Tests with non-standard colors. + (substitute* "test/show.jl" + (("test (sprint\\(show, df, context=:color=>true)" _ test) + (string-append "test_nowarn " test))) + (substitute* "test/io.jl" + (("testset \\\"improved.*" all) + (string-append all "return\n"))) + (substitute* "test/join.jl" + (("test (levels\\(outerjoin\\(B)" _ test) + (string-append "test_nowarn " test))) + #t))))) + (propagated-inputs + `(("julia-dataapi" ,julia-dataapi) + ("julia-invertedindices" ,julia-invertedindices) + ("julia-iteratorinterfaceextensions" ,julia-iteratorinterfaceextensions) + ("julia-missings" ,julia-missings) + ("julia-pooledarrays" ,julia-pooledarrays) + ("julia-prettytables" ,julia-prettytables) + ("julia-reexport" ,julia-reexport) + ("julia-sortingalgorithms" ,julia-sortingalgorithms) + ("julia-tables" ,julia-tables) + ("julia-tabletraits" ,julia-tabletraits))) + (native-inputs + `(("julia-categoricalarrays" ,julia-categoricalarrays) + ("julia-combinatorics" ,julia-combinatorics) + ("julia-datastructures" ,julia-datastructures) + ("julia-datavalues" ,julia-datavalues) + ("julia-offsetarrays" ,julia-offsetarrays) + ("julia-unitful" ,julia-unitful))) + (home-page "https://dataframes.juliadata.org/stable/") + (synopsis "In-memory tabular data") + (description "Tools for working with tabular data in Julia.") + (license license:expat))) + (define-public julia-datastructures (package (name "julia-datastructures") -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 05 05:51:04 2021 Received: (at 51028) by debbugs.gnu.org; 5 Oct 2021 09:51:04 +0000 Received: from localhost ([127.0.0.1]:39126 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXh6G-0008Hc-1M for submit@debbugs.gnu.org; Tue, 05 Oct 2021 05:51:04 -0400 Received: from flashner.co.il ([178.62.234.194]:36522) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXh6E-0008Gz-J2 for 51028@debbugs.gnu.org; Tue, 05 Oct 2021 05:51:02 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id B9E0940417; Tue, 5 Oct 2021 09:50:56 +0000 (UTC) From: Efraim Flashner To: 51028@debbugs.gnu.org Subject: [PATCH 4/7] gnu: Add julia-bson. Date: Tue, 5 Oct 2021 12:47:33 +0300 Message-Id: X-Mailer: git-send-email 2.33.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51028 Cc: Efraim Flashner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/julia-xyz.scm (julia-bson): 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 33f09a34d3..f53d4bce6d 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -368,6 +368,29 @@ (define-public julia-blockbandedmatrices @code{BlockArrays.jl} whose layout of non-zero blocks is banded.") (license license:expat))) +(define-public julia-bson + (package + (name "julia-bson") + (version "0.3.3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/JuliaIO/BSON.jl") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1l5608ma2ys7v2gpcqbiv9mwfc6yrlqkihrfx1pf7fgv5llhd4fn")))) + (build-system julia-build-system) + (native-inputs + `(("julia-dataframes" ,julia-dataframes))) + (home-page "https://github.com/JuliaIO/BSON.jl") + (synopsis "Binary JSON serialisation format") + (description "@code{BSON.jl} is a Julia package for working with the Binary +JSON serialisation format. It can be used as a general store for Julia data +structures.") + (license license:expat))) + (define-public julia-bufferedstreams (package (name "julia-bufferedstreams") -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 05 05:51:43 2021 Received: (at 51028) by debbugs.gnu.org; 5 Oct 2021 09:51:43 +0000 Received: from localhost ([127.0.0.1]:39129 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXh6t-0008IR-AO for submit@debbugs.gnu.org; Tue, 05 Oct 2021 05:51:43 -0400 Received: from flashner.co.il ([178.62.234.194]:36526) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXh6l-0008I8-LO for 51028@debbugs.gnu.org; Tue, 05 Oct 2021 05:51:42 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id D108040417; Tue, 5 Oct 2021 09:51:29 +0000 (UTC) From: Efraim Flashner To: 51028@debbugs.gnu.org Subject: [PATCH 5/7] gnu: Add julia-expronicon. Date: Tue, 5 Oct 2021 12:47:34 +0300 Message-Id: <1b3b8c579c5e30e0a07f3e57f992f3df9a95418d.1633411929.git.efraim@flashner.co.il> X-Mailer: git-send-email 2.33.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51028 Cc: Efraim Flashner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/julia-xyz.scm (julia-expronicon): New variable. --- gnu/packages/julia-xyz.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index f53d4bce6d..895e43bb14 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -1343,6 +1343,40 @@ (define-public julia-example (description "This package provides various examples.") (license license:expat)))) +;; ExproniconLite.jl is autogenerated from this package. +(define-public julia-expronicon + (package + (name "julia-expronicon") + (version "0.6.10") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/Roger-luo/Expronicon.jl") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0h8aaynqlxrkn8575k5vqmhzil4vvxchhf0bcxa6zwawp558gj2y")))) + (build-system julia-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'skip-network-tests + (lambda _ + (substitute* "test/runtests.jl" + ;; This test tries to access the Julia package registry. + ((".*expand\\.jl.*") ""))))))) + (propagated-inputs + `(("julia-mlstyle" ,julia-mlstyle))) + (native-inputs + `(("julia-documenter" ,julia-documenter))) + (home-page "https://expronicon.rogerluo.dev/dev/") + (synopsis "Collective tools for metaprogramming on Julia Expr") + (description "This package provides a collection of tools for +metaprogramming on Julia Expr, the meta programming standard library for +@code{MLStyle}.") + (license license:expat))) + (define-public julia-exprtools (package (name "julia-exprtools") -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 05 05:52:10 2021 Received: (at 51028) by debbugs.gnu.org; 5 Oct 2021 09:52:10 +0000 Received: from localhost ([127.0.0.1]:39134 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXh7J-0008Jd-Nl for submit@debbugs.gnu.org; Tue, 05 Oct 2021 05:52:09 -0400 Received: from flashner.co.il ([178.62.234.194]:36536) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXh7I-0008JE-BK for 51028@debbugs.gnu.org; Tue, 05 Oct 2021 05:52:08 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id 8502540417; Tue, 5 Oct 2021 09:52:02 +0000 (UTC) From: Efraim Flashner To: 51028@debbugs.gnu.org Subject: [PATCH 6/7] gnu: Add julia-configurations. Date: Tue, 5 Oct 2021 12:47:35 +0300 Message-Id: <95ebe917da1dac82eaa43123eb4d0c6817d4acb6.1633411929.git.efraim@flashner.co.il> X-Mailer: git-send-email 2.33.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51028 Cc: Efraim Flashner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/julia-xyz.scm (julia-configurations): New variable. --- gnu/packages/julia-xyz.scm | 43 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 895e43bb14..ee0e1fb74a 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -729,6 +729,49 @@ (define-public julia-compat way.") (license license:expat))) +(define-public julia-configurations + (package + (name "julia-configurations") + (version "0.16.4") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/Roger-luo/Configurations.jl") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "1b23p0zk8dx2sf01cnw177mqci7qd81b9s32ixz9clsh0r0icl1b")))) + (build-system julia-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (add-after 'unpack 'fix-tests + (lambda _ + (substitute* "test/runtests.jl" + (("option.toml") "test/option.toml")) + #t)) + (add-after 'unpack 'dont-use-exproniconlite + (lambda _ + (substitute* '("Project.toml" + "src/Configurations.jl" + "test/runtests.jl") + (("ExproniconLite") "Expronicon")) + (substitute* "Project.toml" + (("55351af7-c7e9-48d6-89ff-24e801d99491") + "6b7a57c9-7cc1-4fdf-b7f5-e857abae3636")) + #t))))) + (propagated-inputs + `(("julia-crayons" ,julia-crayons) + ("julia-expronicon" ,julia-expronicon) + ("julia-orderedcollections" ,julia-orderedcollections))) + (home-page "https://configurations.rogerluo.dev/stable/") + (synopsis "Options and configurations in Julia") + (description "@code{Configurations.jl} provides a macro @code{@@option} to +let you define @code{structs} to represent options/configurations, and serialize +between different option/configuration file formats such as @code{TOML}.") + (license license:expat))) + (define-public julia-constructionbase (package (name "julia-constructionbase") -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 05 05:52:43 2021 Received: (at 51028) by debbugs.gnu.org; 5 Oct 2021 09:52:43 +0000 Received: from localhost ([127.0.0.1]:39137 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXh7r-0008KN-1B for submit@debbugs.gnu.org; Tue, 05 Oct 2021 05:52:43 -0400 Received: from flashner.co.il ([178.62.234.194]:36540) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mXh7p-0008KA-6G for 51028@debbugs.gnu.org; Tue, 05 Oct 2021 05:52:41 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id 40F3640417; Tue, 5 Oct 2021 09:52:35 +0000 (UTC) From: Efraim Flashner To: 51028@debbugs.gnu.org Subject: [PATCH 7/7] gnu: Add julia-structarrays. Date: Tue, 5 Oct 2021 12:47:36 +0300 Message-Id: <634081e9917c27267786be8cd71315895d69c933.1633411929.git.efraim@flashner.co.il> X-Mailer: git-send-email 2.33.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51028 Cc: Efraim Flashner X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * gnu/packages/julia-xyz.scm (julia-structarrays): New variable. --- gnu/packages/julia-xyz.scm | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index ee0e1fb74a..8be2277728 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -4271,6 +4271,40 @@ (define-public julia-stringdistances applied to any distance.") (license license:expat))) +(define-public julia-structarrays + (package + (name "julia-structarrays") + (version "0.6.3") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/JuliaArrays/StructArrays.jl") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 "0rjcpyjwzg70n87q5r9c5i1qzigavncslxssm3rk5a3y549py56v")))) + (build-system julia-build-system) + (propagated-inputs + `(("julia-dataapi" ,julia-dataapi) + ("julia-staticarrays" ,julia-staticarrays) + ("julia-tables" ,julia-tables))) + (native-inputs + `(("julia-documenter" ,julia-documenter) + ("julia-offsetarrays" ,julia-offsetarrays) + ("julia-pooledarrays" ,julia-pooledarrays) + ("julia-typedtables" ,julia-typedtables) + ("julia-weakrefstrings" ,julia-weakrefstrings))) + (home-page "https://github.com/JuliaArrays/StructArrays.jl") + (synopsis "Efficient implementation of struct arrays in Julia") + (description "This package introduces the type @code{StructArray} which is +an @code{AbstractArray} whose elements are @code{struct} (for example +@code{NamedTuples}, or @code{ComplexF64}, or a custom user defined +@code{struct}). While a @code{StructArray} iterates @code{structs}, the layout +is column based (meaning each field of the @code{struct} is stored in a separate +@code{Array}).") + (license license:expat))) + (define-public julia-structtypes (package (name "julia-structtypes") -- 2.33.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 11 08:03:59 2021 Received: (at 51028) by debbugs.gnu.org; 11 Oct 2021 12:03:59 +0000 Received: from localhost ([127.0.0.1]:56839 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZu2B-0001To-IZ for submit@debbugs.gnu.org; Mon, 11 Oct 2021 08:03:59 -0400 Received: from mail-wr1-f48.google.com ([209.85.221.48]:38720) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZu29-0001TN-5j for 51028@debbugs.gnu.org; Mon, 11 Oct 2021 08:03:57 -0400 Received: by mail-wr1-f48.google.com with SMTP id u18so55587807wrg.5 for <51028@debbugs.gnu.org>; Mon, 11 Oct 2021 05:03:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=kHcwybMNhOuwYDt4I1ilAvIgudMqbcx0vJ5y6tGZBr4=; b=jKuFANWBW7S3SFHwdXmE4LklpPTpAY2uI+RAuGnCK20TxR3L7sANhDmqscJ3bkAgBh 6PwNVzVSbULVNY2CnwrSa5S3NuL3axdOUmi+ldfCAlmnSjrgzo5/Kw1UtELBylO51XAh zplhcJtJ8bxCj5J3g6umat0l0H44MLOCaVp8xIOPwAS7ZlqsHm6TDzwhWkWmWoocdM4R vZK5JNPbpQoLgdqE82/GWZpIWqlas2pS5K04K4Zz9gM9Jv8BQHP2A4SAGdKKYa7s6EkW rzzmn+puVaRi0w3J4BUV1+zvkpW+0e4InaGmXgbbvIB+QZSl7aET/rZ3eN8ZHZrFX1cW Uz4Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=kHcwybMNhOuwYDt4I1ilAvIgudMqbcx0vJ5y6tGZBr4=; b=gQ+I7/scMAZgjOIvALaeCwGyMfMI0ysl5jihGE6U8i/ANN83T4zw4SuW6Vmfb5IDs8 ruohWijrTPFjE9bgVaSfYQpUBKm+rMva5RtN3HEOmcQDBGpEQgXssnMmNFNvEPPjurkH QidjGauPtfqBXhgOtzviZe1e2U/rvcxhJMoxpO00Dp0PRkoyTIsxHZw14Gg8H9ujLoRF z968FFG88AKCwM+EBX5FHR2GBmiVLDuzdL1HsVUVA+x6qzrCHtCsI5G/6o8GhVo1qWjK 5Q5gyxe3BhzCaqGq+19m9WTYEql+K22fAW5Ss65D/Ls2yA79U3nFpU1/VT4EFfTVMiX/ NuSA== X-Gm-Message-State: AOAM530aQK8DgKYbX+xkX1dTBc1qbw15PJK4CxAY3xgBIaYivNXzm2LT bsquYmI2IqIYhYet3jc/s9g2q7e3LIA= X-Google-Smtp-Source: ABdhPJxAkHKErV56ekDcmay2/GJNeUvGb3LNW2v3DMwJS9zy/J+EtYkXW23sRv8aAs3YXLjdcZCc8Q== X-Received: by 2002:adf:e746:: with SMTP id c6mr8889886wrn.367.1633953831217; Mon, 11 Oct 2021 05:03:51 -0700 (PDT) Received: from jack-Precision-7820-Tower ([193.48.40.117]) by smtp.gmail.com with ESMTPSA id f3sm6335918wml.11.2021.10.11.05.03.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Oct 2021 05:03:50 -0700 (PDT) From: zimoun To: Efraim Flashner Subject: Re: bug#51028: [PATCH 0/7] More julia packages References: Date: Mon, 11 Oct 2021 13:22:32 +0200 In-Reply-To: (Efraim Flashner's message of "Tue, 5 Oct 2021 12:47:31 +0300") Message-ID: <86o87vztzb.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51028 Cc: 51028@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, I would write: > + (description "This module provides a Julia interface to the Matplotlib (description "This package provides a Julia interface to the Matplotlib LTGM. Cheers, simon From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 11 08:04:00 2021 Received: (at 51028) by debbugs.gnu.org; 11 Oct 2021 12:04:00 +0000 Received: from localhost ([127.0.0.1]:56841 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZu2B-0001Tq-Nn for submit@debbugs.gnu.org; Mon, 11 Oct 2021 08:03:59 -0400 Received: from mail-wr1-f47.google.com ([209.85.221.47]:43773) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZu29-0001TP-TM for 51028@debbugs.gnu.org; Mon, 11 Oct 2021 08:03:58 -0400 Received: by mail-wr1-f47.google.com with SMTP id r7so55448684wrc.10 for <51028@debbugs.gnu.org>; Mon, 11 Oct 2021 05:03:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=YEtqcw48t3/9j6TCrCs3+AyN6l1lBivxvGMbt6LLYwM=; b=TXJzTSm+MUo98MSdQKxFQ1I0UuOhNs3KoP8pP7uoeLyecr5kJY0I4KVcWWDeVxIYB6 PP6NFkr1dmU+3RoUa4II89RU4u0tL6oxIK8qM6z3FQWidStEzXGrjbgITAPUoT5aTSaf uCr6qMEo3rpBxUjzgXDGiXmuqCb9g7ybo5uwmklWApN9iLOqk46XjGfjy3db3jUHt7o3 isPuPwluYQmlKoIU+OWN0w5fyJt58Kg+Mam1/ZjZf9UBq1Hk4jRw2xR0+atMvTFaQwKa dYVN+AXuAow3sktf3RG/YelKstLReZMgNQrr42xhot68QXArddyTJbn64elFq+w8gJnf daWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=YEtqcw48t3/9j6TCrCs3+AyN6l1lBivxvGMbt6LLYwM=; b=eWuDm2QthfmPrfVawobV2NoJs+Sy5Ebt3sHFqf1TxKyJSIVT2u7WAT2GHQKpRdw1nJ VXaAd/hrzzsDsxW1Py1rx456K7fPI9yivqDHyUo39GtBRobOLGMK0dqRocbpZ2mOrJO/ TeZvCuTePvRXOMy7Y6b+IYxAYhKdQT3BqbGU4No8dbqWEVjS+GNwDXoM6vVHFTOwLAsZ dCXDDNSk2vXAzuYw34HbDjDw1p2kR9cNTGWG7Uu9awmPbde9sdfDgC9GDBqWWE1//qny z6yVUNL+FLLnY6j7XNXTBTnQCZFKyNmrIGOuvs+DR0lj2IMlHYhsJEN/8GItaeLqnWtA aCCw== X-Gm-Message-State: AOAM5319cc9Ux/UQraQ6WtRtCXlODpHQWbhH/PvH8zNbIbX8Ts8+BQ+D SdfGwsPmIgwEWVXKhuCtZFj0dkcJj8U= X-Google-Smtp-Source: ABdhPJzw8M0xqN+Iq5mblhFS2Uv476/VwupxM7KWTOMvuTVR70dErDxTM+3Suj3Ek6sWKQWPNj7m1Q== X-Received: by 2002:a7b:cb08:: with SMTP id u8mr21030887wmj.104.1633953832030; Mon, 11 Oct 2021 05:03:52 -0700 (PDT) Received: from jack-Precision-7820-Tower ([193.48.40.117]) by smtp.gmail.com with ESMTPSA id r9sm7383718wru.2.2021.10.11.05.03.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Oct 2021 05:03:51 -0700 (PDT) From: zimoun To: Efraim Flashner Subject: Re: bug#51028: [PATCH 0/7] More julia packages References: <3ec19604ad2a8df447cc0c26ce4dbd257accb08a.1633411929.git.efraim@flashner.co.il> Date: Mon, 11 Oct 2021 13:51:45 +0200 In-Reply-To: <3ec19604ad2a8df447cc0c26ce4dbd257accb08a.1633411929.git.efraim@flashner.co.il> (Efraim Flashner's message of "Tue, 5 Oct 2021 12:47:32 +0300") Message-ID: <86lf2zzsmm.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51028 Cc: 51028@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, I would write: > + (description "Tools for working with tabular data in Julia.") --8<---------------cut here---------------start------------->8--- This packages provides a set of tools for working with tabular data in Julia. Its design and functionality are similar to those of Pandas from Python or data.frame, data.table and dplyr from R, making it a great general purpose data science tool, especially for those coming to Julia from R or Python. --8<---------------cut here---------------end--------------->8--- LGTM. Cheers, simon From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 11 08:04:00 2021 Received: (at 51028) by debbugs.gnu.org; 11 Oct 2021 12:04:00 +0000 Received: from localhost ([127.0.0.1]:56843 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZu2C-0001U3-0R for submit@debbugs.gnu.org; Mon, 11 Oct 2021 08:04:00 -0400 Received: from mail-wr1-f46.google.com ([209.85.221.46]:36799) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZu2A-0001TQ-DC for 51028@debbugs.gnu.org; Mon, 11 Oct 2021 08:03:58 -0400 Received: by mail-wr1-f46.google.com with SMTP id o20so55338739wro.3 for <51028@debbugs.gnu.org>; Mon, 11 Oct 2021 05:03:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=XwD1ylYlWBMT09b30ndLIHOzi5XcDavWnOy0++H4Mck=; b=AfEhiIR/PcxRuJ3Cj5iLagEpf3a3r2HihmiU3+BAlxJMQoCT+JbLudGHaY3NfGBxB7 uI/Ia3BG3IFtNj1RRy7b4Ulqk9s5uA/fHAacgZsBiQHsMcCwz8IhpyLEQWH5/kvQkmsa 2oCmrKK34L9wSu0l3s+F/9ZD5XG6q7jItbzn7oIAwpfpc4HqewoYxl83y7/G3ujwlzmL GsmprXFQO2Q617MH8VeK6W4AEIryoFTmWQRJglQPzBSxZOt8KqlR85dBycO30rL+t9yf gql64zl65l7/NToLF/tD81NcX7NEu+H8BXNh+41eUKrgKT2CktoXZYXsAlc3Wl2mYI9A OLmA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=XwD1ylYlWBMT09b30ndLIHOzi5XcDavWnOy0++H4Mck=; b=SJ+y/yHm3rvmwRmmgQLROVeV70IRQCOAqO413Wdk/7hUmFbEtYa7o0dHEiaFh0B2Cg 2LbNwCnfsNkMxNZx9p0UCVq4XiA9BY0ODA1OsfIuHQCApRdfY4EKevPDQ1InxlcDBlAC nuhJ29yTk9c15bHVsnkMcdOMR2vgFlYVUHd9YaXm0BWy4r5C5VMo4apy8FhVsTGkAkOm LzrLESSwyoK4t4sj34wfqcFlfQxi8A1IuDjtB/1sgqcFXpbK6MV4iG7ifu11Aj+SptIs n3l+hK1I9GZEuO05v13ap7K7jQq1iFsMJICvPtyuYB+xDG5PajNqZd7+Bh2BIrq47myU 3oDg== X-Gm-Message-State: AOAM533QZqAXr36HE2H3XR4/rA6z558r6lS8ephkq0PbCGeZXJ94FZiR MM1JFcWBkEBmhyRwklIcjrtfxd9J2pg= X-Google-Smtp-Source: ABdhPJxZnX9OP6JboPG8qFmJ4lxAYfVVSXHhyNOhsIPMPV6s3h3WUh8EEWdNxAyOWVGZLOP5idPEGg== X-Received: by 2002:adf:a294:: with SMTP id s20mr24135759wra.34.1633953832853; Mon, 11 Oct 2021 05:03:52 -0700 (PDT) Received: from jack-Precision-7820-Tower ([193.48.40.117]) by smtp.gmail.com with ESMTPSA id d9sm5526344wrm.96.2021.10.11.05.03.52 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Oct 2021 05:03:52 -0700 (PDT) From: zimoun To: Efraim Flashner Subject: Re: bug#51028: [PATCH 0/7] More julia packages References: <95ebe917da1dac82eaa43123eb4d0c6817d4acb6.1633411929.git.efraim@flashner.co.il> Date: Mon, 11 Oct 2021 14:01:28 +0200 In-Reply-To: <95ebe917da1dac82eaa43123eb4d0c6817d4acb6.1633411929.git.efraim@flashner.co.il> (Efraim Flashner's message of "Tue, 5 Oct 2021 12:47:35 +0300") Message-ID: <86ily3zs6f.fsf_-_@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51028 Cc: 51028@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, I would write: On mar., 05 oct. 2021 at 12:47, Efraim Flashner wrote: > + (synopsis "Options and configurations in Julia") Tools for options and configurations LGTM. Cheers, simon From debbugs-submit-bounces@debbugs.gnu.org Mon Oct 11 08:04:07 2021 Received: (at 51028) by debbugs.gnu.org; 11 Oct 2021 12:04:07 +0000 Received: from localhost ([127.0.0.1]:56848 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZu2J-0001Uz-AM for submit@debbugs.gnu.org; Mon, 11 Oct 2021 08:04:07 -0400 Received: from mail-wr1-f42.google.com ([209.85.221.42]:45760) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mZu2B-0001TT-6y for 51028@debbugs.gnu.org; Mon, 11 Oct 2021 08:03:59 -0400 Received: by mail-wr1-f42.google.com with SMTP id r10so55491061wra.12 for <51028@debbugs.gnu.org>; Mon, 11 Oct 2021 05:03:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=46JA4TwD+TFQJhQBU/I5oS2V2LloW0o/BHzgYtsde24=; b=BZLY9syikdUHJsQtj2pniPUUcq9V1y2MNeGQf5tVA7WvWMPTzoYsqcAtrG9kjyGrH4 rzqLUAhUqagWToIdC0UZJGKti6juh/uzw6lfYo1Q23YPNHtsXXowNuLR6WIIwwMzOZea TbzlC4diu1NhHG6phV+UgO8Y4zfTvH+LGOX2ncIpDtg1X7t/B3ChY5GjWtJXINnxkd7F 8ULXkgX61n470HcqaU0+V0DZ0RissRN2EBSDakEntLNvbaM3w5wETIjMpinLQbDwgsmM XX/IJMlV7BTPz+QF/wfzQo3uQMzi2z3RwT0H1QetzUL1JUijqXTVw1BNzTe3t2daurW7 3uYw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=46JA4TwD+TFQJhQBU/I5oS2V2LloW0o/BHzgYtsde24=; b=yphfcadbuGXn2k1qXjyAN5buM0CujohcjboMBZa1hTdA94vIbusXoyccR/mtQclEt9 2ue0pCjNgYOuWOPqg3Yy9rg1OVD3xGneGjreAzQJWWdGtcFVJBSMfqsvlXV+xy9sThrX DXxJ6K8up+R6HXZf5kFfxxZbl/Q4+kWoNOs8gEsgjYyIxcf2s1kJgVQRf8lKarzV7hLe a/ok8HmGcTAAwAQYtBul1Nj9OW62XTYFZILlNz6o0R7xZRcWSfLnqh03LoK6Fh7NlhvF rLewMne16E4dU5j/A6ceyxY12MNkHU1byYpXqB1VY8gCQ/9mPsq14S0PbTAJ8L/ZBK5T SQ8Q== X-Gm-Message-State: AOAM530e8b+OKRB7PQ7fa/50lEGWTa1bR+e62InYJOTNchpaqJuq27+9 fpThDDajq92/QQXB7AP3A/eFN+fNaF4= X-Google-Smtp-Source: ABdhPJxguGITabMiXavbxJXw38/+qSC/Auqd3JXNVBoc6y3XhlQU0fzb3di+WFqMAfeLYJLjG/v2zQ== X-Received: by 2002:adf:d1c9:: with SMTP id b9mr24679540wrd.426.1633953833694; Mon, 11 Oct 2021 05:03:53 -0700 (PDT) Received: from jack-Precision-7820-Tower ([193.48.40.117]) by smtp.gmail.com with ESMTPSA id m4sm20863545wml.28.2021.10.11.05.03.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 11 Oct 2021 05:03:53 -0700 (PDT) From: zimoun To: Efraim Flashner Subject: Re: bug#51028: [PATCH 0/7] More julia packages References: Date: Mon, 11 Oct 2021 14:03:45 +0200 In-Reply-To: (Efraim Flashner's message of "Tue, 5 Oct 2021 12:35:09 +0300") Message-ID: <86fst7zs2m.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 51028 Cc: 51028@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Efraim, On mar., 05 oct. 2021 at 12:35, Efraim Flashner wrote: > gnu: Add julia-latexstrings. > gnu: Add julia-pyplot. > gnu: Add julia-dataframes. > gnu: Add julia-bson. > gnu: Add julia-expronicon. > gnu: Add julia-configurations. > gnu: Add julia-structarrays. LGTM. Except minor wordings sent as reply for concerned patches. Cheers, imon From debbugs-submit-bounces@debbugs.gnu.org Tue Oct 12 01:45:24 2021 Received: (at 51028-done) by debbugs.gnu.org; 12 Oct 2021 05:45:24 +0000 Received: from localhost ([127.0.0.1]:33215 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maAbL-00010H-S7 for submit@debbugs.gnu.org; Tue, 12 Oct 2021 01:45:24 -0400 Received: from flashner.co.il ([178.62.234.194]:37878) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1maAbK-000104-4q for 51028-done@debbugs.gnu.org; Tue, 12 Oct 2021 01:45:22 -0400 Received: from localhost (unknown [141.226.169.107]) by flashner.co.il (Postfix) with ESMTPSA id EE4834004A; Tue, 12 Oct 2021 05:45:15 +0000 (UTC) Date: Tue, 12 Oct 2021 08:44:09 +0300 From: Efraim Flashner To: zimoun Subject: Re: bug#51028: [PATCH 0/7] More julia packages Message-ID: Mail-Followup-To: Efraim Flashner , zimoun , 51028-done@debbugs.gnu.org References: <86fst7zs2m.fsf@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="A1phYtsG22KTx9ER" Content-Disposition: inline In-Reply-To: <86fst7zs2m.fsf@gmail.com> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 51028-done Cc: 51028-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --A1phYtsG22KTx9ER Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Oct 11, 2021 at 02:03:45PM +0200, zimoun wrote: > Hi Efraim, >=20 > On mar., 05 oct. 2021 at 12:35, Efraim Flashner w= rote: >=20 > > gnu: Add julia-latexstrings. > > gnu: Add julia-pyplot. > > gnu: Add julia-dataframes. > > gnu: Add julia-bson. > > gnu: Add julia-expronicon. > > gnu: Add julia-configurations. > > gnu: Add julia-structarrays. >=20 > LGTM. Except minor wordings sent as reply for concerned patches. >=20 > Cheers, > Simon I changed a "This packages" to "This package" and made the other changes. Patches pushed! Thanks for the review. --=20 Efraim Flashner =D7=A8=D7=A0=D7=A9=D7=9C=D7=A4 = =D7=9D=D7=99=D7=A8=D7=A4=D7=90 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --A1phYtsG22KTx9ER Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAmFlIKkACgkQQarn3Mo9 g1ECbQ/8C+nW7lL0xoDSlyVvUHbsh8smOgOR9nflXZlAJ21SsA0EN9Gw32XblQZY 5gTL1HqWmmlnnYxagfQmz6AjSBHfqezMfgTUX3VltyOVrDMXHL0FI5l6W4vmST9R QBXh/tQbaGdxNTty180ov5i7GaCPUZxMO4CwTj7oZ6Eus+m75vDcH/OsiFKJuP5k /uSUwBpXHh3jzBgcflNGq74wcmvdcSeuFPBMIF2peUVZ30FGQ6qbZCkEt/ofHrGr PDEygyMnlaRsidnDWPyJs4lNnYy2IgnRPB1pAJhUQgDlZXIlOn87B8EX96euhcKg Gdi15iDaDz+JxirmrzZGOxjuBJztDzaaJaLQ0TNbdyoLOKYY2xafTiQ1DtOauO2Y Mil+p6ksd8+bS06vVPwMxXSLuBZy/qD5d6MCHVfdC72f7Xz1im34gAuoS35B5IP5 lNVUZFbogkWQmT0tau9KtGtpDQA4xLqW48rZt/1OdAmoLYTbJMutSH2Y/U5/RbXT IcHX4Vnj9652LotFPxdNFvYgj8Lq1JCVhLeY97Hhsg+wspLFC9gIsXGAw1BiGV+n azVEYvkx/zlkJxYQaP9DwYmMCr/7BDtGxUiFREkObIcxs5PjcIjQsJWOhQjvqHfd BNqwYm2BdJpil8qtq0EAhP7wgPjEKKlCNe6QUvZyqDUYgXwhB2U= =NfBN -----END PGP SIGNATURE----- --A1phYtsG22KTx9ER-- From unknown Fri Jun 20 07:16:17 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 09 Nov 2021 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator