dev-python/protobuf-python: Update dependencies.

3abbbd8870
7daf0aa7b0

Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
This commit is contained in:
Arfrever Frehtes Taifersar Arahesis
2020-11-22 03:00:00 +00:00
committed by Mike Gilbert
parent 99a07a4465
commit edebaa855e

View File

@@ -3,7 +3,7 @@
EAPI="7"
PYTHON_COMPAT=(python{3_6,3_7,3_8,3_9})
DISTUTILS_USE_SETUPTOOLS="rdepend"
DISTUTILS_USE_SETUPTOOLS="bdepend"
inherit distutils-r1
@@ -49,19 +49,12 @@ python_prepare_all() {
popd > /dev/null || die
distutils-r1_python_prepare_all
sed -e "/^[[:space:]]*setup_requires = \['wheel'\],$/d" -i setup.py || die
}
python_configure_all() {
mydistutilsargs=(--cpp_implementation)
}
python_compile() {
python_is_python3 || local -x CXXFLAGS="${CXXFLAGS} -fno-strict-aliasing"
distutils-r1_python_compile
}
python_test() {
esetup.py test
}