pyparsing 2.0.1+dfsg1-1build1 source package in Ubuntu

Changelog

pyparsing (2.0.1+dfsg1-1build1) trusty; urgency=medium

  * Rebuild to drop files installed into /usr/share/pyshared.
 -- Matthias Klose <email address hidden>   Sun, 23 Feb 2014 13:50:39 +0000

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Kevin Coyner
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pyparsing_2.0.1+dfsg1.orig.tar.gz 1021.0 KiB bd8028fd98cefd6a0ffdff15d697333a130baf6c9e2e7dd2a8589119283eb94f
pyparsing_2.0.1+dfsg1-1build1.debian.tar.gz 6.5 KiB 3a841b039a2ecd6b62520de108aca1b889266daabf812276105f1c8038abd9a8
pyparsing_2.0.1+dfsg1-1build1.dsc 1.6 KiB a178d1b7d495fb23971938d0eb4531af3b4b687bdf9a1127bc1853d43db6d173

View changes file

Binary packages built by this source

python-pyparsing: No summary available for python-pyparsing in ubuntu utopic.

No description available for python-pyparsing in ubuntu utopic.

python-pyparsing-doc: Python parsing module, documentation package

 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 pyparsing import Word, alphas
  greet = Word(alphas) + "," + Word(alphas) + "!"
  hello = "Hello, World!"
  print hello, "->", greet.parseString(hello)
 .
 This package contains documentation for python-pyparsing.

python3-pyparsing: No summary available for python3-pyparsing in ubuntu utopic.

No description available for python3-pyparsing in ubuntu utopic.