add smbus-cffi-0.5.1
This commit is contained in:
parent
cef7ad52e1
commit
ee56487a31
@ -1,5 +1,6 @@
|
||||
2019-11-09 again modules from dev tree
|
||||
* bump abodepy-0.16.7
|
||||
* add smbus-cffi-0.5.1
|
||||
|
||||
2019-11-08 some modules from dev tree
|
||||
* paho-mqtt: remove obsolete patch
|
||||
|
3
dev-python/smbus-cffi/Manifest
Normal file
3
dev-python/smbus-cffi/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST smbus-cffi-0.5.1.tar.gz 18434 BLAKE2B 2369beefbdd0ee9e413dcbd3082b25c50f12658a1f8b3e9c71c1980a4a1ece23a96c32a00c9ac66bf80a17c7644a2faecfba5cf9c7de2ed95846e26e8d741f28 SHA512 8635b4bfd1f2b188306b9ca30959f9bce564d8966502d8c06dd9b24fea877008c936302ac81308a1be79a0d665fd341dd3b98e6cc8c8b3b5a0bfce541e181df3
|
||||
EBUILD smbus-cffi-0.5.1.ebuild 969 BLAKE2B 5e1955e7fb3b2075824c639622e399dd956e45d9750025ea195b4874d0f9e990c2073f9f40dfb6ad28adf74e6ad2042c292b476dcc315163224abafa6e4537bb SHA512 b8f8b5520b9be7443f22d62664553be2dc7baa84ff76b3557ba04c9f0b9fc7287e447e9f35837f03319ef2b242c724d2f003ea0b52c34b37b98159d07c419a60
|
||||
MISC metadata.xml 469 BLAKE2B 9ad8103789c91ae82e22c93652964b0271b853d10a23b6f5e8b6fd00343ab531ba1f5b17669a621c02f72a9a8af84772cbdd87f7338c6a24097ef9a433476302 SHA512 9493d74259c6e2e48ed825ddaced3ac944afb6efdff0d799bdca5703062ed9be6d9c034957adb2e3105724bb7ffc469dd72701f4cff233d06ff6ec49f54bdee4
|
16
dev-python/smbus-cffi/metadata.xml
Normal file
16
dev-python/smbus-cffi/metadata.xml
Normal 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">smbus-cffi</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>david.schneider@bivab.de</email>
|
||||
<name>David Schneider</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
32
dev-python/smbus-cffi/smbus-cffi-0.5.1.ebuild
Normal file
32
dev-python/smbus-cffi/smbus-cffi-0.5.1.ebuild
Normal file
@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2019 Gentoo Authors Andreas Billmeier b (at) edevau.net
|
||||
# Distributed under the terms of the GNU General Public License v3.0
|
||||
|
||||
EAPI="7"
|
||||
|
||||
PYTHON_COMPAT=( python3_{6,7} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
DESCRIPTION="This Python module allows SMBus access through the I2C /dev interface on Linux hosts. The host kernel must have I2C support, I2C device interface support, and a bus adapter driver."
|
||||
HOMEPAGE="https://github.com/bivab/smbus-cffi https://pypi.org/project/smbus-cffi/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="GPLv2"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
IUSE="test"
|
||||
|
||||
RDEPEND="dev-python/pyserial[${PYTHON_USEDEP}]
|
||||
>=dev-python/cffi-1.1.0[${PYTHON_USEDEP}]"
|
||||
DEPEND="${REDEPEND}
|
||||
dev-python/setuptools[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
dev-python/tox[${PYTHON_USEDEP}]
|
||||
dev-python/nose[${PYTHON_USEDEP}]
|
||||
dev-python/pytest[${PYTHON_USEDEP}]
|
||||
)"
|
||||
|
||||
python_test() {
|
||||
nosetests --verbose || die
|
||||
py.test -v -v || die
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user