9 buildPythonPackage rec {
13 src = fetchFromGitHub {
14 owner = "TeamHG-Memex";
17 hash = "sha256-jw/hpz0QfcgP5OEJcmre0h1OzOfpPtaROxHm+YUqces=";
20 propagatedBuildInputs = [
29 pythonImportsCheck = [ "html_text" ];
32 description = "Extract text from HTML";
33 homepage = "https://github.com/TeamHG-Memex/html-text";
34 license = licenses.mit;
35 maintainers = with maintainers; [ ambroisie ];