[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
198/233: gnu: Add python-pydyf.
From: |
guix-commits |
Subject: |
198/233: gnu: Add python-pydyf. |
Date: |
Sun, 24 Apr 2022 23:40:05 -0400 (EDT) |
apteryx pushed a commit to branch wip-ipython-polyglossia
in repository guix.
commit 37e0bad669bf606429023b200baab921586810b6
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Apr 20 00:26:32 2022 -0400
gnu: Add python-pydyf.
* gnu/packages/pdf.scm (python-pydyf): New variable.
---
gnu/packages/pdf.scm | 29 ++++++++++++++++++++++++++++-
1 file changed, 28 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 74c6166cc0..8d8e9e0ac1 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -20,7 +20,7 @@
;;; Copyright © 2020-2022 Nicolas Goaziou <mail@nicolasgoaziou.fr>
;;; Copyright © 2020 Michael Rohleder <mike@rohleder.de>
;;; Copyright © 2020 Timotej Lazar <timotej.lazar@araneo.si>
-;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2020, 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
;;; Copyright © 2021 Maxime Devos <maximedevos@telenet.be>
;;;
;;; This file is part of GNU Guix.
@@ -701,6 +701,33 @@ for applications that wish to do lower level manipulation
of PDF, such as
extracting content or merging files.")
(license license:lgpl2.0+)))
+(define-public python-pydyf
+ (package
+ (name "python-pydyf")
+ (version "0.1.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "pydyf" version))
+ (sha256
+ (base32 "0b30g3hhxw1bg18r9ax85i1dkg8vy1y1wzas0bg0bxblh7j5sbqy"))))
+ (build-system python-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'check
+ (lambda* (#:key tests? #:allow-other-keys)
+ (when tests?
+ (invoke "pytest" "-vv" "-c" "/dev/null")))))))
+ (propagated-inputs (list python-pillow))
+ (native-inputs (list ghostscript python-pytest))
+ (home-page "https://github.com/CourtBouillon/pydyf")
+ (synopsis "Low-level PDF generator")
+ (description "@code{pydyf} is a low-level PDF generator written in Python
+and based on PDF specification 1.7.")
+ (license license:bsd-3)))
+
(define-public mupdf
(package
(name "mupdf")
- 165/233: gnu: python-sparqlwrapper: Update to 2.0.0., (continued)
- 165/233: gnu: python-sparqlwrapper: Update to 2.0.0., guix-commits, 2022/04/24
- 169/233: gnu: xeus: Update to 2.4.1., guix-commits, 2022/04/24
- 172/233: gnu: python-readme-renderer: Update to 34.0., guix-commits, 2022/04/24
- 176/233: gnu: Add python-bson., guix-commits, 2022/04/24
- 183/233: gnu: Add python-toolrack., guix-commits, 2022/04/24
- 173/233: gnu: mbed-tools: Update to 7.53.0 and relax click version requirement., guix-commits, 2022/04/24
- 185/233: gnu: python-multipart: Fix build with PyYAML 6., guix-commits, 2022/04/24
- 188/233: gnu: python-ghp-import: Update to 2.0.2., guix-commits, 2022/04/24
- 191/233: gnu: Add python-crccheck., guix-commits, 2022/04/24
- 196/233: gnu: python-miio: Update to 0.5.11., guix-commits, 2022/04/24
- 198/233: gnu: Add python-pydyf.,
guix-commits <=
- 202/233: gnu: libgrss: Use libsoup-minimal-2 to fix build., guix-commits, 2022/04/24
- 200/233: gnu: seed: Use webkitgtk-with-libsoup2., guix-commits, 2022/04/24
- 201/233: gnu: markets: Add python-wrapper to fix build., guix-commits, 2022/04/24
- 205/233: gnu: python-keyring: Fix test suite., guix-commits, 2022/04/24
- 206/233: gnu: Remove python2-keyring., guix-commits, 2022/04/24
- 210/233: snippets: Add a 'remove' snippet., guix-commits, 2022/04/24
- 211/233: gnu: python2-sqlalchemy: Skip a failing test., guix-commits, 2022/04/24
- 212/233: gnu: dynaconf: Fix build following python-click upgrade., guix-commits, 2022/04/24
- 213/233: gnu: python-numpydoc: Update to 1.2.1., guix-commits, 2022/04/24
- 214/233: gnu: python-sphinx: Update to 4.5.0., guix-commits, 2022/04/24