Issue #8933 has been reported by Jeremy Orem.
----------------------------------------
Feature #8933: Package Provider: pip - allow installation from URL
https://projects.puppetlabs.com/issues/8933
Author: Jeremy Orem
Status: Unreviewed
Priority: Normal
Assignee:
Category: provider
Target version:
Affected Puppet version: development
Keywords:
Branch:
Right now there isn't a good way to install a pip package from source. I want
to be able to do something like this:
package {
"ircutils":
ensure => 'present',
source =>
'http://dev.guardedcode.com/download/ircutils/0.1.3/ircutils-0.1.3.tar.gz',
provider => 'pip';
}
I've attached a patch which allows specifying a package URL in source.
--
You have received this notification because you have either subscribed to it,
or are involved in it.
To change your notification preferences, please click here:
http://projects.puppetlabs.com/my/account
--
You received this message because you are subscribed to the Google Groups
"Puppet Bugs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.