Unverified Commit 7d184f89 authored by Guillaume Girol's avatar Guillaume Girol Committed by GitHub
Browse files

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

python3Packages.reproject: 0.9.1 -> 0.10.0
parents 61b96f53 2924941c
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "reproject";
  version = "0.9.1";
  format = "setuptools";
  version = "0.10.0";
  format = "pyproject";

  disabled = pythonOlder "3.7";
  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-pXSUVeTrxtSqKTa286xdCAAFipg38iR4XSO6CRfWXtc=";
    hash = "sha256-OKxPPKcVVrEVUGR8Zaphn7ur9HOuqQKa9gnMo2RQQME=";
  };

  nativeBuildInputs = [
@@ -47,6 +47,8 @@ buildPythonPackage rec {
    "build/lib*"
    # Avoid failure due to user warning: Distutils was imported before Setuptools
    "-p no:warnings"
    # Uses network
    "--ignore build/lib*/reproject/interpolation/"
  ];

  pythonImportsCheck = [