Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/
Date: Sun, 30 Jan 2022 13:09:46
Message-Id: 1643548167.c5d94057f4882986ecba01586d8b83191583550b.mgorny@gentoo
1 commit: c5d94057f4882986ecba01586d8b83191583550b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 30 12:43:29 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 30 13:09:27 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d94057
7
8 dev-python/rtimulib: Switch to PEP 517 build
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild | 21 +++++++++++++++++++++
13 1 file changed, 21 insertions(+)
14
15 diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
16 new file mode 100644
17 index 000000000000..630e51b241c8
18 --- /dev/null
19 +++ b/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild
20 @@ -0,0 +1,21 @@
21 +# Copyright 1999-2022 Gentoo Authors
22 +# Distributed under the terms of the GNU General Public License v2
23 +
24 +EAPI=8
25 +
26 +DISTUTILS_USE_PEP517=setuptools
27 +PYTHON_COMPAT=( python3_{8..10} )
28 +
29 +inherit distutils-r1
30 +
31 +MY_PN="RTIMULib"
32 +MY_P="${MY_PN}-${PV}"
33 +
34 +DESCRIPTION="Python Binding for RTIMULib, a versatile IMU library"
35 +HOMEPAGE="https://github.com/RPi-Distro/RTIMULib"
36 +SRC_URI="https://github.com/RPi-Distro/${MY_PN}/archive/V${PV}.tar.gz -> ${MY_P}.tar.gz"
37 +S="${WORKDIR}/${MY_P}/Linux/python"
38 +
39 +LICENSE="MIT"
40 +SLOT="0"
41 +KEYWORDS="~amd64 ~arm ~arm64 ~x86"