Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 875857 - dev-python/hypercorn-0.13.2 DISTUTILS_USE_SETUPTOOLS=pyproject.toml is no longer supported
Summary: dev-python/hypercorn-0.13.2 DISTUTILS_USE_SETUPTOOLS=pyproject.toml is no lon...
Status: RESOLVED FIXED
Alias: None
Product: GURU
Classification: Unclassified
Component: Package issues (show other bugs)
Hardware: All Linux
: Normal major
Assignee: Alessandro Barbieri
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-07 12:55 UTC by Agostino Sarubbo
Modified: 2022-10-07 13:13 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2022-10-07 12:55:24 UTC
* ERROR: dev-python/hypercorn-0.13.2::guru failed (depend phase):
 *   DISTUTILS_USE_SETUPTOOLS=pyproject.toml is no longer supported, use DISTUTILS_USE_PEP517
 * 
 * Call stack:
 *                 ebuild.sh, line 614:  Called source '/opt/guru/dev-python/hypercorn/hypercorn-0.13.2.ebuild'
 *   hypercorn-0.13.2.ebuild, line   9:  Called inherit 'distutils-r1'
 *                 ebuild.sh, line 294:  Called __qa_source '/usr/portage/eclass/distutils-r1.eclass'
 *                 ebuild.sh, line 109:  Called source '/usr/portage/eclass/distutils-r1.eclass'
 *       distutils-r1.eclass, line 333:  Called _distutils_set_globals
 *       distutils-r1.eclass, line 293:  Called die
 * The specific snippet of code:
 *                              die "DISTUTILS_USE_SETUPTOOLS=pyproject.toml is no longer supported, use DISTUTILS_USE_PEP517"
 * 
 * If you need support, post the output of `emerge --info '=dev-python/hypercorn-0.13.2::guru'`,
 * the complete build log and the output of `emerge -pqv '=dev-python/hypercorn-0.13.2::guru'`.
 * Working directory: '/usr/lib/python3.10/site-packages'
 * S: '/var/tmp/portage/dev-python/hypercorn-0.13.2/work/hypercorn-0.13.2'



This breaks egencache, please fix ASAP
Comment 1 Larry the Git Cow gentoo-dev 2022-10-07 13:13:17 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b602a2dea1b6678f5d0f2a1a0507436b9c9fa29

commit 7b602a2dea1b6678f5d0f2a1a0507436b9c9fa29
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2022-10-07 13:12:38 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2022-10-07 13:12:38 +0000

    dev-python/hypercorn: use pep517
    
    Closes: https://bugs.gentoo.org/875857
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-python/hypercorn/hypercorn-0.13.2.ebuild | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)