garminconnect-ha-0.1.6 vanished from Pypi, URL changed

This commit is contained in:
Andreas Billmeier 2022-05-07 07:21:55 +02:00 committed by Andreas Billmeier
parent c1393c8db9
commit 3b5f7bda8a
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 8 additions and 8 deletions

View File

@ -557,9 +557,9 @@ There are 1732 Ebuilds in total, 1725 of them have in total 1732 (35 different)
|CC-BY-NC-SA-4.0|1|
|CC0-1.0|1|
(Last counted: 06/05/2022)
(Last counted: 07/05/2022)
I did my best to keep these clean. If a valid license was published on PyPI, it has been automatically merged. Otherwise I took it from GitHub or alternatively from comments/files in the source. Sometimes these differed and have been not unique. All license strings are adjusted to the list in `/usr/portage/gentoo/licenses/`. Some packages do not have any license published. In this case, Authors have been asked for clarification, some did not respond. Following the [official Gentoo Guide](https://devmanual.gentoo.org/general-concepts/licenses/index.html), these then were added with an `all-rights-reserved` license and `RESTRICT="mirror"` was set. Find the appropriate licenses referenced in the Ebuild files and in the corresponding homepages or sources.
A big thanks goes to Iris for reviewing this README.
Last updated: 06/05/2022
Last updated: 07/05/2022

View File

@ -1,3 +1,3 @@
DIST garminconnect-ha-0.1.6.tar.gz 4856 BLAKE2B 2287062386080271698fce4055fefe6cf286e66af09221b0d1852ddb5bcae6b89dff2ce58da5bf60de6437a46ad4aeae5f220019f9f6f510979feedc94dcc032 SHA512 7520f3bb749a34ccdc84fbaad46c70edf95dc9cb2fd31c495d5a8196155be71e5ac86b219833fbea4f972163dcc20e28adcc49d4577b5b2de80d9494004f29fc
EBUILD garminconnect-ha-0.1.6.ebuild 864 BLAKE2B 8883d1d3eae51f9327916e66529522b6dc16c43ddc57c3d01f905ed47f8ca5d12d8b40572105f2c2b96e03e77d5b9f546a3d2e3ec5c2691072bee655f6b846dd SHA512 86043e5cbfddff722ad0b2048dc58ebc9ef35a3423ec0a1ecaf585fff2b3d6097b227350feeb3db98e36b2a78ad056ea80a4ae00459ee87af17224c4e671ff2c
DIST garminconnect-ha-0.1.6.tar.gz 5682 BLAKE2B 3d9c700744b26b2f52d7fe68ed706f1225ec356bbf57ee9144a0ba748a4de71780c9eff172bfd1a9d56693719210ad3d37a64c024ccfe290872e61d05ffdc69d SHA512 c3cd13fcd8a0ea6304c47c5bd740630f6c6974a4ae649447d7fc5f2b7ab11b31633d10321f5dd2d20e84ced58b4247bfdfcf9183f0d337648498a43aa1dd9226
EBUILD garminconnect-ha-0.1.6.ebuild 911 BLAKE2B 6887abf34e6acad44837882863e24c9ef79b81db9aee3da267bab0bcad428b1f30edacbc3399a23dd23aa5149e1f5da3d7cb7a09ab39642ea42fc644d7b974ef SHA512 0863073b2fe07a87d38962553751887fa9da1da3551ae21c9201b146613d5c387a573ae4a3538d5f1becf219c9f2a54060d4a47cc9917ee40b1dcd84b1585c3d
MISC metadata.xml 458 BLAKE2B c6598dd69a0949045dacee925c3ff66937659dbe064f54c851ac7621cd96a627a387b3cf3793336330fc06264843bf798db4146cd33e2f775224f58d43e8ce69 SHA512 760967b9df35ef2fddec97e83728a5f5650feba5c8910bc81e8da780276bc25899e767119b0c58c04b487bf81e28a1729ca482d2d0631f1627fecc8adcc14fad

View File

@ -1,7 +1,7 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
EAPI=8
PYTHON_COMPAT=( python3_{8..10} )
@ -9,8 +9,8 @@ inherit distutils-r1
DESCRIPTION="Garmin Connect Python 3 API wrapper for Home Assistant"
HOMEPAGE="https://github.com/cyberjunky/python-garminconnect-ha https://pypi.org/project/garminconnect-ha/"
MY_PN=${PN/-/_}
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_PN}-${PV}.tar.gz -> ${P}.tar.gz"
MY_PN="python-garminconnect-ha"
SRC_URI="https://github.com/cyberjunky/python-garminconnect-ha/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"