summaryrefslogtreecommitdiff
path: root/dev-python/rtimulib
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-07-03 22:39:47 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-07-03 22:39:47 +0100
commit7f0ccc917c7abe6223784c703d86cd14755691fb (patch)
tree8c6793f68896b341e22f33d7e6cef88e481f4a8b /dev-python/rtimulib
parent9aa80713372911cec499b3adb2cd746790920916 (diff)
gentoo resync : 03.07.2021
Diffstat (limited to 'dev-python/rtimulib')
-rw-r--r--dev-python/rtimulib/Manifest2
-rw-r--r--dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild7
2 files changed, 4 insertions, 5 deletions
diff --git a/dev-python/rtimulib/Manifest b/dev-python/rtimulib/Manifest
index 8c332bd97c73..d561d94c3d1d 100644
--- a/dev-python/rtimulib/Manifest
+++ b/dev-python/rtimulib/Manifest
@@ -1,3 +1,3 @@
DIST RTIMULib-7.2.1.tar.gz 915114 BLAKE2B 5d8a54d4b1083105c1bb3b854e8474cb81cfd5eff843422e2f66f363ae04dd9e87d4cffc8f26c2a68c4f535d77ca229bc7bb7840c59ba3c6d2d45d5ee7f31987 SHA512 2a9d40f5c4db7c875fe82bd79408d97f9b00a3cd0d1be9b19baa3808b4cd260200b8ce5f5d9a6298df760aaca10555eb317d4a2431cd1c07a1b7953448852b23
-EBUILD rtimulib-7.2.1-r1.ebuild 537 BLAKE2B 9b639e9c5c5a8c1ea54ac5e6e24f0693f9490c44c77114f78b1129c538d611677998443798e0ece76f9682608d9e2abe2dc177f93558ff878ea7beae032f2cfd SHA512 befe01dea47a28728d63fadd302626da8957d697a02c4c61eeddb0acc1f1e3b6c646eeddc10205d7c02377eeb4e74369dff410e52b79d1ac4e289d28389c1e6a
+EBUILD rtimulib-7.2.1-r1.ebuild 537 BLAKE2B 37852bb3ddd646b0f8e2ab2260989e2679ae6152241ac014bdd46dd811af242fd11cee6d480cd29762a76ea9c40ac08ed81dc1c848cac3923a87ba6004739d0c SHA512 63ac78f76aa1207c6afad7ab6bd1311e185b9edd544d50dbef8093f3c6d678a91a85dd113086cf85f31699ec22d145a6a76c5fe36189c63356dd946a96f0ce43
MISC metadata.xml 775 BLAKE2B 8f82b35affece88dbea988495808f140a2cb19c6f24eb30a32466e06546cb11d75739ad6d7d637d9259bc95e7fc9a8e683c8d3df87a7716c4edef63719ca06d3 SHA512 856c089ca1be059492614889984ec1bf07b1bdb2832f2be73c2faa6e52d7cf3e9922ae63ac7e523977d9d69b615b49051bbdfd769bc87982d181bcd9b0e8a1b2
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
index ce7b566fbb55..b9dd65154fe6 100644
--- a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DISTUTILS_USE_SETUPTOOLS="no"
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -14,9 +14,8 @@ MY_P="${MY_PN}-${PV}"
DESCRIPTION="Python Binding for RTIMULib, a versatile IMU library"
HOMEPAGE="https://github.com/RPi-Distro/RTIMULib"
SRC_URI="https://github.com/RPi-Distro/${MY_PN}/archive/V${PV}.tar.gz -> ${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}/Linux/python"
LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64 arm arm64 x86"
-
-S="${WORKDIR}/${MY_P}/Linux/python"