19 buildPythonPackage rec {
21 version = "0.11.0"; # check latest version in setup.py
24 src = fetchFromSourcehut {
25 owner = "~martijnbraam";
28 hash = "sha256-VBuOnUVB6n8ahVtunubgao9jHPu9ncX0dhDT0PdSFhU=";
31 nativeBuildInputs = [ setuptools ];
33 propagatedBuildInputs = [
46 cp -r pyatem/{test_*.py,fixtures} $TESTDIR/
54 pythonImportsCheck = [ "pyatem" ];
57 description = "Library for controlling Blackmagic Design ATEM video mixers";
58 homepage = "https://git.sr.ht/~martijnbraam/pyatem";
59 license = licenses.lgpl3Only;
60 maintainers = with maintainers; [ hexa ];