=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/www/py-django-sortedm2m", "all", "PYTHON_VERSION_REQD=311", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for py311-django-sortedm2m-4.0.0 * 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 :: OSI Approved :: BSD License See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! self._finalize_license_expression() running bdist_wheel /opt/local/lib/python3.11/site-packages/setuptools/_distutils/cmd.py:119: SetuptoolsDeprecationWarning: bdist_wheel.universal is deprecated !! ******************************************************************************** With Python 2.7 end-of-life, support for building universal wheels (i.e., wheels that support both Python 2 and Python 3) is being obviated. Please discontinue using this option, or if you still need it, file an issue with pypa/setuptools describing your use case. This deprecation is overdue, please update your project and remove deprecated calls to avoid build errors in the future. ******************************************************************************** !! self.finalize_options() running build running build_py creating build/lib/sortedm2m copying sortedm2m/__init__.py -> build/lib/sortedm2m copying sortedm2m/compat.py -> build/lib/sortedm2m copying sortedm2m/fields.py -> build/lib/sortedm2m copying sortedm2m/forms.py -> build/lib/sortedm2m copying sortedm2m/models.py -> build/lib/sortedm2m copying sortedm2m/operations.py -> build/lib/sortedm2m running egg_info creating django_sortedm2m.egg-info writing django_sortedm2m.egg-info/PKG-INFO writing dependency_links to django_sortedm2m.egg-info/dependency_links.txt writing top-level names to django_sortedm2m.egg-info/top_level.txt writing manifest file 'django_sortedm2m.egg-info/SOURCES.txt' reading manifest file 'django_sortedm2m.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' under directory 'requirements' adding license file 'LICENSE.txt' adding license file 'AUTHORS.rst' writing manifest file 'django_sortedm2m.egg-info/SOURCES.txt' /opt/local/lib/python3.11/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'sortedm2m.locale.cs.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.locale.cs.LC_MESSAGES' 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 'sortedm2m.locale.cs.LC_MESSAGES' 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 'sortedm2m.locale.cs.LC_MESSAGES' to be distributed and are already explicitly excluding 'sortedm2m.locale.cs.LC_MESSAGES' 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 'sortedm2m.locale.de.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.locale.de.LC_MESSAGES' 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 'sortedm2m.locale.de.LC_MESSAGES' 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 'sortedm2m.locale.de.LC_MESSAGES' to be distributed and are already explicitly excluding 'sortedm2m.locale.de.LC_MESSAGES' 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 'sortedm2m.locale.es.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.locale.es.LC_MESSAGES' 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 'sortedm2m.locale.es.LC_MESSAGES' 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 'sortedm2m.locale.es.LC_MESSAGES' to be distributed and are already explicitly excluding 'sortedm2m.locale.es.LC_MESSAGES' 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 'sortedm2m.locale.fr.LC_MESSAGES' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.locale.fr.LC_MESSAGES' 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 'sortedm2m.locale.fr.LC_MESSAGES' 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 'sortedm2m.locale.fr.LC_MESSAGES' to be distributed and are already explicitly excluding 'sortedm2m.locale.fr.LC_MESSAGES' 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 'sortedm2m.static.sortedm2m' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.static.sortedm2m' 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 'sortedm2m.static.sortedm2m' 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 'sortedm2m.static.sortedm2m' to be distributed and are already explicitly excluding 'sortedm2m.static.sortedm2m' 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 'sortedm2m.templates.sortedm2m' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'sortedm2m.templates.sortedm2m' 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 'sortedm2m.templates.sortedm2m' 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 'sortedm2m.templates.sortedm2m' to be distributed and are already explicitly excluding 'sortedm2m.templates.sortedm2m' 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) creating build/lib/sortedm2m/locale/cs/LC_MESSAGES copying sortedm2m/locale/cs/LC_MESSAGES/django.mo -> build/lib/sortedm2m/locale/cs/LC_MESSAGES copying sortedm2m/locale/cs/LC_MESSAGES/django.po -> build/lib/sortedm2m/locale/cs/LC_MESSAGES creating build/lib/sortedm2m/locale/de/LC_MESSAGES copying sortedm2m/locale/de/LC_MESSAGES/django.mo -> build/lib/sortedm2m/locale/de/LC_MESSAGES copying sortedm2m/locale/de/LC_MESSAGES/django.po -> build/lib/sortedm2m/locale/de/LC_MESSAGES creating build/lib/sortedm2m/locale/es/LC_MESSAGES copying sortedm2m/locale/es/LC_MESSAGES/django.mo -> build/lib/sortedm2m/locale/es/LC_MESSAGES copying sortedm2m/locale/es/LC_MESSAGES/django.po -> build/lib/sortedm2m/locale/es/LC_MESSAGES creating build/lib/sortedm2m/locale/fr/LC_MESSAGES copying sortedm2m/locale/fr/LC_MESSAGES/django.mo -> build/lib/sortedm2m/locale/fr/LC_MESSAGES copying sortedm2m/locale/fr/LC_MESSAGES/django.po -> build/lib/sortedm2m/locale/fr/LC_MESSAGES creating build/lib/sortedm2m/static/sortedm2m copying sortedm2m/static/sortedm2m/jquery-ui.js -> build/lib/sortedm2m/static/sortedm2m copying sortedm2m/static/sortedm2m/selector-search.gif -> build/lib/sortedm2m/static/sortedm2m copying sortedm2m/static/sortedm2m/widget.css -> build/lib/sortedm2m/static/sortedm2m copying sortedm2m/static/sortedm2m/widget.js -> build/lib/sortedm2m/static/sortedm2m creating build/lib/sortedm2m/templates/sortedm2m copying sortedm2m/templates/sortedm2m/sorted_checkbox_select_multiple_widget.html -> build/lib/sortedm2m/templates/sortedm2m 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/sortedm2m copying build/lib/sortedm2m/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./sortedm2m copying build/lib/sortedm2m/compat.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./sortedm2m copying build/lib/sortedm2m/fields.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./sortedm2m copying build/lib/sortedm2m/forms.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./sortedm2m copying build/lib/sortedm2m/models.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./sortedm2m copying build/lib/sortedm2m/operations.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./sortedm2m creating build/bdist.solaris-2.11-i86pc.64bit/wheel/sortedm2m/locale creating build/bdist.solaris-2.11-i86pc.64bit/wheel/sortedm2m/locale/cs creating build/bdist.solaris-2.11-i86pc.64bit/wheel/sortedm2m/locale/cs/LC_MESSAGES copying build/lib/sortedm2m/locale/cs/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./sortedm2m/locale/cs/LC_MESSAGES copying build/lib/sortedm2m/locale/cs/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./sortedm2m/locale/cs/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/sortedm2m/locale/de creating build/bdist.solaris-2.11-i86pc.64bit/wheel/sortedm2m/locale/de/LC_MESSAGES copying build/lib/sortedm2m/locale/de/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./sortedm2m/locale/de/LC_MESSAGES copying build/lib/sortedm2m/locale/de/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./sortedm2m/locale/de/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/sortedm2m/locale/es creating build/bdist.solaris-2.11-i86pc.64bit/wheel/sortedm2m/locale/es/LC_MESSAGES copying build/lib/sortedm2m/locale/es/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./sortedm2m/locale/es/LC_MESSAGES copying build/lib/sortedm2m/locale/es/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./sortedm2m/locale/es/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/sortedm2m/locale/fr creating build/bdist.solaris-2.11-i86pc.64bit/wheel/sortedm2m/locale/fr/LC_MESSAGES copying build/lib/sortedm2m/locale/fr/LC_MESSAGES/django.mo -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./sortedm2m/locale/fr/LC_MESSAGES copying build/lib/sortedm2m/locale/fr/LC_MESSAGES/django.po -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./sortedm2m/locale/fr/LC_MESSAGES creating build/bdist.solaris-2.11-i86pc.64bit/wheel/sortedm2m/static creating build/bdist.solaris-2.11-i86pc.64bit/wheel/sortedm2m/static/sortedm2m copying build/lib/sortedm2m/static/sortedm2m/jquery-ui.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./sortedm2m/static/sortedm2m copying build/lib/sortedm2m/static/sortedm2m/selector-search.gif -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./sortedm2m/static/sortedm2m copying build/lib/sortedm2m/static/sortedm2m/widget.css -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./sortedm2m/static/sortedm2m copying build/lib/sortedm2m/static/sortedm2m/widget.js -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./sortedm2m/static/sortedm2m creating build/bdist.solaris-2.11-i86pc.64bit/wheel/sortedm2m/templates creating build/bdist.solaris-2.11-i86pc.64bit/wheel/sortedm2m/templates/sortedm2m copying build/lib/sortedm2m/templates/sortedm2m/sorted_checkbox_select_multiple_widget.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./sortedm2m/templates/sortedm2m running install_egg_info Copying django_sortedm2m.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./django_sortedm2m-4.0.0-py3.11.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/django_sortedm2m-4.0.0.dist-info/WHEEL creating '/tmp/work/www/py-django-sortedm2m/work/django-sortedm2m-4.0.0/dist/.tmp-fsh21ag0/django_sortedm2m-4.0.0-py2.py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'django_sortedm2m-4.0.0.dist-info/licenses/AUTHORS.rst' adding 'django_sortedm2m-4.0.0.dist-info/licenses/LICENSE.txt' adding 'sortedm2m/__init__.py' adding 'sortedm2m/compat.py' adding 'sortedm2m/fields.py' adding 'sortedm2m/forms.py' adding 'sortedm2m/models.py' adding 'sortedm2m/operations.py' adding 'sortedm2m/locale/cs/LC_MESSAGES/django.mo' adding 'sortedm2m/locale/cs/LC_MESSAGES/django.po' adding 'sortedm2m/locale/de/LC_MESSAGES/django.mo' adding 'sortedm2m/locale/de/LC_MESSAGES/django.po' adding 'sortedm2m/locale/es/LC_MESSAGES/django.mo' adding 'sortedm2m/locale/es/LC_MESSAGES/django.po' adding 'sortedm2m/locale/fr/LC_MESSAGES/django.mo' adding 'sortedm2m/locale/fr/LC_MESSAGES/django.po' adding 'sortedm2m/static/sortedm2m/jquery-ui.js' adding 'sortedm2m/static/sortedm2m/selector-search.gif' adding 'sortedm2m/static/sortedm2m/widget.css' adding 'sortedm2m/static/sortedm2m/widget.js' adding 'sortedm2m/templates/sortedm2m/sorted_checkbox_select_multiple_widget.html' adding 'django_sortedm2m-4.0.0.dist-info/METADATA' adding 'django_sortedm2m-4.0.0.dist-info/WHEEL' adding 'django_sortedm2m-4.0.0.dist-info/top_level.txt' adding 'django_sortedm2m-4.0.0.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built django_sortedm2m-4.0.0-py2.py3-none-any.whl