21 inherit pname version;
22 format = "setuptools";
24 src = fetchFromGitHub {
25 owner = "PaulAnnekov";
28 hash = "sha256-NHrnG5Vhz+JZgcTJyfIgGz0Ye+3dFVv2zLCCqw2++oM=";
35 propagatedBuildInputs = [
43 pythonImportsCheck = [
49 changelog = "https://github.com/PaulAnnekov/uasiren/releases/tag/v${version}";
50 description = "Implements siren.pp.ua API - public wrapper for api.ukrainealarm.com API that returns info about Ukraine air-raid alarms";
51 homepage = "https://github.com/PaulAnnekov/uasiren";
52 license = licenses.mit;
53 maintainers = with maintainers; [ hexa ];