Merge pull request #305084 from fabaff/uuid-remove

python311Packages.uuid: remove
This commit is contained in:
Fabian Affolter 2024-04-19 08:52:55 +02:00 committed by GitHub
commit 40d15ed86d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 19 deletions

View File

@ -1,17 +0,0 @@
{ 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/";
};
}

View File

@ -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

View File

@ -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 { };