src/pygpgme-context.c: In function ‘pygpgme_context_edit’: src/pygpgme-context.c:1198:5: warning: ‘gpgme_op_edit’ is deprecated [-Wdeprecated-declarations] 1198 | err = gpgme_op_edit(self->ctx, key->key, | ^~~ In file included from src/pygpgme.h:24, from src/pygpgme-context.c:20: /usr/include/gpgme.h:2610:15: note: declared here 2610 | gpgme_error_t gpgme_op_edit (gpgme_ctx_t ctx, gpgme_key_t key, | ^~~~~~~~~~~~~ src/pygpgme-context.c: In function ‘pygpgme_context_card_edit’: src/pygpgme-context.c:1225:5: warning: ‘gpgme_op_card_edit’ is deprecated [-Wdeprecated-declarations] 1225 | err = gpgme_op_card_edit(self->ctx, key->key, | ^~~ In file included from src/pygpgme.h:24, from src/pygpgme-context.c:20: /usr/include/gpgme.h:2617:15: note: declared here 2617 | gpgme_error_t gpgme_op_card_edit (gpgme_ctx_t ctx, gpgme_key_t key, | ^~~~~~~~~~~~~~~~~~ ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/pygpgme-0.3/ usr/doc/pygpgme-0.3/NEWS usr/doc/pygpgme-0.3/README usr/doc/pygpgme-0.3/examples/ usr/doc/pygpgme-0.3/examples/encrypt.py usr/doc/pygpgme-0.3/pygpgme.SlackBuild usr/lib/ usr/lib/python2.7/ usr/lib/python2.7/site-packages/ usr/lib/python2.7/site-packages/gpgme/ usr/lib/python2.7/site-packages/gpgme/__init__.py usr/lib/python2.7/site-packages/gpgme/__init__.pyc usr/lib/python2.7/site-packages/gpgme/_gpgme.so usr/lib/python2.7/site-packages/gpgme/editutil.py usr/lib/python2.7/site-packages/gpgme/editutil.pyc usr/lib/python2.7/site-packages/pygpgme-0.3-py2.7.egg-info /pygpgme-keyiter.c pygpgme-0.3/src/pygpgme-constants.c pygpgme-0.3/src/pygpgme-signature.c pygpgme-0.3/src/pygpgme-import.c pygpgme-0.3/examples/ pygpgme-0.3/examples/encrypt.py pygpgme-0.3/MANIFEST.in pygpgme-0.3/PKG-INFO pygpgme-0.3/README running install running build running build_py creating build creating build/lib.linux-i686-2.7 creating build/lib.linux-i686-2.7/gpgme copying gpgme/__init__.py -> build/lib.linux-i686-2.7/gpgme copying gpgme/editutil.py -> build/lib.linux-i686-2.7/gpgme running build_ext building 'gpgme._gpgme' extension creating build/temp.linux-i686-2.7 creating build/temp.linux-i686-2.7/src gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c src/gpgme.c -o build/temp.linux-i686-2.7/src/gpgme.o gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c src/pygpgme-error.c -o build/temp.linux-i686-2.7/src/pygpgme-error.o gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c src/pygpgme-data.c -o build/temp.linux-i686-2.7/src/pygpgme-data.o gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c src/pygpgme-context.c -o build/temp.linux-i686-2.7/src/pygpgme-context.o gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c src/pygpgme-key.c -o build/temp.linux-i686-2.7/src/pygpgme-key.o gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c src/pygpgme-signature.c -o build/temp.linux-i686-2.7/src/pygpgme-signature.o gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c src/pygpgme-import.c -o build/temp.linux-i686-2.7/src/pygpgme-import.o gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c src/pygpgme-keyiter.c -o build/temp.linux-i686-2.7/src/pygpgme-keyiter.o gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c src/pygpgme-constants.c -o build/temp.linux-i686-2.7/src/pygpgme-constants.o gcc -pthread -fno-strict-aliasing -g -O2 -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c src/pygpgme-genkey.c -o build/temp.linux-i686-2.7/src/pygpgme-genkey.o gcc -pthread -shared build/temp.linux-i686-2.7/src/gpgme.o build/temp.linux-i686-2.7/src/pygpgme-error.o build/temp.linux-i686-2.7/src/pygpgme-data.o build/temp.linux-i686-2.7/src/pygpgme-context.o build/temp.linux-i686-2.7/src/pygpgme-key.o build/temp.linux-i686-2.7/src/pygpgme-signature.o build/temp.linux-i686-2.7/src/pygpgme-import.o build/temp.linux-i686-2.7/src/pygpgme-keyiter.o build/temp.linux-i686-2.7/src/pygpgme-constants.o build/temp.linux-i686-2.7/src/pygpgme-genkey.o -L/usr/lib -lgpgme -lpython2.7 -o build/lib.linux-i686-2.7/gpgme/_gpgme.so running install_lib creating /usr/src/slapt-src/python/pygpgme/package-pygpgme/usr creating /usr/src/slapt-src/python/pygpgme/package-pygpgme/usr/lib creating /usr/src/slapt-src/python/pygpgme/package-pygpgme/usr/lib/python2.7 creating /usr/src/slapt-src/python/pygpgme/package-pygpgme/usr/lib/python2.7/site-packages creating /usr/src/slapt-src/python/pygpgme/package-pygpgme/usr/lib/python2.7/site-packages/gpgme copying build/lib.linux-i686-2.7/gpgme/__init__.py -> /usr/src/slapt-src/python/pygpgme/package-pygpgme/usr/lib/python2.7/site-packages/gpgme copying build/lib.linux-i686-2.7/gpgme/editutil.py -> /usr/src/slapt-src/python/pygpgme/package-pygpgme/usr/lib/python2.7/site-packages/gpgme copying build/lib.linux-i686-2.7/gpgme/_gpgme.so -> /usr/src/slapt-src/python/pygpgme/package-pygpgme/usr/lib/python2.7/site-packages/gpgme byte-compiling /usr/src/slapt-src/python/pygpgme/package-pygpgme/usr/lib/python2.7/site-packages/gpgme/__init__.py to __init__.pyc byte-compiling /usr/src/slapt-src/python/pygpgme/package-pygpgme/usr/lib/python2.7/site-packages/gpgme/editutil.py to editutil.pyc running install_egg_info Writing /usr/src/slapt-src/python/pygpgme/package-pygpgme/usr/lib/python2.7/site-packages/pygpgme-0.3-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/pygpgme/pygpgme-0.3-i486-1salix15.0.txz Slackware package /usr/src/slapt-src/python/pygpgme/pygpgme-0.3-i486-1salix15.0.txz created. Installing package pygpgme-0.3-i486-1salix15.0... | pygpgme (A Python wrapper for the GPGME library) | | PyGPGME is a Python module that lets you sign, verify, encrypt and | decrypt messages using the OpenPGP format. | | It is built on top of the GNU Privacy Guard and the GPGME library. | | | | | | |