summaryrefslogtreecommitdiff
path: root/dev-python/protobuf-python/protobuf-python-9999.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-11-23 00:31:10 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2020-11-23 00:31:10 +0000
commit958aa8e613102b92fc8a3515952b4650035af5e3 (patch)
tree9690d37cf8d7c9e5ca6375d89f54862296961cbc /dev-python/protobuf-python/protobuf-python-9999.ebuild
parent5556cd2556848556a93cb5d712022fa5227639a0 (diff)
downloadbaldeagleos-repo-958aa8e613102b92fc8a3515952b4650035af5e3.tar.gz
baldeagleos-repo-958aa8e613102b92fc8a3515952b4650035af5e3.tar.xz
baldeagleos-repo-958aa8e613102b92fc8a3515952b4650035af5e3.zip
Updating liguros repo
Diffstat (limited to 'dev-python/protobuf-python/protobuf-python-9999.ebuild')
-rw-r--r--dev-python/protobuf-python/protobuf-python-9999.ebuild11
1 files changed, 2 insertions, 9 deletions
diff --git a/dev-python/protobuf-python/protobuf-python-9999.ebuild b/dev-python/protobuf-python/protobuf-python-9999.ebuild
index faaae29a1aa5..cf83c9cb0fbd 100644
--- a/dev-python/protobuf-python/protobuf-python-9999.ebuild
+++ b/dev-python/protobuf-python/protobuf-python-9999.ebuild
@@ -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
@@ -23,7 +23,7 @@ else
fi
LICENSE="BSD"
-SLOT="0/24"
+SLOT="0/25"
KEYWORDS=""
IUSE=""
@@ -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
}