>>> Building on exopi-2 under net/py-telegram BDEPENDS = [devel/py-build;lang/python/3;devel/py-setuptools_scm;devel/py-wheel;devel/py-setuptools;devel/py-installer] DIST = [net/py-telegram:python_telegram-0.19.0.tar.gz] FULLPKGNAME = py3-telegram-0.19.0 RDEPENDS = [net/tdlib;textproc/py-telegram-text;lang/python/3] (Junk lock obtained for exopi-2 at 1738576069.45) >>> Running depends in net/py-telegram at 1738576069.53 last junk was in textproc/apertium-lex-tools /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-75.6.0p0v0 py3-setuptools_scm-8.1.0 py3-wheel-0.45.1p0 was: /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-75.6.0p0v0 py3-setuptools_scm-8.1.0 py3-wheel-0.45.1p0 python-3.12.8p2 /usr/sbin/pkg_add -aI -Drepair py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-75.6.0p0v0 py3-setuptools_scm-8.1.0 py3-wheel-0.45.1p0 >>> Running show-prepare-results in net/py-telegram at 1738576071.60 ===> net/py-telegram ===> Building from scratch py3-telegram-0.19.0 ===> py3-telegram-0.19.0 depends on: python->=3.12,<3.13 -> python-3.12.8p2 ===> py3-telegram-0.19.0 depends on: py3-build-* -> py3-build-1.2.2.post1p0 ===> py3-telegram-0.19.0 depends on: py3-installer-* -> py3-installer-0.7.0p1 ===> py3-telegram-0.19.0 depends on: py3-setuptools-* -> py3-setuptools-75.6.0p0v0 ===> py3-telegram-0.19.0 depends on: py3-wheel-* -> py3-wheel-0.45.1p0 ===> py3-telegram-0.19.0 depends on: py3-setuptools_scm-* -> py3-setuptools_scm-8.1.0 py3-build-1.2.2.post1p0 py3-installer-0.7.0p1 py3-setuptools-75.6.0p0v0 py3-setuptools_scm-8.1.0 py3-wheel-0.45.1p0 python-3.12.8p2 (Junk lock released for exopi-2 at 1738576073.40) distfiles size=20313048 >>> Running build in net/py-telegram at 1738576073.45 ===> net/py-telegram ===> Checking files for py3-telegram-0.19.0 `/exopi-cvs/ports/distfiles/python_telegram-0.19.0.tar.gz' is up to date. >> (SHA256) all files: OK ===> Extracting for py3-telegram-0.19.0 ===> Patching for py3-telegram-0.19.0 ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ ===> Generating configure for py3-telegram-0.19.0 ===> Configuring for py3-telegram-0.19.0 ===> Building for py3-telegram-0.19.0 * Getting build dependencies for wheel... running egg_info writing python_telegram.egg-info/PKG-INFO writing dependency_links to python_telegram.egg-info/dependency_links.txt writing requirements to python_telegram.egg-info/requires.txt writing top-level names to python_telegram.egg-info/top_level.txt reading manifest file 'python_telegram.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'LICENSE.txt' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'python_telegram.egg-info/SOURCES.txt' * Building wheel... running bdist_wheel running build running build_py creating build/lib/telegram copying telegram/__init__.py -> build/lib/telegram copying telegram/_version.py -> build/lib/telegram copying telegram/client.py -> build/lib/telegram copying telegram/tdjson.py -> build/lib/telegram copying telegram/text.py -> build/lib/telegram copying telegram/utils.py -> build/lib/telegram copying telegram/worker.py -> build/lib/telegram running egg_info writing python_telegram.egg-info/PKG-INFO writing dependency_links to python_telegram.egg-info/dependency_links.txt writing requirements to python_telegram.egg-info/requires.txt writing top-level names to python_telegram.egg-info/top_level.txt reading manifest file 'python_telegram.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'LICENSE.txt' warning: no previously-included files matching '*.pyc' found anywhere in distribution adding license file 'LICENSE' writing manifest file 'python_telegram.egg-info/SOURCES.txt' /usr/local/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'telegram.lib.darwin' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'telegram.lib.darwin' 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 'telegram.lib.darwin' 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 'telegram.lib.darwin' to be distributed and are already explicitly excluding 'telegram.lib.darwin' 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/local/lib/python3.12/site-packages/setuptools/command/build_py.py:212: _Warning: Package 'telegram.lib.linux' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'telegram.lib.linux' 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 'telegram.lib.linux' 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 'telegram.lib.linux' to be distributed and are already explicitly excluding 'telegram.lib.linux' 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 telegram/py.typed -> build/lib/telegram creating build/lib/telegram/lib/darwin copying telegram/lib/darwin/libtdjson.dylib -> build/lib/telegram/lib/darwin creating build/lib/telegram/lib/linux copying telegram/lib/linux/libtdjson.so -> build/lib/telegram/lib/linux installing to build/bdist.openbsd-7.6-amd64/wheel running install running install_lib creating build/bdist.openbsd-7.6-amd64/wheel creating build/bdist.openbsd-7.6-amd64/wheel/telegram copying build/lib/telegram/__init__.py -> build/bdist.openbsd-7.6-amd64/wheel/./telegram copying build/lib/telegram/_version.py -> build/bdist.openbsd-7.6-amd64/wheel/./telegram copying build/lib/telegram/client.py -> build/bdist.openbsd-7.6-amd64/wheel/./telegram copying build/lib/telegram/tdjson.py -> build/bdist.openbsd-7.6-amd64/wheel/./telegram copying build/lib/telegram/text.py -> build/bdist.openbsd-7.6-amd64/wheel/./telegram copying build/lib/telegram/utils.py -> build/bdist.openbsd-7.6-amd64/wheel/./telegram copying build/lib/telegram/worker.py -> build/bdist.openbsd-7.6-amd64/wheel/./telegram copying build/lib/telegram/py.typed -> build/bdist.openbsd-7.6-amd64/wheel/./telegram creating build/bdist.openbsd-7.6-amd64/wheel/telegram/lib creating build/bdist.openbsd-7.6-amd64/wheel/telegram/lib/darwin copying build/lib/telegram/lib/darwin/libtdjson.dylib -> build/bdist.openbsd-7.6-amd64/wheel/./telegram/lib/darwin creating build/bdist.openbsd-7.6-amd64/wheel/telegram/lib/linux copying build/lib/telegram/lib/linux/libtdjson.so -> build/bdist.openbsd-7.6-amd64/wheel/./telegram/lib/linux running install_egg_info Copying python_telegram.egg-info to build/bdist.openbsd-7.6-amd64/wheel/./python_telegram-0.19.0-py3.12.egg-info running install_scripts creating build/bdist.openbsd-7.6-amd64/wheel/python_telegram-0.19.0.dist-info/WHEEL creating '/exopi-obj/pobj/py-telegram-0.19.0/python_telegram-0.19.0/dist/.tmp-upewsx95/python_telegram-0.19.0-py3-none-any.whl' and adding 'build/bdist.openbsd-7.6-amd64/wheel' to it adding 'telegram/__init__.py' adding 'telegram/_version.py' adding 'telegram/client.py' adding 'telegram/py.typed' adding 'telegram/tdjson.py' adding 'telegram/text.py' adding 'telegram/utils.py' adding 'telegram/worker.py' adding 'telegram/lib/darwin/libtdjson.dylib' adding 'telegram/lib/linux/libtdjson.so' adding 'python_telegram-0.19.0.dist-info/LICENSE' adding 'python_telegram-0.19.0.dist-info/METADATA' adding 'python_telegram-0.19.0.dist-info/WHEEL' adding 'python_telegram-0.19.0.dist-info/top_level.txt' adding 'python_telegram-0.19.0.dist-info/RECORD' removing build/bdist.openbsd-7.6-amd64/wheel Successfully built python_telegram-0.19.0-py3-none-any.whl >>> Running package in net/py-telegram at 1738576082.18 ===> net/py-telegram ===> Faking installation for py3-telegram-0.19.0 rm -rf /exopi-obj/pobj/py-telegram-0.19.0/fake-amd64/usr/local/lib/python3.12/site-packages/telegram/lib ===> Building package for py3-telegram-0.19.0 Create /exopi-cvs/ports/packages/amd64/all/py3-telegram-0.19.0.tgz Creating package py3-telegram-0.19.0 reading plist| checking dependencies| checking dependencies|lang/python/3,-main checking dependencies|net/tdlib checking dependencies|textproc/py-telegram-text checksumming| checksumming| | 0% checksumming|* | 2% checksumming|*** | 5% checksumming|**** | 7% checksumming|****** | 10% checksumming|******* | 12% checksumming|********* | 15% checksumming|********** | 17% checksumming|************ | 20% checksumming|************* | 22% checksumming|*************** | 24% checksumming|**************** | 27% checksumming|****************** | 29% checksumming|******************* | 32% checksumming|********************* | 34% checksumming|********************** | 37% checksumming|************************ | 39% checksumming|************************* | 41% checksumming|*************************** | 44% checksumming|**************************** | 46% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|********************************* | 54% checksumming|********************************** | 56% checksumming|************************************ | 59% checksumming|************************************* | 61% checksumming|*************************************** | 63% checksumming|**************************************** | 66% checksumming|****************************************** | 68% checksumming|******************************************* | 71% checksumming|********************************************* | 73% checksumming|********************************************** | 76% checksumming|************************************************ | 78% checksumming|************************************************* | 80% checksumming|*************************************************** | 83% checksumming|**************************************************** | 85% checksumming|****************************************************** | 88% checksumming|******************************************************* | 90% checksumming|********************************************************* | 93% checksumming|********************************************************** | 95% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|* | 1% archiving|**************** | 26% archiving|******************************** | 50% archiving|*********************************** | 55% archiving|************************************** | 60% archiving|*************************************** | 60% archiving|*************************************** | 61% archiving|**************************************** | 63% archiving|****************************************** | 65% archiving|******************************************* | 67% archiving|******************************************** | 69% archiving|********************************************** | 73% archiving|*********************************************** | 73% archiving|*********************************************** | 74% archiving|************************************************************ | 94% archiving|************************************************************** | 97% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/py3-telegram-0.19.0.tgz >>> Running clean in net/py-telegram at 1738576085.78 ===> net/py-telegram ===> Cleaning for py3-telegram-0.19.0 >>> Ended at 1738576086.10 max_stuck=0.68/depends=2.11/show-prepare-results=1.83/build=8.73/package=3.60/clean=0.36