diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-13 14:58:45 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-13 14:58:58 +0200 |
commit | 2e864ad0e3fc047b8166d40934625d48e6608943 (patch) | |
tree | 914423588577606a73c3fbef6701b9876261da60 /dev-python/matplotlib/matplotlib-9999.ebuild | |
parent | kde5-functions.eclass: Let 9999 ebuilds depend on >=5.9999 (diff) | |
download | gentoo-2e864ad0e3fc047b8166d40934625d48e6608943.tar.gz gentoo-2e864ad0e3fc047b8166d40934625d48e6608943.tar.bz2 gentoo-2e864ad0e3fc047b8166d40934625d48e6608943.zip |
dev-python/matplotlib: Move all changes to live version, bug #556882
Package-Manager: portage-2.2.20
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/matplotlib/matplotlib-9999.ebuild')
-rw-r--r-- | dev-python/matplotlib/matplotlib-9999.ebuild | 16 |
1 files changed, 11 insertions, 5 deletions
diff --git a/dev-python/matplotlib/matplotlib-9999.ebuild b/dev-python/matplotlib/matplotlib-9999.ebuild index 1e63422cbf85..b5d52ac66b29 100644 --- a/dev-python/matplotlib/matplotlib-9999.ebuild +++ b/dev-python/matplotlib/matplotlib-9999.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) PYTHON_REQ_USE='tk?' -inherit distutils-r1 eutils flag-o-matic git-r3 virtualx +inherit distutils-r1 eutils flag-o-matic git-r3 virtualx toolchain-funcs DESCRIPTION="Pure python plotting library with matlab like syntax" HOMEPAGE="http://matplotlib.org/" @@ -65,8 +65,13 @@ DEPEND="${COMMON_DEPEND} )" RDEPEND="${COMMON_DEPEND} - dev-python/pyparsing[${PYTHON_USEDEP}] - cairo? ( dev-python/pycairo[${PYTHON_USEDEP}] ) + >=dev-python/pyparsing-1.5.6[${PYTHON_USEDEP}] + cairo? ( + || ( + dev-python/pycairo[${PYTHON_USEDEP}] + dev-python/cairocffi[${PYTHON_USEDEP}] + ) + ) excel? ( dev-python/xlwt[${PY2_USEDEP}] ) fltk? ( dev-python/pyfltk[${PY2_USEDEP}] ) gtk3? ( @@ -83,7 +88,7 @@ RDEPEND="${COMMON_DEPEND} ) pyside? ( dev-python/pyside[X,${PYTHON_USEDEP}] ) qt4? ( dev-python/PyQt4[X,${PYTHON_USEDEP}] ) - qt5? ( dev-python/PyQt5[X,${PYTHON_USEDEP}] ) + qt5? ( dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}] ) " PY2_FLAGS="|| ( $(python_gen_useflags python2_7) )" @@ -94,7 +99,7 @@ REQUIRED_USE=" gtk? ( ${PY2_FLAGS} ) wxwidgets? ( ${PY2_FLAGS} ) test? ( - cairo fltk latex pyside qt4 tk wxwidgets + cairo fltk latex pyside qt5 qt4 tk wxwidgets || ( gtk gtk3 ) )" @@ -152,6 +157,7 @@ python_prepare_all() { python_configure_all() { append-flags -fno-strict-aliasing append-cppflags -DNDEBUG # or get old trying to do triangulation + tc-export PKG_CONFIG } python_configure() { |