listing git files failed - pretending there aren't any warning: no previously-included files matching '.DS_Store' found anywhere in distribution warning: no previously-included files matching '*.hgignore' found anywhere in distribution warning: no previously-included files matching '*.hgtags' found anywhere in distribution ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/python3-routes-2.5.1/ usr/doc/python3-routes-2.5.1/MANIFEST.in usr/doc/python3-routes-2.5.1/README.rst usr/doc/python3-routes-2.5.1/python3-routes.SlackBuild usr/lib/ usr/lib/python3.9/ usr/lib/python3.9/site-packages/ usr/lib/python3.9/site-packages/Routes-2.5.1-py3.9.egg-info/ usr/lib/python3.9/site-packages/Routes-2.5.1-py3.9.egg-info/PKG-INFO usr/lib/python3.9/site-packages/Routes-2.5.1-py3.9.egg-info/SOURCES.txt usr/lib/python3.9/site-packages/Routes-2.5.1-py3.9.egg-info/dependency_links.txt usr/lib/python3.9/site-packages/Routes-2.5.1-py3.9.egg-info/not-zip-safe usr/lib/python3.9/site-packages/Routes-2.5.1-py3.9.egg-info/requires.txt usr/lib/python3.9/site-packages/Routes-2.5.1-py3.9.egg-info/top_level.txt usr/lib/python3.9/site-packages/routes/ usr/lib/python3.9/site-packages/routes/__init__.py usr/lib/python3.9/site-packages/routes/__pycache__/ usr/lib/python3.9/site-packages/routes/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/site-packages/routes/__pycache__/base.cpython-39.pyc usr/lib/python3.9/site-packages/routes/__pycache__/mapper.cpython-39.pyc usr/lib/python3.9/site-packages/routes/__pycache__/middleware.cpython-39.pyc usr/lib/python3.9/site-packages/routes/__pycache__/route.cpython-39.pyc usr/lib/python3.9/site-packages/routes/__pycache__/util.cpython-39.pyc usr/lib/python3.9/site-packages/routes/base.py usr/lib/python3.9/site-packages/routes/mapper.py usr/lib/python3.9/site-packages/routes/middleware.py usr/lib/python3.9/site-packages/routes/route.py usr/lib/python3.9/site-packages/routes/util.py 5.1/tests/test_files/controller_files/admin/ Routes-2.5.1/tests/test_files/controller_files/admin/users.py Routes-2.5.1/tests/test_files/controller_files/content.py Routes-2.5.1/tests/test_files/controller_files/users.py Routes-2.5.1/tests/test_functional/ Routes-2.5.1/tests/test_functional/__init__.py Routes-2.5.1/tests/test_functional/profile_rec.py Routes-2.5.1/tests/test_functional/test_explicit_use.py Routes-2.5.1/tests/test_functional/test_generation.py Routes-2.5.1/tests/test_functional/test_middleware.py Routes-2.5.1/tests/test_functional/test_nonminimization.py Routes-2.5.1/tests/test_functional/test_recognition.py Routes-2.5.1/tests/test_functional/test_resources.py Routes-2.5.1/tests/test_functional/test_submapper.py Routes-2.5.1/tests/test_functional/test_utils.py Routes-2.5.1/tests/test_units/ Routes-2.5.1/tests/test_units/test_base.py Routes-2.5.1/tests/test_units/test_environment.py Routes-2.5.1/tests/test_units/test_mapper_str.py Routes-2.5.1/tests/test_units/test_route_escapes.py running install running build running build_py creating build creating build/lib creating build/lib/routes copying routes/__init__.py -> build/lib/routes copying routes/base.py -> build/lib/routes copying routes/mapper.py -> build/lib/routes copying routes/middleware.py -> build/lib/routes copying routes/route.py -> build/lib/routes copying routes/util.py -> build/lib/routes running egg_info writing Routes.egg-info/PKG-INFO writing dependency_links to Routes.egg-info/dependency_links.txt writing requirements to Routes.egg-info/requires.txt writing top-level names to Routes.egg-info/top_level.txt reading manifest file 'Routes.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE.txt' writing manifest file 'Routes.egg-info/SOURCES.txt' running install_lib creating /usr/src/slapt-src/python/python3-routes/package-python3-routes/usr creating /usr/src/slapt-src/python/python3-routes/package-python3-routes/usr/lib creating /usr/src/slapt-src/python/python3-routes/package-python3-routes/usr/lib/python3.9 creating /usr/src/slapt-src/python/python3-routes/package-python3-routes/usr/lib/python3.9/site-packages creating /usr/src/slapt-src/python/python3-routes/package-python3-routes/usr/lib/python3.9/site-packages/routes copying build/lib/routes/__init__.py -> /usr/src/slapt-src/python/python3-routes/package-python3-routes/usr/lib/python3.9/site-packages/routes copying build/lib/routes/base.py -> /usr/src/slapt-src/python/python3-routes/package-python3-routes/usr/lib/python3.9/site-packages/routes copying build/lib/routes/mapper.py -> /usr/src/slapt-src/python/python3-routes/package-python3-routes/usr/lib/python3.9/site-packages/routes copying build/lib/routes/middleware.py -> /usr/src/slapt-src/python/python3-routes/package-python3-routes/usr/lib/python3.9/site-packages/routes copying build/lib/routes/route.py -> /usr/src/slapt-src/python/python3-routes/package-python3-routes/usr/lib/python3.9/site-packages/routes copying build/lib/routes/util.py -> /usr/src/slapt-src/python/python3-routes/package-python3-routes/usr/lib/python3.9/site-packages/routes byte-compiling /usr/src/slapt-src/python/python3-routes/package-python3-routes/usr/lib/python3.9/site-packages/routes/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-routes/package-python3-routes/usr/lib/python3.9/site-packages/routes/base.py to base.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-routes/package-python3-routes/usr/lib/python3.9/site-packages/routes/mapper.py to mapper.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-routes/package-python3-routes/usr/lib/python3.9/site-packages/routes/middleware.py to middleware.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-routes/package-python3-routes/usr/lib/python3.9/site-packages/routes/route.py to route.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/python3-routes/package-python3-routes/usr/lib/python3.9/site-packages/routes/util.py to util.cpython-39.pyc running install_egg_info Copying Routes.egg-info to /usr/src/slapt-src/python/python3-routes/package-python3-routes/usr/lib/python3.9/site-packages/Routes-2.5.1-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-routes/python3-routes-2.5.1-i586-1salix15.0.txz Slackware package /usr/src/slapt-src/python/python3-routes/python3-routes-2.5.1-i586-1salix15.0.txz created. Installing package python3-routes-2.5.1-i586-1salix15.0... | python3-routes (Python Re-Implementation of Rails) | | Routes is a Python re-implementation of the Rails routes system for | mapping URLs to application actions, and conversely to generate URLs. | | Routes makes it easy to create pretty and concise URLs that are | RESTful with little effort. | Routes allows conditional matching based on domain, cookies, HTTP | method, or a custom function. | Sub-domain support is built in. | Routes comes with an extensive unit test suite. | |