| Summary: | sys-apps/i2c-tools - "smbus" python module is not compatible with python 3 | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Marcel Greter <bugzilla> |
| Component: | [OLD] Core system | Assignee: | No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bugzilla |
| Priority: | Normal | Keywords: | PATCH |
| Version: | unspecified | ||
| Hardware: | ARM | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | i2c-tools-3.1.0-r1.tar.gz | ||
|
Description
Marcel Greter
2013-11-26 19:00:11 UTC
Created attachment 364026 [details]
i2c-tools-3.1.0-r1.tar.gz
The archive will extract it's content into "i2c-tools". To use this ebuild do the fallowing (I will not go into creating a local overlay, I simply assume it's in /usr/local/portage):
mkdir -p /usr/local/portage/sys-apps
{download the attachement from here, i.e. with wget}
tar xzf i2c-tools-3.1.0-r1.tgz -C /usr/local/portage/sys-apps
echo "sys-apps/i2c-tools-3.1.0-r1" >> /etc/portage/package.keywords/sys-apps
emerge -uva sys-apps/i2c-tools
Comment on attachment 364026 [details]
i2c-tools-3.1.0-r1.tar.gz
Please attach straightforward plain text patches next time.
should be all set now in the tree; thanks for the report! Commit message: Port to python-3.x http://sources.gentoo.org/sys-apps/i2c-tools/files/i2c-tools-3.1.1-python-3.patch?rev=1.1 http://sources.gentoo.org/sys-apps/i2c-tools/i2c-tools-3.1.1.ebuild?rev=1.1 |