python310Packages.rtree: Normalize attribute and dirname

This commit is contained in:
Martin Weinelt 2023-02-19 18:34:43 +00:00
parent 4b57008582
commit daf490f1f9
No known key found for this signature in database
GPG key ID: 87C1E9888F856759
6 changed files with 8 additions and 8 deletions

View file

@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec {
numpy
packaging
pyqt4
Rtree
rtree
scipy
setuptools
shapely

View file

@ -8,7 +8,7 @@
, pyproj
, pytestCheckHook
, pythonOlder
, Rtree
, rtree
, shapely
}:
@ -36,7 +36,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
Rtree
rtree
];
doCheck = !stdenv.isDarwin;

View file

@ -11,7 +11,7 @@
, pythonOlder
, rasterio
, requests
, Rtree
, rtree
, scikit-learn
, scipy
, shapely
@ -38,7 +38,7 @@ buildPythonPackage rec {
numpy
pandas
requests
Rtree
rtree
shapely
folium
scikit-learn

View file

@ -35,7 +35,7 @@
, qtconsole
, qtpy
, rope
, Rtree
, rtree
, scipy
, spyder-kernels
, textdistance
@ -93,7 +93,7 @@ buildPythonPackage rec {
qtconsole
qtpy
rope
Rtree
rtree
scipy
spyder-kernels
textdistance

View file

@ -10226,7 +10226,7 @@ self: super: with self; {
rtoml = callPackage ../development/python-modules/rtoml { };
Rtree = callPackage ../development/python-modules/Rtree {
rtree = callPackage ../development/python-modules/rtree {
inherit (pkgs) libspatialindex;
};