=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/www/py-django-admin-rangefilter", "all", "PYTHON_VERSION_REQD=312", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for py312-django-admin-rangefilter-0.15.0 * Building wheel... /opt/local/lib/python3.12/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib/rangefilter copying rangefilter/__init__.py -> build/lib/rangefilter copying rangefilter/apps.py -> build/lib/rangefilter copying rangefilter/filters.py -> build/lib/rangefilter copying rangefilter/models.py -> build/lib/rangefilter creating build/lib/rangefilter/templatetags copying rangefilter/templatetags/__init__.py -> build/lib/rangefilter/templatetags copying rangefilter/templatetags/rangefilter_compat.py -> build/lib/rangefilter/templatetags running egg_info writing django_admin_rangefilter.egg-info/PKG-INFO writing dependency_links to django_admin_rangefilter.egg-info/dependency_links.txt writing top-level names to django_admin_rangefilter.egg-info/top_level.txt reading manifest file 'django_admin_rangefilter.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.js' under directory 'rangefilter/static' warning: no files found matching '*.css' under directory 'rangefilter/static' warning: no files found matching '*.png' under directory 'rangefilter/static' warning: no files found matching '*.eot' under directory 'rangefilter/static' warning: no files found matching '*.svg' under directory 'rangefilter/static' warning: no files found matching '*.ttf' under directory 'rangefilter/static' warning: no files found matching '*.woff' under directory 'rangefilter/static' warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'django_admin_rangefilter.egg-info/SOURCES.txt' /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'rangefilter.locale.cs_CZ.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'rangefilter.locale.cs_CZ.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 'rangefilter.locale.cs_CZ.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 'rangefilter.locale.cs_CZ.LC_MESSAGES' to be distributed and are already explicitly excluding 'rangefilter.locale.cs_CZ.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.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'rangefilter.locale.da.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'rangefilter.locale.da.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 'rangefilter.locale.da.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 'rangefilter.locale.da.LC_MESSAGES' to be distributed and are already explicitly excluding 'rangefilter.locale.da.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.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'rangefilter.locale.de.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'rangefilter.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 'rangefilter.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 'rangefilter.locale.de.LC_MESSAGES' to be distributed and are already explicitly excluding 'rangefilter.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.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'rangefilter.locale.el.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'rangefilter.locale.el.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 'rangefilter.locale.el.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 'rangefilter.locale.el.LC_MESSAGES' to be distributed and are already explicitly excluding 'rangefilter.locale.el.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.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'rangefilter.locale.en_US.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'rangefilter.locale.en_US.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 'rangefilter.locale.en_US.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 'rangefilter.locale.en_US.LC_MESSAGES' to be distributed and are already explicitly excluding 'rangefilter.locale.en_US.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.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'rangefilter.locale.es.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'rangefilter.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 'rangefilter.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 'rangefilter.locale.es.LC_MESSAGES' to be distributed and are already explicitly excluding 'rangefilter.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.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'rangefilter.locale.es_AR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'rangefilter.locale.es_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 'rangefilter.locale.es_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 'rangefilter.locale.es_AR.LC_MESSAGES' to be distributed and are already explicitly excluding 'rangefilter.locale.es_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.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'rangefilter.locale.fa.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'rangefilter.locale.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 'rangefilter.locale.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 'rangefilter.locale.fa.LC_MESSAGES' to be distributed and are already explicitly excluding 'rangefilter.locale.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) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'rangefilter.locale.fr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'rangefilter.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 'rangefilter.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 'rangefilter.locale.fr.LC_MESSAGES' to be distributed and are already explicitly excluding 'rangefilter.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.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'rangefilter.locale.it.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'rangefilter.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 'rangefilter.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 'rangefilter.locale.it.LC_MESSAGES' to be distributed and are already explicitly excluding 'rangefilter.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.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'rangefilter.locale.ja.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'rangefilter.locale.ja.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 'rangefilter.locale.ja.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 'rangefilter.locale.ja.LC_MESSAGES' to be distributed and are already explicitly excluding 'rangefilter.locale.ja.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.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'rangefilter.locale.pl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'rangefilter.locale.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 'rangefilter.locale.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 'rangefilter.locale.pl.LC_MESSAGES' to be distributed and are already explicitly excluding 'rangefilter.locale.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) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'rangefilter.locale.pt_BR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'rangefilter.locale.pt_BR.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 'rangefilter.locale.pt_BR.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 'rangefilter.locale.pt_BR.LC_MESSAGES' to be distributed and are already explicitly excluding 'rangefilter.locale.pt_BR.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.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'rangefilter.locale.pt_PT.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'rangefilter.locale.pt_PT.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 'rangefilter.locale.pt_PT.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 'rangefilter.locale.pt_PT.LC_MESSAGES' to be distributed and are already explicitly excluding 'rangefilter.locale.pt_PT.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.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'rangefilter.locale.ru.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'rangefilter.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 'rangefilter.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 'rangefilter.locale.ru.LC_MESSAGES' to be distributed and are already explicitly excluding 'rangefilter.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.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'rangefilter.locale.tr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'rangefilter.locale.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 'rangefilter.locale.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 'rangefilter.locale.tr.LC_MESSAGES' to be distributed and are already explicitly excluding 'rangefilter.locale.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) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'rangefilter.locale.uk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'rangefilter.locale.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 'rangefilter.locale.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 'rangefilter.locale.uk.LC_MESSAGES' to be distributed and are already explicitly excluding 'rangefilter.locale.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) /opt/local/lib/python3.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'rangefilter.locale.zh_CN.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'rangefilter.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 'rangefilter.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 'rangefilter.locale.zh_CN.LC_MESSAGES' to be distributed and are already explicitly excluding 'rangefilter.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.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'rangefilter.locale.zh_Hans.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'rangefilter.locale.zh_Hans.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 'rangefilter.locale.zh_Hans.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 'rangefilter.locale.zh_Hans.LC_MESSAGES' to be distributed and are already explicitly excluding 'rangefilter.locale.zh_Hans.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.12/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'rangefilter.templates.rangefilter' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'rangefilter.templates.rangefilter' 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 'rangefilter.templates.rangefilter' 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 'rangefilter.templates.rangefilter' to be distributed and are already explicitly excluding 'rangefilter.templates.rangefilter' 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/rangefilter/locale/cs_CZ/LC_MESSAGES copying rangefilter/locale/cs_CZ/LC_MESSAGES/django.mo -> build/lib/rangefilter/locale/cs_CZ/LC_MESSAGES copying rangefilter/locale/cs_CZ/LC_MESSAGES/django.po -> build/lib/rangefilter/locale/cs_CZ/LC_MESSAGES creating build/lib/rangefilter/locale/da/LC_MESSAGES copying rangefilter/locale/da/LC_MESSAGES/django.mo -> build/lib/rangefilter/locale/da/LC_MESSAGES copying rangefilter/locale/da/LC_MESSAGES/django.po -> build/lib/rangefilter/locale/da/LC_MESSAGES creating build/lib/rangefilter/locale/de/LC_MESSAGES copying rangefilter/locale/de/LC_MESSAGES/django.mo -> build/lib/rangefilter/locale/de/LC_MESSAGES copying rangefilter/locale/de/LC_MESSAGES/django.po -> build/lib/rangefilter/locale/de/LC_MESSAGES creating build/lib/rangefilter/locale/el/LC_MESSAGES copying rangefilter/locale/el/LC_MESSAGES/django.mo -> build/lib/rangefilter/locale/el/LC_MESSAGES copying rangefilter/locale/el/LC_MESSAGES/django.po -> build/lib/rangefilter/locale/el/LC_MESSAGES creating build/lib/rangefilter/locale/en_US/LC_MESSAGES copying rangefilter/locale/en_US/LC_MESSAGES/django.mo -> build/lib/rangefilter/locale/en_US/LC_MESSAGES copying rangefilter/locale/en_US/LC_MESSAGES/django.po -> build/lib/rangefilter/locale/en_US/LC_MESSAGES creating build/lib/rangefilter/locale/es/LC_MESSAGES copying rangefilter/locale/es/LC_MESSAGES/django.mo -> build/lib/rangefilter/locale/es/LC_MESSAGES copying rangefilter/locale/es/LC_MESSAGES/django.po -> build/lib/rangefilter/locale/es/LC_MESSAGES creating build/lib/rangefilter/locale/es_AR/LC_MESSAGES copying rangefilter/locale/es_AR/LC_MESSAGES/django.mo -> build/lib/rangefilter/locale/es_AR/LC_MESSAGES copying rangefilter/locale/es_AR/LC_MESSAGES/django.po -> build/lib/rangefilter/locale/es_AR/LC_MESSAGES creating build/lib/rangefilter/locale/fa/LC_MESSAGES copying rangefilter/locale/fa/LC_MESSAGES/django.mo -> build/lib/rangefilter/locale/fa/LC_MESSAGES copying rangefilter/locale/fa/LC_MESSAGES/django.po -> build/lib/rangefilter/locale/fa/LC_MESSAGES creating build/lib/rangefilter/locale/fr/LC_MESSAGES copying rangefilter/locale/fr/LC_MESSAGES/django.mo -> build/lib/rangefilter/locale/fr/LC_MESSAGES copying rangefilter/locale/fr/LC_MESSAGES/django.po -> build/lib/rangefilter/locale/fr/LC_MESSAGES creating build/lib/rangefilter/locale/it/LC_MESSAGES copying rangefilter/locale/it/LC_MESSAGES/django.mo -> build/lib/rangefilter/locale/it/LC_MESSAGES copying rangefilter/locale/it/LC_MESSAGES/django.po -> build/lib/rangefilter/locale/it/LC_MESSAGES creating build/lib/rangefilter/locale/ja/LC_MESSAGES copying rangefilter/locale/ja/LC_MESSAGES/django.mo -> build/lib/rangefilter/locale/ja/LC_MESSAGES copying rangefilter/locale/ja/LC_MESSAGES/django.po -> build/lib/rangefilter/locale/ja/LC_MESSAGES creating build/lib/rangefilter/locale/pl/LC_MESSAGES copying rangefilter/locale/pl/LC_MESSAGES/django.mo -> build/lib/rangefilter/locale/pl/LC_MESSAGES copying rangefilter/locale/pl/LC_MESSAGES/django.po -> build/lib/rangefilter/locale/pl/LC_MESSAGES creating build/lib/rangefilter/locale/pt_BR/LC_MESSAGES copying rangefilter/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/rangefilter/locale/pt_BR/LC_MESSAGES copying rangefilter/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/rangefilter/locale/pt_BR/LC_MESSAGES creating build/lib/rangefilter/locale/pt_PT/LC_MESSAGES copying rangefilter/locale/pt_PT/LC_MESSAGES/django.mo -> build/lib/rangefilter/locale/pt_PT/LC_MESSAGES copying rangefilter/locale/pt_PT/LC_MESSAGES/django.po -> build/lib/rangefilter/locale/pt_PT/LC_MESSAGES creating build/lib/rangefilter/locale/ru/LC_MESSAGES copying rangefilter/locale/ru/LC_MESSAGES/django.mo -> build/lib/rangefilter/locale/ru/LC_MESSAGES copying rangefilter/locale/ru/LC_MESSAGES/django.po -> build/lib/rangefilter/locale/ru/LC_MESSAGES creating build/lib/rangefilter/locale/tr/LC_MESSAGES copying rangefilter/locale/tr/LC_MESSAGES/django.mo -> build/lib/rangefilter/locale/tr/LC_MESSAGES copying rangefilter/locale/tr/LC_MESSAGES/django.po -> build/lib/rangefilter/locale/tr/LC_MESSAGES creating build/lib/rangefilter/locale/uk/LC_MESSAGES copying rangefilter/locale/uk/LC_MESSAGES/django.mo -> build/lib/rangefilter/locale/uk/LC_MESSAGES copying rangefilter/locale/uk/LC_MESSAGES/django.po -> build/lib/rangefilter/locale/uk/LC_MESSAGES creating build/lib/rangefilter/locale/zh_CN/LC_MESSAGES copying rangefilter/locale/zh_CN/LC_MESSAGES/django.mo -> build/lib/rangefilter/locale/zh_CN/LC_MESSAGES copying rangefilter/locale/zh_CN/LC_MESSAGES/django.po -> build/lib/rangefilter/locale/zh_CN/LC_MESSAGES creating build/lib/rangefilter/locale/zh_Hans/LC_MESSAGES copying rangefilter/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/rangefilter/locale/zh_Hans/LC_MESSAGES copying rangefilter/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/rangefilter/locale/zh_Hans/LC_MESSAGES creating build/lib/rangefilter/templates/rangefilter copying rangefilter/templates/rangefilter/date_filter.html -> build/lib/rangefilter/templates/rangefilter copying rangefilter/templates/rangefilter/date_filter_1_8.html -> build/lib/rangefilter/templates/rangefilter copying rangefilter/templates/rangefilter/date_filter_4_0.html -> build/lib/rangefilter/templates/rangefilter copying rangefilter/templates/rangefilter/date_range_quick_select_list_filter.html -> build/lib/rangefilter/templates/rangefilter copying rangefilter/templates/rangefilter/numeric_filter.html -> build/lib/rangefilter/templates/rangefilter copying rangefilter/templates/rangefilter/numeric_filter_4_0.html -> build/lib/rangefilter/templates/rangefilter 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/rangefilter copying build/lib/rangefilter/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter copying build/lib/rangefilter/apps.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter copying build/lib/rangefilter/filters.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter copying build/lib/rangefilter/models.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/templatetags copying build/lib/rangefilter/templatetags/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/templatetags copying build/lib/rangefilter/templatetags/rangefilter_compat.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/templatetags creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/cs_CZ creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/cs_CZ/LC_MESSAGES copying build/lib/rangefilter/locale/cs_CZ/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/cs_CZ/LC_MESSAGES copying build/lib/rangefilter/locale/cs_CZ/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/cs_CZ/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/da creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/da/LC_MESSAGES copying build/lib/rangefilter/locale/da/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/da/LC_MESSAGES copying build/lib/rangefilter/locale/da/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/da/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/de creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/de/LC_MESSAGES copying build/lib/rangefilter/locale/de/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/de/LC_MESSAGES copying build/lib/rangefilter/locale/de/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/de/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/el creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/el/LC_MESSAGES copying build/lib/rangefilter/locale/el/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/el/LC_MESSAGES copying build/lib/rangefilter/locale/el/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/el/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/en_US creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/en_US/LC_MESSAGES copying build/lib/rangefilter/locale/en_US/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/en_US/LC_MESSAGES copying build/lib/rangefilter/locale/en_US/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/en_US/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/es creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/es/LC_MESSAGES copying build/lib/rangefilter/locale/es/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/es/LC_MESSAGES copying build/lib/rangefilter/locale/es/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/es/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/es_AR creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/es_AR/LC_MESSAGES copying build/lib/rangefilter/locale/es_AR/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/es_AR/LC_MESSAGES copying build/lib/rangefilter/locale/es_AR/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/es_AR/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/fa creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/fa/LC_MESSAGES copying build/lib/rangefilter/locale/fa/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/fa/LC_MESSAGES copying build/lib/rangefilter/locale/fa/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/fa/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/fr creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/fr/LC_MESSAGES copying build/lib/rangefilter/locale/fr/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/fr/LC_MESSAGES copying build/lib/rangefilter/locale/fr/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/fr/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/it creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/it/LC_MESSAGES copying build/lib/rangefilter/locale/it/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/it/LC_MESSAGES copying build/lib/rangefilter/locale/it/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/it/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/ja creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/ja/LC_MESSAGES copying build/lib/rangefilter/locale/ja/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/ja/LC_MESSAGES copying build/lib/rangefilter/locale/ja/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/ja/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/pl creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/pl/LC_MESSAGES copying build/lib/rangefilter/locale/pl/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/pl/LC_MESSAGES copying build/lib/rangefilter/locale/pl/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/pl/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/pt_BR creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/pt_BR/LC_MESSAGES copying build/lib/rangefilter/locale/pt_BR/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/pt_BR/LC_MESSAGES copying build/lib/rangefilter/locale/pt_BR/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/pt_BR/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/pt_PT creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/pt_PT/LC_MESSAGES copying build/lib/rangefilter/locale/pt_PT/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/pt_PT/LC_MESSAGES copying build/lib/rangefilter/locale/pt_PT/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/pt_PT/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/ru creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/ru/LC_MESSAGES copying build/lib/rangefilter/locale/ru/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/ru/LC_MESSAGES copying build/lib/rangefilter/locale/ru/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/ru/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/tr creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/tr/LC_MESSAGES copying build/lib/rangefilter/locale/tr/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/tr/LC_MESSAGES copying build/lib/rangefilter/locale/tr/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/tr/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/uk creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/uk/LC_MESSAGES copying build/lib/rangefilter/locale/uk/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/uk/LC_MESSAGES copying build/lib/rangefilter/locale/uk/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/uk/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/zh_CN creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/zh_CN/LC_MESSAGES copying build/lib/rangefilter/locale/zh_CN/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/zh_CN/LC_MESSAGES copying build/lib/rangefilter/locale/zh_CN/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/zh_CN/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/zh_Hans creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/locale/zh_Hans/LC_MESSAGES copying build/lib/rangefilter/locale/zh_Hans/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/zh_Hans/LC_MESSAGES copying build/lib/rangefilter/locale/zh_Hans/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/locale/zh_Hans/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/templates creating build/bdist.solaris-2.11-i86pc.64bit/wheel/rangefilter/templates/rangefilter copying build/lib/rangefilter/templates/rangefilter/date_filter.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/templates/rangefilter copying build/lib/rangefilter/templates/rangefilter/date_filter_1_8.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/templates/rangefilter copying build/lib/rangefilter/templates/rangefilter/date_filter_4_0.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/templates/rangefilter copying build/lib/rangefilter/templates/rangefilter/date_range_quick_select_list_filter.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/templates/rangefilter copying build/lib/rangefilter/templates/rangefilter/numeric_filter.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/templates/rangefilter copying build/lib/rangefilter/templates/rangefilter/numeric_filter_4_0.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./rangefilter/templates/rangefilter running install_egg_info Copying django_admin_rangefilter.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./django_admin_rangefilter-0.15.0-py3.12.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/django_admin_rangefilter-0.15.0.dist-info/WHEEL creating '/tmp/work/www/py-django-admin-rangefilter/work/django_admin_rangefilter-0.15.0/dist/.tmp-lq0k6437/django_admin_rangefilter-0.15.0-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'django_admin_rangefilter-0.15.0.dist-info/licenses/LICENSE' adding 'rangefilter/__init__.py' adding 'rangefilter/apps.py' adding 'rangefilter/filters.py' adding 'rangefilter/models.py' adding 'rangefilter/locale/cs_CZ/LC_MESSAGES/django.mo' adding 'rangefilter/locale/cs_CZ/LC_MESSAGES/django.po' adding 'rangefilter/locale/da/LC_MESSAGES/django.mo' adding 'rangefilter/locale/da/LC_MESSAGES/django.po' adding 'rangefilter/locale/de/LC_MESSAGES/django.mo' adding 'rangefilter/locale/de/LC_MESSAGES/django.po' adding 'rangefilter/locale/el/LC_MESSAGES/django.mo' adding 'rangefilter/locale/el/LC_MESSAGES/django.po' adding 'rangefilter/locale/en_US/LC_MESSAGES/django.mo' adding 'rangefilter/locale/en_US/LC_MESSAGES/django.po' adding 'rangefilter/locale/es/LC_MESSAGES/django.mo' adding 'rangefilter/locale/es/LC_MESSAGES/django.po' adding 'rangefilter/locale/es_AR/LC_MESSAGES/django.mo' adding 'rangefilter/locale/es_AR/LC_MESSAGES/django.po' adding 'rangefilter/locale/fa/LC_MESSAGES/django.mo' adding 'rangefilter/locale/fa/LC_MESSAGES/django.po' adding 'rangefilter/locale/fr/LC_MESSAGES/django.mo' adding 'rangefilter/locale/fr/LC_MESSAGES/django.po' adding 'rangefilter/locale/it/LC_MESSAGES/django.mo' adding 'rangefilter/locale/it/LC_MESSAGES/django.po' adding 'rangefilter/locale/ja/LC_MESSAGES/django.mo' adding 'rangefilter/locale/ja/LC_MESSAGES/django.po' adding 'rangefilter/locale/pl/LC_MESSAGES/django.mo' adding 'rangefilter/locale/pl/LC_MESSAGES/django.po' adding 'rangefilter/locale/pt_BR/LC_MESSAGES/django.mo' adding 'rangefilter/locale/pt_BR/LC_MESSAGES/django.po' adding 'rangefilter/locale/pt_PT/LC_MESSAGES/django.mo' adding 'rangefilter/locale/pt_PT/LC_MESSAGES/django.po' adding 'rangefilter/locale/ru/LC_MESSAGES/django.mo' adding 'rangefilter/locale/ru/LC_MESSAGES/django.po' adding 'rangefilter/locale/tr/LC_MESSAGES/django.mo' adding 'rangefilter/locale/tr/LC_MESSAGES/django.po' adding 'rangefilter/locale/uk/LC_MESSAGES/django.mo' adding 'rangefilter/locale/uk/LC_MESSAGES/django.po' adding 'rangefilter/locale/zh_CN/LC_MESSAGES/django.mo' adding 'rangefilter/locale/zh_CN/LC_MESSAGES/django.po' adding 'rangefilter/locale/zh_Hans/LC_MESSAGES/django.mo' adding 'rangefilter/locale/zh_Hans/LC_MESSAGES/django.po' adding 'rangefilter/templates/rangefilter/date_filter.html' adding 'rangefilter/templates/rangefilter/date_filter_1_8.html' adding 'rangefilter/templates/rangefilter/date_filter_4_0.html' adding 'rangefilter/templates/rangefilter/date_range_quick_select_list_filter.html' adding 'rangefilter/templates/rangefilter/numeric_filter.html' adding 'rangefilter/templates/rangefilter/numeric_filter_4_0.html' adding 'rangefilter/templatetags/__init__.py' adding 'rangefilter/templatetags/rangefilter_compat.py' adding 'django_admin_rangefilter-0.15.0.dist-info/METADATA' adding 'django_admin_rangefilter-0.15.0.dist-info/WHEEL' adding 'django_admin_rangefilter-0.15.0.dist-info/top_level.txt' adding 'django_admin_rangefilter-0.15.0.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built django_admin_rangefilter-0.15.0-py3-none-any.whl