FS#70023 - [python-setuptools] missing makedepend on python-setuptools

Attached to Project: Arch Linux
Opened by Kevin Mihelich (kmihelich) - Wednesday, 17 March 2021, 01:37 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:16 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Felix Yan (felixonmars)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description: Checkdepends are being used as makedepends. When building without checks, the package fails to build. Missing a makedepend on python-setuptools.


Additional info:
* package version: 1:53.1.0-1
* log:
==> Starting build()...
Traceback (most recent call last):
File "/build/python-setuptools/src/setuptools-53.1.0/setup.py", line 162, in <module>
dist = setuptools.setup(**setup_params)
File "/build/python-setuptools/src/setuptools-53.1.0/setuptools/__init__.py", line 152, in setup
_install_setup_requires(attrs)
File "/build/python-setuptools/src/setuptools-53.1.0/setuptools/__init__.py", line 145, in _install_setup_requires
dist.parse_config_files(ignore_option_errors=True)
File "/build/python-setuptools/src/setuptools-53.1.0/setuptools/dist.py", line 681, in parse_config_files
parse_configuration(self, self.command_options,
File "/build/python-setuptools/src/setuptools-53.1.0/setuptools/config.py", line 152, in parse_configuration
options.parse()
File "/build/python-setuptools/src/setuptools-53.1.0/setuptools/config.py", line 463, in parse
section_parser_method(section_options)
File "/build/python-setuptools/src/setuptools-53.1.0/setuptools/config.py", line 651, in parse_section_entry_points
self['entry_points'] = parsed
File "/build/python-setuptools/src/setuptools-53.1.0/setuptools/config.py", line 210, in __setitem__
raise KeyError(option_name)
KeyError: 'entry_points'

Steps to reproduce: Build in a clean chroot passing --nocheck to makepkg
This task depends upon

Closed by  Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:16 GMT
Reason for closing:  Moved
Additional comments about closing:  https://gitlab.archlinux.org/archlinux/p ackaging/packages/python-setuptools/issu es/1
Comment by Eli Schwartz (eschwartz) - Wednesday, 17 March 2021, 02:33 GMT
That's pretty odd since setuptools is in theory supposed to bootstrap itself...
Comment by Sachin (sachinm) - Friday, 10 December 2021, 06:16 GMT
Hi is this issue resolved ? I am facing same issue on linux-centos8 with python 3.9.2 and setuptools 56.0.0

File "/build/mts/release/setuptools/linux-centos72-gc32-fw/noarch/lib/python3.9/site-packages/setuptools/config.py", line 668, in parse_section_entry_points
self['entry_points'] = parsed
File "/build/mts/release/compcache/setuptools/linux-centos72-gc32-fw/noarch/lib/python3.9/site-packages/setuptools/config.py", line 210, in __setitem__
raise KeyError(option_name)
KeyError: 'entry_points'
Traceback (most recent call last):

Regards,
Sachin
Comment by Buggy McBugFace (bugbot) - Tuesday, 08 August 2023, 19:11 GMT
This is an automated comment as this bug is open for more then 2 years. Please reply if you still experience this bug otherwise this issue will be closed after 1 month.

Loading...