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 EB16F158015 for ; Mon, 25 Dec 2023 19:13:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2CC932BC01B; Mon, 25 Dec 2023 19:13:28 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F28202BC019 for ; Mon, 25 Dec 2023 19:13:27 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E2B6B335DEC for ; Mon, 25 Dec 2023 19:13:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4984213E3 for ; Mon, 25 Dec 2023 19:13:25 +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: <1703531578.3d1eb1ce4d73e253edf3f9005859fb217a80ddbb.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sense-hat/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sense-hat/Manifest dev-python/sense-hat/sense-hat-2.6.0.ebuild X-VCS-Directories: dev-python/sense-hat/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 3d1eb1ce4d73e253edf3f9005859fb217a80ddbb X-VCS-Branch: master Date: Mon, 25 Dec 2023 19:13:25 +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: 48ae0dcc-0f53-454d-a17d-72c99858a4a3 X-Archives-Hash: 076cda3dfad8e1d938c7c650efa0800c commit: 3d1eb1ce4d73e253edf3f9005859fb217a80ddbb Author: Conrad Kostecki gentoo org> AuthorDate: Mon Dec 25 19:12:55 2023 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Mon Dec 25 19:12:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d1eb1ce dev-python/sense-hat: add 2.6.0 Closes: https://bugs.gentoo.org/920647 Signed-off-by: Conrad Kostecki gentoo.org> dev-python/sense-hat/Manifest | 1 + dev-python/sense-hat/sense-hat-2.6.0.ebuild | 27 +++++++++++++++++++++++++++ 2 files changed, 28 insertions(+) diff --git a/dev-python/sense-hat/Manifest b/dev-python/sense-hat/Manifest index c363d63d73a5..b6adbde75568 100644 --- a/dev-python/sense-hat/Manifest +++ b/dev-python/sense-hat/Manifest @@ -1 +1,2 @@ DIST sense-hat-2.4.0.gh.tar.gz 27396 BLAKE2B 7f7482e17f80a3598c92f53f7a5b99ce4f5da10a5fc9ba6de656b6e18db323f8133f720d1486c3ecbe9badfdfe597c5365d2ba17ff637933d3053ec52f36dcfa SHA512 b2ce6c231b814d415dcf72b1031b29fd2309ccf194b8996401b1d3d7ff356ad4ed83a9ecff7c182410f789c3f1f47c3a6d64dd53884abf952f928734b94e54a5 +DIST sense-hat-2.6.0.gh.tar.gz 26598 BLAKE2B eabb9cae494584bb05d4d6e7111284925c2be8c8abcfe0f346f148ab2e29bae4ee3adf46aa1c83ad098760f7adf57635fa7b392effa5ffab065562c0f8a60e17 SHA512 23a10b7af223bf373ecef987c40da6ec7b7e802169b8abb0a810dce369d969276c290aef9b9e6e70ee3824ce6d238dcc2654e06d87d0e05b056d11f64ac9209a diff --git a/dev-python/sense-hat/sense-hat-2.6.0.ebuild b/dev-python/sense-hat/sense-hat-2.6.0.ebuild new file mode 100644 index 000000000000..e628fd7360e8 --- /dev/null +++ b/dev-python/sense-hat/sense-hat-2.6.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=setuptools +MY_PN="python-${PN}" +PYTHON_COMPAT=( python3_{10..12} ) + +inherit distutils-r1 + +DESCRIPTION="Raspberry Pi Sense HAT python library" +HOMEPAGE="https://github.com/astro-pi/python-sense-hat" +SRC_URI="https://github.com/astro-pi/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" +S="${WORKDIR}/${MY_PN}-${PV}" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~arm ~arm64" + +RDEPEND=" + dev-python/numpy[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP}] + dev-python/rtimulib[${PYTHON_USEDEP}] +" + +DEPEND="${RDEPEND}"