Merge pull request #205088 from l0b0/build/bump-mypy-boto3-s3

python3Packages.mypy-boto3-s3: fix package metadata
This commit is contained in:
Fabian Affolter 2022-12-08 10:45:20 +01:00 committed by GitHub
commit 5fe53cb9b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ buildPythonPackage rec {
version = "1.26.0.post1";
format = "setuptools";
disabled = pythonOlder "3.6";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
@ -31,9 +31,9 @@ buildPythonPackage rec {
];
meta = with lib; {
description = "Type annotations for boto3";
homepage = "https://vemel.github.io/boto3_stubs_docs/mypy_boto3_s3/";
license = with licenses; [ bsd3 ];
description = "Type annotations for boto3.s3";
homepage = "https://github.com/youtype/mypy_boto3_builder";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};
}