Install this version:
emerge -a =dev-python/viv-utils-0.8.1
If this version is masked, you can unmask it using the autounmask tool or standard emerge options:
autounmask =dev-python/viv-utils-0.8.1
Or alternatively:
emerge --autounmask-write -a =dev-python/viv-utils-0.8.1
| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.8.1 | 8 | 0 |
# Copyright 2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_1{2,3,4} )
inherit distutils-r1
DESCRIPTION="Utilities for Vivisect."
HOMEPAGE="https://github.com/williballenthin/viv-utils https://pypi.org/project/viv-utils/"
SRC_URI="https://github.com/williballenthin/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.gh.tar.gz"
S="${WORKDIR}/${PN}-${PV}"
LICENSE="Apache-2.0"
SLOT="0"
# KEYWORDS="~amd64"
RDEPEND="
dev-python/funcy[${PYTHON_USEDEP}]
dev-python/intervaltree[${PYTHON_USEDEP}]
dev-python/python-flirt[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
dev-util/vivisect[${PYTHON_USEDEP}]
test? (
dev-python/pytest-sugar[${PYTHON_USEDEP}]
dev-python/pytest-instafail[${PYTHON_USEDEP}]
)
"
EPYTEST_PLUGINS=( pytest-instafail pytest-sugar )
distutils_enable_tests pytest
dev-python/funcy[] dev-python/intervaltree[] dev-python/python-flirt[] dev-python/typing-extensions[] dev-util/vivisect[] test? ( dev-python/pytest-sugar[] dev-python/pytest-instafail[] )
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | viv-utils-0.8.1.gh.tar.gz | 63109 bytes | https://github.com/williballenthin/viv-utils/archive/refs/tags/v0.8.1.tar.gz |