From 15bb7733ddb1f16a0e3936969282ecc42419829a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 26 Dec 2023 01:33:45 +0000 Subject: gentoo auto-resync : 26:12:2023 - 01:33:45 --- dev-python/python-sense-hat/Manifest | 3 --- dev-python/python-sense-hat/metadata.xml | 18 ---------------- .../python-sense-hat/python-sense-hat-2.4.0.ebuild | 25 ---------------------- 3 files changed, 46 deletions(-) delete mode 100644 dev-python/python-sense-hat/Manifest delete mode 100644 dev-python/python-sense-hat/metadata.xml delete mode 100644 dev-python/python-sense-hat/python-sense-hat-2.4.0.ebuild (limited to 'dev-python/python-sense-hat') diff --git a/dev-python/python-sense-hat/Manifest b/dev-python/python-sense-hat/Manifest deleted file mode 100644 index de85f1e723a1..000000000000 --- a/dev-python/python-sense-hat/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST python-sense-hat-2.4.0.gh.tar.gz 27396 BLAKE2B 7f7482e17f80a3598c92f53f7a5b99ce4f5da10a5fc9ba6de656b6e18db323f8133f720d1486c3ecbe9badfdfe597c5365d2ba17ff637933d3053ec52f36dcfa SHA512 b2ce6c231b814d415dcf72b1031b29fd2309ccf194b8996401b1d3d7ff356ad4ed83a9ecff7c182410f789c3f1f47c3a6d64dd53884abf952f928734b94e54a5 -EBUILD python-sense-hat-2.4.0.ebuild 596 BLAKE2B eb167b8b31a8e76f366ae2ec77429abec36691dc283df8c9c4123e21b71f55d17f430cdeab20066b838b7f37bf7e41a89ada7665599856db51a8a075533eb15d SHA512 b8b6587287c02d17b49c41a760f22e206ac13221deea1bd196f78d451e34b6e39f9cdacecc3849244085f96902fd966d0e2d783b3048965e5f1e409c8ae222a7 -MISC metadata.xml 696 BLAKE2B 8c66d39989f0a29eb4b674afdfea3787c8ea4446d7fd41713f1a77d5e76c926f71200b685e3ca243dfac9c88ac9b7c11569fc36dc5c08e39e6aad24cc2ff94f7 SHA512 4c8725ab9fd8388006ccba8befe362e59962d9cc368d541dc57686544c10d81b891ff20788f6e209d79eaaabce3f857045b88acc5fb87a54995046e4b6ad21e9 diff --git a/dev-python/python-sense-hat/metadata.xml b/dev-python/python-sense-hat/metadata.xml deleted file mode 100644 index 036fcee9c23f..000000000000 --- a/dev-python/python-sense-hat/metadata.xml +++ /dev/null @@ -1,18 +0,0 @@ - - - - - conikost@gentoo.org - Conrad Kostecki - - - Python module to control the Raspberry Pi Sense HAT used in the Astro Pi mission. - An education outreach programme for UK schools sending code experiments - to the International Space Station. - - - https://github.com/astro-pi/python-sense-hat/issues - astro-pi/python-sense-hat - sense-hat - - diff --git a/dev-python/python-sense-hat/python-sense-hat-2.4.0.ebuild b/dev-python/python-sense-hat/python-sense-hat-2.4.0.ebuild deleted file mode 100644 index f2e7bd4fe801..000000000000 --- a/dev-python/python-sense-hat/python-sense-hat-2.4.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -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/python-sense-hat/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" - -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}" -- cgit v1.2.3