python3Packages.geopandas: 0.6.3 -> 0.7.0
This commit is contained in:
parent
2719f569d2
commit
63697ed0c2
@ -1,16 +1,17 @@
|
|||||||
{ stdenv, buildPythonPackage, fetchFromGitHub
|
{ stdenv, buildPythonPackage, fetchFromGitHub, isPy27
|
||||||
, pandas, shapely, fiona, descartes, pyproj
|
, pandas, shapely, fiona, descartes, pyproj
|
||||||
, pytest, Rtree }:
|
, pytest, Rtree }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "geopandas";
|
pname = "geopandas";
|
||||||
version = "0.6.3";
|
version = "0.7.0";
|
||||||
|
disabled = isPy27;
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "geopandas";
|
owner = "geopandas";
|
||||||
repo = "geopandas";
|
repo = "geopandas";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "11mzb5spwa06h1zhn7z905wcwya2x5srghv82jp5zjka9zdhsycd";
|
sha256 = "0cfdvl4cvi0nim1qbmzf7vg0all272i8r0kj4xgdd0hr2j4jdg9p";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest Rtree ];
|
checkInputs = [ pytest Rtree ];
|
||||||
|
Loading…
Reference in New Issue
Block a user