gnu: python-panflute: Update to 2.3.1.

* gnu/packages/textutils.scm (python-panflute): Update to 2.3.1.
  [build-system]: Use pyproject.
  [arguments] <tests?>: Disable as requiring Pandoc in PATH.
  [native-inputs]: Remove python-configparser, python-coverage,
  python-flake8, python-pandocfilters, python-pytest, python-pytest-cov,
  and python-requests; add python-setuptools.

Change-Id: I1914ed63535da1930f9161b1b7e2975e849fcd92
This commit is contained in:
Sharlatan Hellseher 2025-08-09 15:21:58 +01:00
parent eb5f801b7e
commit a892f7bbc0
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1922,22 +1922,21 @@ Expressions, and being faster to type than grep.")
(define-public python-panflute (define-public python-panflute
(package (package
(name "python-panflute") (name "python-panflute")
(version "2.3.0") (version "2.3.1")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "panflute" version)) (uri (pypi-uri "panflute" version))
(sha256 (sha256
(base32 (base32
"1jk5b2sp1h4drkjrg2ks77d0ca6j043n2myvacm77nfc93y9vzff")))) "07wg5md93jcdkpiqljwr3p1xzvm6nf7vbiay0bp84fgg6hmd06sz"))))
(build-system python-build-system) (build-system pyproject-build-system)
(propagated-inputs (list python-click python-pyyaml)) (arguments
(native-inputs (list python-configparser (list #:tests? #f)) ;require pandoc to run tests
python-coverage (native-inputs
python-flake8 (list python-setuptools))
python-pandocfilters (propagated-inputs
python-pytest (list python-click
python-pytest-cov python-pyyaml))
python-requests))
(home-page "http://scorreia.com/software/panflute/") (home-page "http://scorreia.com/software/panflute/")
(synopsis "Pythonic Pandoc filters") (synopsis "Pythonic Pandoc filters")
(description (description