Adoptable Cookbooks List

Looking for a cookbook to adopt? You can now see a list of cookbooks available for adoption!
List of Adoptable Cookbooks

Supermarket Belongs to the Community

Supermarket belongs to the community. While Chef has the responsibility to keep it running and be stewards of its functionality, what it does and how it works is driven by the community. The chef/supermarket repository will continue to be where development of the Supermarket application takes place. Come be part of shaping the direction of Supermarket by opening issues and pull requests or by joining us on the Chef Mailing List.

Select Badges

Select Supported Platforms

Select Status

RSS

multi_python (1) Versions 0.1.3

Installs/Configures Multiple versions of Python

Policyfile
Berkshelf
Knife
cookbook 'multi_python', '~> 0.1.3', :supermarket
cookbook 'multi_python', '~> 0.1.3'
knife supermarket install multi_python
knife supermarket download multi_python
README
Dependencies
Changelog
Quality 17%

multi_python

T# Snu Python Cookbook README

A cookbook to performs installations of Multiple versions of Python using tar_package

Dependencies

This cookbook depends on forked tar cookbook,

https://github.com/bipinbachhao/tar

Only forked cookbook supports tar.xz so get this cookbook

Requirements

This cookbook is tested against a matrix of Chef versions and platforms:

  • Chef 14
  • Chef 13

X

  • Ubuntu 16.04
  • Ubuntu 18.04
  • Debian 9.5
  • Centos 6.10
  • Centos 7.5

Usage

Set installation path attribute in the recipe or from wrapper cookbook

Recipes

default

Installs Python 2 and 3 from source using tar_package and some default packages using newly installed python versions

Attributes

Maintainers

Dependent cookbooks

build-essential >= 0.0.0
tar >= 0.0.0

Contingent cookbooks

There are no cookbooks that are contingent upon this one.

multi_python CHANGELOG

This file is used to list changes made in each version of the multi_python cookbook.

0.1.0

Initial release.

  • change 0
  • change 1

Collaborator Number Metric
            

0.1.3 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.3 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

Foodcritic Metric
            

0.1.3 failed this metric

FC064: Ensure issues_url is set in metadata: multi_python/metadata.rb:1
FC065: Ensure source_url is set in metadata: multi_python/metadata.rb:1
FC067: Ensure at least one platform supported in metadata: multi_python/metadata.rb:1
FC069: Ensure standardized license defined in metadata: multi_python/metadata.rb:1
FC121: Cookbook depends on cookbook made obsolete by Chef 14: multi_python/metadata.rb:1
FC122: Use the build_essential resource instead of the recipe: multi_python/recipes/prerequisites.rb:7
Run with Foodcritic Version 16.3.0 with tags metadata,correctness ~FC031 ~FC045 and failure tags any

No Binaries Metric
            

0.1.3 passed this metric

Testing File Metric
            

0.1.3 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.3 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