gentoo/dev-python/python-sense-hat/python-sense-hat-2.4.0.ebuild
Conrad Kostecki 1c5c48f101
dev-python/python-sense-hat: fix PythonGHDistfileSuffix
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
2022-08-12 18:24:44 +02:00

26 lines
598 B
Bash

# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{8..11} )
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}"