From 63b7291f35aafad2261aa34c8c09b2ccce07e475 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 26 Dec 2023 06:27:38 +0000 Subject: Adding metadata --- dev-python/python-sense-hat/Manifest | 1 - dev-python/python-sense-hat/metadata.xml | 17 --------------- .../python-sense-hat/python-sense-hat-2.4.0.ebuild | 25 ---------------------- 3 files changed, 43 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 d1e5bc696c3f..000000000000 --- a/dev-python/python-sense-hat/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST python-sense-hat-2.4.0.gh.tar.gz 27396 BLAKE2B 7f7482e17f80a3598c92f53f7a5b99ce4f5da10a5fc9ba6de656b6e18db323f8133f720d1486c3ecbe9badfdfe597c5365d2ba17ff637933d3053ec52f36dcfa SHA512 b2ce6c231b814d415dcf72b1031b29fd2309ccf194b8996401b1d3d7ff356ad4ed83a9ecff7c182410f789c3f1f47c3a6d64dd53884abf952f928734b94e54a5 diff --git a/dev-python/python-sense-hat/metadata.xml b/dev-python/python-sense-hat/metadata.xml deleted file mode 100644 index 56888db15d3c..000000000000 --- a/dev-python/python-sense-hat/metadata.xml +++ /dev/null @@ -1,17 +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 - - gentoo-staging - \ No newline at end of file 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 3f00db9a6d16..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_{8,9,10,11,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/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.3.1