13 buildPythonPackage rec {
18 disabled = pythonOlder "3.7";
20 src = fetchFromGitHub {
23 rev = "refs/tags/${version}";
24 hash = "sha256-9KEkXcdZ7USXfyIXGDrp4p4kJTzF2q30fvOccxF1hBU=";
31 propagatedBuildInputs = [
42 pythonImportsCheck = [
47 description = "HTML to text converter";
48 mainProgram = "inscript.py";
49 homepage = "https://github.com/weblyzard/inscriptis";
50 changelog = "https://github.com/weblyzard/inscriptis/releases/tag/${version}";
51 license = licenses.asl20;
52 maintainers = with maintainers; [ ];