16 pname = "ukrainealarm";
21 inherit pname version;
22 format = "setuptools";
24 src = fetchFromGitHub {
25 owner = "PaulAnnekov";
28 hash = "sha256-0gsxXQiSkJIM/I0VYsjdCCB3NjPr6QJbD/rBkGrwtW8=";
31 SETUPTOOLS_SCM_PRETEND_VERSION = version;
37 propagatedBuildInputs = [
45 pythonImportsCheck = [
51 changelog = "https://github.com/PaulAnnekov/ukrainealarm/releases/tag/v${version}";
52 description = "Implements api.ukrainealarm.com API that returns info about Ukraine air raid alarms";
53 homepage = "https://github.com/PaulAnnekov/ukrainealarm";
54 license = licenses.mit;
55 maintainers = with maintainers; [ hexa ];