mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: Add python-pychm.
* gnu/packages/ebook.scm (python-pychm): New variable.
This commit is contained in:
parent
506eb97de7
commit
9042a30416
1 changed files with 20 additions and 0 deletions
|
@ -88,6 +88,26 @@ (define-public chmlib
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue