pyparsing2 2.4.7-3 source package in Ubuntu

Changelog

pyparsing2 (2.4.7-3) unstable; urgency=medium

  * Create a transitional package to replace old one

 -- Matthew Grant <email address hidden>  Wed, 09 Feb 2022 12:40:08 +1300

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pyparsing2_2.4.7-3.dsc 2.3 KiB 4920048d24346d984912a54274f750c04e30ce0d44fd7d0e4d16b6133c8f020d
pyparsing2_2.4.7.orig.tar.gz 634.2 KiB eddaa25822e4f6f498724b5a63142bbe8e7a11bcd1e7a58a5c59652f5c1ec91f
pyparsing2_2.4.7-3.debian.tar.xz 8.0 KiB 62ab0454865869b8b06c661f1940312dfebed2e56a1bae255f74d3453ba18910

No changes file available.

Binary packages built by this source

pypy-pyparsing: Transitional package for pypy PyParsing v2.x

 This is a transitional package for pypy PyParsing v2.x
 .
 The pypy-pyparsing package has been renamed to reflect its only v 2.x,
 when upstream is now v 3.x, incompatible due to v3.x using CPython types
 and type hashes.

pypy-pyparsing2: alt to creating/executing simple grammars pyparsing2 - pypy

 This is the older version v2.x of pyparsing to support pypy.
 .
 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 the PyPy version of python-pyparsing.

python-pyparsing2-doc: No summary available for python-pyparsing2-doc in ubuntu kinetic.

No description available for python-pyparsing2-doc in ubuntu kinetic.