lol

python3Packages.radio_beam: 0.3.3 -> 0.3.4

- Upgrade to the latest upstream
- Fix checkInputs
- Include tests that were skipped previously

+6 -9
+6 -9
pkgs/development/python-modules/radio_beam/default.nix
··· 4 , setuptools-scm 5 , astropy 6 , numpy 7 , scipy 8 , six 9 , pytestCheckHook 10 - , pytest-doctestplus 11 }: 12 13 buildPythonPackage rec { 14 pname = "radio_beam"; 15 - version = "0.3.3"; 16 format = "pyproject"; 17 18 src = fetchPypi { 19 inherit version; 20 pname = "radio-beam"; 21 - sha256 = "e34902d91713ccab9f450b9d3e82317e292cf46a30bd42f9ad3c9a0519fcddcd"; 22 }; 23 24 nativeBuildInputs = [ ··· 34 35 checkInputs = [ 36 pytestCheckHook 37 - pytest-doctestplus 38 ]; 39 - 40 - # Tests must be run in the build directory 41 - preCheck = '' 42 - cd build/lib 43 - ''; 44 45 meta = { 46 description = "Tools for Beam IO and Manipulation";
··· 4 , setuptools-scm 5 , astropy 6 , numpy 7 + , matplotlib 8 , scipy 9 , six 10 , pytestCheckHook 11 + , pytest-astropy 12 }: 13 14 buildPythonPackage rec { 15 pname = "radio_beam"; 16 + version = "0.3.4"; 17 format = "pyproject"; 18 19 src = fetchPypi { 20 inherit version; 21 pname = "radio-beam"; 22 + sha256 = "e032257f1501303873f251c00c74b1188180785c79677fb4443098d517852309"; 23 }; 24 25 nativeBuildInputs = [ ··· 35 36 checkInputs = [ 37 pytestCheckHook 38 + matplotlib 39 + pytest-astropy 40 ]; 41 42 meta = { 43 description = "Tools for Beam IO and Manipulation";