19 buildPythonPackage rec {
21 version = "0.10.0"; # check latest version in setup.py
24 src = fetchFromSourcehut {
25 owner = "~martijnbraam";
28 hash = "sha256-O+f1vVwfGJjLem25hsYE1Q1V4vzjrc0HxTBUCANCEwE=";
35 propagatedBuildInputs = [
48 cp -r pyatem/{test_*.py,fixtures} $TESTDIR/
56 pythonImportsCheck = [
61 description = "Library for controlling Blackmagic Design ATEM video mixers";
62 homepage = "https://git.sr.ht/~martijnbraam/pyatem";
63 license = licenses.lgpl3Only;
64 maintainers = with maintainers; [ hexa ];