dev-python/ibm-watson: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-11 19:21:02 +02:00 committed by Andreas Billmeier
parent 7e98b367dc
commit 5aea2f3ac7
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 7 deletions

View File

@ -1,3 +1,3 @@
DIST ibm-watson-5.2.2.tar.gz 407271 BLAKE2B 53a62140ddd2e2c07468f1c3c9d8057627dff7b8d1fc4180a4e897329b81298a9bda4f262743a90ec2103ce2a37af7abb57b096174636a4d5c4cac8f36c5fd47 SHA512 363ac2eaa1fb44959fe3e7ed63a67555fedf80e3f8eba8abb5185c31351f133ef910c9db4ab1c5da79829da3a2b3d8c921e0ad4f982b215db0e492c1e4bb587e
EBUILD ibm-watson-5.2.2.ebuild 981 BLAKE2B 8497b026d42cc3149b8e5f10abe2e63fab42632cbac76933c1a2ee8b2929a123f7200ce0ef8dfbe416be0fbd856e35656942e424bc9bb80692dc026384159adb SHA512 4a9ab83c44a9348a7d474467c3b7d6a6c67da751472a605a5f8a94883dc8ddc8d49683abd3d3f07676000b2ea915a93269510485b9e39fdbc85a3ffe4df2c8b0
EBUILD ibm-watson-5.2.2.ebuild 946 BLAKE2B 087a332504b3b36f69d04a375d05a6be0745cf4e1c31def43ccd701665814d6ed1bfe3b426bdf68ae1cec09d1fb817c1783109b4f313357ad89f6e65e1f984ed SHA512 76100f7851ce6b8da9aedb99994ad9d8c08e12383dfc629cc24ca2588ea7375ea11ef398f9405db91bbc20f48b33757a85bfc21d35194d63dde9fa96d876982e
MISC metadata.xml 527 BLAKE2B 3eba7dde2b37045735d786666f7c41d5cce482441d8ed3479251273662ffdadcdf75afac78037fa6777693415cbf9884e23fd6fb6e9d2d5cc8f445344e491923 SHA512 5dc32931d25fe5431f52230350110b67a75687ab9949f49ccaa6049da6cfa2a393d0f0143dc4e333b107f28d4445d5658cf3c3f8c3a41a2e99ca7ba1fa1484f8

View File

@ -1,15 +1,15 @@
# Copyright 1999-2022 Gentoo Authors
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
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"
@ -25,7 +25,6 @@ RDEPEND=">=dev-python/requests-2.0[${PYTHON_USEDEP}]
>=dev-python/websocket-client-1.1.0[${PYTHON_USEDEP}]
>=dev-python/ibm-cloud-sdk-core-3.3.6[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
dev-python/responses[${PYTHON_USEDEP}]