8 buildPythonPackage rec {
9 pname = "prayer-times-calculator";
11 disabled = pythonOlder "3.6";
13 src = fetchFromGitHub {
16 rev = "refs/tags/${version}";
17 sha256 = "sha256-fIfv10oi5Lv1dj5Y5CYI94/UdWG3bAY/ENCiMTkO0RE=";
20 propagatedBuildInputs = [
24 # Project has no tests
27 pythonImportsCheck = [ "prayer_times_calculator" ];
30 description = "Python client for the Prayer Times API";
31 homepage = "https://github.com/uchagani/prayer-times-calculator";
32 license = licenses.mit;
33 maintainers = with maintainers; [ fab ];