listing git files failed - pretending there aren't any ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/pgsanity usr/doc/ usr/doc/pgsanity-0.2.9/ usr/doc/pgsanity-0.2.9/LICENSE usr/doc/pgsanity-0.2.9/README.md usr/doc/pgsanity-0.2.9/pgsanity.SlackBuild usr/lib/ usr/lib/python3.9/ usr/lib/python3.9/site-packages/ usr/lib/python3.9/site-packages/pgsanity/ usr/lib/python3.9/site-packages/pgsanity-0.2.9-py3.9.egg-info/ usr/lib/python3.9/site-packages/pgsanity-0.2.9-py3.9.egg-info/PKG-INFO usr/lib/python3.9/site-packages/pgsanity-0.2.9-py3.9.egg-info/SOURCES.txt usr/lib/python3.9/site-packages/pgsanity-0.2.9-py3.9.egg-info/dependency_links.txt usr/lib/python3.9/site-packages/pgsanity-0.2.9-py3.9.egg-info/entry_points.txt usr/lib/python3.9/site-packages/pgsanity-0.2.9-py3.9.egg-info/top_level.txt usr/lib/python3.9/site-packages/pgsanity/__init__.py usr/lib/python3.9/site-packages/pgsanity/__pycache__/ usr/lib/python3.9/site-packages/pgsanity/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/site-packages/pgsanity/__pycache__/ecpg.cpython-39.pyc usr/lib/python3.9/site-packages/pgsanity/__pycache__/pgsanity.cpython-39.pyc usr/lib/python3.9/site-packages/pgsanity/__pycache__/sqlprep.cpython-39.pyc usr/lib/python3.9/site-packages/pgsanity/ecpg.py usr/lib/python3.9/site-packages/pgsanity/pgsanity.py usr/lib/python3.9/site-packages/pgsanity/sqlprep.py .py -> build/lib/pgsanity running install_lib creating /usr/src/slapt-src-i486/system/pgsanity/package-pgsanity/usr creating /usr/src/slapt-src-i486/system/pgsanity/package-pgsanity/usr/lib creating /usr/src/slapt-src-i486/system/pgsanity/package-pgsanity/usr/lib/python3.9 creating /usr/src/slapt-src-i486/system/pgsanity/package-pgsanity/usr/lib/python3.9/site-packages creating /usr/src/slapt-src-i486/system/pgsanity/package-pgsanity/usr/lib/python3.9/site-packages/pgsanity copying build/lib/pgsanity/pgsanity.py -> /usr/src/slapt-src-i486/system/pgsanity/package-pgsanity/usr/lib/python3.9/site-packages/pgsanity copying build/lib/pgsanity/ecpg.py -> /usr/src/slapt-src-i486/system/pgsanity/package-pgsanity/usr/lib/python3.9/site-packages/pgsanity copying build/lib/pgsanity/sqlprep.py -> /usr/src/slapt-src-i486/system/pgsanity/package-pgsanity/usr/lib/python3.9/site-packages/pgsanity copying build/lib/pgsanity/__init__.py -> /usr/src/slapt-src-i486/system/pgsanity/package-pgsanity/usr/lib/python3.9/site-packages/pgsanity byte-compiling /usr/src/slapt-src-i486/system/pgsanity/package-pgsanity/usr/lib/python3.9/site-packages/pgsanity/pgsanity.py to pgsanity.cpython-39.pyc byte-compiling /usr/src/slapt-src-i486/system/pgsanity/package-pgsanity/usr/lib/python3.9/site-packages/pgsanity/ecpg.py to ecpg.cpython-39.pyc byte-compiling /usr/src/slapt-src-i486/system/pgsanity/package-pgsanity/usr/lib/python3.9/site-packages/pgsanity/sqlprep.py to sqlprep.cpython-39.pyc byte-compiling /usr/src/slapt-src-i486/system/pgsanity/package-pgsanity/usr/lib/python3.9/site-packages/pgsanity/__init__.py to __init__.cpython-39.pyc running install_egg_info running egg_info writing pgsanity.egg-info/PKG-INFO writing dependency_links to pgsanity.egg-info/dependency_links.txt writing entry points to pgsanity.egg-info/entry_points.txt writing top-level names to pgsanity.egg-info/top_level.txt reading manifest file 'pgsanity.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'LICENSE' writing manifest file 'pgsanity.egg-info/SOURCES.txt' Copying pgsanity.egg-info to /usr/src/slapt-src-i486/system/pgsanity/package-pgsanity/usr/lib/python3.9/site-packages/pgsanity-0.2.9-py3.9.egg-info running install_scripts Installing pgsanity script to /usr/src/slapt-src-i486/system/pgsanity/package-pgsanity/usr/bin 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-i486/system/pgsanity/pgsanity-0.2.9-i586-1salix15.0.txz WARNING: zero length file usr/lib/python3.9/site-packages/pgsanity/__init__.py Slackware package /usr/src/slapt-src-i486/system/pgsanity/pgsanity-0.2.9-i586-1salix15.0.txz created. Installing package pgsanity-0.2.9-i586-1salix15.0... | pgsanity (SQL syntax checker for PostgreSQL) | | PgSanity checks the syntax of PostgreSQL SQL files. It does this by | leveraging the ecpg command which is traditionally used for preparing | C files with embedded SQL for compilation. However, as part of that | preparation, ecpg checks the embedded SQL statements for syntax errors | using the exact same parser that is in PostgreSQL. | | Homepage: https://github.com/markdrago/pgsanity | | | |