Michał Górny
bb9e707ad0
dev-python/matplotlib: Fix returning test failures
...
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-06-07 09:52:36 +02:00
Andreas Sturmlechner
d2fa99e407
dev-python/matplotlib: Drop REQUIRED_USE="test? ( wxwidgets )" condition
...
It was already ineffective because wx was not enabled with py3.
At the same time, drop obsolete python_is_python3 condition.
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2020-06-06 23:54:51 +02:00
Andreas Sturmlechner
0bc07f9928
dev-python/matplotlib: Drop IUSE="gtk2"
...
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-06-05 13:27:58 +02:00
Sam James (sam_c)
1ae20334d1
dev-python/matplotlib: arm keyworded (bug #721130 )
...
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-06-01 22:30:22 +02:00
Sam James (sam_c)
3b126c5c72
dev-python/matplotlib: arm64 keyworded (bug #721130 )
...
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c) <sam@cmpct.info>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-05-30 21:48:13 +02:00
Matthew Thode
66b3b267e2
dev-python/matplotlib: 2.2.4 allarches stablized
...
Stablized for Openstack USSURI
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
2020-05-30 12:49:17 -05:00
Michał Górny
51cacce5cb
dev-python/matplotlib: Keyword 3.2.1 ppc, #721130
...
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-05-30 18:20:42 +02:00
Michał Górny
14074e08dc
dev-python/matplotlib: Keyword 3.2.1 ppc64, #721130
...
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-05-30 10:56:12 +02:00
Michał Górny
a9b5bdd528
dev-python/matplotlib: Keyword 3.2.1 x86, #721130
...
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-05-29 19:23:40 +02:00
Victor Payno
feb9e8aa0f
dev-python/matplotlib: Bump to version 3.2.1
...
Signed-off-by: Victor Payno <vpayno+gentoo@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15315
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
2020-04-25 20:11:48 -07:00
Michał Górny
cb4ca60fca
dev-python/matplotlib: Revert "fixing numpy deps"
...
Change done in explicit violation of maintainer's request.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-01-27 21:54:44 +01:00
Rick Farina
541cd07ad8
dev-python/matplotlib: fixing numpy deps
...
Package-Manager: Portage-2.3.85, Repoman-2.3.20
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
2020-01-27 13:18:16 -05:00
Benda Xu
e099f966bf
dev-python/matplotlib: bump to 3.1.2.
...
- Unbundle qhull.
- Depend on pyobject:3[cairo] for USE="gtk3 cairo".
- p/arch/arm64/package.use.mask: mask USE=wxwidgets
dev-python/wxpython does not have arm64 keyword.
Closes: https://bugs.gentoo.org/671796
Closes: https://bugs.gentoo.org/680176
Closes: https://bugs.gentoo.org/665560
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Benda Xu <heroxbd@gentoo.org>
2020-01-26 09:19:01 +08:00
Michał Górny
cd3f25deb1
*/*: Clean PYTHON_COMPAT of obsolete impls
...
Closes: https://github.com/gentoo/gentoo/pull/14246
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2020-01-05 11:55:46 +01:00
David Seifert
cee3e92674
dev-python/matplotlib: Force -j1 building
...
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>
2020-01-01 12:58:59 +01:00
Patrick Lauer
d4b96f3a5d
dev-python/matplotlib: Force single-threaded build
...
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-29 16:10:55 +00:00
Michał Górny
064af661d0
*/*: [QA] Fix trivial cases of MissingTestRestrict
...
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-12-11 00:22:38 +01:00
Michał Górny
3d9fefaa64
dev-python/matplotlib: Remove unmaintained -9999
...
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-12-04 18:13:44 +01:00
Aaron Bauman
f041844668
dev-python/matplotlib: arm64 stable
...
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Package-Manager: Portage-2.3.80, Repoman-2.3.19
2019-12-04 01:45:32 -05:00
Virgil Dupras
3017cf5138
dev-python/matplotlib: bump to 2.2.4
...
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
2019-05-02 11:10:35 -04:00
Michał Górny
2db67a589e
*/*: Remove python3_4 PYTHON_COMPAT correctly
...
Signed-off-by: Michał Górny <mgorny@gentoo.org>
2019-04-17 09:48:22 +02:00
Matthew Thode
7f3e289629
dev-python/matplotlib: add py37 support
...
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
2019-01-27 18:24:40 -06:00
Michael Mair-Keimberger
eba8e10266
dev-python/matplotlib: remove unused patch
...
Closes: https://github.com/gentoo/gentoo/pull/8612
2018-05-27 12:10:09 -04:00
Andreas Sturmlechner
6e636127fa
dev-python/matplotlib: Drop 2.1.2-r1
...
Bug: https://bugs.gentoo.org/655400
Package-Manager: Portage-2.3.38, Repoman-2.3.9
2018-05-24 14:08:12 +02:00
Matt Turner
22dedd5e18
dev-python/matplotlib-2.2.2-r1: ppc64 stable, bug 655400
2018-05-20 16:01:28 -07:00
Aaron Bauman
f26ec73ccb
dev-python/matplotlib: amd64 stable wrt bug #655400
...
Package-Manager: Portage-2.3.36, Repoman-2.3.9
2018-05-13 20:15:03 -04:00
Thomas Deutschmann
5e3ed5b30a
dev-python/matplotlib: x86 stable (bug #655400 )
...
Package-Manager: Portage-2.3.34, Repoman-2.3.9
2018-05-14 00:06:25 +02:00
Andreas Sturmlechner
77d25c2e6c
dev-python/matplotlib: Drop old
...
Package-Manager: Portage-2.3.36, Repoman-2.3.9
2018-05-10 16:10:23 +02:00
Andreas Sturmlechner
d63c0ffcfe
dev-python/matplotlib: Drop USE=pyside
...
Package-Manager: Portage-2.3.36, Repoman-2.3.9
2018-05-10 16:10:23 +02:00
Andreas Sturmlechner
5095e608bf
dev-python/matplotlib: Restore ~arm on 2.2.2
...
As 2.2.0 was keyworded just fine.
Package-Manager: Portage-2.3.36, Repoman-2.3.9
2018-05-10 16:10:22 +02:00
Andreas Sturmlechner
fe830575e4
dev-python/matplotlib: Drop old and Qt4-based
...
https://bugs.gentoo.org/571778
https://bugs.gentoo.org/613350
https://bugs.gentoo.org/634952
https://bugs.gentoo.org/638792
Package-Manager: Portage-2.3.36, Repoman-2.3.9
2018-05-08 07:49:43 +02:00
Thomas Deutschmann
8365d27417
dev-python/matplotlib: x86 stable (bug #636054 )
...
Package-Manager: Portage-2.3.31, Repoman-2.3.9
2018-04-25 22:15:42 +02:00
Mikle Kolyada
a332b70aec
dev-python/matplotlib: Add ~arm keyword (bug #622420 )
...
Package-Manager: Portage-2.3.24, Repoman-2.3.6
2018-04-22 10:32:58 +03:00
Mikle Kolyada
d638a1298f
dev-python/matplotlib: amd64 stable wrt bug #636054
...
Package-Manager: Portage-2.3.24, Repoman-2.3.6
2018-03-22 18:11:18 +03:00
Sergei Trofimovich
38801915bb
dev-python/matplotlib: stable 2.1.2-r1 for ppc64, bug #636054
...
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"
2018-03-19 23:05:04 +00:00
Sergei Trofimovich
c4012138b5
dev-python/matplotlib: keyworded 2.1.2-r1 for ppc, bug #622420
...
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"
2018-03-18 23:50:35 +00:00
Sergei Trofimovich
a91898ea08
dev-python/matplotlib: keyworded 2.1.2-r1 for ppc64, bug #622420
...
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc64"
2018-03-18 10:39:50 +00:00
Andrey Grozin
e2a8da3024
dev-python/matplotlib: bump to 2.2.2
...
Package-Manager: Portage-2.3.19, Repoman-2.3.6
2018-03-18 03:56:58 +07:00
Michael Mair-Keimberger
2e2f5cc380
dev-python/matplotlib: use HTTPS
2018-03-17 11:50:57 +01:00
Matt Turner
517571ef43
dev-python/matplotlib-2.2.0: Drop ~ppc64 keyword
...
Unsure why stable bot didn't warn about missing deps
2018-03-11 19:06:50 -07:00
Matt Turner
b3325cd54d
dev-python/matplotlib-2.2.0: added ~ppc64, bug 622420
2018-03-11 17:50:47 -07:00
Andrey Grozin
faa872944f
dev-python/matplotlib: restrict kiwisolve to >=1.0.0
...
Closes: https://bugs.gentoo.org/649998
Package-Manager: Portage-2.3.19, Repoman-2.3.6
2018-03-10 14:43:20 +07:00
Mart Raudsepp
5c594dbf62
dev-python/matplotlib-2.2.0: re-keyword ~arm64
...
Closes: https://bugs.gentoo.org/649988
Package-Manager: Portage-2.3.19, Repoman-2.3.6
2018-03-09 14:23:57 +02:00
Andrey Grozin
bbe85b0dfa
dev-python/matplotlib: remove ~arm64 from 2.2.0
...
Package-Manager: Portage-2.3.19, Repoman-2.3.6
2018-03-09 17:55:26 +07:00
Andrey Grozin
d726e56b88
Revert "dev-python/matplotlib: cleaning 2.1.0"
...
This reverts commit 880d4210584445a2f28aeba9f657d25137f081e5.
2018-03-09 17:47:56 +07:00
Andrey Grozin
880d421058
dev-python/matplotlib: cleaning 2.1.0
...
Package-Manager: Portage-2.3.19, Repoman-2.3.6
2018-03-09 14:38:44 +07:00
Andrey Grozin
1e16e4aa99
dev-python/matplotlib: move dev-python/kiwisolver to CDEPEND
...
Closes: https://bugs.gentoo.org/649976
Package-Manager: Portage-2.3.19, Repoman-2.3.6
2018-03-09 14:34:37 +07:00
Andrey Grozin
4d0afb5f06
dev-python/matplotlib: bump to 2.2.0
...
Package-Manager: Portage-2.3.19, Repoman-2.3.6
2018-03-09 05:36:53 +07:00
Sergei Trofimovich
22572db236
dev-python/matplotlib: keyworded 1.4.3 for ppc, bug #636532 (thanks to ernsteiswuerfel)
...
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ppc"
2018-02-25 21:50:37 +00:00
Andrey Grozin
bf447e19ba
dev-python/matplotlib: with USE=doc depend on scipy
...
Closes: https://bugs.gentoo.org/647206
Package-Manager: Portage-2.3.19, Repoman-2.3.6
2018-02-10 23:14:07 +07:00