2023-09-08T19:06:14,850 Created temporary directory: /tmp/pip-build-tracker-6no3ao_h 2023-09-08T19:06:14,851 Initialized build tracking at /tmp/pip-build-tracker-6no3ao_h 2023-09-08T19:06:14,852 Created build tracker: /tmp/pip-build-tracker-6no3ao_h 2023-09-08T19:06:14,852 Entered build tracker: /tmp/pip-build-tracker-6no3ao_h 2023-09-08T19:06:14,853 Created temporary directory: /tmp/pip-wheel-fgj6hm72 2023-09-08T19:06:14,856 Created temporary directory: /tmp/pip-ephem-wheel-cache-g4exwuxr 2023-09-08T19:06:14,877 Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple 2023-09-08T19:06:14,881 2 location(s) to search for versions of macspell: 2023-09-08T19:06:14,881 * https://pypi.org/simple/macspell/ 2023-09-08T19:06:14,881 * https://www.piwheels.org/simple/macspell/ 2023-09-08T19:06:14,882 Fetching project page and analyzing links: https://pypi.org/simple/macspell/ 2023-09-08T19:06:14,882 Getting page https://pypi.org/simple/macspell/ 2023-09-08T19:06:14,884 Found index url https://pypi.org/simple/ 2023-09-08T19:06:15,129 Fetched page https://pypi.org/simple/macspell/ as application/vnd.pypi.simple.v1+json 2023-09-08T19:06:15,131 Found link https://files.pythonhosted.org/packages/12/8c/97cb0c0f873002d64bfa5c1bff57a5c32735f2933c7692f337e040c305d9/macspell-2015.10.tar.gz (from https://pypi.org/simple/macspell/), version: 2015.10 2023-09-08T19:06:15,132 Found link https://files.pythonhosted.org/packages/0a/d2/9559539724843f68099e6db252897b2804588c37d1807950f7063fe2385b/macspell-2017.tar.gz (from https://pypi.org/simple/macspell/), version: 2017 2023-09-08T19:06:15,132 Fetching project page and analyzing links: https://www.piwheels.org/simple/macspell/ 2023-09-08T19:06:15,133 Getting page https://www.piwheels.org/simple/macspell/ 2023-09-08T19:06:15,134 Found index url https://www.piwheels.org/simple/ 2023-09-08T19:06:15,877 Fetched page https://www.piwheels.org/simple/macspell/ as text/html 2023-09-08T19:06:15,880 Skipping link: not a file: https://www.piwheels.org/simple/macspell/ 2023-09-08T19:06:15,881 Skipping link: not a file: https://pypi.org/simple/macspell/ 2023-09-08T19:06:15,913 Given no hashes to check 1 links for project 'macspell': discarding no candidates 2023-09-08T19:06:15,939 Collecting macspell==2015.10 2023-09-08T19:06:15,942 Created temporary directory: /tmp/pip-unpack-y6ari2m9 2023-09-08T19:06:16,411 Downloading macspell-2015.10.tar.gz (5.1 kB) 2023-09-08T19:06:16,433 Added macspell==2015.10 from https://files.pythonhosted.org/packages/12/8c/97cb0c0f873002d64bfa5c1bff57a5c32735f2933c7692f337e040c305d9/macspell-2015.10.tar.gz to build tracker '/tmp/pip-build-tracker-6no3ao_h' 2023-09-08T19:06:16,434 Running setup.py (path:/tmp/pip-wheel-fgj6hm72/macspell_8120f94536e0416689b14c37e13a0006/setup.py) egg_info for package macspell 2023-09-08T19:06:16,435 Created temporary directory: /tmp/pip-pip-egg-info-55dclh_2 2023-09-08T19:06:16,436 Preparing metadata (setup.py): started 2023-09-08T19:06:16,437 Running command python setup.py egg_info 2023-09-08T19:06:16,912 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-08T19:06:16,912 !! 2023-09-08T19:06:16,913 ******************************************************************************** 2023-09-08T19:06:16,914 Usage of dash-separated 'license-file' will not be supported in future 2023-09-08T19:06:16,914 versions. Please use the underscore name 'license_file' instead. 2023-09-08T19:06:16,916 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-08T19:06:16,916 or your builds will no longer be supported. 2023-09-08T19:06:16,917 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-08T19:06:16,918 ******************************************************************************** 2023-09-08T19:06:16,919 !! 2023-09-08T19:06:16,920 opt = self.warn_dash_deprecation(opt, section) 2023-09-08T19:06:16,922 /usr/local/lib/python3.11/dist-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` 2023-09-08T19:06:16,923 !! 2023-09-08T19:06:16,924 ******************************************************************************** 2023-09-08T19:06:16,924 The license_file parameter is deprecated, use license_files instead. 2023-09-08T19:06:16,925 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-09-08T19:06:16,926 or your builds will no longer be supported. 2023-09-08T19:06:16,926 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-08T19:06:16,927 ******************************************************************************** 2023-09-08T19:06:16,928 !! 2023-09-08T19:06:16,928 parsed = self.parsers.get(option_name, lambda x: x)(value) 2023-09-08T19:06:17,448 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-08T19:06:17,449 !! 2023-09-08T19:06:17,450 ******************************************************************************** 2023-09-08T19:06:17,450 Usage of dash-separated 'license-file' will not be supported in future 2023-09-08T19:06:17,451 versions. Please use the underscore name 'license_file' instead. 2023-09-08T19:06:17,452 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-08T19:06:17,452 or your builds will no longer be supported. 2023-09-08T19:06:17,453 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-08T19:06:17,454 ******************************************************************************** 2023-09-08T19:06:17,455 !! 2023-09-08T19:06:17,455 opt = self.warn_dash_deprecation(opt, section) 2023-09-08T19:06:17,457 /usr/local/lib/python3.11/dist-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` 2023-09-08T19:06:17,458 !! 2023-09-08T19:06:17,459 ******************************************************************************** 2023-09-08T19:06:17,459 The license_file parameter is deprecated, use license_files instead. 2023-09-08T19:06:17,460 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-09-08T19:06:17,461 or your builds will no longer be supported. 2023-09-08T19:06:17,462 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-08T19:06:17,462 ******************************************************************************** 2023-09-08T19:06:17,464 !! 2023-09-08T19:06:17,464 parsed = self.parsers.get(option_name, lambda x: x)(value) 2023-09-08T19:06:17,497 running egg_info 2023-09-08T19:06:17,498 creating /tmp/pip-pip-egg-info-55dclh_2/macspell.egg-info 2023-09-08T19:06:17,522 writing /tmp/pip-pip-egg-info-55dclh_2/macspell.egg-info/PKG-INFO 2023-09-08T19:06:17,525 writing dependency_links to /tmp/pip-pip-egg-info-55dclh_2/macspell.egg-info/dependency_links.txt 2023-09-08T19:06:17,527 writing top-level names to /tmp/pip-pip-egg-info-55dclh_2/macspell.egg-info/top_level.txt 2023-09-08T19:06:17,528 writing manifest file '/tmp/pip-pip-egg-info-55dclh_2/macspell.egg-info/SOURCES.txt' 2023-09-08T19:06:17,628 reading manifest file '/tmp/pip-pip-egg-info-55dclh_2/macspell.egg-info/SOURCES.txt' 2023-09-08T19:06:17,631 writing manifest file '/tmp/pip-pip-egg-info-55dclh_2/macspell.egg-info/SOURCES.txt' 2023-09-08T19:06:17,742 Preparing metadata (setup.py): finished with status 'done' 2023-09-08T19:06:17,746 Source in /tmp/pip-wheel-fgj6hm72/macspell_8120f94536e0416689b14c37e13a0006 has version 2015.10, which satisfies requirement macspell==2015.10 from https://files.pythonhosted.org/packages/12/8c/97cb0c0f873002d64bfa5c1bff57a5c32735f2933c7692f337e040c305d9/macspell-2015.10.tar.gz 2023-09-08T19:06:17,747 Removed macspell==2015.10 from https://files.pythonhosted.org/packages/12/8c/97cb0c0f873002d64bfa5c1bff57a5c32735f2933c7692f337e040c305d9/macspell-2015.10.tar.gz from build tracker '/tmp/pip-build-tracker-6no3ao_h' 2023-09-08T19:06:17,751 Created temporary directory: /tmp/pip-unpack-xazg4qwy 2023-09-08T19:06:17,753 Created temporary directory: /tmp/pip-unpack-sx5k8w_h 2023-09-08T19:06:17,755 Building wheels for collected packages: macspell 2023-09-08T19:06:17,759 Created temporary directory: /tmp/pip-wheel-cadmqn8i 2023-09-08T19:06:17,760 Building wheel for macspell (setup.py): started 2023-09-08T19:06:17,761 Destination directory: /tmp/pip-wheel-cadmqn8i 2023-09-08T19:06:17,761 Running command python setup.py bdist_wheel 2023-09-08T19:06:18,199 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-08T19:06:18,199 !! 2023-09-08T19:06:18,200 ******************************************************************************** 2023-09-08T19:06:18,201 Usage of dash-separated 'license-file' will not be supported in future 2023-09-08T19:06:18,201 versions. Please use the underscore name 'license_file' instead. 2023-09-08T19:06:18,202 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-08T19:06:18,203 or your builds will no longer be supported. 2023-09-08T19:06:18,204 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-08T19:06:18,204 ******************************************************************************** 2023-09-08T19:06:18,205 !! 2023-09-08T19:06:18,206 opt = self.warn_dash_deprecation(opt, section) 2023-09-08T19:06:18,208 /usr/local/lib/python3.11/dist-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` 2023-09-08T19:06:18,209 !! 2023-09-08T19:06:18,210 ******************************************************************************** 2023-09-08T19:06:18,211 The license_file parameter is deprecated, use license_files instead. 2023-09-08T19:06:18,212 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-09-08T19:06:18,212 or your builds will no longer be supported. 2023-09-08T19:06:18,214 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-08T19:06:18,214 ******************************************************************************** 2023-09-08T19:06:18,216 !! 2023-09-08T19:06:18,216 parsed = self.parsers.get(option_name, lambda x: x)(value) 2023-09-08T19:06:18,737 /usr/local/lib/python3.11/dist-packages/setuptools/dist.py:510: SetuptoolsDeprecationWarning: Invalid dash-separated options 2023-09-08T19:06:18,738 !! 2023-09-08T19:06:18,739 ******************************************************************************** 2023-09-08T19:06:18,739 Usage of dash-separated 'license-file' will not be supported in future 2023-09-08T19:06:18,740 versions. Please use the underscore name 'license_file' instead. 2023-09-08T19:06:18,741 By 2023-Sep-26, you need to update your project and remove deprecated calls 2023-09-08T19:06:18,742 or your builds will no longer be supported. 2023-09-08T19:06:18,743 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-08T19:06:18,743 ******************************************************************************** 2023-09-08T19:06:18,745 !! 2023-09-08T19:06:18,745 opt = self.warn_dash_deprecation(opt, section) 2023-09-08T19:06:18,746 /usr/local/lib/python3.11/dist-packages/setuptools/config/setupcfg.py:293: _DeprecatedConfig: Deprecated config in `setup.cfg` 2023-09-08T19:06:18,747 !! 2023-09-08T19:06:18,748 ******************************************************************************** 2023-09-08T19:06:18,749 The license_file parameter is deprecated, use license_files instead. 2023-09-08T19:06:18,750 By 2023-Oct-30, you need to update your project and remove deprecated calls 2023-09-08T19:06:18,751 or your builds will no longer be supported. 2023-09-08T19:06:18,752 See https://setuptools.pypa.io/en/latest/userguide/declarative_config.html for details. 2023-09-08T19:06:18,752 ******************************************************************************** 2023-09-08T19:06:18,753 !! 2023-09-08T19:06:18,753 parsed = self.parsers.get(option_name, lambda x: x)(value) 2023-09-08T19:06:18,777 running bdist_wheel 2023-09-08T19:06:18,870 running build 2023-09-08T19:06:18,871 running build_py 2023-09-08T19:06:18,897 creating build 2023-09-08T19:06:18,897 creating build/lib 2023-09-08T19:06:18,898 copying macspell.py -> build/lib 2023-09-08T19:06:18,901 running build_scripts 2023-09-08T19:06:18,901 creating build/scripts-3.11 2023-09-08T19:06:18,902 copying and adjusting macspell.py -> build/scripts-3.11 2023-09-08T19:06:18,905 changing mode of build/scripts-3.11/macspell.py from 644 to 755 2023-09-08T19:06:18,931 /usr/local/lib/python3.11/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2023-09-08T19:06:18,931 !! 2023-09-08T19:06:18,932 ******************************************************************************** 2023-09-08T19:06:18,933 Please avoid running ``setup.py`` directly. 2023-09-08T19:06:18,933 Instead, use pypa/build, pypa/installer or other 2023-09-08T19:06:18,934 standards-based tools. 2023-09-08T19:06:18,935 See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2023-09-08T19:06:18,935 ******************************************************************************** 2023-09-08T19:06:18,937 !! 2023-09-08T19:06:18,937 self.initialize_options() 2023-09-08T19:06:18,956 installing to build/bdist.linux-armv7l/wheel 2023-09-08T19:06:18,957 running install 2023-09-08T19:06:18,980 running install_lib 2023-09-08T19:06:19,004 creating build/bdist.linux-armv7l 2023-09-08T19:06:19,005 creating build/bdist.linux-armv7l/wheel 2023-09-08T19:06:19,006 copying build/lib/macspell.py -> build/bdist.linux-armv7l/wheel 2023-09-08T19:06:19,009 running install_egg_info 2023-09-08T19:06:19,068 running egg_info 2023-09-08T19:06:19,092 writing macspell.egg-info/PKG-INFO 2023-09-08T19:06:19,094 writing dependency_links to macspell.egg-info/dependency_links.txt 2023-09-08T19:06:19,096 writing top-level names to macspell.egg-info/top_level.txt 2023-09-08T19:06:19,121 reading manifest file 'macspell.egg-info/SOURCES.txt' 2023-09-08T19:06:19,124 writing manifest file 'macspell.egg-info/SOURCES.txt' 2023-09-08T19:06:19,126 Copying macspell.egg-info to build/bdist.linux-armv7l/wheel/macspell-2015.10-py3.11.egg-info 2023-09-08T19:06:19,133 running install_scripts 2023-09-08T19:06:19,134 creating build/bdist.linux-armv7l/wheel/macspell-2015.10.data 2023-09-08T19:06:19,135 creating build/bdist.linux-armv7l/wheel/macspell-2015.10.data/scripts 2023-09-08T19:06:19,136 copying build/scripts-3.11/macspell.py -> build/bdist.linux-armv7l/wheel/macspell-2015.10.data/scripts 2023-09-08T19:06:19,139 changing mode of build/bdist.linux-armv7l/wheel/macspell-2015.10.data/scripts/macspell.py to 755 2023-09-08T19:06:19,148 creating build/bdist.linux-armv7l/wheel/macspell-2015.10.dist-info/WHEEL 2023-09-08T19:06:19,151 creating '/tmp/pip-wheel-cadmqn8i/macspell-2015.10-py3-none-any.whl' and adding 'build/bdist.linux-armv7l/wheel' to it 2023-09-08T19:06:19,154 adding 'macspell.py' 2023-09-08T19:06:19,157 adding 'macspell-2015.10.data/scripts/macspell.py' 2023-09-08T19:06:19,159 adding 'macspell-2015.10.dist-info/METADATA' 2023-09-08T19:06:19,160 adding 'macspell-2015.10.dist-info/WHEEL' 2023-09-08T19:06:19,161 adding 'macspell-2015.10.dist-info/top_level.txt' 2023-09-08T19:06:19,162 adding 'macspell-2015.10.dist-info/RECORD' 2023-09-08T19:06:19,163 removing build/bdist.linux-armv7l/wheel 2023-09-08T19:06:19,282 Building wheel for macspell (setup.py): finished with status 'done' 2023-09-08T19:06:19,285 Created wheel for macspell: filename=macspell-2015.10-py3-none-any.whl size=9608 sha256=d7d5d9a942c8296467a7b3d6d413cbd0b3f76239b9d1b1942217f864de51a104 2023-09-08T19:06:19,286 Stored in directory: /tmp/pip-ephem-wheel-cache-g4exwuxr/wheels/82/27/97/701ae10a8bb377aa0a8d7d0b3d2f42d3aedd57e112d43f88b3 2023-09-08T19:06:19,295 Successfully built macspell 2023-09-08T19:06:19,299 Removed build tracker: '/tmp/pip-build-tracker-6no3ao_h'