summaryrefslogtreecommitdiff
path: root/dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-02-10 15:54:57 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2022-02-10 15:54:57 +0000
commite55a128ae6ced7797822e24966e8f18f8218190c (patch)
tree1eb4ef662cee1b444ca76a076540b85143e78165 /dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild
parent3ee9ccd07a19b4a620f1f09946d1e15ccda85d3b (diff)
downloadbaldeagleos-repo-e55a128ae6ced7797822e24966e8f18f8218190c.tar.gz
baldeagleos-repo-e55a128ae6ced7797822e24966e8f18f8218190c.tar.xz
baldeagleos-repo-e55a128ae6ced7797822e24966e8f18f8218190c.zip
Adding metadata
Diffstat (limited to 'dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild')
-rw-r--r--dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild25
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild
deleted file mode 100644
index cdbea99125b4..000000000000
--- a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS="bdepend"
-PYTHON_COMPAT=( python3_{6,7,8,9,10} )
-
-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}.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}"