==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done ==> Making package: python-pystache 0.6.5-3 (Mon Dec 23 12:06:53 2024) ==> Retrieving sources... -> Found pystache-0.6.5.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... pystache-0.6.5.tar.gz ... Passed ==> Making package: python-pystache 0.6.5-3 (Mon 23 Dec 2024 12:06:59 PM MST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (14) python-autocommand-2.2.2-7 python-jaraco.collections-5.0.1-2 python-jaraco.context-5.3.0-3 python-jaraco.functools-4.1.0-1 python-jaraco.text-4.0.0-2 python-more-itertools-10.5.0-1 python-packaging-24.2-3 python-platformdirs-4.3.6-2 python-pyproject-hooks-1.2.0-3 python-setuptools-1:75.2.0-4 python-build-1.2.2-3 python-installer-0.7.0-10 python-setuptools-scm-8.1.0-3 python-wheel-0.45.0-3 Total Installed Size: 11.09 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... checking available disk space... :: Processing package changes... installing python-packaging... installing python-pyproject-hooks... installing python-build... Optional dependencies for python-build python-pip: to use as the Python package installer (default) python-uv: to use as the Python package installer python-virtualenv: to use virtualenv for build isolation installing python-installer... installing python-more-itertools... installing python-jaraco.functools... installing python-jaraco.context... installing python-autocommand... installing python-jaraco.text... Optional dependencies for python-jaraco.text python-inflect: for show-newlines script installing python-jaraco.collections... installing python-platformdirs... installing python-wheel... Optional dependencies for python-wheel python-keyring: for wheel.signatures python-xdg: for wheel.signatures python-setuptools: for legacy bdist_wheel subcommand [pending] installing python-setuptools... installing python-setuptools-scm... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Retrieving sources... -> Found pystache-0.6.5.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting pystache-0.6.5.tar.gz with bsdtar ==> Starting build()... * Getting build dependencies for wheel... running egg_info creating pystache.egg-info writing pystache.egg-info/PKG-INFO writing dependency_links to pystache.egg-info/dependency_links.txt writing entry points to pystache.egg-info/entry_points.txt writing requirements to pystache.egg-info/requires.txt writing top-level names to pystache.egg-info/top_level.txt writing manifest file 'pystache.egg-info/SOURCES.txt' WARNING setuptools_scm._file_finders.git git archive detected - fallback to listing all files reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pystache.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build/lib/pystache copying pystache/__init__.py -> build/lib/pystache copying pystache/renderengine.py -> build/lib/pystache copying pystache/context.py -> build/lib/pystache copying pystache/common.py -> build/lib/pystache copying pystache/renderer.py -> build/lib/pystache copying pystache/specloader.py -> build/lib/pystache copying pystache/template_spec.py -> build/lib/pystache copying pystache/parser.py -> build/lib/pystache copying pystache/loader.py -> build/lib/pystache copying pystache/_version.py -> build/lib/pystache copying pystache/locator.py -> build/lib/pystache copying pystache/parsed.py -> build/lib/pystache copying pystache/defaults.py -> build/lib/pystache copying pystache/init.py -> build/lib/pystache creating build/lib/pystache/tests copying pystache/tests/__init__.py -> build/lib/pystache/tests copying pystache/tests/doctesting.py -> build/lib/pystache/tests copying pystache/tests/common.py -> build/lib/pystache/tests copying pystache/tests/test_parser.py -> build/lib/pystache/tests copying pystache/tests/test_context.py -> build/lib/pystache/tests copying pystache/tests/test_renderer.py -> build/lib/pystache/tests copying pystache/tests/main.py -> build/lib/pystache/tests copying pystache/tests/test_locator.py -> build/lib/pystache/tests copying pystache/tests/test___init__.py -> build/lib/pystache/tests copying pystache/tests/test_simple.py -> build/lib/pystache/tests copying pystache/tests/test_commands.py -> build/lib/pystache/tests copying pystache/tests/benchmark.py -> build/lib/pystache/tests copying pystache/tests/test_specloader.py -> build/lib/pystache/tests copying pystache/tests/test_defaults.py -> build/lib/pystache/tests copying pystache/tests/test_renderengine.py -> build/lib/pystache/tests copying pystache/tests/test_examples.py -> build/lib/pystache/tests copying pystache/tests/test_pystache.py -> build/lib/pystache/tests copying pystache/tests/spectesting.py -> build/lib/pystache/tests copying pystache/tests/test_loader.py -> build/lib/pystache/tests creating build/lib/pystache/commands copying pystache/commands/__init__.py -> build/lib/pystache/commands copying pystache/commands/render.py -> build/lib/pystache/commands copying pystache/commands/test.py -> build/lib/pystache/commands creating build/lib/pystache/tests/examples copying pystache/tests/examples/__init__.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/complex.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/comments.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/simple.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/lambdas.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/partials_with_lambdas.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/unicode_output.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/readme.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/escaped.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/template_partial.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/delimiters.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/nested_context.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/unescaped.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/double_section.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/unicode_input.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/inverted.py -> build/lib/pystache/tests/examples creating build/lib/pystache/tests/data copying pystache/tests/data/__init__.py -> build/lib/pystache/tests/data copying pystache/tests/data/views.py -> build/lib/pystache/tests/data creating build/lib/pystache/tests/data/locator copying pystache/tests/data/locator/__init__.py -> build/lib/pystache/tests/data/locator running egg_info writing pystache.egg-info/PKG-INFO writing dependency_links to pystache.egg-info/dependency_links.txt writing entry points to pystache.egg-info/entry_points.txt writing requirements to pystache.egg-info/requires.txt writing top-level names to pystache.egg-info/top_level.txt WARNING setuptools_scm._file_finders.git git archive detected - fallback to listing all files reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pystache.egg-info/SOURCES.txt' copying pystache/tests/examples/comments.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/complex.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/delimiters.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/double_section.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/escaped.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/extensionless -> build/lib/pystache/tests/examples copying pystache/tests/examples/inner_partial.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/inner_partial.txt -> build/lib/pystache/tests/examples copying pystache/tests/examples/inverted.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/lambdas.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/looping_partial.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/nested_context.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/partial_in_partial.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/partial_with_lambda.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/partial_with_partial_and_lambda.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/say_hello.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/simple.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/tagless.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/template_partial.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/template_partial.txt -> build/lib/pystache/tests/examples copying pystache/tests/examples/unescaped.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/unicode_input.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/unicode_output.mustache -> build/lib/pystache/tests/examples copying pystache/tests/data/ascii.mustache -> build/lib/pystache/tests/data copying pystache/tests/data/duplicate.mustache -> build/lib/pystache/tests/data copying pystache/tests/data/non_ascii.mustache -> build/lib/pystache/tests/data copying pystache/tests/data/sample_view.mustache -> build/lib/pystache/tests/data copying pystache/tests/data/say_hello.mustache -> build/lib/pystache/tests/data copying pystache/tests/data/locator/duplicate.mustache -> build/lib/pystache/tests/data/locator copying pystache/tests/data/locator/template.txt -> build/lib/pystache/tests/data/locator installing to build/bdist.linux-aarch64/wheel running install running install_lib creating build/bdist.linux-aarch64/wheel creating build/bdist.linux-aarch64/wheel/pystache copying build/lib/pystache/__init__.py -> build/bdist.linux-aarch64/wheel/./pystache creating build/bdist.linux-aarch64/wheel/pystache/tests copying build/lib/pystache/tests/__init__.py -> build/bdist.linux-aarch64/wheel/./pystache/tests copying build/lib/pystache/tests/doctesting.py -> build/bdist.linux-aarch64/wheel/./pystache/tests copying build/lib/pystache/tests/common.py -> build/bdist.linux-aarch64/wheel/./pystache/tests copying build/lib/pystache/tests/test_parser.py -> build/bdist.linux-aarch64/wheel/./pystache/tests creating build/bdist.linux-aarch64/wheel/pystache/tests/examples copying build/lib/pystache/tests/examples/unicode_output.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/__init__.py -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/complex.py -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/unicode_input.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/comments.py -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/inverted.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/simple.py -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/inner_partial.txt -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/escaped.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/double_section.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/say_hello.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/comments.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/complex.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/tagless.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/lambdas.py -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/simple.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/partial_with_lambda.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/partials_with_lambdas.py -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/unicode_output.py -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/readme.py -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/escaped.py -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/template_partial.py -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/unescaped.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/delimiters.py -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/partial_in_partial.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/inner_partial.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/lambdas.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/nested_context.py -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/delimiters.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/template_partial.txt -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/extensionless -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/unescaped.py -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/partial_with_partial_and_lambda.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/template_partial.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/looping_partial.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/double_section.py -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/unicode_input.py -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/nested_context.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/examples/inverted.py -> build/bdist.linux-aarch64/wheel/./pystache/tests/examples copying build/lib/pystache/tests/test_context.py -> build/bdist.linux-aarch64/wheel/./pystache/tests copying build/lib/pystache/tests/test_renderer.py -> build/bdist.linux-aarch64/wheel/./pystache/tests creating build/bdist.linux-aarch64/wheel/pystache/tests/data copying build/lib/pystache/tests/data/__init__.py -> build/bdist.linux-aarch64/wheel/./pystache/tests/data copying build/lib/pystache/tests/data/non_ascii.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/data copying build/lib/pystache/tests/data/say_hello.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/data copying build/lib/pystache/tests/data/views.py -> build/bdist.linux-aarch64/wheel/./pystache/tests/data copying build/lib/pystache/tests/data/duplicate.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/data copying build/lib/pystache/tests/data/sample_view.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/data copying build/lib/pystache/tests/data/ascii.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/data creating build/bdist.linux-aarch64/wheel/pystache/tests/data/locator copying build/lib/pystache/tests/data/locator/__init__.py -> build/bdist.linux-aarch64/wheel/./pystache/tests/data/locator copying build/lib/pystache/tests/data/locator/duplicate.mustache -> build/bdist.linux-aarch64/wheel/./pystache/tests/data/locator copying build/lib/pystache/tests/data/locator/template.txt -> build/bdist.linux-aarch64/wheel/./pystache/tests/data/locator copying build/lib/pystache/tests/main.py -> build/bdist.linux-aarch64/wheel/./pystache/tests copying build/lib/pystache/tests/test_locator.py -> build/bdist.linux-aarch64/wheel/./pystache/tests copying build/lib/pystache/tests/test___init__.py -> build/bdist.linux-aarch64/wheel/./pystache/tests copying build/lib/pystache/tests/test_simple.py -> build/bdist.linux-aarch64/wheel/./pystache/tests copying build/lib/pystache/tests/test_commands.py -> build/bdist.linux-aarch64/wheel/./pystache/tests copying build/lib/pystache/tests/benchmark.py -> build/bdist.linux-aarch64/wheel/./pystache/tests copying build/lib/pystache/tests/test_specloader.py -> build/bdist.linux-aarch64/wheel/./pystache/tests copying build/lib/pystache/tests/test_defaults.py -> build/bdist.linux-aarch64/wheel/./pystache/tests copying build/lib/pystache/tests/test_renderengine.py -> build/bdist.linux-aarch64/wheel/./pystache/tests copying build/lib/pystache/tests/test_examples.py -> build/bdist.linux-aarch64/wheel/./pystache/tests copying build/lib/pystache/tests/test_pystache.py -> build/bdist.linux-aarch64/wheel/./pystache/tests copying build/lib/pystache/tests/spectesting.py -> build/bdist.linux-aarch64/wheel/./pystache/tests copying build/lib/pystache/tests/test_loader.py -> build/bdist.linux-aarch64/wheel/./pystache/tests copying build/lib/pystache/renderengine.py -> build/bdist.linux-aarch64/wheel/./pystache copying build/lib/pystache/context.py -> build/bdist.linux-aarch64/wheel/./pystache copying build/lib/pystache/common.py -> build/bdist.linux-aarch64/wheel/./pystache copying build/lib/pystache/renderer.py -> build/bdist.linux-aarch64/wheel/./pystache copying build/lib/pystache/specloader.py -> build/bdist.linux-aarch64/wheel/./pystache copying build/lib/pystache/template_spec.py -> build/bdist.linux-aarch64/wheel/./pystache copying build/lib/pystache/parser.py -> build/bdist.linux-aarch64/wheel/./pystache creating build/bdist.linux-aarch64/wheel/pystache/commands copying build/lib/pystache/commands/__init__.py -> build/bdist.linux-aarch64/wheel/./pystache/commands copying build/lib/pystache/commands/render.py -> build/bdist.linux-aarch64/wheel/./pystache/commands copying build/lib/pystache/commands/test.py -> build/bdist.linux-aarch64/wheel/./pystache/commands copying build/lib/pystache/loader.py -> build/bdist.linux-aarch64/wheel/./pystache copying build/lib/pystache/_version.py -> build/bdist.linux-aarch64/wheel/./pystache copying build/lib/pystache/locator.py -> build/bdist.linux-aarch64/wheel/./pystache copying build/lib/pystache/parsed.py -> build/bdist.linux-aarch64/wheel/./pystache copying build/lib/pystache/defaults.py -> build/bdist.linux-aarch64/wheel/./pystache copying build/lib/pystache/init.py -> build/bdist.linux-aarch64/wheel/./pystache running install_egg_info Copying pystache.egg-info to build/bdist.linux-aarch64/wheel/./pystache-0.6.5-py3.13.egg-info running install_scripts creating build/bdist.linux-aarch64/wheel/pystache-0.6.5.dist-info/WHEEL creating '/build/python-pystache/src/pystache-0.6.5/dist/.tmp-oh3ft6mg/pystache-0.6.5-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it adding 'pystache/__init__.py' adding 'pystache/_version.py' adding 'pystache/common.py' adding 'pystache/context.py' adding 'pystache/defaults.py' adding 'pystache/init.py' adding 'pystache/loader.py' adding 'pystache/locator.py' adding 'pystache/parsed.py' adding 'pystache/parser.py' adding 'pystache/renderengine.py' adding 'pystache/renderer.py' adding 'pystache/specloader.py' adding 'pystache/template_spec.py' adding 'pystache/commands/__init__.py' adding 'pystache/commands/render.py' adding 'pystache/commands/test.py' adding 'pystache/tests/__init__.py' adding 'pystache/tests/benchmark.py' adding 'pystache/tests/common.py' adding 'pystache/tests/doctesting.py' adding 'pystache/tests/main.py' adding 'pystache/tests/spectesting.py' adding 'pystache/tests/test___init__.py' adding 'pystache/tests/test_commands.py' adding 'pystache/tests/test_context.py' adding 'pystache/tests/test_defaults.py' adding 'pystache/tests/test_examples.py' adding 'pystache/tests/test_loader.py' adding 'pystache/tests/test_locator.py' adding 'pystache/tests/test_parser.py' adding 'pystache/tests/test_pystache.py' adding 'pystache/tests/test_renderengine.py' adding 'pystache/tests/test_renderer.py' adding 'pystache/tests/test_simple.py' adding 'pystache/tests/test_specloader.py' adding 'pystache/tests/data/__init__.py' adding 'pystache/tests/data/ascii.mustache' adding 'pystache/tests/data/duplicate.mustache' adding 'pystache/tests/data/non_ascii.mustache' adding 'pystache/tests/data/sample_view.mustache' adding 'pystache/tests/data/say_hello.mustache' adding 'pystache/tests/data/views.py' adding 'pystache/tests/data/locator/__init__.py' adding 'pystache/tests/data/locator/duplicate.mustache' adding 'pystache/tests/data/locator/template.txt' adding 'pystache/tests/examples/__init__.py' adding 'pystache/tests/examples/comments.mustache' adding 'pystache/tests/examples/comments.py' adding 'pystache/tests/examples/complex.mustache' adding 'pystache/tests/examples/complex.py' adding 'pystache/tests/examples/delimiters.mustache' adding 'pystache/tests/examples/delimiters.py' adding 'pystache/tests/examples/double_section.mustache' adding 'pystache/tests/examples/double_section.py' adding 'pystache/tests/examples/escaped.mustache' adding 'pystache/tests/examples/escaped.py' adding 'pystache/tests/examples/extensionless' adding 'pystache/tests/examples/inner_partial.mustache' adding 'pystache/tests/examples/inner_partial.txt' adding 'pystache/tests/examples/inverted.mustache' adding 'pystache/tests/examples/inverted.py' adding 'pystache/tests/examples/lambdas.mustache' adding 'pystache/tests/examples/lambdas.py' adding 'pystache/tests/examples/looping_partial.mustache' adding 'pystache/tests/examples/nested_context.mustache' adding 'pystache/tests/examples/nested_context.py' adding 'pystache/tests/examples/partial_in_partial.mustache' adding 'pystache/tests/examples/partial_with_lambda.mustache' adding 'pystache/tests/examples/partial_with_partial_and_lambda.mustache' adding 'pystache/tests/examples/partials_with_lambdas.py' adding 'pystache/tests/examples/readme.py' adding 'pystache/tests/examples/say_hello.mustache' adding 'pystache/tests/examples/simple.mustache' adding 'pystache/tests/examples/simple.py' adding 'pystache/tests/examples/tagless.mustache' adding 'pystache/tests/examples/template_partial.mustache' adding 'pystache/tests/examples/template_partial.py' adding 'pystache/tests/examples/template_partial.txt' adding 'pystache/tests/examples/unescaped.mustache' adding 'pystache/tests/examples/unescaped.py' adding 'pystache/tests/examples/unicode_input.mustache' adding 'pystache/tests/examples/unicode_input.py' adding 'pystache/tests/examples/unicode_output.mustache' adding 'pystache/tests/examples/unicode_output.py' adding 'pystache-0.6.5.dist-info/LICENSE' adding 'pystache-0.6.5.dist-info/METADATA' adding 'pystache-0.6.5.dist-info/WHEEL' adding 'pystache-0.6.5.dist-info/entry_points.txt' adding 'pystache-0.6.5.dist-info/top_level.txt' adding 'pystache-0.6.5.dist-info/RECORD' removing build/bdist.linux-aarch64/wheel Successfully built pystache-0.6.5-py3-none-any.whl ==> Entering fakeroot environment... ==> Starting package()... ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "python-pystache"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-pystache 0.6.5-3 (Mon 23 Dec 2024 12:07:11 PM MST) ==> Cleaning up...