2024-02-23T18:55:23,481 Created temporary directory: /tmp/pip-build-tracker-qh0av10_ 2024-02-23T18:55:23,482 Initialized build tracking at /tmp/pip-build-tracker-qh0av10_ 2024-02-23T18:55:23,482 Created build tracker: /tmp/pip-build-tracker-qh0av10_ 2024-02-23T18:55:23,483 Entered build tracker: /tmp/pip-build-tracker-qh0av10_ 2024-02-23T18:55:23,484 Created temporary directory: /tmp/pip-wheel-5j_ulo8j 2024-02-23T18:55:23,486 Created temporary directory: /tmp/pip-ephem-wheel-cache-ah6lpuac 2024-02-23T18:55:23,508 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-02-23T18:55:23,511 2 location(s) to search for versions of titlebarctk: 2024-02-23T18:55:23,511 * https://pypi.org/simple/titlebarctk/ 2024-02-23T18:55:23,511 * https://www.piwheels.org/simple/titlebarctk/ 2024-02-23T18:55:23,512 Fetching project page and analyzing links: https://pypi.org/simple/titlebarctk/ 2024-02-23T18:55:23,513 Getting page https://pypi.org/simple/titlebarctk/ 2024-02-23T18:55:23,514 Found index url https://pypi.org/simple/ 2024-02-23T18:55:23,772 Fetched page https://pypi.org/simple/titlebarctk/ as application/vnd.pypi.simple.v1+json 2024-02-23T18:55:23,773 Skipping link: No binaries permitted for titlebarctk: https://files.pythonhosted.org/packages/8d/3d/2efb053228a62be43040ef09c9508d8b3b87f8bc863e70ab157a37531366/titlebarctk-0.1.2-py3-none-any.whl (from https://pypi.org/simple/titlebarctk/) (requires-python:>=3.8) 2024-02-23T18:55:23,774 Found link https://files.pythonhosted.org/packages/c0/2c/0e1fd72650d1a6deed614de544e7648f3f7923822d8524bb0eb99d67136f/titlebarctk-0.1.2.tar.gz (from https://pypi.org/simple/titlebarctk/) (requires-python:>=3.8), version: 0.1.2 2024-02-23T18:55:23,775 Fetching project page and analyzing links: https://www.piwheels.org/simple/titlebarctk/ 2024-02-23T18:55:23,776 Getting page https://www.piwheels.org/simple/titlebarctk/ 2024-02-23T18:55:23,777 Found index url https://www.piwheels.org/simple/ 2024-02-23T18:55:29,161 Fetched page https://www.piwheels.org/simple/titlebarctk/ as text/html 2024-02-23T18:55:29,163 Skipping link: not a file: https://www.piwheels.org/simple/titlebarctk/ 2024-02-23T18:55:29,164 Skipping link: not a file: https://pypi.org/simple/titlebarctk/ 2024-02-23T18:55:29,209 Given no hashes to check 1 links for project 'titlebarctk': discarding no candidates 2024-02-23T18:55:29,228 Collecting titlebarctk==0.1.2 2024-02-23T18:55:29,231 Created temporary directory: /tmp/pip-unpack-2u4yp49o 2024-02-23T18:55:29,441 Downloading titlebarctk-0.1.2.tar.gz (88 kB) 2024-02-23T18:55:29,542 Added titlebarctk==0.1.2 from https://files.pythonhosted.org/packages/c0/2c/0e1fd72650d1a6deed614de544e7648f3f7923822d8524bb0eb99d67136f/titlebarctk-0.1.2.tar.gz to build tracker '/tmp/pip-build-tracker-qh0av10_' 2024-02-23T18:55:29,545 Created temporary directory: /tmp/pip-build-env-72bw7f2d 2024-02-23T18:55:29,550 Installing build dependencies: started 2024-02-23T18:55:29,551 Running command pip subprocess to install build dependencies 2024-02-23T18:55:30,738 Using pip 23.3.1 from /home/piwheels/.local/lib/python3.11/site-packages/pip (python 3.11) 2024-02-23T18:55:31,274 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-02-23T18:55:39,654 Collecting setuptools>=61.0 2024-02-23T18:55:42,519 Using cached https://www.piwheels.org/simple/setuptools/setuptools-69.1.1-py3-none-any.whl (819 kB) 2024-02-23T18:55:45,287 Installing collected packages: setuptools 2024-02-23T18:55:47,482 Successfully installed setuptools-69.1.1 2024-02-23T18:55:47,745 [notice] A new release of pip is available: 23.3.1 -> 24.0 2024-02-23T18:55:47,746 [notice] To update, run: python3 -m pip install --upgrade pip 2024-02-23T18:55:48,008 Installing build dependencies: finished with status 'done' 2024-02-23T18:55:48,011 Getting requirements to build wheel: started 2024-02-23T18:55:48,012 Running command Getting requirements to build wheel 2024-02-23T18:55:48,548 /tmp/pip-build-env-72bw7f2d/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:76: _MissingDynamic: `dependencies` defined outside of `pyproject.toml` is ignored. 2024-02-23T18:55:48,548 !! 2024-02-23T18:55:48,549 ******************************************************************************** 2024-02-23T18:55:48,550 The following seems to be defined outside of `pyproject.toml`: 2024-02-23T18:55:48,551 `dependencies = ['pywin32', 'screeninfo', 'pillow', 'customtkinter']` 2024-02-23T18:55:48,552 According to the spec (see the link below), however, setuptools CANNOT 2024-02-23T18:55:48,552 consider this value unless `dependencies` is listed as `dynamic`. 2024-02-23T18:55:48,553 https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table 2024-02-23T18:55:48,554 To prevent this problem, you can list `dependencies` under `dynamic` or alternatively 2024-02-23T18:55:48,554 remove the `[project]` table from your file and rely entirely on other means of 2024-02-23T18:55:48,554 configuration. 2024-02-23T18:55:48,555 ******************************************************************************** 2024-02-23T18:55:48,556 !! 2024-02-23T18:55:48,556 _handle_missing_dynamic(dist, project_table) 2024-02-23T18:55:48,557 /tmp/pip-build-env-72bw7f2d/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:83: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) 2024-02-23T18:55:48,557 corresp(dist, value, root_dir) 2024-02-23T18:55:48,809 running egg_info 2024-02-23T18:55:48,813 writing titlebarctk.egg-info/PKG-INFO 2024-02-23T18:55:48,815 writing dependency_links to titlebarctk.egg-info/dependency_links.txt 2024-02-23T18:55:48,818 writing top-level names to titlebarctk.egg-info/top_level.txt 2024-02-23T18:55:48,833 reading manifest file 'titlebarctk.egg-info/SOURCES.txt' 2024-02-23T18:55:48,835 adding license file 'LICENSE' 2024-02-23T18:55:48,837 writing manifest file 'titlebarctk.egg-info/SOURCES.txt' 2024-02-23T18:55:48,950 Getting requirements to build wheel: finished with status 'done' 2024-02-23T18:55:48,958 Installing backend dependencies: started 2024-02-23T18:55:48,960 Running command pip subprocess to install backend dependencies 2024-02-23T18:55:50,163 Using pip 23.3.1 from /home/piwheels/.local/lib/python3.11/site-packages/pip (python 3.11) 2024-02-23T18:55:50,718 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2024-02-23T18:56:02,679 Collecting wheel 2024-02-23T18:56:10,919 Using cached https://www.piwheels.org/simple/wheel/wheel-0.42.0-py3-none-any.whl (65 kB) 2024-02-23T18:56:13,322 Installing collected packages: wheel 2024-02-23T18:56:13,543 Creating /tmp/pip-build-env-72bw7f2d/normal/local/bin 2024-02-23T18:56:13,545 changing mode of /tmp/pip-build-env-72bw7f2d/normal/local/bin/wheel to 755 2024-02-23T18:56:13,557 Successfully installed wheel-0.42.0 2024-02-23T18:56:13,819 [notice] A new release of pip is available: 23.3.1 -> 24.0 2024-02-23T18:56:13,819 [notice] To update, run: python3 -m pip install --upgrade pip 2024-02-23T18:56:14,075 Installing backend dependencies: finished with status 'done' 2024-02-23T18:56:14,077 Created temporary directory: /tmp/pip-modern-metadata-1zgnvmdm 2024-02-23T18:56:14,079 Preparing metadata (pyproject.toml): started 2024-02-23T18:56:14,080 Running command Preparing metadata (pyproject.toml) 2024-02-23T18:56:14,561 /tmp/pip-build-env-72bw7f2d/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:76: _MissingDynamic: `dependencies` defined outside of `pyproject.toml` is ignored. 2024-02-23T18:56:14,562 !! 2024-02-23T18:56:14,563 ******************************************************************************** 2024-02-23T18:56:14,564 The following seems to be defined outside of `pyproject.toml`: 2024-02-23T18:56:14,565 `dependencies = ['pywin32', 'screeninfo', 'pillow', 'customtkinter']` 2024-02-23T18:56:14,566 According to the spec (see the link below), however, setuptools CANNOT 2024-02-23T18:56:14,567 consider this value unless `dependencies` is listed as `dynamic`. 2024-02-23T18:56:14,568 https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table 2024-02-23T18:56:14,568 To prevent this problem, you can list `dependencies` under `dynamic` or alternatively 2024-02-23T18:56:14,569 remove the `[project]` table from your file and rely entirely on other means of 2024-02-23T18:56:14,569 configuration. 2024-02-23T18:56:14,570 ******************************************************************************** 2024-02-23T18:56:14,571 !! 2024-02-23T18:56:14,571 _handle_missing_dynamic(dist, project_table) 2024-02-23T18:56:14,571 /tmp/pip-build-env-72bw7f2d/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:83: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) 2024-02-23T18:56:14,572 corresp(dist, value, root_dir) 2024-02-23T18:56:14,869 running dist_info 2024-02-23T18:56:14,873 creating /tmp/pip-modern-metadata-1zgnvmdm/titlebarctk.egg-info 2024-02-23T18:56:14,877 writing /tmp/pip-modern-metadata-1zgnvmdm/titlebarctk.egg-info/PKG-INFO 2024-02-23T18:56:14,880 writing dependency_links to /tmp/pip-modern-metadata-1zgnvmdm/titlebarctk.egg-info/dependency_links.txt 2024-02-23T18:56:14,882 writing top-level names to /tmp/pip-modern-metadata-1zgnvmdm/titlebarctk.egg-info/top_level.txt 2024-02-23T18:56:14,884 writing manifest file '/tmp/pip-modern-metadata-1zgnvmdm/titlebarctk.egg-info/SOURCES.txt' 2024-02-23T18:56:14,899 reading manifest file '/tmp/pip-modern-metadata-1zgnvmdm/titlebarctk.egg-info/SOURCES.txt' 2024-02-23T18:56:14,901 adding license file 'LICENSE' 2024-02-23T18:56:14,903 writing manifest file '/tmp/pip-modern-metadata-1zgnvmdm/titlebarctk.egg-info/SOURCES.txt' 2024-02-23T18:56:14,904 creating '/tmp/pip-modern-metadata-1zgnvmdm/titlebarctk-0.1.2.dist-info' 2024-02-23T18:56:15,045 Preparing metadata (pyproject.toml): finished with status 'done' 2024-02-23T18:56:15,051 Source in /tmp/pip-wheel-5j_ulo8j/titlebarctk_ac44a5f4bf7f4d70bd0fcb31c18fb8f8 has version 0.1.2, which satisfies requirement titlebarctk==0.1.2 from https://files.pythonhosted.org/packages/c0/2c/0e1fd72650d1a6deed614de544e7648f3f7923822d8524bb0eb99d67136f/titlebarctk-0.1.2.tar.gz 2024-02-23T18:56:15,052 Removed titlebarctk==0.1.2 from https://files.pythonhosted.org/packages/c0/2c/0e1fd72650d1a6deed614de544e7648f3f7923822d8524bb0eb99d67136f/titlebarctk-0.1.2.tar.gz from build tracker '/tmp/pip-build-tracker-qh0av10_' 2024-02-23T18:56:15,057 Created temporary directory: /tmp/pip-unpack-0pe47_dv 2024-02-23T18:56:15,058 Created temporary directory: /tmp/pip-unpack-wigwcwi8 2024-02-23T18:56:15,060 Building wheels for collected packages: titlebarctk 2024-02-23T18:56:15,064 Created temporary directory: /tmp/pip-wheel-8h_q90x8 2024-02-23T18:56:15,065 Destination directory: /tmp/pip-wheel-8h_q90x8 2024-02-23T18:56:15,067 Building wheel for titlebarctk (pyproject.toml): started 2024-02-23T18:56:15,068 Running command Building wheel for titlebarctk (pyproject.toml) 2024-02-23T18:56:15,566 /tmp/pip-build-env-72bw7f2d/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:76: _MissingDynamic: `dependencies` defined outside of `pyproject.toml` is ignored. 2024-02-23T18:56:15,567 !! 2024-02-23T18:56:15,568 ******************************************************************************** 2024-02-23T18:56:15,568 The following seems to be defined outside of `pyproject.toml`: 2024-02-23T18:56:15,570 `dependencies = ['pywin32', 'screeninfo', 'pillow', 'customtkinter']` 2024-02-23T18:56:15,571 According to the spec (see the link below), however, setuptools CANNOT 2024-02-23T18:56:15,572 consider this value unless `dependencies` is listed as `dynamic`. 2024-02-23T18:56:15,573 https://packaging.python.org/en/latest/specifications/pyproject-toml/#declaring-project-metadata-the-project-table 2024-02-23T18:56:15,574 To prevent this problem, you can list `dependencies` under `dynamic` or alternatively 2024-02-23T18:56:15,574 remove the `[project]` table from your file and rely entirely on other means of 2024-02-23T18:56:15,575 configuration. 2024-02-23T18:56:15,575 ******************************************************************************** 2024-02-23T18:56:15,576 !! 2024-02-23T18:56:15,576 _handle_missing_dynamic(dist, project_table) 2024-02-23T18:56:15,577 /tmp/pip-build-env-72bw7f2d/overlay/local/lib/python3.11/dist-packages/setuptools/config/_apply_pyprojecttoml.py:83: SetuptoolsWarning: `install_requires` overwritten in `pyproject.toml` (dependencies) 2024-02-23T18:56:15,577 corresp(dist, value, root_dir) 2024-02-23T18:56:15,856 running bdist_wheel 2024-02-23T18:56:15,872 running build 2024-02-23T18:56:15,873 running build_py 2024-02-23T18:56:15,877 creating build 2024-02-23T18:56:15,878 creating build/lib 2024-02-23T18:56:15,879 creating build/lib/titlebarctk 2024-02-23T18:56:15,881 copying titlebarctk/__init__.py -> build/lib/titlebarctk 2024-02-23T18:56:15,884 creating build/lib/titlebarctk/dat 2024-02-23T18:56:15,885 copying titlebarctk/dat/dat_main.py -> build/lib/titlebarctk/dat 2024-02-23T18:56:15,887 creating build/lib/titlebarctk/dat/aud 2024-02-23T18:56:15,889 copying titlebarctk/dat/aud/__init__.py -> build/lib/titlebarctk/dat/aud 2024-02-23T18:56:15,891 creating build/lib/titlebarctk/dat/img 2024-02-23T18:56:15,892 copying titlebarctk/dat/img/__init__.py -> build/lib/titlebarctk/dat/img 2024-02-23T18:56:15,894 copying titlebarctk/dat/img/FullScreen.py -> build/lib/titlebarctk/dat/img 2024-02-23T18:56:15,896 copying titlebarctk/dat/img/ExitClose.py -> build/lib/titlebarctk/dat/img 2024-02-23T18:56:15,899 copying titlebarctk/dat/img/Minimise.py -> build/lib/titlebarctk/dat/img 2024-02-23T18:56:15,902 copying titlebarctk/dat/img/Save.py -> build/lib/titlebarctk/dat/img 2024-02-23T18:56:15,905 running egg_info 2024-02-23T18:56:15,909 writing titlebarctk.egg-info/PKG-INFO 2024-02-23T18:56:15,912 writing dependency_links to titlebarctk.egg-info/dependency_links.txt 2024-02-23T18:56:15,914 writing top-level names to titlebarctk.egg-info/top_level.txt 2024-02-23T18:56:15,923 reading manifest file 'titlebarctk.egg-info/SOURCES.txt' 2024-02-23T18:56:15,925 adding license file 'LICENSE' 2024-02-23T18:56:15,928 writing manifest file 'titlebarctk.egg-info/SOURCES.txt' 2024-02-23T18:56:15,938 installing to build/bdist.linux-armv7l/wheel 2024-02-23T18:56:15,939 running install 2024-02-23T18:56:15,963 running install_lib 2024-02-23T18:56:15,967 creating build/bdist.linux-armv7l 2024-02-23T18:56:15,967 creating build/bdist.linux-armv7l/wheel 2024-02-23T18:56:15,969 creating build/bdist.linux-armv7l/wheel/titlebarctk 2024-02-23T18:56:15,970 copying build/lib/titlebarctk/__init__.py -> build/bdist.linux-armv7l/wheel/titlebarctk 2024-02-23T18:56:15,973 creating build/bdist.linux-armv7l/wheel/titlebarctk/dat 2024-02-23T18:56:15,974 creating build/bdist.linux-armv7l/wheel/titlebarctk/dat/aud 2024-02-23T18:56:15,975 copying build/lib/titlebarctk/dat/aud/__init__.py -> build/bdist.linux-armv7l/wheel/titlebarctk/dat/aud 2024-02-23T18:56:15,976 copying build/lib/titlebarctk/dat/dat_main.py -> build/bdist.linux-armv7l/wheel/titlebarctk/dat 2024-02-23T18:56:15,979 creating build/bdist.linux-armv7l/wheel/titlebarctk/dat/img 2024-02-23T18:56:15,980 copying build/lib/titlebarctk/dat/img/__init__.py -> build/bdist.linux-armv7l/wheel/titlebarctk/dat/img 2024-02-23T18:56:15,981 copying build/lib/titlebarctk/dat/img/FullScreen.py -> build/bdist.linux-armv7l/wheel/titlebarctk/dat/img 2024-02-23T18:56:15,984 copying build/lib/titlebarctk/dat/img/ExitClose.py -> build/bdist.linux-armv7l/wheel/titlebarctk/dat/img 2024-02-23T18:56:15,987 copying build/lib/titlebarctk/dat/img/Minimise.py -> build/bdist.linux-armv7l/wheel/titlebarctk/dat/img 2024-02-23T18:56:15,989 copying build/lib/titlebarctk/dat/img/Save.py -> build/bdist.linux-armv7l/wheel/titlebarctk/dat/img 2024-02-23T18:56:15,993 running install_egg_info 2024-02-23T18:56:15,996 Copying titlebarctk.egg-info to build/bdist.linux-armv7l/wheel/titlebarctk-0.1.2-py3.11.egg-info 2024-02-23T18:56:16,004 running install_scripts 2024-02-23T18:56:16,015 creating build/bdist.linux-armv7l/wheel/titlebarctk-0.1.2.dist-info/WHEEL 2024-02-23T18:56:16,017 creating '/tmp/pip-wheel-8h_q90x8/.tmp-_o6px7mx/titlebarctk-0.1.2-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2024-02-23T18:56:16,020 adding 'titlebarctk/__init__.py' 2024-02-23T18:56:16,022 adding 'titlebarctk/dat/dat_main.py' 2024-02-23T18:56:16,024 adding 'titlebarctk/dat/aud/__init__.py' 2024-02-23T18:56:16,043 adding 'titlebarctk/dat/img/ExitClose.py' 2024-02-23T18:56:16,048 adding 'titlebarctk/dat/img/FullScreen.py' 2024-02-23T18:56:16,050 adding 'titlebarctk/dat/img/Minimise.py' 2024-02-23T18:56:16,092 adding 'titlebarctk/dat/img/Save.py' 2024-02-23T18:56:16,094 adding 'titlebarctk/dat/img/__init__.py' 2024-02-23T18:56:16,101 adding 'titlebarctk-0.1.2.dist-info/LICENSE' 2024-02-23T18:56:16,102 adding 'titlebarctk-0.1.2.dist-info/METADATA' 2024-02-23T18:56:16,103 adding 'titlebarctk-0.1.2.dist-info/WHEEL' 2024-02-23T18:56:16,104 adding 'titlebarctk-0.1.2.dist-info/top_level.txt' 2024-02-23T18:56:16,105 adding 'titlebarctk-0.1.2.dist-info/RECORD' 2024-02-23T18:56:16,107 removing build/bdist.linux-armv7l/wheel 2024-02-23T18:56:16,230 Building wheel for titlebarctk (pyproject.toml): finished with status 'done' 2024-02-23T18:56:16,237 Created wheel for titlebarctk: filename=titlebarctk-0.1.2-py3-none-any.whl size=90355 sha256=928b96e7c9b66923a715780be92861f60066238be8e3311b509ff54453d3ff44 2024-02-23T18:56:16,238 Stored in directory: /tmp/pip-ephem-wheel-cache-ah6lpuac/wheels/98/9b/91/dd41bc2542204744eedca319cb394289e944d020bca51845a1 2024-02-23T18:56:16,249 Successfully built titlebarctk 2024-02-23T18:56:16,254 Removed build tracker: '/tmp/pip-build-tracker-qh0av10_'