./ install/ install/slack-desc usr/ usr/doc/ usr/doc/python2-wrapt-1.11.1/ usr/doc/python2-wrapt-1.11.1/LICENSE usr/doc/python2-wrapt-1.11.1/README.rst usr/doc/python2-wrapt-1.11.1/python2-wrapt.SlackBuild usr/lib/ usr/lib/python2.7/ usr/lib/python2.7/site-packages/ usr/lib/python2.7/site-packages/wrapt/ usr/lib/python2.7/site-packages/wrapt-1.11.1-py2.7.egg-info usr/lib/python2.7/site-packages/wrapt/__init__.py usr/lib/python2.7/site-packages/wrapt/__init__.pyc usr/lib/python2.7/site-packages/wrapt/_wrappers.so usr/lib/python2.7/site-packages/wrapt/decorators.py usr/lib/python2.7/site-packages/wrapt/decorators.pyc usr/lib/python2.7/site-packages/wrapt/importer.py usr/lib/python2.7/site-packages/wrapt/importer.pyc usr/lib/python2.7/site-packages/wrapt/wrappers.py usr/lib/python2.7/site-packages/wrapt/wrappers.pyc .7/wrapt copying src/wrapt/__init__.py -> build/lib.linux-i686-2.7/wrapt copying src/wrapt/decorators.py -> build/lib.linux-i686-2.7/wrapt copying src/wrapt/importer.py -> build/lib.linux-i686-2.7/wrapt copying src/wrapt/wrappers.py -> build/lib.linux-i686-2.7/wrapt running build_ext building 'wrapt._wrappers' extension creating build/temp.linux-i686-2.7 creating build/temp.linux-i686-2.7/src creating build/temp.linux-i686-2.7/src/wrapt gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c src/wrapt/_wrappers.c -o build/temp.linux-i686-2.7/src/wrapt/_wrappers.o gcc -pthread -shared build/temp.linux-i686-2.7/src/wrapt/_wrappers.o -L/usr/lib -lpython2.7 -o build/lib.linux-i686-2.7/wrapt/_wrappers.so running install_lib creating /usr/src/slapt-src/python/python2-wrapt/package-python2-wrapt/usr creating /usr/src/slapt-src/python/python2-wrapt/package-python2-wrapt/usr/lib creating /usr/src/slapt-src/python/python2-wrapt/package-python2-wrapt/usr/lib/python2.7 creating /usr/src/slapt-src/python/python2-wrapt/package-python2-wrapt/usr/lib/python2.7/site-packages creating /usr/src/slapt-src/python/python2-wrapt/package-python2-wrapt/usr/lib/python2.7/site-packages/wrapt copying build/lib.linux-i686-2.7/wrapt/__init__.py -> /usr/src/slapt-src/python/python2-wrapt/package-python2-wrapt/usr/lib/python2.7/site-packages/wrapt copying build/lib.linux-i686-2.7/wrapt/decorators.py -> /usr/src/slapt-src/python/python2-wrapt/package-python2-wrapt/usr/lib/python2.7/site-packages/wrapt copying build/lib.linux-i686-2.7/wrapt/importer.py -> /usr/src/slapt-src/python/python2-wrapt/package-python2-wrapt/usr/lib/python2.7/site-packages/wrapt copying build/lib.linux-i686-2.7/wrapt/wrappers.py -> /usr/src/slapt-src/python/python2-wrapt/package-python2-wrapt/usr/lib/python2.7/site-packages/wrapt copying build/lib.linux-i686-2.7/wrapt/_wrappers.so -> /usr/src/slapt-src/python/python2-wrapt/package-python2-wrapt/usr/lib/python2.7/site-packages/wrapt byte-compiling /usr/src/slapt-src/python/python2-wrapt/package-python2-wrapt/usr/lib/python2.7/site-packages/wrapt/__init__.py to __init__.pyc byte-compiling /usr/src/slapt-src/python/python2-wrapt/package-python2-wrapt/usr/lib/python2.7/site-packages/wrapt/decorators.py to decorators.pyc byte-compiling /usr/src/slapt-src/python/python2-wrapt/package-python2-wrapt/usr/lib/python2.7/site-packages/wrapt/importer.py to importer.pyc byte-compiling /usr/src/slapt-src/python/python2-wrapt/package-python2-wrapt/usr/lib/python2.7/site-packages/wrapt/wrappers.py to wrappers.pyc running install_egg_info Writing /usr/src/slapt-src/python/python2-wrapt/package-python2-wrapt/usr/lib/python2.7/site-packages/wrapt-1.11.1-py2.7.egg-info 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/python2-wrapt/python2-wrapt-1.11.1-i586-1salix15.0.txz Slackware package /usr/src/slapt-src/python/python2-wrapt/python2-wrapt-1.11.1-i586-1salix15.0.txz created. Installing package python2-wrapt-1.11.1-i586-1salix15.0... | python2-wrapt (A Python module for decorators) | | A Python module for decorators, wrappers and monkey patching. | The aim of the wrapt module is to provide a transparent object proxy | for Python, which can be used as the basis for the construction of | function wrappers and decorator functions. | | Homepage: https://github.com/GrahamDumpleton/wrapt | | | | |