pystemmer 1.2.0+dfsg-1 source package in Ubuntu

Changelog

pystemmer (1.2.0+dfsg-1) unstable; urgency=low

  * New upstream release.
    - Uses Cython instead of Pyrex
    - Python3 support.
  * Build python3 packages.
  * Split documentation into python-stemmer-doc.
  * Build-Depend on python-docutils for RST support in epydoc.
  * Use py_builddir_sh macro from python.mk.
    - Bump python B-D to >= 2.6.6-14~.
  * Install .egg-info
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 13:47:05 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Debian Python Modules Team
Architectures:
any
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe python

Downloads

File Size SHA-256 Checksum
pystemmer_1.2.0+dfsg.orig.tar.gz 261.0 KiB 354c779e563e5d304952e24a8975c9136a5ec45a1591a0adbf49f23cbb0e2fb9
pystemmer_1.2.0+dfsg-1.debian.tar.gz 5.7 KiB cab98f6a4b355db0b2c8649fe6b1a8cc01b0c950d0f0fac2221685d884b954f3
pystemmer_1.2.0+dfsg-1.dsc 2.1 KiB 9eb6af9851c24c13a2759d8ba280056cb3bce04295b44b0e3ec42f714d0c5aa5

Available diffs

View changes file

Binary packages built by this source

python-stemmer: No summary available for python-stemmer in ubuntu quantal.

No description available for python-stemmer in ubuntu quantal.

python-stemmer-dbg: No summary available for python-stemmer-dbg in ubuntu raring.

No description available for python-stemmer-dbg in ubuntu raring.

python-stemmer-doc: No summary available for python-stemmer-doc in ubuntu quantal.

No description available for python-stemmer-doc in ubuntu quantal.

python3-stemmer: No summary available for python3-stemmer in ubuntu quantal.

No description available for python3-stemmer in ubuntu quantal.

python3-stemmer-dbg: Python 3 bindings for libstemmer (debug extension)

 PyStemmer provides access to efficient algorithms for calculating a "stemmed"
 form of a word. This is a form with most of the common morphological endings
 removed; hopefully representing a common linguistic base form.
 .
 PyStemmer provides algorithms for several (mainly European) languages, by
 wrapping the libstemmer library from the Snowball project in a Python 3
 module.
 .
 This package contains the extensions built for the Python 3 debug interpreter.