[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/19: gnu: libxls: Move to (gnu packages statistics).
From: |
guix-commits |
Subject: |
03/19: gnu: libxls: Move to (gnu packages statistics). |
Date: |
Thu, 14 Feb 2019 23:42:03 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit cd4b2e78c59223ddcd0fd8c561b4ff42f87570dc
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Fri Feb 15 02:32:22 2019 +0100
gnu: libxls: Move to (gnu packages statistics).
It has nothing to do with XML.
* gnu/packages/xml.scm (libxls): Move from here…
* gnu/packages/statistics.scm (libxls): …to here.
---
gnu/packages/statistics.scm | 23 ++++++++++++++++++++++-
gnu/packages/xml.scm | 21 ---------------------
2 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 04b49de..e1f48db 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -8,7 +8,7 @@
;;; Copyright © 2016 Ben Woodcroft <address@hidden>
;;; Copyright © 2016, 2017 Raoul Bonnal <address@hidden>
;;; Copyright © 2017 Kyle Meyer <address@hidden>
-;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2017 Alex Kost <address@hidden>
;;; Copyright © 2018 Alex Branham <address@hidden>
;;;
@@ -150,6 +150,27 @@ simulation not wholly unlike BUGS. JAGS was written with
three aims in mind:
@end enumerate\n")
(license license:gpl2)))
+(define-public libxls
+ (package
+ (name "libxls")
+ (version "1.5.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
"https://github.com/libxls/libxls/releases/download/"
+ "v" version "/libxls-" version ".tar.gz"))
+ (sha256
+ (base32 "00j2lrcvvhclmh3z9vy7myqq1br1jnnqkz2wzgk4a1gbg8c5afn5"))))
+ (build-system gnu-build-system)
+ (home-page "https://github.com/libxls/libxls")
+ (synopsis "Read binary (.xls) Excel spreadsheet files")
+ (description
+ "libxls is a C library to read .xls spreadsheet files in the binary OLE
+BIFF8 format as created by Excel 97 and later versions. It cannot write them.
+
+This package also provides @command{xls2csv} to export Excel files to CSV.")
+ (license license:bsd-2)))
+
;; Update this package together with the set of recommended packages: r-boot,
;; r-class, r-cluster, r-codetools, r-foreign, r-kernsmooth, r-lattice,
;; r-mass, r-matrix, r-mgcv, r-nlme, r-nnet, r-rpart, r-spatial, r-survival.
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 9803193..c80dfb1 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1254,27 +1254,6 @@ files. It is designed to be fast and to handle large
input files.")
(define-public python2-defusedxml
(package-with-python2 python-defusedxml))
-(define-public libxls
- (package
- (name "libxls")
- (version "1.5.0")
- (source
- (origin
- (method url-fetch)
- (uri (string-append
"https://github.com/libxls/libxls/releases/download/"
- "v" version "/libxls-" version ".tar.gz"))
- (sha256
- (base32 "00j2lrcvvhclmh3z9vy7myqq1br1jnnqkz2wzgk4a1gbg8c5afn5"))))
- (build-system gnu-build-system)
- (home-page "https://github.com/libxls/libxls")
- (synopsis "Read binary (.xls) Excel spreadsheet files")
- (description
- "libxls is a C library to read .xls spreadsheet files in the binary OLE
-BIFF8 format as created by Excel 97 and later versions. It cannot write them.
-
-This package also provides @command{xls2csv} to export Excel files to CSV.")
- (license license:bsd-2)))
-
(define-public freexl
(package
(name "freexl")
- branch master updated (863ab12 -> a37bdf4), guix-commits, 2019/02/14
- 01/19: gnu: libxls: Expand synopsis & description., guix-commits, 2019/02/14
- 03/19: gnu: libxls: Move to (gnu packages statistics).,
guix-commits <=
- 04/19: gnu: virt-manager: Update to 2.1.0., guix-commits, 2019/02/14
- 08/19: gnu: ifdtool: Update to 4.9., guix-commits, 2019/02/14
- 09/19: gnu: libfilezilla: Don't use NAME in source URI., guix-commits, 2019/02/14
- 05/19: gnu: fasm: Update to 1.73.08., guix-commits, 2019/02/14
- 06/19: gnu: cppcheck: Update to 1.87., guix-commits, 2019/02/14
- 12/19: gnu: vkquake: Don't use unstable tarball., guix-commits, 2019/02/14
- 16/19: gnu: gnubg: Update to 1.06.002., guix-commits, 2019/02/14
- 02/19: gnu: libxls: Update to 1.5.0 [security fixes]., guix-commits, 2019/02/14
- 10/19: gnu: filezilla: Update to 3.40.0., guix-commits, 2019/02/14
- 15/19: gnu: fortune-mod: Update to 2.6.2., guix-commits, 2019/02/14