holgersson-overlay/dev-python/bluepy/bluepy-1.3.0-r2.ebuild
Nils Freydank 8992aacba5
dev-python/bluepy: Drop py 3.10, add py 3.12
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
2023-06-11 15:09:39 +02:00

24 lines
579 B
Bash

# Copyright 2019-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{11..12} )
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/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
# Some(sic!) tests need nose which is getting cleaned from main tree.
RESTRICT="test"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest