Unverified Commit 57a5a430 authored by seth's avatar seth
Browse files

python312Packages.mapbox: drop

parent e385a853
Loading
Loading
Loading
Loading
+0 −52
Original line number Diff line number Diff line
{
  lib,
  buildPythonPackage,
  boto3,
  cachecontrol,
  fetchFromGitHub,
  iso3166,
  python-dateutil,
  requests,
  responses,
  polyline,
  pytestCheckHook,
  uritemplate,
}:

buildPythonPackage rec {
  pname = "mapbox";
  version = "0.18.0";
  format = "setuptools";

  src = fetchFromGitHub {
    owner = "mapbox";
    repo = "mapbox-sdk-py";
    rev = "0.18.0";
    sha256 = "123wsa4j11ps5pkjgylbmw4gnzh2vi22swgmvy50w26glkszh075";
  };

  propagatedBuildInputs = [
    boto3
    cachecontrol
    iso3166
    python-dateutil
    requests
    polyline
    uritemplate
  ];
  nativeCheckInputs = [
    pytestCheckHook
    responses
  ];

  meta = with lib; {
    homepage = "https://github.com/mapbox/mapbox-sdk-py";
    license = licenses.mit;
    description = "Mapbox SDK for Python";
    longDescription = "Low-level client API for Mapbox web services.";
    maintainers = with maintainers; [ ersin ];
    # ImportError: cannot import name 'Mapping' from 'collections'
    # and archived upstreamed
    broken = true;
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -324,6 +324,7 @@ mapAliases ({
  mailman-hyperkitty = throw "Please use pkgs.mailmanPackages.mailman-hyperkitty"; # added 2022-04-29
  mailman-web = throw "Please use pkgs.mailman-web"; # added 2022-04-29
  manticore = throw "manticore has been removed because its dependency wasm no longer builds and is unmaintained"; # added 2023-05-20
  mapbox = throw "mapbox has been removed because the upstream repository was archived in 2022"; # Added 2024-10-04
  marshmallow-enum = throw "marshmallow-enum has been removed because it was archived in 2022 and had no maintainer"; # added 2024-05-10
  markerlib = throw "markerlib has been removed because it's abandoned since 2013"; # added 2023-05-19
  memory_profiler = memory-profiler; # added 2023-10-09
+0 −2
Original line number Diff line number Diff line
@@ -7619,8 +7619,6 @@ self: super: with self; {
  manuf = callPackage ../development/python-modules/manuf { };
  mapbox = callPackage ../development/python-modules/mapbox { };
  mapbox-earcut = callPackage ../development/python-modules/mapbox-earcut { };
  mapclassify = callPackage ../development/python-modules/mapclassify { };