Skip to content

Commit

Permalink
python311Packages.pyatem: 0.9.0 -> 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jan 14, 2024
1 parent 3763c9f commit f5f3a3f
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions pkgs/development/python-modules/pyatem/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@

buildPythonPackage rec {
pname = "pyatem";
version = "0.9.0"; # check latest version in setup.py
version = "0.10.0"; # check latest version in setup.py
pyproject = true;

src = fetchFromSourcehut {
owner = "~martijnbraam";
repo = "pyatem";
rev = version;
hash = "sha256-ntwUhgC8Cgrim+kU3B3ckgPDmPe+aEHDP4wsB45KbJg=";
hash = "sha256-O+f1vVwfGJjLem25hsYE1Q1V4vzjrc0HxTBUCANCEwE=";
};

nativeBuildInputs = [
Expand All @@ -49,15 +49,6 @@ buildPythonPackage rec {
pushd $TESTDIR
'';

disabledTests = lib.optionals (stdenv.isLinux && stdenv.isAarch64) [
# colorspace mapping has weird, but constant offsets on aarch64-linux
"test_blueramp"
"test_greenramp"
"test_hues"
"test_primaries"
"test_redramp"
];

postCheck = ''
popd
'';
Expand Down

0 comments on commit f5f3a3f

Please sign in to comment.