Install this version:
emerge -a =games-util/unrpyc-2.0.4
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-util/unrpyc-2.0.4
Or alternatively:
emerge --autounmask-write -a =games-util/unrpyc-2.0.4
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 2.0.4 | 8 | ~amd64 | 0 |
# Copyright 2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{13..14} )
inherit distutils-r1
DESCRIPTION="A ren'py script decompiler"
HOMEPAGE="https://github.com/CensoredUsername/unrpyc"
SRC_URI="https://github.com/CensoredUsername/unrpyc/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
python_install() {
python_domodule decompiler
python_domodule deobfuscate.py
python_newscript unrpyc.py unrpyc
}
distutils_enable_tests import-check
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | unrpyc-2.0.4.tar.gz | 1116430 bytes | https://github.com/CensoredUsername/unrpyc/archive/refs/tags/v2.0.4.tar.gz |