mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
Rename dev-python/{python-keyutils → keyutils}
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user