Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 832262

Summary: dev-vcs/notify-webhook: should use python-single-r1
Product: Gentoo Linux Reporter: Sam James <sam>
Component: Current packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED FIXED    
Severity: normal CC: ulm
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://bugs.gentoo.org/show_bug.cgi?id=828738
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 803152    

Description Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-01-29 02:03:00 UTC
The ebuild should be using python-single-r1 to install files for a single Python implementation.

Right now, it sets 'PYTHON_COMPAT=( pypy3 )' but doesn't inherit any Python eclases.

See https://projects.gentoo.org/python/guide/single.html.
Comment 1 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-03-03 18:46:35 UTC
ping
Comment 2 Larry the Git Cow gentoo-dev 2022-04-08 15:23:07 UTC
The bug has been closed via the following commit(s):

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

commit d43436eade2df2c2481863c3d577390d828c6251
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2022-04-08 15:22:00 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2022-04-08 15:23:03 +0000

    dev-vcs/notify-webhook: Bump to EAPI 8, fix python eclass usage
    
    Closes: https://bugs.gentoo.org/828738
    Closes: https://bugs.gentoo.org/832262
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 ...ify-webhook-0.1.0.ebuild => notify-webhook-0.1.0-r1.ebuild} | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
Comment 3 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2022-04-09 06:11:01 UTC
I think DEPEND still needs to be adjusted, also feels suspicious that it only supports pypy3?