gnu: enca: Update to 1.19.

* gnu/packages/textutils.scm (enca): Update to 1.19.
[inputs]: Remove recode.
[arguments]: Allow parallel tests.
This commit is contained in:
Efraim Flashner 2018-02-24 23:59:45 +02:00
parent 20a792b553
commit 1462b45657
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -114,22 +114,18 @@ handy front-end to the library.")
(define-public enca (define-public enca
(package (package
(name "enca") (name "enca")
(version "1.16") (version "1.19")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append
"https://github.com/nijel/enca/archive/" version ".tar.gz")) "https://github.com/nijel/enca/archive/" version ".tar.gz"))
(sha256 (sha256
(base32 "1xik00x0yvhswsw2isnclabhv536xk1s42cf5z54gfbpbhc7ni8l")) (base32 "099z526i7qgij7q1w3lvhl88iv3jc3nqxca2i09h6s08ghyrmzf4"))
(file-name (string-append name "-" version ".tar.gz")))) (file-name (string-append name "-" version ".tar.gz"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs `(("recode" ,recode))) ;; enca-1.19 tests fail with recent recode.
;(inputs `(("recode" ,recode)))
;; Both 'test-convert-64.sh' and 'test-convert-filter.sh' manipulate a
;; 'test.tmp' file, so they have to run in sequence.
(arguments '(#:parallel-tests? #f))
(home-page "https://github.com/nijel/enca") (home-page "https://github.com/nijel/enca")
(synopsis "Text encoding detection tool") (synopsis "Text encoding detection tool")
(description "Enca (Extremely Naive Charset Analyser) consists of libenca, (description "Enca (Extremely Naive Charset Analyser) consists of libenca,