14
0

Accepting request 911113 from home:jengelh:branches:devel:languages:python

- Trim unspecific claims and metadata repetitions from description.

OBS-URL: https://build.opensuse.org/request/show/911113
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyahocorasick?expand=0&rev=7
This commit is contained in:
2021-08-10 08:11:09 +00:00
committed by Git OBS Bridge
parent dd8dab28ab
commit f7b4555e74
2 changed files with 9 additions and 8 deletions

View File

@@ -34,21 +34,17 @@ BuildRequires: python-rpm-macros
%python_subpackages
%description
**pyahocorasick** is a fast and memory efficient library for exact or
approximate multi-pattern string search meaning that you can find
pyahocorasick is a library for exact or approximate
multi-pattern string search, meaning that one can find
multiple key strings occurrences at once in some input text. The
library provides an `ahocorasick` Python module that you can use as
a plain dict-like Trie or convert a Trie to an automaton for efficient
Aho-Corasick search.
It is implemented in C and tested on Python 2.7 and 3.4+. It works on
Linux, Mac and Windows.
The license is BSD-3-clause. Some utilities, such as tests and the pure
Python automaton are dedicated to the Public Domain.
It is implemented in C.
%prep
%setup -q -n pyahocorasick-%{version}
%autosetup -p1 -n pyahocorasick-%{version}
%build
%python_build