python313Packages.dlms-cosem: refactor

Changed files
+4 -4
pkgs
development
python-modules
dlms-cosem
+4 -4
pkgs/development/python-modules/dlms-cosem/default.nix
···
hash = "sha256-ZsF+GUVG9bZNZE5daROQJIZZgqpjAkB/bFyre2oGu+E=";
};
-
nativeBuildInputs = [ setuptools ];
+
build-system = [ setuptools ];
-
propagatedBuildInputs = [
+
dependencies = [
asn1crypto
attrs
cryptography
···
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 ];
};
}