commit: be5ed32caf746b43588c71fb2d4c9096749d1b93 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 21 17:56:58 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 21 18:21:59 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be5ed32c
dev-python/protobuf-python: sync live Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/protobuf-python/protobuf-python-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/dev-python/protobuf-python/protobuf-python-9999.ebuild b/dev-python/protobuf-python/protobuf-python-9999.ebuild index 6e644110d77b..be2fcc6b6a5d 100644 --- a/dev-python/protobuf-python/protobuf-python-9999.ebuild +++ b/dev-python/protobuf-python/protobuf-python-9999.ebuild @@ -3,13 +3,14 @@ EAPI=8 +DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 PARENT_PN="${PN/-python/}" -PARENT_PV="${PV}" +PARENT_PV="$(ver_cut 2-)" PARENT_P="${PARENT_PN}-${PARENT_PV}" if [[ "${PV}" == *9999 ]]; then @@ -38,15 +39,13 @@ SLOT="0/32" S="${WORKDIR}/${PARENT_P}/python" BDEPEND=" - dev-libs/protobuf:${SLOT} - dev-python/six[${PYTHON_USEDEP}] " DEPEND=" ${PYTHON_DEPS} - dev-libs/protobuf:${SLOT} " RDEPEND=" ${BDEPEND} + dev-libs/protobuf:${SLOT} " distutils_enable_tests setup.py