dev-python/vpk - 1.4.0-r2 (xira)

Search

Package Information

Description:
Open, Search, Extract and Create VPKs in python
Homepage:
https://github.com/ValvePython/vpk https://pypi.org/project/vpk
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.4.0-r2 8 ~amd64 0
View Raw Ebuild
# 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
}

Dependencies

RDEPEND

	test? (
		dev-python/coverage
		dev-python/pytest-cov
	)