summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-08 19:54:01 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-08 19:54:01 +0100
commit616ac798ed90a9ae7c3fdbcf5240999d202150ff (patch)
tree250af71ffd7b8f27adc89ad88b2d17b7878ead18
parentdev-python/pyproj: Drop 2.4.1 (diff)
downloadgentoo-616ac798ed90a9ae7c3fdbcf5240999d202150ff.tar.gz
gentoo-616ac798ed90a9ae7c3fdbcf5240999d202150ff.tar.bz2
gentoo-616ac798ed90a9ae7c3fdbcf5240999d202150ff.zip
dev-python/pyproj: Drop -fno-strict-aliasing workaround
Package-Manager: Portage-2.3.81, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--dev-python/pyproj/pyproj-2.4.2.ebuild7
1 files changed, 1 insertions, 6 deletions
diff --git a/dev-python/pyproj/pyproj-2.4.2.ebuild b/dev-python/pyproj/pyproj-2.4.2.ebuild
index 5e1362ac22f3..9cf1b1cb8b08 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
}