summaryrefslogtreecommitdiff
path: root/dev-python/rtimulib
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-04-05 21:17:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-04-05 21:17:31 +0100
commitdc7cbdfa65fd814b3b9aa3c56257da201109e807 (patch)
treec85d72f6f31f21f178069c9d41d41a7c1ff4b362 /dev-python/rtimulib
parent0706fc6986773f4e4d391deff4ad5143c464ea4e (diff)
gentoo resync : 05.04.2019
Diffstat (limited to 'dev-python/rtimulib')
-rw-r--r--dev-python/rtimulib/Manifest2
-rw-r--r--dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild11
2 files changed, 7 insertions, 6 deletions
diff --git a/dev-python/rtimulib/Manifest b/dev-python/rtimulib/Manifest
index bca136fede99..2cae039828bf 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 576 BLAKE2B 19b05ae328191a093d0fac7116fa17d5f9ab05abbe1305819cb84c65c2c5e2fe2a5d7c7d020bdf5f7c3d252675fa92e57110fae092907f228582d35fd5f50998 SHA512 7a31291f796050843a3ef12a2a7bfbcc3f8d7e09902874365ec7cee64537732552f01a9d849ec5ee13d2113a6f660239230e609576c95ca19e9caecbf798ea97
+EBUILD rtimulib-7.2.1-r1.ebuild 573 BLAKE2B e0d9440d55487e39fcb5a97314586b87180f601d468fbf29a6f9782d212397436df52b436690de404957711954c5f4234e04ea3fb931eed6d673db66cc9b85ef SHA512 dacaa8dfc49250a3d82783a31a218457a0fa9b8cfe4e69a3e94b1cc4a88852a58ddb22165d3b0f7130a19ddce08fcec811ba4a0392bbc104ce67bb2f68536ea4
MISC metadata.xml 848 BLAKE2B 8a0045ba1eb894fd8b3796e1e301e6bc11510a78f9ce3943309448f5235b0bb8865bed7d81b5da7f5dffdbc251c1a5ce908a5448d109e7e61ab433d234dca868 SHA512 1f5e646966e092c296948894357743d5be29e23e1abead62a748ec3d8237025d212bd48b9b5a15eecfbd486b02bda4e81c5ff2fee4eb08c0ef0d5f91b47e0a3c
diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
index b593b7430083..bef8c7d8c860 100644
--- a/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
+++ b/dev-python/rtimulib/rtimulib-7.2.1-r1.ebuild
@@ -1,14 +1,15 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI=7
-MY_PN="RTIMULib"
-MY_P="${MY_PN}-${PV}"
-PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
inherit distutils-r1
+MY_PN="RTIMULib"
+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"