Issue #8933 has been updated by Jeremy Orem.

Thanks for the quick response.

I have:
* Agreed to the CLA
* Wrote an rspec test
* Run rake mail_patches
* Pushed patch to my fork: 
https://github.com/oremj/puppet/tree/feature/master/8933-add_pip_from_source

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

Reply via email to