i3altlayout: migrate to pyproject, enable __structuredAttrs (#531773)

This commit is contained in:
Yohann Boniface
2026-06-15 21:10:44 +00:00
committed by GitHub
+7 -1
View File
@@ -7,13 +7,19 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "i3altlayout";
version = "0.3";
format = "setuptools";
pyproject = true;
__structuredAttrs = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-DhOYeSCxKthr2fEMGMBXjUYeCJjj6AV4d05So4eDF8A=";
};
build-system = with python3Packages; [
setuptools
];
pythonRemoveDeps = [ "enum-compat" ];
pythonPath = with python3Packages; [