22 inherit pname version;
23 format = "setuptools";
25 src = fetchFromGitHub {
26 owner = "PaulAnnekov";
29 hash = "sha256-NHrnG5Vhz+JZgcTJyfIgGz0Ye+3dFVv2zLCCqw2++oM=";
32 nativeBuildInputs = [ setuptools-scm ];
34 propagatedBuildInputs = [ aiohttp ];
36 nativeCheckInputs = [ pytestCheckHook ];
38 pythonImportsCheck = [
44 changelog = "https://github.com/PaulAnnekov/uasiren/releases/tag/v${version}";
45 description = "Implements siren.pp.ua API - public wrapper for api.ukrainealarm.com API that returns info about Ukraine air-raid alarms";
46 homepage = "https://github.com/PaulAnnekov/uasiren";
47 license = licenses.mit;
48 maintainers = with maintainers; [ hexa ];