blinkt-0.1.0 & blinkt-0.1.2.ebuild added

This commit is contained in:
Andreas Billmeier 2019-11-22 15:30:42 +01:00
parent 605e5b662d
commit a62aa12e9e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 82 additions and 0 deletions

View File

@ -29,6 +29,7 @@
* baidu-aip added
* add i2csense-0.0.4
* downgrade bizkaibus-0.1.1
* blinkt-0.1.0 & blinkt-0.1.2.ebuild added
2019-11-21 homeassistant-0.102.0
* bump homeassistant-0.102.0

View File

@ -0,0 +1,5 @@
DIST blinkt-0.1.0.tar.gz 3588 BLAKE2B 316adf7210533dd7a2cb806a9246abede616f2ffd30801376a2f90eda9550909348ed52d67ecae6aef180bcf101b397653c9edaa23167c6671fabafeaf1c6e21 SHA512 559ac840262cc755d0618a008546cef2b07c3c5628b65a524038830da2f9715708539f194b402c85e5dc1f5756abbdc7a694a923828fe6898ba1b5edf31a3542
DIST blinkt-0.1.2.tar.gz 5178 BLAKE2B 26b5b358dc7a56bdc09fa0536f04511bad9ad7425197407cfb2396f09b8c1772f20a50688afaa1afdf23fdd65204539fb9e4adfee695625173a9c53808f281cf SHA512 ed4242be999caf6a123fc76e8fa1825937eb442613183fb41fec0dfb6cd92cfb210a7622927254b86471837cab281715a61548a9a9b5f46d5d4122b96bbf8b01
EBUILD blinkt-0.1.0.ebuild 659 BLAKE2B ef022ccbd52bd1dbe881cb2efee159f31644f1d981f06bb16464b5feb352573fe8763e55122b759227aa0fda0789ea501eccb506c37172a63975661d3bda863e SHA512 3e8855dc9b5e4050a0754246deda49d7e99d0e793b6a587e611981acd1ab28a1a44e776c5f7cbcb5777d7b7b6e51316ef42419d6ba458a958d43eb0d1d499054
EBUILD blinkt-0.1.2.ebuild 659 BLAKE2B ef022ccbd52bd1dbe881cb2efee159f31644f1d981f06bb16464b5feb352573fe8763e55122b759227aa0fda0789ea501eccb506c37172a63975661d3bda863e SHA512 3e8855dc9b5e4050a0754246deda49d7e99d0e793b6a587e611981acd1ab28a1a44e776c5f7cbcb5777d7b7b6e51316ef42419d6ba458a958d43eb0d1d499054
MISC metadata.xml 456 BLAKE2B 8eb994ec6322304890da53e18e1a114ae6cc99e7e16993d269e868a9b7d5dd2afe3a0c08c95b2853ecd30cc130bb34753c5783ca297b4ce137679a4a678d9307 SHA512 e62a619f55c9cd9a2bfc392bc88d2c7ae2de4c6d638098b09c3ab4d72c5d3a9a6555e1cac4ec8c49bfa30b979b7a6e96af4d749fbc7388c731a80a3e6f01525d

View File

@ -0,0 +1,30 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Python library for driving Pimoroni Blinkt!"
HOMEPAGE="http://www.pimoroni.com https://pypi.org/project/blinkt/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,30 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
PYTHON_COMPAT=( python3_{6,7} )
inherit distutils-r1
DESCRIPTION="Python library for driving Pimoroni Blinkt!"
HOMEPAGE="http://www.pimoroni.com https://pypi.org/project/blinkt/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=""
DEPEND="${REDEPEND}
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/nose[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
nosetests --verbose || die
py.test -v -v || die
}

View File

@ -0,0 +1,16 @@
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer>
<email>b@edevau.net</email>
<name>Andreas Billmeier</name>
</maintainer>
<herd>python</herd>
<upstream>
<remote-id type="pypi">blinkt</remote-id>
<maintainer status="unknown">
<email>phil@pimoroni.com</email>
<name>Philip Howard</name>
</maintainer>
</upstream>
</pkgmetadata>