Bug 832588

Summary: Review Request: python-pbs-subprocess - Python subprocess wrapper
Product: [Fedora] Fedora Reporter: Ralph Bean <rbean>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: a.badger, notting, package-review
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-15 23:11:34 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Ralph Bean 2012-06-15 20:45:31 UTC
Spec URL: http://threebean.org/rpm/python-pbs-subprocess.spec
SRPM URL: http://threebean.org/rpm/python-pbs-subprocess-0.105-1.fc17.src.rpm

Description: 
PBS is a unique subprocess wrapper that maps your system programs to Python
functions dynamically.  PBS helps you write shell scripts in Python by
giving you the good features of Bash (easy command calling, easy piping)
with all the power and flexibility of Python.

    >>> from pbs import ifconfig
    >>> print ifconfig("eth0")

PBS is not a collection of system commands implemented in Python.



Fedora Account System Username: ralph


rpmlint output
--- ~/rpmbuild » rpmlint {SPECS,SRPMS}/python-pbs-subprocess*       
python-pbs-subprocess.src: W: spelling-error %description -l en_US ifconfig -> configure
1 packages and 1 specfiles checked; 0 errors, 1 warnings.
--- ~/rpmbuild » rpmlint /var/lib/mock/fedora-17-x86_64/result/*.rpm
python-pbs-subprocess.noarch: W: spelling-error %description -l en_US ifconfig -> configure
python-pbs-subprocess.src: W: spelling-error %description -l en_US ifconfig -> configure
2 packages and 0 specfiles checked; 0 errors, 2 warnings.



koji f17 - http://koji.fedoraproject.org/koji/taskinfo?taskID=4168689
koji el6 - http://koji.fedoraproject.org/koji/taskinfo?taskID=4168690

Comment 1 Toshio Ernie Kuratomi 2012-06-15 23:11:34 UTC
This is a duplicate.  The person who was reviewing the other package request seems to have stopped responding so you may want to take over reviewing that:

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

*** This bug has been marked as a duplicate of bug 808258 ***