Install this version:
emerge -a =dev-python/esp-idf-nvs-partition-gen-0.3.0-r1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/esp-idf-nvs-partition-gen-0.3.0-r1
Or alternatively:
emerge --autounmask-write -a =dev-python/esp-idf-nvs-partition-gen-0.3.0-r1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.3.0-r1 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..15} )
inherit distutils-r1 pypi
DESCRIPTION="Python dependency for ESP-IDF: esp-idf-nvs-partition-gen"
HOMEPAGE="https://pypi.org/project/esp-idf-nvs-partition-gen/"
SRC_URI="https://files.pythonhosted.org/packages/84/c9/50173df772d5a0fffda5398247af1f8441b4378bbe45723fbccffbb0dd94/esp_idf_nvs_partition_gen-0.3.0.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
dev-python/cryptography[${PYTHON_USEDEP}]
dev-python/esp-pylib[${PYTHON_USEDEP}]
dev-python/rich-click[${PYTHON_USEDEP}]
dev-python/click[${PYTHON_USEDEP}]
"
dev-python/cryptography[] dev-python/esp-pylib[] dev-python/rich-click[] dev-python/click[]