Unverified Commit 40d15ed8 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #305084 from fabaff/uuid-remove

python311Packages.uuid: remove
parents afd89175 e3de724a
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
{ lib, buildPythonPackage, fetchPypi }:

buildPythonPackage rec {
  pname = "uuid";
  version = "1.30";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    sha256 = "0gqrjsm85nnkxkmd1vk8350wqj2cigjflnvcydk084n5980cr1qz";
  };

  meta = with lib; {
    description = "UUID object and generation functions (Python 2.3 or higher)";
    homepage = "http://zesty.ca/python/";
  };
}
+1 −0
Original line number Diff line number Diff line
@@ -518,6 +518,7 @@ mapAliases ({
  update_checker = update-checker; # added 2024-01-07
  uproot3 = throw "uproot3 has been removed, use uproot instead"; # added 2022-12-13
  uproot3-methods = throw "uproot3-methods has been removed"; # added 2022-12-13
  uuid = throw "uuid is a Python standard module"; # added 2024-04-18
  validictory = throw "validictory has been removed, since it abandoned"; # added 2023-07-07
  vega_datasets = vega-datasets; # added 2023-11-04
  ViennaRNA = viennarna; # added 2023-08-23
+0 −2
Original line number Diff line number Diff line
@@ -16441,8 +16441,6 @@ self: super: with self; {
  utils = callPackage ../development/python-modules/utils { };
  uuid = callPackage ../development/python-modules/uuid { };
  uvcclient = callPackage ../development/python-modules/uvcclient { };
  uvicorn = callPackage ../development/python-modules/uvicorn { };