Merge pull request #205088 from l0b0/build/bump-mypy-boto3-s3
python3Packages.mypy-boto3-s3: fix package metadata
This commit is contained in:
commit
5fe53cb9b5
1 changed files with 4 additions and 4 deletions
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue