==> Retrieving sources... -> Found twitter-1.19.6.tar.gz ==> Generating checksums for source files... ==> Making package: python-twitter 1.19.6-2 (Mon 13 Jan 2025 01:47:23 AM UTC) ==> Checking runtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (2) New Version Net Change core/mpdecimal 4.0.0-2 0.32 MiB core/python 3.13.1-1 67.54 MiB Total Installed Size: 67.86 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing mpdecimal... installing python... Optional dependencies for python python-setuptools: for building Python packages using tooling that is usually bundled with Python python-pip: for installing Python packages using tooling that is usually bundled with Python python-pipx: for installing Python software not packaged on Arch Linux sqlite: for a default database integration [installed] xz: for lzma [installed] tk: for tkinter :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Checking buildtime dependencies... ==> Installing missing dependencies... resolving dependencies... looking for conflicting packages... Package (16) New Version Net Change extra/python-attrs 23.2.0-4 0.54 MiB extra/python-autocommand 2.2.2-7 0.08 MiB extra/python-cffi 1.17.1-2 1.34 MiB extra/python-cryptography 44.0.0-1 4.95 MiB extra/python-filelock 3.16.1-2 0.13 MiB extra/python-jaraco.collections 5.1.0-1 0.10 MiB extra/python-jaraco.context 6.0.1-1 0.04 MiB extra/python-jaraco.functools 4.1.0-1 0.07 MiB extra/python-jaraco.text 4.0.0-2 0.08 MiB extra/python-more-itertools 10.5.0-1 0.64 MiB extra/python-packaging 24.2-3 0.66 MiB extra/python-platformdirs 4.3.6-2 0.24 MiB extra/python-pycparser 2.22-3 1.69 MiB extra/python-pip 24.3.1-3 15.67 MiB extra/python-setuptools 1:75.2.0-4 8.05 MiB extra/python-wheel 0.45.0-3 0.28 MiB Total Installed Size: 34.58 MiB :: Proceed with installation? [Y/n] checking keyring... checking package integrity... loading package files... checking for file conflicts... :: Processing package changes... installing python-more-itertools... installing python-jaraco.functools... installing python-jaraco.context... installing python-autocommand... installing python-jaraco.text... Optional dependencies for python-jaraco.text python-inflect: for show-newlines script installing python-jaraco.collections... installing python-packaging... installing python-platformdirs... installing python-wheel... Optional dependencies for python-wheel python-keyring: for wheel.signatures python-xdg: for wheel.signatures python-setuptools: for legacy bdist_wheel subcommand [pending] installing python-setuptools... installing python-attrs... installing python-pycparser... installing python-cffi... Optional dependencies for python-cffi python-setuptools: "limited api" version checking in cffi.setuptools_ext [installed] installing python-cryptography... installing python-filelock... installing python-pip... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate... ==> Retrieving sources... -> Found twitter-1.19.6.tar.gz ==> Validating source files with sha512sums... twitter-1.19.6.tar.gz ... Passed ==> Extracting sources... -> Extracting twitter-1.19.6.tar.gz with bsdtar ==> Starting build()... /usr/lib/python3.13/site-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' Traceback (most recent call last): File "/src/packages/libs/python/python-twitter/src/twitter-1.19.6/.eggs/setuptools_scm-8.1.0-py3.13.egg/setuptools_scm/_integration/pyproject_reading.py", line 36, in read_pyproject section = defn.get("tool", {})[tool_name] ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ KeyError: 'setuptools_scm' running build running build_py creating build/lib/twitter copying twitter/timezones.py -> build/lib/twitter copying twitter/ansi.py -> build/lib/twitter copying twitter/auth.py -> build/lib/twitter copying twitter/ircbot.py -> build/lib/twitter copying twitter/__init__.py -> build/lib/twitter copying twitter/oauth_dance.py -> build/lib/twitter copying twitter/oauth.py -> build/lib/twitter copying twitter/follow.py -> build/lib/twitter copying twitter/logger.py -> build/lib/twitter copying twitter/api.py -> build/lib/twitter copying twitter/stream.py -> build/lib/twitter copying twitter/archiver.py -> build/lib/twitter copying twitter/twitter_globals.py -> build/lib/twitter copying twitter/oauth2.py -> build/lib/twitter copying twitter/stream_example.py -> build/lib/twitter copying twitter/util.py -> build/lib/twitter copying twitter/cmdline.py -> build/lib/twitter running egg_info writing twitter.egg-info/PKG-INFO writing dependency_links to twitter.egg-info/dependency_links.txt writing entry points to twitter.egg-info/entry_points.txt writing requirements to twitter.egg-info/requires.txt writing top-level names to twitter.egg-info/top_level.txt ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any reading manifest file 'twitter.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching '.github' no previously-included directories found matching 'utils' warning: no previously-included files found matching '.coveragerc' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching 'README.md' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'twitter.egg-info/SOURCES.txt' ==> Entering fakeroot environment... ==> Starting package()... /usr/lib/python3.13/site-packages/setuptools/__init__.py:94: _DeprecatedInstaller: setuptools.installer and fetch_build_eggs are deprecated. !! ******************************************************************************** Requirements should be satisfied by a PEP 517 installer. If you are using pip, you can try `pip install --use-pep517`. ******************************************************************************** !! dist.fetch_build_eggs(dist.setup_requires) WARNING setuptools_scm.pyproject_reading toml section missing 'pyproject.toml does not contain a tool.setuptools_scm section' Traceback (most recent call last): File "/src/packages/libs/python/python-twitter/src/twitter-1.19.6/.eggs/setuptools_scm-8.1.0-py3.13.egg/setuptools_scm/_integration/pyproject_reading.py", line 36, in read_pyproject section = defn.get("tool", {})[tool_name] ~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^ KeyError: 'setuptools_scm' running install /usr/lib/python3.13/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-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages creating /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter copying build/lib/twitter/timezones.py -> /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter copying build/lib/twitter/ansi.py -> /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter copying build/lib/twitter/auth.py -> /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter copying build/lib/twitter/ircbot.py -> /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter copying build/lib/twitter/__init__.py -> /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter copying build/lib/twitter/oauth_dance.py -> /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter copying build/lib/twitter/oauth.py -> /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter copying build/lib/twitter/follow.py -> /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter copying build/lib/twitter/logger.py -> /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter copying build/lib/twitter/api.py -> /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter copying build/lib/twitter/stream.py -> /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter copying build/lib/twitter/archiver.py -> /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter copying build/lib/twitter/twitter_globals.py -> /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter copying build/lib/twitter/oauth2.py -> /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter copying build/lib/twitter/stream_example.py -> /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter copying build/lib/twitter/util.py -> /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter copying build/lib/twitter/cmdline.py -> /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter byte-compiling /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter/timezones.py to timezones.cpython-313.pyc byte-compiling /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter/ansi.py to ansi.cpython-313.pyc byte-compiling /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter/auth.py to auth.cpython-313.pyc byte-compiling /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter/ircbot.py to ircbot.cpython-313.pyc byte-compiling /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter/__init__.py to __init__.cpython-313.pyc byte-compiling /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter/oauth_dance.py to oauth_dance.cpython-313.pyc byte-compiling /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter/oauth.py to oauth.cpython-313.pyc byte-compiling /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter/follow.py to follow.cpython-313.pyc byte-compiling /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter/logger.py to logger.cpython-313.pyc byte-compiling /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter/api.py to api.cpython-313.pyc byte-compiling /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter/stream.py to stream.cpython-313.pyc byte-compiling /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter/archiver.py to archiver.cpython-313.pyc byte-compiling /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter/twitter_globals.py to twitter_globals.cpython-313.pyc byte-compiling /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter/oauth2.py to oauth2.cpython-313.pyc byte-compiling /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter/stream_example.py to stream_example.cpython-313.pyc byte-compiling /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter/util.py to util.cpython-313.pyc byte-compiling /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter/cmdline.py to cmdline.cpython-313.pyc writing byte-compilation script '/tmp/tmp4hbjfwdk.py' /usr/sbin/python /tmp/tmp4hbjfwdk.py removing /tmp/tmp4hbjfwdk.py running install_egg_info running egg_info writing twitter.egg-info/PKG-INFO writing dependency_links to twitter.egg-info/dependency_links.txt writing entry points to twitter.egg-info/entry_points.txt writing requirements to twitter.egg-info/requires.txt writing top-level names to twitter.egg-info/top_level.txt ERROR setuptools_scm._file_finders.git listing git files failed - pretending there aren't any reading manifest file 'twitter.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' no previously-included directories found matching '.github' no previously-included directories found matching 'utils' warning: no previously-included files found matching '.coveragerc' warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching 'README.md' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'twitter.egg-info/SOURCES.txt' Copying twitter.egg-info to /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/lib/python3.13/site-packages/twitter-1.19.6-py3.13.egg-info running install_scripts Installing twitter script to /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/bin Installing twitter-archiver script to /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/bin Installing twitter-follow script to /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/bin Installing twitter-log script to /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/bin Installing twitter-stream-example script to /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/bin Installing twitterbot script to /src/packages/libs/python/python-twitter/pkg/python-twitter/usr/bin ==> 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-twitter"... -> Generating .PKGINFO file... -> Generating .BUILDINFO file... -> Generating .MTREE file... -> Compressing package... ==> Leaving fakeroot environment. ==> Finished making: python-twitter 1.19.6-2 (Mon 13 Jan 2025 01:47:29 AM 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 (18) Old Version Net Change mpdecimal 4.0.0-2 -0.32 MiB python 3.13.1-1 -67.54 MiB python-attrs 23.2.0-4 -0.54 MiB python-autocommand 2.2.2-7 -0.08 MiB python-cffi 1.17.1-2 -1.34 MiB python-cryptography 44.0.0-1 -4.95 MiB python-filelock 3.16.1-2 -0.13 MiB python-jaraco.collections 5.1.0-1 -0.10 MiB python-jaraco.context 6.0.1-1 -0.04 MiB python-jaraco.functools 4.1.0-1 -0.07 MiB python-jaraco.text 4.0.0-2 -0.08 MiB python-more-itertools 10.5.0-1 -0.64 MiB python-packaging 24.2-3 -0.66 MiB python-pip 24.3.1-3 -15.67 MiB python-platformdirs 4.3.6-2 -0.24 MiB python-pycparser 2.22-3 -1.69 MiB python-setuptools 1:75.2.0-4 -8.05 MiB python-wheel 0.45.0-3 -0.28 MiB Total Removed Size: 102.44 MiB :: Do you want to remove these packages? [Y/n] :: Processing package changes... removing python-setuptools... removing python-platformdirs... removing python-pip... removing python-wheel... 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-filelock... removing python-cryptography... removing python-cffi... removing python-pycparser... removing python-autocommand... removing python-attrs... removing python... removing mpdecimal... :: Running post-transaction hooks... (1/1) Arming ConditionNeedsUpdate...