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

Bug#440781: O: pyparsing -- Python parsing module



Package: wnpp
Severity: normal

The current maintainer of pyparsing, Tommi Virtanen <tv@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 are *sure* you will have enough time and attention to
work on it.

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

Some information about this package:

Package: pyparsing
Binary: python-pyparsing
Version: 1.4.2-1.1
Priority: optional
Section: python
Maintainer: Tommi Virtanen <tv@debian.org>
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python-all-dev (>= 2.3.5-11)
Build-Depends-Indep: python-support (>= 0.3), sysutils
Architecture: all
Standards-Version: 3.7.2
Format: 1.0
Directory: pool/main/p/pyparsing
Files:
 11ed063c7d78c399d7eab4797a2aa48f 683 pyparsing_1.4.2-1.1.dsc
 2ccd765807b94694c69b4233a01afea8 524438 pyparsing_1.4.2.orig.tar.gz
 9ec7ac21f24a9fc2959412ec5724bc46 2805 pyparsing_1.4.2-1.1.diff.gz

Package: python-pyparsing
Priority: optional
Section: python
Installed-Size: 1488
Maintainer: Tommi Virtanen <tv@debian.org>
Architecture: all
Source: pyparsing
Version: 1.4.2-1.1
Replaces: python2.3-pyparsing (<< 1.4.2-1.1), python2.4-pyparsing (<< 1.4.2-1.1)
Depends: python, python-support (>= 0.2)
Conflicts: python2.3-pyparsing (<< 1.4.2-1.1), python2.4-pyparsing (<< 1.4.2-1.1)
Filename: pool/main/p/pyparsing/python-pyparsing_1.4.2-1.1_all.deb
Size: 389424
MD5sum: 7ce24a32a40a8fd95e91fd0fd6317d67
SHA1: f6af0ab5f52e422723a50058dfe1219cb8497736
SHA256: c28e020c7c4f918f43451e5e1553b2c782a5065ea1a2f6ba20b7dc532c2cecbc
Description: Python parsing module
 The parsing module is an alternative approach to creating and
 executing simple grammars, vs. the traditional lex/yacc approach, or
 the use of regular expressions.  The parsing module provides a
 library of classes that client code uses to construct the grammar
 directly in Python code.
 .
 Here's an example:
 .
  from parsing import Word, alphas
  greet = Word(alphas) + "," + Word(alphas) + "!"
  hello = "Hello, World!"
  print hello, "->", greet.parseString(hello)
Python-Version: all


-- 
  .''`.     Mario Iseli <mario@debian.org>
 : :'  :    Debian GNU/Linux developer
 `. `'`
   `-  Debian - when you have better things to do than fixing a system



Reply to: