Sha256: c0b8e766865eed7b97b6be97109d2241b50cc5e743976dedef5e3b5a1c259ce1
Contents?: true
Size: 554 Bytes
Versions: 204
Compression:
Stored size: 554 Bytes
Contents
# Puppet package provider for Python's `pip2` package management frontend. # <http://pip.pypa.io/> Puppet::Type.type(:package).provide :pip2, :parent => :pip do desc "Python packages via `pip2`. This provider supports the `install_options` attribute, which allows command-line flags to be passed to pip2. These options should be specified as an array where each element is either a string or a hash." has_feature :installable, :uninstallable, :upgradeable, :versionable, :install_options, :targetable def self.cmd ["pip2"] end end
Version data entries
204 entries across 204 versions & 1 rubygems