Search Criteria
Package Details: linkchecker-git latest-4
Package Actions
Git Clone URL: | https://aur.archlinux.org/linkchecker-git.git (read-only, click to copy) |
---|---|
Package Base: | linkchecker-git |
Description: | Check websites for broken links (development version) |
Upstream URL: | https://linkchecker.github.io/linkchecker |
Licenses: | GPL |
Conflicts: | linkchecker |
Provides: | linkchecker |
Submitter: | izenin |
Maintainer: | izenin |
Last Packager: | izenin |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-03-17 15:44 (UTC) |
Last Updated: | 2022-05-15 14:09 (UTC) |
Dependencies (8)
- python (python37AUR, python311AUR, python310AUR)
- python-beautifulsoup4
- python-dnspython (python-dnspython-gitAUR)
- python-futureAUR
- python-requests
- python-xdg (python-pyxdg)
- git (git-gitAUR, git-glAUR) (make)
- python-argcomplete (optional)
Required by (3)
- linuxcnc-git (requires linkchecker) (make)
- scap-security-guide (requires linkchecker) (make)
- scap-security-guide-git (requires linkchecker) (make)
Latest Comments
alex.henrie commented on 2024-08-21 03:58 (UTC)
This package no longer builds:
The problem is that linkchecker switched from setuptools to pyproject in 2022: https://github.com/linkchecker/linkchecker/commit/47d1015e00b34ac354f42e2f35f4ac90be9f2b40
izenin commented on 2020-04-05 08:22 (UTC)
@gbabin thanks, package updated.
gbabin commented on 2020-04-04 19:59 (UTC)
I suppose the README has not yet been updated. The previous stable release depended on Python 2. However, this is a -git package. Currently the package does not build.
See https://github.com/linkchecker/linkchecker/blob/master/setup.py#L31
izenin commented on 2020-04-04 17:33 (UTC)
@gabin, according to their site, "It runs on Python 2 systems, requiring Python 2.7.2 or later. Python 3 is not yet supported". Mind providing details?
gbabin commented on 2020-04-04 15:41 (UTC)
Now, this program requires Python 3.5 or later.
izenin commented on 2019-07-24 16:29 (UTC)
@gbabin, fixed, thanks.
gbabin commented on 2019-07-13 09:56 (UTC)
Please add
python2-future
to the dependencies (as documented inrequirements.txt
).