Merge pull request #216489 from smaret/reproject-update-0.10.0

python3Packages.reproject: 0.9.1 -> 0.10.0

authored by

Guillaume Girol and committed by
GitHub
7d184f89 61b96f53

+6 -4
+6 -4
pkgs/development/python-modules/reproject/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "reproject"; 18 - version = "0.9.1"; 19 - format = "setuptools"; 18 + version = "0.10.0"; 19 + format = "pyproject"; 20 20 21 - disabled = pythonOlder "3.7"; 21 + disabled = pythonOlder "3.8"; 22 22 23 23 src = fetchPypi { 24 24 inherit pname version; 25 - hash = "sha256-pXSUVeTrxtSqKTa286xdCAAFipg38iR4XSO6CRfWXtc="; 25 + hash = "sha256-OKxPPKcVVrEVUGR8Zaphn7ur9HOuqQKa9gnMo2RQQME="; 26 26 }; 27 27 28 28 nativeBuildInputs = [ ··· 47 47 "build/lib*" 48 48 # Avoid failure due to user warning: Distutils was imported before Setuptools 49 49 "-p no:warnings" 50 + # Uses network 51 + "--ignore build/lib*/reproject/interpolation/" 50 52 ]; 51 53 52 54 pythonImportsCheck = [