20 buildPythonPackage rec {
23 format = "setuptools";
25 disabled = pythonOlder "3.7";
28 inherit pname version;
29 hash = "sha256-pumkDVyotm8bJEl/rrpNSsP8KZIVIgThGFB/Sy4OdUs=";
32 propagatedBuildInputs = [
50 pythonImportsCheck = [
55 xvfb-run ${python.interpreter} -m unittest
59 description = "Tool-box for efficient build and debug for Scientific Computing and Computer Vision";
60 homepage = "https://github.com/DIYer22/boxx";
61 license = licenses.mit;
62 maintainers = with maintainers; [ lucasew ];