Install this version:
emerge -a =dev-python/vpk-1.4.0
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/vpk-1.4.0
Or alternatively:
emerge --autounmask-write -a =dev-python/vpk-1.4.0
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 1.4.0 | 8 | ~amd64 | 0 |
# Copyright 2024 Kirixetamine <revelation@krxt.dev>
# Distributed under the terms of the ISC License
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( pypy3 python3_{7..13} )
inherit distutils-r1 pypi
DESCRIPTION="Open, Search, Extract and Create VPKs in python"
HOMEPAGE="
https://github.com/ValvePython/vpk
https://pypi.org/project/vpk
"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"
RESTRICT="mirror"
RDEPEND="
test? (
dev-python/coverage
dev-python/pytest-cov
)
"
distutils_enable_tests pytest
python_test() {
epytest tests
}