From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- dev-python/python-sense-hat/Manifest | 2 +- .../python-sense-hat-2.2.0-r2.ebuild | 25 ---------------------- .../python-sense-hat-2.2.0-r3.ebuild | 25 ++++++++++++++++++++++ 3 files changed, 26 insertions(+), 26 deletions(-) delete mode 100644 dev-python/python-sense-hat/python-sense-hat-2.2.0-r2.ebuild create mode 100644 dev-python/python-sense-hat/python-sense-hat-2.2.0-r3.ebuild (limited to 'dev-python/python-sense-hat') diff --git a/dev-python/python-sense-hat/Manifest b/dev-python/python-sense-hat/Manifest index fd8ec19d3eec..268b3ff85ea1 100644 --- a/dev-python/python-sense-hat/Manifest +++ b/dev-python/python-sense-hat/Manifest @@ -1,3 +1,3 @@ DIST python-sense-hat-2.2.0.tar.gz 20841 BLAKE2B 59e6b9111fb90493e6bda00ce4a4c143dcb84d8b6529efadaf2f337adb38a8fb4287cbd9a303070ea4f335f1e03c6f4789e6f8fbe64a7c70db20675bdae7c6a1 SHA512 71914f6f22206cff23992a6908698978741a46bf9b98648388bac4550f39e8de73db6bd389b79585eba6e82160649a8c8da4217d515bbdbcb50d47218415f3ac -EBUILD python-sense-hat-2.2.0-r2.ebuild 596 BLAKE2B 6b349713b78acd1804ee31f29a9e161a168c328c2e4702e00275e0c02356e6772fdf2ddbdaec8c0942498ef7f91b2f34653ce212944d5eb6a52cf84441a82c49 SHA512 02528c93e3fad94e8eec0e39b8d6cc50db2f0777f19244b3a3dd96afec62ee0ba653863319d9fec33eebdcb1f838c3279584677f0732b7dfba3e313a219e4d8c +EBUILD python-sense-hat-2.2.0-r3.ebuild 596 BLAKE2B b4683f8758721adc8eb8ffcac3c4841858d3c7bd1991eddedf80af46aceb0fccf83857b56e9b2fe833c06cbecf4ac48d0c68375466f19a08911fee86b30575d7 SHA512 f7411e36015aa0e703a12c06926ece5b792e0bdabd60fb2347ac5932dac1213b4de9437de5d5fe40db77b930341a38a5ab1211c1f3713acfb280c48fb1f8d091 MISC metadata.xml 696 BLAKE2B 8c66d39989f0a29eb4b674afdfea3787c8ea4446d7fd41713f1a77d5e76c926f71200b685e3ca243dfac9c88ac9b7c11569fc36dc5c08e39e6aad24cc2ff94f7 SHA512 4c8725ab9fd8388006ccba8befe362e59962d9cc368d541dc57686544c10d81b891ff20788f6e209d79eaaabce3f857045b88acc5fb87a54995046e4b6ad21e9 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}" diff --git a/dev-python/python-sense-hat/python-sense-hat-2.2.0-r3.ebuild b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r3.ebuild new file mode 100644 index 000000000000..b6ffda3de655 --- /dev/null +++ b/dev-python/python-sense-hat/python-sense-hat-2.2.0-r3.ebuild @@ -0,0 +1,25 @@ +# 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}" -- cgit v1.2.3