dev-python/clx-sdk-xms: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 19:20:41 +02:00 committed by Andreas Billmeier
parent 420575ce6e
commit b569f4c399
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 16 deletions

View File

@ -1,3 +1,3 @@
DIST clx-sdk-xms-1.0.0.tar.gz 16738 BLAKE2B fdaac31a7ec3de23015be507cfeac20bc7e06f89bab11addce44292e4dd96c5afa9a77c6bd63506a6124e86237b61eec00f302b2ae9b107fde3a811976a3bf96 SHA512 76aac53fbd18dc7097980c099cf84aa5bdd1ed33826ce4c78e4da259f89e26e62a9abf9918f072fe6b23edd1a05de1dfac297debdc651d10360b652010d44f52
EBUILD clx-sdk-xms-1.0.0.ebuild 761 BLAKE2B a767e289b36cfc5d1a908158c461ea0d1f6e0058cb80de45f19b297cf961095d8516b48869d5b9c06cddc6a41a9a1cd91045a07a9c35d8d490dd138569d0443c SHA512 191c31519f8b4c6ea36667b53d4b501d01494ef108c1838ad558a5bae73b6b2063420e5da7407ae96cb406d7e2810cf773f9a4f7840e21e220840833851ec8a5
EBUILD clx-sdk-xms-1.0.0.ebuild 623 BLAKE2B ba7788e827e966783a5482490667da1e79603c7c8384f495ddb4791e32f1e6490995f8d6c699346ae360b7c87ab384795b9ec6d442d7c337cb7920af82bc5179 SHA512 f4e485bb2ab3f79b59f2a5197cad6c863e166b0593a850565d1668db7e77a60e5258ce16688ad597b2a9a8a38ae4171f2bbab97f4bf2290aef0e37d6843476a2
MISC metadata.xml 532 BLAKE2B 197ddc5f25d762328d4bf2fc5fec54903fb017737d1bc18e2c7b8fd512aca670f875cc3a5ad52d2e182c4d908b4f01e32834f056b5db81cb466584c0598d3302 SHA512 c33d97af8c6be117bb3ce3bce458e67cd6f170b48efecc1994c7733f96206f962cae325ab3aa68175dde9ee71d52d314f5847ff16c3c3bfe5162b5a34979d2b5

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
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="Library for CLX Communications HTTP REST Messaging API"
HOMEPAGE="https://github.com/clxcommunications/sdk-xms-python https://pypi.org/project/clx-sdk-xms/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@ -19,14 +18,5 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-python/iso8601[${PYTHON_USEDEP}]
>=dev-python/requests-2.4.2[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest