Package Details: python-mistune1 0.8.4-4

Git Clone URL: https://aur.archlinux.org/python-mistune1.git (read-only, click to copy)
Package Base: python-mistune1
Description: A fast yet powerful Python Markdown parser with renderers and plugins
Upstream URL: https://github.com/lepture/mistune
Licenses: BSD
Conflicts: python-mistune
Provides: python-mistune
Submitter: pizzaman
Maintainer: pizzaman
Last Packager: pizzaman
Votes: 0
Popularity: 0.000000
First Submitted: 2026-05-07 10:38 (UTC)
Last Updated: 2026-05-07 10:38 (UTC)

Dependencies (5)

Required by (24)

Sources (1)

Latest Comments

Score_Under commented on 2026-06-14 11:33 (UTC) (edited on 2026-06-14 11:35 (UTC) by Score_Under)

In order to get this to build in makechrootpkg I had to:

  • add parametrized_test.patch to sources array and hashes
  • change patch command to find the file relative to $srcdir instead of ".."
  • add python-setuptools to makedepends

If python-setuptools is not in makedepends, this happens:


==> Starting build()...
* Getting build dependencies for wheel...

Traceback (most recent call last):
  File "/usr/lib/python3.14/site-packages/pyproject_hooks/_impl.py", line 402, in _call_hook
    raise BackendUnavailable(
    ...<4 lines>...
    )
pyproject_hooks._impl.BackendUnavailable: Cannot import 'setuptools.build_meta'

ERROR Backend 'setuptools.build_meta:__legacy__' is not available.
==> ERROR: A failure occurred in build().
    Aborting...