Skip to content

Conversation

@cwilling
Copy link
Contributor

@cwilling cwilling commented Jan 5, 2026

No description provided.

Signed-off-by: Christoph Willing <chris.willing@linux.com>
@github-actions
Copy link

github-actions bot commented Jan 5, 2026

reverse dependencies - python/PyGreSQL

None

@github-actions
Copy link

github-actions bot commented Jan 5, 2026

✅ sbolint - python/PyGreSQL ✅

sbolint: PyGreSQL checks out OK

@cwilling
Copy link
Contributor Author

cwilling commented Jan 5, 2026

@sbo-bot: build python/PyGreSQL

@sbo-bot
Copy link

sbo-bot bot commented Jan 5, 2026

buildpkg i586 python/PyGreSQL

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Mon Jan  5 05:20:24 GMT 2026
revision: 1bba19e3abfcfd1169d273a782ad1192682736fe
title:    Merge e1770f273e22a20e96d3ae814fc6af2d85302644 into 9196c7fd40663f9586e9f0265b45d5a9e49fd960

================================================================================
python/PyGreSQL                                                         05:24:32
================================================================================

Calculating dependencies ... 
Hints for system/postgresql:
  OPTIONS="PG_EXTENSIONS=ALL"
  GROUPADD="209:postgres"
  USERADD="209:postgres:-d/var/lib/pgsql"
Dependency tree:
python/PyGreSQL (update for version 6.2.2)
  system/postgresql (ok)

Building python/PyGreSQL (update for version 6.2.2) ------------------- 05:24:33
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Installing dependencies ...
Adding groups and users:
  groupadd -g 209 postgres; 
  useradd  -u 209 -g postgres -c postgresql -d /var/lib/pgsql -s /bin/false  postgres; 
postgresql-14.20-i586-1_SBo: object-relational database management syste [  45M]
Running PyGreSQL.SlackBuild ...                                     ETA 05:25:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./PyGreSQL.SlackBuild
Built ok:  PyGreSQL-6.2.2-i586-1_SBo.txz                                05:24:39
Testing package PyGreSQL-6.2.2-i586-1_SBo.txz ... done.
Test installing PyGreSQL-6.2.2-i586-1_SBo.txz ...
PyGreSQL-6.2.2-i586-1_SBo: Python PostgreSQL Interfaces ................ [ 870K]
Unmounting chroot ... done.
Backed up: PyGreSQL-6.1.0-i586-4_SBo.txz
✅ python/PyGreSQL Updated for version 6.2.2 ✅

================================================================================
SUMMARY                                                                 05:24:40
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-01-05_05:24:31.log
Runtime:     0h 0m 9s
Updated:     1
  python/PyGreSQL/PyGreSQL-6.2.2-i586-1_SBo.txz

Snipped Build Log

Details
Building python/PyGreSQL (update for version 6.2.2) 2026-01-05 05:24:33
Testing SlackBuild files ... 
Downloading source files ...
Verifying source files ... 
Installing dependencies ...
Adding groups and users:
  groupadd -g 209 postgres; 
  useradd  -u 209 -g postgres -c postgresql -d /var/lib/pgsql -s /bin/false  postgres; 
postgresql-14.20-i586-1_SBo: object-relational database management syste [  45M]
Running PyGreSQL.SlackBuild ...                                     ETA 05:25:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./PyGreSQL.SlackBuild

rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
 \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
 -exec chmod 755 {} \; -o \
 \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
 -exec chmod 644 {} \;

