mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
overturemaps: 0.20.0 -> 1.0.1
This commit is contained in:
parent
d53e77fea1
commit
24a3c59b41
1 changed files with 8 additions and 2 deletions
|
|
@ -6,12 +6,12 @@
|
|||
|
||||
python3Packages.buildPythonPackage rec {
|
||||
pname = "overturemaps";
|
||||
version = "0.20.0";
|
||||
version = "1.0.1";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-rvc1MpqCdRGuMWS5CSDev9SFgyVX8VczopXU/lWAyxg=";
|
||||
hash = "sha256-yKl13Y9kRCGHzoqeZIQEac/PrByTCtCQFaz8sUgeVIs=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = with python3Packages; [
|
||||
|
|
@ -20,13 +20,19 @@ python3Packages.buildPythonPackage rec {
|
|||
|
||||
dependencies = with python3Packages; [
|
||||
click
|
||||
colorama
|
||||
geopandas
|
||||
numpy
|
||||
orjson
|
||||
pyarrow
|
||||
pyfiglet
|
||||
shapely
|
||||
tqdm
|
||||
];
|
||||
|
||||
# Drop once tqdm 4.67.3 reaches master
|
||||
pythonRelaxDeps = [ "tqdm" ];
|
||||
|
||||
pythonImportsCheck = [ "overturemaps" ];
|
||||
|
||||
meta = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue