Package Details: html5validator 0.4.2-1

Git Clone URL: https://aur.archlinux.org/html5validator.git (read-only, click to copy)
Package Base: html5validator
Description: Command line tool to validate HTML5 files.
Upstream URL: https://github.com/svenkreiss/html5validator
Licenses: MIT
Submitter: sseneca
Maintainer: sseneca
Last Packager: sseneca
Votes: 2
Popularity: 0.000000
First Submitted: 2021-02-02 23:23 (UTC)
Last Updated: 2022-07-15 23:42 (UTC)

Required by (0)

Sources (1)

Latest Comments

anwait commented on 2022-03-12 22:22 (UTC) (edited on 2022-03-12 22:31 (UTC) by anwait)

I have the following error with this package:

Traceback (most recent call last):
  File "/tmp/trizen-yaddayadda/html5validator/src/html5validator-0.4.0/setup.py", line 1, in <module>
    from setuptools import setup
ModuleNotFoundError: No module named 'setuptools'

However it was fixed by installing the package python-setuptools by changing the following line:

makedepends=('python' 'python-setuptools')