Install this version:
emerge -a =games-util/pppps2pc-0.1.3
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =games-util/pppps2pc-0.1.3
Or alternatively:
emerge --autounmask-write -a =games-util/pppps2pc-0.1.3
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.1.3 | 8 | ~amd64 | 0 |
# Copyright 2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYTHON_COMPAT=( python3_{11..15} )
inherit distutils-r1 udev
DESCRIPTION="Extremely simple tool to enable the ParaParaParadise PS2 controller on a PC."
HOMEPAGE="
https://github.com/Tatsh/pppps2pc
https://pypi.org/project/pppps2pc/
"
SRC_URI="https://github.com/Tatsh/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RDEPEND=">=dev-python/bascom-0.1.2[${PYTHON_USEDEP}]
>=dev-python/click-8.3.3[${PYTHON_USEDEP}]
>=dev-python/hidapi-0.15.0[${PYTHON_USEDEP}]
>=dev-python/typing-extensions-4.15.0[${PYTHON_USEDEP}]"
BDEPEND="test? (
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
)"
src_install() {
distutils-r1_src_install
udev_dorules 70-ppp.rules
doman "man/${PN}.1"
}
pkg_postinst() {
udev_reload
}
pkg_postrm() {
udev_reload
}
EPYTEST_PLUGINS=( pytest-mock )
distutils_enable_tests pytest
>=dev-python/bascom-0.1.2[] >=dev-python/click-8.3.3[] >=dev-python/hidapi-0.15.0[] >=dev-python/typing-extensions-4.15.0[]
test? ( dev-python/mock[] dev-python/pytest-mock[] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | pppps2pc-0.1.3.gh.tar.gz | 1289063 bytes | https://github.com/Tatsh/pppps2pc/archive/v0.1.3.tar.gz |