# Build & install
python3 setup.py install --root=$PKG
running install
running build
running build_py
creating build
creating build/lib.linux-i686-3.9
creating build/lib.linux-i686-3.9/pg
copying pg/__init__.py -> build/lib.linux-i686-3.9/pg
copying pg/adapt.py -> build/lib.linux-i686-3.9/pg
copying pg/attrs.py -> build/lib.linux-i686-3.9/pg
copying pg/cast.py -> build/lib.linux-i686-3.9/pg
copying pg/core.py -> build/lib.linux-i686-3.9/pg
copying pg/db.py -> build/lib.linux-i686-3.9/pg
copying pg/error.py -> build/lib.linux-i686-3.9/pg
copying pg/helpers.py -> build/lib.linux-i686-3.9/pg
copying pg/notify.py -> build/lib.linux-i686-3.9/pg
copying pg/tz.py -> build/lib.linux-i686-3.9/pg
creating build/lib.linux-i686-3.9/pgdb
copying pgdb/__init__.py -> build/lib.linux-i686-3.9/pgdb
copying pgdb/adapt.py -> build/lib.linux-i686-3.9/pgdb
copying pgdb/cast.py -> build/lib.linux-i686-3.9/pgdb
copying pgdb/connect.py -> build/lib.linux-i686-3.9/pgdb
copying pgdb/connection.py -> build/lib.linux-i686-3.9/pgdb
copying pgdb/constants.py -> build/lib.linux-i686-3.9/pgdb
copying pgdb/cursor.py -> build/lib.linux-i686-3.9/pgdb
copying pgdb/typecode.py -> build/lib.linux-i686-3.9/pgdb
copying pg/py.typed -> build/lib.linux-i686-3.9/pg
copying pgdb/py.typed -> build/lib.linux-i686-3.9/pgdb
running build_ext
building 'pg._pg' extension
creating build/temp.linux-i686-3.9
creating build/temp.linux-i686-3.9/ext
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPYGRESQL_VERSION=6.2.2 -DMEMORY_SIZE -I/usr/include/python3.9 -I/usr/include -I/usr/include/python3.9 -c ext/pgmodule.c -o build/temp.linux-i686-3.9/ext/pgmodule.o -O2 -funsigned-char -Wall -Wconversion
gcc -pthread -shared build/temp.linux-i686-3.9/ext/pgmodule.o -L/usr/lib/python3.9/site-packages -L/usr/lib/postgresql/14/lib -L/usr/lib -lpq -o build/lib.linux-i686-3.9/pg/_pg.cpython-39-i386-linux-gnu.so
running install_lib
creating /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr
creating /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib
creating /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9
creating /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages
creating /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg
copying build/lib.linux-i686-3.9/pg/__init__.py -> /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg
copying build/lib.linux-i686-3.9/pg/adapt.py -> /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg
copying build/lib.linux-i686-3.9/pg/attrs.py -> /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg
copying build/lib.linux-i686-3.9/pg/cast.py -> /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg
copying build/lib.linux-i686-3.9/pg/core.py -> /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg
copying build/lib.linux-i686-3.9/pg/db.py -> /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg
copying build/lib.linux-i686-3.9/pg/error.py -> /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg
copying build/lib.linux-i686-3.9/pg/helpers.py -> /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg
copying build/lib.linux-i686-3.9/pg/notify.py -> /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg
copying build/lib.linux-i686-3.9/pg/tz.py -> /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg
copying build/lib.linux-i686-3.9/pg/py.typed -> /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg
copying build/lib.linux-i686-3.9/pg/_pg.cpython-39-i386-linux-gnu.so -> /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg
creating /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pgdb
copying build/lib.linux-i686-3.9/pgdb/__init__.py -> /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pgdb
copying build/lib.linux-i686-3.9/pgdb/adapt.py -> /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pgdb
copying build/lib.linux-i686-3.9/pgdb/cast.py -> /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pgdb
copying build/lib.linux-i686-3.9/pgdb/connect.py -> /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pgdb
copying build/lib.linux-i686-3.9/pgdb/connection.py -> /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pgdb
copying build/lib.linux-i686-3.9/pgdb/constants.py -> /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pgdb
copying build/lib.linux-i686-3.9/pgdb/cursor.py -> /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pgdb
copying build/lib.linux-i686-3.9/pgdb/typecode.py -> /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pgdb
copying build/lib.linux-i686-3.9/pgdb/py.typed -> /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pgdb
byte-compiling /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg/__init__.py to __init__.cpython-39.pyc
byte-compiling /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg/adapt.py to adapt.cpython-39.pyc
byte-compiling /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg/attrs.py to attrs.cpython-39.pyc
byte-compiling /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg/cast.py to cast.cpython-39.pyc
byte-compiling /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg/core.py to core.cpython-39.pyc
byte-compiling /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg/db.py to db.cpython-39.pyc
byte-compiling /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg/error.py to error.cpython-39.pyc
byte-compiling /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg/helpers.py to helpers.cpython-39.pyc
byte-compiling /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg/notify.py to notify.cpython-39.pyc
byte-compiling /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pg/tz.py to tz.cpython-39.pyc
byte-compiling /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pgdb/__init__.py to __init__.cpython-39.pyc
byte-compiling /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pgdb/adapt.py to adapt.cpython-39.pyc
byte-compiling /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pgdb/cast.py to cast.cpython-39.pyc
byte-compiling /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pgdb/connect.py to connect.cpython-39.pyc
byte-compiling /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pgdb/connection.py to connection.cpython-39.pyc
byte-compiling /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pgdb/constants.py to constants.cpython-39.pyc
byte-compiling /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pgdb/cursor.py to cursor.cpython-39.pyc
byte-compiling /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/pgdb/typecode.py to typecode.cpython-39.pyc
running install_egg_info
running egg_info
creating PyGreSQL.egg-info
writing PyGreSQL.egg-info/PKG-INFO
writing dependency_links to PyGreSQL.egg-info/dependency_links.txt
writing top-level names to PyGreSQL.egg-info/top_level.txt
writing manifest file 'PyGreSQL.egg-info/SOURCES.txt'
listing git files failed - pretending there aren't any
reading manifest file 'PyGreSQL.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'PyGreSQL.egg-info/SOURCES.txt'
Copying PyGreSQL.egg-info to /tmp/SBo/repo.wiACtd/build_PyGreSQL/package-PyGreSQL/usr/lib/python3.9/site-packages/PyGreSQL-6.2.2-py3.9.egg-info
running install_scripts

