mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
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.
This commit is contained in:
parent
2894bd60db
commit
60ba9d8c2c
1 changed files with 5 additions and 7 deletions
|
@ -1027,20 +1027,18 @@ (define-public pdfarranger
|
||||||
(define-public pdfposter
|
(define-public pdfposter
|
||||||
(package
|
(package
|
||||||
(name "pdfposter")
|
(name "pdfposter")
|
||||||
(version "0.6.0")
|
(version "0.7.post1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "pdftools.pdfposter" version ".tar.bz2"))
|
(uri (pypi-uri "pdftools.pdfposter" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1i9jqawf279va089ykicglcq4zlsnwgcnsdzaa8vnm836lqhywma"))))
|
"0c1avpbr9q53yzq5ar2x485rmp9d0l3z27aham32bg7gplzd7w0j"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no test suite, only for visual control
|
`(#:tests? #f)) ; test-suite not included in source archive
|
||||||
#:python ,python-2))
|
|
||||||
(inputs
|
(inputs
|
||||||
;; pdfposter 0.6.0 still uses the old pyPdf
|
`(("python-pypdf2" ,python-pypdf2)))
|
||||||
`(("python2-pypdf" ,python2-pypdf)))
|
|
||||||
(home-page "https://pythonhosted.org/pdftools.pdfposter/")
|
(home-page "https://pythonhosted.org/pdftools.pdfposter/")
|
||||||
(synopsis "Scale and tile PDF images/pages to print on multiple pages")
|
(synopsis "Scale and tile PDF images/pages to print on multiple pages")
|
||||||
(description "@command{pdfposter} can be used to create a large poster by
|
(description "@command{pdfposter} can be used to create a large poster by
|
||||||
|
|
Loading…
Reference in a new issue