mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/python-sense-hat: movepkg to dev-python/sense-hat
Bug: https://bugs.gentoo.org/920647 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
@@ -1 +0,0 @@
|
||||
DIST python-sense-hat-2.4.0.gh.tar.gz 27396 BLAKE2B 7f7482e17f80a3598c92f53f7a5b99ce4f5da10a5fc9ba6de656b6e18db323f8133f720d1486c3ecbe9badfdfe597c5365d2ba17ff637933d3053ec52f36dcfa SHA512 b2ce6c231b814d415dcf72b1031b29fd2309ccf194b8996401b1d3d7ff356ad4ed83a9ecff7c182410f789c3f1f47c3a6d64dd53884abf952f928734b94e54a5
|
||||
1
dev-python/sense-hat/Manifest
Normal file
1
dev-python/sense-hat/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST sense-hat-2.4.0.gh.tar.gz 27396 BLAKE2B 7f7482e17f80a3598c92f53f7a5b99ce4f5da10a5fc9ba6de656b6e18db323f8133f720d1486c3ecbe9badfdfe597c5365d2ba17ff637933d3053ec52f36dcfa SHA512 b2ce6c231b814d415dcf72b1031b29fd2309ccf194b8996401b1d3d7ff356ad4ed83a9ecff7c182410f789c3f1f47c3a6d64dd53884abf952f928734b94e54a5
|
||||
@@ -4,13 +4,15 @@
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
MY_PN="python-${PN}"
|
||||
PYTHON_COMPAT=( python3_{9..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"
|
||||
SRC_URI="https://github.com/astro-pi/${MY_PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
|
||||
S="${WORKDIR}/${MY_PN}-${PV}"
|
||||
|
||||
LICENSE="BSD"
|
||||
SLOT="0"
|
||||
@@ -40,3 +40,4 @@ move games-action/minetest games-engines/minetest
|
||||
move app-laptop/tuxedo-keyboard app-laptop/tuxedo-drivers
|
||||
move dev-libs/clhpp dev-cpp/clhpp
|
||||
move games-puzzle/ksokoban games-puzzle/skladnik
|
||||
move dev-python/python-sense-hat dev-python/sense-hat
|
||||
|
||||
Reference in New Issue
Block a user