python3Package.nibabel: 3.1.0 -> 3.1.1
This commit is contained in:
parent
2ca9cbcff6
commit
5cb5ccb542
@ -2,8 +2,8 @@
|
|||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, isPy27
|
, isPy27
|
||||||
, nose
|
|
||||||
, pytest
|
, pytest
|
||||||
|
, nose
|
||||||
, numpy
|
, numpy
|
||||||
, h5py
|
, h5py
|
||||||
, pydicom
|
, pydicom
|
||||||
@ -12,12 +12,12 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "nibabel";
|
pname = "nibabel";
|
||||||
version = "3.1.0";
|
version = "3.1.1";
|
||||||
disabled = isPy27;
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "774adcff834f22915afb68c6cdd7acbcb5d0240b7f87f6da6c63ff405480884b";
|
sha256 = "1kir9g7kmy2qygyzczx8nj4b0sc6jjvqy0ssm39bxzqsr1vzzvxm";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ numpy scipy h5py pydicom ];
|
propagatedBuildInputs = [ numpy scipy h5py pydicom ];
|
||||||
@ -25,7 +25,7 @@ buildPythonPackage rec {
|
|||||||
checkInputs = [ nose pytest ];
|
checkInputs = [ nose pytest ];
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
nosetests
|
pytest
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user