9 buildPythonPackage rec {
10 pname = "prayer-times-calculator";
14 disabled = pythonOlder "3.6";
16 src = fetchFromGitHub {
18 repo = "prayer-times-calculator";
19 rev = "refs/tags/${version}";
20 hash = "sha256-HeGUnApQZ12aieaV/UBbJqqpEn4i/ZZKw41H/Yx3+cY=";
27 propagatedBuildInputs = [
31 # Project has no tests
34 pythonImportsCheck = [
35 "prayer_times_calculator"
39 description = "Python client for the Prayer Times API";
40 homepage = "https://github.com/uchagani/prayer-times-calculator";
41 changelog = "https://github.com/uchagani/prayer-times-calculator/releases/tag/${version}";
42 license = licenses.mit;
43 maintainers = with maintainers; [ fab ];