commit: 05794be6bfa4b509944cbb2362c267d81b0114af
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 06:34:14 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 06:34:33 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05794be6
dev-python/cryptography: drop redundant filter-lto
After dc51935f7aae5f89d1ffecabef322680979952b8, cargo.eclass filters for us.
I don't plan on doing all of these, just ones where I've either touched the pkg
before or I can clearly see it was 'just the normal case'.
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/cryptography/cryptography-40.0.2-r2.ebuild | 6 +-----
dev-python/cryptography/cryptography-41.0.1-r1.ebuild | 6 +-----
dev-python/cryptography/cryptography-41.0.2.ebuild | 6 +-----
3 files changed, 3 insertions(+), 15 deletions(-)
diff --git a/dev-python/cryptography/cryptography-40.0.2-r2.ebuild
b/dev-python/cryptography/cryptography-40.0.2-r2.ebuild
index 21b0958aabd1..1547392d4b67 100644
--- a/dev-python/cryptography/cryptography-40.0.2-r2.ebuild
+++ b/dev-python/cryptography/cryptography-40.0.2-r2.ebuild
@@ -93,7 +93,7 @@ CRATES="
windows_x86_64_msvc-0.42.2
"
-inherit cargo distutils-r1 flag-o-matic multiprocessing pypi
+inherit cargo distutils-r1 multiprocessing pypi
VEC_P=cryptography_vectors-$(ver_cut 1-3)
DESCRIPTION="Library providing cryptographic recipes and primitives"
@@ -169,10 +169,6 @@ src_prepare() {
fi
}
-python_configure_all() {
- filter-lto # bug #903908
-}
-
python_test() {
local -x
PYTHONPATH="${PYTHONPATH}:${WORKDIR}/cryptography_vectors-${PV}"
local EPYTEST_IGNORE=(
diff --git a/dev-python/cryptography/cryptography-41.0.1-r1.ebuild
b/dev-python/cryptography/cryptography-41.0.1-r1.ebuild
index ab9db0bad0a0..b302e47e0cfb 100644
--- a/dev-python/cryptography/cryptography-41.0.1-r1.ebuild
+++ b/dev-python/cryptography/cryptography-41.0.1-r1.ebuild
@@ -65,7 +65,7 @@ CRATES="
[email protected]
"
-inherit cargo distutils-r1 flag-o-matic multiprocessing pypi
+inherit cargo distutils-r1 multiprocessing pypi
VEC_P=cryptography_vectors-$(ver_cut 1-3)
DESCRIPTION="Library providing cryptographic recipes and primitives"
@@ -136,10 +136,6 @@ src_prepare() {
fi
}
-python_configure_all() {
- filter-lto # bug #903908
-}
-
python_test() {
local -x
PYTHONPATH="${PYTHONPATH}:${WORKDIR}/cryptography_vectors-${PV}"
local EPYTEST_IGNORE=(
diff --git a/dev-python/cryptography/cryptography-41.0.2.ebuild
b/dev-python/cryptography/cryptography-41.0.2.ebuild
index fb9f8df7454f..e1f4456d13c7 100644
--- a/dev-python/cryptography/cryptography-41.0.2.ebuild
+++ b/dev-python/cryptography/cryptography-41.0.2.ebuild
@@ -65,7 +65,7 @@ CRATES="
[email protected]
"
-inherit cargo distutils-r1 flag-o-matic multiprocessing pypi
+inherit cargo distutils-r1 multiprocessing pypi
VEC_P=cryptography_vectors-$(ver_cut 1-3)
DESCRIPTION="Library providing cryptographic recipes and primitives"
@@ -136,10 +136,6 @@ src_prepare() {
fi
}
-python_configure_all() {
- filter-lto # bug #903908
-}
-
python_test() {
local -x
PYTHONPATH="${PYTHONPATH}:${WORKDIR}/cryptography_vectors-${PV}"
local EPYTEST_IGNORE=(