Install this version:
emerge -a =dev-python/rectangle-packer-2.0.2
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/rectangle-packer-2.0.2
Or alternatively:
emerge --autounmask-write -a =dev-python/rectangle-packer-2.0.2
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.0.2 | 8 | ~amd64 | 0 |
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{12..14} )
DISTUTILS_USE_PEP517=setuptools
DISTUTILS_EXT=1
inherit distutils-r1
DESCRIPTION="Pack a set of rectangles into a bounding box with minimum area"
HOMEPAGE="https://github.com/Penlect/rectangle-packer"
SRC_URI="https://github.com/Penlect/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
BDEPEND="
dev-python/cython[${PYTHON_USEDEP}]
"
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | rectangle-packer-2.0.2.tar.gz | 98022 bytes | https://github.com/Penlect/rectangle-packer/archive/refs/tags/2.0.2.tar.gz |