python312Packages.types-ujson: refactor

This commit is contained in:
Fabian Affolter 2024-05-16 09:31:28 +02:00
parent f2e27c59c5
commit 8960ccf991

View File

@ -1,18 +1,24 @@
{ lib
, buildPythonPackage
, fetchPypi
, setuptools
}:
buildPythonPackage rec {
pname = "types-ujson";
version = "5.10.0.20240515";
format = "setuptools";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-zq5xJ/Da/kr13Q7PmO4T6ddZUe+WO1xam36pLg1x8Nc=";
};
build-system = [
setuptools
];
# Module has no tests
doCheck = false;
pythonImportsCheck = [