Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 08 Dec 2024 03:00:19 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 283188] graphics/py-pillow: compile fails on 13.4-RELEASE-p2
Message-ID:  <bug-283188-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D283188

            Bug ID: 283188
           Summary: graphics/py-pillow: compile fails on 13.4-RELEASE-p2
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: sunpoet@FreeBSD.org
          Reporter: george@m5p.com
          Assignee: sunpoet@FreeBSD.org
             Flags: maintainer-feedback?(sunpoet@FreeBSD.org)

Output from failed compilation:

=3D=3D=3D>  Cleaning for py311-pillow-11.0.0
=3D=3D=3D>  License MIT-CMU accepted by the user
=3D=3D=3D>   py311-pillow-11.0.0 depends on file: /usr/local/sbin/pkg - fou=
nd
=3D=3D=3D> Fetching all distfiles required by py311-pillow-11.0.0 for build=
ing
=3D=3D=3D>  Extracting for py311-pillow-11.0.0
=3D> SHA256 Checksum OK for pillow-11.0.0.tar.gz.
=3D=3D=3D>  Patching for py311-pillow-11.0.0
=3D=3D=3D>  Applying FreeBSD patches for py311-pillow-11.0.0 from
/usr/ports/graphics/py-pillow/files
=3D=3D=3D>   py311-pillow-11.0.0 depends on package: py311-setuptools>=3D61=
 - found
=3D=3D=3D>   py311-pillow-11.0.0 depends on package: py311-wheel>=3D0 - fou=
nd
=3D=3D=3D>   py311-pillow-11.0.0 depends on package: py311-tkinter>=3D0 - f=
ound
=3D=3D=3D>   py311-pillow-11.0.0 depends on file: /usr/local/bin/python3.11=
 - found
=3D=3D=3D>   py311-pillow-11.0.0 depends on package: py311-build>=3D0 - fou=
nd
=3D=3D=3D>   py311-pillow-11.0.0 depends on package: py311-installer>=3D0 -=
 found
=3D=3D=3D>   py311-pillow-11.0.0 depends on file: /usr/local/libdata/pkgcon=
fig/xcb.pc
- found
=3D=3D=3D>   py311-pillow-11.0.0 depends on shared library: libfreetype.so =
- found
(/usr/local/lib/libfreetype.so)
=3D=3D=3D>   py311-pillow-11.0.0 depends on shared library: libimagequant.s=
o - found
(/usr/local/lib/libimagequant.so)
=3D=3D=3D>   py311-pillow-11.0.0 depends on shared library: libopenjp2.so -=
 found
(/usr/local/lib/libopenjp2.so)
=3D=3D=3D>   py311-pillow-11.0.0 depends on shared library: libraqm.so - fo=
und
(/usr/local/lib/libraqm.so)
=3D=3D=3D>   py311-pillow-11.0.0 depends on shared library: libjpeg.so - fo=
und
(/usr/local/lib/libjpeg.so)
=3D=3D=3D>   py311-pillow-11.0.0 depends on shared library: libtk86.so - fo=
und
(/usr/local/lib/libtk86.so)
=3D=3D=3D>   py311-pillow-11.0.0 depends on shared library: libtcl86.so - f=
ound
(/usr/local/lib/libtcl86.so)
=3D=3D=3D>  Configuring for py311-pillow-11.0.0
=3D=3D=3D>  Building for py311-pillow-11.0.0
* Getting build dependencies for wheel...
WARNING setuptools_scm._integration.setuptools pyproject.toml does not cont=
ain
a tool.setuptools_scm section
/usr/local/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py:=
104:
_BetaConfiguration: Support for `[tool.setuptools]` in `pyproject.toml` is
still *beta*.
  warnings.warn(msg, _BetaConfiguration)
configuration error: `project.classifiers[1]` must be trove-classifier
DESCRIPTION:
    `PyPI classifier <https://pypi.org/classifiers/>`_.

GIVEN VALUE:
    "License :: OSI Approved :: CMU License (MIT-CMU)"

OFFENDING RULE: 'format'

DEFINITION:
    {
        "type": "string",
        "format": "trove-classifier"
    }
Traceback (most recent call last):
  File
"/usr/local/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_pr=
ocess.py",
line 389, in <module>
    main()
  File
"/usr/local/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_pr=
ocess.py",
line 373, in main
    json_out["return_val"] =3D hook(**hook_input["kwargs"])
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File
"/usr/local/lib/python3.11/site-packages/pyproject_hooks/_in_process/_in_pr=
ocess.py",
line 143, in get_requires_for_build_wheel
    return hook(config_settings)
           ^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/setuptools/build_meta.py", =
line
177, in get_requires_for_build_wheel
    return self._get_build_requires(
           ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/setuptools/build_meta.py", =
line
159, in _get_build_requires
    self.run_setup()
  File "/usr/local/lib/python3.11/site-packages/setuptools/build_meta.py", =
line
174, in run_setup
    exec(compile(code, __file__, 'exec'), locals())
  File "setup.py", line 1026, in <module>
    setup(
  File "/usr/local/lib/python3.11/site-packages/setuptools/__init__.py", li=
ne
87, in setup
    return distutils.core.setup(**attrs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.11/site-packages/setuptools/_distutils/core.=
py",
line 151, in setup
    dist.parse_config_files()
  File "/usr/local/lib/python3.11/site-packages/setuptools/dist.py", line 8=
68,
in parse_config_files
    pyprojecttoml.apply_configuration(self, filename, ignore_option_errors)
  File
"/usr/local/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py=
",
line 58, in apply_configuration
    config =3D read_configuration(filepath, True, ignore_option_errors, dis=
t)
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File
"/usr/local/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py=
",
line 122, in read_configuration
    validate(subset, filepath)
  File
"/usr/local/lib/python3.11/site-packages/setuptools/config/pyprojecttoml.py=
",
line 47, in validate
    raise error from None
ValueError: invalid pyproject.toml config: `project.classifiers[1]`

ERROR Backend subprocess exited when trying to invoke
get_requires_for_build_wheel
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/graphics/py-pillow
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/py-pillow
root@sullivan:/usr/ports/graphics/py-pillow # exit

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-283188-7788>