find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
  | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
  LICENSE.txt README.rst docs/* \
  $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc

cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE

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:  /tmp/SBo/repo.wiACtd/output_PyGreSQL/PyGreSQL-6.2.2-i586-1_SBo.txz

./
install/
install/slack-desc
usr/
usr/doc/
usr/doc/PyGreSQL-6.2.2/
usr/doc/PyGreSQL-6.2.2/LICENSE.txt
usr/doc/PyGreSQL-6.2.2/Makefile
usr/doc/PyGreSQL-6.2.2/PyGreSQL.SlackBuild
usr/doc/PyGreSQL-6.2.2/README.rst
usr/doc/PyGreSQL-6.2.2/_static/
usr/doc/PyGreSQL-6.2.2/_static/favicon.ico
usr/doc/PyGreSQL-6.2.2/_static/pygresql.png
usr/doc/PyGreSQL-6.2.2/about.rst
usr/doc/PyGreSQL-6.2.2/community/
usr/doc/PyGreSQL-6.2.2/community/homes.rst
usr/doc/PyGreSQL-6.2.2/community/index.rst
usr/doc/PyGreSQL-6.2.2/community/issues.rst
usr/doc/PyGreSQL-6.2.2/community/mailinglist.rst
usr/doc/PyGreSQL-6.2.2/community/source.rst
usr/doc/PyGreSQL-6.2.2/community/support.rst
usr/doc/PyGreSQL-6.2.2/conf.py
usr/doc/PyGreSQL-6.2.2/contents/
usr/doc/PyGreSQL-6.2.2/contents/changelog.rst
usr/doc/PyGreSQL-6.2.2/contents/examples.rst
usr/doc/PyGreSQL-6.2.2/contents/general.rst
usr/doc/PyGreSQL-6.2.2/contents/index.rst
usr/doc/PyGreSQL-6.2.2/contents/install.rst
usr/doc/PyGreSQL-6.2.2/contents/pg/
usr/doc/PyGreSQL-6.2.2/contents/pg/adaptation.rst
usr/doc/PyGreSQL-6.2.2/contents/pg/connection.rst
usr/doc/PyGreSQL-6.2.2/contents/pg/db_types.rst
usr/doc/PyGreSQL-6.2.2/contents/pg/db_wrapper.rst
usr/doc/PyGreSQL-6.2.2/contents/pg/index.rst
usr/doc/PyGreSQL-6.2.2/contents/pg/introduction.rst
usr/doc/PyGreSQL-6.2.2/contents/pg/large_objects.rst
usr/doc/PyGreSQL-6.2.2/contents/pg/module.rst
usr/doc/PyGreSQL-6.2.2/contents/pg/notification.rst
usr/doc/PyGreSQL-6.2.2/contents/pg/query.rst
usr/doc/PyGreSQL-6.2.2/contents/pgdb/
usr/doc/PyGreSQL-6.2.2/contents/pgdb/adaptation.rst
usr/doc/PyGreSQL-6.2.2/contents/pgdb/connection.rst
usr/doc/PyGreSQL-6.2.2/contents/pgdb/cursor.rst
usr/doc/PyGreSQL-6.2.2/contents/pgdb/index.rst
usr/doc/PyGreSQL-6.2.2/contents/pgdb/introduction.rst
usr/doc/PyGreSQL-6.2.2/contents/pgdb/module.rst
usr/doc/PyGreSQL-6.2.2/contents/pgdb/typecache.rst
usr/doc/PyGreSQL-6.2.2/contents/pgdb/types.rst
usr/doc/PyGreSQL-6.2.2/contents/postgres/
usr/doc/PyGreSQL-6.2.2/contents/postgres/advanced.rst
usr/doc/PyGreSQL-6.2.2/contents/postgres/basic.rst
usr/doc/PyGreSQL-6.2.2/contents/postgres/func.rst
usr/doc/PyGreSQL-6.2.2/contents/postgres/index.rst
usr/doc/PyGreSQL-6.2.2/contents/postgres/syscat.rst
usr/doc/PyGreSQL-6.2.2/contents/tutorial.rst
usr/doc/PyGreSQL-6.2.2/copyright.rst
usr/doc/PyGreSQL-6.2.2/download/
usr/doc/PyGreSQL-6.2.2/download/download.rst
usr/doc/PyGreSQL-6.2.2/download/files.rst
usr/doc/PyGreSQL-6.2.2/download/index.rst
usr/doc/PyGreSQL-6.2.2/index.rst
usr/doc/PyGreSQL-6.2.2/make.bat
usr/doc/PyGreSQL-6.2.2/requirements.txt
usr/lib/
usr/lib/python3.9/
usr/lib/python3.9/site-packages/
usr/lib/python3.9/site-packages/PyGreSQL-6.2.2-py3.9.egg-info/
usr/lib/python3.9/site-packages/PyGreSQL-6.2.2-py3.9.egg-info/PKG-INFO
usr/lib/python3.9/site-packages/PyGreSQL-6.2.2-py3.9.egg-info/SOURCES.txt
usr/lib/python3.9/site-packages/PyGreSQL-6.2.2-py3.9.egg-info/dependency_links.txt
usr/lib/python3.9/site-packages/PyGreSQL-6.2.2-py3.9.egg-info/not-zip-safe
usr/lib/python3.9/site-packages/PyGreSQL-6.2.2-py3.9.egg-info/top_level.txt
usr/lib/python3.9/site-packages/pg/
usr/lib/python3.9/site-packages/pg/__init__.py
usr/lib/python3.9/site-packages/pg/__pycache__/
usr/lib/python3.9/site-packages/pg/__pycache__/__init__.cpython-39.pyc
usr/lib/python3.9/site-packages/pg/__pycache__/adapt.cpython-39.pyc
usr/lib/python3.9/site-packages/pg/__pycache__/attrs.cpython-39.pyc
usr/lib/python3.9/site-packages/pg/__pycache__/cast.cpython-39.pyc
usr/lib/python3.9/site-packages/pg/__pycache__/core.cpython-39.pyc
usr/lib/python3.9/site-packages/pg/__pycache__/db.cpython-39.pyc
usr/lib/python3.9/site-packages/pg/__pycache__/error.cpython-39.pyc
usr/lib/python3.9/site-packages/pg/__pycache__/helpers.cpython-39.pyc
usr/lib/python3.9/site-packages/pg/__pycache__/notify.cpython-39.pyc
usr/lib/python3.9/site-packages/pg/__pycache__/tz.cpython-39.pyc
usr/lib/python3.9/site-packages/pg/_pg.cpython-39-i386-linux-gnu.so
usr/lib/python3.9/site-packages/pg/adapt.py
usr/lib/python3.9/site-packages/pg/attrs.py
usr/lib/python3.9/site-packages/pg/cast.py
usr/lib/python3.9/site-packages/pg/core.py
usr/lib/python3.9/site-packages/pg/db.py
usr/lib/python3.9/site-packages/pg/error.py
usr/lib/python3.9/site-packages/pg/helpers.py
usr/lib/python3.9/site-packages/pg/notify.py
usr/lib/python3.9/site-packages/pg/py.typed
usr/lib/python3.9/site-packages/pg/tz.py
usr/lib/python3.9/site-packages/pgdb/
usr/lib/python3.9/site-packages/pgdb/__init__.py
usr/lib/python3.9/site-packages/pgdb/__pycache__/
usr/lib/python3.9/site-packages/pgdb/__pycache__/__init__.cpython-39.pyc
usr/lib/python3.9/site-packages/pgdb/__pycache__/adapt.cpython-39.pyc
usr/lib/python3.9/site-packages/pgdb/__pycache__/cast.cpython-39.pyc
usr/lib/python3.9/site-packages/pgdb/__pycache__/connect.cpython-39.pyc
usr/lib/python3.9/site-packages/pgdb/__pycache__/connection.cpython-39.pyc
usr/lib/python3.9/site-packages/pgdb/__pycache__/constants.cpython-39.pyc
usr/lib/python3.9/site-packages/pgdb/__pycache__/cursor.cpython-39.pyc
usr/lib/python3.9/site-packages/pgdb/__pycache__/typecode.cpython-39.pyc
usr/lib/python3.9/site-packages/pgdb/adapt.py
usr/lib/python3.9/site-packages/pgdb/cast.py
usr/lib/python3.9/site-packages/pgdb/connect.py
usr/lib/python3.9/site-packages/pgdb/connection.py
usr/lib/python3.9/site-packages/pgdb/constants.py
usr/lib/python3.9/site-packages/pgdb/cursor.py
usr/lib/python3.9/site-packages/pgdb/py.typed
usr/lib/python3.9/site-packages/pgdb/typecode.py

Slackware package /tmp/SBo/repo.wiACtd/output_PyGreSQL/PyGreSQL-6.2.2-i586-1_SBo.txz created.

Built ok:  PyGreSQL-6.2.2-i586-1_SBo.txz                                05:24:39
Testing package PyGreSQL-6.2.2-i586-1_SBo.txz ... 
Test installing PyGreSQL-6.2.2-i586-1_SBo.txz ...
PyGreSQL-6.2.2-i586-1_SBo: Python PostgreSQL Interfaces ................ [ 870K]
Unmounting chroot ... 
Backed up: PyGreSQL-6.1.0-i586-4_SBo.txz
:-) python/PyGreSQL Updated for version 6.2.2 (-:

@sbo-bot
Copy link

sbo-bot bot commented Jan 5, 2026

sbopkglint i586 python/PyGreSQL

Installing dependency: postgresql
postgresql-14.20-i586-1_SBo: object-relational database management syste [  45M]

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/i586/python/PyGreSQL/PyGreSQL-6.2.2-i586-1_SBo.txz to /tmp/SBo/sbopkglint.l1gT2K ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/i586/python/PyGreSQL/PyGreSQL-6.2.2-i586-1_SBo.txz to /tmp/SBo/sbopkglint.l1gT2K ...OK
Running test: 05-basic-sanity...OK
Running test: 10-docs...OK
Running test: 15-noarch...OK
Running test: 20-arch...OK
Running test: 25-lafiles...OK
Running test: 30-manpages...OK
Running test: 35-desktop...OK
Running test: 40-newconfig...OK
Running test: 45-doinst...OK
Running test: 50-icons...OK
Running test: 60-usr_info...OK
Running test: 65-python...OK
Running test: 70-tmp_path...OK
Running test: 75-static_libs...OK
Running test: 85-perl...OK
Running test: 90-terminfo...OK
✅ === PyGreSQL-6.2.2-i586-1_SBo.txz: All tests passed ✅

@sbo-bot
Copy link

sbo-bot bot commented Jan 5, 2026

buildpkg x86_64 python/PyGreSQL

Creating hintfile directory: /etc/repo/SBo/hintfiles
Checking whether git is clean ... yes.
Indexing SlackBuilds ... done.
git repo: /var/lib/repo/SBo/slackbuilds
branch:   HEAD
date:     Mon Jan  5 05:20:24 GMT 2026
revision: 1bba19e3abfcfd1169d273a782ad1192682736fe
title:    Merge e1770f273e22a20e96d3ae814fc6af2d85302644 into 9196c7fd40663f9586e9f0265b45d5a9e49fd960

================================================================================
python/PyGreSQL                                                         05:25:57
================================================================================

Calculating dependencies ... 
Hints for system/postgresql:
  OPTIONS="PG_EXTENSIONS=ALL"
  GROUPADD="209:postgres"
  USERADD="209:postgres:-d/var/lib/pgsql"
Dependency tree:
python/PyGreSQL (update for version 6.2.2)
  system/postgresql (ok)

Building python/PyGreSQL (update for version 6.2.2) ------------------- 05:25:57
Testing SlackBuild files ... done.
Downloading source files ...
Verifying source files ... done.
Installing dependencies ...
Adding groups and users:
  groupadd -g 209 postgres; 
  useradd  -u 209 -g postgres -c postgresql -d /var/lib/pgsql -s /bin/false  postgres; 
postgresql-14.20-x86_64-1_SBo: object-relational database management sys [  45M]
Running PyGreSQL.SlackBuild ...                                     ETA 05:26:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./PyGreSQL.SlackBuild
Built ok:  PyGreSQL-6.2.2-x86_64-1_SBo.txz                              05:26:02
Testing package PyGreSQL-6.2.2-x86_64-1_SBo.txz ... done.
Test installing PyGreSQL-6.2.2-x86_64-1_SBo.txz ...
PyGreSQL-6.2.2-x86_64-1_SBo: Python PostgreSQL Interfaces .............. [ 870K]
Unmounting chroot ... done.
Backed up: PyGreSQL-6.2.1-x86_64-1_SBo.txz
✅ python/PyGreSQL Updated for version 6.2.2 ✅

================================================================================
SUMMARY                                                                 05:26:03
================================================================================

Logfile:     /var/log/repo/SBo/repo_2026-01-05_05:25:56.log
Runtime:     0h 0m 8s
Updated:     1
  python/PyGreSQL/PyGreSQL-6.2.2-x86_64-1_SBo.txz

Snipped Build Log

Details
Building python/PyGreSQL (update for version 6.2.2) 2026-01-05 05:25:57
Testing SlackBuild files ... 
Downloading source files ...
Verifying source files ... 
Installing dependencies ...
Adding groups and users:
  groupadd -g 209 postgres; 
  useradd  -u 209 -g postgres -c postgresql -d /var/lib/pgsql -s /bin/false  postgres; 
postgresql-14.20-x86_64-1_SBo: object-relational database management sys [  45M]
Running PyGreSQL.SlackBuild ...                                     ETA 05:26:??
env MAKEFLAGS='-j24 -l13' nice -n 5 bash ./PyGreSQL.SlackBuild

rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
 \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
 -exec chmod 755 {} \; -o \
 \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
 -exec chmod 644 {} \;

# Build & install
python3 setup.py install --root=$PKG
running install
running build
running build_py
creating build
creating build/lib.linux-x86_64-3.9
creating build/lib.linux-x86_64-3.9/pg
copying pg/__init__.py -> build/lib.linux-x86_64-3.9/pg
copying pg/adapt.py -> build/lib.linux-x86_64-3.9/pg
copying pg/attrs.py -> build/lib.linux-x86_64-3.9/pg
copying pg/cast.py -> build/lib.linux-x86_64-3.9/pg
copying pg/core.py -> build/lib.linux-x86_64-3.9/pg
copying pg/db.py -> build/lib.linux-x86_64-3.9/pg
copying pg/error.py -> build/lib.linux-x86_64-3.9/pg
copying pg/helpers.py -> build/lib.linux-x86_64-3.9/pg
copying pg/notify.py -> build/lib.linux-x86_64-3.9/pg
copying pg/tz.py -> build/lib.linux-x86_64-3.9/pg
creating build/lib.linux-x86_64-3.9/pgdb
copying pgdb/__init__.py -> build/lib.linux-x86_64-3.9/pgdb
copying pgdb/adapt.py -> build/lib.linux-x86_64-3.9/pgdb
copying pgdb/cast.py -> build/lib.linux-x86_64-3.9/pgdb
copying pgdb/connect.py -> build/lib.linux-x86_64-3.9/pgdb
copying pgdb/connection.py -> build/lib.linux-x86_64-3.9/pgdb
copying pgdb/constants.py -> build/lib.linux-x86_64-3.9/pgdb
copying pgdb/cursor.py -> build/lib.linux-x86_64-3.9/pgdb
copying pgdb/typecode.py -> build/lib.linux-x86_64-3.9/pgdb
copying pg/py.typed -> build/lib.linux-x86_64-3.9/pg
copying pgdb/py.typed -> build/lib.linux-x86_64-3.9/pgdb
running build_ext
building 'pg._pg' extension
creating build/temp.linux-x86_64-3.9
creating build/temp.linux-x86_64-3.9/ext
gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -DPYGRESQL_VERSION=6.2.2 -DMEMORY_SIZE -I/usr/include/python3.9 -I/usr/include -I/usr/include/python3.9 -c ext/pgmodule.c -o build/temp.linux-x86_64-3.9/ext/pgmodule.o -O2 -funsigned-char -Wall -Wconversion
gcc -pthread -shared build/temp.linux-x86_64-3.9/ext/pgmodule.o -L/usr/lib64/python3.9/site-packages -L/usr/lib64/postgresql/14/lib -L/usr/lib64 -lpq -o build/lib.linux-x86_64-3.9/pg/_pg.cpython-39-x86_64-linux-gnu.so
running install_lib
creating /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr
creating /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64
creating /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9
creating /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages
creating /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg
copying build/lib.linux-x86_64-3.9/pg/__init__.py -> /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg
copying build/lib.linux-x86_64-3.9/pg/adapt.py -> /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg
copying build/lib.linux-x86_64-3.9/pg/attrs.py -> /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg
copying build/lib.linux-x86_64-3.9/pg/cast.py -> /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg
copying build/lib.linux-x86_64-3.9/pg/core.py -> /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg
copying build/lib.linux-x86_64-3.9/pg/db.py -> /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg
copying build/lib.linux-x86_64-3.9/pg/error.py -> /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg
copying build/lib.linux-x86_64-3.9/pg/helpers.py -> /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg
copying build/lib.linux-x86_64-3.9/pg/notify.py -> /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg
copying build/lib.linux-x86_64-3.9/pg/tz.py -> /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg
copying build/lib.linux-x86_64-3.9/pg/py.typed -> /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg
copying build/lib.linux-x86_64-3.9/pg/_pg.cpython-39-x86_64-linux-gnu.so -> /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg
creating /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pgdb
copying build/lib.linux-x86_64-3.9/pgdb/__init__.py -> /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pgdb
copying build/lib.linux-x86_64-3.9/pgdb/adapt.py -> /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pgdb
copying build/lib.linux-x86_64-3.9/pgdb/cast.py -> /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pgdb
copying build/lib.linux-x86_64-3.9/pgdb/connect.py -> /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pgdb
copying build/lib.linux-x86_64-3.9/pgdb/connection.py -> /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pgdb
copying build/lib.linux-x86_64-3.9/pgdb/constants.py -> /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pgdb
copying build/lib.linux-x86_64-3.9/pgdb/cursor.py -> /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pgdb
copying build/lib.linux-x86_64-3.9/pgdb/typecode.py -> /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pgdb
copying build/lib.linux-x86_64-3.9/pgdb/py.typed -> /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pgdb
byte-compiling /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg/__init__.py to __init__.cpython-39.pyc
byte-compiling /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg/adapt.py to adapt.cpython-39.pyc
byte-compiling /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg/attrs.py to attrs.cpython-39.pyc
byte-compiling /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg/cast.py to cast.cpython-39.pyc
byte-compiling /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg/core.py to core.cpython-39.pyc
byte-compiling /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg/db.py to db.cpython-39.pyc
byte-compiling /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg/error.py to error.cpython-39.pyc
byte-compiling /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg/helpers.py to helpers.cpython-39.pyc
byte-compiling /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg/notify.py to notify.cpython-39.pyc
byte-compiling /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pg/tz.py to tz.cpython-39.pyc
byte-compiling /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pgdb/__init__.py to __init__.cpython-39.pyc
byte-compiling /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pgdb/adapt.py to adapt.cpython-39.pyc
byte-compiling /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pgdb/cast.py to cast.cpython-39.pyc
byte-compiling /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pgdb/connect.py to connect.cpython-39.pyc
byte-compiling /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pgdb/connection.py to connection.cpython-39.pyc
byte-compiling /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pgdb/constants.py to constants.cpython-39.pyc
byte-compiling /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pgdb/cursor.py to cursor.cpython-39.pyc
byte-compiling /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/pgdb/typecode.py to typecode.cpython-39.pyc
running install_egg_info
running egg_info
creating PyGreSQL.egg-info
writing PyGreSQL.egg-info/PKG-INFO
writing dependency_links to PyGreSQL.egg-info/dependency_links.txt
writing top-level names to PyGreSQL.egg-info/top_level.txt
writing manifest file 'PyGreSQL.egg-info/SOURCES.txt'
listing git files failed - pretending there aren't any
reading manifest file 'PyGreSQL.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE.txt'
writing manifest file 'PyGreSQL.egg-info/SOURCES.txt'
Copying PyGreSQL.egg-info to /tmp/SBo/repo.LrWlVN/build_PyGreSQL/package-PyGreSQL/usr/lib64/python3.9/site-packages/PyGreSQL-6.2.2-py3.9.egg-info
running install_scripts

find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
  | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true

mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
  LICENSE.txt README.rst docs/* \
  $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

mkdir -p $PKG/install
cat $CWD/slack-desc > $PKG/install/slack-desc

cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE

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:  /tmp/SBo/repo.LrWlVN/output_PyGreSQL/PyGreSQL-6.2.2-x86_64-1_SBo.txz

./
install/
install/slack-desc
usr/
usr/doc/
usr/doc/PyGreSQL-6.2.2/
usr/doc/PyGreSQL-6.2.2/LICENSE.txt
usr/doc/PyGreSQL-6.2.2/Makefile
usr/doc/PyGreSQL-6.2.2/PyGreSQL.SlackBuild
usr/doc/PyGreSQL-6.2.2/README.rst
usr/doc/PyGreSQL-6.2.2/_static/
usr/doc/PyGreSQL-6.2.2/_static/favicon.ico
usr/doc/PyGreSQL-6.2.2/_static/pygresql.png
usr/doc/PyGreSQL-6.2.2/about.rst
usr/doc/PyGreSQL-6.2.2/community/
usr/doc/PyGreSQL-6.2.2/community/homes.rst
usr/doc/PyGreSQL-6.2.2/community/index.rst
usr/doc/PyGreSQL-6.2.2/community/issues.rst
usr/doc/PyGreSQL-6.2.2/community/mailinglist.rst
usr/doc/PyGreSQL-6.2.2/community/source.rst
usr/doc/PyGreSQL-6.2.2/community/support.rst
usr/doc/PyGreSQL-6.2.2/conf.py
usr/doc/PyGreSQL-6.2.2/contents/
usr/doc/PyGreSQL-6.2.2/contents/changelog.rst
usr/doc/PyGreSQL-6.2.2/contents/examples.rst
usr/doc/PyGreSQL-6.2.2/contents/general.rst
usr/doc/PyGreSQL-6.2.2/contents/index.rst
usr/doc/PyGreSQL-6.2.2/contents/install.rst
usr/doc/PyGreSQL-6.2.2/contents/pg/
usr/doc/PyGreSQL-6.2.2/contents/pg/adaptation.rst
usr/doc/PyGreSQL-6.2.2/contents/pg/connection.rst
usr/doc/PyGreSQL-6.2.2/contents/pg/db_types.rst
usr/doc/PyGreSQL-6.2.2/contents/pg/db_wrapper.rst
usr/doc/PyGreSQL-6.2.2/contents/pg/index.rst
usr/doc/PyGreSQL-6.2.2/contents/pg/introduction.rst
usr/doc/PyGreSQL-6.2.2/contents/pg/large_objects.rst
usr/doc/PyGreSQL-6.2.2/contents/pg/module.rst
usr/doc/PyGreSQL-6.2.2/contents/pg/notification.rst
usr/doc/PyGreSQL-6.2.2/contents/pg/query.rst
usr/doc/PyGreSQL-6.2.2/contents/pgdb/
usr/doc/PyGreSQL-6.2.2/contents/pgdb/adaptation.rst
usr/doc/PyGreSQL-6.2.2/contents/pgdb/connection.rst
usr/doc/PyGreSQL-6.2.2/contents/pgdb/cursor.rst
usr/doc/PyGreSQL-6.2.2/contents/pgdb/index.rst
usr/doc/PyGreSQL-6.2.2/contents/pgdb/introduction.rst
usr/doc/PyGreSQL-6.2.2/contents/pgdb/module.rst
usr/doc/PyGreSQL-6.2.2/contents/pgdb/typecache.rst
usr/doc/PyGreSQL-6.2.2/contents/pgdb/types.rst
usr/doc/PyGreSQL-6.2.2/contents/postgres/
usr/doc/PyGreSQL-6.2.2/contents/postgres/advanced.rst
usr/doc/PyGreSQL-6.2.2/contents/postgres/basic.rst
usr/doc/PyGreSQL-6.2.2/contents/postgres/func.rst
usr/doc/PyGreSQL-6.2.2/contents/postgres/index.rst
usr/doc/PyGreSQL-6.2.2/contents/postgres/syscat.rst
usr/doc/PyGreSQL-6.2.2/contents/tutorial.rst
usr/doc/PyGreSQL-6.2.2/copyright.rst
usr/doc/PyGreSQL-6.2.2/download/
usr/doc/PyGreSQL-6.2.2/download/download.rst
usr/doc/PyGreSQL-6.2.2/download/files.rst
usr/doc/PyGreSQL-6.2.2/download/index.rst
usr/doc/PyGreSQL-6.2.2/index.rst
usr/doc/PyGreSQL-6.2.2/make.bat
usr/doc/PyGreSQL-6.2.2/requirements.txt
usr/lib64/
usr/lib64/python3.9/
usr/lib64/python3.9/site-packages/
usr/lib64/python3.9/site-packages/PyGreSQL-6.2.2-py3.9.egg-info/
usr/lib64/python3.9/site-packages/PyGreSQL-6.2.2-py3.9.egg-info/PKG-INFO
usr/lib64/python3.9/site-packages/PyGreSQL-6.2.2-py3.9.egg-info/SOURCES.txt
usr/lib64/python3.9/site-packages/PyGreSQL-6.2.2-py3.9.egg-info/dependency_links.txt
usr/lib64/python3.9/site-packages/PyGreSQL-6.2.2-py3.9.egg-info/not-zip-safe
usr/lib64/python3.9/site-packages/PyGreSQL-6.2.2-py3.9.egg-info/top_level.txt
usr/lib64/python3.9/site-packages/pg/
usr/lib64/python3.9/site-packages/pg/__init__.py
usr/lib64/python3.9/site-packages/pg/__pycache__/
usr/lib64/python3.9/site-packages/pg/__pycache__/__init__.cpython-39.pyc
usr/lib64/python3.9/site-packages/pg/__pycache__/adapt.cpython-39.pyc
usr/lib64/python3.9/site-packages/pg/__pycache__/attrs.cpython-39.pyc
usr/lib64/python3.9/site-packages/pg/__pycache__/cast.cpython-39.pyc
usr/lib64/python3.9/site-packages/pg/__pycache__/core.cpython-39.pyc
usr/lib64/python3.9/site-packages/pg/__pycache__/db.cpython-39.pyc
usr/lib64/python3.9/site-packages/pg/__pycache__/error.cpython-39.pyc
usr/lib64/python3.9/site-packages/pg/__pycache__/helpers.cpython-39.pyc
usr/lib64/python3.9/site-packages/pg/__pycache__/notify.cpython-39.pyc
usr/lib64/python3.9/site-packages/pg/__pycache__/tz.cpython-39.pyc
usr/lib64/python3.9/site-packages/pg/_pg.cpython-39-x86_64-linux-gnu.so
usr/lib64/python3.9/site-packages/pg/adapt.py
usr/lib64/python3.9/site-packages/pg/attrs.py
usr/lib64/python3.9/site-packages/pg/cast.py
usr/lib64/python3.9/site-packages/pg/core.py
usr/lib64/python3.9/site-packages/pg/db.py
usr/lib64/python3.9/site-packages/pg/error.py
usr/lib64/python3.9/site-packages/pg/helpers.py
usr/lib64/python3.9/site-packages/pg/notify.py
usr/lib64/python3.9/site-packages/pg/py.typed
usr/lib64/python3.9/site-packages/pg/tz.py
usr/lib64/python3.9/site-packages/pgdb/
usr/lib64/python3.9/site-packages/pgdb/__init__.py
usr/lib64/python3.9/site-packages/pgdb/__pycache__/
usr/lib64/python3.9/site-packages/pgdb/__pycache__/__init__.cpython-39.pyc
usr/lib64/python3.9/site-packages/pgdb/__pycache__/adapt.cpython-39.pyc
usr/lib64/python3.9/site-packages/pgdb/__pycache__/cast.cpython-39.pyc
usr/lib64/python3.9/site-packages/pgdb/__pycache__/connect.cpython-39.pyc
usr/lib64/python3.9/site-packages/pgdb/__pycache__/connection.cpython-39.pyc
usr/lib64/python3.9/site-packages/pgdb/__pycache__/constants.cpython-39.pyc
usr/lib64/python3.9/site-packages/pgdb/__pycache__/cursor.cpython-39.pyc
usr/lib64/python3.9/site-packages/pgdb/__pycache__/typecode.cpython-39.pyc
usr/lib64/python3.9/site-packages/pgdb/adapt.py
usr/lib64/python3.9/site-packages/pgdb/cast.py
usr/lib64/python3.9/site-packages/pgdb/connect.py
usr/lib64/python3.9/site-packages/pgdb/connection.py
usr/lib64/python3.9/site-packages/pgdb/constants.py
usr/lib64/python3.9/site-packages/pgdb/cursor.py
usr/lib64/python3.9/site-packages/pgdb/py.typed
usr/lib64/python3.9/site-packages/pgdb/typecode.py

Slackware package /tmp/SBo/repo.LrWlVN/output_PyGreSQL/PyGreSQL-6.2.2-x86_64-1_SBo.txz created.

Built ok:  PyGreSQL-6.2.2-x86_64-1_SBo.txz                              05:26:02
Testing package PyGreSQL-6.2.2-x86_64-1_SBo.txz ... 
Test installing PyGreSQL-6.2.2-x86_64-1_SBo.txz ...
PyGreSQL-6.2.2-x86_64-1_SBo: Python PostgreSQL Interfaces .............. [ 870K]
Unmounting chroot ... 
Backed up: PyGreSQL-6.2.1-x86_64-1_SBo.txz
:-) python/PyGreSQL Updated for version 6.2.2 (-:

@sbo-bot
Copy link

sbo-bot bot commented Jan 5, 2026

sbopkglint x86_64 python/PyGreSQL

Installing dependency: postgresql
postgresql-14.20-x86_64-1_SBo: object-relational database management sys [  45M]

Using tests from /usr/share/sbo-maintainer-tools/sbopkglint.d
Exploding /var/lib/repo/SBo/packages/15.0/x86_64/python/PyGreSQL/PyGreSQL-6.2.2-x86_64-1_SBo.txz to /tmp/SBo/sbopkglint.6lqiQ9 ...OK
Running pre-doinst test...OK
Installing /var/lib/repo/SBo/packages/15.0/x86_64/python/PyGreSQL/PyGreSQL-6.2.2-x86_64-1_SBo.txz to /tmp/SBo/sbopkglint.6lqiQ9 ...OK
Running test: 05-basic-sanity...OK
Running test: 10-docs...OK
Running test: 15-noarch...OK
Running test: 20-arch...OK
Running test: 25-lafiles...OK
Running test: 30-manpages...OK
Running test: 35-desktop...OK
Running test: 40-newconfig...OK
Running test: 45-doinst...OK
Running test: 50-icons...OK
Running test: 60-usr_info...OK
Running test: 65-python...OK
Running test: 70-tmp_path...OK
Running test: 75-static_libs...OK
Running test: 85-perl...OK
Running test: 90-terminfo...OK
✅ === PyGreSQL-6.2.2-x86_64-1_SBo.txz: All tests passed ✅

@cwilling
Copy link
Contributor Author

cwilling commented Jan 5, 2026

merged

@cwilling cwilling closed this Jan 5, 2026
@cwilling cwilling deleted the update-PyGreSQL branch January 5, 2026 05:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant