diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-28 11:49:27 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-28 17:46:24 +0000 |
| commit | 5f8ef67529d5290ac48d0137703449d22939e8cc (patch) | |
| tree | 1b751bb1dcec878a37a5b005db0a3926b2610329 /gnu/packages/textutils.scm | |
| parent | 798e1e0c8e7b25cbd0982df98dde4344296d65ce (diff) | |
gnu: python-panflute: Move to python-xyz.
* gnu/packages/textutils.scm (python-panflute): Move from here ...
* gnu/packages/python-xyz.scm: ... to here.
Change-Id: I7d63724ac792057e6cc6d6c4d3d51a1b6441bbb3
Diffstat (limited to 'gnu/packages/textutils.scm')
| -rw-r--r-- | gnu/packages/textutils.scm | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm index fdd76876d37..0916fbfe20f 100644 --- a/gnu/packages/textutils.scm +++ b/gnu/packages/textutils.scm @@ -2004,32 +2004,6 @@ easily specify file types, match highlighting, Perl-Compatible Regular Expressions, and being faster to type than grep.") (license license:artistic2.0))) -(define-public python-panflute - (package - (name "python-panflute") - (version "2.3.1") - (source (origin - (method url-fetch) - (uri (pypi-uri "panflute" version)) - (sha256 - (base32 - "07wg5md93jcdkpiqljwr3p1xzvm6nf7vbiay0bp84fgg6hmd06sz")))) - (build-system pyproject-build-system) - (arguments - (list #:tests? #f)) ;require pandoc to run tests - (native-inputs - (list python-setuptools)) - (propagated-inputs - (list python-click - python-pyyaml)) - (home-page "http://scorreia.com/software/panflute/") - (synopsis "Pythonic Pandoc filters") - (description - "Panflute is a Python package that makes Pandoc filters fun to -write. It is a pythonic alternative to John MacFarlane's pandocfilters, from -which it is heavily inspired.") - (license license:bsd-3))) - (define-public pandoc-include (package (name "pandoc-include") |
