aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/datamash.scm
blob: ccf3729b0b1b0a52db18ad971fce4a3a86a981af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2014 Eric Bavier <bavier@member.fsf.org>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (gnu packages datamash)
  #:use-module (guix packages)
  #:use-module (guix licenses)
  #:use-module (guix download)
  #:use-module (guix build-system gnu)
  #:use-module (gnu packages perl)
  #:use-module (gnu packages which))

(define-public datamash
  (package
    (name "datamash")
    (version "1.0.6")
    (source
     (origin
      (method url-fetch)
      (uri (string-append "mirror://gnu/datamash/datamash-"
                          version ".tar.gz"))
      (sha256
       (base32
        "0621a1xyf8gvcks0vb26g72dm4zh1s6y3a4cc5nnnl5m8mfc4m01"))))
    (native-inputs
     `(("which" ,which)                 ;for tests
       ("perl" ,perl)))                 ;for help2man
    (build-system gnu-build-system)
    (home-page "https://www.gnu.org/software/datamash/")
    (synopsis "Scriptable statistics and data calculation")
    (description
     "Perform basic numeric, textual and statistical operations on plain text
files.  Designed to work within standard pipelines without additional code.")
    (license gpl3+)))
='2022-03-04 23:44:11 +0100'>2022-03-04gnu: Add chez-nanopass.Philip McGrath 2022-03-04gnu: Add stex.Philip McGrath 2022-03-04gnu: chez-scheme: Use new package style.Philip McGrath 2022-03-04gnu: chez-scheme: Use shared zlib and lz4.Philip McGrath 2022-03-04gnu: chez-scheme: Use "lib/chez-scheme" for search path.Philip McGrath 2022-03-04gnu: chez-scheme: Use new style for Chez packages.Philip McGrath 2022-03-04gnu: chez: Add utilities for Chez machine types.Philip McGrath 2022-03-04gnu: racket: Move Chez bootfiles to (gnu packages chez).Philip McGrath 2022-01-09gnu: chez-scheme: Update to 9.5.6.Tobias Geerinckx-Rice 2021-12-13gnu: Simplify package inputs.Ludovic Courtès 2021-11-22gnu: chez-scheme: Add missing inputs.Guillaume Le Vaillant 2021-09-06gnu: Use the non-deprecated TeX packages.Ludovic Courtès 2021-04-18gnu: Fix merge mistakes.Efraim Flashner 2021-04-16Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner 2021-04-05gnu: chez-scheme: simplify packagingPhilip McGrath 2021-04-05gnu: chez-scheme: Update stex.Philip McGrath 2021-04-05gnu: chez-scheme: Update nanopass to 1.9.2.Philip McGrath 2021-01-29gnu: Replace all uses of texlive-union by texlive-updmap.cfg.Maxim Cournoyer 2021-01-13Merge branch 'staging' into 'core-updates'.Maxim Cournoyer 2020-12-23gnu: chez-web: Use new names of TeX Live packages.Ricardo Wurmus 2020-12-23gnu: chez-sockets: Use new name of texlive-pdftex.Ricardo Wurmus 2020-12-23gnu: chez-web: Remove obsolete build phase.Ricardo Wurmus 2020-12-18gnu: chez-scheme: Patch more hard-coded paths.Brendan Tildesley 2020-12-18gnu: chez-scheme: Update to 9.5.4.Brendan Tildesley 2020-09-02gnu: chez-scheme: Install libraries to 'lib/csvX.Y.Z-site'Martin Becze 2020-08-28gnu: chez-srfi: Fix tests.Martin Becze 2020-07-12gnu: Remove ".git" from "https://github/…/….git".Ludovic Courtès 2020-01-15gnu: util-linux: Move libraries to separate output.Marius Bakke 2020-01-14gnu: chez-sheme: Move util-linux to inputs.Marius Bakke 2020-01-12gnu: chez-scheme: Remove obsolete snippet.Marius Bakke 2019-12-24gnu: chez-scheme: Update home-page.Brett Gilio 2019-12-24gnu: chez-scheme: Update to 9.5.2.Brett Gilio