dev-python/aioskybell: update SRC_URI
Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
DIST aioskybell-22.7.0.tar.gz 13121 BLAKE2B 82fe7687b540122859ca802ca55eacc78b444bf6cfc8b25d1528ab3536e1dc9cdcda5db77c006714afc80a3dbe8d091d25543962d2158a317f8c9589af137ab8 SHA512 1fa747604aa4bb6d907be48ab59cdab8ab9caf6c18d5f76c978df52ca8410f3b9cdd5afeb290bafd505033d5ea46c700a95592d8187208b2048333bab6828bce
|
||||
EBUILD aioskybell-22.7.0.ebuild 758 BLAKE2B 2ed3ceebf7c6633a23eaa68c932911ed7991b376a83274e51ae08ee5af45776952c3165d7c9fa6a62f0d4ae3bf955a9541737e22e41c739b0e1a9184dfb48677 SHA512 544c538f689b3cbe1da0013d218206485c1ab2a8bc9d9a5a90c339bb14e9b3802d53110378068b18c22b11772c8c94e6751c7d887af62a0f68086f7e5f91be89
|
||||
EBUILD aioskybell-22.7.0.ebuild 743 BLAKE2B 0dcdf0440014ca814ecfd4ebb3e3e047bcfd20a484d734c374884dc7e249fc3c5d6a3cbbfefdb1157db5ddf8c2db0aace7a89de8cea497e5f8169e4a55fee9fa SHA512 80ba5f515ae5a81459a45d36003b19130a65d945cfb1216b4f162b0c8b696bd79bcd115680c1566be114d3d77998bbe46827409f800ee4308e3183db47258768
|
||||
MISC metadata.xml 515 BLAKE2B b96644bee2312036c39e549250a5966f29a77eff7a5510a27e3906bf358e08a7ea689cffbc74ce5f5cb4ef525e11f42747458800a963e54c45d37b7e29c2a56a SHA512 6ad8a53775cfc6e2af48aadb8e97d832e3c0552d78e3aaa214d047efd6d3ece5626703fa63e5358b87c52b3a86365f5de9f903fe274eb4d5dc8fc64dea07d902
|
||||
|
||||
@@ -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="A Skybell HD Python library running on Python 3."
|
||||
HOMEPAGE="https://github.com/tkdrob/aioskybell https://pypi.org/project/aioskybell/"
|
||||
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
|
||||
Reference in New Issue
Block a user