[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
17/22: gnu: Add python-cchardet.
From: |
guix-commits |
Subject: |
17/22: gnu: Add python-cchardet. |
Date: |
Fri, 9 Apr 2021 16:12:10 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit 141e74a83078e1c27ed9b1b7f24783aabf846bca
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Sat Feb 27 19:49:20 2021 +1100
gnu: Add python-cchardet.
* gnu/packages/freedesktop.scm (python-cchardet): New variable.
---
gnu/packages/freedesktop.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/freedesktop.scm b/gnu/packages/freedesktop.scm
index a9e96c9..40d4135 100644
--- a/gnu/packages/freedesktop.scm
+++ b/gnu/packages/freedesktop.scm
@@ -22,6 +22,7 @@
;;; Copyright © 2020 Nicolò Balzarotti <nicolo@nixo.xyz>
;;; Copyright © 2020 Anders Thuné <asse.97@gmail.com>
;;; Copyright © 2020 Raghav Gururajan <raghavgururajan@disroot.org>
+;;; Copyright © 2021 Brendan Tildesley <mail@brendan.scot>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -1920,6 +1921,26 @@ encoding names are iconv-compatible.")
;; combination is GPL 2.0+.
(license license:gpl2+)))
+(define-public python-cchardet
+ (package
+ (name "python-cchardet")
+ (version "2.1.7")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "cchardet" version))
+ (sha256
+ (base32
+ "1bqfz85cd51sw0bvhvdq9ikccxi2ld7g5jpni4jkq1a5clrvca64"))))
+ (build-system python-build-system)
+ (inputs
+ `(("uchardet" ,uchardet)))
+ (home-page "https://github.com/PyYoshi/cChardet")
+ (synopsis "High-performance character encoding detection for Python")
+ (description "cChardet is a character encoding detector, written in
+Python, that binds to the C library @code{uchardet} to increase performance.")
+ (license license:gpl2+)))
+
(define-public udiskie
(package
(name "udiskie")
- 03/22: gnu: Add python-pyqt5-sip., (continued)
- 03/22: gnu: Add python-pyqt5-sip., guix-commits, 2021/04/09
- 15/22: gnu: python-feedparser: Update to 6.0.2., guix-commits, 2021/04/09
- 06/22: gnu: Add python-zeroconf., guix-commits, 2021/04/09
- 11/22: gnu: Add python-pyzstd, guix-commits, 2021/04/09
- 20/22: gnu: Remove python2-pyqtwebengine., guix-commits, 2021/04/09
- 13/22: gnu: Add python-py7zr., guix-commits, 2021/04/09
- 14/22: gnu: python-markdown: Update to 3.3.4., guix-commits, 2021/04/09
- 18/22: gnu: python-html5lib: Depend on python-chardet., guix-commits, 2021/04/09
- 16/22: gnu: Add python-pychm., guix-commits, 2021/04/09
- 22/22: gnu: python2-sip: Remove package., guix-commits, 2021/04/09
- 17/22: gnu: Add python-cchardet.,
guix-commits <=
- 08/22: gnu: Add python-multivolumefile., guix-commits, 2021/04/09
- 19/22: gnu: calibre: Update to 5.14.0., guix-commits, 2021/04/09
- 21/22: gnu: Remove python2-pyqt., guix-commits, 2021/04/09