summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-113-0/+3
| | | | | | | | | | | | | | | | | | 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>
* dev-python/numpy: drop last-rited ebuildAaron Bauman2019-12-082-150/+0
| | | | Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-python/numpy: Version bump to 1.17.4, add python3.8Patrick McLean2019-11-193-0/+213
| | | | | | | | This also drops python2.7 since upstream no longer supports it. Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-python: Remove *-fbsd KEYWORDSMichał Górny2019-10-115-5/+5
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/numpy: Revert "Enable pypy{,3}"Michał Górny2019-08-281-1/+1
| | | | | | | The package fails tests with PyPy. Reverts: 91fc5273c4066cbbe2176d7b31841c9460f7c48d Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/numpy: Bump to 1.16.5Michał Górny2019-08-282-0/+160
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/numpy: Enable pypy{,3}Michał Górny2019-08-071-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/numpy: stable 1.14.5 for hppa, bug #627952Rolf Eike Beer2019-07-041-1/+1
| | | | | | | Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="hppa" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/numpy: add back numpy-1.8.2.Benda Xu2019-06-243-0/+175
| | | | | | | | It is a reverse dependency of dev-python/scientificpython and sci-libs/mmtk. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* dev-python/numpy: fix cblas detection.Benda Xu2019-06-2313-961/+6
| | | | | | | | | | | Drop old ebuilds versionator eclass. Drop live ebuild. It has not been taken care of since numpy-1.9. Suggested-By: Zongyu Zhang <zzy2529420793@gmail.com> Closes: https://bugs.gentoo.org/647072 Closes: https://bugs.gentoo.org/688392 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* dev-python/numpy: sparc stable wrt bug #627952Agostino Sarubbo2019-06-051-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="sparc"
* dev-python/numpy: ppc stable wrt bug #627952Agostino Sarubbo2019-06-041-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc"
* dev-python/numpy: ia64 stable wrt bug #627952Agostino Sarubbo2019-06-041-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11 RepoMan-Options: --include-arches="ia64"
* dev-python/numpy: ppc64 stable wrt bug #627952Agostino Sarubbo2019-06-031-1/+1
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.11 RepoMan-Options: --include-arches="ppc64"
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-177-9/+9
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/numpy: mark s390 stableMikle Kolyada2019-03-162-3/+3
| | | | | Signed-off-by: Mikle Kolyada <zlogene@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-python/numpy: force MAKEOPTS=-j1 for all USE configurationsThomas Deutschmann2019-03-035-5/+5
| | | | | | | | ...even failing for USE=lapack on some systems. Bug: https://bugs.gentoo.org/660754 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-python/numpy: re-add parallel make workaround for USE=-lapackThomas Deutschmann2019-03-035-2/+10
| | | | | | Bug: https://bugs.gentoo.org/660754 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-python/numpy: bump to v1.16.1Thomas Deutschmann2019-03-032-0/+150
| | | | | Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-python/numpy: drop parallel build workaroundThomas Deutschmann2019-03-023-7/+1
| | | | | | | | Cannot reproduce with >numpy-1.13.3 anymore. Bug: https://bugs.gentoo.org/660754 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-python/numpy-1.14.5-r0: alpha stableTobias Klausmann2019-01-301-1/+1
| | | | | Bug: http://bugs.gentoo.org/627952 Signed-off-by: Tobias Klausmann <klausman@gentoo.org>
* dev-python/numpy-1.15.4: arm64 stable (bug #627952)Mart Raudsepp2019-01-171-1/+1
| | | | | | | | | | | Unlike the stable target of 1.14.5 for others, this version passes tests on arm64. As our stable trees usage of numpy is very limited, we can risk jumping the gun here, under the assumption that it works better for us, due to no test failures. Bug: https://bugs.gentoo.org/627952 Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* dev-python/numpy: bump to 1.15.4Virgil Dupras2019-01-083-0/+225
| | | | | Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-python/numpy-9999: fix python requirementRolf Eike Beer2019-01-021-2/+2
| | | | | | | Bug: https://bugs.gentoo.org/647072 Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/numpy: arm stable, bug #627952Markus Meier2018-12-181-1/+1
| | | | | | Signed-off-by: Markus Meier <maekke@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="arm"
* dev-python/numpy: x86 stable (bug #627952)Thomas Deutschmann2018-12-071-1/+1
| | | | | Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-python/numpy: amd64 stable wrt bug #627952Agostino Sarubbo2018-12-041-2/+2
| | | | | | Signed-off-by: Agostino Sarubbo <ago@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 RepoMan-Options: --include-arches="amd64"
* dev-python/numpy: force MAKEOPTS=-j1Thomas Deutschmann2018-09-204-0/+8
| | | | | | | | Looks like nobody cares. To allow users to build that package in the meanwhile, let's force MAKEOPTS=-j1. Bug: https://bugs.gentoo.org/660754 Package-Manager: Portage-2.3.49, Repoman-2.3.10
* Drop arm-linux keyword from tree.Benda Xu2018-08-315-5/+5
| | | | | | | | "arm-linux" is considered deprecated, unmaintained and easily replaced by "arm". Closes: https://bugs.gentoo.org/664598 Reference: https://archives.gentoo.org/gentoo-dev/message/63bafa051cccd1eb3d2ade16823671fa
* dev-python/numpy: Enable py3.7Michał Górny2018-07-162-2/+2
|
* dev-python/numpy: Backport a fix for py3.7 test failuresMichał Górny2018-07-162-0/+137
|
* dev-python/numpy: Remove unneccessary versionator inheritMichał Górny2018-07-141-1/+1
|
* dev-python/numpy: Bump to 1.14.5Michał Górny2018-07-143-0/+225
|
* dev-python/numpy: sync HOMEPAGEs, use HTTPSMichael Mair-Keimberger2018-04-295-9/+9
|
* dev-python/numpy-1.10.4: arm64 stable (bug #572858)Mart Raudsepp2018-03-051-2/+2
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* dev-python/numpy: Clean old upMichał Górny2018-01-054-358/+0
|
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-18/+18
|
* dev-python/numpy: stable 1.10.4 for sparc, bug #572858 (thanks to Rolf Eike ↵Sergei Trofimovich2017-12-062-4/+4
| | | | | | | Beer) Package-Manager: Portage-2.3.16, Repoman-2.3.6 RepoMan-Options: --include-arches="sparc"
* dev-python/numpy: version bump to 1.13.3Tim Harder2017-09-292-0/+166
|
* dev-python/numpy: x86 stable (bug #572858)Thomas Deutschmann2017-09-241-1/+1
| | | | Package-Manager: Portage-2.3.8, Repoman-2.3.3
* dev-python/numpy: non-parallel build with python3Sébastien Fabbro2017-07-113-166/+4
| | | | | | | Affect only non ccache users, and with USE=-lapack See https://bugs.gentoo.org/show_bug.cgi?id=623790. Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/numpy: version bumpSébastien Fabbro2017-07-102-0/+164
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/numpy: version bumpSébastien Fabbro2017-06-282-0/+167
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/numpy: ia64 stable, bug #572858Sergei Trofimovich2017-06-041-1/+1
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/numpy: Clean old versions upMichał Górny2017-05-039-915/+0
|
* dev-python/numpy: Version BumpJustin Lecher2017-04-143-0/+237
| | | | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=607914 Package-Manager: Portage-2.3.5, Repoman-2.3.2 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-python/numpy: arm64 stable.Michael Weber2017-03-291-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="arm arm64 ppc ppc64"
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-288-8/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/numpy: ppc stable (bug 572858).Michael Weber2017-02-231-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-python/numpy: record include_dirs of blasBenda Xu2017-02-152-1/+25
| | | | | | | | | | We specify blas in site.cfg, which could have non-standard include dirs. sci-libs/scikits_learn, for example, relies on this information to find cblas. Upstream: https://github.com/numpy/numpy/pull/8619 Package-Manager: portage-2.3.3