dev-python/crownstone-cloud: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
Andreas Billmeier 2023-06-10 19:38:49 +02:00 committed by Andreas Billmeier
parent e739015da0
commit c2d45e22aa
Signed by: onkelbeh
GPG Key ID: E6DB12C8C550F3C0
2 changed files with 6 additions and 11 deletions

View File

@ -1,3 +1,3 @@
DIST crownstone-cloud-1.4.9.tar.gz 14966 BLAKE2B 31522483fedf9ae8058cfdc7dc92ecad833cc63c665a7bf5f9c403d758d77825fcef9e072e701fc49138c05b70f4c64fe2a886977c8c9938d6b022461fbca70a SHA512 1c811e546da659327de60534ec4f45d78680dd41595a82a3670b5b25a041673fca177c3dcb1d9f8be99645ae6be67516a010da791ea3a7c23c263d65cec60560
EBUILD crownstone-cloud-1.4.9.ebuild 904 BLAKE2B a53083539e0aa95a4eaec34dc1803e3bdd1858d131aea6561b27bec4900b55944614fa3c23b5e4de3690523c577a9df544eb2dad8f2b2de5eaee5d5d1c9ba8fa SHA512 ef8db40c6135ebc9ff86dea839698157f112be5681a366dce961826275116877d1cc89d9279d330d9b0136dd85742b3a6b8e01c82c27fcfceebe36be32f13122
EBUILD crownstone-cloud-1.4.9.ebuild 828 BLAKE2B 2374e05a11c042de7b58f582a58cbb3e65aacdd00542c593a0efb9734a4c38d5b0a5316bf90c0e5874d10ec5f358822b869fc622364f9b4032dd7d203b5bc1e8 SHA512 b5ec752ed1dc6af75c62596837a734b5e9671951a343cf9d8a37325b691b93bc60b8116a507c7d5d645086a7576382355802bfaf4e05f70baa1d5cf9ef2d9025
MISC metadata.xml 415 BLAKE2B 7a25c0e0b18ab8c7c952dbf72741d3acfd371e7ac8b56cc279e39d0327213f63024d4fde553e55d4caf7ee54b5603bae38f4163c4258c0050bf08db49d401f47 SHA512 08a91712cd46886a1243ba17ae710863f56ac0b949324aeef22ac1117f78a0f8f735b4a9457e63284b66068bf4418666cde5cd48f40d63bef0fe1ba14afc1425

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="Asynchronous Python library to get data from the cloud, and switch Crownstones"
HOMEPAGE="https://github.com/crownstone/crownstone-lib-python-cloud https://pypi.org/project/crownstone-cloud/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@ -22,15 +22,10 @@ DOCS="README.md"
RDEPEND=">=dev-python/aiohttp-3.7.4[${PYTHON_USEDEP}]
dev-python/certifi[${PYTHON_USEDEP}]"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
test? (
>=dev-python/codecov-2.1.10[${PYTHON_USEDEP}]
>=dev-python/asynctest-0.13.0[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest