Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927518 - dev-libs/capstone: still uses 'distutils_enable_tests setup.py'
Summary: dev-libs/capstone: 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
Assignee: mario.haustein
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: 927512
  Show dependency tree
 
Reported: 2024-03-22 13:22 UTC by Michał Górny
Modified: 2024-06-02 00:41 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:22:43 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-06-02 00:41:37 UTC
The bug has been closed via the following commit(s):

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

commit 2d3ee0a6cad33d1566243661b1602e287a7e618c
Author:     Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
AuthorDate: 2024-04-28 15:03:03 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2024-06-02 00:40:47 +0000

    dev-libs/capstone: remove 'distutils_enable_tests setup.py'
    
    Closes: https://bugs.gentoo.org/927518
    Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/capstone/capstone-5.0.1.ebuild | 6 ++++--
 dev-libs/capstone/capstone-9999.ebuild  | 8 +++++---
 2 files changed, 9 insertions(+), 5 deletions(-)