holgersson-overlay/dev-python/bluepy/bluepy-1.3.0-r1.ebuild
Nils Freydank 1dbf854935
dev-python/bluepy: Revbump for PEP517 and other QA
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
2022-11-22 22:38:12 +01:00

26 lines
606 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_{10..11} )
inherit distutils-r1
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"
KEYWORDS="~amd64"
IUSE="test"
RESTRICT="!test? ( test )"
BDEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
"
distutils_enable_tests nose
distutils_enable_tests pytest