summaryrefslogtreecommitdiff
path: root/dev-python/python-sense-hat
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-12-26 06:27:38 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-12-26 06:27:38 +0000
commit63b7291f35aafad2261aa34c8c09b2ccce07e475 (patch)
treebde311c544c031b1e864850e8a1decc46121b465 /dev-python/python-sense-hat
parentbc578394ba4c1b3769658c36b92b57735f4abcd1 (diff)
downloadbaldeagleos-repo-63b7291f35aafad2261aa34c8c09b2ccce07e475.tar.gz
baldeagleos-repo-63b7291f35aafad2261aa34c8c09b2ccce07e475.tar.xz
baldeagleos-repo-63b7291f35aafad2261aa34c8c09b2ccce07e475.zip
Adding metadata
Diffstat (limited to 'dev-python/python-sense-hat')
-rw-r--r--dev-python/python-sense-hat/Manifest1
-rw-r--r--dev-python/python-sense-hat/metadata.xml17
-rw-r--r--dev-python/python-sense-hat/python-sense-hat-2.4.0.ebuild25
3 files changed, 0 insertions, 43 deletions
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 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>conikost@gentoo.org</email>
- <name>Conrad Kostecki</name>
- </maintainer>
- <longdescription>
- 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.
- </longdescription>
- <upstream>
- <bugs-to>https://github.com/astro-pi/python-sense-hat/issues</bugs-to>
- </upstream>
- <origin>gentoo-staging</origin>
-</pkgmetadata> \ 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}"