warning: no previously-included files matching 'CVS' found anywhere in distribution no previously-included directories found matching 'venv' ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/threadpool-1.3.2/ usr/doc/threadpool-1.3.2/CHANGELOG.txt usr/doc/threadpool-1.3.2/PKG-INFO usr/doc/threadpool-1.3.2/README.rst usr/doc/threadpool-1.3.2/threadpool.SlackBuild usr/lib/ usr/lib/python2.7/ usr/lib/python2.7/site-packages/ usr/lib/python2.7/site-packages/threadpool-1.3.2-py2.7.egg-info/ usr/lib/python2.7/site-packages/threadpool-1.3.2-py2.7.egg-info/PKG-INFO usr/lib/python2.7/site-packages/threadpool-1.3.2-py2.7.egg-info/SOURCES.txt usr/lib/python2.7/site-packages/threadpool-1.3.2-py2.7.egg-info/dependency_links.txt usr/lib/python2.7/site-packages/threadpool-1.3.2-py2.7.egg-info/top_level.txt usr/lib/python2.7/site-packages/threadpool.py usr/lib/python2.7/site-packages/threadpool.pyc rsAvailable-class.html threadpool-1.3.2/doc/api/epydoc.css threadpool-1.3.2/doc/api/identifier-index.html threadpool-1.3.2/doc/api/threadpool.ThreadPool-class.html threadpool-1.3.2/doc/api/toc.html threadpool-1.3.2/doc/api/threadpool.NoResultsPending-class.html threadpool-1.3.2/doc/api/threadpool-pysrc.html threadpool-1.3.2/doc/api/threadpool-module.html threadpool-1.3.2/doc/api/module-tree.html threadpool-1.3.2/doc/api/frames.html threadpool-1.3.2/doc/api/help.html threadpool-1.3.2/doc/api/toc-threadpool-module.html threadpool-1.3.2/doc/api/index.html threadpool-1.3.2/doc/api/redirect.html threadpool-1.3.2/doc/api/toc-everything.html threadpool-1.3.2/doc/api/class-tree.html threadpool-1.3.2/doc/index.html threadpool-1.3.2/PKG-INFO threadpool-1.3.2/src/ threadpool-1.3.2/src/threadpool.py threadpool-1.3.2/src/threadpool.egg-info/ threadpool-1.3.2/src/threadpool.egg-info/top_level.txt threadpool-1.3.2/src/threadpool.egg-info/SOURCES.txt threadpool-1.3.2/src/threadpool.egg-info/dependency_links.txt threadpool-1.3.2/src/threadpool.egg-info/PKG-INFO threadpool-1.3.2/src/release.py running install running build running build_py creating build creating build/lib copying src/threadpool.py -> build/lib running install_lib creating /usr/src/slapt-src/python/threadpool/package-threadpool/usr creating /usr/src/slapt-src/python/threadpool/package-threadpool/usr/lib creating /usr/src/slapt-src/python/threadpool/package-threadpool/usr/lib/python2.7 creating /usr/src/slapt-src/python/threadpool/package-threadpool/usr/lib/python2.7/site-packages copying build/lib/threadpool.py -> /usr/src/slapt-src/python/threadpool/package-threadpool/usr/lib/python2.7/site-packages byte-compiling /usr/src/slapt-src/python/threadpool/package-threadpool/usr/lib/python2.7/site-packages/threadpool.py to threadpool.pyc running install_egg_info running egg_info writing src/threadpool.egg-info/PKG-INFO writing top-level names to src/threadpool.egg-info/top_level.txt writing dependency_links to src/threadpool.egg-info/dependency_links.txt reading manifest file 'src/threadpool.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/threadpool.egg-info/SOURCES.txt' Copying src/threadpool.egg-info to /usr/src/slapt-src/python/threadpool/package-threadpool/usr/lib/python2.7/site-packages/threadpool-1.3.2-py2.7.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/threadpool/threadpool-1.3.2-i586-1salix15.0.txz Slackware package /usr/src/slapt-src/python/threadpool/threadpool-1.3.2-i586-1salix15.0.txz created. Installing package threadpool-1.3.2-i586-1salix15.0... | threadpool (Easy to use object-oriented thread pool framework) | | A thread pool is an object that maintains a pool of worker threads to | perform time consuming operations in parallel. It assigns jobs to the | threads by putting them in a work request queue, where they are picked | up by the next available thread. This then performs the requested | operation in the background and puts the results in another queue. | | homepage : https://chrisarndt.de/projects/threadpool/ | | | |