python310Packages.pyprosegur: add changelog and format

This commit is contained in:
Fabian Affolter 2023-03-19 10:25:38 +01:00 committed by Martin Weinelt
parent 80ffed0134
commit 60853e3d2f
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -11,6 +11,8 @@
buildPythonPackage rec {
pname = "pyprosegur";
version = "0.0.9";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchFromGitHub {
@ -37,6 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module to communicate with Prosegur Residential Alarms";
homepage = "https://github.com/dgomes/pyprosegur";
changelog = "https://github.com/dgomes/pyprosegur/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};