Merge pull request #216489 from smaret/reproject-update-0.10.0
python3Packages.reproject: 0.9.1 -> 0.10.0
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user