dev-python/PyMicroBot: SRC_URI updated

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-09 18:49:18 +02:00 committed by Andreas Billmeier
parent 79e7194292
commit 7f79078eda
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
3 changed files with 9 additions and 11 deletions

View File

@ -1,5 +1,5 @@
DIST PyMicroBot-0.0.8.tar.gz 5428 BLAKE2B 0152e8fe3d22bfc0e6d40460dd343619a0da745c38b18105d6c81fa0722467b9bfcf1d0f10c58f3c537092231375102f853c2aa267dd9fd81f52025fcb55dca5 SHA512 499e29d61f5aa61316e62a5b55161f0ec3177bcfa8a1d779b50093180c7c921de11c9ea73075a73f1b742d8f74e45c9bfc2c846b4e72a68b6fe9531aab297a54
DIST PyMicroBot-0.0.9.tar.gz 5399 BLAKE2B 9d58fab4250133eee859fc5d387182d1ffaf44a930ce5b4c31707310ff9b82f4bec18af6cec7334e0c620f82a086e56cbab5790ef75a586c74f431944a6dde93 SHA512 1dd61fffd606229198bb08266ed2105308553c342ed44e5208bd66878d5aaa82b08e47fa92f6761cf04e62af0174a979c8caf9081738c3bc7047442a94598804
EBUILD PyMicroBot-0.0.8.ebuild 752 BLAKE2B fd80df3faaa78f2d178208b6d5f491ad45a2dd4d3db45d6f2844b803724ec497b60290a27a8aa51bb7a75afb27c7b05f0d76021acbaa966bc8c0bfe2c1cd7044 SHA512 352cabe5b28fc108313af9ebfff71a862c7d9295db4d80d2b63f6678ad5688d0db19956ab2d7f8e4b3992e342dc4b81b88f7e6f9bb6359c0f45df20469546c1d
EBUILD PyMicroBot-0.0.9.ebuild 798 BLAKE2B 9abb98f65377e3e78a6999a0f24d1f918f810a6a968dcb38f16d3e9b02282df34401639a66eb2a7ad20cd4e71a8aea8ce6e204903328b302f5eee296f71ad03b SHA512 dbe71b46cf47f32c48c9681d1c51b0ff99d5b3adeb901dc2d176e0fcb765d4be1ee1250f6475b31f2849b2ecf61f0abf985f9a7c6cdc39d06b10e92d6db2b213
EBUILD PyMicroBot-0.0.8.ebuild 758 BLAKE2B 3585e209c96eef0fa23a22e2be238c4258ea6ef9eed1ed13edc2ec46cb89ec6d793d66e819db1d6c7c1d79f47804be78ba5066e7dfae731b3e8fd8967302f11f SHA512 50f6c1237f0a3f3480db34d0aa48a1f5daf2c1d4133e235f1d25f9fd3d80e263ffdccf029c338ed65e352c539abd19e15d5a2e4ff7e0a2372771f1074b6aea2b
EBUILD PyMicroBot-0.0.9.ebuild 757 BLAKE2B 086a3225ef92565c1864d7bb8ee8dbd4dac97e546ecd54a88cbd2da7af34202c8aea45831fff6ceca3e67343cfbb0553a35151edc01881d2fae66a6b9234322b SHA512 4db447b8ad07b2ee4fe47cc414906b4ff8361e8b60dec6d101d45dd38a9b5281af6f36bc372db9dcdb5322c4e040878b084c35ec8808425ea58cfd98c5062706
MISC metadata.xml 388 BLAKE2B 3c4c2f5d9986588d5d9d4357925e064b821dcca419e4500419f83006e8d1d6820e47c303d84668719797625a4f21b42f179d35b988d38b34e22c9407cb5a936b SHA512 248d0b5941af343712d818d486c486cf3f250c4af412664aab6a6c98e616c5746f573adfe11380da2138ebf6fab7614cdc56489754c75cf5b2e7afa61494fd64

View File

@ -1,15 +1,15 @@
# 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="A library to communicate with MicroBot"
HOMEPAGE="https://github.com/spycle/pyMicroBot/ https://pypi.org/project/PyMicroBot/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"

View File

@ -3,14 +3,12 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
PYPI_NO_NORMALIZE=1
inherit distutils-r1 pypi
DESCRIPTION="A library to communicate with MicroBot"
HOMEPAGE="https://github.com/spycle/pyMicroBot/ https://pypi.org/project/PyMicroBot/"
SRC_URI="$(pypi_sdist_url --no-normalize)"
S=${WORKDIR}/${P}
LICENSE="MIT"
SLOT="0"