diff options
| author | pinoaffe <pinoaffe@gmail.com> | 2025-08-28 15:25:48 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-01-12 22:42:10 +0100 |
| commit | def4874f7208f37c7994719081e16a2e0b78b0e5 (patch) | |
| tree | 18c5f643ff83b42a9c17e94edaab2e3ee8526ea9 | |
| parent | 91c4db1eead6d87b02c8e1641d2bc3db0bb247ae (diff) | |
gnu: Add python-pymupdf-fonts.
* gnu/packages/pdf.scm (python-pymupdf-fonts): New variable.
Change-Id: I9d80c9c0d6128933e2ac1b986e4c13c6b17f3b0f
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| -rw-r--r-- | gnu/packages/pdf.scm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index eccdcb13840..cae8d181e1e 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm | |||
| @@ -1027,6 +1027,31 @@ line tools for batch rendering @command{pdfdraw}, rewriting files | |||
| 1027 | license:silofl1.1 ;resources/fonts/{han,noto,sil,urw} | 1027 | license:silofl1.1 ;resources/fonts/{han,noto,sil,urw} |
| 1028 | license:asl2.0)))) ; resources/fonts/droid | 1028 | license:asl2.0)))) ; resources/fonts/droid |
| 1029 | 1029 | ||
| 1030 | (define-public python-pymupdf-fonts | ||
| 1031 | (package | ||
| 1032 | (name "python-pymupdf-fonts") | ||
| 1033 | (version "1.0.4") | ||
| 1034 | (source | ||
| 1035 | (origin | ||
| 1036 | (method git-fetch) | ||
| 1037 | (uri (git-reference | ||
| 1038 | (url "https://github.com/pymupdf/pymupdf-fonts") | ||
| 1039 | (commit version))) | ||
| 1040 | (file-name (git-file-name name version)) | ||
| 1041 | (sha256 | ||
| 1042 | (base32 | ||
| 1043 | "05yhdlq96fv8hw7kq1qjy3hcnf58bph53b62jlg6976cjzimdabc")))) | ||
| 1044 | (build-system pyproject-build-system) | ||
| 1045 | (arguments | ||
| 1046 | (list #:tests? #f)) ; no tests | ||
| 1047 | (native-inputs (list python-setuptools)) | ||
| 1048 | (home-page "https://github.com/pymupdf/pymupdf-fonts") | ||
| 1049 | (synopsis "Collection of font binaries for use in PyMuPDF") | ||
| 1050 | (description "This package contains a collection of fonts for use in | ||
| 1051 | @code{PyMuPDF}. It contains fonts from the Cascadia Mono, Fira Mono, FiraGO, | ||
| 1052 | Noto Sans, Space Mono and Ubuntu families.") | ||
| 1053 | (license license:silofl1.1))) | ||
| 1054 | |||
| 1030 | (define-public qpdf | 1055 | (define-public qpdf |
| 1031 | (package | 1056 | (package |
| 1032 | (name "qpdf") | 1057 | (name "qpdf") |
