dev-python/ibmiotf: update SRC_URI

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

View File

@ -1,3 +1,3 @@
DIST ibmiotf-0.3.4.tar.gz 55039 BLAKE2B b64f64314ffdaa89d3756f74ff5750afe243a8300d40d20c8c2641725b7ae87389eb37608207898cecc047eddec49cccadfa86acc0b98f452b3999257d014c41 SHA512 4c358fd2cffe996f0ea2c72f1b21074cd7a58efd900beed8b00c77a63372d9ec09426eda0fa8350d885f86aceda6d1d112f43d5673626572ad538cf0e725b51a
EBUILD ibmiotf-0.3.4.ebuild 1008 BLAKE2B d1f64533a4801db5cfe44036a2565d95a75aa635bbf2a28ff5dcd4f98db49c174e8ddf6d3eaa987dba9fb8bb442298d77a4c1a0b58f5734d799ea8d366f60e2c SHA512 368c7350c8f1cb86a055714e9d9b5d8cc9be0a910bee9b3ab25197a941b32129dd3da2da9f6e0cd1fef1b588f0a598371e71cb72c9dc6fbb36d32358a7a53782
EBUILD ibmiotf-0.3.4.ebuild 953 BLAKE2B a4a48afa8001914d3d79902e7e41d58689b3091dd64bd7f0e337a07cbdba412a7c7bfa7cb67be89d96c43bd455489a1abf932120751a47a56c8fd612742c7b32 SHA512 dd3bbf35df6ae5596ab33118e45a3cb87c682124f20397faa3021b5ef25e8b0850129165ed5f6f3f91b26e082f24d2c496ecd006642c33302f2f630f747ce2bd
MISC metadata.xml 518 BLAKE2B 8743cd4f15f2607dc0ea374abaa3090c602fe7db48338157371335da48ae9ffd7ec253b2bb3f6374368752febcea7ca62f626dfef9ddf56950d8b23667fc9ff6 SHA512 e69fd7840cb79f52f78a3302f597a1ee18cc90c56fc5f979e50697fa757ca755fa171a5631fd5de698d630f705ed812e33e259767b58f3a0d3b44ee422c8d3ec

View File

@ -1,15 +1,14 @@
# 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
inherit distutils-r1 pypi
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"
@ -27,7 +26,6 @@ RDEPEND=">=dev-python/iso8601-0.1.12[${PYTHON_USEDEP}]
>=dev-python/dicttoxml-1.7.4[${PYTHON_USEDEP}]
>=dev-python/xmltodict-0.11.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"