* [gentoo-commits] repo/gentoo:master commit in: dev-python/sense-hat/
@ 2023-12-25 19:13 Conrad Kostecki
0 siblings, 0 replies; 4+ messages in thread
From: Conrad Kostecki @ 2023-12-25 19:13 UTC (permalink / raw
To: gentoo-commits
commit: 3d1eb1ce4d73e253edf3f9005859fb217a80ddbb
Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 25 19:12:55 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> 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 <conikost <AT> 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}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sense-hat/
@ 2024-01-13 11:15 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-01-13 11:15 UTC (permalink / raw
To: gentoo-commits
commit: 6b101fc97a849383af302aee1a63a181a850fb04
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 11:13:41 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 11:13:41 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b101fc9
dev-python/sense-hat: Stabilize 2.6.0 arm64, #921992
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/sense-hat/sense-hat-2.6.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/sense-hat/sense-hat-2.6.0.ebuild b/dev-python/sense-hat/sense-hat-2.6.0.ebuild
index e628fd7360e8..8c81a99d5eff 100644
--- a/dev-python/sense-hat/sense-hat-2.6.0.ebuild
+++ b/dev-python/sense-hat/sense-hat-2.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~arm ~arm64"
+KEYWORDS="~arm arm64"
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sense-hat/
@ 2024-01-13 12:02 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2024-01-13 12:02 UTC (permalink / raw
To: gentoo-commits
commit: cacb0d2630e0be36ba4027e7361e35858830ba82
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 12:01:26 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 12:01:26 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cacb0d26
dev-python/sense-hat: Stabilize 2.6.0 arm, #921992
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/sense-hat/sense-hat-2.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/sense-hat/sense-hat-2.6.0.ebuild b/dev-python/sense-hat/sense-hat-2.6.0.ebuild
index 8c81a99d5eff..5c0847222f19 100644
--- a/dev-python/sense-hat/sense-hat-2.6.0.ebuild
+++ b/dev-python/sense-hat/sense-hat-2.6.0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~arm arm64"
+KEYWORDS="arm arm64"
RDEPEND="
dev-python/numpy[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-python/sense-hat/
@ 2024-01-13 12:45 Michał Górny
0 siblings, 0 replies; 4+ messages in thread
From: Michał Górny @ 2024-01-13 12:45 UTC (permalink / raw
To: gentoo-commits
commit: fbb9cf9af16cfcc8660ff2a6ac23e97e715e50d8
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 13 12:43:50 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 13 12:43:50 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbb9cf9a
dev-python/sense-hat: Remove old
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/sense-hat/Manifest | 1 -
dev-python/sense-hat/sense-hat-2.4.0.ebuild | 27 ---------------------------
2 files changed, 28 deletions(-)
diff --git a/dev-python/sense-hat/Manifest b/dev-python/sense-hat/Manifest
index b6adbde75568..dcf2729bb35f 100644
--- a/dev-python/sense-hat/Manifest
+++ b/dev-python/sense-hat/Manifest
@@ -1,2 +1 @@
-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.4.0.ebuild b/dev-python/sense-hat/sense-hat-2.4.0.ebuild
deleted file mode 100644
index 8fd3c87b3cc6..000000000000
--- a/dev-python/sense-hat/sense-hat-2.4.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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_{9..11} )
-
-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}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-01-13 12:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-13 12:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/sense-hat/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2024-01-13 12:45 Michał Górny
2024-01-13 11:15 Sam James
2023-12-25 19:13 Conrad Kostecki
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox