add adafruit-circuitpython-bmp280
add adafruit-circuitpython-busdevice-5.0.1
This commit is contained in:
3
dev-python/adafruit-circuitpython-busdevice/Manifest
Normal file
3
dev-python/adafruit-circuitpython-busdevice/Manifest
Normal file
@@ -0,0 +1,3 @@
|
||||
DIST adafruit-circuitpython-busdevice-5.0.1.tar.gz 22966 BLAKE2B 016ecac6195e68711426a829774e522a95963200fcdb1cc608dcea2b14b73e267c743a9cb4fab671befac2bbdc906572517b6fcbea96142686ea664bc9584f42 SHA512 50b7130e5df22282433e84a62698a54a42c2d132a22de5bcd712591433ead192413e5eb1050bbcc8bd168acdadbe35978e9947f85c8a38ebad15e8e6e96c7d10
|
||||
EBUILD adafruit-circuitpython-busdevice-5.0.1.ebuild 787 BLAKE2B 8594e5473415634afdd9ae2f6aa24d4ddf50a5317e0c848cf3cc877e5dda2dfb092256e8cbf779b0cfc3a55914dbfa3f8d54afae1534eb5d4932d4f9fe0cbd18 SHA512 56132168cacffdee30deb34f836f2a6aa08682a23a07d3478b813c04ce726aa7b8a1f7bd681c23fe7a82691254bfba534ca18e45d955aee0344072e570693886
|
||||
MISC metadata.xml 490 BLAKE2B 798859681c27a66d6e3ed1c25f19d9fbd04c491b661e3bca158df931e029a2ede027821a6ee6a5ca8039ad4328084020f232e9b98000c699a09672d93fc68b2e SHA512 97a161fb5f528ce6757bb89ac178364f19912bdc8fbce7ceab68ba28dc849636201ab874749a3b33e0f05f22d8848f3126af1dcc21b1658d22712b55616d28f4
|
||||
@@ -0,0 +1,30 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6..8} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="CircuitPython bus device classes to manage bus sharing."
|
||||
HOMEPAGE="https://github.com/adafruit/Adafruit_CircuitPython_BusDevice https://pypi.org/project/adafruit-circuitpython-busdevice/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/Adafruit-Blinka[${PYTHON_USEDEP}]"
|
||||
BDEPEND="${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
|
||||
}
|
||||
15
dev-python/adafruit-circuitpython-busdevice/metadata.xml
Normal file
15
dev-python/adafruit-circuitpython-busdevice/metadata.xml
Normal file
@@ -0,0 +1,15 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="project">
|
||||
<email>b@edevau.net</email>
|
||||
<name>Andreas Billmeier</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="pypi">adafruit-circuitpython-busdevice</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>circuitpython@adafruit.com</email>
|
||||
<name>Adafruit Industries</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
Reference in New Issue
Block a user