Commit graph

16 commits

Author SHA1 Message Date
Sandro Jäckel b4099137b1
pythonPackages: deprecate ConfigArgParse alias 2021-07-21 13:32:54 +02:00
Pacman99 2a87462479 linkchecker: add pyopenssl dependency to fix build 2021-04-05 11:38:06 -07:00
Peter Hoeg eb9503a60e linkchecker: unstable-2020-08-15 -> 10.0.0 2021-01-28 12:06:41 +08:00
Sandro Jäckel 0cd4108172
linkchecker: Fix failing tests 2020-12-08 05:06:17 +01:00
Jonathan Ringer 05739ad406 linkchecker: disable flakey test 2020-09-29 09:32:22 -07:00
Jonathan Ringer 84ec639467
linkchecker: 9.4.0 -> unstable-2020-08-16, use python3
10.0 release seems to have stalled
https://github.com/linkchecker/linkchecker/issues/359
2020-08-16 19:49:15 -07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Steven Shaw a4520359e3
linkchecker: 9.3.1 -> 9.4.0
Version 9.3.1 was crashing.
2019-07-24 17:42:47 +10:00
Mathieu Boespflug 361e9185c8 linkchecker: fix bad interaction with python3
Previously, `nix-shell -p linkchecker python3` would lead to a broken
`python3` command. That's because Python 2 packages would pollute the
environment and confuse the interpreter. `linkchecker` has propagated
build inputs. So the solution is to use `pythonPath` instead, to avoid
the pollution.
2019-05-06 13:32:41 +02:00
Frederik Rietdijk d2c3fd5af0 Python: fix outfall after setting strictDeps = true; 2019-02-17 14:40:54 +01:00
Thorsten Weber 93752a8eeb linkchecker: 9.3 -> 9.3.1
This also uses an older requests version because
linkchecker breaks with requests > 2.14.2.
2018-03-05 16:14:21 +01:00
Silvan Mosberger f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Frederik Rietdijk ef4442e827 Python: replace requests2 with requests tree-wide
See f63eb58573

The `requests2` attribute now throws an error informing that `requests`
should be used instead.
2017-05-07 12:56:09 +02:00
Eric Sagnes b4d8eddf48 linkchecker: fix darwin build 2017-02-26 12:30:14 +01:00
Peter Hoeg b120ef422c linkchecker: make it work with newer requests2
linkchecker has an odd version check for requests2 that fails on
versions > 2.9.x.

We patch out the check as we are providing a recent requests2. This
patch should be dropped when linkchecker >v9.3 is released.

We now also run the tests although I had to remove one failing test.
Yes, that's covering up the issue but we're still better off than
before.
2016-10-11 11:02:52 +08:00
Peter Hoeg c1ffbd8ee8 linkchecker: init at 9.3
A few changes from upstream:

 1) the executable is patched to support a --no-robots flag to ignore
    robots.txto

 2) the GUI doesn't work (for now), so this is CLI only
2016-05-27 15:07:05 +08:00