=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/www/py-filebrowser_safe", "all", "PYTHON_VERSION_REQD=311", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for py311-filebrowser_safe-1.1.1nb1 * Building wheel... running bdist_wheel /opt/local/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:119: 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. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() running build running build_py creating build/lib/filebrowser_safe copying filebrowser_safe/__init__.py -> build/lib/filebrowser_safe copying filebrowser_safe/base.py -> build/lib/filebrowser_safe copying filebrowser_safe/fields.py -> build/lib/filebrowser_safe copying filebrowser_safe/forms.py -> build/lib/filebrowser_safe copying filebrowser_safe/functions.py -> build/lib/filebrowser_safe copying filebrowser_safe/models.py -> build/lib/filebrowser_safe copying filebrowser_safe/settings.py -> build/lib/filebrowser_safe copying filebrowser_safe/storage.py -> build/lib/filebrowser_safe copying filebrowser_safe/urls.py -> build/lib/filebrowser_safe copying filebrowser_safe/views.py -> build/lib/filebrowser_safe creating build/lib/filebrowser_safe/templatetags copying filebrowser_safe/templatetags/__init__.py -> build/lib/filebrowser_safe/templatetags copying filebrowser_safe/templatetags/fb_pagination.py -> build/lib/filebrowser_safe/templatetags copying filebrowser_safe/templatetags/fb_tags.py -> build/lib/filebrowser_safe/templatetags running egg_info writing filebrowser_safe.egg-info/PKG-INFO writing dependency_links to filebrowser_safe.egg-info/dependency_links.txt writing requirements to filebrowser_safe.egg-info/requires.txt writing top-level names to filebrowser_safe.egg-info/top_level.txt reading manifest file 'filebrowser_safe.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'tests' warning: no previously-included files found matching '.releaserc' warning: no previously-included files found matching '.isort.cfg' warning: no previously-included files found matching 'tox.ini' warning: no previously-included files found matching 'pytest.ini' warning: no previously-included files found matching '.coveragerc' adding license file 'LICENSE' writing manifest file 'filebrowser_safe.egg-info/SOURCES.txt' /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'filebrowser_safe.locale.ar.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'filebrowser_safe.locale.ar.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 'filebrowser_safe.locale.ar.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 'filebrowser_safe.locale.ar.LC_MESSAGES' to be distributed and are already explicitly excluding 'filebrowser_safe.locale.ar.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) /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'filebrowser_safe.locale.ca.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'filebrowser_safe.locale.ca.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 'filebrowser_safe.locale.ca.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 'filebrowser_safe.locale.ca.LC_MESSAGES' to be distributed and are already explicitly excluding 'filebrowser_safe.locale.ca.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) /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'filebrowser_safe.locale.cs.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'filebrowser_safe.locale.cs.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 'filebrowser_safe.locale.cs.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 'filebrowser_safe.locale.cs.LC_MESSAGES' to be distributed and are already explicitly excluding 'filebrowser_safe.locale.cs.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) /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'filebrowser_safe.locale.de.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'filebrowser_safe.locale.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 'filebrowser_safe.locale.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 'filebrowser_safe.locale.de.LC_MESSAGES' to be distributed and are already explicitly excluding 'filebrowser_safe.locale.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) /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'filebrowser_safe.locale.es.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'filebrowser_safe.locale.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 'filebrowser_safe.locale.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 'filebrowser_safe.locale.es.LC_MESSAGES' to be distributed and are already explicitly excluding 'filebrowser_safe.locale.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) /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'filebrowser_safe.locale.fr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'filebrowser_safe.locale.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 'filebrowser_safe.locale.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 'filebrowser_safe.locale.fr.LC_MESSAGES' to be distributed and are already explicitly excluding 'filebrowser_safe.locale.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) /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'filebrowser_safe.locale.it.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'filebrowser_safe.locale.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 'filebrowser_safe.locale.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 'filebrowser_safe.locale.it.LC_MESSAGES' to be distributed and are already explicitly excluding 'filebrowser_safe.locale.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) /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'filebrowser_safe.locale.nb.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'filebrowser_safe.locale.nb.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 'filebrowser_safe.locale.nb.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 'filebrowser_safe.locale.nb.LC_MESSAGES' to be distributed and are already explicitly excluding 'filebrowser_safe.locale.nb.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) /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'filebrowser_safe.locale.nl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'filebrowser_safe.locale.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 'filebrowser_safe.locale.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 'filebrowser_safe.locale.nl.LC_MESSAGES' to be distributed and are already explicitly excluding 'filebrowser_safe.locale.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) /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'filebrowser_safe.locale.ru.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'filebrowser_safe.locale.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 'filebrowser_safe.locale.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 'filebrowser_safe.locale.ru.LC_MESSAGES' to be distributed and are already explicitly excluding 'filebrowser_safe.locale.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) /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'filebrowser_safe.locale.sr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'filebrowser_safe.locale.sr.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 'filebrowser_safe.locale.sr.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 'filebrowser_safe.locale.sr.LC_MESSAGES' to be distributed and are already explicitly excluding 'filebrowser_safe.locale.sr.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) /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'filebrowser_safe.locale.sr_Latn.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'filebrowser_safe.locale.sr_Latn.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 'filebrowser_safe.locale.sr_Latn.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 'filebrowser_safe.locale.sr_Latn.LC_MESSAGES' to be distributed and are already explicitly excluding 'filebrowser_safe.locale.sr_Latn.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) /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'filebrowser_safe.locale.zh_CN.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'filebrowser_safe.locale.zh_CN.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 'filebrowser_safe.locale.zh_CN.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 'filebrowser_safe.locale.zh_CN.LC_MESSAGES' to be distributed and are already explicitly excluding 'filebrowser_safe.locale.zh_CN.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) /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'filebrowser_safe.locale.zh_TW.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'filebrowser_safe.locale.zh_TW.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 'filebrowser_safe.locale.zh_TW.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 'filebrowser_safe.locale.zh_TW.LC_MESSAGES' to be distributed and are already explicitly excluding 'filebrowser_safe.locale.zh_TW.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) /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'filebrowser_safe.static.filebrowser.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'filebrowser_safe.static.filebrowser.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 'filebrowser_safe.static.filebrowser.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 'filebrowser_safe.static.filebrowser.css' to be distributed and are already explicitly excluding 'filebrowser_safe.static.filebrowser.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) /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'filebrowser_safe.static.filebrowser.img' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'filebrowser_safe.static.filebrowser.img' 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 'filebrowser_safe.static.filebrowser.img' 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 'filebrowser_safe.static.filebrowser.img' to be distributed and are already explicitly excluding 'filebrowser_safe.static.filebrowser.img' 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) /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'filebrowser_safe.static.filebrowser.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'filebrowser_safe.static.filebrowser.js' 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 'filebrowser_safe.static.filebrowser.js' 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 'filebrowser_safe.static.filebrowser.js' to be distributed and are already explicitly excluding 'filebrowser_safe.static.filebrowser.js' 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) /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'filebrowser_safe.templates.filebrowser' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'filebrowser_safe.templates.filebrowser' 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 'filebrowser_safe.templates.filebrowser' 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 'filebrowser_safe.templates.filebrowser' to be distributed and are already explicitly excluding 'filebrowser_safe.templates.filebrowser' 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) /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'filebrowser_safe.templates.filebrowser.include' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'filebrowser_safe.templates.filebrowser.include' 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 'filebrowser_safe.templates.filebrowser.include' 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 'filebrowser_safe.templates.filebrowser.include' to be distributed and are already explicitly excluding 'filebrowser_safe.templates.filebrowser.include' 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/filebrowser_safe/locale/ar/LC_MESSAGES copying filebrowser_safe/locale/ar/LC_MESSAGES/django.mo -> build/lib/filebrowser_safe/locale/ar/LC_MESSAGES copying filebrowser_safe/locale/ar/LC_MESSAGES/django.po -> build/lib/filebrowser_safe/locale/ar/LC_MESSAGES creating build/lib/filebrowser_safe/locale/ca/LC_MESSAGES copying filebrowser_safe/locale/ca/LC_MESSAGES/django.mo -> build/lib/filebrowser_safe/locale/ca/LC_MESSAGES copying filebrowser_safe/locale/ca/LC_MESSAGES/django.po -> build/lib/filebrowser_safe/locale/ca/LC_MESSAGES creating build/lib/filebrowser_safe/locale/cs/LC_MESSAGES copying filebrowser_safe/locale/cs/LC_MESSAGES/django.mo -> build/lib/filebrowser_safe/locale/cs/LC_MESSAGES copying filebrowser_safe/locale/cs/LC_MESSAGES/django.po -> build/lib/filebrowser_safe/locale/cs/LC_MESSAGES creating build/lib/filebrowser_safe/locale/de/LC_MESSAGES copying filebrowser_safe/locale/de/LC_MESSAGES/django.mo -> build/lib/filebrowser_safe/locale/de/LC_MESSAGES copying filebrowser_safe/locale/de/LC_MESSAGES/django.po -> build/lib/filebrowser_safe/locale/de/LC_MESSAGES creating build/lib/filebrowser_safe/locale/es/LC_MESSAGES copying filebrowser_safe/locale/es/LC_MESSAGES/django.mo -> build/lib/filebrowser_safe/locale/es/LC_MESSAGES copying filebrowser_safe/locale/es/LC_MESSAGES/django.po -> build/lib/filebrowser_safe/locale/es/LC_MESSAGES creating build/lib/filebrowser_safe/locale/fr/LC_MESSAGES copying filebrowser_safe/locale/fr/LC_MESSAGES/django.mo -> build/lib/filebrowser_safe/locale/fr/LC_MESSAGES copying filebrowser_safe/locale/fr/LC_MESSAGES/django.po -> build/lib/filebrowser_safe/locale/fr/LC_MESSAGES creating build/lib/filebrowser_safe/locale/it/LC_MESSAGES copying filebrowser_safe/locale/it/LC_MESSAGES/django.mo -> build/lib/filebrowser_safe/locale/it/LC_MESSAGES copying filebrowser_safe/locale/it/LC_MESSAGES/django.po -> build/lib/filebrowser_safe/locale/it/LC_MESSAGES creating build/lib/filebrowser_safe/locale/nb/LC_MESSAGES copying filebrowser_safe/locale/nb/LC_MESSAGES/django.mo -> build/lib/filebrowser_safe/locale/nb/LC_MESSAGES copying filebrowser_safe/locale/nb/LC_MESSAGES/django.po -> build/lib/filebrowser_safe/locale/nb/LC_MESSAGES creating build/lib/filebrowser_safe/locale/nl/LC_MESSAGES copying filebrowser_safe/locale/nl/LC_MESSAGES/django.mo -> build/lib/filebrowser_safe/locale/nl/LC_MESSAGES copying filebrowser_safe/locale/nl/LC_MESSAGES/django.po -> build/lib/filebrowser_safe/locale/nl/LC_MESSAGES creating build/lib/filebrowser_safe/locale/ru/LC_MESSAGES copying filebrowser_safe/locale/ru/LC_MESSAGES/django.mo -> build/lib/filebrowser_safe/locale/ru/LC_MESSAGES copying filebrowser_safe/locale/ru/LC_MESSAGES/django.po -> build/lib/filebrowser_safe/locale/ru/LC_MESSAGES creating build/lib/filebrowser_safe/locale/sr/LC_MESSAGES copying filebrowser_safe/locale/sr/LC_MESSAGES/django.mo -> build/lib/filebrowser_safe/locale/sr/LC_MESSAGES copying filebrowser_safe/locale/sr/LC_MESSAGES/django.po -> build/lib/filebrowser_safe/locale/sr/LC_MESSAGES creating build/lib/filebrowser_safe/locale/sr_Latn/LC_MESSAGES copying filebrowser_safe/locale/sr_Latn/LC_MESSAGES/django.mo -> build/lib/filebrowser_safe/locale/sr_Latn/LC_MESSAGES copying filebrowser_safe/locale/sr_Latn/LC_MESSAGES/django.po -> build/lib/filebrowser_safe/locale/sr_Latn/LC_MESSAGES creating build/lib/filebrowser_safe/locale/zh_CN/LC_MESSAGES copying filebrowser_safe/locale/zh_CN/LC_MESSAGES/django.mo -> build/lib/filebrowser_safe/locale/zh_CN/LC_MESSAGES copying filebrowser_safe/locale/zh_CN/LC_MESSAGES/django.po -> build/lib/filebrowser_safe/locale/zh_CN/LC_MESSAGES creating build/lib/filebrowser_safe/locale/zh_TW/LC_MESSAGES copying filebrowser_safe/locale/zh_TW/LC_MESSAGES/django.mo -> build/lib/filebrowser_safe/locale/zh_TW/LC_MESSAGES copying filebrowser_safe/locale/zh_TW/LC_MESSAGES/django.po -> build/lib/filebrowser_safe/locale/zh_TW/LC_MESSAGES creating build/lib/filebrowser_safe/static/filebrowser/css copying filebrowser_safe/static/filebrowser/css/filebrowser.css -> build/lib/filebrowser_safe/static/filebrowser/css copying filebrowser_safe/static/filebrowser/css/rtl.css -> build/lib/filebrowser_safe/static/filebrowser/css creating build/lib/filebrowser_safe/static/filebrowser/img copying filebrowser_safe/static/filebrowser/img/filebrowser_icon_delete.gif -> build/lib/filebrowser_safe/static/filebrowser/img copying filebrowser_safe/static/filebrowser/img/filebrowser_icon_delete_hover.gif -> build/lib/filebrowser_safe/static/filebrowser/img copying filebrowser_safe/static/filebrowser/img/filebrowser_icon_rename.gif -> build/lib/filebrowser_safe/static/filebrowser/img copying filebrowser_safe/static/filebrowser/img/filebrowser_icon_rename_hover.gif -> build/lib/filebrowser_safe/static/filebrowser/img copying filebrowser_safe/static/filebrowser/img/filebrowser_icon_select.gif -> build/lib/filebrowser_safe/static/filebrowser/img copying filebrowser_safe/static/filebrowser/img/filebrowser_icon_select_disabled.gif -> build/lib/filebrowser_safe/static/filebrowser/img copying filebrowser_safe/static/filebrowser/img/filebrowser_icon_select_hover.gif -> build/lib/filebrowser_safe/static/filebrowser/img copying filebrowser_safe/static/filebrowser/img/filebrowser_icon_show.gif -> build/lib/filebrowser_safe/static/filebrowser/img copying filebrowser_safe/static/filebrowser/img/filebrowser_icon_show_hover.gif -> build/lib/filebrowser_safe/static/filebrowser/img copying filebrowser_safe/static/filebrowser/img/filebrowser_icon_showversions.gif -> build/lib/filebrowser_safe/static/filebrowser/img copying filebrowser_safe/static/filebrowser/img/filebrowser_icon_showversions_hover.gif -> build/lib/filebrowser_safe/static/filebrowser/img copying filebrowser_safe/static/filebrowser/img/filebrowser_type_.gif -> build/lib/filebrowser_safe/static/filebrowser/img copying filebrowser_safe/static/filebrowser/img/filebrowser_type_audio.gif -> build/lib/filebrowser_safe/static/filebrowser/img copying filebrowser_safe/static/filebrowser/img/filebrowser_type_code.gif -> build/lib/filebrowser_safe/static/filebrowser/img copying filebrowser_safe/static/filebrowser/img/filebrowser_type_document.gif -> build/lib/filebrowser_safe/static/filebrowser/img copying filebrowser_safe/static/filebrowser/img/filebrowser_type_folder.gif -> build/lib/filebrowser_safe/static/filebrowser/img copying filebrowser_safe/static/filebrowser/img/filebrowser_type_image.gif -> build/lib/filebrowser_safe/static/filebrowser/img copying filebrowser_safe/static/filebrowser/img/filebrowser_type_video.gif -> build/lib/filebrowser_safe/static/filebrowser/img creating build/lib/filebrowser_safe/static/filebrowser/js copying filebrowser_safe/static/filebrowser/js/AddFileBrowser.js -> build/lib/filebrowser_safe/static/filebrowser/js copying filebrowser_safe/static/filebrowser/js/FB_CKEditor.js -> build/lib/filebrowser_safe/static/filebrowser/js copying filebrowser_safe/static/filebrowser/js/FB_FileBrowseField.js -> build/lib/filebrowser_safe/static/filebrowser/js copying filebrowser_safe/static/filebrowser/js/FB_TinyMCE.js -> build/lib/filebrowser_safe/static/filebrowser/js copying filebrowser_safe/static/filebrowser/js/FB_TinyMCE4.js -> build/lib/filebrowser_safe/static/filebrowser/js copying filebrowser_safe/static/filebrowser/js/TinyMCEAdmin.js -> build/lib/filebrowser_safe/static/filebrowser/js copying filebrowser_safe/static/filebrowser/js/filebrowser-popup.js -> build/lib/filebrowser_safe/static/filebrowser/js copying filebrowser_safe/static/filebrowser/js/upload.js -> build/lib/filebrowser_safe/static/filebrowser/js creating build/lib/filebrowser_safe/templates/filebrowser copying filebrowser_safe/templates/filebrowser/append.html -> build/lib/filebrowser_safe/templates/filebrowser copying filebrowser_safe/templates/filebrowser/custom_field.html -> build/lib/filebrowser_safe/templates/filebrowser copying filebrowser_safe/templates/filebrowser/index.html -> build/lib/filebrowser_safe/templates/filebrowser copying filebrowser_safe/templates/filebrowser/makedir.html -> build/lib/filebrowser_safe/templates/filebrowser copying filebrowser_safe/templates/filebrowser/rename.html -> build/lib/filebrowser_safe/templates/filebrowser copying filebrowser_safe/templates/filebrowser/upload.html -> build/lib/filebrowser_safe/templates/filebrowser creating build/lib/filebrowser_safe/templates/filebrowser/include copying filebrowser_safe/templates/filebrowser/include/_response.html -> build/lib/filebrowser_safe/templates/filebrowser/include copying filebrowser_safe/templates/filebrowser/include/breadcrumbs.html -> build/lib/filebrowser_safe/templates/filebrowser/include copying filebrowser_safe/templates/filebrowser/include/filelisting.html -> build/lib/filebrowser_safe/templates/filebrowser/include copying filebrowser_safe/templates/filebrowser/include/filter.html -> build/lib/filebrowser_safe/templates/filebrowser/include copying filebrowser_safe/templates/filebrowser/include/paginator.html -> build/lib/filebrowser_safe/templates/filebrowser/include copying filebrowser_safe/templates/filebrowser/include/search.html -> build/lib/filebrowser_safe/templates/filebrowser/include copying filebrowser_safe/templates/filebrowser/include/tableheader.html -> build/lib/filebrowser_safe/templates/filebrowser/include copying filebrowser_safe/templates/filebrowser/include/toolbar.html -> build/lib/filebrowser_safe/templates/filebrowser/include installing to build/bdist.solaris-2.11-i86pc.64bit/wheel running install running install_lib creating build/bdist.solaris-2.11-i86pc.64bit/wheel creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe copying build/lib/filebrowser_safe/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe copying build/lib/filebrowser_safe/base.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe copying build/lib/filebrowser_safe/fields.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe copying build/lib/filebrowser_safe/forms.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe copying build/lib/filebrowser_safe/functions.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe copying build/lib/filebrowser_safe/models.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe copying build/lib/filebrowser_safe/settings.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe copying build/lib/filebrowser_safe/storage.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe copying build/lib/filebrowser_safe/urls.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe copying build/lib/filebrowser_safe/views.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/templatetags copying build/lib/filebrowser_safe/templatetags/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/templatetags copying build/lib/filebrowser_safe/templatetags/fb_pagination.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/templatetags copying build/lib/filebrowser_safe/templatetags/fb_tags.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/templatetags creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/ar creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/ar/LC_MESSAGES copying build/lib/filebrowser_safe/locale/ar/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/ar/LC_MESSAGES copying build/lib/filebrowser_safe/locale/ar/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/ar/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/ca creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/ca/LC_MESSAGES copying build/lib/filebrowser_safe/locale/ca/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/ca/LC_MESSAGES copying build/lib/filebrowser_safe/locale/ca/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/ca/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/cs creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/cs/LC_MESSAGES copying build/lib/filebrowser_safe/locale/cs/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/cs/LC_MESSAGES copying build/lib/filebrowser_safe/locale/cs/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/cs/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/de creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/de/LC_MESSAGES copying build/lib/filebrowser_safe/locale/de/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/de/LC_MESSAGES copying build/lib/filebrowser_safe/locale/de/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/de/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/es creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/es/LC_MESSAGES copying build/lib/filebrowser_safe/locale/es/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/es/LC_MESSAGES copying build/lib/filebrowser_safe/locale/es/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/es/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/fr creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/fr/LC_MESSAGES copying build/lib/filebrowser_safe/locale/fr/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/fr/LC_MESSAGES copying build/lib/filebrowser_safe/locale/fr/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/fr/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/it creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/it/LC_MESSAGES copying build/lib/filebrowser_safe/locale/it/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/it/LC_MESSAGES copying build/lib/filebrowser_safe/locale/it/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/it/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/nb creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/nb/LC_MESSAGES copying build/lib/filebrowser_safe/locale/nb/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/nb/LC_MESSAGES copying build/lib/filebrowser_safe/locale/nb/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/nb/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/nl creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/nl/LC_MESSAGES copying build/lib/filebrowser_safe/locale/nl/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/nl/LC_MESSAGES copying build/lib/filebrowser_safe/locale/nl/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/nl/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/ru creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/ru/LC_MESSAGES copying build/lib/filebrowser_safe/locale/ru/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/ru/LC_MESSAGES copying build/lib/filebrowser_safe/locale/ru/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/ru/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/sr creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/sr/LC_MESSAGES copying build/lib/filebrowser_safe/locale/sr/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/sr/LC_MESSAGES copying build/lib/filebrowser_safe/locale/sr/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/sr/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/sr_Latn creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/sr_Latn/LC_MESSAGES copying build/lib/filebrowser_safe/locale/sr_Latn/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/sr_Latn/LC_MESSAGES copying build/lib/filebrowser_safe/locale/sr_Latn/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/sr_Latn/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/zh_CN creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/zh_CN/LC_MESSAGES copying build/lib/filebrowser_safe/locale/zh_CN/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/zh_CN/LC_MESSAGES copying build/lib/filebrowser_safe/locale/zh_CN/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/zh_CN/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/zh_TW creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/locale/zh_TW/LC_MESSAGES copying build/lib/filebrowser_safe/locale/zh_TW/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/zh_TW/LC_MESSAGES copying build/lib/filebrowser_safe/locale/zh_TW/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/locale/zh_TW/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/static creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/static/filebrowser creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/static/filebrowser/css copying build/lib/filebrowser_safe/static/filebrowser/css/filebrowser.css -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/css copying build/lib/filebrowser_safe/static/filebrowser/css/rtl.css -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/css creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/static/filebrowser/img copying build/lib/filebrowser_safe/static/filebrowser/img/filebrowser_icon_delete.gif -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/img copying build/lib/filebrowser_safe/static/filebrowser/img/filebrowser_icon_delete_hover.gif -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/img copying build/lib/filebrowser_safe/static/filebrowser/img/filebrowser_icon_rename.gif -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/img copying build/lib/filebrowser_safe/static/filebrowser/img/filebrowser_icon_rename_hover.gif -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/img copying build/lib/filebrowser_safe/static/filebrowser/img/filebrowser_icon_select.gif -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/img copying build/lib/filebrowser_safe/static/filebrowser/img/filebrowser_icon_select_disabled.gif -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/img copying build/lib/filebrowser_safe/static/filebrowser/img/filebrowser_icon_select_hover.gif -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/img copying build/lib/filebrowser_safe/static/filebrowser/img/filebrowser_icon_show.gif -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/img copying build/lib/filebrowser_safe/static/filebrowser/img/filebrowser_icon_show_hover.gif -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/img copying build/lib/filebrowser_safe/static/filebrowser/img/filebrowser_icon_showversions.gif -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/img copying build/lib/filebrowser_safe/static/filebrowser/img/filebrowser_icon_showversions_hover.gif -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/img copying build/lib/filebrowser_safe/static/filebrowser/img/filebrowser_type_.gif -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/img copying build/lib/filebrowser_safe/static/filebrowser/img/filebrowser_type_audio.gif -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/img copying build/lib/filebrowser_safe/static/filebrowser/img/filebrowser_type_code.gif -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/img copying build/lib/filebrowser_safe/static/filebrowser/img/filebrowser_type_document.gif -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/img copying build/lib/filebrowser_safe/static/filebrowser/img/filebrowser_type_folder.gif -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/img copying build/lib/filebrowser_safe/static/filebrowser/img/filebrowser_type_image.gif -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/img copying build/lib/filebrowser_safe/static/filebrowser/img/filebrowser_type_video.gif -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/img creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/static/filebrowser/js copying build/lib/filebrowser_safe/static/filebrowser/js/AddFileBrowser.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/js copying build/lib/filebrowser_safe/static/filebrowser/js/FB_CKEditor.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/js copying build/lib/filebrowser_safe/static/filebrowser/js/FB_FileBrowseField.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/js copying build/lib/filebrowser_safe/static/filebrowser/js/FB_TinyMCE.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/js copying build/lib/filebrowser_safe/static/filebrowser/js/FB_TinyMCE4.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/js copying build/lib/filebrowser_safe/static/filebrowser/js/TinyMCEAdmin.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/js copying build/lib/filebrowser_safe/static/filebrowser/js/filebrowser-popup.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/js copying build/lib/filebrowser_safe/static/filebrowser/js/upload.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/static/filebrowser/js creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/templates creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/templates/filebrowser copying build/lib/filebrowser_safe/templates/filebrowser/append.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/templates/filebrowser copying build/lib/filebrowser_safe/templates/filebrowser/custom_field.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/templates/filebrowser copying build/lib/filebrowser_safe/templates/filebrowser/index.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/templates/filebrowser copying build/lib/filebrowser_safe/templates/filebrowser/makedir.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/templates/filebrowser copying build/lib/filebrowser_safe/templates/filebrowser/rename.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/templates/filebrowser copying build/lib/filebrowser_safe/templates/filebrowser/upload.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/templates/filebrowser creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe/templates/filebrowser/include copying build/lib/filebrowser_safe/templates/filebrowser/include/_response.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/templates/filebrowser/include copying build/lib/filebrowser_safe/templates/filebrowser/include/breadcrumbs.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/templates/filebrowser/include copying build/lib/filebrowser_safe/templates/filebrowser/include/filelisting.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/templates/filebrowser/include copying build/lib/filebrowser_safe/templates/filebrowser/include/filter.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/templates/filebrowser/include copying build/lib/filebrowser_safe/templates/filebrowser/include/paginator.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/templates/filebrowser/include copying build/lib/filebrowser_safe/templates/filebrowser/include/search.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/templates/filebrowser/include copying build/lib/filebrowser_safe/templates/filebrowser/include/tableheader.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/templates/filebrowser/include copying build/lib/filebrowser_safe/templates/filebrowser/include/toolbar.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe/templates/filebrowser/include running install_egg_info Copying filebrowser_safe.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./filebrowser_safe-1.1.1-py3.11.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/filebrowser_safe-1.1.1.dist-info/WHEEL creating '/tmp/work/www/py-filebrowser_safe/work/filebrowser_safe-1.1.1/dist/.tmp-7hn3z1sz/filebrowser_safe-1.1.1-py2.py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'filebrowser_safe/__init__.py' adding 'filebrowser_safe/base.py' adding 'filebrowser_safe/fields.py' adding 'filebrowser_safe/forms.py' adding 'filebrowser_safe/functions.py' adding 'filebrowser_safe/models.py' adding 'filebrowser_safe/settings.py' adding 'filebrowser_safe/storage.py' adding 'filebrowser_safe/urls.py' adding 'filebrowser_safe/views.py' adding 'filebrowser_safe/locale/ar/LC_MESSAGES/django.mo' adding 'filebrowser_safe/locale/ar/LC_MESSAGES/django.po' adding 'filebrowser_safe/locale/ca/LC_MESSAGES/django.mo' adding 'filebrowser_safe/locale/ca/LC_MESSAGES/django.po' adding 'filebrowser_safe/locale/cs/LC_MESSAGES/django.mo' adding 'filebrowser_safe/locale/cs/LC_MESSAGES/django.po' adding 'filebrowser_safe/locale/de/LC_MESSAGES/django.mo' adding 'filebrowser_safe/locale/de/LC_MESSAGES/django.po' adding 'filebrowser_safe/locale/es/LC_MESSAGES/django.mo' adding 'filebrowser_safe/locale/es/LC_MESSAGES/django.po' adding 'filebrowser_safe/locale/fr/LC_MESSAGES/django.mo' adding 'filebrowser_safe/locale/fr/LC_MESSAGES/django.po' adding 'filebrowser_safe/locale/it/LC_MESSAGES/django.mo' adding 'filebrowser_safe/locale/it/LC_MESSAGES/django.po' adding 'filebrowser_safe/locale/nb/LC_MESSAGES/django.mo' adding 'filebrowser_safe/locale/nb/LC_MESSAGES/django.po' adding 'filebrowser_safe/locale/nl/LC_MESSAGES/django.mo' adding 'filebrowser_safe/locale/nl/LC_MESSAGES/django.po' adding 'filebrowser_safe/locale/ru/LC_MESSAGES/django.mo' adding 'filebrowser_safe/locale/ru/LC_MESSAGES/django.po' adding 'filebrowser_safe/locale/sr/LC_MESSAGES/django.mo' adding 'filebrowser_safe/locale/sr/LC_MESSAGES/django.po' adding 'filebrowser_safe/locale/sr_Latn/LC_MESSAGES/django.mo' adding 'filebrowser_safe/locale/sr_Latn/LC_MESSAGES/django.po' adding 'filebrowser_safe/locale/zh_CN/LC_MESSAGES/django.mo' adding 'filebrowser_safe/locale/zh_CN/LC_MESSAGES/django.po' adding 'filebrowser_safe/locale/zh_TW/LC_MESSAGES/django.mo' adding 'filebrowser_safe/locale/zh_TW/LC_MESSAGES/django.po' adding 'filebrowser_safe/static/filebrowser/css/filebrowser.css' adding 'filebrowser_safe/static/filebrowser/css/rtl.css' adding 'filebrowser_safe/static/filebrowser/img/filebrowser_icon_delete.gif' adding 'filebrowser_safe/static/filebrowser/img/filebrowser_icon_delete_hover.gif' adding 'filebrowser_safe/static/filebrowser/img/filebrowser_icon_rename.gif' adding 'filebrowser_safe/static/filebrowser/img/filebrowser_icon_rename_hover.gif' adding 'filebrowser_safe/static/filebrowser/img/filebrowser_icon_select.gif' adding 'filebrowser_safe/static/filebrowser/img/filebrowser_icon_select_disabled.gif' adding 'filebrowser_safe/static/filebrowser/img/filebrowser_icon_select_hover.gif' adding 'filebrowser_safe/static/filebrowser/img/filebrowser_icon_show.gif' adding 'filebrowser_safe/static/filebrowser/img/filebrowser_icon_show_hover.gif' adding 'filebrowser_safe/static/filebrowser/img/filebrowser_icon_showversions.gif' adding 'filebrowser_safe/static/filebrowser/img/filebrowser_icon_showversions_hover.gif' adding 'filebrowser_safe/static/filebrowser/img/filebrowser_type_.gif' adding 'filebrowser_safe/static/filebrowser/img/filebrowser_type_audio.gif' adding 'filebrowser_safe/static/filebrowser/img/filebrowser_type_code.gif' adding 'filebrowser_safe/static/filebrowser/img/filebrowser_type_document.gif' adding 'filebrowser_safe/static/filebrowser/img/filebrowser_type_folder.gif' adding 'filebrowser_safe/static/filebrowser/img/filebrowser_type_image.gif' adding 'filebrowser_safe/static/filebrowser/img/filebrowser_type_video.gif' adding 'filebrowser_safe/static/filebrowser/js/AddFileBrowser.js' adding 'filebrowser_safe/static/filebrowser/js/FB_CKEditor.js' adding 'filebrowser_safe/static/filebrowser/js/FB_FileBrowseField.js' adding 'filebrowser_safe/static/filebrowser/js/FB_TinyMCE.js' adding 'filebrowser_safe/static/filebrowser/js/FB_TinyMCE4.js' adding 'filebrowser_safe/static/filebrowser/js/TinyMCEAdmin.js' adding 'filebrowser_safe/static/filebrowser/js/filebrowser-popup.js' adding 'filebrowser_safe/static/filebrowser/js/upload.js' adding 'filebrowser_safe/templates/filebrowser/append.html' adding 'filebrowser_safe/templates/filebrowser/custom_field.html' adding 'filebrowser_safe/templates/filebrowser/index.html' adding 'filebrowser_safe/templates/filebrowser/makedir.html' adding 'filebrowser_safe/templates/filebrowser/rename.html' adding 'filebrowser_safe/templates/filebrowser/upload.html' adding 'filebrowser_safe/templates/filebrowser/include/_response.html' adding 'filebrowser_safe/templates/filebrowser/include/breadcrumbs.html' adding 'filebrowser_safe/templates/filebrowser/include/filelisting.html' adding 'filebrowser_safe/templates/filebrowser/include/filter.html' adding 'filebrowser_safe/templates/filebrowser/include/paginator.html' adding 'filebrowser_safe/templates/filebrowser/include/search.html' adding 'filebrowser_safe/templates/filebrowser/include/tableheader.html' adding 'filebrowser_safe/templates/filebrowser/include/toolbar.html' adding 'filebrowser_safe/templatetags/__init__.py' adding 'filebrowser_safe/templatetags/fb_pagination.py' adding 'filebrowser_safe/templatetags/fb_tags.py' adding 'filebrowser_safe-1.1.1.dist-info/licenses/LICENSE' adding 'filebrowser_safe-1.1.1.dist-info/METADATA' adding 'filebrowser_safe-1.1.1.dist-info/WHEEL' adding 'filebrowser_safe-1.1.1.dist-info/top_level.txt' adding 'filebrowser_safe-1.1.1.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built filebrowser_safe-1.1.1-py2.py3-none-any.whl