=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/devel/py-restructuredtext_lint", "all", "PYTHON_VERSION_REQD=311", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for py311-restructuredtext_lint-2.0.2 * Building wheel... /opt/local/lib/python3.11/site-packages/setuptools/dist.py:765: SetuptoolsDeprecationWarning: License classifiers are deprecated. !! ******************************************************************************** Please consider removing the following classifiers in favor of a SPDX license expression: License :: Public Domain 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/restructuredtext_lint copying restructuredtext_lint/__init__.py -> build/lib/restructuredtext_lint copying restructuredtext_lint/cli.py -> build/lib/restructuredtext_lint copying restructuredtext_lint/lint.py -> build/lib/restructuredtext_lint creating build/lib/restructuredtext_lint/test copying restructuredtext_lint/test/__init__.py -> build/lib/restructuredtext_lint/test copying restructuredtext_lint/test/test.py -> build/lib/restructuredtext_lint/test running egg_info writing restructuredtext_lint.egg-info/PKG-INFO writing dependency_links to restructuredtext_lint.egg-info/dependency_links.txt writing entry points to restructuredtext_lint.egg-info/entry_points.txt writing requirements to restructuredtext_lint.egg-info/requires.txt writing top-level names to restructuredtext_lint.egg-info/top_level.txt reading manifest file 'restructuredtext_lint.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'restructuredtext_lint.egg-info/SOURCES.txt' /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'restructuredtext_lint.test.test_files' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'restructuredtext_lint.test.test_files' 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 'restructuredtext_lint.test.test_files' 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 'restructuredtext_lint.test.test_files' to be distributed and are already explicitly excluding 'restructuredtext_lint.test.test_files' 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) /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'restructuredtext_lint.test.test_files.dir' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'restructuredtext_lint.test.test_files.dir' 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 'restructuredtext_lint.test.test_files.dir' 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 'restructuredtext_lint.test.test_files.dir' to be distributed and are already explicitly excluding 'restructuredtext_lint.test.test_files.dir' 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) /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'restructuredtext_lint.test.test_files.dir.subdir' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'restructuredtext_lint.test.test_files.dir.subdir' 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 'restructuredtext_lint.test.test_files.dir.subdir' 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 'restructuredtext_lint.test.test_files.dir.subdir' to be distributed and are already explicitly excluding 'restructuredtext_lint.test.test_files.dir.subdir' 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 restructuredtext_lint/VERSION -> build/lib/restructuredtext_lint creating build/lib/restructuredtext_lint/test/test_files copying restructuredtext_lint/test/test_files/invalid.rst -> build/lib/restructuredtext_lint/test/test_files copying restructuredtext_lint/test/test_files/invalid_line_mismatch.rst -> build/lib/restructuredtext_lint/test/test_files copying restructuredtext_lint/test/test_files/invalid_link.rst -> build/lib/restructuredtext_lint/test/test_files copying restructuredtext_lint/test/test_files/invalid_target.rst -> build/lib/restructuredtext_lint/test/test_files copying restructuredtext_lint/test/test_files/second_short_heading.rst -> build/lib/restructuredtext_lint/test/test_files copying restructuredtext_lint/test/test_files/utf8.rst -> build/lib/restructuredtext_lint/test/test_files copying restructuredtext_lint/test/test_files/valid.rst -> build/lib/restructuredtext_lint/test/test_files creating build/lib/restructuredtext_lint/test/test_files/dir copying restructuredtext_lint/test/test_files/dir/valid.rst -> build/lib/restructuredtext_lint/test/test_files/dir creating build/lib/restructuredtext_lint/test/test_files/dir/subdir copying restructuredtext_lint/test/test_files/dir/subdir/invalid.rst -> build/lib/restructuredtext_lint/test/test_files/dir/subdir installing to build/bdist.solaris-2.11-i86pc.64bit/wheel running install running install_lib creating build/bdist.solaris-2.11-i86pc.64bit/wheel creating build/bdist.solaris-2.11-i86pc.64bit/wheel/restructuredtext_lint copying build/lib/restructuredtext_lint/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./restructuredtext_lint copying build/lib/restructuredtext_lint/cli.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./restructuredtext_lint copying build/lib/restructuredtext_lint/lint.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./restructuredtext_lint creating build/bdist.solaris-2.11-i86pc.64bit/wheel/restructuredtext_lint/test copying build/lib/restructuredtext_lint/test/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./restructuredtext_lint/test copying build/lib/restructuredtext_lint/test/test.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./restructuredtext_lint/test creating build/bdist.solaris-2.11-i86pc.64bit/wheel/restructuredtext_lint/test/test_files copying build/lib/restructuredtext_lint/test/test_files/invalid.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./restructuredtext_lint/test/test_files copying build/lib/restructuredtext_lint/test/test_files/invalid_line_mismatch.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./restructuredtext_lint/test/test_files copying build/lib/restructuredtext_lint/test/test_files/invalid_link.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./restructuredtext_lint/test/test_files copying build/lib/restructuredtext_lint/test/test_files/invalid_target.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./restructuredtext_lint/test/test_files copying build/lib/restructuredtext_lint/test/test_files/second_short_heading.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./restructuredtext_lint/test/test_files copying build/lib/restructuredtext_lint/test/test_files/utf8.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./restructuredtext_lint/test/test_files copying build/lib/restructuredtext_lint/test/test_files/valid.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./restructuredtext_lint/test/test_files creating build/bdist.solaris-2.11-i86pc.64bit/wheel/restructuredtext_lint/test/test_files/dir copying build/lib/restructuredtext_lint/test/test_files/dir/valid.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./restructuredtext_lint/test/test_files/dir creating build/bdist.solaris-2.11-i86pc.64bit/wheel/restructuredtext_lint/test/test_files/dir/subdir copying build/lib/restructuredtext_lint/test/test_files/dir/subdir/invalid.rst -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./restructuredtext_lint/test/test_files/dir/subdir copying build/lib/restructuredtext_lint/VERSION -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./restructuredtext_lint running install_egg_info Copying restructuredtext_lint.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./restructuredtext_lint-2.0.2-py3.11.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/restructuredtext_lint-2.0.2.dist-info/WHEEL creating '/tmp/work/devel/py-restructuredtext_lint/work/restructuredtext_lint-2.0.2/dist/.tmp-_nnfvju4/restructuredtext_lint-2.0.2-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'restructuredtext_lint/VERSION' adding 'restructuredtext_lint/__init__.py' adding 'restructuredtext_lint/cli.py' adding 'restructuredtext_lint/lint.py' adding 'restructuredtext_lint/test/__init__.py' adding 'restructuredtext_lint/test/test.py' adding 'restructuredtext_lint/test/test_files/invalid.rst' adding 'restructuredtext_lint/test/test_files/invalid_line_mismatch.rst' adding 'restructuredtext_lint/test/test_files/invalid_link.rst' adding 'restructuredtext_lint/test/test_files/invalid_target.rst' adding 'restructuredtext_lint/test/test_files/second_short_heading.rst' adding 'restructuredtext_lint/test/test_files/utf8.rst' adding 'restructuredtext_lint/test/test_files/valid.rst' adding 'restructuredtext_lint/test/test_files/dir/valid.rst' adding 'restructuredtext_lint/test/test_files/dir/subdir/invalid.rst' adding 'restructuredtext_lint-2.0.2.dist-info/METADATA' adding 'restructuredtext_lint-2.0.2.dist-info/WHEEL' adding 'restructuredtext_lint-2.0.2.dist-info/entry_points.txt' adding 'restructuredtext_lint-2.0.2.dist-info/top_level.txt' adding 'restructuredtext_lint-2.0.2.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built restructuredtext_lint-2.0.2-py3-none-any.whl