Issue #8933 has been updated by James Turnbull. Status changed from Unreviewed to Requires CLA to be signed Assignee set to Jeremy Orem Affected Puppet version changed from development to 2.7.1
Hi Jeremy! Thanks for your patch. Could I please get you to sign a CLA (see the Contributor License Agreement link in the top menu) and have a quick look at our http://projects.puppetlabs.com/projects/puppet/wiki/Development_Development_Lifecycle link? Thanks again! ---------------------------------------- Feature #8933: Package Provider: pip - allow installation from URL https://projects.puppetlabs.com/issues/8933 Author: Jeremy Orem Status: Requires CLA to be signed Priority: Normal Assignee: Jeremy Orem Category: provider Target version: Affected Puppet version: 2.7.1 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.
