add ibmiotf-0.3.4 and ibmiotf-0.4.0

This commit is contained in:
Andreas Billmeier 2019-11-24 21:17:32 +01:00
parent fb3fe89d9c
commit 0ed87753d3
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
5 changed files with 92 additions and 0 deletions

View File

@ -1,4 +1,5 @@
2019-11 23 (reverse added today)
* add ibmiotf-0.3.4 and ibmiotf-0.4.0
* dg to steamodd-4.21, py-synology-0.2.0, pywemo-0.4.34, synology-srm-0.0.7
* dg tellcore-py-1.1.2, vultr-0.1.2
* add pifacedigitalio-3.0.5, pytouchline-0.7, waterfurnace-1.1.0

View File

@ -0,0 +1,5 @@
DIST ibmiotf-0.3.4.tar.gz 55039 BLAKE2B b64f64314ffdaa89d3756f74ff5750afe243a8300d40d20c8c2641725b7ae87389eb37608207898cecc047eddec49cccadfa86acc0b98f452b3999257d014c41 SHA512 4c358fd2cffe996f0ea2c72f1b21074cd7a58efd900beed8b00c77a63372d9ec09426eda0fa8350d885f86aceda6d1d112f43d5673626572ad538cf0e725b51a
DIST ibmiotf-0.4.0.tar.gz 71787 BLAKE2B 3c3b32422217c2373051b51b2faa6d5fe6a4fc7fc7148f13ebc3a5092f06e755b2edb512ecdef0ef21a4a8b23be2a1d3a0c3c95eb2559dc0472453c22f2a89eb SHA512 4ae3bd62612a79cd84101c7f8a5beb476e06f7f9a996eefa660df5667dcc87855d114021df9c1e19562c7b6738cfaa33ea66e542720e3a1ed5545ea8997aa6f1
EBUILD ibmiotf-0.3.4.ebuild 968 BLAKE2B a1d5d65ee1a76b9479a747d6a497e8a04927a2a8f708a4918f2dd96323ea0e7a0247ff4a57489191e8f26f0ac86c8e371fd2a2b2b90aad1eca182b8fac68acf6 SHA512 67f24f8871aea32269bd6e1a1075bee762b842afd224f83673ca5b67c983cbed5fa4ae10a64a31bb684452880bf70e0ceea38286e6ef57ac245a14462f2f4640
EBUILD ibmiotf-0.4.0.ebuild 968 BLAKE2B a1d5d65ee1a76b9479a747d6a497e8a04927a2a8f708a4918f2dd96323ea0e7a0247ff4a57489191e8f26f0ac86c8e371fd2a2b2b90aad1eca182b8fac68acf6 SHA512 67f24f8871aea32269bd6e1a1075bee762b842afd224f83673ca5b67c983cbed5fa4ae10a64a31bb684452880bf70e0ceea38286e6ef57ac245a14462f2f4640
MISC metadata.xml 458 BLAKE2B d9d242c2472bee72e9b786ea3b77ca7601c16667955506b38868a89e96274060d0b39611684a998dc9dc74a9df63d5b3be0901300e8a505d5597bc3fd810bf53 SHA512 924dc292dd50c593820f6e8eb62546e3a64f3dde69f9560ba3756dcac32638c196c80e876260640fcfa32a35d70cdc1a8f5dd61c008bc696a93119f981955448

View File

@ -0,0 +1,35 @@
# 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 Client for IBM Watson IoT Platform"
HOMEPAGE="https://github.com/ibm-watson-iot/iot-python https://pypi.org/project/ibmiotf/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="EPL-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/iso8601-0.1.12[${PYTHON_USEDEP}]
>=dev-python/pytz-2018.9[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
>=dev-python/paho-mqtt-1.4.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.21.0[${PYTHON_USEDEP}]
>=dev-python/requests-toolbelt-0.8.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
}

View File

@ -0,0 +1,35 @@
# 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 Client for IBM Watson IoT Platform"
HOMEPAGE="https://github.com/ibm-watson-iot/iot-python https://pypi.org/project/ibmiotf/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="EPL-1.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/iso8601-0.1.12[${PYTHON_USEDEP}]
>=dev-python/pytz-2018.9[${PYTHON_USEDEP}]
>=dev-python/pyyaml-3.13[${PYTHON_USEDEP}]
>=dev-python/paho-mqtt-1.4.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.21.0[${PYTHON_USEDEP}]
>=dev-python/requests-toolbelt-0.8.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
}

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">ibmiotf</remote-id>
<maintainer status="unknown">
<email>parkerda@uk.ibm.com</email>
<name>David Parker</name>
</maintainer>
</upstream>
</pkgmetadata>