2
0
mirror of https://github.com/gentoo-mirror/gentoo.git synced 2026-02-07 00:09:21 +03:00
Files
gentoo/dev-python/python-sense-hat/python-sense-hat-2.2.0-r3.ebuild
Conrad Kostecki 54d469436e dev-python/python-sense-hat: update EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2022-02-09 23:56:02 +01:00

26 lines
596 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
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}"