Package Details: python-html-sanitizer 2.5.0-1

Git Clone URL: https://aur.archlinux.org/python-html-sanitizer.git (read-only, click to copy)
Package Base: python-html-sanitizer
Description: Allowlist-based and very opinionated HTML sanitizer that can be used both for untrusted and trusted sources.
Upstream URL: https://pypi.org/project/html-sanitizer/
Licenses: BSD-3-Clause
Submitter: Midov
Maintainer: Midov (kode54)
Last Packager: kode54
Votes: 5
Popularity: 0.69
First Submitted: 2020-03-29 12:05 (UTC)
Last Updated: 2025-04-07 03:54 (UTC)

Latest Comments

realroot commented on 2024-09-21 11:41 (UTC)

Needs python-build and python-installer too as makedeps.

Midov commented on 2021-04-18 19:52 (UTC)

updated, thanks

DrRac27 commented on 2021-04-18 19:46 (UTC)

This PKGBUILD is missing the line

makedepends=('python-setuptools')

otherwise makepkg fails:

==> Starting package()... 
Traceback (most recent call last):
  File "/build/python-html-sanitizer/src/html-sanitizer-1.9.1/setup.py", line 4, in <module>
    from setuptools import find_packages, setup
ModuleNotFoundError: No module named 'setuptools'
==> ERROR: A failure occurred in package().
    Aborting...