mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 03:29:40 -05:00
gnu: Remove python2-pypdf.
* gnu/packages/pdf.scm (python2-pypdf): Delete variable.
This commit is contained in:
parent
e0c152e4a2
commit
c0587a5a91
1 changed files with 0 additions and 22 deletions
|
@ -1237,28 +1237,6 @@ (define-public python-pypdf2
|
|||
manage or manipulate PDFs.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public python2-pypdf
|
||||
(package
|
||||
(name "python2-pypdf")
|
||||
(version "1.13")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "pyPdf" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fqfvamir7k41w84c73rghzkiv891gdr17q5iz4hgbf6r71y9v9s"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
#:python ,python-2))
|
||||
(home-page "http://pybrary.net/pyPdf/")
|
||||
(synopsis "Pure Python PDF toolkit")
|
||||
(description "PyPDF2 is a pure Python PDF toolkit.
|
||||
|
||||
Note: This module isn't maintained anymore. For new projects please use
|
||||
python-pypdf2 instead.")
|
||||
(license license:bsd-3)))
|
||||
|
||||
(define-public pdfarranger
|
||||
(package
|
||||
(name "pdfarranger")
|
||||
|
|
Loading…
Reference in a new issue