===> Building for bpython-0.25
* Building wheel...
/opt/pkg/lib/python3.12/site-packages/setuptools/_distutils/dist.py:289: UserWarning: Unknown distribution option: 'test_suite'
  warnings.warn(msg)
running bdist_wheel
running build
running compile_catalog
compiling catalog bpython/translations/de/LC_MESSAGES/bpython.po to bpython/translations/de/LC_MESSAGES/bpython.mo
compiling catalog bpython/translations/es_ES/LC_MESSAGES/bpython.po to bpython/translations/es_ES/LC_MESSAGES/bpython.mo
compiling catalog bpython/translations/fr_FR/LC_MESSAGES/bpython.po to bpython/translations/fr_FR/LC_MESSAGES/bpython.mo
compiling catalog bpython/translations/it_IT/LC_MESSAGES/bpython.po to bpython/translations/it_IT/LC_MESSAGES/bpython.mo
compiling catalog bpython/translations/nl_NL/LC_MESSAGES/bpython.po to bpython/translations/nl_NL/LC_MESSAGES/bpython.mo
running build_sphinx_man
Running Sphinx v8.2.3
loading translations [en]... done
making output directory... done
WARNING: html_static_path entry '_static' does not exist
Converting `source_suffix = '.rst'` to `source_suffix = {'.rst': 'restructuredtext'}`.
building [mo]: targets for 0 po files that are out of date
writing output... 
building [man]: all manpages
updating environment: [new config] 17 added, 0 changed, 0 removed
reading sources... [  6%] authors
reading sources... [ 12%] bpaste
reading sources... [ 18%] bpdb
reading sources... [ 24%] changelog
reading sources... [ 29%] community
reading sources... [ 35%] configuration
reading sources... [ 41%] configuration-options
reading sources... [ 47%] contributing
reading sources... [ 53%] django
reading sources... [ 59%] index
reading sources... [ 65%] man-bpython
reading sources... [ 71%] man-bpython-config
reading sources... [ 76%] releases
reading sources... [ 82%] simplerepl
reading sources... [ 88%] themes
reading sources... [ 94%] tips
reading sources... [100%] windows

/Users/pbulk/build/devel/bpython/work/bpython-0.25/doc/sphinx/source/configuration-options.rst:35: WARNING: duplicate label configuration_color_scheme, other instance in /Users/pbulk/build/devel/bpython/work/bpython-0.25/doc/sphinx/source/configuration.rst
looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
copying assets... 
copying assets: done
writing... bpython.1 { 
} bpython-config.5 { 
} done
build succeeded, 2 warnings.

