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

Bug#843359: O: yapps2 -- Yet Another Python Parser System



Package: wnpp
Severity: normal

The current maintainer of yapps2, Matthias Urlichs <smurf@debian.org>,
is apparently not active anymore.  Therefore, I orphan this package now.

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
https://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Some information about this package:

Package: yapps2
Binary: yapps2, yapps2-runtime
Version: 2.1.1-17.2
Maintainer: Matthias Urlichs <smurf@debian.org>
Build-Depends: debhelper (>= 4.1)
Build-Depends-Indep: python-dev (>= 2.5.4-1~), hevea, python-support (>= 0.4)
Architecture: all
Standards-Version: 3.7.2
Format: 1.0
Files:
 784ddd4b92bbad91d7431a9ab402402d 1044 yapps2_2.1.1-17.2.dsc
 e8d6895b10481a189acc51bdac6409ff 37880 yapps2_2.1.1.orig.tar.gz
 5fa83c7bd0cbea0b77ff1ff86e303a66 39539 yapps2_2.1.1-17.2.diff.gz
Checksums-Sha1:
 feafcc0e34c1949878aa88e00edf39c965bfbf78 1044 yapps2_2.1.1-17.2.dsc
 c459fa3a68b8330ae818b37850115d87a30fb841 37880 yapps2_2.1.1.orig.tar.gz
 af9d95bc8077155778a1b99eab08a43a2eff3fb7 39539 yapps2_2.1.1-17.2.diff.gz
Checksums-Sha256:
 b6b93488f6cf72324aadbdf3a30868413513dd515459cb8a0eaff25f5c8c22f5 1044 yapps2_2.1.1-17.2.dsc
 87c78419a602858d1809330a9055ffd05c2e1cff588ed6d0b8f45ab5892dae53 37880 yapps2_2.1.1.orig.tar.gz
 8f694f3327f3b331773d7b0fde385adcb6e28f84672640b1daf2a19032d2240e 39539 yapps2_2.1.1-17.2.diff.gz
Directory: pool/main/y/yapps2
Priority: source
Section: python

Package: yapps2
Binary: yapps2, yapps2-runtime
Version: 2.1.1-17.3
Maintainer: Matthias Urlichs <smurf@debian.org>
Build-Depends: debhelper (>= 4.1)
Build-Depends-Indep: python-dev (>= 2.5.4-1~), hevea, dh-python
Architecture: all
Standards-Version: 3.7.2
Format: 1.0
Files:
 4d151d1d72a20897d23249969fd3c23c 1746 yapps2_2.1.1-17.3.dsc
 e8d6895b10481a189acc51bdac6409ff 37880 yapps2_2.1.1.orig.tar.gz
 463abb166db0a5eaba29e3753c027742 40232 yapps2_2.1.1-17.3.diff.gz
Checksums-Sha256:
 1ea456f3445c41fdd4539a4f2ecc4aaf067ce024c43d1ffdcf9df8965e9598e6 1746 yapps2_2.1.1-17.3.dsc
 87c78419a602858d1809330a9055ffd05c2e1cff588ed6d0b8f45ab5892dae53 37880 yapps2_2.1.1.orig.tar.gz
 f0eb30b3c3582e646b20e524f45acd8e4910ce7771abaf269bc2f9b6537fe104 40232 yapps2_2.1.1-17.3.diff.gz
Package-List: 
 yapps2 deb python optional arch=all
 yapps2-runtime deb python optional arch=all
Directory: pool/main/y/yapps2
Priority: source
Section: python

Package: yapps2
Version: 2.1.1-17.3
Installed-Size: 169
Maintainer: Matthias Urlichs <smurf@debian.org>
Architecture: all
Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~), yapps2-runtime (= 2.1.1-17.3)
Description-en: 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
Description-md5: e0daec7e8417eea1a6ad27d120598d3d
Tag: devel::code-generator, devel::lang:python, devel::library,
 implemented-in::python, interface::commandline, role::devel-lib,
 role::program, scope::utility
Section: python
Priority: optional
Filename: pool/main/y/yapps2/yapps2_2.1.1-17.3_all.deb
Size: 59434
MD5sum: aa41276f01c89823d9e2486d0afdfce6
SHA256: e3d83da607273047862681e212bfd01bad2d4bf077ea8f0775cb2102269dc743

Package: yapps2
Version: 2.1.1-17.2
Installed-Size: 272
Maintainer: Matthias Urlichs <smurf@debian.org>
Architecture: all
Depends: python (>= 2.2), python-support (>= 0.90.0), yapps2-runtime (= 2.1.1-17.2)
Description-en: 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
Description-md5: e0daec7e8417eea1a6ad27d120598d3d
Tag: devel::code-generator, devel::lang:python, devel::library,
 implemented-in::python, interface::commandline, role::devel-lib,
 role::program, scope::utility
Section: python
Priority: optional
Filename: pool/main/y/yapps2/yapps2_2.1.1-17.2_all.deb
Size: 65636
MD5sum: 971d722b20f3b5e63cf9a03b7292766e
SHA1: 1497a927f43077b6987835f6be4bb714553f587c
SHA256: eaa0cb0c931a410322ba3fff6476c7f651006e384c4235e0a1faae2f0435560a

