diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-02-09 21:44:23 +0100 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-02-09 23:56:03 +0100 |
commit | 38a2983339a7893b5e2d5f9985b2dcf17e30823e (patch) | |
tree | c7e469bce9e2802d6f59917e5bf4805785febadb /dev-python/python-sense-hat | |
parent | dev-python/python-sense-hat: update EAPI 7 -> 8 (diff) | |
download | gentoo-38a2983339a7893b5e2d5f9985b2dcf17e30823e.tar.gz gentoo-38a2983339a7893b5e2d5f9985b2dcf17e30823e.tar.bz2 gentoo-38a2983339a7893b5e2d5f9985b2dcf17e30823e.zip |
dev-python/python-sense-hat: drop 2.2.0-r2
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-python/python-sense-hat')
-rw-r--r-- | dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild | 25 |
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 7d0c45bed91c..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_{8..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}" |