python312Packages.xlib: update to PEP517 builder

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2024-07-07 08:14:37 +02:00
parent 30a05b590a
commit c90dfdb3f0
@@ -4,6 +4,7 @@
buildPythonPackage,
fetchFromGitHub,
six,
setuptools,
setuptools-scm,
xorg,
python,
@@ -16,7 +17,9 @@
buildPythonPackage rec {
pname = "xlib";
version = "0.33";
format = "setuptools";
pyproject = true;
build-system = [ setuptools ];
src = fetchFromGitHub {
owner = "python-xlib";