summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2025-11-17 16:58:17 +0100
committerAndreas Enge <andreas@enge.fr>2025-11-17 16:58:21 +0100
commit4c13bef6e12b4f2f1058defb130928f84f009bdb (patch)
tree4eafb75c6689e38edfaac646290834cc63bfe184 /gnu/packages/python-xyz.scm
parent1a7701e029be28aa8f25da9d8828d3568a236b93 (diff)
gnu: Remove python-pypdf3.
* gnu/packages/python-xyz.scm (python-pypdf3): Delete variable. Fixes: guix/guix#3504 Change-Id: I02a43b883372b9812807c709d46bf4856e0f8fcf
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm21
1 files changed, 0 insertions, 21 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 497bcfb2b52..d3c5815eb90 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -12403,27 +12403,6 @@ the OleFileIO module from PIL, the Python Image Library.")
classes. It is forked from @code{cached-property}.")
(license license:bsd-3)))
-(define-public python-pypdf3
- (package
- (name "python-pypdf3")
- (version "1.0.5")
- (source
- (origin
- (method url-fetch)
- (uri (pypi-uri "PyPDF3" version))
- (sha256
- (base32 "018hlq9q2qa96vw4j7ppq352znykldwy98h2w9qcpkvpi93sjqhc"))))
- (build-system python-build-system)
- (propagated-inputs
- (list python-tqdm))
- (home-page "https://github.com/sfneal/PyPDF3")
- (synopsis "Utility to read and write PDFs with Python")
- (description "PyPDF3 is a pure-python PDF library capable of splitting,
-merging together, cropping, and transforming the pages of PDF files. It can
-also add custom data, viewing options, and passwords to PDF files. It can
-retrieve text and metadata from PDFs as well as merge entire files together.")
- (license license:bsd-3)))
-
(define-public python-pdf2image
(package
(name "python-pdf2image")