dev-python/aiosteamist: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-10 12:47:34 +02:00
committed by Andreas Billmeier
parent f9bd6ac0df
commit 1a6eb64145
3 changed files with 10 additions and 14 deletions

View File

@@ -1,5 +1,5 @@
DIST aiosteamist-0.3.1.tar.gz 8768 BLAKE2B 6a46f746fe43a4f7304791ca8401ef08c820bb37c0cfd0cefab3d89e3d2e1603f18ed73d018311e36f058b47693b9eac805edb9aba28cddd78117ec55d3a41ea SHA512 7b739384173540c54c37ba4496b151014af0cde66205e6f067cf333991096038c765cbaefd023b81c6c909dbbec3447108a5dda978dbcddddaa5ec01138b0d48
DIST aiosteamist-0.3.2.tar.gz 8815 BLAKE2B b65a9822f7b32c17a9700819164d849ec89bb8c940d12a432a7fd5714f18e3308495b9ee854e6fc0a222373e71a23284d0e26ea44493d6864863e9dc6678b00a SHA512 c5078e1e7a2cd016c18c79103b320238870b0f51a8701b59424f4b78b361d3f0fbeede1b9b9c980bd6ba4375c221fe9cf7326d00929dec76eed4b0cc099305b5
EBUILD aiosteamist-0.3.1.ebuild 762 BLAKE2B d11493c8e893dc7fce7441e9a4f8fb345bf8c5414730c5bcd74053844acbfd092b6d3f625c054ab373811a3b344dc169148e680c5a6b4e0757970dae99f4d309 SHA512 11831c70bdb096912ddbbbbf998013a6da155eeee064fec70fc1268ce2a9d13eee1787d31223d55cfdc7fb126e903badd95f0e8f24e11dfeace7afb7925495ed
EBUILD aiosteamist-0.3.2.ebuild 793 BLAKE2B e5d11cc5785a47af003ea319323bd01f87b84a8412c7deead135110fe66e6c5a1fbcd1a6621bfc0bc444222f64613fcc4c059661db60d35d5fdd757322678840 SHA512 c6a6fd6769b82541d96c4af44506c11e6bdd3120818cb2ef84592170a3234196b479f914e3b7f8c3da1bfea15c7ef20f3916896ae6c793ab105296e5346df63c
EBUILD aiosteamist-0.3.1.ebuild 747 BLAKE2B 8431f9cc691edae593333f75308622f52517a7ea9de0d847c8cf9b2e6e6b7f928f01e13d55249693a6c5fb75195bf8eba58df71f4496cb4ee382e0fae1748527 SHA512 203e047a5c11f1952368b8fe443de247f2bd2aaaf5cd4e1934c9f98a67fe5453bb01129a49fc0f3f33debb9773407818d50772d4add5f9a27f38f667d5646669
EBUILD aiosteamist-0.3.2.ebuild 778 BLAKE2B 3391f4408a96b6aeae43bc905a2ebbdbdb2c0e48d2e0ba411bccfaf108f136fd9ff59e67a5d8c3a204767f2935b7660c8ce63798d5be49c88c9433f63dd2fb1c SHA512 4a084adaaa0d4133e704c57fe0e6710e68341cc2ab71408bf8c5d4c1362a476787704e45640b4d09b41e517b42a5631c6846944d70bfd315ac1ee2e38c9c7401
MISC metadata.xml 513 BLAKE2B 82a2d45af3ea1d0f5498faea9d98f1e7449139f7ef4b945aacde7b8029fc46ce3a69ee27b377e7076f480ae40d6f39e36789a97662af82d01c41f499084764d8 SHA512 8df1adef8d5fd53517bd7ebeef8f6bc451ad672df440380c42ac904240e1dda7aec1402ef301cf4e07b1ece960e6eb462d404895c64125a18778703984b19e7c

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="Control Steamist steam systems"
HOMEPAGE="https://github.com/bdraco/aiosteamist https://pypi.org/project/aiosteamist/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"

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="Control Steamist steam systems"
HOMEPAGE="https://github.com/bdraco/aiosteamist https://pypi.org/project/aiosteamist/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"