adding bleak-1.1.0.ebuild (update)
This commit is contained in:
parent
eb4b55b9bc
commit
b2601f8dd4
2 changed files with 22 additions and 0 deletions
|
@ -1 +1,2 @@
|
|||
DIST bleak-1.0.1.tar.gz 115135 BLAKE2B f662dd5d1745e1378bd1911d7122a082b2d24e3cdc07694e5e25d6f8d76b177921851054a9f7f1c6ace033df46aa2e447193f19942f66c5f70e349c3fd5810bf SHA512 1440dea23b3a9e1f56cc76251de7c4ca8c9087f83c848151a19631f4fabfcf38aac06256c842a6ecdb9ffc1125460313868809675ab21ba0e34adc5e0d8142c5
|
||||
DIST bleak-1.1.0.tar.gz 116100 BLAKE2B c41e02c7fcf58671d68f9a4d4b94b05546bd656366551948fc7d62c07297754730ff1ab4dc6d45ffdb460aac6f47cf616b5b056c721cebe075521d6b39769ff6 SHA512 4861e999d812b63ce4d85eb8711f9cf226e70b2adc786f87c4be8793c72f9f01cd2572ea46e59315ae7774864b5c5e5ef642e47a0abf145fd8ed2ab48cda61df
|
||||
|
|
21
dev-python/bleak/bleak-1.1.0.ebuild
Normal file
21
dev-python/bleak/bleak-1.1.0.ebuild
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=poetry
|
||||
PYTHON_COMPAT=( python3_{12..13} )
|
||||
inherit distutils-r1 pypi
|
||||
DESCRIPTION="Bluetooth Low Energy platform Agnostic Klient"
|
||||
HOMEPAGE="https://github.com/hbldh/bleak"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~arm64 ~arm"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="dev-python/dbus-fast[${PYTHON_USEDEP}]"
|
||||
BDEPEND="test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
|
||||
|
||||
distutils_enable_tests pytest
|
||||
|
Loading…
Reference in a new issue