diff options
author | Sam James <sam@gentoo.org> | 2023-08-21 18:56:58 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-21 19:21:59 +0100 |
commit | be5ed32caf746b43588c71fb2d4c9096749d1b93 (patch) | |
tree | e96ed87051f92035f28eaddd9a035f506c46872a /dev-python/protobuf-python | |
parent | mail-mta/proton-mail-bridge: drop 3.0.21-r1 (diff) | |
download | gentoo-be5ed32caf746b43588c71fb2d4c9096749d1b93.tar.gz gentoo-be5ed32caf746b43588c71fb2d4c9096749d1b93.tar.bz2 gentoo-be5ed32caf746b43588c71fb2d4c9096749d1b93.zip |
dev-python/protobuf-python: sync live
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/protobuf-python')
-rw-r--r-- | dev-python/protobuf-python/protobuf-python-9999.ebuild | 7 |
1 files 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 |