./textproc/py-acora, Fast multi-keyword search engine for text strings in Python

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.4, Package name: py311-acora-2.4, Maintainer: pkgsrc-users

Acora is 'fgrep' for Python, a fast multi-keyword text search engine.

Based on a set of keywords, it generates a search automaton (DFA) and runs it
over string input, either unicode or bytes.

It is based on the Aho-Corasick algorithm and an NFA-to-DFA powerset
construction.

Acora comes with both a pure Python implementation and a fast binary module
written in Cython. However, note that the current construction algorithm is not
suitable for really large sets of keywords (i.e. more than a couple of
thousand).


Required to run:
[lang/python310]

Master sites:

Filesize: 260.006 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-15 01:01:55 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-acora: update to 2.4.

* 2.4 [2023-09-17]

  - Update to work with CPython 3.12 by building with Cython 3.0.2.
   2023-11-14 00:37:34 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-acora: not for Python 2
   2022-11-14 15:11:43 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-acora: fix build with python 3.11
   2022-01-04 21:55:40 by Thomas Klausner | Files touched by this commit (1595)
Log message:
*: bump PKGREVISION for egg.mk users

They now have a tool dependency on py-setuptools instead of a DEPENDS
   2021-10-26 13:23:42 by Nia Alarie | Files touched by this commit (1161)
Log message:
textproc: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
   2021-10-07 17:02:49 by Nia Alarie | Files touched by this commit (1162)
Log message:
textproc: Remove SHA1 hashes for distfiles
   2019-08-26 09:32:57 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-acora: updated to 2.2

2.2:
Update to work with CPython 3.7 by building with Cython 0.29.
   2017-12-21 15:09:13 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-acora: updated to 2.1

2.1:
* fix handling of empty engines