summaryrefslogtreecommitdiff
path: root/dev-python/matplotlib/matplotlib-2.2.4.ebuild
AgeCommit message (Collapse)Author
2020-08-07dev-python/matplotlib: Remove oldMichał Górny
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-08-02dev-python/matplotlib: Drop IUSE="qt5"Andreas Sturmlechner
Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2020-06-05dev-python/matplotlib: Drop IUSE="gtk2"Andreas Sturmlechner
Depends on doomed dev-python/pygtk. Closes: https://bugs.gentoo.org/706464 Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2020-05-30dev-python/matplotlib: 2.2.4 allarches stablizedMatthew Thode
Stablized for Openstack USSURI Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
2020-01-27dev-python/matplotlib: Revert "fixing numpy deps"Michał Górny
Change done in explicit violation of maintainer's request. Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-01-27dev-python/matplotlib: fixing numpy depsRick Farina
Package-Manager: Portage-2.3.85, Repoman-2.3.20 Signed-off-by: Rick Farina <zerochaos@gentoo.org>
2020-01-05*/*: Clean PYTHON_COMPAT of obsolete implsMichał Górny
Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-01-01dev-python/matplotlib: Force -j1 buildingDavid Seifert
Closes: https://bugs.gentoo.org/704218 Closes: https://bugs.gentoo.org/704240 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
2019-12-29dev-python/matplotlib: Force single-threaded buildPatrick Lauer
Avoids reliable messages along the lines of: /src/py_converters.o: file not recognized: file truncated collect2: error: ld returned 1 exit status Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
2019-12-11*/*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny
The result was achieved via the following pipeline: pkgcheck scan -c RestrictTestCheck -R FormatReporter \ --format '{category}/{package}/{package}-{version}.ebuild' | xargs -n32 grep -L RESTRICT | xargs -n32 sed -i -e '/^IUSE=.*test/aRESTRICT="!test? ( test )"' The resulting metadata was compared before and after the change. Few Go ebuilds had to be fixed manually due to implicit RESTRICT=strip added by the eclass. Two ebuilds have to be fixed because of multiline IUSE. Suggested-by: Robin H. Johnson <robbat2@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13942 Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-05-02dev-python/matplotlib: bump to 2.2.4Virgil Dupras
Closes: https://bugs.gentoo.org/684798 Closes: https://bugs.gentoo.org/656262 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11