summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVinicius Monego <monego@posteo.net>2025-06-25 21:12:57 -0300
committerVinicius Monego <monego@posteo.net>2025-06-26 00:42:01 -0300
commitb6491e51d5190d303b5b6dc59af7d5b50bc2cdf3 (patch)
tree80b117593c371960607eb6d325a456a160d18fcf
parent4b6a79295fbb1dc3fdf6c111cfd5cbea166cd540 (diff)
gnu: python-pdftotext: Update to 3.0.0.
* gnu/packages/python-xyz.scm (python-pdftotext): Update to 3.0.0. [build-system]: Use pyproject-build-system. [native-inputs]: Add python-pytest, python-setuptools, python-wheel. Change-Id: I1448718d217e885554803dea8148bd7dccc732c5
-rw-r--r--gnu/packages/python-xyz.scm10
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bc6faf9bc68..936e1bf8cc6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -10777,16 +10777,16 @@ debugger, with which it shares the same interface.")
(define-public python-pdftotext
(package
(name "python-pdftotext")
- (version "2.1.6")
+ (version "3.0.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "pdftotext" version))
(sha256
- (base32 "1555wbgr5spj8xflrs4mwsrdmba2f9s72nk50xzqk9ghxaxdvy6a"))))
- (build-system python-build-system)
- (inputs
- (list poppler))
+ (base32 "1ahs7c0qh3gyafxwrg9p4gcqwcrnc7y57adzm0ama52f2lcjnrf3"))))
+ (build-system pyproject-build-system)
+ (native-inputs (list python-pytest python-setuptools python-wheel))
+ (inputs (list poppler))
(home-page "https://github.com/jalan/pdftotext")
(synopsis "Simple PDF text extraction")
(description "Pdftotext is a Python library of PDF text extraction.")