commit: 616ac798ed90a9ae7c3fdbcf5240999d202150ff Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Dec 8 18:54:01 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Dec 8 18:54:01 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=616ac798
dev-python/pyproj: Drop -fno-strict-aliasing workaround Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-python/pyproj/pyproj-2.4.2.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/dev-python/pyproj/pyproj-2.4.2.ebuild b/dev-python/pyproj/pyproj-2.4.2.ebuild index 5e1362ac22f..9cf1b1cb8b0 100644 --- a/dev-python/pyproj/pyproj-2.4.2.ebuild +++ b/dev-python/pyproj/pyproj-2.4.2.ebuild @@ -6,7 +6,7 @@ EAPI=7 # Python < 3.6 requires https://pypi.org/project/aenum/ PYTHON_COMPAT=( python3_{6,7,8} ) -inherit distutils-r1 flag-o-matic +inherit distutils-r1 DESCRIPTION="Python interface to the PROJ library" HOMEPAGE="https://github.com/jswhit/pyproj" @@ -32,11 +32,6 @@ PATCHES=( "${FILESDIR}"/${P}-conftest.patch ) distutils_enable_sphinx docs dev-python/sphinx_rtd_theme distutils_enable_tests pytest -python_prepare_all() { - distutils-r1_python_prepare_all - append-cflags -fno-strict-aliasing -} - python_test() { PROJ_LIB="${EPREFIX}/usr/share/proj" pytest -ra || die }
