8 buildPythonPackage rec {
13 disabled = pythonOlder "3.8";
15 src = fetchFromGitHub {
18 rev = "refs/tags/${version}";
19 hash = "sha256-fFibRF3SoDOje6M9YmZI0dwYVn/cvgXqmClvqvNy5f8=";
22 propagatedBuildInputs = [
26 pythonImportsCheck = [
29 # Almost all of the tests (all except one in 0.1.0) fail since there
30 # is no tika http API endpoint reachable. Since tika is not yet
31 # packaged for nixpkgs, it seems like an unreasonable amount of effort
36 description = "A modern Python REST client for Apache Tika server";
37 homepage = "https://github.com/stumpylog/tika-client";
38 changelog = "https://github.com/stumpylog/tika-client/blob/${version}/CHANGELOG.md";
39 license = licenses.mpl20;
40 maintainers = with maintainers; [ e1mo ];