dev-python/crownstone-sse: update SRC_URI

Signed-off-by: Andreas Billmeier <b@edevau.net>
This commit is contained in:
2023-06-10 19:42:09 +02:00
committed by Andreas Billmeier
parent ae112a9096
commit c6da754b99
3 changed files with 13 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
DIST crownstone-sse-2.0.3.tar.gz 16652 BLAKE2B 6700d5f3e471bb3ba68ccca0323e35637408811e0b5c15ec3330555ec7c34afeb0d754e8623fd23574511ea8dfe26224692b1a86e88bfe098d83274d287a8ce6 SHA512 483b69757fbe1f8227f9bee6c40675a126c85524e6d762d548d1fc665cc99514fcc5472f8fc88041f2278b235502b7675efff1d5e479d684bf17ee3fc59504f0
DIST crownstone-sse-2.0.4.tar.gz 17044 BLAKE2B b8ba2c2293e5a906a2a0c9dc00672e57e1f682de42043f2972bcfcd20197e5a042e16afb601b54d01987929c634b3b8694cc9bb2bbe656aa616b7983fa6cc5e1 SHA512 0dfffaf9e0c616f9247b5e6f14d5c778e26c23b503ac18e6cfef858c79f34f3dc08e0ee6dcf51c64213e6c82e0723bc4fb316cc6152fdf159b8a874eea3fde8f
EBUILD crownstone-sse-2.0.3.ebuild 809 BLAKE2B 3b908bcc0932314c428116461925eb02171738cb790c9a4078919c80fef4b6e63f3d8a0e0182a882ac95b2fbad363128da74710081c07f5e6a0423604f3feca0 SHA512 f10c5f2366e644a18361827d5c43ced47f3949c3bd57bb5f4fe13de2cb4d441b70dcedd6a9ce2697c828658ae6b9bda54f111ab1befbccf77ff42f101ec26206
EBUILD crownstone-sse-2.0.4.ebuild 840 BLAKE2B 2e3d1baa2be85f86c96d6f63d86534b6abc3efdfc2d9d9ab0e22358a540c8add92654751e07500f1c059c4fa6cd7803ff1ec27508f6ae11a8851fa53ef21f208 SHA512 9472f20c88c63f601a866e5af6d77dc595ecfa718638e905f744a3070a65ddce39fac9818ee5ba3b40fde9e6154bb9f3fafced2bb4f6513ca4b54ecf07377664
EBUILD crownstone-sse-2.0.3.ebuild 764 BLAKE2B eaa2968ad8af7400c0021e56e85fdb7c43141fd2b4af25b279048e0dfaac29ad705cb630c88de74b4bdd67e949b8c1fb74ec5fd70b420fb06040f4117bb25453 SHA512 b78076cdcef14efe135ba790d9c47f634f0e620f3c26404232fef8a83c6d3b1fc19f96aad11c25f337e5337d7b45807414bedb9463a2ce8823cc64ba86c30c2e
EBUILD crownstone-sse-2.0.4.ebuild 764 BLAKE2B eaa2968ad8af7400c0021e56e85fdb7c43141fd2b4af25b279048e0dfaac29ad705cb630c88de74b4bdd67e949b8c1fb74ec5fd70b420fb06040f4117bb25453 SHA512 b78076cdcef14efe135ba790d9c47f634f0e620f3c26404232fef8a83c6d3b1fc19f96aad11c25f337e5337d7b45807414bedb9463a2ce8823cc64ba86c30c2e
MISC metadata.xml 411 BLAKE2B cac96005e7fe560b1811534f344cbd40cf17fc99d6843d8905d8429862a8657064a970d58b8d48b6e1d2e3a731c948635f24cc1a5e638eb7baee05348b8ab25e SHA512 793c68f4c7722212b8d1cf9cd625b73a6da61785d6edc89853922af2d228435864afe4d762b3da3314db09164cbfd4198164a53672809f49cd11ee039992b6fd

View File

@@ -1,15 +1,15 @@
# Copyright 1999-2021 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 that listens to Crownstone SSE events."
HOMEPAGE="https://github.com/crownstone/crownstone-lib-python-sse https://pypi.org/project/crownstone-sse/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -22,12 +22,9 @@ 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/asynctest-0.13.0[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest

View File

@@ -1,15 +1,15 @@
# Copyright 1999-2021 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 that listens to Crownstone SSE events."
HOMEPAGE="https://github.com/crownstone/crownstone-lib-python-sse https://pypi.org/project/crownstone-sse/"
SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -22,14 +22,9 @@ 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/asynctest-0.13.0[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)"
python_test() {
py.test -v -v || die
}
distutils_enable_tests pytest