+ case "${usergroup_phase}" in + local run_cmd + run_cmd=run_su + shift + run_su /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/py310-geventhttpclient-2.0.12/work.log + su pbulk -c '"$@"' make /usr/pkg/bin/bmake all BATCH=1 DEPENDS_TARGET=/nonexistent PYTHON_VERSION_REQD=310 WRKLOG=/tmp/bulklog/py310-geventhttpclient-2.0.12/work.log => Bootstrap dependency digest>=20211023: found digest-20220214 ===> Building for py310-geventhttpclient-2.0.12 * Building wheel... warning: no previously-included files matching '__pycache__' found anywhere in distribution warning: no previously-included files matching '*.py[co]' found anywhere in distribution warning: no files found matching 'LICENSE-MIT' warning: no files found matching 'CHANGELOG' /usr/pkg/lib/python3.10/site-packages/setuptools/command/build_py.py:207: _Warning: Package 'geventhttpclient.tests' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'geventhttpclient.tests' 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 'geventhttpclient.tests' 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 'geventhttpclient.tests' to be distributed and are already explicitly excluding 'geventhttpclient.tests' 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) ext/_parser.c: In function 'on_message_complete': ext/_parser.c:48:32: warning: passing argument 1 of 'PyObject_HasAttrString' from incompatible pointer type [-Wincompatible-pointer-types] 48 | if (PyObject_HasAttrString(self, "_on_message_complete")) { | ^~~~ | | | PyHTTPResponseParser * In file included from /home/pbulk/build/net/py-geventhttpclient/work/.buildlink/include/python3.10/Python.h:74, from ext/_parser.c:2: /home/pbulk/build/net/py-geventhttpclient/work/.buildlink/include/python3.10/object.h:273:40: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'PyHTTPResponseParser *' 273 | PyAPI_FUNC(int) PyObject_HasAttrString(PyObject *, const char *); | ^~~~~~~~~~ ext/_parser.c:49:53: warning: passing argument 1 of 'PyObject_GetAttrString' from incompatible pointer type [-Wincompatible-pointer-types] 49 | PyObject* callable = PyObject_GetAttrString(self, "_on_message_complete"); | ^~~~ | | | PyHTTPResponseParser * In file included from /home/pbulk/build/net/py-geventhttpclient/work/.buildlink/include/python3.10/Python.h:74, from ext/_parser.c:2: /home/pbulk/build/net/py-geventhttpclient/work/.buildlink/include/python3.10/object.h:271:47: note: expected 'PyObject *' {aka 'struct _object *'} but argument is of type 'PyHTTPResponseParser *' 271 | PyAPI_FUNC(PyObject *) PyObject_GetAttrString(PyObject *, const char *); | ^~~~~~~~~~ Successfully built geventhttpclient-2.0.12-cp310-cp310-linux_x86_64.whl