Install this version:
emerge -a =dev-python/python3-application-3.0.11
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/python3-application-3.0.11
Or alternatively:
emerge --autounmask-write -a =dev-python/python3-application-3.0.11
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 3.0.11 | 8 | ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{11..13} )
DISTUTILS_USE_PEP517="setuptools"
inherit distutils-r1
DESCRIPTION="Basic building blocks for Python applications"
HOMEPAGE="https://github.com/AGProjects/python3-application"
SRC_URI="${HOMEPAGE}/archive/refs/tags/release-${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="LGPL-2.1+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
RESTRICT="mirror"
S="${WORKDIR}/${PN}-release-${PV}"