=> "/opt/local/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-trunk-x86_64/textproc/py-X", "all", "PYTHON_VERSION_REQD=313", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] ===> Building for py313-X-0.17 * Building wheel... /opt/local/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 2027-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) /opt/local/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 :: GNU General Public License (GPL) See https://packaging.python.org/en/latest/guides/writing-pyproject-toml/#license for details. ******************************************************************************** !! dist._finalize_license_expression() /opt/local/lib/python3.13/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 :: GNU General Public License (GPL) 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/pyx copying pyx/__init__.py -> build/lib/pyx copying pyx/attr.py -> build/lib/pyx copying pyx/baseclasses.py -> build/lib/pyx copying pyx/bbox.py -> build/lib/pyx copying pyx/bitmap.py -> build/lib/pyx copying pyx/box.py -> build/lib/pyx copying pyx/canvas.py -> build/lib/pyx copying pyx/color.py -> build/lib/pyx copying pyx/config.py -> build/lib/pyx copying pyx/connector.py -> build/lib/pyx copying pyx/deco.py -> build/lib/pyx copying pyx/deformer.py -> build/lib/pyx copying pyx/document.py -> build/lib/pyx copying pyx/epsfile.py -> build/lib/pyx copying pyx/mathutils.py -> build/lib/pyx copying pyx/mesh.py -> build/lib/pyx copying pyx/normpath.py -> build/lib/pyx copying pyx/path.py -> build/lib/pyx copying pyx/pattern.py -> build/lib/pyx copying pyx/pdfextra.py -> build/lib/pyx copying pyx/pdfwriter.py -> build/lib/pyx copying pyx/pswriter.py -> build/lib/pyx copying pyx/reader.py -> build/lib/pyx copying pyx/style.py -> build/lib/pyx copying pyx/svgfile.py -> build/lib/pyx copying pyx/svgwriter.py -> build/lib/pyx copying pyx/text.py -> build/lib/pyx copying pyx/trafo.py -> build/lib/pyx copying pyx/unit.py -> build/lib/pyx copying pyx/utils.py -> build/lib/pyx copying pyx/version.py -> build/lib/pyx copying pyx/writer.py -> build/lib/pyx creating build/lib/pyx/graph copying pyx/graph/__init__.py -> build/lib/pyx/graph copying pyx/graph/data.py -> build/lib/pyx/graph copying pyx/graph/graph.py -> build/lib/pyx/graph copying pyx/graph/key.py -> build/lib/pyx/graph copying pyx/graph/style.py -> build/lib/pyx/graph creating build/lib/pyx/graph/axis copying pyx/graph/axis/__init__.py -> build/lib/pyx/graph/axis copying pyx/graph/axis/axis.py -> build/lib/pyx/graph/axis copying pyx/graph/axis/painter.py -> build/lib/pyx/graph/axis copying pyx/graph/axis/parter.py -> build/lib/pyx/graph/axis copying pyx/graph/axis/positioner.py -> build/lib/pyx/graph/axis copying pyx/graph/axis/rater.py -> build/lib/pyx/graph/axis copying pyx/graph/axis/texter.py -> build/lib/pyx/graph/axis copying pyx/graph/axis/tick.py -> build/lib/pyx/graph/axis copying pyx/graph/axis/timeaxis.py -> build/lib/pyx/graph/axis creating build/lib/pyx/font copying pyx/font/__init__.py -> build/lib/pyx/font copying pyx/font/afmfile.py -> build/lib/pyx/font copying pyx/font/font.py -> build/lib/pyx/font copying pyx/font/metric.py -> build/lib/pyx/font copying pyx/font/pfmfile.py -> build/lib/pyx/font copying pyx/font/t1code.py -> build/lib/pyx/font copying pyx/font/t1file.py -> build/lib/pyx/font creating build/lib/pyx/dvi copying pyx/dvi/__init__.py -> build/lib/pyx/dvi copying pyx/dvi/dvifile.py -> build/lib/pyx/dvi copying pyx/dvi/encfile.py -> build/lib/pyx/dvi copying pyx/dvi/mapfile.py -> build/lib/pyx/dvi copying pyx/dvi/texfont.py -> build/lib/pyx/dvi copying pyx/dvi/tfmfile.py -> build/lib/pyx/dvi copying pyx/dvi/vffile.py -> build/lib/pyx/dvi creating build/lib/pyx/metapost copying pyx/metapost/__init__.py -> build/lib/pyx/metapost copying pyx/metapost/mp_path.py -> build/lib/pyx/metapost copying pyx/metapost/path.py -> build/lib/pyx/metapost running egg_info writing PyX.egg-info/PKG-INFO writing dependency_links to PyX.egg-info/dependency_links.txt writing requirements to PyX.egg-info/requires.txt writing top-level names to PyX.egg-info/top_level.txt reading manifest file 'PyX.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'pyxrc' warning: no files found matching '*.jpg' under directory 'gallery' adding license file 'LICENSE' adding license file 'AUTHORS' writing manifest file 'PyX.egg-info/SOURCES.txt' /opt/local/lib/python3.13/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pyx.data' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pyx.data' 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 'pyx.data' 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 'pyx.data' to be distributed and are already explicitly excluding 'pyx.data' 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.13/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pyx.data.afm' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pyx.data.afm' 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 'pyx.data.afm' 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 'pyx.data.afm' to be distributed and are already explicitly excluding 'pyx.data.afm' 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.13/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pyx.data.def' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pyx.data.def' 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 'pyx.data.def' 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 'pyx.data.def' to be distributed and are already explicitly excluding 'pyx.data.def' 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.13/site-packages/setuptools/command/build_py.py:215: _Warning: Package 'pyx.data.lfs' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'pyx.data.lfs' 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 'pyx.data.lfs' 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 'pyx.data.lfs' to be distributed and are already explicitly excluding 'pyx.data.lfs' 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 pyx/pykpathsea.c -> build/lib/pyx creating build/lib/pyx/data copying pyx/data/pyxrc -> build/lib/pyx/data creating build/lib/pyx/data/afm copying pyx/data/afm/Courier-Bold.afm -> build/lib/pyx/data/afm copying pyx/data/afm/Courier-BoldOblique.afm -> build/lib/pyx/data/afm copying pyx/data/afm/Courier-Oblique.afm -> build/lib/pyx/data/afm copying pyx/data/afm/Courier.afm -> build/lib/pyx/data/afm copying pyx/data/afm/Helvetica-Bold.afm -> build/lib/pyx/data/afm copying pyx/data/afm/Helvetica-BoldOblique.afm -> build/lib/pyx/data/afm copying pyx/data/afm/Helvetica-Oblique.afm -> build/lib/pyx/data/afm copying pyx/data/afm/Helvetica.afm -> build/lib/pyx/data/afm copying pyx/data/afm/MustRead.html -> build/lib/pyx/data/afm copying pyx/data/afm/Symbol.afm -> build/lib/pyx/data/afm copying pyx/data/afm/Times-Bold.afm -> build/lib/pyx/data/afm copying pyx/data/afm/Times-BoldItalic.afm -> build/lib/pyx/data/afm copying pyx/data/afm/Times-Italic.afm -> build/lib/pyx/data/afm copying pyx/data/afm/Times-Roman.afm -> build/lib/pyx/data/afm copying pyx/data/afm/ZapfDingbats.afm -> build/lib/pyx/data/afm creating build/lib/pyx/data/def copying pyx/data/def/pyx.def -> build/lib/pyx/data/def creating build/lib/pyx/data/lfs copying pyx/data/lfs/10pt.lfs -> build/lib/pyx/data/lfs copying pyx/data/lfs/10ptex.lfs -> build/lib/pyx/data/lfs copying pyx/data/lfs/11pt.lfs -> build/lib/pyx/data/lfs copying pyx/data/lfs/11ptex.lfs -> build/lib/pyx/data/lfs copying pyx/data/lfs/12pt.lfs -> build/lib/pyx/data/lfs copying pyx/data/lfs/12ptex.lfs -> build/lib/pyx/data/lfs copying pyx/data/lfs/createlfs.py -> build/lib/pyx/data/lfs copying pyx/data/lfs/createlfs.tex -> build/lib/pyx/data/lfs copying pyx/data/lfs/foils17pt.lfs -> build/lib/pyx/data/lfs copying pyx/data/lfs/foils20pt.lfs -> build/lib/pyx/data/lfs copying pyx/data/lfs/foils25pt.lfs -> build/lib/pyx/data/lfs copying pyx/data/lfs/foils30pt.lfs -> build/lib/pyx/data/lfs copying pyx/font/_t1code.c -> build/lib/pyx/font 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/pyx copying build/lib/pyx/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/attr.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/baseclasses.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/bbox.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/bitmap.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/box.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/canvas.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/color.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/config.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/connector.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/deco.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/deformer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/document.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/epsfile.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/mathutils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/mesh.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/normpath.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/path.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/pattern.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/pdfextra.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/pdfwriter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/pswriter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/reader.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/style.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/svgfile.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/svgwriter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/text.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/trafo.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/unit.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/utils.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/version.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx copying build/lib/pyx/writer.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pyx/graph copying build/lib/pyx/graph/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/graph copying build/lib/pyx/graph/data.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/graph copying build/lib/pyx/graph/graph.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/graph copying build/lib/pyx/graph/key.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/graph copying build/lib/pyx/graph/style.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/graph creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pyx/graph/axis copying build/lib/pyx/graph/axis/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/graph/axis copying build/lib/pyx/graph/axis/axis.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/graph/axis copying build/lib/pyx/graph/axis/painter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/graph/axis copying build/lib/pyx/graph/axis/parter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/graph/axis copying build/lib/pyx/graph/axis/positioner.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/graph/axis copying build/lib/pyx/graph/axis/rater.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/graph/axis copying build/lib/pyx/graph/axis/texter.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/graph/axis copying build/lib/pyx/graph/axis/tick.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/graph/axis copying build/lib/pyx/graph/axis/timeaxis.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/graph/axis creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pyx/font copying build/lib/pyx/font/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/font copying build/lib/pyx/font/afmfile.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/font copying build/lib/pyx/font/font.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/font copying build/lib/pyx/font/metric.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/font copying build/lib/pyx/font/pfmfile.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/font copying build/lib/pyx/font/t1code.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/font copying build/lib/pyx/font/t1file.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/font copying build/lib/pyx/font/_t1code.c -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/font creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pyx/dvi copying build/lib/pyx/dvi/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/dvi copying build/lib/pyx/dvi/dvifile.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/dvi copying build/lib/pyx/dvi/encfile.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/dvi copying build/lib/pyx/dvi/mapfile.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/dvi copying build/lib/pyx/dvi/texfont.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/dvi copying build/lib/pyx/dvi/tfmfile.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/dvi copying build/lib/pyx/dvi/vffile.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/dvi creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pyx/metapost copying build/lib/pyx/metapost/__init__.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/metapost copying build/lib/pyx/metapost/mp_path.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/metapost copying build/lib/pyx/metapost/path.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/metapost copying build/lib/pyx/pykpathsea.c -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pyx/data copying build/lib/pyx/data/pyxrc -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pyx/data/afm copying build/lib/pyx/data/afm/Courier-Bold.afm -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/afm copying build/lib/pyx/data/afm/Courier-BoldOblique.afm -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/afm copying build/lib/pyx/data/afm/Courier-Oblique.afm -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/afm copying build/lib/pyx/data/afm/Courier.afm -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/afm copying build/lib/pyx/data/afm/Helvetica-Bold.afm -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/afm copying build/lib/pyx/data/afm/Helvetica-BoldOblique.afm -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/afm copying build/lib/pyx/data/afm/Helvetica-Oblique.afm -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/afm copying build/lib/pyx/data/afm/Helvetica.afm -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/afm copying build/lib/pyx/data/afm/MustRead.html -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/afm copying build/lib/pyx/data/afm/Symbol.afm -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/afm copying build/lib/pyx/data/afm/Times-Bold.afm -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/afm copying build/lib/pyx/data/afm/Times-BoldItalic.afm -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/afm copying build/lib/pyx/data/afm/Times-Italic.afm -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/afm copying build/lib/pyx/data/afm/Times-Roman.afm -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/afm copying build/lib/pyx/data/afm/ZapfDingbats.afm -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/afm creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pyx/data/def copying build/lib/pyx/data/def/pyx.def -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/def creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pyx/data/lfs copying build/lib/pyx/data/lfs/10pt.lfs -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/lfs copying build/lib/pyx/data/lfs/10ptex.lfs -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/lfs copying build/lib/pyx/data/lfs/11pt.lfs -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/lfs copying build/lib/pyx/data/lfs/11ptex.lfs -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/lfs copying build/lib/pyx/data/lfs/12pt.lfs -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/lfs copying build/lib/pyx/data/lfs/12ptex.lfs -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/lfs copying build/lib/pyx/data/lfs/createlfs.py -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/lfs copying build/lib/pyx/data/lfs/createlfs.tex -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/lfs copying build/lib/pyx/data/lfs/foils17pt.lfs -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/lfs copying build/lib/pyx/data/lfs/foils20pt.lfs -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/lfs copying build/lib/pyx/data/lfs/foils25pt.lfs -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/lfs copying build/lib/pyx/data/lfs/foils30pt.lfs -> build/bdist.solaris-2.11-i86pc.64bit/wheel/./pyx/data/lfs running install_egg_info Copying PyX.egg-info to build/bdist.solaris-2.11-i86pc.64bit/wheel/./PyX-0.17-py3.13.egg-info running install_scripts creating build/bdist.solaris-2.11-i86pc.64bit/wheel/pyx-0.17.dist-info/WHEEL creating '/tmp/work/textproc/py-X/work/pyx-0.17/dist/.tmp-k9n5knns/pyx-0.17-py3-none-any.whl' and adding 'build/bdist.solaris-2.11-i86pc.64bit/wheel' to it adding 'pyx/__init__.py' adding 'pyx/attr.py' adding 'pyx/baseclasses.py' adding 'pyx/bbox.py' adding 'pyx/bitmap.py' adding 'pyx/box.py' adding 'pyx/canvas.py' adding 'pyx/color.py' adding 'pyx/config.py' adding 'pyx/connector.py' adding 'pyx/deco.py' adding 'pyx/deformer.py' adding 'pyx/document.py' adding 'pyx/epsfile.py' adding 'pyx/mathutils.py' adding 'pyx/mesh.py' adding 'pyx/normpath.py' adding 'pyx/path.py' adding 'pyx/pattern.py' adding 'pyx/pdfextra.py' adding 'pyx/pdfwriter.py' adding 'pyx/pswriter.py' adding 'pyx/pykpathsea.c' adding 'pyx/reader.py' adding 'pyx/style.py' adding 'pyx/svgfile.py' adding 'pyx/svgwriter.py' adding 'pyx/text.py' adding 'pyx/trafo.py' adding 'pyx/unit.py' adding 'pyx/utils.py' adding 'pyx/version.py' adding 'pyx/writer.py' adding 'pyx/data/pyxrc' adding 'pyx/data/afm/Courier-Bold.afm' adding 'pyx/data/afm/Courier-BoldOblique.afm' adding 'pyx/data/afm/Courier-Oblique.afm' adding 'pyx/data/afm/Courier.afm' adding 'pyx/data/afm/Helvetica-Bold.afm' adding 'pyx/data/afm/Helvetica-BoldOblique.afm' adding 'pyx/data/afm/Helvetica-Oblique.afm' adding 'pyx/data/afm/Helvetica.afm' adding 'pyx/data/afm/MustRead.html' adding 'pyx/data/afm/Symbol.afm' adding 'pyx/data/afm/Times-Bold.afm' adding 'pyx/data/afm/Times-BoldItalic.afm' adding 'pyx/data/afm/Times-Italic.afm' adding 'pyx/data/afm/Times-Roman.afm' adding 'pyx/data/afm/ZapfDingbats.afm' adding 'pyx/data/def/pyx.def' adding 'pyx/data/lfs/10pt.lfs' adding 'pyx/data/lfs/10ptex.lfs' adding 'pyx/data/lfs/11pt.lfs' adding 'pyx/data/lfs/11ptex.lfs' adding 'pyx/data/lfs/12pt.lfs' adding 'pyx/data/lfs/12ptex.lfs' adding 'pyx/data/lfs/createlfs.py' adding 'pyx/data/lfs/createlfs.tex' adding 'pyx/data/lfs/foils17pt.lfs' adding 'pyx/data/lfs/foils20pt.lfs' adding 'pyx/data/lfs/foils25pt.lfs' adding 'pyx/data/lfs/foils30pt.lfs' adding 'pyx/dvi/__init__.py' adding 'pyx/dvi/dvifile.py' adding 'pyx/dvi/encfile.py' adding 'pyx/dvi/mapfile.py' adding 'pyx/dvi/texfont.py' adding 'pyx/dvi/tfmfile.py' adding 'pyx/dvi/vffile.py' adding 'pyx/font/__init__.py' adding 'pyx/font/_t1code.c' adding 'pyx/font/afmfile.py' adding 'pyx/font/font.py' adding 'pyx/font/metric.py' adding 'pyx/font/pfmfile.py' adding 'pyx/font/t1code.py' adding 'pyx/font/t1file.py' adding 'pyx/graph/__init__.py' adding 'pyx/graph/data.py' adding 'pyx/graph/graph.py' adding 'pyx/graph/key.py' adding 'pyx/graph/style.py' adding 'pyx/graph/axis/__init__.py' adding 'pyx/graph/axis/axis.py' adding 'pyx/graph/axis/painter.py' adding 'pyx/graph/axis/parter.py' adding 'pyx/graph/axis/positioner.py' adding 'pyx/graph/axis/rater.py' adding 'pyx/graph/axis/texter.py' adding 'pyx/graph/axis/tick.py' adding 'pyx/graph/axis/timeaxis.py' adding 'pyx/metapost/__init__.py' adding 'pyx/metapost/mp_path.py' adding 'pyx/metapost/path.py' adding 'pyx-0.17.dist-info/licenses/AUTHORS' adding 'pyx-0.17.dist-info/licenses/LICENSE' adding 'pyx-0.17.dist-info/METADATA' adding 'pyx-0.17.dist-info/WHEEL' adding 'pyx-0.17.dist-info/top_level.txt' adding 'pyx-0.17.dist-info/RECORD' removing build/bdist.solaris-2.11-i86pc.64bit/wheel Successfully built pyx-0.17-py3-none-any.whl