yapps2 2.1.1-17.2 source package in Ubuntu

Changelog

yapps2 (2.1.1-17.2) unstable; urgency=low

  * Non-maintainer upload.
  * Python 2.6 transition (closes: #547877):
    + debian/control:
      - Bump python-dev to >= 2.5.4-1~.
    + debian/rules:
      - Use macros provided by /usr/share/python/python.mk to install
        files in correct locations for every supported Python version.
 -- Bhavani Shankar <email address hidden>   Mon,  21 Dec 2009 18:36:35 +0000

Upload details

Uploaded by:
Bhavani Shankar
Uploaded to:
Lucid
Original maintainer:
Matthias Urlichs
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Lucid: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
yapps2_2.1.1.orig.tar.gz 37.0 KiB 87c78419a602858d1809330a9055ffd05c2e1cff588ed6d0b8f45ab5892dae53
yapps2_2.1.1-17.2.diff.gz 38.6 KiB 8f694f3327f3b331773d7b0fde385adcb6e28f84672640b1daf2a19032d2240e
yapps2_2.1.1-17.2.dsc 1.0 KiB b6b93488f6cf72324aadbdf3a30868413513dd515459cb8a0eaff25f5c8c22f5

Available diffs

View changes file

Binary packages built by this source

yapps2: Yet Another Python Parser System

 YAPPS is an easy to use parser generator that is written in Python and
 generates Python code. There are several parser generator systems
 already available for Python, but this parser has different goals:
 Yapps is simple, very easy to use, and produces human-readable parsers.
 .
 It is not the fastest or most powerful parser. Yapps is designed to be
 used when regular expressions are not enough and other parser systems
 are too much: situations where you might otherwise write your own
 recursive descent parser.
 .
 This package contains several upward-compatible enhancements to the
 original YAPPS source:
 .
     - handles recursive input ("include files")
     - better error reporting
     - reads input incrementally

yapps2-runtime: Yet Another Python Parser System

 YAPPS is an easy to use parser generator that is written in Python and
 generates Python code. There are several parser generator systems
 already available for Python, but this parser has different goals:
 Yapps is simple, very easy to use, and produces human-readable parsers.
 .
 This package contains the Python runtime support for parsers generated
 with yapps2.