./ usr/ usr/lib/ usr/lib/python2.7/ usr/lib/python2.7/site-packages/ usr/lib/python2.7/site-packages/toro/ usr/lib/python2.7/site-packages/toro/__init__.pyc usr/lib/python2.7/site-packages/toro/__init__.py usr/lib/python2.7/site-packages/toro-0.8-py2.7.egg-info/ usr/lib/python2.7/site-packages/toro-0.8-py2.7.egg-info/dependency_links.txt usr/lib/python2.7/site-packages/toro-0.8-py2.7.egg-info/top_level.txt usr/lib/python2.7/site-packages/toro-0.8-py2.7.egg-info/requires.txt usr/lib/python2.7/site-packages/toro-0.8-py2.7.egg-info/PKG-INFO usr/lib/python2.7/site-packages/toro-0.8-py2.7.egg-info/SOURCES.txt usr/doc/ usr/doc/toro-0.8/ usr/doc/toro-0.8/toro.SlackBuild usr/doc/toro-0.8/LICENSE usr/doc/toro-0.8/PKG-INFO usr/doc/toro-0.8/README.rst install/ install/slack-desc .8/doc/Makefile toro-0.8/examples/ toro-0.8/examples/__init__.py toro-0.8/examples/event_example.py toro-0.8/examples/lock_example.py toro-0.8/examples/producer_consumer_example.py toro-0.8/examples/web_spider_example.py toro-0.8/LICENSE toro-0.8/MANIFEST.in toro-0.8/PKG-INFO toro-0.8/README.rst toro-0.8/setup.cfg toro-0.8/setup.py toro-0.8/test/ toro-0.8/test/__init__.py toro-0.8/test/test_async_result.py toro-0.8/test/test_condition.py toro-0.8/test/test_event.py toro-0.8/test/test_lock.py toro-0.8/test/test_queue.py toro-0.8/test/test_semaphore.py toro-0.8/test/test_timeout.py toro-0.8/toro/ toro-0.8/toro/__init__.py toro-0.8/toro.egg-info/ toro-0.8/toro.egg-info/dependency_links.txt toro-0.8/toro.egg-info/PKG-INFO toro-0.8/toro.egg-info/requires.txt toro-0.8/toro.egg-info/SOURCES.txt toro-0.8/toro.egg-info/top_level.txt running install running build running build_py creating build creating build/lib creating build/lib/toro copying toro/__init__.py -> build/lib/toro running install_lib creating /usr/src/slapt-src/libraries/toro/package-toro/usr creating /usr/src/slapt-src/libraries/toro/package-toro/usr/lib creating /usr/src/slapt-src/libraries/toro/package-toro/usr/lib/python2.7 creating /usr/src/slapt-src/libraries/toro/package-toro/usr/lib/python2.7/site-packages creating /usr/src/slapt-src/libraries/toro/package-toro/usr/lib/python2.7/site-packages/toro copying build/lib/toro/__init__.py -> /usr/src/slapt-src/libraries/toro/package-toro/usr/lib/python2.7/site-packages/toro byte-compiling /usr/src/slapt-src/libraries/toro/package-toro/usr/lib/python2.7/site-packages/toro/__init__.py to __init__.pyc running install_egg_info running egg_info writing requirements to toro.egg-info/requires.txt writing toro.egg-info/PKG-INFO writing top-level names to toro.egg-info/top_level.txt writing dependency_links to toro.egg-info/dependency_links.txt reading manifest file 'toro.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'toro.egg-info/SOURCES.txt' Copying toro.egg-info to /usr/src/slapt-src/libraries/toro/package-toro/usr/lib/python2.7/site-packages/toro-0.8-py2.7.egg-info running install_scripts Slackware package maker, version 3.141593. 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/libraries/toro/toro-0.8-i486-1salix.txz Slackware package /usr/src/slapt-src/libraries/toro/toro-0.8-i486-1salix.txz created. Installing package toro-0.8-i486-1salix... | toro (Synchronization primitives for Tornado coroutines) | | A set of locking and synchronizing primitives analogous to those in | Python's threading module or Gevent's coros, for use with Tornado's | gen.engine. | | | | | Homepage: https://github.com/ajdavis/toro/ | | |