From ecdac123787b96ce6649f0f91da12ea6458cc2b1 Mon Sep 17 00:00:00 2001 From: Palica Date: Tue, 23 Jun 2020 22:35:08 +0200 Subject: Updating liguros repo --- dev-python/python-sense-hat/Manifest | 1 + dev-python/python-sense-hat/metadata.xml | 18 ++++++++++++++++ .../python-sense-hat-2.2.0-r1.ebuild | 25 ++++++++++++++++++++++ 3 files changed, 44 insertions(+) create mode 100644 dev-python/python-sense-hat/Manifest create mode 100644 dev-python/python-sense-hat/metadata.xml create mode 100644 dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild (limited to 'dev-python/python-sense-hat') diff --git a/dev-python/python-sense-hat/Manifest b/dev-python/python-sense-hat/Manifest new file mode 100644 index 000000000000..3a7e5d96205d --- /dev/null +++ b/dev-python/python-sense-hat/Manifest @@ -0,0 +1 @@ +DIST python-sense-hat-2.2.0.tar.gz 20841 BLAKE2B 59e6b9111fb90493e6bda00ce4a4c143dcb84d8b6529efadaf2f337adb38a8fb4287cbd9a303070ea4f335f1e03c6f4789e6f8fbe64a7c70db20675bdae7c6a1 SHA512 71914f6f22206cff23992a6908698978741a46bf9b98648388bac4550f39e8de73db6bd389b79585eba6e82160649a8c8da4217d515bbdbcb50d47218415f3ac diff --git a/dev-python/python-sense-hat/metadata.xml b/dev-python/python-sense-hat/metadata.xml new file mode 100644 index 000000000000..54efdc0fa118 --- /dev/null +++ b/dev-python/python-sense-hat/metadata.xml @@ -0,0 +1,18 @@ + + + + + conikost@gentoo.org + Conrad Kostecki + + + Python module to control the Raspberry Pi Sense HAT used in the Astro Pi mission. + An education outreach programme for UK schools sending code experiments + to the International Space Station. + + + https://github.com/RPi-Distro/python-sense-hat/issues + RPi-Distro/python-sense-hat + + gentoo-staging + diff --git a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild new file mode 100644 index 000000000000..d901ff21d981 --- /dev/null +++ b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) + +inherit distutils-r1 + +DESCRIPTION="Raspberry Pi Sense HAT python library" +HOMEPAGE="https://github.com/RPi-Distro/python-sense-hat" +SRC_URI="https://github.com/RPi-Distro/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}" +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -- cgit v1.3.1