sys-apps/qbwrap - 1.1.0 (myov)

Search

Install

Install this version:

emerge -a =sys-apps/qbwrap-1.1.0

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

autounmask =sys-apps/qbwrap-1.1.0

Or alternatively:

emerge --autounmask-write -a =sys-apps/qbwrap-1.1.0

Package Information

Description:
Quick Bubblewrap chroot management tool
Homepage:
https://gitlab.com/xgqt/xgqt-python-app-qbwrap/
License:
MPL-2.0

Ebuild Details

Version EAPI Keywords Slot
1.1.0 8 ~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~x86 0/$(ver_cut 1)
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

MAJOR="$(ver_cut 1)"

DISTUTILS_USE_PEP517="flit"
PYTHON_COMPAT=( python3_{12..13} )

inherit distutils-r1

DESCRIPTION="Quick Bubblewrap chroot management tool"
HOMEPAGE="https://gitlab.com/xgqt/xgqt-python-app-qbwrap/"

if [[ "${PV}" == *9999* ]] ; then
	inherit git-r3

	EGIT_REPO_URI="https://gitlab.com/xgqt/xgqt-python-app-${PN}.git"
	S="${WORKDIR}/${P}/Source/v${MAJOR}/${PN}-app"
else
	SRC_URI="https://gitlab.com/xgqt/xgqt-python-app-${PN}/-/archive/${PV}/xgqt-python-app-${P}.tar.bz2"
	S="${WORKDIR}/xgqt-python-app-${P}/Source/v${MAJOR}/${PN}-app"

	KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc64 ~riscv ~x86"
fi

LICENSE="MPL-2.0"
SLOT="0/${MAJOR}"

RDEPEND="
	dev-python/tomli
"
BDEPEND="
	${RDEPEND}
	sys-apps/texinfo
"

DOCS=( README.md )

distutils_enable_tests pytest

src_compile() {
	distutils-r1_src_compile

	cd "../${PN}-info" || die
	makeinfo "${PN}.texi" || die
}

src_test() {
	cd "../${PN}-app-test" || die
	distutils-r1_src_test
}

src_install() {
	distutils-r1_src_install

	doinfo "../${PN}-info/${PN}.info"
	dodoc -r "../${PN}-examples/Examples"

	einstalldocs
}

Inherited Eclasses

Dependencies

RDEPEND

	dev-python/tomli

BDEPEND

	
	dev-python/tomli

	sys-apps/texinfo

Manifest for 1.1.0

Type File Size Source URLs
DIST xgqt-python-app-qbwrap-1.1.0.tar.bz2 65691 bytes https://gitlab.com/xgqt/xgqt-python-app-qbwrap/-/archive/1.1.0/xgqt-python-app-qbwrap-1.1.0.tar.bz2