The manual pages are in build/man.
installing to build/bdist.macosx-12.3-arm64/wheel
running install
running install_lib
running build_py
creating build/lib/bpython
copying bpython/__init__.py -> build/lib/bpython
copying bpython/__main__.py -> build/lib/bpython
copying bpython/_internal.py -> build/lib/bpython
copying bpython/_typing_compat.py -> build/lib/bpython
copying bpython/_version.py -> build/lib/bpython
copying bpython/args.py -> build/lib/bpython
copying bpython/autocomplete.py -> build/lib/bpython
copying bpython/config.py -> build/lib/bpython
copying bpython/curtsies.py -> build/lib/bpython
copying bpython/filelock.py -> build/lib/bpython
copying bpython/formatter.py -> build/lib/bpython
copying bpython/history.py -> build/lib/bpython
copying bpython/importcompletion.py -> build/lib/bpython
copying bpython/inspection.py -> build/lib/bpython
copying bpython/keys.py -> build/lib/bpython
copying bpython/lazyre.py -> build/lib/bpython
copying bpython/line.py -> build/lib/bpython
copying bpython/pager.py -> build/lib/bpython
copying bpython/paste.py -> build/lib/bpython
copying bpython/patch_linecache.py -> build/lib/bpython
copying bpython/repl.py -> build/lib/bpython
copying bpython/simpleeval.py -> build/lib/bpython
copying bpython/urwid.py -> build/lib/bpython
creating build/lib/bpython/curtsiesfrontend
copying bpython/curtsiesfrontend/__init__.py -> build/lib/bpython/curtsiesfrontend
copying bpython/curtsiesfrontend/_internal.py -> build/lib/bpython/curtsiesfrontend
copying bpython/curtsiesfrontend/coderunner.py -> build/lib/bpython/curtsiesfrontend
copying bpython/curtsiesfrontend/events.py -> build/lib/bpython/curtsiesfrontend
copying bpython/curtsiesfrontend/filewatch.py -> build/lib/bpython/curtsiesfrontend
copying bpython/curtsiesfrontend/interaction.py -> build/lib/bpython/curtsiesfrontend
copying bpython/curtsiesfrontend/interpreter.py -> build/lib/bpython/curtsiesfrontend
copying bpython/curtsiesfrontend/manual_readline.py -> build/lib/bpython/curtsiesfrontend
copying bpython/curtsiesfrontend/parse.py -> build/lib/bpython/curtsiesfrontend
copying bpython/curtsiesfrontend/preprocess.py -> build/lib/bpython/curtsiesfrontend
copying bpython/curtsiesfrontend/repl.py -> build/lib/bpython/curtsiesfrontend
copying bpython/curtsiesfrontend/replpainter.py -> build/lib/bpython/curtsiesfrontend
copying bpython/curtsiesfrontend/sitefix.py -> build/lib/bpython/curtsiesfrontend
creating build/lib/bpython/test
copying bpython/test/__init__.py -> build/lib/bpython/test
copying bpython/test/test_args.py -> build/lib/bpython/test
copying bpython/test/test_autocomplete.py -> build/lib/bpython/test
copying bpython/test/test_brackets_completion.py -> build/lib/bpython/test
copying bpython/test/test_config.py -> build/lib/bpython/test
copying bpython/test/test_crashers.py -> build/lib/bpython/test
copying bpython/test/test_curtsies.py -> build/lib/bpython/test
copying bpython/test/test_curtsies_coderunner.py -> build/lib/bpython/test
copying bpython/test/test_curtsies_painting.py -> build/lib/bpython/test
copying bpython/test/test_curtsies_parser.py -> build/lib/bpython/test
copying bpython/test/test_curtsies_repl.py -> build/lib/bpython/test
copying bpython/test/test_filewatch.py -> build/lib/bpython/test
copying bpython/test/test_history.py -> build/lib/bpython/test
copying bpython/test/test_importcompletion.py -> build/lib/bpython/test
copying bpython/test/test_inspection.py -> build/lib/bpython/test
copying bpython/test/test_interpreter.py -> build/lib/bpython/test
copying bpython/test/test_keys.py -> build/lib/bpython/test
copying bpython/test/test_line_properties.py -> build/lib/bpython/test
copying bpython/test/test_manual_readline.py -> build/lib/bpython/test
copying bpython/test/test_preprocess.py -> build/lib/bpython/test
copying bpython/test/test_repl.py -> build/lib/bpython/test
copying bpython/test/test_simpleeval.py -> build/lib/bpython/test
creating build/lib/bpython/test/fodder
copying bpython/test/fodder/__init__.py -> build/lib/bpython/test/fodder
copying bpython/test/fodder/encoding_ascii.py -> build/lib/bpython/test/fodder
copying bpython/test/fodder/encoding_latin1.py -> build/lib/bpython/test/fodder
copying bpython/test/fodder/encoding_utf8.py -> build/lib/bpython/test/fodder
copying bpython/test/fodder/original.py -> build/lib/bpython/test/fodder
copying bpython/test/fodder/processed.py -> build/lib/bpython/test/fodder
creating build/lib/bpython/translations
copying bpython/translations/__init__.py -> build/lib/bpython/translations
creating build/lib/bpdb
copying bpdb/__init__.py -> build/lib/bpdb
copying bpdb/__main__.py -> build/lib/bpdb
copying bpdb/debugger.py -> build/lib/bpdb
copying bpython/sample-config -> build/lib/bpython
copying bpython/test/test.config -> build/lib/bpython/test
copying bpython/test/test.theme -> build/lib/bpython/test
creating build/bdist.macosx-12.3-arm64/wheel
creating build/bdist.macosx-12.3-arm64/wheel/bpdb
copying build/lib/bpdb/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./bpdb
copying build/lib/bpdb/__main__.py -> build/bdist.macosx-12.3-arm64/wheel/./bpdb
copying build/lib/bpdb/debugger.py -> build/bdist.macosx-12.3-arm64/wheel/./bpdb
creating build/bdist.macosx-12.3-arm64/wheel/bpython
copying build/lib/bpython/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
copying build/lib/bpython/__main__.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
copying build/lib/bpython/_internal.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
copying build/lib/bpython/_typing_compat.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
copying build/lib/bpython/_version.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
copying build/lib/bpython/args.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
copying build/lib/bpython/autocomplete.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
copying build/lib/bpython/config.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
copying build/lib/bpython/curtsies.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
creating build/bdist.macosx-12.3-arm64/wheel/bpython/curtsiesfrontend
copying build/lib/bpython/curtsiesfrontend/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/curtsiesfrontend
copying build/lib/bpython/curtsiesfrontend/_internal.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/curtsiesfrontend
copying build/lib/bpython/curtsiesfrontend/coderunner.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/curtsiesfrontend
copying build/lib/bpython/curtsiesfrontend/events.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/curtsiesfrontend
copying build/lib/bpython/curtsiesfrontend/filewatch.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/curtsiesfrontend
copying build/lib/bpython/curtsiesfrontend/interaction.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/curtsiesfrontend
copying build/lib/bpython/curtsiesfrontend/interpreter.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/curtsiesfrontend
copying build/lib/bpython/curtsiesfrontend/manual_readline.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/curtsiesfrontend
copying build/lib/bpython/curtsiesfrontend/parse.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/curtsiesfrontend
copying build/lib/bpython/curtsiesfrontend/preprocess.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/curtsiesfrontend
copying build/lib/bpython/curtsiesfrontend/repl.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/curtsiesfrontend
copying build/lib/bpython/curtsiesfrontend/replpainter.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/curtsiesfrontend
copying build/lib/bpython/curtsiesfrontend/sitefix.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/curtsiesfrontend
copying build/lib/bpython/filelock.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
copying build/lib/bpython/formatter.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
copying build/lib/bpython/history.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
copying build/lib/bpython/importcompletion.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
copying build/lib/bpython/inspection.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
copying build/lib/bpython/keys.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
copying build/lib/bpython/lazyre.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
copying build/lib/bpython/line.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
copying build/lib/bpython/pager.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
copying build/lib/bpython/paste.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
copying build/lib/bpython/patch_linecache.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
copying build/lib/bpython/repl.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
copying build/lib/bpython/sample-config -> build/bdist.macosx-12.3-arm64/wheel/./bpython
copying build/lib/bpython/simpleeval.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
creating build/bdist.macosx-12.3-arm64/wheel/bpython/test
copying build/lib/bpython/test/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
creating build/bdist.macosx-12.3-arm64/wheel/bpython/test/fodder
copying build/lib/bpython/test/fodder/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test/fodder
copying build/lib/bpython/test/fodder/encoding_ascii.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test/fodder
copying build/lib/bpython/test/fodder/encoding_latin1.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test/fodder
copying build/lib/bpython/test/fodder/encoding_utf8.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test/fodder
copying build/lib/bpython/test/fodder/original.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test/fodder
copying build/lib/bpython/test/fodder/processed.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test/fodder
copying build/lib/bpython/test/test.config -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test.theme -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test_args.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test_autocomplete.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test_brackets_completion.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test_config.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test_crashers.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test_curtsies.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test_curtsies_coderunner.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test_curtsies_painting.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test_curtsies_parser.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test_curtsies_repl.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test_filewatch.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test_history.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test_importcompletion.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test_inspection.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test_interpreter.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test_keys.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test_line_properties.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test_manual_readline.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test_preprocess.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test_repl.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
copying build/lib/bpython/test/test_simpleeval.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/test
creating build/bdist.macosx-12.3-arm64/wheel/bpython/translations
copying build/lib/bpython/translations/__init__.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython/translations
copying build/lib/bpython/urwid.py -> build/bdist.macosx-12.3-arm64/wheel/./bpython
running install_data
creating build/bdist.macosx-12.3-arm64/wheel/bpython-0.25.data/data
creating build/bdist.macosx-12.3-arm64/wheel/bpython-0.25.data/data/share/applications
copying data/org.bpython-interpreter.bpython.desktop -> build/bdist.macosx-12.3-arm64/wheel/bpython-0.25.data/data/share/applications
creating build/bdist.macosx-12.3-arm64/wheel/bpython-0.25.data/data/share/metainfo
copying data/org.bpython-interpreter.bpython.metainfo.xml -> build/bdist.macosx-12.3-arm64/wheel/bpython-0.25.data/data/share/metainfo
creating build/bdist.macosx-12.3-arm64/wheel/bpython-0.25.data/data/share/pixmaps
copying data/bpython.png -> build/bdist.macosx-12.3-arm64/wheel/bpython-0.25.data/data/share/pixmaps
creating build/bdist.macosx-12.3-arm64/wheel/bpython-0.25.data/data/share/man/man1
copying build/man/bpython.1 -> build/bdist.macosx-12.3-arm64/wheel/bpython-0.25.data/data/share/man/man1
creating build/bdist.macosx-12.3-arm64/wheel/bpython-0.25.data/data/share/man/man5
copying build/man/bpython-config.5 -> build/bdist.macosx-12.3-arm64/wheel/bpython-0.25.data/data/share/man/man5
running install_egg_info
running egg_info
writing bpython.egg-info/PKG-INFO
writing dependency_links to bpython.egg-info/dependency_links.txt
writing entry points to bpython.egg-info/entry_points.txt
writing requirements to bpython.egg-info/requires.txt
writing top-level names to bpython.egg-info/top_level.txt
reading manifest file 'bpython.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching '.pycheckrc'
warning: no files found matching 'data/org.bpython-interpreter.bpython.appdata.xml'
adding license file 'LICENSE'
writing manifest file 'bpython.egg-info/SOURCES.txt'
Copying bpython.egg-info to build/bdist.macosx-12.3-arm64/wheel/./bpython-0.25-py3.12.egg-info
running install_scripts
creating build/bdist.macosx-12.3-arm64/wheel/bpython-0.25.dist-info/WHEEL
creating '/Users/pbulk/build/devel/bpython/work/bpython-0.25/dist/.tmp-ohoa7_9q/bpython-0.25-py3-none-any.whl' and adding 'build/bdist.macosx-12.3-arm64/wheel' to it
adding 'bpdb/__init__.py'
adding 'bpdb/__main__.py'
adding 'bpdb/debugger.py'
adding 'bpython/__init__.py'
adding 'bpython/__main__.py'
adding 'bpython/_internal.py'
adding 'bpython/_typing_compat.py'
adding 'bpython/_version.py'
adding 'bpython/args.py'
adding 'bpython/autocomplete.py'
adding 'bpython/config.py'
adding 'bpython/curtsies.py'
adding 'bpython/filelock.py'
adding 'bpython/formatter.py'
adding 'bpython/history.py'
adding 'bpython/importcompletion.py'
adding 'bpython/inspection.py'
adding 'bpython/keys.py'
adding 'bpython/lazyre.py'
adding 'bpython/line.py'
adding 'bpython/pager.py'
adding 'bpython/paste.py'
adding 'bpython/patch_linecache.py'
adding 'bpython/repl.py'
adding 'bpython/sample-config'
adding 'bpython/simpleeval.py'
adding 'bpython/urwid.py'
adding 'bpython/curtsiesfrontend/__init__.py'
adding 'bpython/curtsiesfrontend/_internal.py'
adding 'bpython/curtsiesfrontend/coderunner.py'
adding 'bpython/curtsiesfrontend/events.py'
adding 'bpython/curtsiesfrontend/filewatch.py'
adding 'bpython/curtsiesfrontend/interaction.py'
adding 'bpython/curtsiesfrontend/interpreter.py'
adding 'bpython/curtsiesfrontend/manual_readline.py'
adding 'bpython/curtsiesfrontend/parse.py'
adding 'bpython/curtsiesfrontend/preprocess.py'
adding 'bpython/curtsiesfrontend/repl.py'
adding 'bpython/curtsiesfrontend/replpainter.py'
adding 'bpython/curtsiesfrontend/sitefix.py'
adding 'bpython/test/__init__.py'
adding 'bpython/test/test.config'
adding 'bpython/test/test.theme'
adding 'bpython/test/test_args.py'
adding 'bpython/test/test_autocomplete.py'
adding 'bpython/test/test_brackets_completion.py'
adding 'bpython/test/test_config.py'
adding 'bpython/test/test_crashers.py'
adding 'bpython/test/test_curtsies.py'
adding 'bpython/test/test_curtsies_coderunner.py'
adding 'bpython/test/test_curtsies_painting.py'
adding 'bpython/test/test_curtsies_parser.py'
adding 'bpython/test/test_curtsies_repl.py'
adding 'bpython/test/test_filewatch.py'
adding 'bpython/test/test_history.py'
adding 'bpython/test/test_importcompletion.py'
adding 'bpython/test/test_inspection.py'
adding 'bpython/test/test_interpreter.py'
adding 'bpython/test/test_keys.py'
adding 'bpython/test/test_line_properties.py'
adding 'bpython/test/test_manual_readline.py'
adding 'bpython/test/test_preprocess.py'
adding 'bpython/test/test_repl.py'
adding 'bpython/test/test_simpleeval.py'
adding 'bpython/test/fodder/__init__.py'
adding 'bpython/test/fodder/encoding_ascii.py'
adding 'bpython/test/fodder/encoding_latin1.py'
adding 'bpython/test/fodder/encoding_utf8.py'
adding 'bpython/test/fodder/original.py'
adding 'bpython/test/fodder/processed.py'
adding 'bpython/translations/__init__.py'
adding 'bpython-0.25.data/data/share/applications/org.bpython-interpreter.bpython.desktop'
adding 'bpython-0.25.data/data/share/man/man1/bpython.1'
adding 'bpython-0.25.data/data/share/man/man5/bpython-config.5'
adding 'bpython-0.25.data/data/share/metainfo/org.bpython-interpreter.bpython.metainfo.xml'
adding 'bpython-0.25.data/data/share/pixmaps/bpython.png'
adding 'bpython-0.25.dist-info/licenses/LICENSE'
adding 'bpython-0.25.dist-info/METADATA'
adding 'bpython-0.25.dist-info/WHEEL'
adding 'bpython-0.25.dist-info/entry_points.txt'
adding 'bpython-0.25.dist-info/top_level.txt'
adding 'bpython-0.25.dist-info/RECORD'
removing build/bdist.macosx-12.3-arm64/wheel
Successfully built bpython-0.25-py3-none-any.whl