==> Retrieving sources... -> Found django-tables2-2.6.0.tar.gz ==> Generating checksums for source files... ==> Making package: python-django-tables2 2.6.0-1 (Wed 20 Nov 2024 02:31:58 PM UTC) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (6) New Version Net Change core/mpdecimal 4.0.0-2 0.32 MiB core/python 3.12.7-1 70.07 MiB extra/python-asgiref 3.8.1-1 0.20 MiB extra/python-pytz 2024.2-1 0.16 MiB extra/python-sqlparse 0.5.1-1 0.50 MiB extra/python-django 5.1.2-1 34.90 MiB Total Installed Size: 106.15 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing mpdecimal... installing python... Optional dependencies for python python-setuptools: for building Python packages using tooling that is usually bundled with Python python-pip: for installing Python packages using tooling that is usually bundled with Python python-pipx: for installing Python software not packaged on Arch Linux sqlite: for a default database integration [installed] xz: for lzma [installed] tk: for tkinter installing python-pytz... installing python-sqlparse... installing python-asgiref... installing python-django... Optional dependencies for python-django python-psycopg2: for PostgreSQL backend python-argon2-cffi: for Argon2 password hashing support :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (10) New Version Net Change extra/python-autocommand 2.2.2-6 0.08 MiB extra/python-jaraco.collections 5.0.1-1 0.10 MiB extra/python-jaraco.context 5.3.0-1 0.04 MiB extra/python-jaraco.functools 4.0.2-1 0.07 MiB extra/python-jaraco.text 4.0.0-1 0.08 MiB extra/python-more-itertools 10.3.0-1 0.63 MiB extra/python-packaging 24.2-1 0.66 MiB extra/python-platformdirs 4.3.6-1 0.24 MiB extra/python-wheel 0.45.0-1 0.28 MiB extra/python-setuptools 1:75.2.0-2 7.99 MiB Total Installed Size: 10.18 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing python-more-itertools... installing python-jaraco.functools... installing python-jaraco.context... installing python-autocommand... installing python-jaraco.text... Optional dependencies for python-jaraco.text python-inflect: for show-newlines script installing python-jaraco.collections... installing python-packaging... installing python-platformdirs... installing python-wheel... Optional dependencies for python-wheel python-keyring: for wheel.signatures python-xdg: for wheel.signatures python-setuptools: for legacy bdist_wheel subcommand [pending] installing python-setuptools... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Found django-tables2-2.6.0.tar.gz ==> Validating source files with sha512sums... django-tables2-2.6.0.tar.gz ... Passed ==> Extracting sources... -> Extracting django-tables2-2.6.0.tar.gz with bsdtar ==> Starting build()... running build running build_py creating build/lib/django_tables2 copying django_tables2/config.py -> build/lib/django_tables2 copying django_tables2/tables.py -> build/lib/django_tables2 copying django_tables2/__init__.py -> build/lib/django_tables2 copying django_tables2/rows.py -> build/lib/django_tables2 copying django_tables2/data.py -> build/lib/django_tables2 copying django_tables2/paginators.py -> build/lib/django_tables2 copying django_tables2/views.py -> build/lib/django_tables2 copying django_tables2/utils.py -> build/lib/django_tables2 creating build/lib/django_tables2/columns copying django_tables2/columns/checkboxcolumn.py -> build/lib/django_tables2/columns copying django_tables2/columns/filecolumn.py -> build/lib/django_tables2/columns copying django_tables2/columns/__init__.py -> build/lib/django_tables2/columns copying django_tables2/columns/booleancolumn.py -> build/lib/django_tables2/columns copying django_tables2/columns/timecolumn.py -> build/lib/django_tables2/columns copying django_tables2/columns/datecolumn.py -> build/lib/django_tables2/columns copying django_tables2/columns/jsoncolumn.py -> build/lib/django_tables2/columns copying django_tables2/columns/base.py -> build/lib/django_tables2/columns copying django_tables2/columns/datetimecolumn.py -> build/lib/django_tables2/columns copying django_tables2/columns/emailcolumn.py -> build/lib/django_tables2/columns copying django_tables2/columns/templatecolumn.py -> build/lib/django_tables2/columns copying django_tables2/columns/linkcolumn.py -> build/lib/django_tables2/columns copying django_tables2/columns/urlcolumn.py -> build/lib/django_tables2/columns copying django_tables2/columns/manytomanycolumn.py -> build/lib/django_tables2/columns creating build/lib/django_tables2/export copying django_tables2/export/export.py -> build/lib/django_tables2/export copying django_tables2/export/__init__.py -> build/lib/django_tables2/export copying django_tables2/export/views.py -> build/lib/django_tables2/export creating build/lib/django_tables2/templatetags copying django_tables2/templatetags/django_tables2.py -> build/lib/django_tables2/templatetags copying django_tables2/templatetags/__init__.py -> build/lib/django_tables2/templatetags running egg_info writing django_tables2.egg-info/PKG-INFO writing dependency_links to django_tables2.egg-info/dependency_links.txt writing requirements to django_tables2.egg-info/requires.txt writing top-level names to django_tables2.egg-info/top_level.txt reading manifest file 'django_tables2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'docs/pages/CHANGELOG.md' warning: no previously-included files matching '*' found under directory 'docs/_build' adding license file 'LICENSE' writing manifest file 'django_tables2.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.locale.cs.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.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 'django_tables2.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 'django_tables2.locale.cs.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_tables2.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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.locale.de.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.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 'django_tables2.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 'django_tables2.locale.de.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_tables2.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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.locale.el.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.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 'django_tables2.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 'django_tables2.locale.el.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_tables2.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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.locale.en.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.locale.en.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'django_tables2.locale.en.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'django_tables2.locale.en.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_tables2.locale.en.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.locale.es.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.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 'django_tables2.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 'django_tables2.locale.es.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_tables2.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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.locale.fa.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.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 'django_tables2.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 'django_tables2.locale.fa.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_tables2.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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.locale.fr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.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 'django_tables2.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 'django_tables2.locale.fr.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_tables2.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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.locale.hu.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.locale.hu.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 'django_tables2.locale.hu.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 'django_tables2.locale.hu.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_tables2.locale.hu.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.locale.it.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.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 'django_tables2.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 'django_tables2.locale.it.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_tables2.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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.locale.lt.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.locale.lt.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 'django_tables2.locale.lt.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 'django_tables2.locale.lt.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_tables2.locale.lt.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.locale.nb.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.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 'django_tables2.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 'django_tables2.locale.nb.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_tables2.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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.locale.nl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.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 'django_tables2.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 'django_tables2.locale.nl.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_tables2.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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.locale.pl.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.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 'django_tables2.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 'django_tables2.locale.pl.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_tables2.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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.locale.pt_BR.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.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 'django_tables2.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 'django_tables2.locale.pt_BR.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_tables2.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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.locale.pt_PT.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.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 'django_tables2.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 'django_tables2.locale.pt_PT.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_tables2.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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.locale.ru.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.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 'django_tables2.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 'django_tables2.locale.ru.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_tables2.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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.locale.sv.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.locale.sv.LC_MESSAGES' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'django_tables2.locale.sv.LC_MESSAGES' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'django_tables2.locale.sv.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_tables2.locale.sv.LC_MESSAGES' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.locale.uk.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.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 'django_tables2.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 'django_tables2.locale.uk.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_tables2.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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.locale.zh_Hans.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.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 'django_tables2.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 'django_tables2.locale.zh_Hans.LC_MESSAGES' to be distributed and are already explicitly excluding 'django_tables2.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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.static.django_tables2' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.static.django_tables2' 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 'django_tables2.static.django_tables2' 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 'django_tables2.static.django_tables2' to be distributed and are already explicitly excluding 'django_tables2.static.django_tables2' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.static.django_tables2.themes.paleblue.css' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.static.django_tables2.themes.paleblue.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 'django_tables2.static.django_tables2.themes.paleblue.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 'django_tables2.static.django_tables2.themes.paleblue.css' to be distributed and are already explicitly excluding 'django_tables2.static.django_tables2.themes.paleblue.css' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.static.django_tables2.themes.paleblue.img' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.static.django_tables2.themes.paleblue.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 'django_tables2.static.django_tables2.themes.paleblue.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 'django_tables2.static.django_tables2.themes.paleblue.img' to be distributed and are already explicitly excluding 'django_tables2.static.django_tables2.themes.paleblue.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) /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'django_tables2.templates.django_tables2' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'django_tables2.templates.django_tables2' 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 'django_tables2.templates.django_tables2' 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 'django_tables2.templates.django_tables2' to be distributed and are already explicitly excluding 'django_tables2.templates.django_tables2' 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/django_tables2/locale/cs/LC_MESSAGES copying django_tables2/locale/cs/LC_MESSAGES/django.mo -> build/lib/django_tables2/locale/cs/LC_MESSAGES copying django_tables2/locale/cs/LC_MESSAGES/django.po -> build/lib/django_tables2/locale/cs/LC_MESSAGES creating build/lib/django_tables2/locale/de/LC_MESSAGES copying django_tables2/locale/de/LC_MESSAGES/django.mo -> build/lib/django_tables2/locale/de/LC_MESSAGES copying django_tables2/locale/de/LC_MESSAGES/django.po -> build/lib/django_tables2/locale/de/LC_MESSAGES creating build/lib/django_tables2/locale/el/LC_MESSAGES copying django_tables2/locale/el/LC_MESSAGES/django.mo -> build/lib/django_tables2/locale/el/LC_MESSAGES copying django_tables2/locale/el/LC_MESSAGES/django.po -> build/lib/django_tables2/locale/el/LC_MESSAGES creating build/lib/django_tables2/locale/en/LC_MESSAGES copying django_tables2/locale/en/LC_MESSAGES/django.mo -> build/lib/django_tables2/locale/en/LC_MESSAGES copying django_tables2/locale/en/LC_MESSAGES/django.po -> build/lib/django_tables2/locale/en/LC_MESSAGES creating build/lib/django_tables2/locale/es/LC_MESSAGES copying django_tables2/locale/es/LC_MESSAGES/django.mo -> build/lib/django_tables2/locale/es/LC_MESSAGES copying django_tables2/locale/es/LC_MESSAGES/django.po -> build/lib/django_tables2/locale/es/LC_MESSAGES creating build/lib/django_tables2/locale/fa/LC_MESSAGES copying django_tables2/locale/fa/LC_MESSAGES/django.mo -> build/lib/django_tables2/locale/fa/LC_MESSAGES copying django_tables2/locale/fa/LC_MESSAGES/django.po -> build/lib/django_tables2/locale/fa/LC_MESSAGES creating build/lib/django_tables2/locale/fr/LC_MESSAGES copying django_tables2/locale/fr/LC_MESSAGES/django.mo -> build/lib/django_tables2/locale/fr/LC_MESSAGES copying django_tables2/locale/fr/LC_MESSAGES/django.po -> build/lib/django_tables2/locale/fr/LC_MESSAGES creating build/lib/django_tables2/locale/hu/LC_MESSAGES copying django_tables2/locale/hu/LC_MESSAGES/django.mo -> build/lib/django_tables2/locale/hu/LC_MESSAGES copying django_tables2/locale/hu/LC_MESSAGES/django.po -> build/lib/django_tables2/locale/hu/LC_MESSAGES creating build/lib/django_tables2/locale/it/LC_MESSAGES copying django_tables2/locale/it/LC_MESSAGES/django.mo -> build/lib/django_tables2/locale/it/LC_MESSAGES copying django_tables2/locale/it/LC_MESSAGES/django.po -> build/lib/django_tables2/locale/it/LC_MESSAGES creating build/lib/django_tables2/locale/lt/LC_MESSAGES copying django_tables2/locale/lt/LC_MESSAGES/django.mo -> build/lib/django_tables2/locale/lt/LC_MESSAGES copying django_tables2/locale/lt/LC_MESSAGES/django.po -> build/lib/django_tables2/locale/lt/LC_MESSAGES creating build/lib/django_tables2/locale/nb/LC_MESSAGES copying django_tables2/locale/nb/LC_MESSAGES/django.mo -> build/lib/django_tables2/locale/nb/LC_MESSAGES copying django_tables2/locale/nb/LC_MESSAGES/django.po -> build/lib/django_tables2/locale/nb/LC_MESSAGES creating build/lib/django_tables2/locale/nl/LC_MESSAGES copying django_tables2/locale/nl/LC_MESSAGES/django.mo -> build/lib/django_tables2/locale/nl/LC_MESSAGES copying django_tables2/locale/nl/LC_MESSAGES/django.po -> build/lib/django_tables2/locale/nl/LC_MESSAGES creating build/lib/django_tables2/locale/pl/LC_MESSAGES copying django_tables2/locale/pl/LC_MESSAGES/django.mo -> build/lib/django_tables2/locale/pl/LC_MESSAGES copying django_tables2/locale/pl/LC_MESSAGES/django.po -> build/lib/django_tables2/locale/pl/LC_MESSAGES creating build/lib/django_tables2/locale/pt_BR/LC_MESSAGES copying django_tables2/locale/pt_BR/LC_MESSAGES/django.mo -> build/lib/django_tables2/locale/pt_BR/LC_MESSAGES copying django_tables2/locale/pt_BR/LC_MESSAGES/django.po -> build/lib/django_tables2/locale/pt_BR/LC_MESSAGES creating build/lib/django_tables2/locale/pt_PT/LC_MESSAGES copying django_tables2/locale/pt_PT/LC_MESSAGES/django.mo -> build/lib/django_tables2/locale/pt_PT/LC_MESSAGES copying django_tables2/locale/pt_PT/LC_MESSAGES/django.po -> build/lib/django_tables2/locale/pt_PT/LC_MESSAGES creating build/lib/django_tables2/locale/ru/LC_MESSAGES copying django_tables2/locale/ru/LC_MESSAGES/django.mo -> build/lib/django_tables2/locale/ru/LC_MESSAGES copying django_tables2/locale/ru/LC_MESSAGES/django.po -> build/lib/django_tables2/locale/ru/LC_MESSAGES creating build/lib/django_tables2/locale/sv/LC_MESSAGES copying django_tables2/locale/sv/LC_MESSAGES/django.mo -> build/lib/django_tables2/locale/sv/LC_MESSAGES copying django_tables2/locale/sv/LC_MESSAGES/django.po -> build/lib/django_tables2/locale/sv/LC_MESSAGES creating build/lib/django_tables2/locale/uk/LC_MESSAGES copying django_tables2/locale/uk/LC_MESSAGES/django.mo -> build/lib/django_tables2/locale/uk/LC_MESSAGES copying django_tables2/locale/uk/LC_MESSAGES/django.po -> build/lib/django_tables2/locale/uk/LC_MESSAGES creating build/lib/django_tables2/locale/zh_Hans/LC_MESSAGES copying django_tables2/locale/zh_Hans/LC_MESSAGES/django.mo -> build/lib/django_tables2/locale/zh_Hans/LC_MESSAGES copying django_tables2/locale/zh_Hans/LC_MESSAGES/django.po -> build/lib/django_tables2/locale/zh_Hans/LC_MESSAGES creating build/lib/django_tables2/static/django_tables2 copying django_tables2/static/django_tables2/bootstrap.css -> build/lib/django_tables2/static/django_tables2 creating build/lib/django_tables2/static/django_tables2/themes/paleblue/css copying django_tables2/static/django_tables2/themes/paleblue/css/screen.css -> build/lib/django_tables2/static/django_tables2/themes/paleblue/css creating build/lib/django_tables2/static/django_tables2/themes/paleblue/img copying django_tables2/static/django_tables2/themes/paleblue/img/arrow-active-down.png -> build/lib/django_tables2/static/django_tables2/themes/paleblue/img copying django_tables2/static/django_tables2/themes/paleblue/img/arrow-active-up.png -> build/lib/django_tables2/static/django_tables2/themes/paleblue/img copying django_tables2/static/django_tables2/themes/paleblue/img/arrow-inactive-down.png -> build/lib/django_tables2/static/django_tables2/themes/paleblue/img copying django_tables2/static/django_tables2/themes/paleblue/img/arrow-inactive-up.png -> build/lib/django_tables2/static/django_tables2/themes/paleblue/img copying django_tables2/static/django_tables2/themes/paleblue/img/false.gif -> build/lib/django_tables2/static/django_tables2/themes/paleblue/img copying django_tables2/static/django_tables2/themes/paleblue/img/header-bg.png -> build/lib/django_tables2/static/django_tables2/themes/paleblue/img copying django_tables2/static/django_tables2/themes/paleblue/img/missing.png -> build/lib/django_tables2/static/django_tables2/themes/paleblue/img copying django_tables2/static/django_tables2/themes/paleblue/img/pagination-bg.gif -> build/lib/django_tables2/static/django_tables2/themes/paleblue/img copying django_tables2/static/django_tables2/themes/paleblue/img/true.gif -> build/lib/django_tables2/static/django_tables2/themes/paleblue/img creating build/lib/django_tables2/templates/django_tables2 copying django_tables2/templates/django_tables2/bootstrap-responsive.html -> build/lib/django_tables2/templates/django_tables2 copying django_tables2/templates/django_tables2/bootstrap.html -> build/lib/django_tables2/templates/django_tables2 copying django_tables2/templates/django_tables2/bootstrap4-responsive.html -> build/lib/django_tables2/templates/django_tables2 copying django_tables2/templates/django_tables2/bootstrap4.html -> build/lib/django_tables2/templates/django_tables2 copying django_tables2/templates/django_tables2/bootstrap5-responsive.html -> build/lib/django_tables2/templates/django_tables2 copying django_tables2/templates/django_tables2/bootstrap5.html -> build/lib/django_tables2/templates/django_tables2 copying django_tables2/templates/django_tables2/semantic.html -> build/lib/django_tables2/templates/django_tables2 copying django_tables2/templates/django_tables2/table.html -> build/lib/django_tables2/templates/django_tables2 ==> Entering fakeroot environment... ==> Starting package()... running install /usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2 creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/static creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/static/django_tables2 copying build/lib/django_tables2/static/django_tables2/bootstrap.css -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/static/django_tables2 creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/static/django_tables2/themes creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/static/django_tables2/themes/paleblue creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/static/django_tables2/themes/paleblue/css copying build/lib/django_tables2/static/django_tables2/themes/paleblue/css/screen.css -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/static/django_tables2/themes/paleblue/css creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/static/django_tables2/themes/paleblue/img copying build/lib/django_tables2/static/django_tables2/themes/paleblue/img/header-bg.png -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/static/django_tables2/themes/paleblue/img copying build/lib/django_tables2/static/django_tables2/themes/paleblue/img/true.gif -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/static/django_tables2/themes/paleblue/img copying build/lib/django_tables2/static/django_tables2/themes/paleblue/img/arrow-inactive-up.png -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/static/django_tables2/themes/paleblue/img copying build/lib/django_tables2/static/django_tables2/themes/paleblue/img/pagination-bg.gif -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/static/django_tables2/themes/paleblue/img copying build/lib/django_tables2/static/django_tables2/themes/paleblue/img/arrow-inactive-down.png -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/static/django_tables2/themes/paleblue/img copying build/lib/django_tables2/static/django_tables2/themes/paleblue/img/missing.png -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/static/django_tables2/themes/paleblue/img copying build/lib/django_tables2/static/django_tables2/themes/paleblue/img/false.gif -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/static/django_tables2/themes/paleblue/img copying build/lib/django_tables2/static/django_tables2/themes/paleblue/img/arrow-active-up.png -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/static/django_tables2/themes/paleblue/img copying build/lib/django_tables2/static/django_tables2/themes/paleblue/img/arrow-active-down.png -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/static/django_tables2/themes/paleblue/img creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns copying build/lib/django_tables2/columns/checkboxcolumn.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns copying build/lib/django_tables2/columns/filecolumn.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns copying build/lib/django_tables2/columns/__init__.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns copying build/lib/django_tables2/columns/booleancolumn.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns copying build/lib/django_tables2/columns/timecolumn.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns copying build/lib/django_tables2/columns/datecolumn.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns copying build/lib/django_tables2/columns/jsoncolumn.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns copying build/lib/django_tables2/columns/base.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns copying build/lib/django_tables2/columns/datetimecolumn.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns copying build/lib/django_tables2/columns/emailcolumn.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns copying build/lib/django_tables2/columns/templatecolumn.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns copying build/lib/django_tables2/columns/linkcolumn.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns copying build/lib/django_tables2/columns/urlcolumn.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns copying build/lib/django_tables2/columns/manytomanycolumn.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns copying build/lib/django_tables2/config.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2 creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/templates creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/templates/django_tables2 copying build/lib/django_tables2/templates/django_tables2/bootstrap-responsive.html -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/templates/django_tables2 copying build/lib/django_tables2/templates/django_tables2/semantic.html -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/templates/django_tables2 copying build/lib/django_tables2/templates/django_tables2/bootstrap4-responsive.html -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/templates/django_tables2 copying build/lib/django_tables2/templates/django_tables2/table.html -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/templates/django_tables2 copying build/lib/django_tables2/templates/django_tables2/bootstrap4.html -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/templates/django_tables2 copying build/lib/django_tables2/templates/django_tables2/bootstrap.html -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/templates/django_tables2 copying build/lib/django_tables2/templates/django_tables2/bootstrap5-responsive.html -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/templates/django_tables2 copying build/lib/django_tables2/templates/django_tables2/bootstrap5.html -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/templates/django_tables2 copying build/lib/django_tables2/tables.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2 copying build/lib/django_tables2/__init__.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2 copying build/lib/django_tables2/rows.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2 copying build/lib/django_tables2/data.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2 copying build/lib/django_tables2/paginators.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2 creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/zh_Hans creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/zh_Hans/LC_MESSAGES copying build/lib/django_tables2/locale/zh_Hans/LC_MESSAGES/django.po -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/zh_Hans/LC_MESSAGES copying build/lib/django_tables2/locale/zh_Hans/LC_MESSAGES/django.mo -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/zh_Hans/LC_MESSAGES creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/es creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/es/LC_MESSAGES copying build/lib/django_tables2/locale/es/LC_MESSAGES/django.po -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/es/LC_MESSAGES copying build/lib/django_tables2/locale/es/LC_MESSAGES/django.mo -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/es/LC_MESSAGES creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/pl creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/pl/LC_MESSAGES copying build/lib/django_tables2/locale/pl/LC_MESSAGES/django.po -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/pl/LC_MESSAGES copying build/lib/django_tables2/locale/pl/LC_MESSAGES/django.mo -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/pl/LC_MESSAGES creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/cs creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/cs/LC_MESSAGES copying build/lib/django_tables2/locale/cs/LC_MESSAGES/django.po -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/cs/LC_MESSAGES copying build/lib/django_tables2/locale/cs/LC_MESSAGES/django.mo -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/cs/LC_MESSAGES creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/it creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/it/LC_MESSAGES copying build/lib/django_tables2/locale/it/LC_MESSAGES/django.po -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/it/LC_MESSAGES copying build/lib/django_tables2/locale/it/LC_MESSAGES/django.mo -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/it/LC_MESSAGES creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/de creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/de/LC_MESSAGES copying build/lib/django_tables2/locale/de/LC_MESSAGES/django.po -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/de/LC_MESSAGES copying build/lib/django_tables2/locale/de/LC_MESSAGES/django.mo -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/de/LC_MESSAGES creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/uk creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/uk/LC_MESSAGES copying build/lib/django_tables2/locale/uk/LC_MESSAGES/django.po -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/uk/LC_MESSAGES copying build/lib/django_tables2/locale/uk/LC_MESSAGES/django.mo -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/uk/LC_MESSAGES creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/sv creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/sv/LC_MESSAGES copying build/lib/django_tables2/locale/sv/LC_MESSAGES/django.po -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/sv/LC_MESSAGES copying build/lib/django_tables2/locale/sv/LC_MESSAGES/django.mo -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/sv/LC_MESSAGES creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/lt creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/lt/LC_MESSAGES copying build/lib/django_tables2/locale/lt/LC_MESSAGES/django.po -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/lt/LC_MESSAGES copying build/lib/django_tables2/locale/lt/LC_MESSAGES/django.mo -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/lt/LC_MESSAGES creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/nb creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/nb/LC_MESSAGES copying build/lib/django_tables2/locale/nb/LC_MESSAGES/django.po -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/nb/LC_MESSAGES copying build/lib/django_tables2/locale/nb/LC_MESSAGES/django.mo -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/nb/LC_MESSAGES creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/nl creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/nl/LC_MESSAGES copying build/lib/django_tables2/locale/nl/LC_MESSAGES/django.po -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/nl/LC_MESSAGES copying build/lib/django_tables2/locale/nl/LC_MESSAGES/django.mo -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/nl/LC_MESSAGES creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/fr creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/fr/LC_MESSAGES copying build/lib/django_tables2/locale/fr/LC_MESSAGES/django.po -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/fr/LC_MESSAGES copying build/lib/django_tables2/locale/fr/LC_MESSAGES/django.mo -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/fr/LC_MESSAGES creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/hu creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/hu/LC_MESSAGES copying build/lib/django_tables2/locale/hu/LC_MESSAGES/django.po -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/hu/LC_MESSAGES copying build/lib/django_tables2/locale/hu/LC_MESSAGES/django.mo -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/hu/LC_MESSAGES creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/pt_BR creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/pt_BR/LC_MESSAGES copying build/lib/django_tables2/locale/pt_BR/LC_MESSAGES/django.po -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/pt_BR/LC_MESSAGES copying build/lib/django_tables2/locale/pt_BR/LC_MESSAGES/django.mo -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/pt_BR/LC_MESSAGES creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/fa creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/fa/LC_MESSAGES copying build/lib/django_tables2/locale/fa/LC_MESSAGES/django.po -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/fa/LC_MESSAGES copying build/lib/django_tables2/locale/fa/LC_MESSAGES/django.mo -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/fa/LC_MESSAGES creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/en creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/en/LC_MESSAGES copying build/lib/django_tables2/locale/en/LC_MESSAGES/django.po -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/en/LC_MESSAGES copying build/lib/django_tables2/locale/en/LC_MESSAGES/django.mo -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/en/LC_MESSAGES creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/pt_PT creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/pt_PT/LC_MESSAGES copying build/lib/django_tables2/locale/pt_PT/LC_MESSAGES/django.po -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/pt_PT/LC_MESSAGES copying build/lib/django_tables2/locale/pt_PT/LC_MESSAGES/django.mo -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/pt_PT/LC_MESSAGES creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/ru creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/ru/LC_MESSAGES copying build/lib/django_tables2/locale/ru/LC_MESSAGES/django.po -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/ru/LC_MESSAGES copying build/lib/django_tables2/locale/ru/LC_MESSAGES/django.mo -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/ru/LC_MESSAGES creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/el creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/el/LC_MESSAGES copying build/lib/django_tables2/locale/el/LC_MESSAGES/django.po -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/el/LC_MESSAGES copying build/lib/django_tables2/locale/el/LC_MESSAGES/django.mo -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/locale/el/LC_MESSAGES creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/export copying build/lib/django_tables2/export/export.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/export copying build/lib/django_tables2/export/__init__.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/export copying build/lib/django_tables2/export/views.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/export copying build/lib/django_tables2/views.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2 copying build/lib/django_tables2/utils.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2 creating /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/templatetags copying build/lib/django_tables2/templatetags/django_tables2.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/templatetags copying build/lib/django_tables2/templatetags/__init__.py -> /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/templatetags byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns/checkboxcolumn.py to checkboxcolumn.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns/filecolumn.py to filecolumn.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns/__init__.py to __init__.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns/booleancolumn.py to booleancolumn.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns/timecolumn.py to timecolumn.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns/datecolumn.py to datecolumn.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns/jsoncolumn.py to jsoncolumn.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns/base.py to base.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns/datetimecolumn.py to datetimecolumn.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns/emailcolumn.py to emailcolumn.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns/templatecolumn.py to templatecolumn.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns/linkcolumn.py to linkcolumn.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns/urlcolumn.py to urlcolumn.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/columns/manytomanycolumn.py to manytomanycolumn.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/config.py to config.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/tables.py to tables.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/__init__.py to __init__.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/rows.py to rows.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/data.py to data.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/paginators.py to paginators.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/export/export.py to export.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/export/__init__.py to __init__.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/export/views.py to views.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/views.py to views.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/utils.py to utils.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/templatetags/django_tables2.py to django_tables2.cpython-312.pyc byte-compiling /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2/templatetags/__init__.py to __init__.cpython-312.pyc writing byte-compilation script '/tmp/tmpy0wkz9va.py' /usr/sbin/python /tmp/tmpy0wkz9va.py removing /tmp/tmpy0wkz9va.py running install_egg_info running egg_info writing django_tables2.egg-info/PKG-INFO writing dependency_links to django_tables2.egg-info/dependency_links.txt writing requirements to django_tables2.egg-info/requires.txt writing top-level names to django_tables2.egg-info/top_level.txt reading manifest file 'django_tables2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'docs/pages/CHANGELOG.md' warning: no previously-included files matching '*' found under directory 'docs/_build' adding license file 'LICENSE' writing manifest file 'django_tables2.egg-info/SOURCES.txt' Copying django_tables2.egg-info to /src/packages/libs/python/python-django-tables2/pkg/python-django-tables2/usr/lib/python3.12/site-packages/django_tables2-2.6.0-py3.12.egg-info running install_scripts ==> Tidying install... -> Removing empty directories... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "python-django-tables2"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-django-tables2 2.6.0-1 (Wed 20 Nov 2024 02:32:08 PM UTC) ==> Cleaning up... ==> Removing installed dependencies... checking dependencies... :: git optionally requires python: git svn & git p4 :: iproute2 optionally requires python: for routel :: libevent optionally requires python: event_rpcgen.py :: libxml2 optionally requires python: Python bindings :: rsync optionally requires python: for rrsync :: util-linux-libs optionally requires python: python bindings to libmount Package (16) Old Version Net Change mpdecimal 4.0.0-2 -0.32 MiB python 3.12.7-1 -70.07 MiB python-asgiref 3.8.1-1 -0.20 MiB python-autocommand 2.2.2-6 -0.08 MiB python-django 5.1.2-1 -34.90 MiB python-jaraco.collections 5.0.1-1 -0.10 MiB python-jaraco.context 5.3.0-1 -0.04 MiB python-jaraco.functools 4.0.2-1 -0.07 MiB python-jaraco.text 4.0.0-1 -0.08 MiB python-more-itertools 10.3.0-1 -0.63 MiB python-packaging 24.2-1 -0.66 MiB python-platformdirs 4.3.6-1 -0.24 MiB python-pytz 2024.2-1 -0.16 MiB python-setuptools 1:75.2.0-2 -7.99 MiB python-sqlparse 0.5.1-1 -0.50 MiB python-wheel 0.45.0-1 -0.28 MiB Total Removed Size: 116.34 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing python-setuptools... removing python-wheel... removing python-platformdirs... removing python-packaging... removing python-jaraco.collections... removing python-jaraco.text... removing python-jaraco.functools... removing python-more-itertools... removing python-jaraco.context... removing python-django... removing python-sqlparse... removing python-pytz... removing python-autocommand... removing python-asgiref... removing python... removing mpdecimal... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...