From 903d8d84919f786cdf11f057b2d5c5ca920bad5d Mon Sep 17 00:00:00 2001 From: Conrad Kostecki Date: Fri, 22 Jun 2018 23:34:09 +0200 Subject: dev-python/rtimulib: New package Closes: https://bugs.gentoo.org/571232 Closes: https://github.com/gentoo/gentoo/pull/7308 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- dev-python/rtimulib/Manifest | 1 + dev-python/rtimulib/metadata.xml | 12 ++++++++++++ dev-python/rtimulib/rtimulib-7.2.1.ebuild | 22 ++++++++++++++++++++++ 3 files changed, 35 insertions(+) create mode 100644 dev-python/rtimulib/Manifest create mode 100644 dev-python/rtimulib/metadata.xml create mode 100644 dev-python/rtimulib/rtimulib-7.2.1.ebuild (limited to 'dev-python/rtimulib') diff --git a/dev-python/rtimulib/Manifest b/dev-python/rtimulib/Manifest new file mode 100644 index 000000000000..0858d126a285 --- /dev/null +++ b/dev-python/rtimulib/Manifest @@ -0,0 +1 @@ +DIST RTIMULib-7.2.1.tar.gz 915114 BLAKE2B 5d8a54d4b1083105c1bb3b854e8474cb81cfd5eff843422e2f66f363ae04dd9e87d4cffc8f26c2a68c4f535d77ca229bc7bb7840c59ba3c6d2d45d5ee7f31987 SHA512 2a9d40f5c4db7c875fe82bd79408d97f9b00a3cd0d1be9b19baa3808b4cd260200b8ce5f5d9a6298df760aaca10555eb317d4a2431cd1c07a1b7953448852b23 diff --git a/dev-python/rtimulib/metadata.xml b/dev-python/rtimulib/metadata.xml new file mode 100644 index 000000000000..54d5423c4060 --- /dev/null +++ b/dev-python/rtimulib/metadata.xml @@ -0,0 +1,12 @@ + + + + + ck+gentoo@bl4ckb0x.de + Conrad Kostecki + + + proxy-maint@gentoo.org + Proxy Maintainers + + diff --git a/dev-python/rtimulib/rtimulib-7.2.1.ebuild b/dev-python/rtimulib/rtimulib-7.2.1.ebuild new file mode 100644 index 000000000000..06ba1a373675 --- /dev/null +++ b/dev-python/rtimulib/rtimulib-7.2.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) + +inherit distutils-r1 + +MY_P="RTIMULib-${PV}" + +DESCRIPTION="Python Binding for RTIMULib, a versatile IMU library" +HOMEPAGE="https://github.com/RPi-Distro/RTIMULib" +SRC_URI="https://github.com/RPi-Distro/RTIMULib/archive/V${PV}.tar.gz -> ${MY_P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" + +S="${WORKDIR}/${MY_P}/Linux/python" -- cgit v1.2.3-65-gdbad