11 buildPythonPackage rec {
14 format = "setuptools";
16 src = fetchFromGitHub {
20 hash = "sha256-9eRpsWwXAkp6aw1ZWJsUFf0BMIN0UBFc2rW1lltL2cw=";
23 patches = [ ./01-kdtree-signature.patch ];
25 propagatedBuildInputs = [
32 pythonImportsCheck = [ "pymatting" ];
39 # no access to input data set
40 # see: https://github.com/pymatting/pymatting/blob/master/tests/download_images.py
43 "test_preconditioners"
48 description = "A Python library for alpha matting";
49 homepage = "https://github.com/pymatting/pymatting";
50 changelog = "https://github.com/pymatting/pymatting/blob/${src.rev}/CHANGELOG.md";
51 license = licenses.mit;
52 maintainers = with maintainers; [ blaggacao ];