diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-08-13 00:49:29 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-08-13 00:49:29 +0000 |
| commit | d0aeca19ba2356f8f5d0a7fec8f171b7dbd629bf (patch) | |
| tree | 990d1efc80a122de70fb9e16212b19e4ea973936 /dev-python/python-sense-hat/python-sense-hat-2.4.0.ebuild | |
| parent | 6a709b350c45bed49a23fe78f8bdb8da0b2a15ed (diff) | |
| download | baldeagleos-repo-d0aeca19ba2356f8f5d0a7fec8f171b7dbd629bf.tar.gz baldeagleos-repo-d0aeca19ba2356f8f5d0a7fec8f171b7dbd629bf.tar.xz baldeagleos-repo-d0aeca19ba2356f8f5d0a7fec8f171b7dbd629bf.zip | |
Adding metadata
Diffstat (limited to 'dev-python/python-sense-hat/python-sense-hat-2.4.0.ebuild')
| -rw-r--r-- | dev-python/python-sense-hat/python-sense-hat-2.4.0.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-python/python-sense-hat/python-sense-hat-2.4.0.ebuild b/dev-python/python-sense-hat/python-sense-hat-2.4.0.ebuild new file mode 100644 index 000000000000..4b3e6cb90091 --- /dev/null +++ b/dev-python/python-sense-hat/python-sense-hat-2.4.0.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_PEP517=setuptools +PYTHON_COMPAT=( python3_{7,8,9,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}.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}" |
