dev-python/rpi-bme280 - 0.2.4 (apn)

Search

Package Information

Description:
Raspberry PI schematics & python module to drive a Bosch BME280 digital sensor module
Homepage:
https://github.com/rm-hull/bme280
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.2.4 8 ~amd64 ~arm64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8

PYTHON_COMPAT=( python3_{9..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1

DESCRIPTION="Raspberry PI schematics & python module to drive a Bosch BME280 digital sensor module"
HOMEPAGE="
	https://github.com/rm-hull/bme280
"
SRC_URI="https://github.com/rm-hull/bme280/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${P/rpi-/}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~arm64"

RDEPEND="
	dev-python/smbus2[${PYTHON_USEDEP}]
	dev-python/pytz[${PYTHON_USEDEP}]
"
BDEPEND="${RDEPEND}"

Dependencies

RDEPEND

	dev-python/smbus2[${PYTHON_USEDEP}]
	dev-python/pytz[${PYTHON_USEDEP}]

BDEPEND

	dev-python/smbus2[${PYTHON_USEDEP}]
	dev-python/pytz[${PYTHON_USEDEP}]

Manifest for 0.2.4

Type File Size Source URLs
DIST rpi-bme280-0.2.4.gh.tar.gz 1731317 bytes https://github.com/rm-hull/bme280/archive/refs/tags/0.2.4.tar.gz