=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for py313-uvloop-0.21.0 * Building wheel... /usr/pkg/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:82: SetuptoolsDeprecationWarning: `project.license` as a TOML table is deprecated !! ******************************************************************************** Please use a simple string containing a SPDX expression for `project.license`. You can also use `project.license-files`. (Both options available on setuptools>=77.0.0). By 2026-Feb-18, you need to update your project and remove deprecated calls or your builds will no longer be supported. See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! corresp(dist, value, root_dir) /usr/pkg/lib/python3.13/site-packages/setuptools/config/_apply_pyprojecttoml.py:61: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /usr/pkg/lib/python3.13/site-packages/setuptools/dist.py:759: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: OSI Approved :: Apache Software License License :: OSI Approved :: MIT License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel running build running build_py creating build/lib.netbsd-10.0-i386-cpython-313/uvloop copying uvloop/__init__.py -> build/lib.netbsd-10.0-i386-cpython-313/uvloop copying uvloop/_noop.py -> build/lib.netbsd-10.0-i386-cpython-313/uvloop copying uvloop/_testbase.py -> build/lib.netbsd-10.0-i386-cpython-313/uvloop copying uvloop/_version.py -> build/lib.netbsd-10.0-i386-cpython-313/uvloop running egg_info writing uvloop.egg-info/PKG-INFO writing dependency_links to uvloop.egg-info/dependency_links.txt writing requirements to uvloop.egg-info/requires.txt writing top-level names to uvloop.egg-info/top_level.txt reading manifest file 'uvloop.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*' found under directory 'vendor/libuv/.git' warning: no previously-included files matching '*' found under directory 'vendor/libuv/docs' warning: no previously-included files matching '*' found under directory 'vendor/libuv/img' adding license file 'LICENSE-APACHE' adding license file 'LICENSE-MIT' writing manifest file 'uvloop.egg-info/SOURCES.txt' /usr/pkg/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'uvloop.handles' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'uvloop.handles' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'uvloop.handles' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'uvloop.handles' to be distributed and are already explicitly excluding 'uvloop.handles' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/pkg/lib/python3.13/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'uvloop.includes' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'uvloop.includes' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'uvloop.includes' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'uvloop.includes' to be distributed and are already explicitly excluding 'uvloop.includes' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) copying uvloop/cbhandles.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop copying uvloop/cbhandles.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop copying uvloop/dns.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop copying uvloop/errors.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop copying uvloop/loop.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop copying uvloop/loop.pyi -> build/lib.netbsd-10.0-i386-cpython-313/uvloop copying uvloop/loop.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop copying uvloop/lru.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop copying uvloop/pseudosock.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop copying uvloop/py.typed -> build/lib.netbsd-10.0-i386-cpython-313/uvloop copying uvloop/request.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop copying uvloop/request.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop copying uvloop/server.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop copying uvloop/server.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop copying uvloop/sslproto.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop copying uvloop/sslproto.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop creating build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/async_.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/async_.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/basetransport.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/basetransport.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/check.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/check.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/fsevent.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/fsevent.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/handle.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/handle.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/idle.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/idle.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/pipe.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/pipe.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/poll.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/poll.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/process.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/process.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/stream.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/stream.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/streamserver.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/streamserver.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/tcp.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/tcp.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/timer.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/timer.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/udp.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles copying uvloop/handles/udp.pyx -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles creating build/lib.netbsd-10.0-i386-cpython-313/uvloop/includes copying uvloop/includes/__init__.py -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/includes copying uvloop/includes/consts.pxi -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/includes copying uvloop/includes/debug.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/includes copying uvloop/includes/flowcontrol.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/includes copying uvloop/includes/python.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/includes copying uvloop/includes/stdlib.pxi -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/includes copying uvloop/includes/system.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/includes copying uvloop/includes/uv.pxd -> build/lib.netbsd-10.0-i386-cpython-313/uvloop/includes running build_ext building 'uvloop.loop' extension creating build/temp.netbsd-10.0-i386-cpython-313/uvloop gcc -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.13 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.13 -fPIC -I/usr/pkg/include/python3.13 -c uvloop/loop.c -o build/temp.netbsd-10.0-i386-cpython-313/uvloop/loop.o -O2 uvloop/loop.c: In function '__pyx_pf_6uvloop_4loop_4_testhelper_unwrap_capsuled_pointer': uvloop/loop.c:72535:42: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 72535 | __pyx_t_2 = __Pyx_PyInt_From_uint64_t(((uint64_t)__pyx_t_1)); if (unlikely(!__pyx_t_2)) __PYX_ERR(0, 3269, __pyx_L1_error) | ^ gcc -shared -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-zrelro -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/X11R7/lib -Wl,-R/usr/X11R7/lib -Wl,-zrelro -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/lib -Wl,-R/usr/lib -O2 -march=i586 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.13 -I/usr/pkg/include -I/usr/include -I/usr/pkg/include/python3.13 build/temp.netbsd-10.0-i386-cpython-313/uvloop/loop.o -L/usr/pkg/lib -luv -lpthread -o build/lib.netbsd-10.0-i386-cpython-313/uvloop/loop.so installing to build/bdist.netbsd-10.0-i386/wheel running install running install_lib creating build/bdist.netbsd-10.0-i386/wheel creating build/bdist.netbsd-10.0-i386/wheel/uvloop copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/__init__.py -> build/bdist.netbsd-10.0-i386/wheel/./uvloop copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/_noop.py -> build/bdist.netbsd-10.0-i386/wheel/./uvloop copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/_testbase.py -> build/bdist.netbsd-10.0-i386/wheel/./uvloop copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/_version.py -> build/bdist.netbsd-10.0-i386/wheel/./uvloop copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/cbhandles.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/cbhandles.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/dns.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/errors.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/loop.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/loop.pyi -> build/bdist.netbsd-10.0-i386/wheel/./uvloop copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/loop.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/lru.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/pseudosock.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/py.typed -> build/bdist.netbsd-10.0-i386/wheel/./uvloop copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/request.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/request.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/server.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/server.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/sslproto.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/sslproto.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop creating build/bdist.netbsd-10.0-i386/wheel/uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/async_.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/async_.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/basetransport.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/basetransport.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/check.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/check.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/fsevent.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/fsevent.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/handle.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/handle.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/idle.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/idle.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/pipe.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/pipe.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/poll.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/poll.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/process.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/process.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/stream.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/stream.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/streamserver.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/streamserver.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/tcp.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/tcp.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/timer.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/timer.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/udp.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/handles/udp.pyx -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/handles creating build/bdist.netbsd-10.0-i386/wheel/uvloop/includes copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/includes/__init__.py -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/includes copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/includes/consts.pxi -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/includes copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/includes/debug.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/includes copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/includes/flowcontrol.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/includes copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/includes/python.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/includes copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/includes/stdlib.pxi -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/includes copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/includes/system.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/includes copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/includes/uv.pxd -> build/bdist.netbsd-10.0-i386/wheel/./uvloop/includes copying build/lib.netbsd-10.0-i386-cpython-313/uvloop/loop.so -> build/bdist.netbsd-10.0-i386/wheel/./uvloop running install_egg_info Copying uvloop.egg-info to build/bdist.netbsd-10.0-i386/wheel/./uvloop-0.21.0-py3.13.egg-info running install_scripts creating build/bdist.netbsd-10.0-i386/wheel/uvloop-0.21.0.dist-info/WHEEL creating '/pbulk/work/devel/py-uvloop/work/uvloop-0.21.0/dist/.tmp-_yl2ta67/uvloop-0.21.0-cp313-cp313-netbsd_10_0_i386.whl' and adding 'build/bdist.netbsd-10.0-i386/wheel' to it adding 'uvloop/__init__.py' adding 'uvloop/_noop.py' adding 'uvloop/_testbase.py' adding 'uvloop/_version.py' adding 'uvloop/cbhandles.pxd' adding 'uvloop/cbhandles.pyx' adding 'uvloop/dns.pyx' adding 'uvloop/errors.pyx' adding 'uvloop/loop.pxd' adding 'uvloop/loop.pyi' adding 'uvloop/loop.pyx' adding 'uvloop/loop.so' adding 'uvloop/lru.pyx' adding 'uvloop/pseudosock.pyx' adding 'uvloop/py.typed' adding 'uvloop/request.pxd' adding 'uvloop/request.pyx' adding 'uvloop/server.pxd' adding 'uvloop/server.pyx' adding 'uvloop/sslproto.pxd' adding 'uvloop/sslproto.pyx' adding 'uvloop/handles/async_.pxd' adding 'uvloop/handles/async_.pyx' adding 'uvloop/handles/basetransport.pxd' adding 'uvloop/handles/basetransport.pyx' adding 'uvloop/handles/check.pxd' adding 'uvloop/handles/check.pyx' adding 'uvloop/handles/fsevent.pxd' adding 'uvloop/handles/fsevent.pyx' adding 'uvloop/handles/handle.pxd' adding 'uvloop/handles/handle.pyx' adding 'uvloop/handles/idle.pxd' adding 'uvloop/handles/idle.pyx' adding 'uvloop/handles/pipe.pxd' adding 'uvloop/handles/pipe.pyx' adding 'uvloop/handles/poll.pxd' adding 'uvloop/handles/poll.pyx' adding 'uvloop/handles/process.pxd' adding 'uvloop/handles/process.pyx' adding 'uvloop/handles/stream.pxd' adding 'uvloop/handles/stream.pyx' adding 'uvloop/handles/streamserver.pxd' adding 'uvloop/handles/streamserver.pyx' adding 'uvloop/handles/tcp.pxd' adding 'uvloop/handles/tcp.pyx' adding 'uvloop/handles/timer.pxd' adding 'uvloop/handles/timer.pyx' adding 'uvloop/handles/udp.pxd' adding 'uvloop/handles/udp.pyx' adding 'uvloop/includes/__init__.py' adding 'uvloop/includes/consts.pxi' adding 'uvloop/includes/debug.pxd' adding 'uvloop/includes/flowcontrol.pxd' adding 'uvloop/includes/python.pxd' adding 'uvloop/includes/stdlib.pxi' adding 'uvloop/includes/system.pxd' adding 'uvloop/includes/uv.pxd' adding 'uvloop-0.21.0.dist-info/licenses/LICENSE-APACHE' adding 'uvloop-0.21.0.dist-info/licenses/LICENSE-MIT' adding 'uvloop-0.21.0.dist-info/METADATA' adding 'uvloop-0.21.0.dist-info/WHEEL' adding 'uvloop-0.21.0.dist-info/top_level.txt' adding 'uvloop-0.21.0.dist-info/RECORD' removing build/bdist.netbsd-10.0-i386/wheel Successfully built uvloop-0.21.0-cp313-cp313-netbsd_10_0_i386.whl