summaryrefslogtreecommitdiff
path: root/dev-python/python-sense-hat/python-sense-hat-2.4.0.ebuild
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/python-sense-hat-2.4.0.ebuild
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/python-sense-hat-2.4.0.ebuild')
-rw-r--r--dev-python/python-sense-hat/python-sense-hat-2.4.0.ebuild25
1 files changed, 0 insertions, 25 deletions
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}"