python313Packages.dlms-cosem: refactor

This commit is contained in:
Fabian Affolter
2025-03-29 09:45:32 +01:00
parent ad34279266
commit fb2118dcc1
@@ -28,9 +28,9 @@ buildPythonPackage rec {
hash = "sha256-ZsF+GUVG9bZNZE5daROQJIZZgqpjAkB/bFyre2oGu+E=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
asn1crypto
attrs
cryptography
@@ -47,8 +47,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module to parse DLMS/COSEM";
homepage = "https://github.com/pwitab/dlms-cosem";
changelog = "https://github.com/pwitab/dlms-cosem/blob/${version}/HISTORY.md";
license = with licenses; [ mit ];
changelog = "https://github.com/pwitab/dlms-cosem/blob/${src.tag}/HISTORY.md";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};
}