Package: yapps2-runtime
Source: yapps2
Version: 2.1.1-17.3
Installed-Size: 29
Maintainer: Matthias Urlichs <smurf@debian.org>
Architecture: all
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Description-en: 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.
Description-md5: 5818ec475f14a1d7b0209d5ee2aed309
Tag: devel::code-generator, devel::lang:python, devel::library,
 implemented-in::python, interface::commandline, scope::utility
Section: python
Priority: optional
Filename: pool/main/y/yapps2/yapps2-runtime_2.1.1-17.3_all.deb
Size: 7880
MD5sum: 8940ab511c34e48be7f1176f02738da8
SHA256: bacac48900442960319ce8d0eeb2a72d81fee6ca5026b5addc271e8060d2f47c

Package: yapps2-runtime
Source: yapps2
Version: 2.1.1-17.2
Installed-Size: 72
Maintainer: Matthias Urlichs <smurf@debian.org>
Architecture: all
Depends: python (>= 2.2), python-support (>= 0.90.0)
Description-en: 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.
Description-md5: 5818ec475f14a1d7b0209d5ee2aed309
Tag: devel::code-generator, devel::lang:python, devel::library,
 implemented-in::python, interface::commandline, scope::utility
Section: python
Priority: optional
Filename: pool/main/y/yapps2/yapps2-runtime_2.1.1-17.2_all.deb
Size: 8340
MD5sum: ab247f21c3f72228bb3a624ec9dce528
SHA1: b3d1db983c7fb9ad7c51909c198b93df314ead31
SHA256: 386e63d98c9ab555fb6fd81687ba03c50a21e251bd0f23305d77ff66262baea4

Package: yapps2
Version: 2.1.1-17.3
Installed-Size: 169
Maintainer: Matthias Urlichs <smurf@debian.org>
Architecture: all
Depends: python, python:any (<< 2.8), python:any (>= 2.7.5-5~), yapps2-runtime (= 2.1.1-17.3)
Description-en: 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
Description-md5: e0daec7e8417eea1a6ad27d120598d3d
Tag: devel::code-generator, devel::lang:python, devel::library,
 implemented-in::python, interface::commandline, role::devel-lib,
 role::program, scope::utility
Section: python
Priority: optional
Filename: pool/main/y/yapps2/yapps2_2.1.1-17.3_all.deb
Size: 59434
MD5sum: aa41276f01c89823d9e2486d0afdfce6
SHA256: e3d83da607273047862681e212bfd01bad2d4bf077ea8f0775cb2102269dc743

Package: yapps2
Version: 2.1.1-17.2
Installed-Size: 272
Maintainer: Matthias Urlichs <smurf@debian.org>
Architecture: all
Depends: python (>= 2.2), python-support (>= 0.90.0), yapps2-runtime (= 2.1.1-17.2)
Description-en: 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
Description-md5: e0daec7e8417eea1a6ad27d120598d3d
Tag: devel::code-generator, devel::lang:python, devel::library,
 implemented-in::python, interface::commandline, role::devel-lib,
 role::program, scope::utility
Section: python
Priority: optional
Filename: pool/main/y/yapps2/yapps2_2.1.1-17.2_all.deb
Size: 65636
MD5sum: 971d722b20f3b5e63cf9a03b7292766e
SHA1: 1497a927f43077b6987835f6be4bb714553f587c
SHA256: eaa0cb0c931a410322ba3fff6476c7f651006e384c4235e0a1faae2f0435560a

Package: yapps2-runtime
Source: yapps2
Version: 2.1.1-17.3
Installed-Size: 29
Maintainer: Matthias Urlichs <smurf@debian.org>
Architecture: all
Depends: python:any (<< 2.8), python:any (>= 2.7.5-5~)
Description-en: 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.
Description-md5: 5818ec475f14a1d7b0209d5ee2aed309
Tag: devel::code-generator, devel::lang:python, devel::library,
 implemented-in::python, interface::commandline, scope::utility
Section: python
Priority: optional
Filename: pool/main/y/yapps2/yapps2-runtime_2.1.1-17.3_all.deb
Size: 7880
MD5sum: 8940ab511c34e48be7f1176f02738da8
SHA256: bacac48900442960319ce8d0eeb2a72d81fee6ca5026b5addc271e8060d2f47c

Package: yapps2-runtime
Source: yapps2
Version: 2.1.1-17.2
Installed-Size: 72
Maintainer: Matthias Urlichs <smurf@debian.org>
Architecture: all
Depends: python (>= 2.2), python-support (>= 0.90.0)
Description-en: 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.
Description-md5: 5818ec475f14a1d7b0209d5ee2aed309
Tag: devel::code-generator, devel::lang:python, devel::library,
 implemented-in::python, interface::commandline, scope::utility
Section: python
Priority: optional
Filename: pool/main/y/yapps2/yapps2-runtime_2.1.1-17.2_all.deb
Size: 8340
MD5sum: ab247f21c3f72228bb3a624ec9dce528
SHA1: b3d1db983c7fb9ad7c51909c198b93df314ead31
SHA256: 386e63d98c9ab555fb6fd81687ba03c50a21e251bd0f23305d77ff66262baea4

Attachment: signature.asc
Description: PGP signature


Reply to: