dev-python/ciscomobilityexpress: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 19:18:12 +02:00 committed by Andreas Billmeier
parent 213b64d68a
commit fbc8bc3c6e
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 16 deletions

View File

@ -1,3 +1,3 @@
DIST ciscomobilityexpress-0.3.9.tar.gz 10055 BLAKE2B 658de8d56bb4c6a3d3fcababef6aef585306fc15298ec72be892918ea99dcfc7329deb4d0487884fde1afb765727fa3a6e145ef0b00a8efee01c79e768a13443 SHA512 58197b38df97118d93d8ae0627c62d94333a8f85bc8bf7be1395e3495d308786412fc33563b1f385d09d13cdd1d5f8f9ac9bd5d2c0c60b982e8f4ee1241d4ed4
EBUILD ciscomobilityexpress-0.3.9.ebuild 768 BLAKE2B ca7c1e6711919740d19e9b687202ee3fc8f728800c2eec2e469c0ff8afd4d68580391f91fbb201296bb3200e06479ae63b5a0470c1260dbc2f29186d500a3c2f SHA512 c6ba95173e594aa3cc0482757676a23c903b7e1261af453ebd4a8e5ed638b6cb57c3e1c9647950be5ba4e92eea80f18f781c5d4bea4ed43275cf3f073e91714f
EBUILD ciscomobilityexpress-0.3.9.ebuild 610 BLAKE2B f12c123bd73288093250c3b28927168cfdcb551f95c2c6934305f761b124fe467bcafcaa5a00b2671cf749d375eb7169013139edc3fb4d73ef8bb76400bd809a SHA512 2d2b2706c6ef4f6668711b3cbca1a573007726aa6a650dd8206c9f5b93fc545948e42aea869a461f1f67b2d4a233487051910a6fa21331caab698fce0facdabb
MISC metadata.xml 537 BLAKE2B c41eae14388b7473952883377fe3c56b7ae5566f8c52e4262a57d9656a44697f6f09b5768f3be94492d12161cc2874ac7d13e2fa61af68d19ca9a71a62ea649d SHA512 b9b39c4177b839eb3b54e5e06523d70e9fa5aa14f2b7a203b670d37f190e582e35551227be87bc92ab2bc7c8172bb7a40012e5a512d7817c1a45a159df05ba94

View File

@ -1,15 +1,13 @@
# 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="Module to interact with Cisco Mobility Express APIs to fetch connected devices."
HOMEPAGE="https://github.com/fbradyirl/ciscomobilityexpress https://pypi.org/project/ciscomobilityexpress/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -20,14 +18,5 @@ RESTRICT="!test? ( test )"
DOCS="README.rst"
RDEPEND=">=dev-python/requests-2.21.0[${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