=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for py311-Whoosh-2.7.4nb2 * Building wheel... :5: SetuptoolsDeprecationWarning: The test command is disabled and references to it are deprecated. !! ******************************************************************************** Please remove any references to `setuptools.command.test` in all supported versions of the affected package. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! /usr/pkg/lib/python3.11/site-packages/setuptools/_distutils/dist.py:270: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) running bdist_wheel The [wheel] section is deprecated. Use [bdist_wheel] instead. /usr/pkg/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:124: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. By 2025-Aug-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! self.finalize_options() running build running build_py creating build/lib/whoosh copying src/whoosh/__init__.py -> build/lib/whoosh copying src/whoosh/classify.py -> build/lib/whoosh copying src/whoosh/collectors.py -> build/lib/whoosh copying src/whoosh/columns.py -> build/lib/whoosh copying src/whoosh/compat.py -> build/lib/whoosh copying src/whoosh/externalsort.py -> build/lib/whoosh copying src/whoosh/fields.py -> build/lib/whoosh copying src/whoosh/formats.py -> build/lib/whoosh copying src/whoosh/highlight.py -> build/lib/whoosh copying src/whoosh/idsets.py -> build/lib/whoosh copying src/whoosh/index.py -> build/lib/whoosh copying src/whoosh/legacy.py -> build/lib/whoosh copying src/whoosh/multiproc.py -> build/lib/whoosh copying src/whoosh/reading.py -> build/lib/whoosh copying src/whoosh/scoring.py -> build/lib/whoosh copying src/whoosh/searching.py -> build/lib/whoosh copying src/whoosh/sorting.py -> build/lib/whoosh copying src/whoosh/spelling.py -> build/lib/whoosh copying src/whoosh/system.py -> build/lib/whoosh copying src/whoosh/writing.py -> build/lib/whoosh creating build/lib/whoosh/analysis copying src/whoosh/analysis/__init__.py -> build/lib/whoosh/analysis copying src/whoosh/analysis/acore.py -> build/lib/whoosh/analysis copying src/whoosh/analysis/analyzers.py -> build/lib/whoosh/analysis copying src/whoosh/analysis/filters.py -> build/lib/whoosh/analysis copying src/whoosh/analysis/intraword.py -> build/lib/whoosh/analysis copying src/whoosh/analysis/morph.py -> build/lib/whoosh/analysis copying src/whoosh/analysis/ngrams.py -> build/lib/whoosh/analysis copying src/whoosh/analysis/tokenizers.py -> build/lib/whoosh/analysis creating build/lib/whoosh/automata copying src/whoosh/automata/__init__.py -> build/lib/whoosh/automata copying src/whoosh/automata/fsa.py -> build/lib/whoosh/automata copying src/whoosh/automata/glob.py -> build/lib/whoosh/automata copying src/whoosh/automata/lev.py -> build/lib/whoosh/automata copying src/whoosh/automata/nfa.py -> build/lib/whoosh/automata copying src/whoosh/automata/reg.py -> build/lib/whoosh/automata creating build/lib/whoosh/codec copying src/whoosh/codec/__init__.py -> build/lib/whoosh/codec copying src/whoosh/codec/base.py -> build/lib/whoosh/codec copying src/whoosh/codec/memory.py -> build/lib/whoosh/codec copying src/whoosh/codec/plaintext.py -> build/lib/whoosh/codec copying src/whoosh/codec/whoosh3.py -> build/lib/whoosh/codec creating build/lib/whoosh/filedb copying src/whoosh/filedb/__init__.py -> build/lib/whoosh/filedb copying src/whoosh/filedb/compound.py -> build/lib/whoosh/filedb copying src/whoosh/filedb/filestore.py -> build/lib/whoosh/filedb copying src/whoosh/filedb/filetables.py -> build/lib/whoosh/filedb copying src/whoosh/filedb/gae.py -> build/lib/whoosh/filedb copying src/whoosh/filedb/structfile.py -> build/lib/whoosh/filedb creating build/lib/whoosh/lang copying src/whoosh/lang/__init__.py -> build/lib/whoosh/lang copying src/whoosh/lang/dmetaphone.py -> build/lib/whoosh/lang copying src/whoosh/lang/isri.py -> build/lib/whoosh/lang copying src/whoosh/lang/lovins.py -> build/lib/whoosh/lang copying src/whoosh/lang/morph_en.py -> build/lib/whoosh/lang copying src/whoosh/lang/paicehusk.py -> build/lib/whoosh/lang copying src/whoosh/lang/phonetic.py -> build/lib/whoosh/lang copying src/whoosh/lang/porter.py -> build/lib/whoosh/lang copying src/whoosh/lang/porter2.py -> build/lib/whoosh/lang copying src/whoosh/lang/stopwords.py -> build/lib/whoosh/lang copying src/whoosh/lang/wordnet.py -> build/lib/whoosh/lang creating build/lib/whoosh/matching copying src/whoosh/matching/__init__.py -> build/lib/whoosh/matching copying src/whoosh/matching/binary.py -> build/lib/whoosh/matching copying src/whoosh/matching/combo.py -> build/lib/whoosh/matching copying src/whoosh/matching/mcore.py -> build/lib/whoosh/matching copying src/whoosh/matching/wrappers.py -> build/lib/whoosh/matching creating build/lib/whoosh/qparser copying src/whoosh/qparser/__init__.py -> build/lib/whoosh/qparser copying src/whoosh/qparser/common.py -> build/lib/whoosh/qparser copying src/whoosh/qparser/dateparse.py -> build/lib/whoosh/qparser copying src/whoosh/qparser/default.py -> build/lib/whoosh/qparser copying src/whoosh/qparser/plugins.py -> build/lib/whoosh/qparser copying src/whoosh/qparser/syntax.py -> build/lib/whoosh/qparser copying src/whoosh/qparser/taggers.py -> build/lib/whoosh/qparser creating build/lib/whoosh/query copying src/whoosh/query/__init__.py -> build/lib/whoosh/query copying src/whoosh/query/compound.py -> build/lib/whoosh/query copying src/whoosh/query/nested.py -> build/lib/whoosh/query copying src/whoosh/query/positional.py -> build/lib/whoosh/query copying src/whoosh/query/qcolumns.py -> build/lib/whoosh/query copying src/whoosh/query/qcore.py -> build/lib/whoosh/query copying src/whoosh/query/ranges.py -> build/lib/whoosh/query copying src/whoosh/query/spans.py -> build/lib/whoosh/query copying src/whoosh/query/terms.py -> build/lib/whoosh/query copying src/whoosh/query/wrappers.py -> build/lib/whoosh/query creating build/lib/whoosh/support copying src/whoosh/support/__init__.py -> build/lib/whoosh/support copying src/whoosh/support/base85.py -> build/lib/whoosh/support copying src/whoosh/support/bench.py -> build/lib/whoosh/support copying src/whoosh/support/charset.py -> build/lib/whoosh/support copying src/whoosh/support/levenshtein.py -> build/lib/whoosh/support copying src/whoosh/support/relativedelta.py -> build/lib/whoosh/support copying src/whoosh/support/unicode.py -> build/lib/whoosh/support creating build/lib/whoosh/util copying src/whoosh/util/__init__.py -> build/lib/whoosh/util copying src/whoosh/util/cache.py -> build/lib/whoosh/util copying src/whoosh/util/filelock.py -> build/lib/whoosh/util copying src/whoosh/util/loading.py -> build/lib/whoosh/util copying src/whoosh/util/numeric.py -> build/lib/whoosh/util copying src/whoosh/util/numlists.py -> build/lib/whoosh/util copying src/whoosh/util/testing.py -> build/lib/whoosh/util copying src/whoosh/util/text.py -> build/lib/whoosh/util copying src/whoosh/util/times.py -> build/lib/whoosh/util copying src/whoosh/util/varints.py -> build/lib/whoosh/util copying src/whoosh/util/versions.py -> build/lib/whoosh/util creating build/lib/whoosh/lang/snowball copying src/whoosh/lang/snowball/__init__.py -> build/lib/whoosh/lang/snowball copying src/whoosh/lang/snowball/bases.py -> build/lib/whoosh/lang/snowball copying src/whoosh/lang/snowball/danish.py -> build/lib/whoosh/lang/snowball copying src/whoosh/lang/snowball/dutch.py -> build/lib/whoosh/lang/snowball copying src/whoosh/lang/snowball/english.py -> build/lib/whoosh/lang/snowball copying src/whoosh/lang/snowball/finnish.py -> build/lib/whoosh/lang/snowball copying src/whoosh/lang/snowball/french.py -> build/lib/whoosh/lang/snowball copying src/whoosh/lang/snowball/german.py -> build/lib/whoosh/lang/snowball copying src/whoosh/lang/snowball/hungarian.py -> build/lib/whoosh/lang/snowball copying src/whoosh/lang/snowball/italian.py -> build/lib/whoosh/lang/snowball copying src/whoosh/lang/snowball/norwegian.py -> build/lib/whoosh/lang/snowball copying src/whoosh/lang/snowball/portugese.py -> build/lib/whoosh/lang/snowball copying src/whoosh/lang/snowball/romanian.py -> build/lib/whoosh/lang/snowball copying src/whoosh/lang/snowball/russian.py -> build/lib/whoosh/lang/snowball copying src/whoosh/lang/snowball/spanish.py -> build/lib/whoosh/lang/snowball copying src/whoosh/lang/snowball/swedish.py -> build/lib/whoosh/lang/snowball installing to build/bdist.netbsd-9.3-amd64/wheel running install running install_lib creating build/bdist.netbsd-9.3-amd64/wheel creating build/bdist.netbsd-9.3-amd64/wheel/whoosh copying build/lib/whoosh/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh copying build/lib/whoosh/classify.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh copying build/lib/whoosh/collectors.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh copying build/lib/whoosh/columns.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh copying build/lib/whoosh/compat.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh copying build/lib/whoosh/externalsort.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh copying build/lib/whoosh/fields.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh copying build/lib/whoosh/formats.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh copying build/lib/whoosh/highlight.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh copying build/lib/whoosh/idsets.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh copying build/lib/whoosh/index.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh copying build/lib/whoosh/legacy.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh copying build/lib/whoosh/multiproc.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh copying build/lib/whoosh/reading.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh copying build/lib/whoosh/scoring.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh copying build/lib/whoosh/searching.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh copying build/lib/whoosh/sorting.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh copying build/lib/whoosh/spelling.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh copying build/lib/whoosh/system.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh copying build/lib/whoosh/writing.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh creating build/bdist.netbsd-9.3-amd64/wheel/whoosh/analysis copying build/lib/whoosh/analysis/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/analysis copying build/lib/whoosh/analysis/acore.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/analysis copying build/lib/whoosh/analysis/analyzers.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/analysis copying build/lib/whoosh/analysis/filters.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/analysis copying build/lib/whoosh/analysis/intraword.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/analysis copying build/lib/whoosh/analysis/morph.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/analysis copying build/lib/whoosh/analysis/ngrams.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/analysis copying build/lib/whoosh/analysis/tokenizers.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/analysis creating build/bdist.netbsd-9.3-amd64/wheel/whoosh/automata copying build/lib/whoosh/automata/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/automata copying build/lib/whoosh/automata/fsa.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/automata copying build/lib/whoosh/automata/glob.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/automata copying build/lib/whoosh/automata/lev.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/automata copying build/lib/whoosh/automata/nfa.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/automata copying build/lib/whoosh/automata/reg.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/automata creating build/bdist.netbsd-9.3-amd64/wheel/whoosh/codec copying build/lib/whoosh/codec/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/codec copying build/lib/whoosh/codec/base.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/codec copying build/lib/whoosh/codec/memory.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/codec copying build/lib/whoosh/codec/plaintext.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/codec copying build/lib/whoosh/codec/whoosh3.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/codec creating build/bdist.netbsd-9.3-amd64/wheel/whoosh/filedb copying build/lib/whoosh/filedb/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/filedb copying build/lib/whoosh/filedb/compound.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/filedb copying build/lib/whoosh/filedb/filestore.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/filedb copying build/lib/whoosh/filedb/filetables.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/filedb copying build/lib/whoosh/filedb/gae.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/filedb copying build/lib/whoosh/filedb/structfile.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/filedb creating build/bdist.netbsd-9.3-amd64/wheel/whoosh/lang copying build/lib/whoosh/lang/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang copying build/lib/whoosh/lang/dmetaphone.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang copying build/lib/whoosh/lang/isri.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang copying build/lib/whoosh/lang/lovins.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang copying build/lib/whoosh/lang/morph_en.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang copying build/lib/whoosh/lang/paicehusk.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang copying build/lib/whoosh/lang/phonetic.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang copying build/lib/whoosh/lang/porter.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang copying build/lib/whoosh/lang/porter2.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang copying build/lib/whoosh/lang/stopwords.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang copying build/lib/whoosh/lang/wordnet.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang creating build/bdist.netbsd-9.3-amd64/wheel/whoosh/lang/snowball copying build/lib/whoosh/lang/snowball/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang/snowball copying build/lib/whoosh/lang/snowball/bases.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang/snowball copying build/lib/whoosh/lang/snowball/danish.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang/snowball copying build/lib/whoosh/lang/snowball/dutch.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang/snowball copying build/lib/whoosh/lang/snowball/english.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang/snowball copying build/lib/whoosh/lang/snowball/finnish.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang/snowball copying build/lib/whoosh/lang/snowball/french.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang/snowball copying build/lib/whoosh/lang/snowball/german.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang/snowball copying build/lib/whoosh/lang/snowball/hungarian.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang/snowball copying build/lib/whoosh/lang/snowball/italian.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang/snowball copying build/lib/whoosh/lang/snowball/norwegian.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang/snowball copying build/lib/whoosh/lang/snowball/portugese.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang/snowball copying build/lib/whoosh/lang/snowball/romanian.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang/snowball copying build/lib/whoosh/lang/snowball/russian.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang/snowball copying build/lib/whoosh/lang/snowball/spanish.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang/snowball copying build/lib/whoosh/lang/snowball/swedish.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/lang/snowball creating build/bdist.netbsd-9.3-amd64/wheel/whoosh/matching copying build/lib/whoosh/matching/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/matching copying build/lib/whoosh/matching/binary.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/matching copying build/lib/whoosh/matching/combo.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/matching copying build/lib/whoosh/matching/mcore.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/matching copying build/lib/whoosh/matching/wrappers.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/matching creating build/bdist.netbsd-9.3-amd64/wheel/whoosh/qparser copying build/lib/whoosh/qparser/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/qparser copying build/lib/whoosh/qparser/common.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/qparser copying build/lib/whoosh/qparser/dateparse.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/qparser copying build/lib/whoosh/qparser/default.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/qparser copying build/lib/whoosh/qparser/plugins.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/qparser copying build/lib/whoosh/qparser/syntax.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/qparser copying build/lib/whoosh/qparser/taggers.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/qparser creating build/bdist.netbsd-9.3-amd64/wheel/whoosh/query copying build/lib/whoosh/query/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/query copying build/lib/whoosh/query/compound.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/query copying build/lib/whoosh/query/nested.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/query copying build/lib/whoosh/query/positional.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/query copying build/lib/whoosh/query/qcolumns.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/query copying build/lib/whoosh/query/qcore.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/query copying build/lib/whoosh/query/ranges.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/query copying build/lib/whoosh/query/spans.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/query copying build/lib/whoosh/query/terms.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/query copying build/lib/whoosh/query/wrappers.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/query creating build/bdist.netbsd-9.3-amd64/wheel/whoosh/support copying build/lib/whoosh/support/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/support copying build/lib/whoosh/support/base85.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/support copying build/lib/whoosh/support/bench.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/support copying build/lib/whoosh/support/charset.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/support copying build/lib/whoosh/support/levenshtein.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/support copying build/lib/whoosh/support/relativedelta.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/support copying build/lib/whoosh/support/unicode.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/support creating build/bdist.netbsd-9.3-amd64/wheel/whoosh/util copying build/lib/whoosh/util/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/util copying build/lib/whoosh/util/cache.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/util copying build/lib/whoosh/util/filelock.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/util copying build/lib/whoosh/util/loading.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/util copying build/lib/whoosh/util/numeric.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/util copying build/lib/whoosh/util/numlists.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/util copying build/lib/whoosh/util/testing.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/util copying build/lib/whoosh/util/text.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/util copying build/lib/whoosh/util/times.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/util copying build/lib/whoosh/util/varints.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/util copying build/lib/whoosh/util/versions.py -> build/bdist.netbsd-9.3-amd64/wheel/./whoosh/util running install_egg_info running egg_info writing src/Whoosh.egg-info/PKG-INFO writing dependency_links to src/Whoosh.egg-info/dependency_links.txt writing top-level names to src/Whoosh.egg-info/top_level.txt reading manifest file 'src/Whoosh.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' under directory 'tests' warning: no files found matching '*.txt' under directory 'benchmark' warning: no files found matching '*.txt' under directory 'docs' warning: no files found matching '*.txt' under directory 'files' warning: no files found matching '*.py' under directory 'files' warning: no files found matching '*.jpg' under directory 'files' adding license file 'LICENSE.txt' writing manifest file 'src/Whoosh.egg-info/SOURCES.txt' Copying src/Whoosh.egg-info to build/bdist.netbsd-9.3-amd64/wheel/./Whoosh-2.7.4-py3.11.egg-info running install_scripts creating build/bdist.netbsd-9.3-amd64/wheel/whoosh-2.7.4.dist-info/WHEEL creating '/tmp/textproc/py-Whoosh/work/Whoosh-2.7.4/dist/.tmp-04h7f1f_/whoosh-2.7.4-py2.py3-none-any.whl' and adding 'build/bdist.netbsd-9.3-amd64/wheel' to it adding 'whoosh/__init__.py' adding 'whoosh/classify.py' adding 'whoosh/collectors.py' adding 'whoosh/columns.py' adding 'whoosh/compat.py' adding 'whoosh/externalsort.py' adding 'whoosh/fields.py' adding 'whoosh/formats.py' adding 'whoosh/highlight.py' adding 'whoosh/idsets.py' adding 'whoosh/index.py' adding 'whoosh/legacy.py' adding 'whoosh/multiproc.py' adding 'whoosh/reading.py' adding 'whoosh/scoring.py' adding 'whoosh/searching.py' adding 'whoosh/sorting.py' adding 'whoosh/spelling.py' adding 'whoosh/system.py' adding 'whoosh/writing.py' adding 'whoosh/analysis/__init__.py' adding 'whoosh/analysis/acore.py' adding 'whoosh/analysis/analyzers.py' adding 'whoosh/analysis/filters.py' adding 'whoosh/analysis/intraword.py' adding 'whoosh/analysis/morph.py' adding 'whoosh/analysis/ngrams.py' adding 'whoosh/analysis/tokenizers.py' adding 'whoosh/automata/__init__.py' adding 'whoosh/automata/fsa.py' adding 'whoosh/automata/glob.py' adding 'whoosh/automata/lev.py' adding 'whoosh/automata/nfa.py' adding 'whoosh/automata/reg.py' adding 'whoosh/codec/__init__.py' adding 'whoosh/codec/base.py' adding 'whoosh/codec/memory.py' adding 'whoosh/codec/plaintext.py' adding 'whoosh/codec/whoosh3.py' adding 'whoosh/filedb/__init__.py' adding 'whoosh/filedb/compound.py' adding 'whoosh/filedb/filestore.py' adding 'whoosh/filedb/filetables.py' adding 'whoosh/filedb/gae.py' adding 'whoosh/filedb/structfile.py' adding 'whoosh/lang/__init__.py' adding 'whoosh/lang/dmetaphone.py' adding 'whoosh/lang/isri.py' adding 'whoosh/lang/lovins.py' adding 'whoosh/lang/morph_en.py' adding 'whoosh/lang/paicehusk.py' adding 'whoosh/lang/phonetic.py' adding 'whoosh/lang/porter.py' adding 'whoosh/lang/porter2.py' adding 'whoosh/lang/stopwords.py' adding 'whoosh/lang/wordnet.py' adding 'whoosh/lang/snowball/__init__.py' adding 'whoosh/lang/snowball/bases.py' adding 'whoosh/lang/snowball/danish.py' adding 'whoosh/lang/snowball/dutch.py' adding 'whoosh/lang/snowball/english.py' adding 'whoosh/lang/snowball/finnish.py' adding 'whoosh/lang/snowball/french.py' adding 'whoosh/lang/snowball/german.py' adding 'whoosh/lang/snowball/hungarian.py' adding 'whoosh/lang/snowball/italian.py' adding 'whoosh/lang/snowball/norwegian.py' adding 'whoosh/lang/snowball/portugese.py' adding 'whoosh/lang/snowball/romanian.py' adding 'whoosh/lang/snowball/russian.py' adding 'whoosh/lang/snowball/spanish.py' adding 'whoosh/lang/snowball/swedish.py' adding 'whoosh/matching/__init__.py' adding 'whoosh/matching/binary.py' adding 'whoosh/matching/combo.py' adding 'whoosh/matching/mcore.py' adding 'whoosh/matching/wrappers.py' adding 'whoosh/qparser/__init__.py' adding 'whoosh/qparser/common.py' adding 'whoosh/qparser/dateparse.py' adding 'whoosh/qparser/default.py' adding 'whoosh/qparser/plugins.py' adding 'whoosh/qparser/syntax.py' adding 'whoosh/qparser/taggers.py' adding 'whoosh/query/__init__.py' adding 'whoosh/query/compound.py' adding 'whoosh/query/nested.py' adding 'whoosh/query/positional.py' adding 'whoosh/query/qcolumns.py' adding 'whoosh/query/qcore.py' adding 'whoosh/query/ranges.py' adding 'whoosh/query/spans.py' adding 'whoosh/query/terms.py' adding 'whoosh/query/wrappers.py' adding 'whoosh/support/__init__.py' adding 'whoosh/support/base85.py' adding 'whoosh/support/bench.py' adding 'whoosh/support/charset.py' adding 'whoosh/support/levenshtein.py' adding 'whoosh/support/relativedelta.py' adding 'whoosh/support/unicode.py' adding 'whoosh/util/__init__.py' adding 'whoosh/util/cache.py' adding 'whoosh/util/filelock.py' adding 'whoosh/util/loading.py' adding 'whoosh/util/numeric.py' adding 'whoosh/util/numlists.py' adding 'whoosh/util/testing.py' adding 'whoosh/util/text.py' adding 'whoosh/util/times.py' adding 'whoosh/util/varints.py' adding 'whoosh/util/versions.py' adding 'whoosh-2.7.4.dist-info/LICENSE.txt' adding 'whoosh-2.7.4.dist-info/METADATA' adding 'whoosh-2.7.4.dist-info/WHEEL' adding 'whoosh-2.7.4.dist-info/top_level.txt' adding 'whoosh-2.7.4.dist-info/zip-safe' adding 'whoosh-2.7.4.dist-info/RECORD' removing build/bdist.netbsd-9.3-amd64/wheel Successfully built whoosh-2.7.4-py2.py3-none-any.whl