python3Packages.reproject: 0.10.0 -> 0.12.0
This commit is contained in:
@@ -3,8 +3,11 @@
|
||||
, astropy-extension-helpers
|
||||
, astropy-healpix
|
||||
, buildPythonPackage
|
||||
, cloudpickle
|
||||
, cython
|
||||
, dask
|
||||
, fetchPypi
|
||||
, fsspec
|
||||
, numpy
|
||||
, oldest-supported-numpy
|
||||
, pytest-astropy
|
||||
@@ -12,18 +15,19 @@
|
||||
, pythonOlder
|
||||
, scipy
|
||||
, setuptools-scm
|
||||
, zarr
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "reproject";
|
||||
version = "0.10.0";
|
||||
version = "0.12.0";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-OKxPPKcVVrEVUGR8Zaphn7ur9HOuqQKa9gnMo2RQQME=";
|
||||
hash = "sha256-jb4efKT5jMY0ECV+ab5rpUHEk+tT4T2MioCRxs92TbI=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -42,9 +46,13 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
astropy
|
||||
astropy-healpix
|
||||
cloudpickle
|
||||
dask
|
||||
fsspec
|
||||
numpy
|
||||
scipy
|
||||
];
|
||||
zarr
|
||||
] ++ dask.optional-dependencies.array;
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytest-astropy
|
||||
@@ -65,6 +73,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Reproject astronomical images";
|
||||
downloadPage = "https://github.com/astropy/reproject";
|
||||
homepage = "https://reproject.readthedocs.io";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ smaret ];
|
||||
|
||||
Reference in New Issue
Block a user