[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/21: gnu: Add python-pychm.
From: |
guix-commits |
Subject: |
16/21: gnu: Add python-pychm. |
Date: |
Mon, 5 Apr 2021 15:54:25 -0400 (EDT) |
lfam pushed a commit to branch wip-update-calibre
in repository guix.
commit 50f9de5da073b67e0074590d9a48546b482fbadd
Author: Brendan Tildesley <mail@brendan.scot>
AuthorDate: Sat Feb 27 14:50:51 2021 +1100
gnu: Add python-pychm.
* gnu/packages/ebook.scm (python-pychm): New variable.
---
gnu/packages/ebook.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/ebook.scm b/gnu/packages/ebook.scm
index dfc3d9f..5853ad0 100644
--- a/gnu/packages/ebook.scm
+++ b/gnu/packages/ebook.scm
@@ -88,6 +88,26 @@
(description "CHMLIB is a library for dealing with ITSS/CHM format files.")
(license license:lgpl2.1+)))
+(define-public python-pychm
+ (package
+ (name "python-pychm")
+ (version "0.8.6")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pychm" version))
+ (sha256
+ (base32
+ "0wpn9ijlsmrpyiwg3drmgz4dms1i1i347adgqw37bkrh3vn6yq16"))))
+ (build-system python-build-system)
+ (inputs
+ `(("chmlib" ,chmlib)))
+ (home-page "https://github.com/dottedmag/pychm")
+ (synopsis "Handle CHM files")
+ (description "This package provides a Python module for interacting
+with Microsoft Compiled HTML (CHM) files")
+ (license license:gpl2+)))
+
(define-public calibre
(package
(name "calibre")
- 06/21: gnu: Add python-zeroconf., (continued)
- 06/21: gnu: Add python-zeroconf., guix-commits, 2021/04/05
- 08/21: gnu: Add python-multivolumefile., guix-commits, 2021/04/05
- 09/21: gnu: Add python-ppmd-cffi., guix-commits, 2021/04/05
- 10/21: gnu: python-zstandard: Update to 0.15.2., guix-commits, 2021/04/05
- 11/21: gnu: Add python-pyzstd, guix-commits, 2021/04/05
- 13/21: gnu: Add python-py7zr., guix-commits, 2021/04/05
- 14/21: gnu: python-markdown: Update to 3.3.4., guix-commits, 2021/04/05
- 15/21: gnu: python-feedparser: Update to 6.0.2., guix-commits, 2021/04/05
- 12/21: gnu: Add python-bcj-cffi., guix-commits, 2021/04/05
- 17/21: gnu: Add python-cchardet., guix-commits, 2021/04/05
- 16/21: gnu: Add python-pychm.,
guix-commits <=
- 18/21: gnu: python-html5lib: Depend on python-chardet., guix-commits, 2021/04/05
- 20/21: gnu: Remove python2-pyqtwebengine., guix-commits, 2021/04/05
- 19/21: gnu: calibre: Update to 5.14.0., guix-commits, 2021/04/05
- 21/21: gnu: Remove python2-pyqt., guix-commits, 2021/04/05