diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-03-17 19:13:19 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-03-17 19:13:19 +0000 |
| commit | 924c6a6e377c71895de209229d6b0f08c13ece36 (patch) | |
| tree | 57b50951ac6c234be2395070bd6682be11ed7640 /dev-python/keyutils | |
| parent | 0d0b0b913f6213904a6b870cfea6c05f7d03e3a1 (diff) | |
| download | baldeagleos-repo-924c6a6e377c71895de209229d6b0f08c13ece36.tar.gz baldeagleos-repo-924c6a6e377c71895de209229d6b0f08c13ece36.tar.xz baldeagleos-repo-924c6a6e377c71895de209229d6b0f08c13ece36.zip | |
Adding metadata
Diffstat (limited to 'dev-python/keyutils')
| -rw-r--r-- | dev-python/keyutils/keyutils-0.6-r2.ebuild | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/dev-python/keyutils/keyutils-0.6-r2.ebuild b/dev-python/keyutils/keyutils-0.6-r2.ebuild index ae29ce1c9d67..0de49700e309 100644 --- a/dev-python/keyutils/keyutils-0.6-r2.ebuild +++ b/dev-python/keyutils/keyutils-0.6-r2.ebuild @@ -1,16 +1,21 @@ -# Copyright 2021-2024 Gentoo Authors +# Copyright 2021-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9,10,11,12,13} ) DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools +PYTHON_COMPAT=( python3_{9,10,11,12,13} ) + 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 -> python-keyutils-${PV}.gh.tar.gz" +SRC_URI=" + https://github.com/sassoftware/python-keyutils/archive/${PV}.tar.gz + -> python-keyutils-${PV}.gh.tar.gz +" +S="${WORKDIR}/python-keyutils-${PV}" LICENSE="Apache-2.0" SLOT="0" @@ -22,8 +27,6 @@ RDEPEND="${DEPEND}" distutils_enable_tests pytest -S="${WORKDIR}/python-keyutils-${PV}" - src_prepare() { default sed -i -e '/pytest-runner/d' setup.py || die |
