Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 832410 - dev-util/gef: move pylint to test section
Summary: dev-util/gef: move pylint to test section
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: mario.haustein
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-01-31 03:37 UTC by Anton Bolshakov
Modified: 2022-01-31 03:55 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 Anton Bolshakov 2022-01-31 03:37:29 UTC
Hi, thanks for adapting gef from Pentoo.
I just noticed that our ebuild has a minor typo:

dev-python/pylint must be in under test flag:
 
BDEPEND (
   test? ( dev-python/pylint )
)


Could you test and move it please?

Thanks
Comment 1 Larry the Git Cow gentoo-dev 2022-01-31 03:54:06 UTC
The bug has been closed via the following commit(s):

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

commit d4a18ac6d209a8fad9ece954c9da75f5c97434e0
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-01-31 03:49:14 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-01-31 03:49:14 +0000

    dev-util/gef: strip pylint dependency
    
    We don't want this even for running test suites usually as it's
    not helpful/indicative downstream of whether something is
    working properly.
    
    Closes: https://bugs.gentoo.org/832410
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/gef/{gef-2021.10.ebuild => gef-2021.10-r1.ebuild} | 6 ++++++
 dev-util/gef/gef-9999.ebuild                               | 6 ++++++
 2 files changed, 12 insertions(+)
Comment 2 Larry the Git Cow gentoo-dev 2022-01-31 03:55:26 UTC
The bug has been referenced in the following commit(s):

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

commit 076ef56968d2da2bbcd9d24ae238d3e04d418818
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2022-01-31 03:55:04 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2022-01-31 03:55:04 +0000

    dev-util/gef: fix stripping pylint
    
    Been doing too much distutils-r1!
    
    Bug: https://bugs.gentoo.org/832410
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/gef/gef-2021.10-r1.ebuild | 6 +++---
 dev-util/gef/gef-2022.01.ebuild    | 6 +++---
 dev-util/gef/gef-9999.ebuild       | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)