dev-python/bell-avr-libraries - 0.1.13 (pypi)

Search

Package Information

Description:
Common Python libraries used by parts of Bell AVR
Homepage:
https://github.com/bellflight/AVR-Python-Libraries
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.1.13 8 ~amd64 ~x86 0
View Raw Ebuild
# automatically generated by g-sorcery
# please do not edit this file

EAPI=8

REALNAME="${PN}"
LITERALNAME="${PN}"
REALVERSION="${PV}"
DIGEST_SOURCES="yes"
PYTHON_COMPAT=( python3_11 )
DISTUTILS_USE_PEP517=standalone

inherit python-r1 gs-pypi

DESCRIPTION="Common Python libraries used by parts of Bell AVR"

HOMEPAGE="https://github.com/bellflight/AVR-Python-Libraries"
LICENSE="MIT"
SRC_URI="https://files.pythonhosted.org/packages/source/${REALNAME::1}/${REALNAME}/${REALNAME//-/_}-${REALVERSION}.tar.gz"
SOURCEFILE="${REALNAME//-/_}-${REALVERSION}.tar.gz"
RESTRICT="test"

SLOT="0"
KEYWORDS="~amd64 ~x86"

IUSE="mqtt serial"
DEPENDENCIES="<dev-python/loguru-0.7.0[${PYTHON_USEDEP}]
	serial? ( <dev-python/pyserial-4.0[${PYTHON_USEDEP}] )
	mqtt? ( <dev-python/paho-mqtt-2.0.0[${PYTHON_USEDEP}] )"
BDEPEND="${DEPENDENCIES}"
RDEPEND="${DEPENDENCIES}"

USE Flags

Dependencies

RDEPEND

<dev-python/loguru-0.7.0[${PYTHON_USEDEP}]
	serial? ( <dev-python/pyserial-4.0[${PYTHON_USEDEP}] )
	mqtt? ( <dev-python/paho-mqtt-2.0.0[${PYTHON_USEDEP}] )

BDEPEND

<dev-python/loguru-0.7.0[${PYTHON_USEDEP}]
	serial? ( <dev-python/pyserial-4.0[${PYTHON_USEDEP}] )
	mqtt? ( <dev-python/paho-mqtt-2.0.0[${PYTHON_USEDEP}] )