mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 06:06:13 +03:00
python311Packages.mypy-boto3-builder: refactor
This commit is contained in:
parent
de6d7c3774
commit
8406235c37
@ -9,17 +9,19 @@
|
||||
, md-toc
|
||||
, mdformat
|
||||
, newversion
|
||||
, pip
|
||||
, poetry-core
|
||||
, pyparsing
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
, typing-extensions
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "mypy-boto3-builder";
|
||||
version = "7.21.0";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.10";
|
||||
|
||||
@ -43,8 +45,10 @@ buildPythonPackage rec {
|
||||
md-toc
|
||||
mdformat
|
||||
newversion
|
||||
pip
|
||||
pyparsing
|
||||
setuptools
|
||||
typing-extensions
|
||||
];
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user