dev-util/pmbootstrap - 3.10.3 (myov)

Search

Install

Install this version:

emerge -a =dev-util/pmbootstrap-3.10.3

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

autounmask =dev-util/pmbootstrap-3.10.3

Or alternatively:

emerge --autounmask-write -a =dev-util/pmbootstrap-3.10.3

Package Information

Description:
Helper tool for developing and building postmarketOS
Homepage:
https://wiki.postmarketos.org/wiki/Pmbootstrap https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/
License:
GPL-3+

Ebuild Details

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

EAPI=8

DISTUTILS_SINGLE_IMPL="1"
DISTUTILS_USE_PEP517="setuptools"
PYTHON_COMPAT=( python3_{13..15} )

inherit distutils-r1

DESCRIPTION="Helper tool for developing and building postmarketOS"
HOMEPAGE="https://wiki.postmarketos.org/wiki/Pmbootstrap
	https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/"

if [[ "${PV}" == *9999* ]] ; then
	inherit git-r3
	EGIT_REPO_URI="https://gitlab.postmarketos.org/postmarketOS/${PN}"
else
	SRC_URI="https://gitlab.postmarketos.org/postmarketOS/${PN}/-/archive/${PV}/${P}.tar.bz2"
	KEYWORDS="~amd64 ~arm64 ~x86"
fi

LICENSE="GPL-3+"
SLOT="0"

RDEPEND="
	>=dev-vcs/git-2.46
	app-alternatives/tar
	sys-apps/util-linux
	sys-fs/multipath-tools
	sys-process/procps
"
BDEPEND="
	${RDEPEND}
"

EPYTEST_DESELECT=(
	# Fails:
	"test/core/test_pkgrepo.py"
	# suspicious XFails:
	"test/core/test_chroot.py"
	# > mkbootimg not found
	"test/parse/test_bootimg.py"
)
EPYTEST_PLUGINS=()
distutils_enable_tests pytest

Inherited Eclasses

Dependencies

RDEPEND

	>=dev-vcs/git-2.46
	app-alternatives/tar
	sys-apps/util-linux
	sys-fs/multipath-tools
	sys-process/procps

BDEPEND

	
	>=dev-vcs/git-2.46
	app-alternatives/tar
	sys-apps/util-linux
	sys-fs/multipath-tools
	sys-process/procps

Manifest for 3.10.3

Type File Size Source URLs
DIST pmbootstrap-3.10.3.tar.bz2 237228 bytes https://gitlab.postmarketos.org/postmarketOS/pmbootstrap/-/archive/3.10.3/pmbootstrap-3.10.3.tar.bz2