6 python3.pkgs.buildPythonApplication rec {
11 src = fetchFromGitHub {
14 rev = "refs/tags/v${version}";
15 hash = "sha256-j0UY2Q1jYGRtjvaWMwgMJrNaQZQnEJ5ST4o4PAVYWVc=";
18 nativeBuildInputs = with python3.pkgs; [
22 propagatedBuildInputs = with python3.pkgs; [
28 pythonImportsCheck = [
33 description = "Tool to check readiness of websites";
34 homepage = "https://github.com/sesh/ready";
35 changelog = "https://github.com/sesh/ready/releases/tag/v${version}";
36 license = licenses.isc;
37 maintainers = with maintainers; [ fab ];
38 mainProgram = "ready";