dev-python/aiokef: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
DIST aiokef-0.2.16.tar.gz 13661 BLAKE2B 9d04164473979f5c86392b7246d1182cb21794f5d571839f553af8d95eb81a4f6dc0b625fb492650a83df6c4c5d51e04768c72c84d26330430dd13e89c55f690 SHA512 0596d2cfb82bf5c555ff555c6185b0b9af8e7fe13cb51f7022b9526eef042dfb23b260fec8cc9802fde0b55933029dc5724dae9f48575d49d77803c39539b190
|
||||
EBUILD aiokef-0.2.16.ebuild 871 BLAKE2B 6f3d132f5a4c8c6f9872899ebcdda260467a744f9dff4965d441e5b6c54ebc47c457e229017c5eeddecd7939a701fc1707fb3f01b8670cece52c3904e040977c SHA512 f0d0c1b468bf99dc4daebc03c3c8153cf50d29b0eff7fa75cf4302d9f82d2f27cdc1745fd4ca6946002d8e23076547f2f3ed121280f96e85f21de81b496084af
|
||||
EBUILD aiokef-0.2.16.ebuild 856 BLAKE2B caa22a08a881aeed8285ad6aa58fddbb4fd34e46918e73c681d3f3893bc173cf294ab00bcff1a0ec4453a93fc8b42633525ab05e755a76c9652bd825b6e287b9 SHA512 ec3c67084139caa7b7c0ef12c17a0e0603590e7c6ea2298bd5f503d3f53375ef0cf94e6ebf9620090f287f460f77b28505b0c13412d0569d8c88df8e5300156f
|
||||
MISC metadata.xml 501 BLAKE2B fdabdb0862d1db4fabcbf722e288d95e347c412ac7a50c5dd80b2b1b7848121c16b382ba1c8168c259e5235037ffd22725781ae7fb10911cf65621177532c799 SHA512 da531405c29fc474619771e494e8f53f201822261a1c7e795b09e64a4ca6a88e6f110fac49f7ae960ea05edfc8613c68e90f3640dc878ea3516b772c770d2270
|
||||
|
||||
@@ -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="Asyncio Python API for KEF speakers."
|
||||
HOMEPAGE="https://github.com/basnijholt/aiokef https://pypi.org/project/aiokef/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user