6 buildPythonPackage rec {
11 inherit pname version;
12 sha256 = "5776e7a4ba0bab26709da604f4e648c5814385fef34010723db3da0d41b0dbcc";
15 pythonImportsCheck = [ "singleton" ];
17 # No tests in the Pypi package.
21 description = "Provides a decorator to create thread-safe singleton classes";
22 homepage = "https://github.com/timofurrer/pysingleton";
23 license = licenses.mit;
24 maintainers = with maintainers; [ kalbasit ];