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

Bug 703540

Summary: dev-lang/micropython compiles does not install mpy-cross
Product: Gentoo Linux Reporter: Mike Auty (RETIRED) <ikelos>
Component: Current packagesAssignee: Patrice Clement (RETIRED) <monsieurp>
Status: RESOLVED FIXED    
Severity: normal CC: python
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mike Auty (RETIRED) gentoo-dev 2019-12-22 14:56:21 UTC
Just a quick note to say that micropython currently builds but does not install mpy-cross.  It seems to be just a case of adding:

dobin "${S}/mpy-cross/mpy-cross"

to the src_install.  Happy to make the change if you're ok with me doing so, just don't want to tread on other people's ebuilds without permission...  5;)
Comment 1 Larry the Git Cow gentoo-dev 2019-12-22 15:24:14 UTC
The bug has been closed via the following commit(s):

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

commit b3093db03581309fb96d5051d1b067d08504be07
Author:     Patrice Clement <monsieurp@gentoo.org>
AuthorDate: 2019-12-22 15:23:58 +0000
Commit:     Patrice Clement <monsieurp@gentoo.org>
CommitDate: 2019-12-22 15:24:07 +0000

    dev-lang/micropython: install mpy-cross binary.
    
    Closes: https://bugs.gentoo.org/703540
    Package-Manager: Portage-2.3.79, Repoman-2.3.16
    Signed-off-by: Patrice Clement <monsieurp@gentoo.org>

 dev-lang/micropython/micropython-1.9.4.ebuild | 2 ++
 1 file changed, 2 insertions(+)