mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
python310Packages.rtree: Normalize attribute and dirname
This commit is contained in:
parent
4b57008582
commit
daf490f1f9
@ -20,7 +20,7 @@ python3Packages.buildPythonApplication rec {
|
||||
numpy
|
||||
packaging
|
||||
pyqt4
|
||||
Rtree
|
||||
rtree
|
||||
scipy
|
||||
setuptools
|
||||
shapely
|
||||
|
@ -8,7 +8,7 @@
|
||||
, pyproj
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, Rtree
|
||||
, rtree
|
||||
, shapely
|
||||
}:
|
||||
|
||||
@ -36,7 +36,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeCheckInputs = [
|
||||
pytestCheckHook
|
||||
Rtree
|
||||
rtree
|
||||
];
|
||||
|
||||
doCheck = !stdenv.isDarwin;
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user