From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 76BA515800A for ; Sat, 5 Aug 2023 22:41:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C066C2BC026; Sat, 5 Aug 2023 22:41:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AB2612BC020 for ; Sat, 5 Aug 2023 22:41:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 01A16340E5C for ; Sat, 5 Aug 2023 22:41:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 261E1F12 for ; Sat, 5 Aug 2023 22:41:36 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1691275196.bae7441dd523646e5e78dd9dd60af3d76aa7e67c.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/rtimulib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/rtimulib/Manifest dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild dev-python/rtimulib/rtimulib-7.2.1-r3.ebuild X-VCS-Directories: dev-python/rtimulib/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: bae7441dd523646e5e78dd9dd60af3d76aa7e67c X-VCS-Branch: master Date: Sat, 5 Aug 2023 22:41:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b801f0c3-f5e4-4b3c-90f0-42a878cd34c5 X-Archives-Hash: a493c05d8edd8d1e6c8d435432ce0fb2 commit: bae7441dd523646e5e78dd9dd60af3d76aa7e67c Author: Conrad Kostecki gentoo org> AuthorDate: Sat Aug 5 22:15:28 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Sat Aug 5 22:39:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae7441d dev-python/rtimulib: add python3.12 support, update SRC_URI Signed-off-by: Conrad Kostecki gentoo.org> dev-python/rtimulib/Manifest | 2 +- .../rtimulib/{rtimulib-7.2.1-r2.ebuild => rtimulib-7.2.1-r3.ebuild} | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/rtimulib/Manifest b/dev-python/rtimulib/Manifest index 0858d126a285..7b943c07089b 100644 --- a/dev-python/rtimulib/Manifest +++ b/dev-python/rtimulib/Manifest @@ -1 +1 @@ -DIST RTIMULib-7.2.1.tar.gz 915114 BLAKE2B 5d8a54d4b1083105c1bb3b854e8474cb81cfd5eff843422e2f66f363ae04dd9e87d4cffc8f26c2a68c4f535d77ca229bc7bb7840c59ba3c6d2d45d5ee7f31987 SHA512 2a9d40f5c4db7c875fe82bd79408d97f9b00a3cd0d1be9b19baa3808b4cd260200b8ce5f5d9a6298df760aaca10555eb317d4a2431cd1c07a1b7953448852b23 +DIST RTIMULib-7.2.1.gh.tar.gz 915114 BLAKE2B 5d8a54d4b1083105c1bb3b854e8474cb81cfd5eff843422e2f66f363ae04dd9e87d4cffc8f26c2a68c4f535d77ca229bc7bb7840c59ba3c6d2d45d5ee7f31987 SHA512 2a9d40f5c4db7c875fe82bd79408d97f9b00a3cd0d1be9b19baa3808b4cd260200b8ce5f5d9a6298df760aaca10555eb317d4a2431cd1c07a1b7953448852b23 diff --git a/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild b/dev-python/rtimulib/rtimulib-7.2.1-r3.ebuild similarity index 88% rename from dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild rename to dev-python/rtimulib/rtimulib-7.2.1-r3.ebuild index cd02e557fb0f..860f7457cfbe 100644 --- a/dev-python/rtimulib/rtimulib-7.2.1-r2.ebuild +++ b/dev-python/rtimulib/rtimulib-7.2.1-r3.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit distutils-r1 @@ -14,7 +14,7 @@ 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" +SRC_URI="https://github.com/RPi-Distro/${MY_PN}/archive/V${PV}.tar.gz -> ${MY_P}.gh.tar.gz" S="${WORKDIR}/${MY_P}/Linux/python" LICENSE="MIT"