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