dev-python/freertos-gdb - 1.0.4-r2 (arrans-overlay)

Search

Install

Install this version:

emerge -a =dev-python/freertos-gdb-1.0.4-r2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-python/freertos-gdb-1.0.4-r2

Or alternatively:

emerge --autounmask-write -a =dev-python/freertos-gdb-1.0.4-r2

Package Information

Description:
Python dependency for ESP-IDF: freertos-gdb
Homepage:
https://pypi.org/project/freertos-gdb/
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
1.0.4-r2 8 ~amd64 0
View Raw Ebuild
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MY_PV="${PV%-r*}"
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..15} )

inherit distutils-r1 pypi

DESCRIPTION="Python dependency for ESP-IDF: freertos-gdb"
HOMEPAGE="https://pypi.org/project/freertos-gdb/"
SRC_URI="https://files.pythonhosted.org/packages/10/6c/656c7e3df6ae38cc456d780889304c9d77cebb7a1b9401314d668b5ef564/${PN}-${MY_PV}.tar.gz"
S="${WORKDIR}/${PN}-${MY_PV}"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

Inherited Eclasses