listing git files failed - pretending there aren't any warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution warning: no files found matching 'CHANGELOG' ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/python3-geventhttpclient-1.5.3/ usr/doc/python3-geventhttpclient-1.5.3/LICENSE-MIT usr/doc/python3-geventhttpclient-1.5.3/python3-geventhttpclient.SlackBuild usr/doc/python3-geventhttpclient-1.5.3/requirements-dev.txt usr/doc/python3-geventhttpclient-1.5.3/requirements.txt usr/lib/ usr/lib/python3.9/ usr/lib/python3.9/site-packages/ usr/lib/python3.9/site-packages/geventhttpclient/ usr/lib/python3.9/site-packages/geventhttpclient-1.5.3-py3.9.egg-info/ usr/lib/python3.9/site-packages/geventhttpclient-1.5.3-py3.9.egg-info/PKG-INFO usr/lib/python3.9/site-packages/geventhttpclient-1.5.3-py3.9.egg-info/SOURCES.txt usr/lib/python3.9/site-packages/geventhttpclient-1.5.3-py3.9.egg-info/dependency_links.txt usr/lib/python3.9/site-packages/geventhttpclient-1.5.3-py3.9.egg-info/requires.txt usr/lib/python3.9/site-packages/geventhttpclient-1.5.3-py3.9.egg-info/top_level.txt usr/lib/python3.9/site-packages/geventhttpclient/__init__.py usr/lib/python3.9/site-packages/geventhttpclient/__pycache__/ usr/lib/python3.9/site-packages/geventhttpclient/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/site-packages/geventhttpclient/__pycache__/client.cpython-39.pyc usr/lib/python3.9/site-packages/geventhttpclient/__pycache__/connectionpool.cpython-39.pyc usr/lib/python3.9/site-packages/geventhttpclient/__pycache__/header.cpython-39.pyc usr/lib/python3.9/site-packages/geventhttpclient/__pycache__/httplib.cpython-39.pyc usr/lib/python3.9/site-packages/geventhttpclient/__pycache__/response.cpython-39.pyc usr/lib/python3.9/site-packages/geventhttpclient/__pycache__/url.cpython-39.pyc usr/lib/python3.9/site-packages/geventhttpclient/__pycache__/useragent.cpython-39.pyc usr/lib/python3.9/site-packages/geventhttpclient/_parser.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/geventhttpclient/client.py usr/lib/python3.9/site-packages/geventhttpclient/connectionpool.py usr/lib/python3.9/site-packages/geventhttpclient/header.py usr/lib/python3.9/site-packages/geventhttpclient/httplib.py usr/lib/python3.9/site-packages/geventhttpclient/response.py usr/lib/python3.9/site-packages/geventhttpclient/url.py usr/lib/python3.9/site-packages/geventhttpclient/useragent.py pclient/tests/test_headers.py geventhttpclient-1.5.3/src/geventhttpclient/tests/test_httplib.py geventhttpclient-1.5.3/src/geventhttpclient/tests/test_keep_alive.py geventhttpclient-1.5.3/src/geventhttpclient/tests/test_network_failures.py geventhttpclient-1.5.3/src/geventhttpclient/tests/test_no_module_ssl.py geventhttpclient-1.5.3/src/geventhttpclient/tests/test_parser.py geventhttpclient-1.5.3/src/geventhttpclient/tests/test_ssl.py geventhttpclient-1.5.3/src/geventhttpclient/tests/test_url.py geventhttpclient-1.5.3/src/geventhttpclient/tests/test_useragent.py geventhttpclient-1.5.3/src/geventhttpclient/url.py geventhttpclient-1.5.3/src/geventhttpclient/useragent.py geventhttpclient-1.5.3/tox.ini running install running build running build_py creating build creating build/lib.linux-i686-3.9 creating build/lib.linux-i686-3.9/geventhttpclient copying src/geventhttpclient/__init__.py -> build/lib.linux-i686-3.9/geventhttpclient copying src/geventhttpclient/client.py -> build/lib.linux-i686-3.9/geventhttpclient copying src/geventhttpclient/connectionpool.py -> build/lib.linux-i686-3.9/geventhttpclient copying src/geventhttpclient/header.py -> build/lib.linux-i686-3.9/geventhttpclient copying src/geventhttpclient/httplib.py -> build/lib.linux-i686-3.9/geventhttpclient copying src/geventhttpclient/response.py -> build/lib.linux-i686-3.9/geventhttpclient copying src/geventhttpclient/url.py -> build/lib.linux-i686-3.9/geventhttpclient copying src/geventhttpclient/useragent.py -> build/lib.linux-i686-3.9/geventhttpclient running egg_info creating src/geventhttpclient.egg-info writing src/geventhttpclient.egg-info/PKG-INFO writing dependency_links to src/geventhttpclient.egg-info/dependency_links.txt writing requirements to src/geventhttpclient.egg-info/requires.txt writing top-level names to src/geventhttpclient.egg-info/top_level.txt writing manifest file 'src/geventhttpclient.egg-info/SOURCES.txt' reading manifest file 'src/geventhttpclient.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE-MIT' writing manifest file 'src/geventhttpclient.egg-info/SOURCES.txt' running build_ext building 'geventhttpclient._parser' extension creating build/temp.linux-i686-3.9 creating build/temp.linux-i686-3.9/ext gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iext -I/usr/include/python3.9 -c ext/_parser.c -o build/temp.linux-i686-3.9/ext/_parser.o gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -Iext -I/usr/include/python3.9 -c ext/http_parser.c -o build/temp.linux-i686-3.9/ext/http_parser.o gcc -pthread -shared build/temp.linux-i686-3.9/ext/_parser.o build/temp.linux-i686-3.9/ext/http_parser.o -L/usr/lib -o build/lib.linux-i686-3.9/geventhttpclient/_parser.cpython-39-i386-linux-gnu.so running install_lib creating /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr creating /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib creating /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib/python3.9 creating /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib/python3.9/site-packages creating /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib/python3.9/site-packages/geventhttpclient copying build/lib.linux-i686-3.9/geventhttpclient/__init__.py -> /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib/python3.9/site-packages/geventhttpclient copying build/lib.linux-i686-3.9/geventhttpclient/client.py -> /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib/python3.9/site-packages/geventhttpclient copying build/lib.linux-i686-3.9/geventhttpclient/connectionpool.py -> /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib/python3.9/site-packages/geventhttpclient copying build/lib.linux-i686-3.9/geventhttpclient/header.py -> /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib/python3.9/site-packages/geventhttpclient copying build/lib.linux-i686-3.9/geventhttpclient/httplib.py -> /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib/python3.9/site-packages/geventhttpclient copying build/lib.linux-i686-3.9/geventhttpclient/response.py -> /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib/python3.9/site-packages/geventhttpclient copying build/lib.linux-i686-3.9/geventhttpclient/url.py -> /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib/python3.9/site-packages/geventhttpclient copying build/lib.linux-i686-3.9/geventhttpclient/useragent.py -> /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib/python3.9/site-packages/geventhttpclient copying build/lib.linux-i686-3.9/geventhttpclient/_parser.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib/python3.9/site-packages/geventhttpclient byte-compiling /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib/python3.9/site-packages/geventhttpclient/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib/python3.9/site-packages/geventhttpclient/client.py to client.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib/python3.9/site-packages/geventhttpclient/connectionpool.py to connectionpool.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib/python3.9/site-packages/geventhttpclient/header.py to header.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib/python3.9/site-packages/geventhttpclient/httplib.py to httplib.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib/python3.9/site-packages/geventhttpclient/response.py to response.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib/python3.9/site-packages/geventhttpclient/url.py to url.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib/python3.9/site-packages/geventhttpclient/useragent.py to useragent.cpython-39.pyc running install_egg_info Copying src/geventhttpclient.egg-info to /usr/src/slapt-src/python/python3-geventhttpclient/package-python3-geventhttpclient/usr/lib/python3.9/site-packages/geventhttpclient-1.5.3-py3.9.egg-info running install_scripts Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating Slackware package: /usr/src/slapt-src/python/python3-geventhttpclient/python3-geventhttpclient-1.5.3-i586-1salix15.0.txz Slackware package /usr/src/slapt-src/python/python3-geventhttpclient/python3-geventhttpclient-1.5.3-i586-1salix15.0.txz created. Installing package python3-geventhttpclient-1.5.3-i586-1salix15.0... | python3-geventhttpclient (HTTP client library) | | A high performance, concurrent HTTP client library for python | | | | Homepage: http://github.com/gwik/geventhttpclient | | | | | |