linkchecker: 10.2.1 -> 10.6.0
This commit is contained in:
parent
4d9b55329a
commit
19f5098f8b
@ -7,14 +7,14 @@
|
|||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "linkchecker";
|
pname = "linkchecker";
|
||||||
version = "10.2.1";
|
version = "10.6.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "linkchecker";
|
owner = "linkchecker";
|
||||||
repo = "linkchecker";
|
repo = "linkchecker";
|
||||||
tag = "v${version}";
|
tag = "v${version}";
|
||||||
hash = "sha256-z7Qp74cai8GfsxB4n9dSCWQepp0/4PimFiRJQBaVSoo=";
|
hash = "sha256-CzDShtqcGO2TP5qNVf2zkI3Yyh80I+pSVIFzmi3AaGQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ gettext ];
|
nativeBuildInputs = [ gettext ];
|
||||||
@ -46,11 +46,6 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
"test_itms_services" # uses sys.version_info for conditional testing
|
"test_itms_services" # uses sys.version_info for conditional testing
|
||||||
];
|
];
|
||||||
|
|
||||||
disabledTestPaths = [
|
|
||||||
"tests/checker/telnetserver.py"
|
|
||||||
"tests/checker/test_telnet.py"
|
|
||||||
];
|
|
||||||
|
|
||||||
__darwinAllowLocalNetworking = true;
|
__darwinAllowLocalNetworking = true;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user