dev-python/pydexcom: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-07-12 21:17:21 +02:00 committed by Andreas Billmeier
parent 0bc5cf009f
commit 201caa2b4a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 5 additions and 11 deletions

View File

@ -1,3 +1,3 @@
DIST pydexcom-0.2.3.tar.gz 7178 BLAKE2B 8b061c5c04ca069eaed4c8e3ba732e5bd352824bdc9954d22d92460cdcebbed12866427ef1bcdec32d63f70e8979c1ef66935dd929428ab34f32eb58eeaa98a8 SHA512 77305fdda98103c63874b19147cb647c8c6a604088d89f34dc66a06e4a3a42c77c9ad74f5bb999461ecc190d3e2fc74326bd17cc69ead371677b2ade31b5cc38
EBUILD pydexcom-0.2.3.ebuild 705 BLAKE2B aa379b818356cc34d1d2f873ecbe26c9da5d6d0010a535598abf46f694810f934bb008d7b88cec9c2fa6c70508018e1f26ce49a9e25db3eb6c51cb7f8a880545 SHA512 903ba83cb767cf7e7f4833f9121c2ecac3b0cfd9efe2a60b2067cb6b12bb0d9adb46df4cb7af225c5edf0e2d2c3fc9296b4ab444963877e12b37aedc28558dd1
EBUILD pydexcom-0.2.3.ebuild 589 BLAKE2B 7bd09932020408dea9a8a811682d4864dd07ae058715ceedf24c81bad3eb38bf2afd5b32445e79a69740c8bd7b52effc73ac92330f278d4190cedcf385da8c6b SHA512 75fe56cd4d3456692fb58a879a9b257ae05f78e61ad4745813ea8abca3bdbbadc91083b8bc81c7288be0c6f26d8072d8203bdabc5784b5992a0c03536f630144
MISC metadata.xml 511 BLAKE2B b1704f1d55f2268ffcec555778ec0dc25f37d5a353ef13e79c5ef27325cd1579dc3706c2986f9cb1ddf71266eff984da6f1d88787730fb903bb47ea7b77dc988 SHA512 314817f6e6dc0afcfd0a41e5c801292fffe6adf8f4a61a59301edf3c55884005593a120797c5bb957ccc4bd424d10b6ceb02a2a3ed9662e1dfc204b47d0708c0

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 API to interact with Dexcom Share API"
HOMEPAGE="https://github.com/gagebenne/pydexcom https://pypi.org/project/pydexcom/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -20,11 +19,6 @@ RESTRICT="!test? ( test )"
DOCS="README.md"
RDEPEND=">=dev-python/requests-2.0[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die