==> Retrieving sources... -> Found branca-0.6.0.tar.gz ==> Generating checksums for source files... ==> Making package: python-branca 0.6.0-2 (Wed 20 Nov 2024 12:20:17 PM UTC) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (14) New Version Net Change core/mpdecimal 4.0.0-2 0.32 MiB core/python 3.12.7-1 70.07 MiB 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 athena/python2 2.7.18-8 70.24 MiB extra/python-setuptools 1:75.2.0-2 7.99 MiB athena/python2-setuptools 2:44.1.1-2 3.81 MiB Total Installed Size: 154.63 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing python2... Optional dependencies for python2 tk: for IDLE python2-setuptools [pending] python2-pip installing python2-setuptools... installing mpdecimal... installing python... Optional dependencies for python python-setuptools: for building Python packages using tooling that is usually bundled with Python [pending] 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-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 branca-0.6.0.tar.gz ==> Validating source files with sha512sums... branca-0.6.0.tar.gz ... Passed ==> Extracting sources... -> Extracting branca-0.6.0.tar.gz with bsdtar ==> Starting prepare()... ==> Starting build()... /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'use_scm_version' warnings.warn(msg) running build running build_py creating build creating build/lib creating build/lib/branca copying branca/utilities.py -> build/lib/branca copying branca/__init__.py -> build/lib/branca copying branca/element.py -> build/lib/branca copying branca/colormap.py -> build/lib/branca running egg_info writing requirements to branca.egg-info/requires.txt writing branca.egg-info/PKG-INFO writing top-level names to branca.egg-info/top_level.txt writing dependency_links to branca.egg-info/dependency_links.txt reading manifest file 'branca.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs' no previously-included directories found matching 'tests' no previously-included directories found matching 'examples' warning: no previously-included files found matching '*.yml' warning: no previously-included files found matching '.pre-commit-config.yaml' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.isort.cfg' warning: no previously-included files found matching 'branca/_version.py' warning: no previously-included files found matching '.github' writing manifest file 'branca.egg-info/SOURCES.txt' copying branca/_cnames.json -> build/lib/branca copying branca/_schemes.json -> build/lib/branca copying branca/scheme_base_codes.json -> build/lib/branca copying branca/scheme_info.json -> build/lib/branca creating build/lib/branca/plugins copying branca/plugins/__init__.py -> build/lib/branca/plugins creating build/lib/branca/templates copying branca/templates/color_scale.js -> build/lib/branca/templates /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'use_scm_version' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) running build running build_py creating build/lib/branca copying branca/utilities.py -> build/lib/branca copying branca/__init__.py -> build/lib/branca copying branca/element.py -> build/lib/branca copying branca/colormap.py -> build/lib/branca running egg_info writing branca.egg-info/PKG-INFO writing dependency_links to branca.egg-info/dependency_links.txt writing requirements to branca.egg-info/requires.txt writing top-level names to branca.egg-info/top_level.txt reading manifest file 'branca.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs' no previously-included directories found matching 'tests' no previously-included directories found matching 'examples' warning: no previously-included files found matching '*.yml' warning: no previously-included files found matching '.pre-commit-config.yaml' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.isort.cfg' warning: no previously-included files found matching 'branca/_version.py' warning: no previously-included files found matching '.github' adding license file 'LICENSE.txt' writing manifest file 'branca.egg-info/SOURCES.txt' /usr/lib/python3.12/site-packages/setuptools/command/build_py.py:218: _Warning: Package 'branca.plugins' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'branca.plugins' 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 'branca.plugins' 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 'branca.plugins' to be distributed and are already explicitly excluding 'branca.plugins' 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 'branca.templates' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'branca.templates' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'branca.templates' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'branca.templates' to be distributed and are already explicitly excluding 'branca.templates' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying branca/_cnames.json -> build/lib/branca copying branca/_schemes.json -> build/lib/branca copying branca/scheme_base_codes.json -> build/lib/branca copying branca/scheme_info.json -> build/lib/branca creating build/lib/branca/plugins copying branca/plugins/__init__.py -> build/lib/branca/plugins creating build/lib/branca/templates copying branca/templates/color_scale.js -> build/lib/branca/templates ==> Entering fakeroot environment... ==> Starting package_python2-branca()... /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'use_scm_version' warnings.warn(msg) running install running install_lib creating /src/packages/libs/python/python-branca/pkg/python2-branca/usr creating /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib creating /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib/python2.7 creating /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib/python2.7/site-packages creating /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib/python2.7/site-packages/branca copying build/lib/branca/utilities.py -> /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib/python2.7/site-packages/branca creating /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib/python2.7/site-packages/branca/templates copying build/lib/branca/templates/color_scale.js -> /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib/python2.7/site-packages/branca/templates copying build/lib/branca/__init__.py -> /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib/python2.7/site-packages/branca copying build/lib/branca/element.py -> /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib/python2.7/site-packages/branca creating /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib/python2.7/site-packages/branca/plugins copying build/lib/branca/plugins/__init__.py -> /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib/python2.7/site-packages/branca/plugins copying build/lib/branca/_schemes.json -> /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib/python2.7/site-packages/branca copying build/lib/branca/colormap.py -> /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib/python2.7/site-packages/branca copying build/lib/branca/_cnames.json -> /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib/python2.7/site-packages/branca copying build/lib/branca/scheme_info.json -> /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib/python2.7/site-packages/branca copying build/lib/branca/scheme_base_codes.json -> /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib/python2.7/site-packages/branca byte-compiling /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib/python2.7/site-packages/branca/utilities.py to utilities.pyc byte-compiling /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib/python2.7/site-packages/branca/__init__.py to __init__.pyc byte-compiling /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib/python2.7/site-packages/branca/element.py to element.pyc File "/usr/lib/python2.7/site-packages/branca/element.py", line 71 state: dict = self.__dict__.copy() ^ SyntaxError: invalid syntax byte-compiling /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib/python2.7/site-packages/branca/plugins/__init__.py to __init__.pyc byte-compiling /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib/python2.7/site-packages/branca/colormap.py to colormap.pyc writing byte-compilation script '/tmp/tmpaQQ0kP.py' /usr/sbin/python2 -O /tmp/tmpaQQ0kP.py File "/usr/lib/python2.7/site-packages/branca/element.py", line 71 state: dict = self.__dict__.copy() ^ SyntaxError: invalid syntax removing /tmp/tmpaQQ0kP.py running install_egg_info running egg_info writing requirements to branca.egg-info/requires.txt writing branca.egg-info/PKG-INFO writing top-level names to branca.egg-info/top_level.txt writing dependency_links to branca.egg-info/dependency_links.txt reading manifest file 'branca.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs' no previously-included directories found matching 'tests' no previously-included directories found matching 'examples' warning: no previously-included files found matching '*.yml' warning: no previously-included files found matching '.pre-commit-config.yaml' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.isort.cfg' warning: no previously-included files found matching 'branca/_version.py' warning: no previously-included files found matching '.github' writing manifest file 'branca.egg-info/SOURCES.txt' Copying branca.egg-info to /src/packages/libs/python/python-branca/pkg/python2-branca/usr/lib/python2.7/site-packages/branca-0.0.0-py2.7.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 "python2-branca"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Starting package_python-branca()... /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'use_scm_version' warnings.warn(msg) /usr/lib/python3.12/site-packages/setuptools/_distutils/dist.py:261: UserWarning: Unknown distribution option: 'tests_require' warnings.warn(msg) 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-branca/pkg/python-branca/usr/lib/python3.12/site-packages creating /src/packages/libs/python/python-branca/pkg/python-branca/usr/lib/python3.12/site-packages/branca copying build/lib/branca/utilities.py -> /src/packages/libs/python/python-branca/pkg/python-branca/usr/lib/python3.12/site-packages/branca creating /src/packages/libs/python/python-branca/pkg/python-branca/usr/lib/python3.12/site-packages/branca/templates copying build/lib/branca/templates/color_scale.js -> /src/packages/libs/python/python-branca/pkg/python-branca/usr/lib/python3.12/site-packages/branca/templates copying build/lib/branca/__init__.py -> /src/packages/libs/python/python-branca/pkg/python-branca/usr/lib/python3.12/site-packages/branca copying build/lib/branca/element.py -> /src/packages/libs/python/python-branca/pkg/python-branca/usr/lib/python3.12/site-packages/branca creating /src/packages/libs/python/python-branca/pkg/python-branca/usr/lib/python3.12/site-packages/branca/plugins copying build/lib/branca/plugins/__init__.py -> /src/packages/libs/python/python-branca/pkg/python-branca/usr/lib/python3.12/site-packages/branca/plugins copying build/lib/branca/_schemes.json -> /src/packages/libs/python/python-branca/pkg/python-branca/usr/lib/python3.12/site-packages/branca copying build/lib/branca/colormap.py -> /src/packages/libs/python/python-branca/pkg/python-branca/usr/lib/python3.12/site-packages/branca copying build/lib/branca/_cnames.json -> /src/packages/libs/python/python-branca/pkg/python-branca/usr/lib/python3.12/site-packages/branca copying build/lib/branca/scheme_info.json -> /src/packages/libs/python/python-branca/pkg/python-branca/usr/lib/python3.12/site-packages/branca copying build/lib/branca/scheme_base_codes.json -> /src/packages/libs/python/python-branca/pkg/python-branca/usr/lib/python3.12/site-packages/branca byte-compiling /src/packages/libs/python/python-branca/pkg/python-branca/usr/lib/python3.12/site-packages/branca/utilities.py to utilities.cpython-312.pyc byte-compiling /src/packages/libs/python/python-branca/pkg/python-branca/usr/lib/python3.12/site-packages/branca/__init__.py to __init__.cpython-312.pyc byte-compiling /src/packages/libs/python/python-branca/pkg/python-branca/usr/lib/python3.12/site-packages/branca/element.py to element.cpython-312.pyc byte-compiling /src/packages/libs/python/python-branca/pkg/python-branca/usr/lib/python3.12/site-packages/branca/plugins/__init__.py to __init__.cpython-312.pyc byte-compiling /src/packages/libs/python/python-branca/pkg/python-branca/usr/lib/python3.12/site-packages/branca/colormap.py to colormap.cpython-312.pyc writing byte-compilation script '/tmp/tmpc8cm08wq.py' /usr/sbin/python /tmp/tmpc8cm08wq.py removing /tmp/tmpc8cm08wq.py running install_egg_info running egg_info writing branca.egg-info/PKG-INFO writing dependency_links to branca.egg-info/dependency_links.txt writing requirements to branca.egg-info/requires.txt writing top-level names to branca.egg-info/top_level.txt reading manifest file 'branca.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching 'docs' no previously-included directories found matching 'tests' no previously-included directories found matching 'examples' warning: no previously-included files found matching '*.yml' warning: no previously-included files found matching '.pre-commit-config.yaml' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.isort.cfg' warning: no previously-included files found matching 'branca/_version.py' warning: no previously-included files found matching '.github' adding license file 'LICENSE.txt' writing manifest file 'branca.egg-info/SOURCES.txt' Copying branca.egg-info to /src/packages/libs/python/python-branca/pkg/python-branca/usr/lib/python3.12/site-packages/branca-0.0.0-py3.12.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-branca"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-branca 0.6.0-2 (Wed 20 Nov 2024 12:20:26 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 (14) Old Version Net Change mpdecimal 4.0.0-2 -0.32 MiB python 3.12.7-1 -70.07 MiB python-autocommand 2.2.2-6 -0.08 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-setuptools 1:75.2.0-2 -7.99 MiB python-wheel 0.45.0-1 -0.28 MiB python2 2.7.18-8 -70.24 MiB python2-setuptools 2:44.1.1-2 -3.81 MiB Total Removed Size: 154.63 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing python2-setuptools... removing python2... 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-autocommand... removing python... removing mpdecimal... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...