cookbook 'python3', '= 0.1.1'
python3 (7) Versions 0.1.1 Follow0
Cookbook to install Python3 and interact with it a bit.
cookbook 'python3', '= 0.1.1', :supermarket
knife supermarket install python3
knife supermarket download python3
python3
This cookbook provides basic primitives for python3 on a system.
Supports install the runtime (python/pypy), install package, setup some virtualenv, ...
Dependent cookbooks
This cookbook has no specified dependencies.
Contingent cookbooks
There are no cookbooks that are contingent upon this one.
Collaborator Number Metric
0.1.1 failed this metric
Failure: Cookbook has 0 collaborators. A cookbook must have at least 2 collaborators to pass this metric.
Contributing File Metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Cookstyle Metric
0.1.1 failed this metric
Chef/Correctness/PropertyWithoutType: Resource properties or attributes should always define a type to help users understand the correct allowed values. (https://docs.chef.io/workstation/cookstyle/chef_correctness_propertywithouttype): python3/resources/virtualenv.rb: 4
Chef/Deprecations/FoodcriticTesting: The Foodcritic cookbook linter has been deprecated and should no longer be used for validating cookbooks. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_foodcritictesting): python3/Gemfile: 6
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): python3/resources/install.rb: 1
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): python3/resources/package.rb: 1
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): python3/resources/python_execute.rb: 1
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): python3/resources/runtime.rb: 1
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): python3/resources/virtualenv.rb: 1
Chef/Modernize/ShellOutHelper: Use the built-in `shell_out` helper available in Chef Infra Client 12.11+ instead of calling `Mixlib::ShellOut.new('foo').run_command`. (https://docs.chef.io/workstation/cookstyle/chef_modernize_shellouthelper): python3/rakelib/50-rubocop.rake: 37
Chef/Modernize/ShellOutHelper: Use the built-in `shell_out` helper available in Chef Infra Client 12.11+ instead of calling `Mixlib::ShellOut.new('foo').run_command`. (https://docs.chef.io/workstation/cookstyle/chef_modernize_shellouthelper): python3/resources/package.rb: 50
Chef/RedundantCode/LongDescriptionMetadata: The long_description metadata.rb method is not used and is unnecessary in cookbooks. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_longdescriptionmetadata): python3/metadata.rb: 6
Chef/RedundantCode/UnnecessaryDesiredState: There is no need to set a property to desired_state: true as all properties have a desired_state of true by default. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_unnecessarydesiredstate): python3/resources/package.rb: 4
Chef/RedundantCode/UnnecessaryDesiredState: There is no need to set a property to desired_state: true as all properties have a desired_state of true by default. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_unnecessarydesiredstate): python3/resources/package.rb: 6
Chef/RedundantCode/UnnecessaryDesiredState: There is no need to set a property to desired_state: true as all properties have a desired_state of true by default. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_unnecessarydesiredstate): python3/resources/python_execute.rb: 4
Chef/RedundantCode/UnnecessaryDesiredState: There is no need to set a property to desired_state: true as all properties have a desired_state of true by default. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_unnecessarydesiredstate): python3/resources/python_execute.rb: 6
Chef/RedundantCode/UnnecessaryDesiredState: There is no need to set a property to desired_state: true as all properties have a desired_state of true by default. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_unnecessarydesiredstate): python3/resources/runtime.rb: 5
Run with Cookstyle Version 7.32.1 with cops Chef/Deprecations,Chef/Correctness,Chef/Sharing,Chef/RedundantCode,Chef/Modernize,Chef/Security,InSpec/Deprecations
No Binaries Metric
0.1.1 passed this metric
Testing File Metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.1 failed this metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a CONTRIBUTING.md file
Cookstyle Metric
0.1.1 failed this metric
Chef/Correctness/PropertyWithoutType: Resource properties or attributes should always define a type to help users understand the correct allowed values. (https://docs.chef.io/workstation/cookstyle/chef_correctness_propertywithouttype): python3/resources/virtualenv.rb: 4
Chef/Deprecations/FoodcriticTesting: The Foodcritic cookbook linter has been deprecated and should no longer be used for validating cookbooks. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_foodcritictesting): python3/Gemfile: 6
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): python3/resources/install.rb: 1
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): python3/resources/package.rb: 1
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): python3/resources/python_execute.rb: 1
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): python3/resources/runtime.rb: 1
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): python3/resources/virtualenv.rb: 1
Chef/Modernize/ShellOutHelper: Use the built-in `shell_out` helper available in Chef Infra Client 12.11+ instead of calling `Mixlib::ShellOut.new('foo').run_command`. (https://docs.chef.io/workstation/cookstyle/chef_modernize_shellouthelper): python3/rakelib/50-rubocop.rake: 37
Chef/Modernize/ShellOutHelper: Use the built-in `shell_out` helper available in Chef Infra Client 12.11+ instead of calling `Mixlib::ShellOut.new('foo').run_command`. (https://docs.chef.io/workstation/cookstyle/chef_modernize_shellouthelper): python3/resources/package.rb: 50
Chef/RedundantCode/LongDescriptionMetadata: The long_description metadata.rb method is not used and is unnecessary in cookbooks. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_longdescriptionmetadata): python3/metadata.rb: 6
Chef/RedundantCode/UnnecessaryDesiredState: There is no need to set a property to desired_state: true as all properties have a desired_state of true by default. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_unnecessarydesiredstate): python3/resources/package.rb: 4
Chef/RedundantCode/UnnecessaryDesiredState: There is no need to set a property to desired_state: true as all properties have a desired_state of true by default. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_unnecessarydesiredstate): python3/resources/package.rb: 6
Chef/RedundantCode/UnnecessaryDesiredState: There is no need to set a property to desired_state: true as all properties have a desired_state of true by default. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_unnecessarydesiredstate): python3/resources/python_execute.rb: 4
Chef/RedundantCode/UnnecessaryDesiredState: There is no need to set a property to desired_state: true as all properties have a desired_state of true by default. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_unnecessarydesiredstate): python3/resources/python_execute.rb: 6
Chef/RedundantCode/UnnecessaryDesiredState: There is no need to set a property to desired_state: true as all properties have a desired_state of true by default. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_unnecessarydesiredstate): python3/resources/runtime.rb: 5
Run with Cookstyle Version 7.32.1 with cops Chef/Deprecations,Chef/Correctness,Chef/Sharing,Chef/RedundantCode,Chef/Modernize,Chef/Security,InSpec/Deprecations
No Binaries Metric
0.1.1 passed this metric
Testing File Metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.1 failed this metric
Chef/Deprecations/FoodcriticTesting: The Foodcritic cookbook linter has been deprecated and should no longer be used for validating cookbooks. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_foodcritictesting): python3/Gemfile: 6
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): python3/resources/install.rb: 1
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): python3/resources/package.rb: 1
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): python3/resources/python_execute.rb: 1
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): python3/resources/runtime.rb: 1
Chef/Deprecations/ResourceWithoutUnifiedTrue: Set `unified_mode true` in Chef Infra Client 15.3+ custom resources to ensure they work correctly in Chef Infra Client 18 (April 2022) when Unified Mode becomes the default. (https://docs.chef.io/workstation/cookstyle/chef_deprecations_resourcewithoutunifiedtrue): python3/resources/virtualenv.rb: 1
Chef/Modernize/ShellOutHelper: Use the built-in `shell_out` helper available in Chef Infra Client 12.11+ instead of calling `Mixlib::ShellOut.new('foo').run_command`. (https://docs.chef.io/workstation/cookstyle/chef_modernize_shellouthelper): python3/rakelib/50-rubocop.rake: 37
Chef/Modernize/ShellOutHelper: Use the built-in `shell_out` helper available in Chef Infra Client 12.11+ instead of calling `Mixlib::ShellOut.new('foo').run_command`. (https://docs.chef.io/workstation/cookstyle/chef_modernize_shellouthelper): python3/resources/package.rb: 50
Chef/RedundantCode/LongDescriptionMetadata: The long_description metadata.rb method is not used and is unnecessary in cookbooks. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_longdescriptionmetadata): python3/metadata.rb: 6
Chef/RedundantCode/UnnecessaryDesiredState: There is no need to set a property to desired_state: true as all properties have a desired_state of true by default. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_unnecessarydesiredstate): python3/resources/package.rb: 4
Chef/RedundantCode/UnnecessaryDesiredState: There is no need to set a property to desired_state: true as all properties have a desired_state of true by default. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_unnecessarydesiredstate): python3/resources/package.rb: 6
Chef/RedundantCode/UnnecessaryDesiredState: There is no need to set a property to desired_state: true as all properties have a desired_state of true by default. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_unnecessarydesiredstate): python3/resources/python_execute.rb: 4
Chef/RedundantCode/UnnecessaryDesiredState: There is no need to set a property to desired_state: true as all properties have a desired_state of true by default. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_unnecessarydesiredstate): python3/resources/python_execute.rb: 6
Chef/RedundantCode/UnnecessaryDesiredState: There is no need to set a property to desired_state: true as all properties have a desired_state of true by default. (https://docs.chef.io/workstation/cookstyle/chef_redundantcode_unnecessarydesiredstate): python3/resources/runtime.rb: 5
Run with Cookstyle Version 7.32.1 with cops Chef/Deprecations,Chef/Correctness,Chef/Sharing,Chef/RedundantCode,Chef/Modernize,Chef/Security,InSpec/Deprecations
0.1.1 passed this metric
Testing File Metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must contain a TESTING.md file
Version Tag Metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number
0.1.1 failed this metric
0.1.1 failed this metric
Failure: To pass this metric, your cookbook metadata must include a source url, the source url must be in the form of https://github.com/user/repo, and your repo must include a tag that matches this cookbook version number