Merge pull request #312234 from fabaff/stdlibs-bump

python312Packages.stdlibs: 2024.1.28 -> 2024.5.15
This commit is contained in:
Matthias Beyer
2024-05-16 20:13:45 +02:00
committed by GitHub
@@ -1,14 +1,15 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, flit-core
, pythonOlder
{
lib,
buildPythonPackage,
fetchFromGitHub,
flit-core,
pythonOlder,
}:
buildPythonPackage rec {
pname = "stdlibs";
version = "2024.1.28";
format = "pyproject";
version = "2024.5.15";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -16,19 +17,15 @@ buildPythonPackage rec {
owner = "omnilib";
repo = "stdlibs";
rev = "refs/tags/v${version}";
hash = "sha256-xf46ih7viVUKNIT1tLs5MQPNjNtQlQ2N9BJIGPt4Srk=";
hash = "sha256-DthHvL5x3HVwACLnxeyuoC0hb8OokabODircEY9eEhE=";
};
nativeBuildInputs = [
flit-core
];
build-system = [ flit-core ];
# Module has no tests
doCheck = false;
pythonImportsCheck = [
"stdlibs"
];
pythonImportsCheck = [ "stdlibs" ];
meta = with lib; {
description = "Overview of the Python stdlib";