Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703540 - dev-lang/micropython compiles does not install mpy-cross
Summary: dev-lang/micropython compiles does not install mpy-cross
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Patrice Clement
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-22 14:56 UTC by Mike Auty (RETIRED)
Modified: 2019-12-22 15:24 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 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(+)