==> Synchronizing chroot copy [/chroot/x86_64/root] -> [build]...done ==> Making package: python-bandicoot 0.6.0-4 (Mon Aug 7 08:46:56 2023) ==> Retrieving sources... -> Found bandicoot-0.6.0.tar.gz -> Found LICENSE -> Found python-bandicoot.install ==> WARNING: Skipping verification of source file PGP signatures. ==> Validating source files with sha512sums... bandicoot-0.6.0.tar.gz ... Passed LICENSE ... Passed python-bandicoot.install ... Passed ==> Making package: python-bandicoot 0.6.0-4 (Mon 07 Aug 2023 08:47:00 AM EDT) ==> Checking runtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (2) libnsl-2.0.0-3 python-3.11.3-2 Total Installed Size: 75.14 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing libnsl... installing python... Optional dependencies for python python-setuptools python-pip sqlite [installed] mpdecimal: for decimal xz: for lzma [installed] tk: for tkinter [?25h==> Checking buildtime dependencies... ==> Installing missing dependencies... [?25lresolving dependencies... looking for conflicting packages... Packages (16) python-autocommand-2.2.2-4 python-fastjsonschema-2.18.0-1 python-inflect-7.0.0-1 python-jaraco.context-4.3.0-3 python-jaraco.functools-3.8.0-1 python-jaraco.text-3.11.1-3 python-more-itertools-10.0.1-1 python-ordered-set-4.1.0-4 python-packaging-23.1-1 python-platformdirs-3.9.1-1 python-pydantic-1.10.9-1 python-tomli-2.0.1-3 python-trove-classifiers-2023.7.6-1 python-typing_extensions-4.7.1-1 python-validate-pyproject-0.13-1 python-setuptools-1:68.0.0-1 Total Installed Size: 15.67 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-typing_extensions... installing python-pydantic... Optional dependencies for python-pydantic python-dotenv: for .env file support python-email-validator: for email validation installing python-inflect... installing python-jaraco.text... installing python-ordered-set... installing python-packaging... installing python-platformdirs... installing python-tomli... installing python-fastjsonschema... installing python-trove-classifiers... installing python-validate-pyproject... installing python-setuptools... [?25h==> Retrieving sources... -> Found bandicoot-0.6.0.tar.gz -> Found LICENSE -> Found python-bandicoot.install ==> WARNING: Skipping all source file integrity checks. ==> Extracting sources... -> Extracting bandicoot-0.6.0.tar.gz with bsdtar ==> Starting build()... running build running build_py creating build creating build/lib creating build/lib/bandicoot copying bandicoot/__init__.py -> build/lib/bandicoot copying bandicoot/io.py -> build/lib/bandicoot copying bandicoot/weekmatrix.py -> build/lib/bandicoot copying bandicoot/individual.py -> build/lib/bandicoot copying bandicoot/recharge.py -> build/lib/bandicoot copying bandicoot/utils.py -> build/lib/bandicoot copying bandicoot/visualization.py -> build/lib/bandicoot copying bandicoot/spatial.py -> build/lib/bandicoot copying bandicoot/network.py -> build/lib/bandicoot copying bandicoot/core.py -> build/lib/bandicoot creating build/lib/bandicoot/helper copying bandicoot/helper/__init__.py -> build/lib/bandicoot/helper copying bandicoot/helper/stops.py -> build/lib/bandicoot/helper copying bandicoot/helper/group.py -> build/lib/bandicoot/helper copying bandicoot/helper/tools.py -> build/lib/bandicoot/helper copying bandicoot/helper/maths.py -> build/lib/bandicoot/helper creating build/lib/bandicoot/tests copying bandicoot/tests/test_manual.py -> build/lib/bandicoot/tests copying bandicoot/tests/__init__.py -> build/lib/bandicoot/tests copying bandicoot/tests/test_special.py -> build/lib/bandicoot/tests copying bandicoot/tests/test_regressions.py -> build/lib/bandicoot/tests copying bandicoot/tests/test_utils.py -> build/lib/bandicoot/tests copying bandicoot/tests/generate_user.py -> build/lib/bandicoot/tests copying bandicoot/tests/test_core.py -> build/lib/bandicoot/tests copying bandicoot/tests/test_parsers.py -> build/lib/bandicoot/tests copying bandicoot/tests/test_sequences.py -> build/lib/bandicoot/tests copying bandicoot/tests/testing_tools.py -> build/lib/bandicoot/tests copying bandicoot/tests/test_network.py -> build/lib/bandicoot/tests copying bandicoot/tests/test_spatial.py -> build/lib/bandicoot/tests copying bandicoot/tests/test_group.py -> build/lib/bandicoot/tests copying bandicoot/tests/test_export.py -> build/lib/bandicoot/tests running egg_info writing bandicoot.egg-info/PKG-INFO writing dependency_links to bandicoot.egg-info/dependency_links.txt writing requirements to bandicoot.egg-info/requires.txt writing top-level names to bandicoot.egg-info/top_level.txt reading manifest file 'bandicoot.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.md' no previously-included directories found matching 'bandicoot/dashboard_src/node_modules' adding license file 'LICENSE' writing manifest file 'bandicoot.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'bandicoot.dashboard_src' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'bandicoot.dashboard_src' 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 'bandicoot.dashboard_src' 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 'bandicoot.dashboard_src' to be distributed and are already explicitly excluding 'bandicoot.dashboard_src' 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.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'bandicoot.dashboard_src.public' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'bandicoot.dashboard_src.public' 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 'bandicoot.dashboard_src.public' 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 'bandicoot.dashboard_src.public' to be distributed and are already explicitly excluding 'bandicoot.dashboard_src.public' 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.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'bandicoot.dashboard_src.public.build' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'bandicoot.dashboard_src.public.build' 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 'bandicoot.dashboard_src.public.build' 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 'bandicoot.dashboard_src.public.build' to be distributed and are already explicitly excluding 'bandicoot.dashboard_src.public.build' 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.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'bandicoot.dashboard_src.public.data' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'bandicoot.dashboard_src.public.data' 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 'bandicoot.dashboard_src.public.data' 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 'bandicoot.dashboard_src.public.data' to be distributed and are already explicitly excluding 'bandicoot.dashboard_src.public.data' 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.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'bandicoot.dashboard_src.public.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'bandicoot.dashboard_src.public.fonts' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'bandicoot.dashboard_src.public.fonts' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'bandicoot.dashboard_src.public.fonts' to be distributed and are already explicitly excluding 'bandicoot.dashboard_src.public.fonts' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'bandicoot.dashboard_src.public.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'bandicoot.dashboard_src.public.js' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'bandicoot.dashboard_src.public.js' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'bandicoot.dashboard_src.public.js' to be distributed and are already explicitly excluding 'bandicoot.dashboard_src.public.js' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'bandicoot.dashboard_src.public.sass' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'bandicoot.dashboard_src.public.sass' 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 'bandicoot.dashboard_src.public.sass' 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 'bandicoot.dashboard_src.public.sass' to be distributed and are already explicitly excluding 'bandicoot.dashboard_src.public.sass' 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/bandicoot/dashboard_src copying bandicoot/dashboard_src/package.json -> build/lib/bandicoot/dashboard_src creating build/lib/bandicoot/dashboard_src/public copying bandicoot/dashboard_src/public/index.html -> build/lib/bandicoot/dashboard_src/public creating build/lib/bandicoot/dashboard_src/public/build copying bandicoot/dashboard_src/public/build/app.js -> build/lib/bandicoot/dashboard_src/public/build copying bandicoot/dashboard_src/public/build/main.css -> build/lib/bandicoot/dashboard_src/public/build creating build/lib/bandicoot/dashboard_src/public/data copying bandicoot/dashboard_src/public/data/bc_export.json -> build/lib/bandicoot/dashboard_src/public/data creating build/lib/bandicoot/dashboard_src/public/fonts copying bandicoot/dashboard_src/public/fonts/opensans-400.woff -> build/lib/bandicoot/dashboard_src/public/fonts creating build/lib/bandicoot/dashboard_src/public/js copying bandicoot/dashboard_src/public/js/app.js -> build/lib/bandicoot/dashboard_src/public/js copying bandicoot/dashboard_src/public/js/indicator_chart.js -> build/lib/bandicoot/dashboard_src/public/js copying bandicoot/dashboard_src/public/js/network.js -> build/lib/bandicoot/dashboard_src/public/js copying bandicoot/dashboard_src/public/js/timescale_brush.js -> build/lib/bandicoot/dashboard_src/public/js copying bandicoot/dashboard_src/public/js/utils.js -> build/lib/bandicoot/dashboard_src/public/js creating build/lib/bandicoot/dashboard_src/public/sass copying bandicoot/dashboard_src/public/sass/main.scss -> build/lib/bandicoot/dashboard_src/public/sass ==> Entering fakeroot environment... ==> Starting package()... running install /usr/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running build running build_py running egg_info writing bandicoot.egg-info/PKG-INFO writing dependency_links to bandicoot.egg-info/dependency_links.txt writing requirements to bandicoot.egg-info/requires.txt writing top-level names to bandicoot.egg-info/top_level.txt reading manifest file 'bandicoot.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.md' no previously-included directories found matching 'bandicoot/dashboard_src/node_modules' adding license file 'LICENSE' writing manifest file 'bandicoot.egg-info/SOURCES.txt' /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'bandicoot.dashboard_src' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'bandicoot.dashboard_src' 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 'bandicoot.dashboard_src' 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 'bandicoot.dashboard_src' to be distributed and are already explicitly excluding 'bandicoot.dashboard_src' 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.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'bandicoot.dashboard_src.public' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'bandicoot.dashboard_src.public' 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 'bandicoot.dashboard_src.public' 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 'bandicoot.dashboard_src.public' to be distributed and are already explicitly excluding 'bandicoot.dashboard_src.public' 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.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'bandicoot.dashboard_src.public.build' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'bandicoot.dashboard_src.public.build' 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 'bandicoot.dashboard_src.public.build' 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 'bandicoot.dashboard_src.public.build' to be distributed and are already explicitly excluding 'bandicoot.dashboard_src.public.build' 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.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'bandicoot.dashboard_src.public.data' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'bandicoot.dashboard_src.public.data' 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 'bandicoot.dashboard_src.public.data' 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 'bandicoot.dashboard_src.public.data' to be distributed and are already explicitly excluding 'bandicoot.dashboard_src.public.data' 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.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'bandicoot.dashboard_src.public.fonts' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'bandicoot.dashboard_src.public.fonts' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'bandicoot.dashboard_src.public.fonts' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'bandicoot.dashboard_src.public.fonts' to be distributed and are already explicitly excluding 'bandicoot.dashboard_src.public.fonts' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'bandicoot.dashboard_src.public.js' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'bandicoot.dashboard_src.public.js' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'bandicoot.dashboard_src.public.js' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'bandicoot.dashboard_src.public.js' to be distributed and are already explicitly excluding 'bandicoot.dashboard_src.public.js' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.11/site-packages/setuptools/command/build_py.py:201: _Warning: Package 'bandicoot.dashboard_src.public.sass' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'bandicoot.dashboard_src.public.sass' 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 'bandicoot.dashboard_src.public.sass' 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 'bandicoot.dashboard_src.public.sass' to be distributed and are already explicitly excluding 'bandicoot.dashboard_src.public.sass' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) running install_lib creating /build/python-bandicoot/pkg/python-bandicoot/usr creating /build/python-bandicoot/pkg/python-bandicoot/usr/lib creating /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11 creating /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages creating /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot copying build/lib/bandicoot/__init__.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot copying build/lib/bandicoot/io.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot copying build/lib/bandicoot/weekmatrix.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot copying build/lib/bandicoot/individual.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot copying build/lib/bandicoot/recharge.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot creating /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/helper copying build/lib/bandicoot/helper/__init__.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/helper copying build/lib/bandicoot/helper/stops.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/helper copying build/lib/bandicoot/helper/group.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/helper copying build/lib/bandicoot/helper/tools.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/helper copying build/lib/bandicoot/helper/maths.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/helper copying build/lib/bandicoot/utils.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot copying build/lib/bandicoot/visualization.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot creating /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests copying build/lib/bandicoot/tests/test_manual.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests copying build/lib/bandicoot/tests/__init__.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests copying build/lib/bandicoot/tests/test_special.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests copying build/lib/bandicoot/tests/test_regressions.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests copying build/lib/bandicoot/tests/test_utils.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests copying build/lib/bandicoot/tests/generate_user.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests copying build/lib/bandicoot/tests/test_core.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests copying build/lib/bandicoot/tests/test_parsers.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests copying build/lib/bandicoot/tests/test_sequences.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests copying build/lib/bandicoot/tests/testing_tools.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests copying build/lib/bandicoot/tests/test_network.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests copying build/lib/bandicoot/tests/test_spatial.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests copying build/lib/bandicoot/tests/test_group.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests copying build/lib/bandicoot/tests/test_export.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests creating /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/dashboard_src creating /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/dashboard_src/public creating /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/dashboard_src/public/fonts copying build/lib/bandicoot/dashboard_src/public/fonts/opensans-400.woff -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/dashboard_src/public/fonts creating /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/dashboard_src/public/js copying build/lib/bandicoot/dashboard_src/public/js/utils.js -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/dashboard_src/public/js copying build/lib/bandicoot/dashboard_src/public/js/indicator_chart.js -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/dashboard_src/public/js copying build/lib/bandicoot/dashboard_src/public/js/app.js -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/dashboard_src/public/js copying build/lib/bandicoot/dashboard_src/public/js/timescale_brush.js -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/dashboard_src/public/js copying build/lib/bandicoot/dashboard_src/public/js/network.js -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/dashboard_src/public/js creating /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/dashboard_src/public/build copying build/lib/bandicoot/dashboard_src/public/build/main.css -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/dashboard_src/public/build copying build/lib/bandicoot/dashboard_src/public/build/app.js -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/dashboard_src/public/build creating /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/dashboard_src/public/sass copying build/lib/bandicoot/dashboard_src/public/sass/main.scss -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/dashboard_src/public/sass copying build/lib/bandicoot/dashboard_src/public/index.html -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/dashboard_src/public creating /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/dashboard_src/public/data copying build/lib/bandicoot/dashboard_src/public/data/bc_export.json -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/dashboard_src/public/data copying build/lib/bandicoot/dashboard_src/package.json -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/dashboard_src copying build/lib/bandicoot/spatial.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot copying build/lib/bandicoot/network.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot copying build/lib/bandicoot/core.py -> /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/__init__.py to __init__.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/io.py to io.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/weekmatrix.py to weekmatrix.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/individual.py to individual.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/recharge.py to recharge.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/helper/__init__.py to __init__.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/helper/stops.py to stops.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/helper/group.py to group.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/helper/tools.py to tools.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/helper/maths.py to maths.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/utils.py to utils.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/visualization.py to visualization.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests/test_manual.py to test_manual.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests/test_special.py to test_special.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests/test_regressions.py to test_regressions.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests/test_utils.py to test_utils.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests/generate_user.py to generate_user.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests/test_core.py to test_core.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests/test_parsers.py to test_parsers.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests/test_sequences.py to test_sequences.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests/testing_tools.py to testing_tools.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests/test_network.py to test_network.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests/test_spatial.py to test_spatial.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests/test_group.py to test_group.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/tests/test_export.py to test_export.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/spatial.py to spatial.cpython-311.pyc byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/network.py to network.cpython-311.pyc /usr/lib/python3.11/site-packages/bandicoot/network.py:45: SyntaxWarning: "is" with a literal. Did you mean "=="? byte-compiling /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot/core.py to core.cpython-311.pyc writing byte-compilation script '/tmp/tmp2vhryh6d.py' /usr/bin/python /tmp/tmp2vhryh6d.py /usr/lib/python3.11/site-packages/bandicoot/network.py:45: SyntaxWarning: "is" with a literal. Did you mean "=="? removing /tmp/tmp2vhryh6d.py running install_egg_info Copying bandicoot.egg-info to /build/python-bandicoot/pkg/python-bandicoot/usr/lib/python3.11/site-packages/bandicoot-0.6.0-py3.11.egg-info running install_scripts ==> Tidying install... -> Removing libtool files... -> Purging unwanted files... -> Removing static library files... -> Stripping unneeded symbols from binaries and libraries... -> Compressing man and info pages... ==> Checking for packaging issues... ==> Creating package "python-bandicoot"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Adding install file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-bandicoot 0.6.0-4 (Mon 07 Aug 2023 08:47:06 AM EDT) ==> Cleaning up... ==> Removing installed dependencies... [?25lchecking dependencies... :: glib2 optionally requires python: gdbus-codegen, glib-genmarshal, glib-mkenums, gtester-report :: libevent optionally requires python: event_rpcgen.py :: libxml2 optionally requires python: Python bindings :: util-linux-libs optionally requires python: python bindings to libmount Packages (18) libnsl-2.0.0-3 python-3.11.3-2 python-autocommand-2.2.2-4 python-fastjsonschema-2.18.0-1 python-inflect-7.0.0-1 python-jaraco.context-4.3.0-3 python-jaraco.functools-3.8.0-1 python-jaraco.text-3.11.1-3 python-more-itertools-10.0.1-1 python-ordered-set-4.1.0-4 python-packaging-23.1-1 python-platformdirs-3.9.1-1 python-pydantic-1.10.9-1 python-setuptools-1:68.0.0-1 python-tomli-2.0.1-3 python-trove-classifiers-2023.7.6-1 python-typing_extensions-4.7.1-1 python-validate-pyproject-0.13-1 Total Removed Size: 90.82 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing python-setuptools... removing python-validate-pyproject... removing python-trove-classifiers... removing python-tomli... removing python-platformdirs... removing python-packaging... removing python-ordered-set... removing python-jaraco.text... removing python-jaraco.functools... removing python-more-itertools... removing python-jaraco.context... removing python-inflect... removing python-pydantic... removing python-typing_extensions... removing python-fastjsonschema... removing python-autocommand... removing python... removing libnsl... [?25h