add ibm-watson and ibm-cloud-sdk-core

This commit is contained in:
Andreas Billmeier 2019-11-24 21:26:18 +01:00
parent 0ed87753d3
commit f945d19588
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
9 changed files with 173 additions and 0 deletions

View File

@ -1,4 +1,5 @@
2019-11 23 (reverse added today)
* add ibm-watson and ibm-cloud-sdk-core
* 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

View File

@ -0,0 +1,5 @@
DIST ibm-cloud-sdk-core-1.0.0.tar.gz 19949 BLAKE2B 2d745cc18278e33d11d398583417744dac6aff2b5a36bf683d103b0c3a5e75c5b79cca84ca32d571016f65a6d9c62a8f188d4c67460de35bacb500ba8c899b80 SHA512 6e51256cc23c606927486862c314d537f6c43c74780f4b9e6a1427a9d5acf91f033b106b387cb284b813b0d4c5df70e0cfeac1dda1d4b9fa942879e85cf545cd
DIST ibm-cloud-sdk-core-1.5.1.tar.gz 25497 BLAKE2B bea44933423448d74df167b91139e0d3f64fcf06a8342fcaf9f38d12462f073d473b8851aa83edeb00226702149c1cc018ac5d9e3da7bb981740db3db48a3dae SHA512 e5baacf23eff8471e6dc758a19d5b29c4a903c27829ba6adb2a56cba5d1fa8a4612322c8b16647b6dd76cd86e026a839497faeebb542525fe3f753c9bb67f741
EBUILD ibm-cloud-sdk-core-1.0.0.ebuild 832 BLAKE2B 2261b215caf7dea86159b217139b8071053bb7381d738a80c029be521d94b8d5454d7f61e330ae939762fbc9b44f2532075fd58d721758f39a7708127cb60cc8 SHA512 2e864cd9fefc1024a77abb2ae6cba77713b273cddb9ffed212020872b855c570442fe52aec9976905c2df5dcd54c9745d013fefb753dde2c1d0d6c05a05a5717
EBUILD ibm-cloud-sdk-core-1.5.1.ebuild 832 BLAKE2B 2261b215caf7dea86159b217139b8071053bb7381d738a80c029be521d94b8d5454d7f61e330ae939762fbc9b44f2532075fd58d721758f39a7708127cb60cc8 SHA512 2e864cd9fefc1024a77abb2ae6cba77713b273cddb9ffed212020872b855c570442fe52aec9976905c2df5dcd54c9745d013fefb753dde2c1d0d6c05a05a5717
MISC metadata.xml 470 BLAKE2B a53203377e0c4c9f1ea50a4fd26ae7131b0088aaee9d106af49a6601fd4316c6a327c8f377be10843a50ad5fad617dd403eb78a0e730b709e1ff210a54e60acb SHA512 8b4cac99f9b0ec0c1d47bfee934f289c4c3a488bcdc91c4e87af3d21faf627837708bc0c4730e92c1268ce57ba8518580f878dd47039a7e54b989ee52e54bf79

View File

@ -0,0 +1,32 @@
# 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="Client library for the IBM Cloud services"
HOMEPAGE="https://github.com/IBM/python-sdk-core https://pypi.org/project/ibm-cloud-sdk-core/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/requests-2.0[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
>=dev-python/pyjwt-1.7.1[${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,32 @@
# 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="Client library for the IBM Cloud services"
HOMEPAGE="https://github.com/IBM/python-sdk-core https://pypi.org/project/ibm-cloud-sdk-core/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/requests-2.0[${PYTHON_USEDEP}]
>=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
>=dev-python/pyjwt-1.7.1[${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">ibm-cloud-sdk-core</remote-id>
<maintainer status="unknown">
<email>erika.dsouza@ibm.com</email>
<name>Erika Dsouza</name>
</maintainer>
</upstream>
</pkgmetadata>

View File

@ -0,0 +1,5 @@
DIST ibm-watson-4.0.1.tar.gz 297685 BLAKE2B d071d143e674bc9d960d490d31e5db7ad2e75ec9793ebd2f3d3dc80365d238a41eb472db6d6e4b6af112c7edb3d4a20beb2ed6ec44a6b6a21e8018853b9982f9 SHA512 d564812633eca9929a4ea890a743c401c8980893f94f8f69f44076c0aaa149fa46f7e9aa327b54a6eba6ab5bd9534df9e7a3859765701c83878d332e2a593975
DIST ibm-watson-4.0.4.tar.gz 297846 BLAKE2B b026e613405ff585f78dc9e0e978b149a918042a72b2d723440d07703cbf374129063a9719bde5bc4b53c3f6613a503f150e070fdb616953dec423164e027b91 SHA512 ea604d1abd0c47560774c9a5e3adacd376b4ff8ac2b1e62cc2e7e6d7e6d107ff4ccb2f67c2dd452293434c5b775c2f0c88abb7365d5cd5dcc266a24427514960
EBUILD ibm-watson-4.0.1.ebuild 909 BLAKE2B 0b4157d00a11aaea5cb610523376b6ca0b4696b672ded6fa3c708d0d4cfd87672ce6a4500f6f97ece30e1f67b911327ad63dd9e9c6bd51f38b39a13910769231 SHA512 8a6f1bf4f2b515f0fd713217fb58eb521f1e521f4ae8531c77b01c204d0f11688de0c5e4cbb68341d0f7b9f7f01317987448bfacc176a1295a2141b75410b87b
EBUILD ibm-watson-4.0.4.ebuild 909 BLAKE2B 0b4157d00a11aaea5cb610523376b6ca0b4696b672ded6fa3c708d0d4cfd87672ce6a4500f6f97ece30e1f67b911327ad63dd9e9c6bd51f38b39a13910769231 SHA512 8a6f1bf4f2b515f0fd713217fb58eb521f1e521f4ae8531c77b01c204d0f11688de0c5e4cbb68341d0f7b9f7f01317987448bfacc176a1295a2141b75410b87b
MISC metadata.xml 459 BLAKE2B 4c4b7b1e579647ecd66e5c2d52886037b27818624fa69eca320c00d0d67b4d048e0d79fe6577f149c3bebd80c74e600b0eb27a95af326b7343c56d7660da5071 SHA512 bde39b2131b207a11a4019ac37a0817ac1e927a93fe74a911f389a4be8ac7aeb01e9cdbb11b25fabfc8fff633eadf2ff04935fd1727fa638bb6fa48cc63cdec3

View File

@ -0,0 +1,33 @@
# 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="Client library to use the IBM Watson Services"
HOMEPAGE="https://github.com/watson-developer-cloud/python-sdk https://pypi.org/project/ibm-watson/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
>=dev-python/requests-2.0[${PYTHON_USEDEP}]
~dev-python/websocket-client-0.48.0[${PYTHON_USEDEP}]
~dev-python/ibm-cloud-sdk-core-1.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
}

View File

@ -0,0 +1,33 @@
# 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="Client library to use the IBM Watson Services"
HOMEPAGE="https://github.com/watson-developer-cloud/python-sdk https://pypi.org/project/ibm-watson/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="test"
RDEPEND=">=dev-python/python-dateutil-2.5.3[${PYTHON_USEDEP}]
>=dev-python/requests-2.0[${PYTHON_USEDEP}]
~dev-python/websocket-client-0.48.0[${PYTHON_USEDEP}]
~dev-python/ibm-cloud-sdk-core-1.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
}

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">ibm-watson</remote-id>
<maintainer status="unknown">
<email>watdevex@us.ibm.com</email>
<name>IBM Watson</name>
</maintainer>
</upstream>
</pkgmetadata>