Rename dev-python/{python-keyutils → keyutils}

Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
Ben Kohler
2023-04-23 06:56:32 -05:00
parent 55111ecc7c
commit 60c95adcbe
5 changed files with 5 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ inherit distutils-r1
DESCRIPTION="A set of python bindings for keyutils"
HOMEPAGE="https://github.com/sassoftware/python-keyutils/"
SRC_URI="https://github.com/sassoftware/python-keyutils/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
SRC_URI="https://github.com/sassoftware/python-keyutils/archive/refs/tags/${PV}.tar.gz -> python-keyutils-${PV}.gh.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
@@ -20,6 +20,8 @@ RDEPEND="${DEPEND}"
distutils_enable_tests pytest
S="${WORKDIR}/python-keyutils-${PV}"
src_prepare() {
default
sed -i -e '/pytest-runner/d' setup.py || die

View File

@@ -3,3 +3,4 @@ move dev-python/mkdocs_pymdownx_material_extras dev-python/mkdocs-pymdownx-mater
move dev-python/jupyter_client dev-python/jupyter-client
move dev-python/importlib_resources dev-python/importlib-resources
move dev-python/importlib_metadata dev-python/importlib-metadata
move dev-python/python-keyutils dev-python/keyutils

View File

@@ -19,7 +19,7 @@ RDEPEND="dev-python/docopt[${PYTHON_USEDEP}]
sys-fs/udisks:2"
DEPEND="app-text/asciidoc
dev-python/setuptools[${PYTHON_USEDEP}]
test? ( dev-python/python-keyutils[${PYTHON_USEDEP}] )"
test? ( dev-python/keyutils[${PYTHON_USEDEP}] )"
distutils_enable_tests pytest