dev-python/*: bluepy, avea: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 15:02:23 +02:00 committed by Andreas Billmeier
parent 08901097c7
commit a04a9838aa
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
4 changed files with 10 additions and 16 deletions

View File

@ -1,3 +1,3 @@
DIST avea-1.5.1.tar.gz 11437 BLAKE2B 6355fe9eb6f0f144de802563719266a40369c7841d91e44695dbde40a6e439dddc695d8f40599eb805709f850bcddef0ac6ef2e0ce53449f0ef645e6b8aa4cf0 SHA512 595bf700e79516c7890bb38dd2d158697260c0aaac98a64ac5743509e981a487ed6df8682a4ef13ebe18d3b331909a62f9cb99b8fb9d89e7a1dced905ec136f3
EBUILD avea-1.5.1.ebuild 686 BLAKE2B aa5aa88e91d7c6c7033488bbf434f5fcc6399ca1d8356f9167235ace9db34ae7a7c741459e669f243d4bd2376a04163b88d9654307bffb9790368d65a1369e4a SHA512 a1b50c7a2d42577f7579a6dad6fea0736099e4c032969c5a1990eb2297162d5192b481a0d5412d0debb8f2aea0346fb12b4c32a58f6468d5d26d19075deb08a7
EBUILD avea-1.5.1.ebuild 630 BLAKE2B 0d56a521d2673e8226b53dd08db95579fd0b832c424940338dae239cb4c29311418863720eb3a6a7e85d8ce84f48a2a3c92a72262ecc4669fa9b5160f44a89aa SHA512 cd8733e2e14b8837dd9327032cebf4eb8747e9416ecf90624b7dccb20f8f94057267fae90d0bb0afcbcb042e5494a11374ef2f5ffb13b610a125ecca57071c95
MISC metadata.xml 379 BLAKE2B a88a46bf53bae49d39f14095c3012266b928e16566b7ce0b62768b6af0fd829e324963715524cd7967f5a7a943307d261d257d2e76dc4756d08e48b2a40bba6d SHA512 7a5b724f9e98fa636df6282982329850e70b1a3b5408edc4f895fabad64f082e915e8f67e815f6439264cbce00c7e1d30222ac0636c330b33c03eb6d4e225b9c

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 an Elgato Avea bulb using python3"
HOMEPAGE="https://github.com/k0rventen/avea https://pypi.org/project/avea/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -21,7 +19,6 @@ DOCS="README.md"
RDEPEND="dev-python/bluepy[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"

View File

@ -1,3 +1,3 @@
DIST bluepy-1.3.0.tar.gz 217933 BLAKE2B 718855273ff08954369cb5f58b810f904da5e8c38a14042f214721c8f29bbb1b5ed22e3ff8fbd453ef044309f506c641c41e2a436c23df9a1b3cd34d2ef93e4f SHA512 1f06f8b1db869e9f74a965fab7d9cf6d42765012d2a88eb2b615a87a4e7721fbf0d9907619d1e80bb087188cd84b7e3f11f773480fe83c48fdfdfefb96cf5cd8
EBUILD bluepy-1.3.0.ebuild 671 BLAKE2B e0d3463e02e60a6703041878b69f8e63b849641073ed7a29c01a2edba6ecb0e660b7741c54c780de7b3f519c5fcbf0363af6189614c57b5013afd4a3b76240b8 SHA512 16023dbde090b85bb013c102a49a0e77e544522e4b9910e682dc02fcd313b6763f18588dab7f7eb8f8ba4608a29b5172e7884fef14c58cad84a1074c3bf4e3e6
EBUILD bluepy-1.3.0.ebuild 615 BLAKE2B fe600b855f253efe7d3d4781a842d955a863ca156fb402bfb34454813718e8955eeb05d174f1cee8b39699759f65dddc278a72ba00ac5c636ccff5921fae7317 SHA512 57cd83378c0aede03b92aeed30e0da0c020285d6ad20d82f0a9c39ddaa91843bc0915e1796cadeb1683e818a8c7aff3a8f87511314114bab80f6b27a72472729
MISC metadata.xml 516 BLAKE2B aec3d176392a9d590cd04462e1ebdfe53fd2c98de80fa67f707fac4adba4280af07ff33cc4fa9d798921f33a64d07ebdbad91d404412de82eee8cb5bbf36d0e2 SHA512 211038d218b64eff4b5bceaeb134abbe0d8620c6bd54932231e828d62481edcbb1e1003bdbd9fa32a282be9e7dc4394864fd933235a196e14a0209b1092b67fa

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="Python module for interfacing with BLE devices through Bluez"
HOMEPAGE="https://github.com/IanHarvey/bluepy https://pypi.org/project/bluepy/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@ -19,7 +17,6 @@ RESTRICT="!test? ( test )"
RDEPEND="dev-libs/glib"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
dev-python/pytest[${PYTHON_USEDEP}]
)"