8 buildPythonPackage rec {
10 version = "2020.1.16";
11 disabled = pythonOlder "3.5";
13 src = fetchFromGitHub {
17 sha256 = "1y924clp2hiqg3a9437z808p29mqcx537j5fmz71plx8qrcm5jf9";
20 checkInputs = [ pytestCheckHook ];
22 pythonImportsCheck = [ "html2text" ];
25 description = "Turn HTML into equivalent Markdown-structured text";
26 homepage = "https://github.com/Alir3z4/html2text/";
27 license = licenses.gpl3Only;