listing git files failed - pretending there aren't any ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/python3-deprecation-2.1.0/ usr/doc/python3-deprecation-2.1.0/LICENSE usr/doc/python3-deprecation-2.1.0/PKG-INFO usr/doc/python3-deprecation-2.1.0/README.rst usr/doc/python3-deprecation-2.1.0/python3-deprecation.SlackBuild usr/lib/ usr/lib/python3.9/ usr/lib/python3.9/site-packages/ usr/lib/python3.9/site-packages/__pycache__/ usr/lib/python3.9/site-packages/__pycache__/deprecation.cpython-39.pyc usr/lib/python3.9/site-packages/deprecation-2.1.0-py3.9.egg-info/ usr/lib/python3.9/site-packages/deprecation-2.1.0-py3.9.egg-info/PKG-INFO usr/lib/python3.9/site-packages/deprecation-2.1.0-py3.9.egg-info/SOURCES.txt usr/lib/python3.9/site-packages/deprecation-2.1.0-py3.9.egg-info/dependency_links.txt usr/lib/python3.9/site-packages/deprecation-2.1.0-py3.9.egg-info/requires.txt usr/lib/python3.9/site-packages/deprecation-2.1.0-py3.9.egg-info/top_level.txt usr/lib/python3.9/site-packages/deprecation.py recation-2.1.0/docs/_build/ deprecation-2.1.0/docs/_build/html/ deprecation-2.1.0/docs/_build/html/.buildinfo deprecation-2.1.0/docs/_build/html/_sources/ deprecation-2.1.0/docs/_build/html/_sources/index.rst.txt deprecation-2.1.0/docs/_build/html/_sources/sample.rst.txt deprecation-2.1.0/docs/_build/html/_static/ deprecation-2.1.0/docs/_build/html/_static/basic.css deprecation-2.1.0/docs/_build/html/_static/doctools.js deprecation-2.1.0/docs/_build/html/_static/documentation_options.js deprecation-2.1.0/docs/_build/html/_static/file.png deprecation-2.1.0/docs/_build/html/_static/jquery-3.4.1.js deprecation-2.1.0/docs/_build/html/_static/jquery.js deprecation-2.1.0/docs/_build/html/_static/language_data.js deprecation-2.1.0/docs/_build/html/_static/minus.png deprecation-2.1.0/docs/_build/html/_static/nature.css deprecation-2.1.0/docs/_build/html/_static/plus.png deprecation-2.1.0/docs/_build/html/_static/pygments.css deprecation-2.1.0/docs/_build/html/_static/searchtools.js deprecation-2.1.0/docs/_build/html/_static/underscore-1.3.1.js deprecation-2.1.0/docs/_build/html/_static/underscore.js deprecation-2.1.0/docs/_build/html/genindex.html deprecation-2.1.0/docs/_build/html/index.html deprecation-2.1.0/docs/_build/html/objects.inv deprecation-2.1.0/docs/_build/html/py-modindex.html deprecation-2.1.0/docs/_build/html/sample.html deprecation-2.1.0/docs/_build/html/search.html deprecation-2.1.0/docs/_build/html/searchindex.js deprecation-2.1.0/docs/conf.py deprecation-2.1.0/docs/index.rst deprecation-2.1.0/docs/sample.py deprecation-2.1.0/docs/sample.rst deprecation-2.1.0/setup.cfg deprecation-2.1.0/setup.py deprecation-2.1.0/tests/ deprecation-2.1.0/tests/__init__.py deprecation-2.1.0/tests/test_deprecation.py running install running build running build_py creating build creating build/lib copying deprecation.py -> build/lib running install_lib creating /usr/src/slapt-src/python/python3-deprecation/package-python3-deprecation/usr creating /usr/src/slapt-src/python/python3-deprecation/package-python3-deprecation/usr/lib creating /usr/src/slapt-src/python/python3-deprecation/package-python3-deprecation/usr/lib/python3.9 creating /usr/src/slapt-src/python/python3-deprecation/package-python3-deprecation/usr/lib/python3.9/site-packages copying build/lib/deprecation.py -> /usr/src/slapt-src/python/python3-deprecation/package-python3-deprecation/usr/lib/python3.9/site-packages byte-compiling /usr/src/slapt-src/python/python3-deprecation/package-python3-deprecation/usr/lib/python3.9/site-packages/deprecation.py to deprecation.cpython-39.pyc running install_egg_info running egg_info writing deprecation.egg-info/PKG-INFO writing dependency_links to deprecation.egg-info/dependency_links.txt writing requirements to deprecation.egg-info/requires.txt writing top-level names to deprecation.egg-info/top_level.txt reading manifest file 'deprecation.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'deprecation.egg-info/SOURCES.txt' Copying deprecation.egg-info to /usr/src/slapt-src/python/python3-deprecation/package-python3-deprecation/usr/lib/python3.9/site-packages/deprecation-2.1.0-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-deprecation/python3-deprecation-2.1.0-i586-1salix15.0.txz Slackware package /usr/src/slapt-src/python/python3-deprecation/python3-deprecation-2.1.0-i586-1salix15.0.txz created. Installing package python3-deprecation-2.1.0-i586-1salix15.0... | python3-deprecation (A library for handling deprecations) | | deprecation is a library that enables automated deprecations. It | offers the deprecated() decorator to wrap functions, providing proper | warnings both in documentation and via Python's warnings system, | as well as the deprecation.fail_if_not_removed() decorator for test | methods to ensure that deprecated code is eventually removed. | | | | | |