Bug 605849

Summary: Review Request: python-yapps - Yapps is an easy to use parser generator that generates Python code
Product: [Fedora] Fedora Reporter: Nathaniel McCallum <nathaniel>
Component: Package ReviewAssignee: Nobody's working on this, feel free to take it <nobody>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: fedora-package-review, notting, supercyper1
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-29 22:26:49 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:
Bug Depends On:    
Bug Blocks: 201449    

Description Nathaniel McCallum 2010-06-18 23:03:46 UTC
Spec URL: http://nathaniel.themccallums.org/rpms/python-yapps.spec
SRPM URL: http://nathaniel.themccallums.org/rpms/python-yapps-2.1.1_17.1-1.fc13.src.rpm
Description:
Yapps (Yet Another Python Parser System) is an easy
to use parser generator that is written in Python
and generates Python code. Yapps is simple, is easy
to use, and produces human-readable parsers. It is
not the fastest, most powerful, or most flexible
parser. Yapps is designed to be used when regular
expressions are not enough and other parser systems
are too much: situations where you may write your
own recursive descent parser.

Comment 1 Jason Tibbitts 2010-11-23 18:57:27 UTC
Now that we have multiple python stacks in Fedora, this package needs needs some adjustment.  (Actually we've had these python guidelines since February.)  At the very least you need to have a build depenency on python2-devel instead of python-devel, but you should also investigate python3 compatibility and if desired provide the python3 subpackages.