python3Packages.geoarrow-pyarrow: 0.1.2 -> 0.2.0
This commit is contained in:
@@ -9,6 +9,7 @@
|
|||||||
pyarrow-hotfix,
|
pyarrow-hotfix,
|
||||||
numpy,
|
numpy,
|
||||||
pandas,
|
pandas,
|
||||||
|
geoarrow-types,
|
||||||
geopandas,
|
geopandas,
|
||||||
pyogrio,
|
pyogrio,
|
||||||
pyproj,
|
pyproj,
|
||||||
@@ -16,7 +17,7 @@
|
|||||||
}:
|
}:
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "geoarrow-pyarrow";
|
pname = "geoarrow-pyarrow";
|
||||||
version = "0.1.2";
|
version = "0.2.0";
|
||||||
pyproject = true;
|
pyproject = true;
|
||||||
|
|
||||||
disabled = pythonOlder "3.8";
|
disabled = pythonOlder "3.8";
|
||||||
@@ -25,7 +26,7 @@ buildPythonPackage rec {
|
|||||||
repo = "geoarrow-python";
|
repo = "geoarrow-python";
|
||||||
owner = "geoarrow";
|
owner = "geoarrow";
|
||||||
tag = "geoarrow-pyarrow-${version}";
|
tag = "geoarrow-pyarrow-${version}";
|
||||||
hash = "sha256-Ni+GKTRhRDRHip1us3OZPuUhHQCNU7Nap865T/+CU8Y=";
|
hash = "sha256-tgeWrVpGIyRqRGk1y9OdS/eYMJjt80sXHt6VCx8RWys=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${src.name}/geoarrow-pyarrow";
|
sourceRoot = "${src.name}/geoarrow-pyarrow";
|
||||||
@@ -57,6 +58,10 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
nativeCheckInputs = [
|
nativeCheckInputs = [
|
||||||
pytestCheckHook
|
pytestCheckHook
|
||||||
|
];
|
||||||
|
|
||||||
|
checkInputs = [
|
||||||
|
geoarrow-types
|
||||||
numpy
|
numpy
|
||||||
pandas
|
pandas
|
||||||
geopandas
|
geopandas
|
||||||
|
|||||||
Reference in New Issue
Block a user