Search Criteria
Package Details: linkchecker-git v10.6.0.r38.gc9b07de2-1
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: | micwoj92 |
| Last Packager: | micwoj92 |
| Votes: | 2 |
| Popularity: | 0.46 |
| First Submitted: | 2018-03-17 15:44 (UTC) |
| Last Updated: | 2025-10-31 01:21 (UTC) |
Dependencies (11)
- python
- python-beautifulsoup4
- python-dnspython (python-dnspython-gitAUR)
- python-requests
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-hatch-vcs (make)
- python-hatchling (python-hatchling-gitAUR) (make)
- python-installer (make)
- python-setuptools-scm (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
dreieck commented on 2025-01-11 16:05 (UTC)
If possible, please remove the dependency on
python-furure/ make the package working withoutpython-future:Regards and thanks for this package!
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-futureto the dependencies (as documented inrequirements.txt).