8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
17 hash = "sha256-yKZHkrf6fM0WsHczIEK5Kxusz5dSBgydK3fLu1nDyvk=";
20 nativeCheckInputs = [ pytest ];
21 checkPhase = "pytest tests";
24 description = "Python implementation of the simulated annealing optimization technique";
25 homepage = "https://github.com/perrygeo/simanneal";
26 license = licenses.isc;
27 maintainers = with maintainers; [ veprbl ];