[Bug 816012] New: Review Request: python-virtualenvcontext - Switch virtualenvs with a python context manager

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: Review Request: python-virtualenvcontext - Switch virtualenvs with a python context manager

https://bugzilla.redhat.com/show_bug.cgi?id=816012

           Summary: Review Request: python-virtualenvcontext - Switch
                    virtualenvs with a python context manager
           Product: Fedora
           Version: rawhide
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: Package Review
        AssignedTo: nobody@xxxxxxxxxxxxxxxxx
        ReportedBy: rbean@xxxxxxxxxx
         QAContact: extras-qa@xxxxxxxxxxxxxxxxx
                CC: notting@xxxxxxxxxx,
                    package-review@xxxxxxxxxxxxxxxxxxxxxxx
    Classification: Fedora
      Story Points: ---
              Type: ---
        Regression: ---
        Mount Type: ---
     Documentation: ---


Spec URL: http://threebean.org/rpm/python-virtualenvcontext.spec
SRPM URL:
http://threebean.org/rpm/python-virtualenvcontext-0.1.2-1.fc17.src.rpm
Description: 
Switch virtualenvs with a python context manager:

>>> from virtualenvcontext import VirtualenvContext

>>> try:
>>>     import kitchen
>>> except ImportError as e:
>>>     print "kitchen is definitely not installed in system-python"

>>> with VirtaulenvContext("my-venv"):
>>>     import kitchen
>>>     print "But it *is* installed in my virtualenv"

>>> try:
>>>     import kitchen
>>> except ImportError as e:
>>>     print "But once I exit that block, I lose my powers again..."


rpmlint output
==============
% find . -name "python-virtualenvcontext*" -exec rpmlint {} \;
python-virtualenvcontext.noarch: W: spelling-error Summary(en_US) virtualenvs
-> virtual
python-virtualenvcontext.noarch: W: summary-not-capitalized C switch
virtualenvs with a python context manager
python-virtualenvcontext.noarch: W: spelling-error %description -l en_US
virtualenvs -> virtual
python-virtualenvcontext.noarch: W: spelling-error %description -l en_US
virtualenv -> virtual
1 packages and 0 specfiles checked; 0 errors, 4 warnings.
0 packages and 1 specfiles checked; 0 errors, 0 warnings.
python-virtualenvcontext.src: W: spelling-error Summary(en_US) virtualenvs ->
virtual
python-virtualenvcontext.src: W: spelling-error %description -l en_US
virtualenvs -> virtual
python-virtualenvcontext.src: W: spelling-error %description -l en_US
virtualenv -> virtual


koji - f17 - http://koji.fedoraproject.org/koji/taskinfo?taskID=4020750
koji - el6 - http://koji.fedoraproject.org/koji/taskinfo?taskID=4020752

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
package-review mailing list
package-review@xxxxxxxxxxxxxxxxxxxxxxx
https://admin.fedoraproject.org/mailman/listinfo/package-review



[Index of Archives]     [Fedora Legacy]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [KDE Users]     [Fedora Tools]