==> Synchronizing chroot copy [/home/leming/armv7/root] -> [leming]...done ==> Making package: python-flasgger 0.9.7.1-5 (Sat Dec 28 08:04:07 2024) ==> Retrieving sources... -> Found python-flasgger-0.9.7.1.tar.gz ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... python-flasgger-0.9.7.1.tar.gz ... Passed ==> Making package: python-flasgger 0.9.7.1-5 (Sat Dec 28 08:04:28 2024) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (16) libyaml-0.2.5-3 python-attrs-23.2.0-4 python-blinker-1.8.2-2 python-click-8.1.7-4 python-itsdangerous-2.1.2-5 python-jinja-1:3.1.5-1 python-jsonschema-specifications-2024.10.1-1 python-markupsafe-2.1.5-3 python-referencing-0.35.1-3 python-rpds-py-0.22.3-1 python-werkzeug-3.1.3-1 python-flask-3.1.0-1 python-jsonschema-4.23.0-2 python-mistune-1:3.0.2-3 python-six-1.16.0-10 python-yaml-6.0.2-2 Total Installed Size: 11.38 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-blinker... installing python-click... installing python-itsdangerous... installing python-markupsafe... installing python-jinja... Optional dependencies for python-jinja python-babel: for i18n support installing python-werkzeug... Optional dependencies for python-werkzeug python-watchdog: faster and more advanced reloader installing python-flask... Optional dependencies for python-flask python-asgiref: async functions and views python-dotenv: loading env vars from files installing libyaml... installing python-yaml... installing python-attrs... installing python-rpds-py... installing python-referencing... installing python-jsonschema-specifications... installing python-jsonschema... Optional dependencies for python-jsonschema python-isoduration: for duration format python-fqdn: for hostname format python-idna: for idn-hostname format python-jsonpointer: for json-pointer & relative-json-pointer format python-rfc3339-validator: for date-time format python-rfc3987: for iri, iri-reference, uri & uri-reference format python-uri-template: for uri-template format python-webcolors: for color format installing python-mistune... installing python-six... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (10) 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-wheel-0.45.0-3 python-setuptools-1:75.2.0-4 Total Installed Size: 10.25 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-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-packaging... installing python-platformdirs... installing python-wheel... Optional dependencies for python-wheel python-keyring: for wheel.signatures python-xdg: for wheel.signatures python-setuptools: for legacy bdist_wheel subcommand [pending] installing python-setuptools... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... [?25h==> Retrieving sources... -> Found python-flasgger-0.9.7.1.tar.gz ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting python-flasgger-0.9.7.1.tar.gz with bsdtar ==> Starting build()... running build running build_py creating build/lib/flasgger copying flasgger/commands.py -> build/lib/flasgger copying flasgger/__init__.py -> build/lib/flasgger copying flasgger/compatible.py -> build/lib/flasgger copying flasgger/base.py -> build/lib/flasgger copying flasgger/marshmallow_apispec.py -> build/lib/flasgger copying flasgger/utils.py -> build/lib/flasgger copying flasgger/constants.py -> build/lib/flasgger running egg_info creating flasgger.egg-info writing flasgger.egg-info/PKG-INFO writing dependency_links to flasgger.egg-info/dependency_links.txt writing entry points to flasgger.egg-info/entry_points.txt writing requirements to flasgger.egg-info/requires.txt writing top-level names to flasgger.egg-info/top_level.txt writing manifest file 'flasgger.egg-info/SOURCES.txt' reading manifest file 'flasgger.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'flasgger/ui3/static/css' warning: no files found matching '*' under directory 'flasgger/ui3/static/fonts' warning: no files found matching '*' under directory 'flasgger/ui3/static/images' warning: no files found matching '*' under directory 'flasgger/ui3/static/lang' warning: no previously-included files matching '__pycache__' found under directory 'flasgger' warning: no previously-included files matching '*.py[co]' found under directory 'flasgger' adding license file 'LICENSE' writing manifest file 'flasgger.egg-info/SOURCES.txt' /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'flasgger.ui2.static' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flasgger.ui2.static' 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 'flasgger.ui2.static' 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 'flasgger.ui2.static' to be distributed and are already explicitly excluding 'flasgger.ui2.static' 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 'flasgger.ui2.static.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flasgger.ui2.static.css' 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 'flasgger.ui2.static.css' 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 'flasgger.ui2.static.css' to be distributed and are already explicitly excluding 'flasgger.ui2.static.css' 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 'flasgger.ui2.static.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flasgger.ui2.static.fonts' 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 'flasgger.ui2.static.fonts' 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 'flasgger.ui2.static.fonts' to be distributed and are already explicitly excluding 'flasgger.ui2.static.fonts' 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 'flasgger.ui2.static.images' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flasgger.ui2.static.images' 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 'flasgger.ui2.static.images' 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 'flasgger.ui2.static.images' to be distributed and are already explicitly excluding 'flasgger.ui2.static.images' 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 'flasgger.ui2.static.lang' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flasgger.ui2.static.lang' 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 'flasgger.ui2.static.lang' 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 'flasgger.ui2.static.lang' to be distributed and are already explicitly excluding 'flasgger.ui2.static.lang' 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 'flasgger.ui2.static.lib' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flasgger.ui2.static.lib' 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 'flasgger.ui2.static.lib' 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 'flasgger.ui2.static.lib' to be distributed and are already explicitly excluding 'flasgger.ui2.static.lib' 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 'flasgger.ui2.templates.flasgger' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flasgger.ui2.templates.flasgger' 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 'flasgger.ui2.templates.flasgger' 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 'flasgger.ui2.templates.flasgger' to be distributed and are already explicitly excluding 'flasgger.ui2.templates.flasgger' 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 'flasgger.ui3.static' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flasgger.ui3.static' 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 'flasgger.ui3.static' 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 'flasgger.ui3.static' to be distributed and are already explicitly excluding 'flasgger.ui3.static' 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 'flasgger.ui3.static.lib' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flasgger.ui3.static.lib' 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 'flasgger.ui3.static.lib' 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 'flasgger.ui3.static.lib' to be distributed and are already explicitly excluding 'flasgger.ui3.static.lib' 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 'flasgger.ui3.templates.flasgger' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flasgger.ui3.templates.flasgger' 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 'flasgger.ui3.templates.flasgger' 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 'flasgger.ui3.templates.flasgger' to be distributed and are already explicitly excluding 'flasgger.ui3.templates.flasgger' 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/flasgger/ui2/static copying flasgger/ui2/static/index.html -> build/lib/flasgger/ui2/static copying flasgger/ui2/static/o2c.html -> build/lib/flasgger/ui2/static copying flasgger/ui2/static/swagger-ui.js -> build/lib/flasgger/ui2/static copying flasgger/ui2/static/swagger-ui.min.js -> build/lib/flasgger/ui2/static creating build/lib/flasgger/ui2/static/css copying flasgger/ui2/static/css/print.css -> build/lib/flasgger/ui2/static/css copying flasgger/ui2/static/css/reset.css -> build/lib/flasgger/ui2/static/css copying flasgger/ui2/static/css/screen.css -> build/lib/flasgger/ui2/static/css copying flasgger/ui2/static/css/style.css -> build/lib/flasgger/ui2/static/css copying flasgger/ui2/static/css/typography.css -> build/lib/flasgger/ui2/static/css creating build/lib/flasgger/ui2/static/fonts copying flasgger/ui2/static/fonts/DroidSans-Bold.ttf -> build/lib/flasgger/ui2/static/fonts copying flasgger/ui2/static/fonts/DroidSans.ttf -> build/lib/flasgger/ui2/static/fonts copying flasgger/ui2/static/fonts/droid-sans-v6-latin-700.eot -> build/lib/flasgger/ui2/static/fonts copying flasgger/ui2/static/fonts/droid-sans-v6-latin-700.svg -> build/lib/flasgger/ui2/static/fonts copying flasgger/ui2/static/fonts/droid-sans-v6-latin-700.ttf -> build/lib/flasgger/ui2/static/fonts copying flasgger/ui2/static/fonts/droid-sans-v6-latin-700.woff -> build/lib/flasgger/ui2/static/fonts copying flasgger/ui2/static/fonts/droid-sans-v6-latin-700.woff2 -> build/lib/flasgger/ui2/static/fonts copying flasgger/ui2/static/fonts/droid-sans-v6-latin-regular.eot -> build/lib/flasgger/ui2/static/fonts copying flasgger/ui2/static/fonts/droid-sans-v6-latin-regular.svg -> build/lib/flasgger/ui2/static/fonts copying flasgger/ui2/static/fonts/droid-sans-v6-latin-regular.ttf -> build/lib/flasgger/ui2/static/fonts copying flasgger/ui2/static/fonts/droid-sans-v6-latin-regular.woff -> build/lib/flasgger/ui2/static/fonts copying flasgger/ui2/static/fonts/droid-sans-v6-latin-regular.woff2 -> build/lib/flasgger/ui2/static/fonts creating build/lib/flasgger/ui2/static/images copying flasgger/ui2/static/images/collapse.gif -> build/lib/flasgger/ui2/static/images copying flasgger/ui2/static/images/expand.gif -> build/lib/flasgger/ui2/static/images copying flasgger/ui2/static/images/explorer_icons.png -> build/lib/flasgger/ui2/static/images copying flasgger/ui2/static/images/favicon-16x16.png -> build/lib/flasgger/ui2/static/images copying flasgger/ui2/static/images/favicon-32x32.png -> build/lib/flasgger/ui2/static/images copying flasgger/ui2/static/images/favicon.ico -> build/lib/flasgger/ui2/static/images copying flasgger/ui2/static/images/logo_small.png -> build/lib/flasgger/ui2/static/images copying flasgger/ui2/static/images/pet_store_api.png -> build/lib/flasgger/ui2/static/images copying flasgger/ui2/static/images/throbber.gif -> build/lib/flasgger/ui2/static/images copying flasgger/ui2/static/images/wordnik_api.png -> build/lib/flasgger/ui2/static/images creating build/lib/flasgger/ui2/static/lang copying flasgger/ui2/static/lang/ca.js -> build/lib/flasgger/ui2/static/lang copying flasgger/ui2/static/lang/el.js -> build/lib/flasgger/ui2/static/lang copying flasgger/ui2/static/lang/en.js -> build/lib/flasgger/ui2/static/lang copying flasgger/ui2/static/lang/es.js -> build/lib/flasgger/ui2/static/lang copying flasgger/ui2/static/lang/fr.js -> build/lib/flasgger/ui2/static/lang copying flasgger/ui2/static/lang/geo.js -> build/lib/flasgger/ui2/static/lang copying flasgger/ui2/static/lang/it.js -> build/lib/flasgger/ui2/static/lang copying flasgger/ui2/static/lang/ja.js -> build/lib/flasgger/ui2/static/lang copying flasgger/ui2/static/lang/ko-kr.js -> build/lib/flasgger/ui2/static/lang copying flasgger/ui2/static/lang/pl.js -> build/lib/flasgger/ui2/static/lang copying flasgger/ui2/static/lang/pt.js -> build/lib/flasgger/ui2/static/lang copying flasgger/ui2/static/lang/ru.js -> build/lib/flasgger/ui2/static/lang copying flasgger/ui2/static/lang/tr.js -> build/lib/flasgger/ui2/static/lang copying flasgger/ui2/static/lang/translator.js -> build/lib/flasgger/ui2/static/lang copying flasgger/ui2/static/lang/zh-cn.js -> build/lib/flasgger/ui2/static/lang creating build/lib/flasgger/ui2/static/lib copying flasgger/ui2/static/lib/backbone-min.js -> build/lib/flasgger/ui2/static/lib copying flasgger/ui2/static/lib/es5-shim.js -> build/lib/flasgger/ui2/static/lib copying flasgger/ui2/static/lib/handlebars-4.0.5.js -> build/lib/flasgger/ui2/static/lib copying flasgger/ui2/static/lib/highlight.9.1.0.pack.js -> build/lib/flasgger/ui2/static/lib copying flasgger/ui2/static/lib/highlight.9.1.0.pack_extended.js -> build/lib/flasgger/ui2/static/lib copying flasgger/ui2/static/lib/jquery-1.8.0.min.js -> build/lib/flasgger/ui2/static/lib copying flasgger/ui2/static/lib/jquery.ba-bbq.min.js -> build/lib/flasgger/ui2/static/lib copying flasgger/ui2/static/lib/jquery.slideto.min.js -> build/lib/flasgger/ui2/static/lib copying flasgger/ui2/static/lib/jquery.wiggle.min.js -> build/lib/flasgger/ui2/static/lib copying flasgger/ui2/static/lib/js-yaml.min.js -> build/lib/flasgger/ui2/static/lib copying flasgger/ui2/static/lib/jsoneditor.min.js -> build/lib/flasgger/ui2/static/lib copying flasgger/ui2/static/lib/lodash.min.js -> build/lib/flasgger/ui2/static/lib copying flasgger/ui2/static/lib/marked.js -> build/lib/flasgger/ui2/static/lib copying flasgger/ui2/static/lib/object-assign-pollyfill.js -> build/lib/flasgger/ui2/static/lib copying flasgger/ui2/static/lib/sanitize-html.min.js -> build/lib/flasgger/ui2/static/lib copying flasgger/ui2/static/lib/swagger-oauth.js -> build/lib/flasgger/ui2/static/lib creating build/lib/flasgger/ui2/templates/flasgger copying flasgger/ui2/templates/flasgger/index.html -> build/lib/flasgger/ui2/templates/flasgger copying flasgger/ui2/templates/flasgger/index_old.html -> build/lib/flasgger/ui2/templates/flasgger copying flasgger/ui2/templates/flasgger/o2c.html -> build/lib/flasgger/ui2/templates/flasgger creating build/lib/flasgger/ui3/static copying flasgger/ui3/static/favicon-16x16.png -> build/lib/flasgger/ui3/static copying flasgger/ui3/static/favicon-32x32.png -> build/lib/flasgger/ui3/static copying flasgger/ui3/static/swagger-ui-bundle.js -> build/lib/flasgger/ui3/static copying flasgger/ui3/static/swagger-ui-bundle.js.map -> build/lib/flasgger/ui3/static copying flasgger/ui3/static/swagger-ui-standalone-preset.js -> build/lib/flasgger/ui3/static copying flasgger/ui3/static/swagger-ui-standalone-preset.js.map -> build/lib/flasgger/ui3/static copying flasgger/ui3/static/swagger-ui.css -> build/lib/flasgger/ui3/static copying flasgger/ui3/static/swagger-ui.css.map -> build/lib/flasgger/ui3/static copying flasgger/ui3/static/swagger-ui.js -> build/lib/flasgger/ui3/static copying flasgger/ui3/static/swagger-ui.js.map -> build/lib/flasgger/ui3/static creating build/lib/flasgger/ui3/static/lib copying flasgger/ui3/static/lib/jquery.min.js -> build/lib/flasgger/ui3/static/lib copying flasgger/ui3/static/lib/jquery.min.map -> build/lib/flasgger/ui3/static/lib creating build/lib/flasgger/ui3/templates/flasgger copying flasgger/ui3/templates/flasgger/body_scripts.html -> build/lib/flasgger/ui3/templates/flasgger copying flasgger/ui3/templates/flasgger/custom_head.html -> build/lib/flasgger/ui3/templates/flasgger copying flasgger/ui3/templates/flasgger/footer.html -> build/lib/flasgger/ui3/templates/flasgger copying flasgger/ui3/templates/flasgger/head.html -> build/lib/flasgger/ui3/templates/flasgger copying flasgger/ui3/templates/flasgger/index.html -> build/lib/flasgger/ui3/templates/flasgger copying flasgger/ui3/templates/flasgger/oauth2-redirect.html -> build/lib/flasgger/ui3/templates/flasgger copying flasgger/ui3/templates/flasgger/swagger.html -> build/lib/flasgger/ui3/templates/flasgger copying flasgger/ui3/templates/flasgger/top.html -> build/lib/flasgger/ui3/templates/flasgger ==> Entering fakeroot environment... ==> Starting package()... running install /usr/lib/python3.13/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running build running build_py running egg_info writing flasgger.egg-info/PKG-INFO writing dependency_links to flasgger.egg-info/dependency_links.txt writing entry points to flasgger.egg-info/entry_points.txt writing requirements to flasgger.egg-info/requires.txt writing top-level names to flasgger.egg-info/top_level.txt reading manifest file 'flasgger.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'flasgger/ui3/static/css' warning: no files found matching '*' under directory 'flasgger/ui3/static/fonts' warning: no files found matching '*' under directory 'flasgger/ui3/static/images' warning: no files found matching '*' under directory 'flasgger/ui3/static/lang' warning: no previously-included files matching '__pycache__' found under directory 'flasgger' warning: no previously-included files matching '*.py[co]' found under directory 'flasgger' adding license file 'LICENSE' writing manifest file 'flasgger.egg-info/SOURCES.txt' /usr/lib/python3.13/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'flasgger.ui2.static' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flasgger.ui2.static' 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 'flasgger.ui2.static' 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 'flasgger.ui2.static' to be distributed and are already explicitly excluding 'flasgger.ui2.static' 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 'flasgger.ui2.static.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flasgger.ui2.static.css' 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 'flasgger.ui2.static.css' 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 'flasgger.ui2.static.css' to be distributed and are already explicitly excluding 'flasgger.ui2.static.css' 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 'flasgger.ui2.static.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flasgger.ui2.static.fonts' 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 'flasgger.ui2.static.fonts' 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 'flasgger.ui2.static.fonts' to be distributed and are already explicitly excluding 'flasgger.ui2.static.fonts' 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 'flasgger.ui2.static.images' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flasgger.ui2.static.images' 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 'flasgger.ui2.static.images' 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 'flasgger.ui2.static.images' to be distributed and are already explicitly excluding 'flasgger.ui2.static.images' 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 'flasgger.ui2.static.lang' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flasgger.ui2.static.lang' 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 'flasgger.ui2.static.lang' 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 'flasgger.ui2.static.lang' to be distributed and are already explicitly excluding 'flasgger.ui2.static.lang' 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 'flasgger.ui2.static.lib' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flasgger.ui2.static.lib' 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 'flasgger.ui2.static.lib' 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 'flasgger.ui2.static.lib' to be distributed and are already explicitly excluding 'flasgger.ui2.static.lib' 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 'flasgger.ui2.templates.flasgger' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flasgger.ui2.templates.flasgger' 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 'flasgger.ui2.templates.flasgger' 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 'flasgger.ui2.templates.flasgger' to be distributed and are already explicitly excluding 'flasgger.ui2.templates.flasgger' 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 'flasgger.ui3.static' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flasgger.ui3.static' 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 'flasgger.ui3.static' 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 'flasgger.ui3.static' to be distributed and are already explicitly excluding 'flasgger.ui3.static' 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 'flasgger.ui3.static.lib' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flasgger.ui3.static.lib' 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 'flasgger.ui3.static.lib' 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 'flasgger.ui3.static.lib' to be distributed and are already explicitly excluding 'flasgger.ui3.static.lib' 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 'flasgger.ui3.templates.flasgger' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flasgger.ui3.templates.flasgger' 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 'flasgger.ui3.templates.flasgger' 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 'flasgger.ui3.templates.flasgger' to be distributed and are already explicitly excluding 'flasgger.ui3.templates.flasgger' 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) running install_lib creating /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages creating /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger creating /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3 creating /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/static copying build/lib/flasgger/ui3/static/swagger-ui.css.map -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/static copying build/lib/flasgger/ui3/static/swagger-ui.js.map -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/static copying build/lib/flasgger/ui3/static/swagger-ui-standalone-preset.js.map -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/static copying build/lib/flasgger/ui3/static/favicon-16x16.png -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/static copying build/lib/flasgger/ui3/static/swagger-ui-standalone-preset.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/static copying build/lib/flasgger/ui3/static/swagger-ui-bundle.js.map -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/static copying build/lib/flasgger/ui3/static/swagger-ui-bundle.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/static creating /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/static/lib copying build/lib/flasgger/ui3/static/lib/jquery.min.map -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/static/lib copying build/lib/flasgger/ui3/static/lib/jquery.min.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/static/lib copying build/lib/flasgger/ui3/static/swagger-ui.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/static copying build/lib/flasgger/ui3/static/favicon-32x32.png -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/static copying build/lib/flasgger/ui3/static/swagger-ui.css -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/static creating /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/templates creating /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/templates/flasgger copying build/lib/flasgger/ui3/templates/flasgger/oauth2-redirect.html -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/templates/flasgger copying build/lib/flasgger/ui3/templates/flasgger/top.html -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/templates/flasgger copying build/lib/flasgger/ui3/templates/flasgger/body_scripts.html -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/templates/flasgger copying build/lib/flasgger/ui3/templates/flasgger/footer.html -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/templates/flasgger copying build/lib/flasgger/ui3/templates/flasgger/custom_head.html -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/templates/flasgger copying build/lib/flasgger/ui3/templates/flasgger/index.html -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/templates/flasgger copying build/lib/flasgger/ui3/templates/flasgger/swagger.html -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/templates/flasgger copying build/lib/flasgger/ui3/templates/flasgger/head.html -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui3/templates/flasgger copying build/lib/flasgger/commands.py -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger creating /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2 creating /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static creating /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/fonts copying build/lib/flasgger/ui2/static/fonts/droid-sans-v6-latin-700.ttf -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/fonts copying build/lib/flasgger/ui2/static/fonts/droid-sans-v6-latin-regular.svg -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/fonts copying build/lib/flasgger/ui2/static/fonts/droid-sans-v6-latin-700.svg -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/fonts copying build/lib/flasgger/ui2/static/fonts/droid-sans-v6-latin-regular.ttf -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/fonts copying build/lib/flasgger/ui2/static/fonts/DroidSans-Bold.ttf -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/fonts copying build/lib/flasgger/ui2/static/fonts/droid-sans-v6-latin-700.eot -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/fonts copying build/lib/flasgger/ui2/static/fonts/droid-sans-v6-latin-700.woff2 -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/fonts copying build/lib/flasgger/ui2/static/fonts/droid-sans-v6-latin-regular.eot -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/fonts copying build/lib/flasgger/ui2/static/fonts/droid-sans-v6-latin-regular.woff -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/fonts copying build/lib/flasgger/ui2/static/fonts/droid-sans-v6-latin-regular.woff2 -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/fonts copying build/lib/flasgger/ui2/static/fonts/DroidSans.ttf -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/fonts copying build/lib/flasgger/ui2/static/fonts/droid-sans-v6-latin-700.woff -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/fonts copying build/lib/flasgger/ui2/static/swagger-ui.min.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static copying build/lib/flasgger/ui2/static/o2c.html -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static creating /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lang copying build/lib/flasgger/ui2/static/lang/ja.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lang copying build/lib/flasgger/ui2/static/lang/tr.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lang copying build/lib/flasgger/ui2/static/lang/en.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lang copying build/lib/flasgger/ui2/static/lang/ca.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lang copying build/lib/flasgger/ui2/static/lang/ru.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lang copying build/lib/flasgger/ui2/static/lang/el.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lang copying build/lib/flasgger/ui2/static/lang/translator.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lang copying build/lib/flasgger/ui2/static/lang/it.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lang copying build/lib/flasgger/ui2/static/lang/es.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lang copying build/lib/flasgger/ui2/static/lang/pl.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lang copying build/lib/flasgger/ui2/static/lang/pt.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lang copying build/lib/flasgger/ui2/static/lang/geo.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lang copying build/lib/flasgger/ui2/static/lang/fr.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lang copying build/lib/flasgger/ui2/static/lang/zh-cn.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lang copying build/lib/flasgger/ui2/static/lang/ko-kr.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lang copying build/lib/flasgger/ui2/static/index.html -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static creating /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lib copying build/lib/flasgger/ui2/static/lib/lodash.min.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lib copying build/lib/flasgger/ui2/static/lib/jquery-1.8.0.min.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lib copying build/lib/flasgger/ui2/static/lib/jquery.wiggle.min.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lib copying build/lib/flasgger/ui2/static/lib/jquery.slideto.min.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lib copying build/lib/flasgger/ui2/static/lib/highlight.9.1.0.pack.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lib copying build/lib/flasgger/ui2/static/lib/js-yaml.min.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lib copying build/lib/flasgger/ui2/static/lib/es5-shim.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lib copying build/lib/flasgger/ui2/static/lib/swagger-oauth.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lib copying build/lib/flasgger/ui2/static/lib/sanitize-html.min.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lib copying build/lib/flasgger/ui2/static/lib/highlight.9.1.0.pack_extended.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lib copying build/lib/flasgger/ui2/static/lib/backbone-min.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lib copying build/lib/flasgger/ui2/static/lib/handlebars-4.0.5.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lib copying build/lib/flasgger/ui2/static/lib/object-assign-pollyfill.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lib copying build/lib/flasgger/ui2/static/lib/marked.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lib copying build/lib/flasgger/ui2/static/lib/jsoneditor.min.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lib copying build/lib/flasgger/ui2/static/lib/jquery.ba-bbq.min.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/lib creating /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/css copying build/lib/flasgger/ui2/static/css/style.css -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/css copying build/lib/flasgger/ui2/static/css/reset.css -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/css copying build/lib/flasgger/ui2/static/css/screen.css -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/css copying build/lib/flasgger/ui2/static/css/print.css -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/css copying build/lib/flasgger/ui2/static/css/typography.css -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/css creating /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/images copying build/lib/flasgger/ui2/static/images/wordnik_api.png -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/images copying build/lib/flasgger/ui2/static/images/collapse.gif -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/images copying build/lib/flasgger/ui2/static/images/explorer_icons.png -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/images copying build/lib/flasgger/ui2/static/images/favicon-16x16.png -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/images copying build/lib/flasgger/ui2/static/images/favicon.ico -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/images copying build/lib/flasgger/ui2/static/images/logo_small.png -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/images copying build/lib/flasgger/ui2/static/images/expand.gif -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/images copying build/lib/flasgger/ui2/static/images/pet_store_api.png -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/images copying build/lib/flasgger/ui2/static/images/throbber.gif -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/images copying build/lib/flasgger/ui2/static/images/favicon-32x32.png -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static/images copying build/lib/flasgger/ui2/static/swagger-ui.js -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/static creating /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/templates creating /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/templates/flasgger copying build/lib/flasgger/ui2/templates/flasgger/o2c.html -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/templates/flasgger copying build/lib/flasgger/ui2/templates/flasgger/index.html -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/templates/flasgger copying build/lib/flasgger/ui2/templates/flasgger/index_old.html -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/ui2/templates/flasgger copying build/lib/flasgger/__init__.py -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger copying build/lib/flasgger/compatible.py -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger copying build/lib/flasgger/base.py -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger copying build/lib/flasgger/marshmallow_apispec.py -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger copying build/lib/flasgger/utils.py -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger copying build/lib/flasgger/constants.py -> /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger byte-compiling /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/commands.py to commands.cpython-313.pyc byte-compiling /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/__init__.py to __init__.cpython-313.pyc byte-compiling /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/compatible.py to compatible.cpython-313.pyc byte-compiling /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/base.py to base.cpython-313.pyc byte-compiling /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/marshmallow_apispec.py to marshmallow_apispec.cpython-313.pyc byte-compiling /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/utils.py to utils.cpython-313.pyc byte-compiling /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger/constants.py to constants.cpython-313.pyc writing byte-compilation script '/tmp/tmpn4fo6mwg.py' /usr/bin/python /tmp/tmpn4fo6mwg.py removing /tmp/tmpn4fo6mwg.py running install_egg_info Copying flasgger.egg-info to /build/python-flasgger/pkg/python-flasgger/usr/lib/python3.13/site-packages/flasgger-0.9.7.1-py3.13.egg-info running install_scripts ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "python-flasgger"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-flasgger 0.9.7.1-5 (Sat Dec 28 08:05:01 2024) ==> Cleaning up...