From f1462f84f43d1c0f6ec7ea66e8e4448beaaee003 Mon Sep 17 00:00:00 2001 From: jgart Date: Wed, 1 Dec 2021 00:45:56 -0500 Subject: Remove julia packages: softglobalscope, jive, and millboard. I sent them to upstream: https://issues.guix.gnu.org/52213 https://issues.guix.gnu.org/52211 --- gn/packages/julia.scm | 67 --------------------------------------------------- 1 file changed, 67 deletions(-) (limited to 'gn/packages') diff --git a/gn/packages/julia.scm b/gn/packages/julia.scm index 65a24d3..276a21a 100644 --- a/gn/packages/julia.scm +++ b/gn/packages/julia.scm @@ -1022,70 +1022,3 @@ that still support Julia versions older than 1.6.") (synopsis "binary provider for Julia") (description "Packages are installed to a @code{Prefix}; a folder that acts similar to the @code{/usr/local} directory on Unix-like systems, containing a @code{bin} folder for binaries, a @code{lib} folder for libraries, etc... @code{Prefix} objects can have tarballs @code{install()}'ed within them, @code{uninstall()}'ed from them, etc...") (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 (the REPL, IJulia, etcetera) to make it easier to work -interactively with Julia, 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 "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 (the REPL, IJulia, etcetera) to make it easier to work -interactively with Julia, 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 "Julia package to help with writing tests") - (license license:expat))) -- cgit v1.2.3