add pycomfoconnect-0.3
This commit is contained in:
parent
36d5391c72
commit
d923220e84
@ -7,6 +7,7 @@
|
||||
* add pyombi-0.1.{5,10}
|
||||
* bump pyobihai-1.2.0
|
||||
* add postnl-api-1.2.2 & postnl-api-1.0.2
|
||||
* add pycomfoconnect-0.3
|
||||
|
||||
2019-11-15
|
||||
* add aiobotocore-0.10.1
|
||||
|
3
dev-python/pycomfoconnect/Manifest
Normal file
3
dev-python/pycomfoconnect/Manifest
Normal file
@ -0,0 +1,3 @@
|
||||
DIST pycomfoconnect-0.3.tar.gz 18897 BLAKE2B 7c369f5fcf24e36f0dcd785a4fcb8f3c95cf9f1e24138b048ec3d01a9868b24185e90e381b52583bce015763c39d9bce47b7e634f9cf6ed7151db9b62476b9fa SHA512 f29b961d4572100ac1d672a59813e99e184e390356b83201b3112f0a887d499d2e4870855ecb858dd952573b5370562714b6f1c3ce3bf66ba382afd93d63c245
|
||||
EBUILD pycomfoconnect-0.3.ebuild 751 BLAKE2B 919bf5516def50213639ef937d7b51ffd308f160c7dc8962278192d6b0dfebe388b1083ef6b80bfad2b1dbe96cf4e237ff70e7436a88072722ebc6f8baae5f3c SHA512 7ef79d8be96295bcf1538e2cdb88a474b12905d3e0c39651e75fe42793527180dc97ae2c6af1565320a63d596d034d5f8d68df42b80ba84655caa6f2990f674a
|
||||
MISC metadata.xml 475 BLAKE2B 5ad307565850a8be1610be42a9941a48bd58bd54d94e609f97eb17fcdc210c2b05826d0c6a978c9d16473e965451ad2f5f028ba7b267faae0ccad1bc45884512 SHA512 455de9808d774caa71be7d9997f933b6b656d22f2075b24d6afb64e029896948007bb310daefd93f0de64f9d3f2778f54ca556f27e8135d98b6c1840539d4cc1
|
16
dev-python/pycomfoconnect/metadata.xml
Normal file
16
dev-python/pycomfoconnect/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">pycomfoconnect</remote-id>
|
||||
<maintainer status="unknown">
|
||||
<email>michael.arnauts@gmail.com</email>
|
||||
<name>Michaël Arnauts</name>
|
||||
</maintainer>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
30
dev-python/pycomfoconnect/pycomfoconnect-0.3.ebuild
Normal file
30
dev-python/pycomfoconnect/pycomfoconnect-0.3.ebuild
Normal 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 interface for the Zehnder ComfoConnect LAN C bridge."
|
||||
HOMEPAGE="https://github.com/michaelarnauts/comfoconnect https://pypi.org/project/pycomfoconnect/"
|
||||
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=">=dev-python/protobuf-3.0.0[${PYTHON_USEDEP}]"
|
||||
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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user