SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-yapps2 rpm build for : OpenSuSE. For other distributions click python-yapps2.

Name : python-yapps2
Version : 2.1.1 Vendor : obs://build_opensuse_org/openSUSE:11_4:Contrib
Release : 1.2 Date : 2011-03-08 21:52:06
Group : Development/Languages/Python Source RPM : python-yapps2-2.1.1-1.2.src.rpm
Size : 0.13 MB
Packager : (none)
Summary : Yet Another Python Parser System v2
Description :
Yapps (Yet Another Python Parser System) is an easy to use parser generator
that is written in Python and generates Python code. Although there are several
parser generators already available for Python, I had different goals,
including learning about recursive descent parsers. Yapps is simple, is easy to
use, and produces human-readable parsers. It is not fast, powerful, or
particularly flexible. 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. On this page you can find both Yapps 1
and Yapps 2. Yapps 1 is more like a functional language (concise grammars of
the form when you see this, return this), while Yapps 2 is more like an
imperative language (more verbose grammars of the form if/while you see this,
do this). Both are completely free.

RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/openSUSE:/11.4:/Contrib/standard/noarch

Content of RPM  Changelog  Provides Requires

Hmm ... It's impossible ;-) This RPM doesn't exist on any FTP server

Provides :
python-yapps2

Requires :
/usr/bin/python
python = 2.7
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(VersionedDependencies) <= 3.0.3-1
python(abi) = 2.7
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/bin/yapps2
/usr/lib/python2.7/site-packages/Yapps-2.1.1-py2.7.egg-info
/usr/lib/python2.7/site-packages/yapps
/usr/lib/python2.7/site-packages/yapps/__init__.py
/usr/lib/python2.7/site-packages/yapps/__init__.pyc
/usr/lib/python2.7/site-packages/yapps/grammar.py
/usr/lib/python2.7/site-packages/yapps/grammar.pyc
/usr/lib/python2.7/site-packages/yapps/parsetree.py
/usr/lib/python2.7/site-packages/yapps/parsetree.pyc
/usr/lib/python2.7/site-packages/yapps/yapps_grammar.py
/usr/lib/python2.7/site-packages/yapps/yapps_grammar.pyc
/usr/lib/python2.7/site-packages/yapps/yappsrt.py
/usr/lib/python2.7/site-packages/yapps/yappsrt.pyc
/usr/share/doc/packages/python-yapps2
/usr/share/doc/packages/python-yapps2/ChangeLog
/usr/share/doc/packages/python-yapps2/NOTES
/usr/share/doc/packages/python-yapps2/PKG-INFO
/usr/share/doc/packages/python-yapps2/README
/usr/share/doc/packages/python-yapps2/examples
/usr/share/doc/packages/python-yapps2/examples/calc.g
/usr/share/doc/packages/python-yapps2/examples/expr.g
/usr/share/doc/packages/python-yapps2/examples/lisp.g
/usr/share/doc/packages/python-yapps2/examples/xml.g
/usr/share/doc/packages/python-yapps2/examples/yapps_grammar.g

 
ICM