==> Synchronizing chroot copy [/home/leming/armv8/root] -> [leming]...done ==> Making package: asciidoc 10.2.1-2 (Mon Dec 23 16:18:43 2024) ==> Retrieving sources... -> Found asciidoc-10.2.1.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha256sums... asciidoc-10.2.1.tar.gz ... Passed ==> Validating source files with b2sums... asciidoc-10.2.1.tar.gz ... Passed ==> Making package: asciidoc 10.2.1-2 (Mon 23 Dec 2024 04:18:49 PM MST) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (3) docbook-xml-4.5-10 docbook-xsl-1.79.2-9 libxslt-1.1.42-2 Total Installed Size: 29.27 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 docbook-xml... installing libxslt... Optional dependencies for libxslt python: Python bindings [installed] installing docbook-xsl... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (13) 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-build-1.2.2-3 python-installer-0.7.0-10 python-setuptools-1:75.2.0-4 python-wheel-0.45.0-3 Total Installed Size: 10.72 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-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-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-setuptools... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Retrieving sources... -> Found asciidoc-10.2.1.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting asciidoc-10.2.1.tar.gz with bsdtar ==> Starting prepare()... ==> Starting build()... checking for a sed that does not truncate output... /usr/bin/sed checking whether ln -s works... yes checking for a BSD-compatible install... /usr/bin/install -c configure: creating ./config.status config.status: creating Makefile python3 -m build -wn * Getting build dependencies for wheel... running egg_info creating asciidoc.egg-info writing asciidoc.egg-info/PKG-INFO writing dependency_links to asciidoc.egg-info/dependency_links.txt writing entry points to asciidoc.egg-info/entry_points.txt writing top-level names to asciidoc.egg-info/top_level.txt writing manifest file 'asciidoc.egg-info/SOURCES.txt' reading manifest file 'asciidoc.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'asciidoc.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build/lib/asciidoc copying asciidoc/__init__.py -> build/lib/asciidoc copying asciidoc/asciidoc.py -> build/lib/asciidoc copying asciidoc/plugin.py -> build/lib/asciidoc copying asciidoc/collections.py -> build/lib/asciidoc copying asciidoc/a2x.py -> build/lib/asciidoc copying asciidoc/attrs.py -> build/lib/asciidoc copying asciidoc/message.py -> build/lib/asciidoc copying asciidoc/utils.py -> build/lib/asciidoc copying asciidoc/api.py -> build/lib/asciidoc copying asciidoc/exceptions.py -> build/lib/asciidoc copying asciidoc/__metadata__.py -> build/lib/asciidoc copying asciidoc/__main__.py -> build/lib/asciidoc creating build/lib/asciidoc/blocks copying asciidoc/blocks/__init__.py -> build/lib/asciidoc/blocks copying asciidoc/blocks/table.py -> build/lib/asciidoc/blocks running egg_info writing asciidoc.egg-info/PKG-INFO writing dependency_links to asciidoc.egg-info/dependency_links.txt writing entry points to asciidoc.egg-info/entry_points.txt writing top-level names to asciidoc.egg-info/top_level.txt reading manifest file 'asciidoc.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'asciidoc.egg-info/SOURCES.txt' /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources' to be distributed and are already explicitly excluding 'asciidoc.resources' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.dblatex' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.dblatex' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.dblatex' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.dblatex' to be distributed and are already explicitly excluding 'asciidoc.resources.dblatex' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.filters' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.filters' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.filters' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.filters' to be distributed and are already explicitly excluding 'asciidoc.resources.filters' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.filters.code' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.filters.code' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.filters.code' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.filters.code' to be distributed and are already explicitly excluding 'asciidoc.resources.filters.code' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.filters.graphviz' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.filters.graphviz' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.filters.graphviz' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.filters.graphviz' to be distributed and are already explicitly excluding 'asciidoc.resources.filters.graphviz' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.filters.latex' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.filters.latex' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.filters.latex' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.filters.latex' to be distributed and are already explicitly excluding 'asciidoc.resources.filters.latex' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.filters.music' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.filters.music' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.filters.music' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.filters.music' to be distributed and are already explicitly excluding 'asciidoc.resources.filters.music' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.filters.source' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.filters.source' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.filters.source' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.filters.source' to be distributed and are already explicitly excluding 'asciidoc.resources.filters.source' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.icons' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.icons' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.icons' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.icons' to be distributed and are already explicitly excluding 'asciidoc.resources.icons' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.icons.callouts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.icons.callouts' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.icons.callouts' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.icons.callouts' to be distributed and are already explicitly excluding 'asciidoc.resources.icons.callouts' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.javascripts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.javascripts' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.javascripts' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.javascripts' to be distributed and are already explicitly excluding 'asciidoc.resources.javascripts' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.stylesheets' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.stylesheets' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.stylesheets' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.stylesheets' to be distributed and are already explicitly excluding 'asciidoc.resources.stylesheets' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.themes.flask' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.themes.flask' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.themes.flask' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.themes.flask' to be distributed and are already explicitly excluding 'asciidoc.resources.themes.flask' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.themes.volnitsky' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.themes.volnitsky' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.themes.volnitsky' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.themes.volnitsky' to be distributed and are already explicitly excluding 'asciidoc.resources.themes.volnitsky' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) creating build/lib/asciidoc/resources copying asciidoc/resources/asciidoc.conf -> build/lib/asciidoc/resources copying asciidoc/resources/docbook45.conf -> build/lib/asciidoc/resources copying asciidoc/resources/docbook5.conf -> build/lib/asciidoc/resources copying asciidoc/resources/help.conf -> build/lib/asciidoc/resources copying asciidoc/resources/html4.conf -> build/lib/asciidoc/resources copying asciidoc/resources/html5.conf -> build/lib/asciidoc/resources copying asciidoc/resources/lang-ca.conf -> build/lib/asciidoc/resources copying asciidoc/resources/lang-cs.conf -> build/lib/asciidoc/resources copying asciidoc/resources/lang-de.conf -> build/lib/asciidoc/resources copying asciidoc/resources/lang-el.conf -> build/lib/asciidoc/resources copying asciidoc/resources/lang-en.conf -> build/lib/asciidoc/resources copying asciidoc/resources/lang-es.conf -> build/lib/asciidoc/resources copying asciidoc/resources/lang-fi.conf -> build/lib/asciidoc/resources copying asciidoc/resources/lang-fr.conf -> build/lib/asciidoc/resources copying asciidoc/resources/lang-hu.conf -> build/lib/asciidoc/resources copying asciidoc/resources/lang-id.conf -> build/lib/asciidoc/resources copying asciidoc/resources/lang-it.conf -> build/lib/asciidoc/resources copying asciidoc/resources/lang-ja.conf -> build/lib/asciidoc/resources copying asciidoc/resources/lang-nl.conf -> build/lib/asciidoc/resources copying asciidoc/resources/lang-pl.conf -> build/lib/asciidoc/resources copying asciidoc/resources/lang-pt-BR.conf -> build/lib/asciidoc/resources copying asciidoc/resources/lang-ro.conf -> build/lib/asciidoc/resources copying asciidoc/resources/lang-ru.conf -> build/lib/asciidoc/resources copying asciidoc/resources/lang-sv.conf -> build/lib/asciidoc/resources copying asciidoc/resources/lang-uk.conf -> build/lib/asciidoc/resources copying asciidoc/resources/lang-zh-CN.conf -> build/lib/asciidoc/resources copying asciidoc/resources/latex.conf -> build/lib/asciidoc/resources copying asciidoc/resources/slidy.conf -> build/lib/asciidoc/resources copying asciidoc/resources/text.conf -> build/lib/asciidoc/resources copying asciidoc/resources/xhtml11-quirks.conf -> build/lib/asciidoc/resources copying asciidoc/resources/xhtml11.conf -> build/lib/asciidoc/resources creating build/lib/asciidoc/resources/dblatex copying asciidoc/resources/dblatex/asciidoc-dblatex.sty -> build/lib/asciidoc/resources/dblatex copying asciidoc/resources/dblatex/asciidoc-dblatex.xsl -> build/lib/asciidoc/resources/dblatex copying asciidoc/resources/dblatex/dblatex-readme.txt -> build/lib/asciidoc/resources/dblatex creating build/lib/asciidoc/resources/docbook-xsl copying asciidoc/resources/docbook-xsl/asciidoc-docbook-xsl.txt -> build/lib/asciidoc/resources/docbook-xsl copying asciidoc/resources/docbook-xsl/chunked.xsl -> build/lib/asciidoc/resources/docbook-xsl copying asciidoc/resources/docbook-xsl/common.xsl -> build/lib/asciidoc/resources/docbook-xsl copying asciidoc/resources/docbook-xsl/epub.xsl -> build/lib/asciidoc/resources/docbook-xsl copying asciidoc/resources/docbook-xsl/fo.xsl -> build/lib/asciidoc/resources/docbook-xsl copying asciidoc/resources/docbook-xsl/htmlhelp.xsl -> build/lib/asciidoc/resources/docbook-xsl copying asciidoc/resources/docbook-xsl/manpage.xsl -> build/lib/asciidoc/resources/docbook-xsl copying asciidoc/resources/docbook-xsl/text.xsl -> build/lib/asciidoc/resources/docbook-xsl copying asciidoc/resources/docbook-xsl/xhtml.xsl -> build/lib/asciidoc/resources/docbook-xsl creating build/lib/asciidoc/resources/filters copying asciidoc/resources/filters/unwraplatex.py -> build/lib/asciidoc/resources/filters creating build/lib/asciidoc/resources/filters/code copying asciidoc/resources/filters/code/code-filter-readme.txt -> build/lib/asciidoc/resources/filters/code copying asciidoc/resources/filters/code/code-filter-test.txt -> build/lib/asciidoc/resources/filters/code copying asciidoc/resources/filters/code/code-filter.conf -> build/lib/asciidoc/resources/filters/code copying asciidoc/resources/filters/code/code-filter.py -> build/lib/asciidoc/resources/filters/code creating build/lib/asciidoc/resources/filters/graphviz copying asciidoc/resources/filters/graphviz/asciidoc-graphviz-sample.txt -> build/lib/asciidoc/resources/filters/graphviz copying asciidoc/resources/filters/graphviz/graphviz-filter.conf -> build/lib/asciidoc/resources/filters/graphviz copying asciidoc/resources/filters/graphviz/graphviz2png.py -> build/lib/asciidoc/resources/filters/graphviz creating build/lib/asciidoc/resources/filters/latex copying asciidoc/resources/filters/latex/latex-filter.conf -> build/lib/asciidoc/resources/filters/latex copying asciidoc/resources/filters/latex/latex2img.py -> build/lib/asciidoc/resources/filters/latex creating build/lib/asciidoc/resources/filters/music copying asciidoc/resources/filters/music/music-filter-test.txt -> build/lib/asciidoc/resources/filters/music copying asciidoc/resources/filters/music/music-filter.conf -> build/lib/asciidoc/resources/filters/music copying asciidoc/resources/filters/music/music2png.py -> build/lib/asciidoc/resources/filters/music creating build/lib/asciidoc/resources/filters/source copying asciidoc/resources/filters/source/source-highlight-filter-test.txt -> build/lib/asciidoc/resources/filters/source copying asciidoc/resources/filters/source/source-highlight-filter.conf -> build/lib/asciidoc/resources/filters/source creating build/lib/asciidoc/resources/icons copying asciidoc/resources/icons/caution.png -> build/lib/asciidoc/resources/icons copying asciidoc/resources/icons/example.png -> build/lib/asciidoc/resources/icons copying asciidoc/resources/icons/home.png -> build/lib/asciidoc/resources/icons copying asciidoc/resources/icons/important.png -> build/lib/asciidoc/resources/icons copying asciidoc/resources/icons/next.png -> build/lib/asciidoc/resources/icons copying asciidoc/resources/icons/note.png -> build/lib/asciidoc/resources/icons copying asciidoc/resources/icons/prev.png -> build/lib/asciidoc/resources/icons copying asciidoc/resources/icons/tip.png -> build/lib/asciidoc/resources/icons copying asciidoc/resources/icons/up.png -> build/lib/asciidoc/resources/icons copying asciidoc/resources/icons/warning.png -> build/lib/asciidoc/resources/icons creating build/lib/asciidoc/resources/icons/callouts copying asciidoc/resources/icons/callouts/1.png -> build/lib/asciidoc/resources/icons/callouts copying asciidoc/resources/icons/callouts/10.png -> build/lib/asciidoc/resources/icons/callouts copying asciidoc/resources/icons/callouts/11.png -> build/lib/asciidoc/resources/icons/callouts copying asciidoc/resources/icons/callouts/12.png -> build/lib/asciidoc/resources/icons/callouts copying asciidoc/resources/icons/callouts/13.png -> build/lib/asciidoc/resources/icons/callouts copying asciidoc/resources/icons/callouts/14.png -> build/lib/asciidoc/resources/icons/callouts copying asciidoc/resources/icons/callouts/15.png -> build/lib/asciidoc/resources/icons/callouts copying asciidoc/resources/icons/callouts/2.png -> build/lib/asciidoc/resources/icons/callouts copying asciidoc/resources/icons/callouts/3.png -> build/lib/asciidoc/resources/icons/callouts copying asciidoc/resources/icons/callouts/4.png -> build/lib/asciidoc/resources/icons/callouts copying asciidoc/resources/icons/callouts/5.png -> build/lib/asciidoc/resources/icons/callouts copying asciidoc/resources/icons/callouts/6.png -> build/lib/asciidoc/resources/icons/callouts copying asciidoc/resources/icons/callouts/7.png -> build/lib/asciidoc/resources/icons/callouts copying asciidoc/resources/icons/callouts/8.png -> build/lib/asciidoc/resources/icons/callouts copying asciidoc/resources/icons/callouts/9.png -> build/lib/asciidoc/resources/icons/callouts creating build/lib/asciidoc/resources/javascripts copying asciidoc/resources/javascripts/ASCIIMathML.js -> build/lib/asciidoc/resources/javascripts copying asciidoc/resources/javascripts/LaTeXMathML.js -> build/lib/asciidoc/resources/javascripts copying asciidoc/resources/javascripts/asciidoc.js -> build/lib/asciidoc/resources/javascripts copying asciidoc/resources/javascripts/slidy.js -> build/lib/asciidoc/resources/javascripts copying asciidoc/resources/javascripts/toc.js -> build/lib/asciidoc/resources/javascripts creating build/lib/asciidoc/resources/stylesheets copying asciidoc/resources/stylesheets/asciidoc.css -> build/lib/asciidoc/resources/stylesheets copying asciidoc/resources/stylesheets/docbook-xsl.css -> build/lib/asciidoc/resources/stylesheets copying asciidoc/resources/stylesheets/pygments.css -> build/lib/asciidoc/resources/stylesheets copying asciidoc/resources/stylesheets/slidy.css -> build/lib/asciidoc/resources/stylesheets copying asciidoc/resources/stylesheets/toc2.css -> build/lib/asciidoc/resources/stylesheets copying asciidoc/resources/stylesheets/xhtml11-quirks.css -> build/lib/asciidoc/resources/stylesheets creating build/lib/asciidoc/resources/themes/flask copying asciidoc/resources/themes/flask/flask.css -> build/lib/asciidoc/resources/themes/flask creating build/lib/asciidoc/resources/themes/volnitsky copying asciidoc/resources/themes/volnitsky/volnitsky.css -> build/lib/asciidoc/resources/themes/volnitsky installing to build/bdist.linux-aarch64/wheel running install running install_lib creating build/bdist.linux-aarch64/wheel creating build/bdist.linux-aarch64/wheel/asciidoc copying build/lib/asciidoc/__init__.py -> build/bdist.linux-aarch64/wheel/./asciidoc copying build/lib/asciidoc/asciidoc.py -> build/bdist.linux-aarch64/wheel/./asciidoc copying build/lib/asciidoc/plugin.py -> build/bdist.linux-aarch64/wheel/./asciidoc copying build/lib/asciidoc/collections.py -> build/bdist.linux-aarch64/wheel/./asciidoc copying build/lib/asciidoc/a2x.py -> build/bdist.linux-aarch64/wheel/./asciidoc copying build/lib/asciidoc/attrs.py -> build/bdist.linux-aarch64/wheel/./asciidoc copying build/lib/asciidoc/message.py -> build/bdist.linux-aarch64/wheel/./asciidoc copying build/lib/asciidoc/utils.py -> build/bdist.linux-aarch64/wheel/./asciidoc creating build/bdist.linux-aarch64/wheel/asciidoc/blocks copying build/lib/asciidoc/blocks/__init__.py -> build/bdist.linux-aarch64/wheel/./asciidoc/blocks copying build/lib/asciidoc/blocks/table.py -> build/bdist.linux-aarch64/wheel/./asciidoc/blocks copying build/lib/asciidoc/api.py -> build/bdist.linux-aarch64/wheel/./asciidoc copying build/lib/asciidoc/exceptions.py -> build/bdist.linux-aarch64/wheel/./asciidoc copying build/lib/asciidoc/__metadata__.py -> build/bdist.linux-aarch64/wheel/./asciidoc copying build/lib/asciidoc/__main__.py -> build/bdist.linux-aarch64/wheel/./asciidoc creating build/bdist.linux-aarch64/wheel/asciidoc/resources copying build/lib/asciidoc/resources/lang-en.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-hu.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-es.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/xhtml11-quirks.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/docbook5.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/html5.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-pl.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-fr.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/latex.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-ro.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-fi.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-uk.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/docbook45.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-sv.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources creating build/bdist.linux-aarch64/wheel/asciidoc/resources/javascripts copying build/lib/asciidoc/resources/javascripts/ASCIIMathML.js -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/javascripts copying build/lib/asciidoc/resources/javascripts/asciidoc.js -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/javascripts copying build/lib/asciidoc/resources/javascripts/LaTeXMathML.js -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/javascripts copying build/lib/asciidoc/resources/javascripts/toc.js -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/javascripts copying build/lib/asciidoc/resources/javascripts/slidy.js -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/javascripts copying build/lib/asciidoc/resources/lang-zh-CN.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/xhtml11.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-nl.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources creating build/bdist.linux-aarch64/wheel/asciidoc/resources/themes creating build/bdist.linux-aarch64/wheel/asciidoc/resources/themes/flask copying build/lib/asciidoc/resources/themes/flask/flask.css -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/themes/flask creating build/bdist.linux-aarch64/wheel/asciidoc/resources/themes/volnitsky copying build/lib/asciidoc/resources/themes/volnitsky/volnitsky.css -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/themes/volnitsky copying build/lib/asciidoc/resources/lang-it.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-ru.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources creating build/bdist.linux-aarch64/wheel/asciidoc/resources/filters copying build/lib/asciidoc/resources/filters/unwraplatex.py -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters creating build/bdist.linux-aarch64/wheel/asciidoc/resources/filters/latex copying build/lib/asciidoc/resources/filters/latex/latex2img.py -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/latex copying build/lib/asciidoc/resources/filters/latex/latex-filter.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/latex creating build/bdist.linux-aarch64/wheel/asciidoc/resources/filters/source copying build/lib/asciidoc/resources/filters/source/source-highlight-filter.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/source copying build/lib/asciidoc/resources/filters/source/source-highlight-filter-test.txt -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/source creating build/bdist.linux-aarch64/wheel/asciidoc/resources/filters/code copying build/lib/asciidoc/resources/filters/code/code-filter-readme.txt -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/code copying build/lib/asciidoc/resources/filters/code/code-filter.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/code copying build/lib/asciidoc/resources/filters/code/code-filter.py -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/code copying build/lib/asciidoc/resources/filters/code/code-filter-test.txt -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/code creating build/bdist.linux-aarch64/wheel/asciidoc/resources/filters/graphviz copying build/lib/asciidoc/resources/filters/graphviz/asciidoc-graphviz-sample.txt -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/graphviz copying build/lib/asciidoc/resources/filters/graphviz/graphviz-filter.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/graphviz copying build/lib/asciidoc/resources/filters/graphviz/graphviz2png.py -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/graphviz creating build/bdist.linux-aarch64/wheel/asciidoc/resources/filters/music copying build/lib/asciidoc/resources/filters/music/music-filter.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/music copying build/lib/asciidoc/resources/filters/music/music-filter-test.txt -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/music copying build/lib/asciidoc/resources/filters/music/music2png.py -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/music copying build/lib/asciidoc/resources/text.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-de.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-el.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-cs.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/asciidoc.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-ca.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/html4.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/slidy.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources creating build/bdist.linux-aarch64/wheel/asciidoc/resources/docbook-xsl copying build/lib/asciidoc/resources/docbook-xsl/common.xsl -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/docbook-xsl copying build/lib/asciidoc/resources/docbook-xsl/epub.xsl -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/docbook-xsl copying build/lib/asciidoc/resources/docbook-xsl/text.xsl -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/docbook-xsl copying build/lib/asciidoc/resources/docbook-xsl/fo.xsl -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/docbook-xsl copying build/lib/asciidoc/resources/docbook-xsl/xhtml.xsl -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/docbook-xsl copying build/lib/asciidoc/resources/docbook-xsl/chunked.xsl -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/docbook-xsl copying build/lib/asciidoc/resources/docbook-xsl/asciidoc-docbook-xsl.txt -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/docbook-xsl copying build/lib/asciidoc/resources/docbook-xsl/htmlhelp.xsl -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/docbook-xsl copying build/lib/asciidoc/resources/docbook-xsl/manpage.xsl -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/docbook-xsl copying build/lib/asciidoc/resources/help.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-ja.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources creating build/bdist.linux-aarch64/wheel/asciidoc/resources/icons copying build/lib/asciidoc/resources/icons/next.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons copying build/lib/asciidoc/resources/icons/caution.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons copying build/lib/asciidoc/resources/icons/up.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons copying build/lib/asciidoc/resources/icons/example.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons copying build/lib/asciidoc/resources/icons/home.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons copying build/lib/asciidoc/resources/icons/note.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons copying build/lib/asciidoc/resources/icons/important.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons copying build/lib/asciidoc/resources/icons/warning.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons creating build/bdist.linux-aarch64/wheel/asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/15.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/11.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/10.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/4.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/8.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/13.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/5.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/12.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/7.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/14.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/3.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/1.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/6.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/9.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/2.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/prev.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons copying build/lib/asciidoc/resources/icons/tip.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons copying build/lib/asciidoc/resources/lang-id.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-pt-BR.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources creating build/bdist.linux-aarch64/wheel/asciidoc/resources/dblatex copying build/lib/asciidoc/resources/dblatex/dblatex-readme.txt -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/dblatex copying build/lib/asciidoc/resources/dblatex/asciidoc-dblatex.xsl -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/dblatex copying build/lib/asciidoc/resources/dblatex/asciidoc-dblatex.sty -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/dblatex creating build/bdist.linux-aarch64/wheel/asciidoc/resources/stylesheets copying build/lib/asciidoc/resources/stylesheets/slidy.css -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/stylesheets copying build/lib/asciidoc/resources/stylesheets/docbook-xsl.css -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/stylesheets copying build/lib/asciidoc/resources/stylesheets/toc2.css -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/stylesheets copying build/lib/asciidoc/resources/stylesheets/asciidoc.css -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/stylesheets copying build/lib/asciidoc/resources/stylesheets/pygments.css -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/stylesheets copying build/lib/asciidoc/resources/stylesheets/xhtml11-quirks.css -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/stylesheets running install_egg_info Copying asciidoc.egg-info to build/bdist.linux-aarch64/wheel/./asciidoc-10.2.1-py3.13.egg-info running install_scripts creating build/bdist.linux-aarch64/wheel/asciidoc-10.2.1.dist-info/WHEEL creating '/build/asciidoc/src/asciidoc-10.2.1/dist/.tmp-9r1zp1ka/asciidoc-10.2.1-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it adding 'asciidoc/__init__.py' adding 'asciidoc/__main__.py' adding 'asciidoc/__metadata__.py' adding 'asciidoc/a2x.py' adding 'asciidoc/api.py' adding 'asciidoc/asciidoc.py' adding 'asciidoc/attrs.py' adding 'asciidoc/collections.py' adding 'asciidoc/exceptions.py' adding 'asciidoc/message.py' adding 'asciidoc/plugin.py' adding 'asciidoc/utils.py' adding 'asciidoc/blocks/__init__.py' adding 'asciidoc/blocks/table.py' adding 'asciidoc/resources/asciidoc.conf' adding 'asciidoc/resources/docbook45.conf' adding 'asciidoc/resources/docbook5.conf' adding 'asciidoc/resources/help.conf' adding 'asciidoc/resources/html4.conf' adding 'asciidoc/resources/html5.conf' adding 'asciidoc/resources/lang-ca.conf' adding 'asciidoc/resources/lang-cs.conf' adding 'asciidoc/resources/lang-de.conf' adding 'asciidoc/resources/lang-el.conf' adding 'asciidoc/resources/lang-en.conf' adding 'asciidoc/resources/lang-es.conf' adding 'asciidoc/resources/lang-fi.conf' adding 'asciidoc/resources/lang-fr.conf' adding 'asciidoc/resources/lang-hu.conf' adding 'asciidoc/resources/lang-id.conf' adding 'asciidoc/resources/lang-it.conf' adding 'asciidoc/resources/lang-ja.conf' adding 'asciidoc/resources/lang-nl.conf' adding 'asciidoc/resources/lang-pl.conf' adding 'asciidoc/resources/lang-pt-BR.conf' adding 'asciidoc/resources/lang-ro.conf' adding 'asciidoc/resources/lang-ru.conf' adding 'asciidoc/resources/lang-sv.conf' adding 'asciidoc/resources/lang-uk.conf' adding 'asciidoc/resources/lang-zh-CN.conf' adding 'asciidoc/resources/latex.conf' adding 'asciidoc/resources/slidy.conf' adding 'asciidoc/resources/text.conf' adding 'asciidoc/resources/xhtml11-quirks.conf' adding 'asciidoc/resources/xhtml11.conf' adding 'asciidoc/resources/dblatex/asciidoc-dblatex.sty' adding 'asciidoc/resources/dblatex/asciidoc-dblatex.xsl' adding 'asciidoc/resources/dblatex/dblatex-readme.txt' adding 'asciidoc/resources/docbook-xsl/asciidoc-docbook-xsl.txt' adding 'asciidoc/resources/docbook-xsl/chunked.xsl' adding 'asciidoc/resources/docbook-xsl/common.xsl' adding 'asciidoc/resources/docbook-xsl/epub.xsl' adding 'asciidoc/resources/docbook-xsl/fo.xsl' adding 'asciidoc/resources/docbook-xsl/htmlhelp.xsl' adding 'asciidoc/resources/docbook-xsl/manpage.xsl' adding 'asciidoc/resources/docbook-xsl/text.xsl' adding 'asciidoc/resources/docbook-xsl/xhtml.xsl' adding 'asciidoc/resources/filters/unwraplatex.py' adding 'asciidoc/resources/filters/code/code-filter-readme.txt' adding 'asciidoc/resources/filters/code/code-filter-test.txt' adding 'asciidoc/resources/filters/code/code-filter.conf' adding 'asciidoc/resources/filters/code/code-filter.py' adding 'asciidoc/resources/filters/graphviz/asciidoc-graphviz-sample.txt' adding 'asciidoc/resources/filters/graphviz/graphviz-filter.conf' adding 'asciidoc/resources/filters/graphviz/graphviz2png.py' adding 'asciidoc/resources/filters/latex/latex-filter.conf' adding 'asciidoc/resources/filters/latex/latex2img.py' adding 'asciidoc/resources/filters/music/music-filter-test.txt' adding 'asciidoc/resources/filters/music/music-filter.conf' adding 'asciidoc/resources/filters/music/music2png.py' adding 'asciidoc/resources/filters/source/source-highlight-filter-test.txt' adding 'asciidoc/resources/filters/source/source-highlight-filter.conf' adding 'asciidoc/resources/icons/caution.png' adding 'asciidoc/resources/icons/example.png' adding 'asciidoc/resources/icons/home.png' adding 'asciidoc/resources/icons/important.png' adding 'asciidoc/resources/icons/next.png' adding 'asciidoc/resources/icons/note.png' adding 'asciidoc/resources/icons/prev.png' adding 'asciidoc/resources/icons/tip.png' adding 'asciidoc/resources/icons/up.png' adding 'asciidoc/resources/icons/warning.png' adding 'asciidoc/resources/icons/callouts/1.png' adding 'asciidoc/resources/icons/callouts/10.png' adding 'asciidoc/resources/icons/callouts/11.png' adding 'asciidoc/resources/icons/callouts/12.png' adding 'asciidoc/resources/icons/callouts/13.png' adding 'asciidoc/resources/icons/callouts/14.png' adding 'asciidoc/resources/icons/callouts/15.png' adding 'asciidoc/resources/icons/callouts/2.png' adding 'asciidoc/resources/icons/callouts/3.png' adding 'asciidoc/resources/icons/callouts/4.png' adding 'asciidoc/resources/icons/callouts/5.png' adding 'asciidoc/resources/icons/callouts/6.png' adding 'asciidoc/resources/icons/callouts/7.png' adding 'asciidoc/resources/icons/callouts/8.png' adding 'asciidoc/resources/icons/callouts/9.png' adding 'asciidoc/resources/javascripts/ASCIIMathML.js' adding 'asciidoc/resources/javascripts/LaTeXMathML.js' adding 'asciidoc/resources/javascripts/asciidoc.js' adding 'asciidoc/resources/javascripts/slidy.js' adding 'asciidoc/resources/javascripts/toc.js' adding 'asciidoc/resources/stylesheets/asciidoc.css' adding 'asciidoc/resources/stylesheets/docbook-xsl.css' adding 'asciidoc/resources/stylesheets/pygments.css' adding 'asciidoc/resources/stylesheets/slidy.css' adding 'asciidoc/resources/stylesheets/toc2.css' adding 'asciidoc/resources/stylesheets/xhtml11-quirks.css' adding 'asciidoc/resources/themes/flask/flask.css' adding 'asciidoc/resources/themes/volnitsky/volnitsky.css' adding 'asciidoc-10.2.1.dist-info/LICENSE' adding 'asciidoc-10.2.1.dist-info/METADATA' adding 'asciidoc-10.2.1.dist-info/WHEEL' adding 'asciidoc-10.2.1.dist-info/entry_points.txt' adding 'asciidoc-10.2.1.dist-info/top_level.txt' adding 'asciidoc-10.2.1.dist-info/RECORD' removing build/bdist.linux-aarch64/wheel Successfully built asciidoc-10.2.1-py3-none-any.whl ==> Entering fakeroot environment... ==> Starting package()... python3 -m build -wn * Getting build dependencies for wheel... running egg_info writing asciidoc.egg-info/PKG-INFO writing dependency_links to asciidoc.egg-info/dependency_links.txt writing entry points to asciidoc.egg-info/entry_points.txt writing top-level names to asciidoc.egg-info/top_level.txt reading manifest file 'asciidoc.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'asciidoc.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py running egg_info writing asciidoc.egg-info/PKG-INFO writing dependency_links to asciidoc.egg-info/dependency_links.txt writing entry points to asciidoc.egg-info/entry_points.txt writing top-level names to asciidoc.egg-info/top_level.txt reading manifest file 'asciidoc.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'asciidoc.egg-info/SOURCES.txt' /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources' to be distributed and are already explicitly excluding 'asciidoc.resources' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.dblatex' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.dblatex' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.dblatex' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.dblatex' to be distributed and are already explicitly excluding 'asciidoc.resources.dblatex' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.filters' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.filters' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.filters' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.filters' to be distributed and are already explicitly excluding 'asciidoc.resources.filters' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.filters.code' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.filters.code' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.filters.code' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.filters.code' to be distributed and are already explicitly excluding 'asciidoc.resources.filters.code' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.filters.graphviz' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.filters.graphviz' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.filters.graphviz' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.filters.graphviz' to be distributed and are already explicitly excluding 'asciidoc.resources.filters.graphviz' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.filters.latex' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.filters.latex' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.filters.latex' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.filters.latex' to be distributed and are already explicitly excluding 'asciidoc.resources.filters.latex' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.filters.music' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.filters.music' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.filters.music' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.filters.music' to be distributed and are already explicitly excluding 'asciidoc.resources.filters.music' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.filters.source' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.filters.source' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.filters.source' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.filters.source' to be distributed and are already explicitly excluding 'asciidoc.resources.filters.source' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.icons' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.icons' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.icons' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.icons' to be distributed and are already explicitly excluding 'asciidoc.resources.icons' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.icons.callouts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.icons.callouts' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.icons.callouts' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.icons.callouts' to be distributed and are already explicitly excluding 'asciidoc.resources.icons.callouts' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.javascripts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.javascripts' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.javascripts' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.javascripts' to be distributed and are already explicitly excluding 'asciidoc.resources.javascripts' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.stylesheets' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.stylesheets' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.stylesheets' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.stylesheets' to be distributed and are already explicitly excluding 'asciidoc.resources.stylesheets' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.themes.flask' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.themes.flask' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.themes.flask' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.themes.flask' to be distributed and are already explicitly excluding 'asciidoc.resources.themes.flask' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'asciidoc.resources.themes.volnitsky' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'asciidoc.resources.themes.volnitsky' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'asciidoc.resources.themes.volnitsky' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'asciidoc.resources.themes.volnitsky' to be distributed and are already explicitly excluding 'asciidoc.resources.themes.volnitsky' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) installing to build/bdist.linux-aarch64/wheel running install running install_lib creating build/bdist.linux-aarch64/wheel creating build/bdist.linux-aarch64/wheel/asciidoc copying build/lib/asciidoc/__init__.py -> build/bdist.linux-aarch64/wheel/./asciidoc copying build/lib/asciidoc/asciidoc.py -> build/bdist.linux-aarch64/wheel/./asciidoc copying build/lib/asciidoc/plugin.py -> build/bdist.linux-aarch64/wheel/./asciidoc copying build/lib/asciidoc/collections.py -> build/bdist.linux-aarch64/wheel/./asciidoc copying build/lib/asciidoc/a2x.py -> build/bdist.linux-aarch64/wheel/./asciidoc copying build/lib/asciidoc/attrs.py -> build/bdist.linux-aarch64/wheel/./asciidoc copying build/lib/asciidoc/message.py -> build/bdist.linux-aarch64/wheel/./asciidoc copying build/lib/asciidoc/utils.py -> build/bdist.linux-aarch64/wheel/./asciidoc creating build/bdist.linux-aarch64/wheel/asciidoc/blocks copying build/lib/asciidoc/blocks/__init__.py -> build/bdist.linux-aarch64/wheel/./asciidoc/blocks copying build/lib/asciidoc/blocks/table.py -> build/bdist.linux-aarch64/wheel/./asciidoc/blocks copying build/lib/asciidoc/api.py -> build/bdist.linux-aarch64/wheel/./asciidoc copying build/lib/asciidoc/exceptions.py -> build/bdist.linux-aarch64/wheel/./asciidoc copying build/lib/asciidoc/__metadata__.py -> build/bdist.linux-aarch64/wheel/./asciidoc copying build/lib/asciidoc/__main__.py -> build/bdist.linux-aarch64/wheel/./asciidoc creating build/bdist.linux-aarch64/wheel/asciidoc/resources copying build/lib/asciidoc/resources/lang-en.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-hu.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-es.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/xhtml11-quirks.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/docbook5.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/html5.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-pl.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-fr.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/latex.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-ro.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-fi.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-uk.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/docbook45.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-sv.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources creating build/bdist.linux-aarch64/wheel/asciidoc/resources/javascripts copying build/lib/asciidoc/resources/javascripts/ASCIIMathML.js -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/javascripts copying build/lib/asciidoc/resources/javascripts/asciidoc.js -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/javascripts copying build/lib/asciidoc/resources/javascripts/LaTeXMathML.js -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/javascripts copying build/lib/asciidoc/resources/javascripts/toc.js -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/javascripts copying build/lib/asciidoc/resources/javascripts/slidy.js -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/javascripts copying build/lib/asciidoc/resources/lang-zh-CN.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/xhtml11.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-nl.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources creating build/bdist.linux-aarch64/wheel/asciidoc/resources/themes creating build/bdist.linux-aarch64/wheel/asciidoc/resources/themes/flask copying build/lib/asciidoc/resources/themes/flask/flask.css -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/themes/flask creating build/bdist.linux-aarch64/wheel/asciidoc/resources/themes/volnitsky copying build/lib/asciidoc/resources/themes/volnitsky/volnitsky.css -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/themes/volnitsky copying build/lib/asciidoc/resources/lang-it.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-ru.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources creating build/bdist.linux-aarch64/wheel/asciidoc/resources/filters copying build/lib/asciidoc/resources/filters/unwraplatex.py -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters creating build/bdist.linux-aarch64/wheel/asciidoc/resources/filters/latex copying build/lib/asciidoc/resources/filters/latex/latex2img.py -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/latex copying build/lib/asciidoc/resources/filters/latex/latex-filter.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/latex creating build/bdist.linux-aarch64/wheel/asciidoc/resources/filters/source copying build/lib/asciidoc/resources/filters/source/source-highlight-filter.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/source copying build/lib/asciidoc/resources/filters/source/source-highlight-filter-test.txt -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/source creating build/bdist.linux-aarch64/wheel/asciidoc/resources/filters/code copying build/lib/asciidoc/resources/filters/code/code-filter-readme.txt -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/code copying build/lib/asciidoc/resources/filters/code/code-filter.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/code copying build/lib/asciidoc/resources/filters/code/code-filter.py -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/code copying build/lib/asciidoc/resources/filters/code/code-filter-test.txt -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/code creating build/bdist.linux-aarch64/wheel/asciidoc/resources/filters/graphviz copying build/lib/asciidoc/resources/filters/graphviz/asciidoc-graphviz-sample.txt -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/graphviz copying build/lib/asciidoc/resources/filters/graphviz/graphviz-filter.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/graphviz copying build/lib/asciidoc/resources/filters/graphviz/graphviz2png.py -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/graphviz creating build/bdist.linux-aarch64/wheel/asciidoc/resources/filters/music copying build/lib/asciidoc/resources/filters/music/music-filter.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/music copying build/lib/asciidoc/resources/filters/music/music-filter-test.txt -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/music copying build/lib/asciidoc/resources/filters/music/music2png.py -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/filters/music copying build/lib/asciidoc/resources/text.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-de.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-el.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-cs.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/asciidoc.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-ca.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/html4.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/slidy.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources creating build/bdist.linux-aarch64/wheel/asciidoc/resources/docbook-xsl copying build/lib/asciidoc/resources/docbook-xsl/common.xsl -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/docbook-xsl copying build/lib/asciidoc/resources/docbook-xsl/epub.xsl -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/docbook-xsl copying build/lib/asciidoc/resources/docbook-xsl/text.xsl -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/docbook-xsl copying build/lib/asciidoc/resources/docbook-xsl/fo.xsl -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/docbook-xsl copying build/lib/asciidoc/resources/docbook-xsl/xhtml.xsl -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/docbook-xsl copying build/lib/asciidoc/resources/docbook-xsl/chunked.xsl -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/docbook-xsl copying build/lib/asciidoc/resources/docbook-xsl/asciidoc-docbook-xsl.txt -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/docbook-xsl copying build/lib/asciidoc/resources/docbook-xsl/htmlhelp.xsl -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/docbook-xsl copying build/lib/asciidoc/resources/docbook-xsl/manpage.xsl -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/docbook-xsl copying build/lib/asciidoc/resources/help.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-ja.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources creating build/bdist.linux-aarch64/wheel/asciidoc/resources/icons copying build/lib/asciidoc/resources/icons/next.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons copying build/lib/asciidoc/resources/icons/caution.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons copying build/lib/asciidoc/resources/icons/up.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons copying build/lib/asciidoc/resources/icons/example.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons copying build/lib/asciidoc/resources/icons/home.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons copying build/lib/asciidoc/resources/icons/note.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons copying build/lib/asciidoc/resources/icons/important.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons copying build/lib/asciidoc/resources/icons/warning.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons creating build/bdist.linux-aarch64/wheel/asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/15.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/11.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/10.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/4.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/8.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/13.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/5.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/12.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/7.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/14.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/3.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/1.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/6.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/9.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/callouts/2.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons/callouts copying build/lib/asciidoc/resources/icons/prev.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons copying build/lib/asciidoc/resources/icons/tip.png -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/icons copying build/lib/asciidoc/resources/lang-id.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources copying build/lib/asciidoc/resources/lang-pt-BR.conf -> build/bdist.linux-aarch64/wheel/./asciidoc/resources creating build/bdist.linux-aarch64/wheel/asciidoc/resources/dblatex copying build/lib/asciidoc/resources/dblatex/dblatex-readme.txt -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/dblatex copying build/lib/asciidoc/resources/dblatex/asciidoc-dblatex.xsl -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/dblatex copying build/lib/asciidoc/resources/dblatex/asciidoc-dblatex.sty -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/dblatex creating build/bdist.linux-aarch64/wheel/asciidoc/resources/stylesheets copying build/lib/asciidoc/resources/stylesheets/slidy.css -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/stylesheets copying build/lib/asciidoc/resources/stylesheets/docbook-xsl.css -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/stylesheets copying build/lib/asciidoc/resources/stylesheets/toc2.css -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/stylesheets copying build/lib/asciidoc/resources/stylesheets/asciidoc.css -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/stylesheets copying build/lib/asciidoc/resources/stylesheets/pygments.css -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/stylesheets copying build/lib/asciidoc/resources/stylesheets/xhtml11-quirks.css -> build/bdist.linux-aarch64/wheel/./asciidoc/resources/stylesheets running install_egg_info Copying asciidoc.egg-info to build/bdist.linux-aarch64/wheel/./asciidoc-10.2.1-py3.13.egg-info running install_scripts creating build/bdist.linux-aarch64/wheel/asciidoc-10.2.1.dist-info/WHEEL creating '/build/asciidoc/src/asciidoc-10.2.1/dist/.tmp-g5vbz_b8/asciidoc-10.2.1-py3-none-any.whl' and adding 'build/bdist.linux-aarch64/wheel' to it adding 'asciidoc/__init__.py' adding 'asciidoc/__main__.py' adding 'asciidoc/__metadata__.py' adding 'asciidoc/a2x.py' adding 'asciidoc/api.py' adding 'asciidoc/asciidoc.py' adding 'asciidoc/attrs.py' adding 'asciidoc/collections.py' adding 'asciidoc/exceptions.py' adding 'asciidoc/message.py' adding 'asciidoc/plugin.py' adding 'asciidoc/utils.py' adding 'asciidoc/blocks/__init__.py' adding 'asciidoc/blocks/table.py' adding 'asciidoc/resources/asciidoc.conf' adding 'asciidoc/resources/docbook45.conf' adding 'asciidoc/resources/docbook5.conf' adding 'asciidoc/resources/help.conf' adding 'asciidoc/resources/html4.conf' adding 'asciidoc/resources/html5.conf' adding 'asciidoc/resources/lang-ca.conf' adding 'asciidoc/resources/lang-cs.conf' adding 'asciidoc/resources/lang-de.conf' adding 'asciidoc/resources/lang-el.conf' adding 'asciidoc/resources/lang-en.conf' adding 'asciidoc/resources/lang-es.conf' adding 'asciidoc/resources/lang-fi.conf' adding 'asciidoc/resources/lang-fr.conf' adding 'asciidoc/resources/lang-hu.conf' adding 'asciidoc/resources/lang-id.conf' adding 'asciidoc/resources/lang-it.conf' adding 'asciidoc/resources/lang-ja.conf' adding 'asciidoc/resources/lang-nl.conf' adding 'asciidoc/resources/lang-pl.conf' adding 'asciidoc/resources/lang-pt-BR.conf' adding 'asciidoc/resources/lang-ro.conf' adding 'asciidoc/resources/lang-ru.conf' adding 'asciidoc/resources/lang-sv.conf' adding 'asciidoc/resources/lang-uk.conf' adding 'asciidoc/resources/lang-zh-CN.conf' adding 'asciidoc/resources/latex.conf' adding 'asciidoc/resources/slidy.conf' adding 'asciidoc/resources/text.conf' adding 'asciidoc/resources/xhtml11-quirks.conf' adding 'asciidoc/resources/xhtml11.conf' adding 'asciidoc/resources/dblatex/asciidoc-dblatex.sty' adding 'asciidoc/resources/dblatex/asciidoc-dblatex.xsl' adding 'asciidoc/resources/dblatex/dblatex-readme.txt' adding 'asciidoc/resources/docbook-xsl/asciidoc-docbook-xsl.txt' adding 'asciidoc/resources/docbook-xsl/chunked.xsl' adding 'asciidoc/resources/docbook-xsl/common.xsl' adding 'asciidoc/resources/docbook-xsl/epub.xsl' adding 'asciidoc/resources/docbook-xsl/fo.xsl' adding 'asciidoc/resources/docbook-xsl/htmlhelp.xsl' adding 'asciidoc/resources/docbook-xsl/manpage.xsl' adding 'asciidoc/resources/docbook-xsl/text.xsl' adding 'asciidoc/resources/docbook-xsl/xhtml.xsl' adding 'asciidoc/resources/filters/unwraplatex.py' adding 'asciidoc/resources/filters/code/code-filter-readme.txt' adding 'asciidoc/resources/filters/code/code-filter-test.txt' adding 'asciidoc/resources/filters/code/code-filter.conf' adding 'asciidoc/resources/filters/code/code-filter.py' adding 'asciidoc/resources/filters/graphviz/asciidoc-graphviz-sample.txt' adding 'asciidoc/resources/filters/graphviz/graphviz-filter.conf' adding 'asciidoc/resources/filters/graphviz/graphviz2png.py' adding 'asciidoc/resources/filters/latex/latex-filter.conf' adding 'asciidoc/resources/filters/latex/latex2img.py' adding 'asciidoc/resources/filters/music/music-filter-test.txt' adding 'asciidoc/resources/filters/music/music-filter.conf' adding 'asciidoc/resources/filters/music/music2png.py' adding 'asciidoc/resources/filters/source/source-highlight-filter-test.txt' adding 'asciidoc/resources/filters/source/source-highlight-filter.conf' adding 'asciidoc/resources/icons/caution.png' adding 'asciidoc/resources/icons/example.png' adding 'asciidoc/resources/icons/home.png' adding 'asciidoc/resources/icons/important.png' adding 'asciidoc/resources/icons/next.png' adding 'asciidoc/resources/icons/note.png' adding 'asciidoc/resources/icons/prev.png' adding 'asciidoc/resources/icons/tip.png' adding 'asciidoc/resources/icons/up.png' adding 'asciidoc/resources/icons/warning.png' adding 'asciidoc/resources/icons/callouts/1.png' adding 'asciidoc/resources/icons/callouts/10.png' adding 'asciidoc/resources/icons/callouts/11.png' adding 'asciidoc/resources/icons/callouts/12.png' adding 'asciidoc/resources/icons/callouts/13.png' adding 'asciidoc/resources/icons/callouts/14.png' adding 'asciidoc/resources/icons/callouts/15.png' adding 'asciidoc/resources/icons/callouts/2.png' adding 'asciidoc/resources/icons/callouts/3.png' adding 'asciidoc/resources/icons/callouts/4.png' adding 'asciidoc/resources/icons/callouts/5.png' adding 'asciidoc/resources/icons/callouts/6.png' adding 'asciidoc/resources/icons/callouts/7.png' adding 'asciidoc/resources/icons/callouts/8.png' adding 'asciidoc/resources/icons/callouts/9.png' adding 'asciidoc/resources/javascripts/ASCIIMathML.js' adding 'asciidoc/resources/javascripts/LaTeXMathML.js' adding 'asciidoc/resources/javascripts/asciidoc.js' adding 'asciidoc/resources/javascripts/slidy.js' adding 'asciidoc/resources/javascripts/toc.js' adding 'asciidoc/resources/stylesheets/asciidoc.css' adding 'asciidoc/resources/stylesheets/docbook-xsl.css' adding 'asciidoc/resources/stylesheets/pygments.css' adding 'asciidoc/resources/stylesheets/slidy.css' adding 'asciidoc/resources/stylesheets/toc2.css' adding 'asciidoc/resources/stylesheets/xhtml11-quirks.css' adding 'asciidoc/resources/themes/flask/flask.css' adding 'asciidoc/resources/themes/volnitsky/volnitsky.css' adding 'asciidoc-10.2.1.dist-info/LICENSE' adding 'asciidoc-10.2.1.dist-info/METADATA' adding 'asciidoc-10.2.1.dist-info/WHEEL' adding 'asciidoc-10.2.1.dist-info/entry_points.txt' adding 'asciidoc-10.2.1.dist-info/top_level.txt' adding 'asciidoc-10.2.1.dist-info/RECORD' removing build/bdist.linux-aarch64/wheel Successfully built asciidoc-10.2.1-py3-none-any.whl python3 -m installer -d /build/asciidoc/pkg/asciidoc dist/*.whl /usr/bin/install -c -d /build/asciidoc/pkg/asciidoc/usr/share/doc/asciidoc /usr/bin/install -c -m 644 README.md BUGS.adoc INSTALL.adoc CHANGELOG.adoc /build/asciidoc/pkg/asciidoc/usr/share/doc/asciidoc /usr/bin/install -c -d /build/asciidoc/pkg/asciidoc/usr/share/doc/asciidoc/docbook-xsl /usr/bin/install -c -m 644 asciidoc/resources/docbook-xsl/asciidoc-docbook-xsl.txt /build/asciidoc/pkg/asciidoc/usr/share/doc/asciidoc/docbook-xsl /usr/bin/install -c -d /build/asciidoc/pkg/asciidoc/usr/share/doc/asciidoc/dblatex /usr/bin/install -c -m 644 asciidoc/resources/dblatex/dblatex-readme.txt /build/asciidoc/pkg/asciidoc/usr/share/doc/asciidoc/dblatex /usr/bin/install -c -d /build/asciidoc/pkg/asciidoc/usr/share/doc/asciidoc/images ( cd images && \ cp -R * /build/asciidoc/pkg/asciidoc/usr/share/doc/asciidoc/images ) /usr/bin/install -c -d /build/asciidoc/pkg/asciidoc/usr/share/doc/asciidoc/doc ( cd doc && \ cp -R * /build/asciidoc/pkg/asciidoc/usr/share/doc/asciidoc/doc ) ==> 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 "asciidoc"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: asciidoc 10.2.1-2 (Mon 23 Dec 2024 04:19:09 PM MST) ==> Cleaning up...