=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for py311-flask-user-1.0.2.2nb1 * Building wheel... /usr/pkg/lib/python3.11/site-packages/setuptools/_distutils/dist.py:270: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) running bdist_wheel /usr/pkg/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:124: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. By 2025-Aug-30, you need to update your project and remove deprecated calls or your builds will no longer be supported. ******************************************************************************** !! self.finalize_options() running build running build_py creating build/lib/flask_user copying flask_user/user_mixin.py -> build/lib/flask_user copying flask_user/signals.py -> build/lib/flask_user copying flask_user/decorators.py -> build/lib/flask_user copying flask_user/translation_utils.py -> build/lib/flask_user copying flask_user/legacy_error.py -> build/lib/flask_user copying flask_user/db_manager.py -> build/lib/flask_user copying flask_user/email_manager.py -> build/lib/flask_user copying flask_user/token_manager.py -> build/lib/flask_user copying flask_user/__init__.py -> build/lib/flask_user copying flask_user/user_manager.py -> build/lib/flask_user copying flask_user/user_manager__utils.py -> build/lib/flask_user copying flask_user/user_manager__settings.py -> build/lib/flask_user copying flask_user/forms.py -> build/lib/flask_user copying flask_user/password_manager.py -> build/lib/flask_user copying flask_user/user_manager__views.py -> build/lib/flask_user running egg_info writing Flask_User.egg-info/PKG-INFO writing dependency_links to Flask_User.egg-info/dependency_links.txt writing requirements to Flask_User.egg-info/requires.txt writing top-level names to Flask_User.egg-info/top_level.txt reading manifest file 'Flask_User.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.mo' under directory 'flask_user' adding license file 'LICENSE.txt' adding license file 'AUTHORS.rst' writing manifest file 'Flask_User.egg-info/SOURCES.txt' /usr/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.db_adapters' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.db_adapters' 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 'flask_user.db_adapters' 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 'flask_user.db_adapters' to be distributed and are already explicitly excluding 'flask_user.db_adapters' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.email_adapters' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.email_adapters' 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 'flask_user.email_adapters' 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 'flask_user.email_adapters' to be distributed and are already explicitly excluding 'flask_user.email_adapters' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.templates' 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 'flask_user.templates' 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 'flask_user.templates' to be distributed and are already explicitly excluding 'flask_user.templates' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.templates.flask_user' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.templates.flask_user' 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 'flask_user.templates.flask_user' 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 'flask_user.templates.flask_user' to be distributed and are already explicitly excluding 'flask_user.templates.flask_user' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.templates.flask_user.emails' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.templates.flask_user.emails' 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 'flask_user.templates.flask_user.emails' 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 'flask_user.templates.flask_user.emails' to be distributed and are already explicitly excluding 'flask_user.templates.flask_user.emails' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.tests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.tests' 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 'flask_user.tests' 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 'flask_user.tests' to be distributed and are already explicitly excluding 'flask_user.tests' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.translations' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.translations' 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 'flask_user.translations' 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 'flask_user.translations' to be distributed and are already explicitly excluding 'flask_user.translations' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.translations.de.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.translations.de.LC_MESSAGES' 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 'flask_user.translations.de.LC_MESSAGES' 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 'flask_user.translations.de.LC_MESSAGES' to be distributed and are already explicitly excluding 'flask_user.translations.de.LC_MESSAGES' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.translations.en.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.translations.en.LC_MESSAGES' 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 'flask_user.translations.en.LC_MESSAGES' 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 'flask_user.translations.en.LC_MESSAGES' to be distributed and are already explicitly excluding 'flask_user.translations.en.LC_MESSAGES' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.translations.es.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.translations.es.LC_MESSAGES' 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 'flask_user.translations.es.LC_MESSAGES' 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 'flask_user.translations.es.LC_MESSAGES' to be distributed and are already explicitly excluding 'flask_user.translations.es.LC_MESSAGES' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.translations.fa.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.translations.fa.LC_MESSAGES' 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 'flask_user.translations.fa.LC_MESSAGES' 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 'flask_user.translations.fa.LC_MESSAGES' to be distributed and are already explicitly excluding 'flask_user.translations.fa.LC_MESSAGES' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.translations.fi.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.translations.fi.LC_MESSAGES' 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 'flask_user.translations.fi.LC_MESSAGES' 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 'flask_user.translations.fi.LC_MESSAGES' to be distributed and are already explicitly excluding 'flask_user.translations.fi.LC_MESSAGES' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.translations.fr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.translations.fr.LC_MESSAGES' 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 'flask_user.translations.fr.LC_MESSAGES' 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 'flask_user.translations.fr.LC_MESSAGES' to be distributed and are already explicitly excluding 'flask_user.translations.fr.LC_MESSAGES' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.translations.it.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.translations.it.LC_MESSAGES' 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 'flask_user.translations.it.LC_MESSAGES' 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 'flask_user.translations.it.LC_MESSAGES' to be distributed and are already explicitly excluding 'flask_user.translations.it.LC_MESSAGES' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.translations.nl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.translations.nl.LC_MESSAGES' 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 'flask_user.translations.nl.LC_MESSAGES' 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 'flask_user.translations.nl.LC_MESSAGES' to be distributed and are already explicitly excluding 'flask_user.translations.nl.LC_MESSAGES' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.translations.pl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.translations.pl.LC_MESSAGES' 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 'flask_user.translations.pl.LC_MESSAGES' 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 'flask_user.translations.pl.LC_MESSAGES' to be distributed and are already explicitly excluding 'flask_user.translations.pl.LC_MESSAGES' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.translations.ru.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.translations.ru.LC_MESSAGES' 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 'flask_user.translations.ru.LC_MESSAGES' 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 'flask_user.translations.ru.LC_MESSAGES' to be distributed and are already explicitly excluding 'flask_user.translations.ru.LC_MESSAGES' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.translations.sk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.translations.sk.LC_MESSAGES' 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 'flask_user.translations.sk.LC_MESSAGES' 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 'flask_user.translations.sk.LC_MESSAGES' to be distributed and are already explicitly excluding 'flask_user.translations.sk.LC_MESSAGES' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.translations.sv.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.translations.sv.LC_MESSAGES' 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 'flask_user.translations.sv.LC_MESSAGES' 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 'flask_user.translations.sv.LC_MESSAGES' to be distributed and are already explicitly excluding 'flask_user.translations.sv.LC_MESSAGES' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.translations.tr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.translations.tr.LC_MESSAGES' 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 'flask_user.translations.tr.LC_MESSAGES' 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 'flask_user.translations.tr.LC_MESSAGES' to be distributed and are already explicitly excluding 'flask_user.translations.tr.LC_MESSAGES' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.translations.uk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.translations.uk.LC_MESSAGES' 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 'flask_user.translations.uk.LC_MESSAGES' 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 'flask_user.translations.uk.LC_MESSAGES' to be distributed and are already explicitly excluding 'flask_user.translations.uk.LC_MESSAGES' 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/pkg/lib/python3.11/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'flask_user.translations.zh.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'flask_user.translations.zh.LC_MESSAGES' 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 'flask_user.translations.zh.LC_MESSAGES' 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 'flask_user.translations.zh.LC_MESSAGES' to be distributed and are already explicitly excluding 'flask_user.translations.zh.LC_MESSAGES' 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/flask_user/db_adapters copying flask_user/db_adapters/__init__.py -> build/lib/flask_user/db_adapters copying flask_user/db_adapters/db_adapter_interface.py -> build/lib/flask_user/db_adapters copying flask_user/db_adapters/dynamo_db_adapter.py -> build/lib/flask_user/db_adapters copying flask_user/db_adapters/mongo_db_adapter.py -> build/lib/flask_user/db_adapters copying flask_user/db_adapters/pynamo_db_adapter.py -> build/lib/flask_user/db_adapters copying flask_user/db_adapters/sql_db_adapter.py -> build/lib/flask_user/db_adapters creating build/lib/flask_user/email_adapters copying flask_user/email_adapters/__init__.py -> build/lib/flask_user/email_adapters copying flask_user/email_adapters/email_adapter_interface.py -> build/lib/flask_user/email_adapters copying flask_user/email_adapters/sendgrid_email_adapter.py -> build/lib/flask_user/email_adapters copying flask_user/email_adapters/sendmail_email_adapter.py -> build/lib/flask_user/email_adapters copying flask_user/email_adapters/smtp_email_adapter.py -> build/lib/flask_user/email_adapters creating build/lib/flask_user/templates copying flask_user/templates/flask_user_layout.html -> build/lib/flask_user/templates creating build/lib/flask_user/templates/flask_user copying flask_user/templates/flask_user/_authorized_base.html -> build/lib/flask_user/templates/flask_user copying flask_user/templates/flask_user/_common_base.html -> build/lib/flask_user/templates/flask_user copying flask_user/templates/flask_user/_macros.html -> build/lib/flask_user/templates/flask_user copying flask_user/templates/flask_user/_public_base.html -> build/lib/flask_user/templates/flask_user copying flask_user/templates/flask_user/change_password.html -> build/lib/flask_user/templates/flask_user copying flask_user/templates/flask_user/change_username.html -> build/lib/flask_user/templates/flask_user copying flask_user/templates/flask_user/edit_user_profile.html -> build/lib/flask_user/templates/flask_user copying flask_user/templates/flask_user/forgot_password.html -> build/lib/flask_user/templates/flask_user copying flask_user/templates/flask_user/invite_user.html -> build/lib/flask_user/templates/flask_user copying flask_user/templates/flask_user/login.html -> build/lib/flask_user/templates/flask_user copying flask_user/templates/flask_user/login_auth0.html -> build/lib/flask_user/templates/flask_user copying flask_user/templates/flask_user/login_or_register.html -> build/lib/flask_user/templates/flask_user copying flask_user/templates/flask_user/manage_emails.html -> build/lib/flask_user/templates/flask_user copying flask_user/templates/flask_user/register.html -> build/lib/flask_user/templates/flask_user copying flask_user/templates/flask_user/resend_confirm_email.html -> build/lib/flask_user/templates/flask_user copying flask_user/templates/flask_user/reset_password.html -> build/lib/flask_user/templates/flask_user creating build/lib/flask_user/templates/flask_user/emails copying flask_user/templates/flask_user/emails/base_message.html -> build/lib/flask_user/templates/flask_user/emails copying flask_user/templates/flask_user/emails/base_message.txt -> build/lib/flask_user/templates/flask_user/emails copying flask_user/templates/flask_user/emails/base_subject.txt -> build/lib/flask_user/templates/flask_user/emails copying flask_user/templates/flask_user/emails/confirm_email_message.html -> build/lib/flask_user/templates/flask_user/emails copying flask_user/templates/flask_user/emails/confirm_email_message.txt -> build/lib/flask_user/templates/flask_user/emails copying flask_user/templates/flask_user/emails/confirm_email_subject.txt -> build/lib/flask_user/templates/flask_user/emails copying flask_user/templates/flask_user/emails/invite_user_message.html -> build/lib/flask_user/templates/flask_user/emails copying flask_user/templates/flask_user/emails/invite_user_message.txt -> build/lib/flask_user/templates/flask_user/emails copying flask_user/templates/flask_user/emails/invite_user_subject.txt -> build/lib/flask_user/templates/flask_user/emails copying flask_user/templates/flask_user/emails/password_changed_message.html -> build/lib/flask_user/templates/flask_user/emails copying flask_user/templates/flask_user/emails/password_changed_message.txt -> build/lib/flask_user/templates/flask_user/emails copying flask_user/templates/flask_user/emails/password_changed_subject.txt -> build/lib/flask_user/templates/flask_user/emails copying flask_user/templates/flask_user/emails/registered_message.html -> build/lib/flask_user/templates/flask_user/emails copying flask_user/templates/flask_user/emails/registered_message.txt -> build/lib/flask_user/templates/flask_user/emails copying flask_user/templates/flask_user/emails/registered_subject.txt -> build/lib/flask_user/templates/flask_user/emails copying flask_user/templates/flask_user/emails/reset_password_message.html -> build/lib/flask_user/templates/flask_user/emails copying flask_user/templates/flask_user/emails/reset_password_message.txt -> build/lib/flask_user/templates/flask_user/emails copying flask_user/templates/flask_user/emails/reset_password_subject.txt -> build/lib/flask_user/templates/flask_user/emails copying flask_user/templates/flask_user/emails/username_changed_message.html -> build/lib/flask_user/templates/flask_user/emails copying flask_user/templates/flask_user/emails/username_changed_message.txt -> build/lib/flask_user/templates/flask_user/emails copying flask_user/templates/flask_user/emails/username_changed_subject.txt -> build/lib/flask_user/templates/flask_user/emails creating build/lib/flask_user/tests copying flask_user/tests/__init__.py -> build/lib/flask_user/tests copying flask_user/tests/conftest.py -> build/lib/flask_user/tests copying flask_user/tests/test_invalid_forms.py -> build/lib/flask_user/tests copying flask_user/tests/test_misc.py -> build/lib/flask_user/tests copying flask_user/tests/test_roles.py -> build/lib/flask_user/tests copying flask_user/tests/test_views.py -> build/lib/flask_user/tests copying flask_user/tests/test_zzz_db_adapters.py -> build/lib/flask_user/tests copying flask_user/tests/tst_app.py -> build/lib/flask_user/tests copying flask_user/tests/tst_utils.py -> build/lib/flask_user/tests copying flask_user/tests/utils.py -> build/lib/flask_user/tests creating build/lib/flask_user/translations copying flask_user/translations/babel.cfg -> build/lib/flask_user/translations copying flask_user/translations/flask_user.pot -> build/lib/flask_user/translations creating build/lib/flask_user/translations/de/LC_MESSAGES copying flask_user/translations/de/LC_MESSAGES/flask_user.po -> build/lib/flask_user/translations/de/LC_MESSAGES creating build/lib/flask_user/translations/en/LC_MESSAGES copying flask_user/translations/en/LC_MESSAGES/flask_user.po -> build/lib/flask_user/translations/en/LC_MESSAGES creating build/lib/flask_user/translations/es/LC_MESSAGES copying flask_user/translations/es/LC_MESSAGES/flask_user.po -> build/lib/flask_user/translations/es/LC_MESSAGES creating build/lib/flask_user/translations/fa/LC_MESSAGES copying flask_user/translations/fa/LC_MESSAGES/flask_user.po -> build/lib/flask_user/translations/fa/LC_MESSAGES creating build/lib/flask_user/translations/fi/LC_MESSAGES copying flask_user/translations/fi/LC_MESSAGES/flask_user.po -> build/lib/flask_user/translations/fi/LC_MESSAGES creating build/lib/flask_user/translations/fr/LC_MESSAGES copying flask_user/translations/fr/LC_MESSAGES/flask_user.po -> build/lib/flask_user/translations/fr/LC_MESSAGES creating build/lib/flask_user/translations/it/LC_MESSAGES copying flask_user/translations/it/LC_MESSAGES/flask_user.po -> build/lib/flask_user/translations/it/LC_MESSAGES creating build/lib/flask_user/translations/nl/LC_MESSAGES copying flask_user/translations/nl/LC_MESSAGES/flask_user.po -> build/lib/flask_user/translations/nl/LC_MESSAGES creating build/lib/flask_user/translations/pl/LC_MESSAGES copying flask_user/translations/pl/LC_MESSAGES/flask_user.po -> build/lib/flask_user/translations/pl/LC_MESSAGES creating build/lib/flask_user/translations/ru/LC_MESSAGES copying flask_user/translations/ru/LC_MESSAGES/flask_user.po -> build/lib/flask_user/translations/ru/LC_MESSAGES creating build/lib/flask_user/translations/sk/LC_MESSAGES copying flask_user/translations/sk/LC_MESSAGES/flask_user.po -> build/lib/flask_user/translations/sk/LC_MESSAGES creating build/lib/flask_user/translations/sv/LC_MESSAGES copying flask_user/translations/sv/LC_MESSAGES/flask_user.po -> build/lib/flask_user/translations/sv/LC_MESSAGES creating build/lib/flask_user/translations/tr/LC_MESSAGES copying flask_user/translations/tr/LC_MESSAGES/flask_user.po -> build/lib/flask_user/translations/tr/LC_MESSAGES creating build/lib/flask_user/translations/uk/LC_MESSAGES copying flask_user/translations/uk/LC_MESSAGES/flask_user.po -> build/lib/flask_user/translations/uk/LC_MESSAGES creating build/lib/flask_user/translations/zh/LC_MESSAGES copying flask_user/translations/zh/LC_MESSAGES/flask_user.po -> build/lib/flask_user/translations/zh/LC_MESSAGES installing to build/bdist.netbsd-9.3-amd64/wheel running install running install_lib creating build/bdist.netbsd-9.3-amd64/wheel creating build/bdist.netbsd-9.3-amd64/wheel/flask_user copying build/lib/flask_user/user_mixin.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user copying build/lib/flask_user/signals.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user copying build/lib/flask_user/decorators.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user copying build/lib/flask_user/translation_utils.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user copying build/lib/flask_user/legacy_error.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user copying build/lib/flask_user/db_manager.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user copying build/lib/flask_user/email_manager.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user copying build/lib/flask_user/token_manager.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user copying build/lib/flask_user/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user copying build/lib/flask_user/user_manager.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user copying build/lib/flask_user/user_manager__utils.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user copying build/lib/flask_user/user_manager__settings.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user copying build/lib/flask_user/forms.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user copying build/lib/flask_user/password_manager.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user copying build/lib/flask_user/user_manager__views.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/db_adapters copying build/lib/flask_user/db_adapters/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/db_adapters copying build/lib/flask_user/db_adapters/db_adapter_interface.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/db_adapters copying build/lib/flask_user/db_adapters/dynamo_db_adapter.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/db_adapters copying build/lib/flask_user/db_adapters/mongo_db_adapter.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/db_adapters copying build/lib/flask_user/db_adapters/pynamo_db_adapter.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/db_adapters copying build/lib/flask_user/db_adapters/sql_db_adapter.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/db_adapters creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/email_adapters copying build/lib/flask_user/email_adapters/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/email_adapters copying build/lib/flask_user/email_adapters/email_adapter_interface.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/email_adapters copying build/lib/flask_user/email_adapters/sendgrid_email_adapter.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/email_adapters copying build/lib/flask_user/email_adapters/sendmail_email_adapter.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/email_adapters copying build/lib/flask_user/email_adapters/smtp_email_adapter.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/email_adapters creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/templates copying build/lib/flask_user/templates/flask_user_layout.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/templates/flask_user copying build/lib/flask_user/templates/flask_user/_authorized_base.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user copying build/lib/flask_user/templates/flask_user/_common_base.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user copying build/lib/flask_user/templates/flask_user/_macros.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user copying build/lib/flask_user/templates/flask_user/_public_base.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user copying build/lib/flask_user/templates/flask_user/change_password.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user copying build/lib/flask_user/templates/flask_user/change_username.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user copying build/lib/flask_user/templates/flask_user/edit_user_profile.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user copying build/lib/flask_user/templates/flask_user/forgot_password.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user copying build/lib/flask_user/templates/flask_user/invite_user.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user copying build/lib/flask_user/templates/flask_user/login.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user copying build/lib/flask_user/templates/flask_user/login_auth0.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user copying build/lib/flask_user/templates/flask_user/login_or_register.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user copying build/lib/flask_user/templates/flask_user/manage_emails.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user copying build/lib/flask_user/templates/flask_user/register.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user copying build/lib/flask_user/templates/flask_user/resend_confirm_email.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user copying build/lib/flask_user/templates/flask_user/reset_password.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/templates/flask_user/emails copying build/lib/flask_user/templates/flask_user/emails/base_message.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user/emails copying build/lib/flask_user/templates/flask_user/emails/base_message.txt -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user/emails copying build/lib/flask_user/templates/flask_user/emails/base_subject.txt -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user/emails copying build/lib/flask_user/templates/flask_user/emails/confirm_email_message.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user/emails copying build/lib/flask_user/templates/flask_user/emails/confirm_email_message.txt -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user/emails copying build/lib/flask_user/templates/flask_user/emails/confirm_email_subject.txt -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user/emails copying build/lib/flask_user/templates/flask_user/emails/invite_user_message.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user/emails copying build/lib/flask_user/templates/flask_user/emails/invite_user_message.txt -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user/emails copying build/lib/flask_user/templates/flask_user/emails/invite_user_subject.txt -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user/emails copying build/lib/flask_user/templates/flask_user/emails/password_changed_message.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user/emails copying build/lib/flask_user/templates/flask_user/emails/password_changed_message.txt -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user/emails copying build/lib/flask_user/templates/flask_user/emails/password_changed_subject.txt -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user/emails copying build/lib/flask_user/templates/flask_user/emails/registered_message.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user/emails copying build/lib/flask_user/templates/flask_user/emails/registered_message.txt -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user/emails copying build/lib/flask_user/templates/flask_user/emails/registered_subject.txt -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user/emails copying build/lib/flask_user/templates/flask_user/emails/reset_password_message.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user/emails copying build/lib/flask_user/templates/flask_user/emails/reset_password_message.txt -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user/emails copying build/lib/flask_user/templates/flask_user/emails/reset_password_subject.txt -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user/emails copying build/lib/flask_user/templates/flask_user/emails/username_changed_message.html -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user/emails copying build/lib/flask_user/templates/flask_user/emails/username_changed_message.txt -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user/emails copying build/lib/flask_user/templates/flask_user/emails/username_changed_subject.txt -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/templates/flask_user/emails creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/tests copying build/lib/flask_user/tests/__init__.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/tests copying build/lib/flask_user/tests/conftest.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/tests copying build/lib/flask_user/tests/test_invalid_forms.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/tests copying build/lib/flask_user/tests/test_misc.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/tests copying build/lib/flask_user/tests/test_roles.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/tests copying build/lib/flask_user/tests/test_views.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/tests copying build/lib/flask_user/tests/test_zzz_db_adapters.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/tests copying build/lib/flask_user/tests/tst_app.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/tests copying build/lib/flask_user/tests/tst_utils.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/tests copying build/lib/flask_user/tests/utils.py -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/tests creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations copying build/lib/flask_user/translations/babel.cfg -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/translations copying build/lib/flask_user/translations/flask_user.pot -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/translations creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/de creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/de/LC_MESSAGES copying build/lib/flask_user/translations/de/LC_MESSAGES/flask_user.po -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/translations/de/LC_MESSAGES creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/en creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/en/LC_MESSAGES copying build/lib/flask_user/translations/en/LC_MESSAGES/flask_user.po -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/translations/en/LC_MESSAGES creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/es creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/es/LC_MESSAGES copying build/lib/flask_user/translations/es/LC_MESSAGES/flask_user.po -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/translations/es/LC_MESSAGES creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/fa creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/fa/LC_MESSAGES copying build/lib/flask_user/translations/fa/LC_MESSAGES/flask_user.po -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/translations/fa/LC_MESSAGES creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/fi creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/fi/LC_MESSAGES copying build/lib/flask_user/translations/fi/LC_MESSAGES/flask_user.po -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/translations/fi/LC_MESSAGES creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/fr creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/fr/LC_MESSAGES copying build/lib/flask_user/translations/fr/LC_MESSAGES/flask_user.po -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/translations/fr/LC_MESSAGES creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/it creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/it/LC_MESSAGES copying build/lib/flask_user/translations/it/LC_MESSAGES/flask_user.po -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/translations/it/LC_MESSAGES creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/nl creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/nl/LC_MESSAGES copying build/lib/flask_user/translations/nl/LC_MESSAGES/flask_user.po -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/translations/nl/LC_MESSAGES creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/pl creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/pl/LC_MESSAGES copying build/lib/flask_user/translations/pl/LC_MESSAGES/flask_user.po -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/translations/pl/LC_MESSAGES creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/ru creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/ru/LC_MESSAGES copying build/lib/flask_user/translations/ru/LC_MESSAGES/flask_user.po -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/translations/ru/LC_MESSAGES creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/sk creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/sk/LC_MESSAGES copying build/lib/flask_user/translations/sk/LC_MESSAGES/flask_user.po -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/translations/sk/LC_MESSAGES creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/sv creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/sv/LC_MESSAGES copying build/lib/flask_user/translations/sv/LC_MESSAGES/flask_user.po -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/translations/sv/LC_MESSAGES creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/tr creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/tr/LC_MESSAGES copying build/lib/flask_user/translations/tr/LC_MESSAGES/flask_user.po -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/translations/tr/LC_MESSAGES creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/uk creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/uk/LC_MESSAGES copying build/lib/flask_user/translations/uk/LC_MESSAGES/flask_user.po -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/translations/uk/LC_MESSAGES creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/zh creating build/bdist.netbsd-9.3-amd64/wheel/flask_user/translations/zh/LC_MESSAGES copying build/lib/flask_user/translations/zh/LC_MESSAGES/flask_user.po -> build/bdist.netbsd-9.3-amd64/wheel/./flask_user/translations/zh/LC_MESSAGES running install_egg_info Copying Flask_User.egg-info to build/bdist.netbsd-9.3-amd64/wheel/./Flask_User-1.0.2.2-py3.11.egg-info running install_scripts creating build/bdist.netbsd-9.3-amd64/wheel/flask_user-1.0.2.2.dist-info/WHEEL creating '/tmp/www/py-flask-user/work/Flask-User-1.0.2.2/dist/.tmp-162f2i4z/flask_user-1.0.2.2-py2.py3-none-any.whl' and adding 'build/bdist.netbsd-9.3-amd64/wheel' to it adding 'flask_user/__init__.py' adding 'flask_user/db_manager.py' adding 'flask_user/decorators.py' adding 'flask_user/email_manager.py' adding 'flask_user/forms.py' adding 'flask_user/legacy_error.py' adding 'flask_user/password_manager.py' adding 'flask_user/signals.py' adding 'flask_user/token_manager.py' adding 'flask_user/translation_utils.py' adding 'flask_user/user_manager.py' adding 'flask_user/user_manager__settings.py' adding 'flask_user/user_manager__utils.py' adding 'flask_user/user_manager__views.py' adding 'flask_user/user_mixin.py' adding 'flask_user/db_adapters/__init__.py' adding 'flask_user/db_adapters/db_adapter_interface.py' adding 'flask_user/db_adapters/dynamo_db_adapter.py' adding 'flask_user/db_adapters/mongo_db_adapter.py' adding 'flask_user/db_adapters/pynamo_db_adapter.py' adding 'flask_user/db_adapters/sql_db_adapter.py' adding 'flask_user/email_adapters/__init__.py' adding 'flask_user/email_adapters/email_adapter_interface.py' adding 'flask_user/email_adapters/sendgrid_email_adapter.py' adding 'flask_user/email_adapters/sendmail_email_adapter.py' adding 'flask_user/email_adapters/smtp_email_adapter.py' adding 'flask_user/templates/flask_user_layout.html' adding 'flask_user/templates/flask_user/_authorized_base.html' adding 'flask_user/templates/flask_user/_common_base.html' adding 'flask_user/templates/flask_user/_macros.html' adding 'flask_user/templates/flask_user/_public_base.html' adding 'flask_user/templates/flask_user/change_password.html' adding 'flask_user/templates/flask_user/change_username.html' adding 'flask_user/templates/flask_user/edit_user_profile.html' adding 'flask_user/templates/flask_user/forgot_password.html' adding 'flask_user/templates/flask_user/invite_user.html' adding 'flask_user/templates/flask_user/login.html' adding 'flask_user/templates/flask_user/login_auth0.html' adding 'flask_user/templates/flask_user/login_or_register.html' adding 'flask_user/templates/flask_user/manage_emails.html' adding 'flask_user/templates/flask_user/register.html' adding 'flask_user/templates/flask_user/resend_confirm_email.html' adding 'flask_user/templates/flask_user/reset_password.html' adding 'flask_user/templates/flask_user/emails/base_message.html' adding 'flask_user/templates/flask_user/emails/base_message.txt' adding 'flask_user/templates/flask_user/emails/base_subject.txt' adding 'flask_user/templates/flask_user/emails/confirm_email_message.html' adding 'flask_user/templates/flask_user/emails/confirm_email_message.txt' adding 'flask_user/templates/flask_user/emails/confirm_email_subject.txt' adding 'flask_user/templates/flask_user/emails/invite_user_message.html' adding 'flask_user/templates/flask_user/emails/invite_user_message.txt' adding 'flask_user/templates/flask_user/emails/invite_user_subject.txt' adding 'flask_user/templates/flask_user/emails/password_changed_message.html' adding 'flask_user/templates/flask_user/emails/password_changed_message.txt' adding 'flask_user/templates/flask_user/emails/password_changed_subject.txt' adding 'flask_user/templates/flask_user/emails/registered_message.html' adding 'flask_user/templates/flask_user/emails/registered_message.txt' adding 'flask_user/templates/flask_user/emails/registered_subject.txt' adding 'flask_user/templates/flask_user/emails/reset_password_message.html' adding 'flask_user/templates/flask_user/emails/reset_password_message.txt' adding 'flask_user/templates/flask_user/emails/reset_password_subject.txt' adding 'flask_user/templates/flask_user/emails/username_changed_message.html' adding 'flask_user/templates/flask_user/emails/username_changed_message.txt' adding 'flask_user/templates/flask_user/emails/username_changed_subject.txt' adding 'flask_user/tests/__init__.py' adding 'flask_user/tests/conftest.py' adding 'flask_user/tests/test_invalid_forms.py' adding 'flask_user/tests/test_misc.py' adding 'flask_user/tests/test_roles.py' adding 'flask_user/tests/test_views.py' adding 'flask_user/tests/test_zzz_db_adapters.py' adding 'flask_user/tests/tst_app.py' adding 'flask_user/tests/tst_utils.py' adding 'flask_user/tests/utils.py' adding 'flask_user/translations/babel.cfg' adding 'flask_user/translations/flask_user.pot' adding 'flask_user/translations/de/LC_MESSAGES/flask_user.po' adding 'flask_user/translations/en/LC_MESSAGES/flask_user.po' adding 'flask_user/translations/es/LC_MESSAGES/flask_user.po' adding 'flask_user/translations/fa/LC_MESSAGES/flask_user.po' adding 'flask_user/translations/fi/LC_MESSAGES/flask_user.po' adding 'flask_user/translations/fr/LC_MESSAGES/flask_user.po' adding 'flask_user/translations/it/LC_MESSAGES/flask_user.po' adding 'flask_user/translations/nl/LC_MESSAGES/flask_user.po' adding 'flask_user/translations/pl/LC_MESSAGES/flask_user.po' adding 'flask_user/translations/ru/LC_MESSAGES/flask_user.po' adding 'flask_user/translations/sk/LC_MESSAGES/flask_user.po' adding 'flask_user/translations/sv/LC_MESSAGES/flask_user.po' adding 'flask_user/translations/tr/LC_MESSAGES/flask_user.po' adding 'flask_user/translations/uk/LC_MESSAGES/flask_user.po' adding 'flask_user/translations/zh/LC_MESSAGES/flask_user.po' adding 'flask_user-1.0.2.2.dist-info/AUTHORS.rst' adding 'flask_user-1.0.2.2.dist-info/LICENSE.txt' adding 'flask_user-1.0.2.2.dist-info/METADATA' adding 'flask_user-1.0.2.2.dist-info/WHEEL' adding 'flask_user-1.0.2.2.dist-info/top_level.txt' adding 'flask_user-1.0.2.2.dist-info/RECORD' removing build/bdist.netbsd-9.3-amd64/wheel Successfully built flask_user-1.0.2.2-py2.py3-none-any.whl