guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: pdfposter: Update to 0.7.post1.


From: guix-commits
Subject: 01/01: gnu: pdfposter: Update to 0.7.post1.
Date: Tue, 26 Nov 2019 12:39:19 -0500 (EST)

htgoebel pushed a commit to branch master
in repository guix.

commit 60ba9d8c2c95fa2cc1096ddb718eba88df689123
Author: Hartmut Goebel <address@hidden>
Date:   Tue Nov 26 18:38:53 2019 +0100

    gnu: pdfposter: Update to 0.7.post1.
    
    * gnu/packages/pdf.scm (pdfposter): Update to 0.7.post1.
      [source]<pyi-uri> Remove extra file extension.
      [arguments]: No longer use python-2. Update comment.
      [inputs]: Replace PyPDF by PyPDF2.
---
 gnu/packages/pdf.scm | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index 8afa99a..609e75b 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -1027,20 +1027,18 @@ PDF Arranger was formerly known as PDF-Shuffler.")
 (define-public pdfposter
   (package
     (name "pdfposter")
-    (version "0.6.0")
+    (version "0.7.post1")
     (source (origin
               (method url-fetch)
-              (uri (pypi-uri "pdftools.pdfposter" version ".tar.bz2"))
+              (uri (pypi-uri "pdftools.pdfposter" version))
               (sha256
                (base32
-                "1i9jqawf279va089ykicglcq4zlsnwgcnsdzaa8vnm836lqhywma"))))
+                "0c1avpbr9q53yzq5ar2x485rmp9d0l3z27aham32bg7gplzd7w0j"))))
     (build-system python-build-system)
     (arguments
-     `(#:tests? #f  ; no test suite, only for visual control
-       #:python ,python-2))
+     `(#:tests? #f))  ; test-suite not included in source archive
     (inputs
-     ;; pdfposter 0.6.0 still uses the old pyPdf
-     `(("python2-pypdf" ,python2-pypdf)))
+     `(("python-pypdf2" ,python-pypdf2)))
     (home-page "https://pythonhosted.org/pdftools.pdfposter/";)
     (synopsis "Scale and tile PDF images/pages to print on multiple pages")
     (description "@command{pdfposter} can be used to create a large poster by



reply via email to

[Prev in Thread] Current Thread [Next in Thread]