Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/python-sense-hat/
Date: Mon, 29 Oct 2018 23:15:32
Message-Id: 1540854907.ae6efce0fddb6b61c19717c80e7eb596622256fc.monsieurp@gentoo
1 commit: ae6efce0fddb6b61c19717c80e7eb596622256fc
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Sun Oct 28 16:11:39 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 29 23:15:07 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6efce0
7
8 dev-python/python-sense-hat: drop old version.
9
10 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
13
14 .../python-sense-hat/python-sense-hat-2.2.0.ebuild | 23 ----------------------
15 1 file changed, 23 deletions(-)
16
17 diff --git a/dev-python/python-sense-hat/python-sense-hat-2.2.0.ebuild b/dev-python/python-sense-hat/python-sense-hat-2.2.0.ebuild
18 deleted file mode 100644
19 index e941ad6c7ac..00000000000
20 --- a/dev-python/python-sense-hat/python-sense-hat-2.2.0.ebuild
21 +++ /dev/null
22 @@ -1,23 +0,0 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -
26 -EAPI=6
27 -
28 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
29 -
30 -inherit distutils-r1
31 -
32 -DESCRIPTION="Raspberry Pi Sense HAT python library"
33 -HOMEPAGE="https://github.com/RPi-Distro/python-sense-hat"
34 -SRC_URI="https://github.com/RPi-Distro/python-sense-hat/archive/v${PV}.tar.gz -> ${P}.tar.gz"
35 -
36 -LICENSE="BSD"
37 -SLOT="0"
38 -KEYWORDS="~arm ~arm64"
39 -
40 -RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]
41 - dev-python/pillow[${PYTHON_USEDEP}]
42 - dev-python/rtimulib[${PYTHON_USEDEP}]"
43 -
44 -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
45 - ${RDEPEND}"