Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 909884 - app-portage/elicense-1.0.2-r1: needs to use PEP517 build (DistutilsNonPEP517Build)
Summary: app-portage/elicense-1.0.2-r1: needs to use PEP517 build (DistutilsNonPEP517B...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal
Assignee: Ben Kohler
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: pep517-porting
  Show dependency tree
 
Reported: 2023-07-08 06:46 UTC by Michał Górny
Modified: 2025-03-22 20:32 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 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2023-07-08 06:46:17 UTC
This package still uses the legacy eclass code paths.  These paths are deprecated and pose a significant maintenance cost.  Please update the package to use PEP517 build mode.  For more information, please see the Python Guide, particularly; https://projects.gentoo.org/python/guide/migration.html#migrating-to-pep-517-builds
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2023-07-08 20:40:53 UTC
[Adding this comment en-masse, sorry for the noise, but it's important.)

1. Please take particular care to check file diffs before/after, possibly using `iwdevtools`. Keep a particular eye out for e.g. config files now missing from /etc and instead being in /usr/lib/python*/site-packages, etc.

2. Please make sure to do the migration in a new revision in ~arch, partly because of 1.
Comment 2 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2024-03-06 15:30:20 UTC
Final ping.  Please note that we will not hesitate to last rite low profile packages over this.
Comment 3 Agostino Sarubbo gentoo-dev 2024-06-03 19:50:11 UTC
ci has reproduced this issue with version 1.0.2-r1 - Updating summary.
Comment 4 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2025-03-22 20:18:22 UTC
Absolutely final ping before I really start last riting stuff.
Comment 5 Larry the Git Cow gentoo-dev 2025-03-22 20:32:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff9d5ffcb83f1044ddaabd3b6fe84986bc363411

commit ff9d5ffcb83f1044ddaabd3b6fe84986bc363411
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2025-03-22 20:29:13 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2025-03-22 20:32:33 +0000

    app-portage/elicense: migrate to PEP517
    
    Closes: https://bugs.gentoo.org/922210
    Closes: https://bugs.gentoo.org/909884
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 app-portage/elicense/elicense-1.0.2-r1.ebuild | 36 ---------------------------
 app-portage/elicense/elicense-1.0.2-r2.ebuild | 24 ++++++++++++++++++
 2 files changed, 24 insertions(+), 36 deletions(-)