diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2018-10-28 16:52:16 +0100 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2018-10-30 00:15:09 +0100 |
commit | 66316ff45e6df5c0399fafeb7685188fced32efb (patch) | |
tree | a835175bd9213ee4d00528fe178ff898c5cedc9c /dev-python/rtimulib/metadata.xml | |
parent | dev-python/python-sense-hat: drop old version. (diff) | |
download | gentoo-66316ff45e6df5c0399fafeb7685188fced32efb.tar.gz gentoo-66316ff45e6df5c0399fafeb7685188fced32efb.tar.bz2 gentoo-66316ff45e6df5c0399fafeb7685188fced32efb.zip |
dev-python/rtimulib: add python3.7 support.
Also bumped to EAPI=7 and updated metadata.xml.
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10274
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'dev-python/rtimulib/metadata.xml')
-rw-r--r-- | dev-python/rtimulib/metadata.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-python/rtimulib/metadata.xml b/dev-python/rtimulib/metadata.xml index 54d5423c4060..f9570ce600ab 100644 --- a/dev-python/rtimulib/metadata.xml +++ b/dev-python/rtimulib/metadata.xml @@ -9,4 +9,14 @@ <email>proxy-maint@gentoo.org</email> <name>Proxy Maintainers</name> </maintainer> + <longdescription> + RTIMULib is the simplest way to connect a 9-dof, 10-dof or 11-dof IMU + to an embedded Linux system and obtain Kalman-filtered quaternion or + Euler angle pose data. Basically, two simple funtion calls + (IMUInit() and IMURead()) are pretty much all that's needed to integrate RTIMULib. + </longdescription> + <upstream> + <bugs-to>https://github.com/RPi-Distro/RTIMULib/issues</bugs-to> + <remote-id type="github">RPi-Distro/RTIMULib</remote-id> + </upstream> </pkgmetadata> |