i3altlayout: migrate to pyproject, enable __structuredAttrs (#531773)
This commit is contained in:
@@ -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; [
|
||||
|
||||
Reference in New Issue
Block a user