12 buildPythonPackage rec {
17 src = fetchFromGitHub {
20 rev = "refs/tags/v${version}";
21 hash = "sha256-wHCTqcBvVN/pTXH3iW57DPpMEsnehutRQB5NaugS6Zs=";
28 propagatedBuildInputs = [
39 pythonImportsCheck = [
44 # no access to input data set
45 # see: https://github.com/pymatting/pymatting/blob/master/tests/download_images.py
48 "test_preconditioners"
53 description = "A Python library for alpha matting";
54 homepage = "https://github.com/pymatting/pymatting";
55 changelog = "https://github.com/pymatting/pymatting/blob/${src.rev}/CHANGELOG.md";
56 license = licenses.mit;
57 maintainers = with maintainers; [ blaggacao ];