The following packages will be installed: yarl Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching yarl.SlackBuild... 0%100%100%100%100%100%Done Fetching yarl.info... 0%100%100%100%100%100%Done yarl-1.7.2/ yarl-1.7.2/.coveragerc yarl-1.7.2/.github/ yarl-1.7.2/.github/ISSUE_TEMPLATE/ yarl-1.7.2/.github/ISSUE_TEMPLATE/bug_report.yml yarl-1.7.2/.github/ISSUE_TEMPLATE/config.yml yarl-1.7.2/.github/ISSUE_TEMPLATE/feature_request.yml yarl-1.7.2/.github/dependabot.yml yarl-1.7.2/.github/workflows/ yarl-1.7.2/.github/workflows/ci.yml yarl-1.7.2/.gitignore yarl-1.7.2/CHANGES.rst yarl-1.7.2/CHANGES/ yarl-1.7.2/CHANGES/README.rst yarl-1.7.2/LICENSE yarl-1.7.2/MANIFEST.in yarl-1.7.2/Makefile yarl-1.7.2/README.rst yarl-1.7.2/benchmark.py yarl-1.7.2/docs/ yarl-1.7.2/docs/Makefile yarl-1.7.2/docs/_static/ yarl-1.7.2/docs/_static/yarl-icon-128x128.png yarl-1.7.2/docs/api.rst yarl-1.7.2/docs/conf.py yarl-1.7.2/docs/index.rst yarl-1.7.2/docs/make.bat yarl-1.7.2/docs/spelling_wordlist.txt yarl-1.7.2/docs/yarl-icon-128x128.xcf yarl-1.7.2/pyproject.toml yarl-1.7.2/requirements/ yarl-1.7.2/requirements/ci.txt yarl-1.7.2/requirements/cython.txt yarl-1.7.2/requirements/dev.txt yarl-1.7.2/requirements/doc-spelling.txt yarl-1.7.2/requirements/doc.txt yarl-1.7.2/requirements/lint.txt yarl-1.7.2/requirements/test.txt yarl-1.7.2/requirements/towncrier.txt yarl-1.7.2/setup.cfg yarl-1.7.2/setup.py yarl-1.7.2/tests/ yarl-1.7.2/tests/test_cache.py yarl-1.7.2/tests/test_cached_property.py yarl-1.7.2/tests/test_normalize_path.py yarl-1.7.2/tests/test_pickle.py yarl-1.7.2/tests/test_quoting.py yarl-1.7.2/tests/test_update_query.py yarl-1.7.2/tests/test_url.py yarl-1.7.2/tests/test_url_build.py yarl-1.7.2/tests/test_url_cmp_and_hash.py yarl-1.7.2/tests/test_url_parsing.py yarl-1.7.2/tests/test_url_query.py yarl-1.7.2/tests/test_url_update_netloc.py yarl-1.7.2/tools/ yarl-1.7.2/tools/build-wheels.sh yarl-1.7.2/tools/run_docker.sh yarl-1.7.2/yarl/ yarl-1.7.2/yarl/__init__.py yarl-1.7.2/yarl/__init__.pyi yarl-1.7.2/yarl/_quoting.py yarl-1.7.2/yarl/_quoting_c.pyi yarl-1.7.2/yarl/_quoting_c.pyx yarl-1.7.2/yarl/_quoting_py.py yarl-1.7.2/yarl/_url.py yarl-1.7.2/yarl/py.typed python -m cython -3 -o yarl/_quoting_c.c yarl/_quoting_c.pyx -I yarl ********************** * Accelerated build * ********************** running install running build running build_py creating build creating build/lib.linux-i686-3.9 creating build/lib.linux-i686-3.9/yarl copying yarl/__init__.py -> build/lib.linux-i686-3.9/yarl copying yarl/_quoting.py -> build/lib.linux-i686-3.9/yarl copying yarl/_quoting_py.py -> build/lib.linux-i686-3.9/yarl copying yarl/_url.py -> build/lib.linux-i686-3.9/yarl running egg_info creating yarl.egg-info writing yarl.egg-info/PKG-INFO writing dependency_links to yarl.egg-info/dependency_links.txt writing requirements to yarl.egg-info/requires.txt writing top-level names to yarl.egg-info/top_level.txt writing manifest file 'yarl.egg-info/SOURCES.txt' listing git files failed - pretending there aren't any reading manifest file 'yarl.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '*.cache' found anywhere in distribution warning: no previously-included files found matching 'yarl/*.html' warning: no previously-included files found matching 'yarl/*.so' warning: no previously-included files found matching 'yarl/*.pyd' no previously-included directories found matching 'docs/_build' adding license file 'LICENSE' writing manifest file 'yarl.egg-info/SOURCES.txt' copying yarl/__init__.pyi -> build/lib.linux-i686-3.9/yarl copying yarl/_quoting_c.c -> build/lib.linux-i686-3.9/yarl copying yarl/_quoting_c.pyi -> build/lib.linux-i686-3.9/yarl copying yarl/_quoting_c.pyx -> build/lib.linux-i686-3.9/yarl copying yarl/py.typed -> build/lib.linux-i686-3.9/yarl running build_ext building 'yarl._quoting_c' extension creating build/temp.linux-i686-3.9 creating build/temp.linux-i686-3.9/yarl gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fPIC -I/usr/include/python3.9 -c yarl/_quoting_c.c -o build/temp.linux-i686-3.9/yarl/_quoting_c.o yarl/_quoting_c.c: In function ‘__pyx_f_4yarl_10_quoting_c_9_Unquoter__do_unquote’: yarl/_quoting_c.c:5245:9: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 5245 | __pyx_t_2 = (__pyx_v_unquoted != Py_None)&&(__Pyx_PyUnicode_IS_TRUE(__pyx_v_unquoted) != 0); | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c:5245:9: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 5245 | __pyx_t_2 = (__pyx_v_unquoted != Py_None)&&(__Pyx_PyUnicode_IS_TRUE(__pyx_v_unquoted) != 0); | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c:5245:9: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 5245 | __pyx_t_2 = (__pyx_v_unquoted != Py_None)&&(__Pyx_PyUnicode_IS_TRUE(__pyx_v_unquoted) != 0); | ^~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c: In function ‘__Pyx_ParseOptionalKeywords’: yarl/_quoting_c.c:8558:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 8558 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c:8558:21: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 8558 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c:8558:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 8558 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c:8558:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 8558 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c:8558:21: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 8558 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c:8558:21: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 8558 | (PyUnicode_GET_SIZE(**name) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c:8574:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 8574 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c:8574:25: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 8574 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c:8574:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 8574 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c:8574:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 8574 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c:8574:25: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 8574 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c:8574:25: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 8574 | (PyUnicode_GET_SIZE(**argname) != PyUnicode_GET_SIZE(key)) ? 1 : | ^ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c: In function ‘__Pyx_PyUnicode_Substring’: yarl/_quoting_c.c:9428:9: warning: ‘PyUnicode_FromUnicode’ is deprecated [-Wdeprecated-declarations] 9428 | return PyUnicode_FromUnicode(NULL, 0); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c: In function ‘__Pyx_UnicodeContainsUCS4’: yarl/_quoting_c.c:10291:13: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 10291 | PyUnicode_AS_UNICODE(unicode), | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c:10292:13: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 10292 | PyUnicode_GET_SIZE(unicode), | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c:10292:13: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 10292 | PyUnicode_GET_SIZE(unicode), | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c:10292:13: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 10292 | PyUnicode_GET_SIZE(unicode), | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c:10296:13: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 10296 | PyUnicode_AS_UNICODE(unicode), | ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c:10297:13: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 10297 | PyUnicode_GET_SIZE(unicode), | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c:10297:13: warning: ‘PyUnicode_AsUnicode’ is deprecated [-Wdeprecated-declarations] 10297 | PyUnicode_GET_SIZE(unicode), | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ yarl/_quoting_c.c:10297:13: warning: ‘_PyUnicode_get_wstr_length’ is deprecated [-Wdeprecated-declarations] 10297 | PyUnicode_GET_SIZE(unicode), | ^~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from yarl/_quoting_c.c:4: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared build/temp.linux-i686-3.9/yarl/_quoting_c.o -L/usr/lib -o build/lib.linux-i686-3.9/yarl/_quoting_c.cpython-39-i386-linux-gnu.so running install_lib creating /usr/src/slapt-src/python/yarl/package-yarl/usr creating /usr/src/slapt-src/python/yarl/package-yarl/usr/lib creating /usr/src/slapt-src/python/yarl/package-yarl/usr/lib/python3.9 creating /usr/src/slapt-src/python/yarl/package-yarl/usr/lib/python3.9/site-packages creating /usr/src/slapt-src/python/yarl/package-yarl/usr/lib/python3.9/site-packages/yarl copying build/lib.linux-i686-3.9/yarl/__init__.py -> /usr/src/slapt-src/python/yarl/package-yarl/usr/lib/python3.9/site-packages/yarl copying build/lib.linux-i686-3.9/yarl/_quoting.py -> /usr/src/slapt-src/python/yarl/package-yarl/usr/lib/python3.9/site-packages/yarl copying build/lib.linux-i686-3.9/yarl/_quoting_py.py -> /usr/src/slapt-src/python/yarl/package-yarl/usr/lib/python3.9/site-packages/yarl copying build/lib.linux-i686-3.9/yarl/_url.py -> /usr/src/slapt-src/python/yarl/package-yarl/usr/lib/python3.9/site-packages/yarl copying build/lib.linux-i686-3.9/yarl/__init__.pyi -> /usr/src/slapt-src/python/yarl/package-yarl/usr/lib/python3.9/site-packages/yarl copying build/lib.linux-i686-3.9/yarl/_quoting_c.c -> /usr/src/slapt-src/python/yarl/package-yarl/usr/lib/python3.9/site-packages/yarl copying build/lib.linux-i686-3.9/yarl/_quoting_c.pyi -> /usr/src/slapt-src/python/yarl/package-yarl/usr/lib/python3.9/site-packages/yarl copying build/lib.linux-i686-3.9/yarl/_quoting_c.pyx -> /usr/src/slapt-src/python/yarl/package-yarl/usr/lib/python3.9/site-packages/yarl copying build/lib.linux-i686-3.9/yarl/py.typed -> /usr/src/slapt-src/python/yarl/package-yarl/usr/lib/python3.9/site-packages/yarl copying build/lib.linux-i686-3.9/yarl/_quoting_c.cpython-39-i386-linux-gnu.so -> /usr/src/slapt-src/python/yarl/package-yarl/usr/lib/python3.9/site-packages/yarl byte-compiling /usr/src/slapt-src/python/yarl/package-yarl/usr/lib/python3.9/site-packages/yarl/__init__.py to __init__.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/yarl/package-yarl/usr/lib/python3.9/site-packages/yarl/_quoting.py to _quoting.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/yarl/package-yarl/usr/lib/python3.9/site-packages/yarl/_quoting_py.py to _quoting_py.cpython-39.pyc byte-compiling /usr/src/slapt-src/python/yarl/package-yarl/usr/lib/python3.9/site-packages/yarl/_url.py to _url.cpython-39.pyc running install_egg_info Copying yarl.egg-info to /usr/src/slapt-src/python/yarl/package-yarl/usr/lib/python3.9/site-packages/yarl-1.7.2-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/yarl/yarl-1.7.2-i586-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/doc/ usr/doc/yarl-1.7.2/ usr/doc/yarl-1.7.2/CHANGES.rst usr/doc/yarl-1.7.2/LICENSE usr/doc/yarl-1.7.2/README.rst usr/doc/yarl-1.7.2/requirements/ usr/doc/yarl-1.7.2/requirements/ci.txt usr/doc/yarl-1.7.2/requirements/cython.txt usr/doc/yarl-1.7.2/requirements/dev.txt usr/doc/yarl-1.7.2/requirements/doc-spelling.txt usr/doc/yarl-1.7.2/requirements/doc.txt usr/doc/yarl-1.7.2/requirements/lint.txt usr/doc/yarl-1.7.2/requirements/test.txt usr/doc/yarl-1.7.2/requirements/towncrier.txt usr/doc/yarl-1.7.2/yarl.SlackBuild usr/lib/ usr/lib/python3.9/ usr/lib/python3.9/site-packages/ usr/lib/python3.9/site-packages/yarl/ usr/lib/python3.9/site-packages/yarl-1.7.2-py3.9.egg-info/ usr/lib/python3.9/site-packages/yarl-1.7.2-py3.9.egg-info/PKG-INFO usr/lib/python3.9/site-packages/yarl-1.7.2-py3.9.egg-info/SOURCES.txt usr/lib/python3.9/site-packages/yarl-1.7.2-py3.9.egg-info/dependency_links.txt usr/lib/python3.9/site-packages/yarl-1.7.2-py3.9.egg-info/requires.txt usr/lib/python3.9/site-packages/yarl-1.7.2-py3.9.egg-info/top_level.txt usr/lib/python3.9/site-packages/yarl/__init__.py usr/lib/python3.9/site-packages/yarl/__init__.pyi usr/lib/python3.9/site-packages/yarl/__pycache__/ usr/lib/python3.9/site-packages/yarl/__pycache__/__init__.cpython-39.pyc usr/lib/python3.9/site-packages/yarl/__pycache__/_quoting.cpython-39.pyc usr/lib/python3.9/site-packages/yarl/__pycache__/_quoting_py.cpython-39.pyc usr/lib/python3.9/site-packages/yarl/__pycache__/_url.cpython-39.pyc usr/lib/python3.9/site-packages/yarl/_quoting.py usr/lib/python3.9/site-packages/yarl/_quoting_c.c usr/lib/python3.9/site-packages/yarl/_quoting_c.cpython-39-i386-linux-gnu.so usr/lib/python3.9/site-packages/yarl/_quoting_c.pyi usr/lib/python3.9/site-packages/yarl/_quoting_c.pyx usr/lib/python3.9/site-packages/yarl/_quoting_py.py usr/lib/python3.9/site-packages/yarl/_url.py usr/lib/python3.9/site-packages/yarl/py.typed Slackware package /usr/src/slapt-src/python/yarl/yarl-1.7.2-i586-1salix15.0.txz created. Installing package yarl-1.7.2-i586-1salix15.0... | yarl (Yet another URL library) | | The module provides handy URL class for url parsing and changing. | | https://yarl.readthedocs.io/en/stable/ | | | | | | | |