Unverified Commit c122ee23 authored by Marcin Serwin's avatar Marcin Serwin Committed by GitHub
Browse files

overturemaps: 0.17.0 -> 0.19.0 (#489580)

parents f8a13215 31a623c9
Loading
Loading
Loading
Loading
+9 −3
Original line number Diff line number Diff line
@@ -6,22 +6,28 @@

python3Packages.buildPythonPackage rec {
  pname = "overturemaps";
  version = "0.17.0";
  version = "0.19.0";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-s8/yV3eneSsQgK8vJqhEBoidgLurz84XgS7qiuLWOEQ=";
    hash = "sha256-y91x+S6YKBldy7OWIXCJQ5HuR3KrFRdfBkfMmkaeXy8=";
  };

  build-system = with python3Packages; [ poetry-core ];
  nativeBuildInputs = with python3Packages; [
    hatchling
  ];

  dependencies = with python3Packages; [
    click
    geopandas
    numpy
    pyarrow
    shapely
  ];

  pythonImportsCheck = [ "overturemaps" ];

  meta = {
    description = "Official command-line tool of the Overture Maps Foundation";
    homepage = "https://overturemaps.org/";