python312Packages.pymumble: switch to pyproject and dependencies
This commit is contained in:
parent
9b6701a8da
commit
b3528b87e1
@ -7,12 +7,13 @@
|
|||||||
pytestCheckHook,
|
pytestCheckHook,
|
||||||
pycrypto,
|
pycrypto,
|
||||||
pythonOlder,
|
pythonOlder,
|
||||||
|
setuptools,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage {
|
buildPythonPackage {
|
||||||
pname = "pymumble";
|
pname = "pymumble";
|
||||||
version = "unstable-2024-10-20";
|
version = "unstable-2024-10-20";
|
||||||
format = "setuptools";
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
|
|
||||||
@ -23,7 +24,11 @@ buildPythonPackage {
|
|||||||
hash = "sha256-9lfWvfrS+vUFTf9jo4T+VHkm9u/hVjsDszLBQIEZVcQ=";
|
hash = "sha256-9lfWvfrS+vUFTf9jo4T+VHkm9u/hVjsDszLBQIEZVcQ=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
build-system = [
|
||||||
|
setuptools
|
||||||
|
];
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
opuslib
|
opuslib
|
||||||
protobuf
|
protobuf
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user