Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927524 - dev-python/simplegeneric: still uses 'distutils_enable_tests setup.py'
Summary: dev-python/simplegeneric: still uses 'distutils_enable_tests setup.py'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords: PMASKED
Depends on:
Blocks: 927512
  Show dependency tree
 
Reported: 2024-03-22 13:25 UTC by Michał Górny
Modified: 2024-04-27 15:05 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 2024-03-22 13:25:10 UTC
`distutils_enable_tests setup.py` is deprecated and going to be removed from the eclass (following upstream deprecation of the same thing).  Please switch to some other unittest provider, e.g. `unittest` or `pytest`.
Comment 1 Larry the Git Cow gentoo-dev 2024-03-26 16:41:30 UTC
The bug has been referenced in the following commit(s):

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

commit 77373631a304523a4584201e13a4658a33f99617
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2024-03-26 14:30:58 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2024-03-26 16:40:59 +0000

    package.mask: Last rite dev-python/simplegeneric
    
    Bug: https://bugs.gentoo.org/927524
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 profiles/package.mask | 5 +++++
 1 file changed, 5 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2024-04-27 15:05:44 UTC
The bug has been closed via the following commit(s):

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

commit bf12351001d44c1cd2697e6ce8fc0f175d3cc552
Author:     Arthur Zamarin <arthurzam@gentoo.org>
AuthorDate: 2024-04-27 15:03:56 +0000
Commit:     Arthur Zamarin <arthurzam@gentoo.org>
CommitDate: 2024-04-27 15:04:16 +0000

    dev-python/simplegeneric: treeclean
    
    Closes: https://bugs.gentoo.org/927524
    Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>

 dev-python/simplegeneric/Manifest                  |  1 -
 dev-python/simplegeneric/metadata.xml              | 20 -------------------
 .../simplegeneric/simplegeneric-0.8.1-r2.ebuild    | 23 ----------------------
 profiles/package.mask                              |  5 -----
 4 files changed, 49 deletions(-)