summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/scikit*: Revert invalid moves and dependent commitsMichał Górny2020-11-094-0/+162
| | | | | | | | The old names are burned already and can not be used either as target of package moves, or for new packages. Revert the renames and (hopefully) everything depending on them. Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/scikit-learn: moved sci-libs/scikits_learnAisha Tammy2020-11-094-162/+0
| | | | | | | | | Cancel the previous move in 2Q2020. Closes: https://bugs.gentoo.org/665482 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* sci-libs/scikits_learn: version bump to 0.23.2Aisha Tammy2020-11-098-409/+72
| | | | | | | | | | | | | | | | | drop dependency on sci-libs/scikits drop old versions. Closes: https://bugs.gentoo.org/692662 Closes: https://bugs.gentoo.org/626796 Closes: https://bugs.gentoo.org/614558 Closes: https://bugs.gentoo.org/469924 Reported-by: Zoltan Puskas, Roman Yurchak, Крыськов Денис Reported-by: Roman Yurchak, Neil, Tomáš Mózes, Thomas Kemmer Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Aisha Tammy <gentoo@aisha.cc> Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* Move {sci-libs → dev-python}/scipyMichał Górny2020-09-184-7/+7
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-libs/scikits_learn: arm64 keyworded (bug #715962)Sam James (sam_c)2020-06-221-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Sam James (sam_c) <sam@cmpct.info> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
* sci-libs/scikits_learn: add ~ppc64 keyword, bug #715962Georgy Yakovlev2020-05-311-1/+1
| | | | | Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* sci-libs/scikits_learn: x86 stable wrt bug #721496Mikle Kolyada2020-05-091-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="x86" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sci-libs/scikits_learn: amd64 stable wrt bug #721496Mikle Kolyada2020-05-091-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="amd64" Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
* sci-libs/scikits_learn: bug fixAndrew Ammerlaan2020-04-071-2/+1
| | | | | | | | | | fixes missing IUSE="examples" bug Closes: https://bugs.gentoo.org/716016 Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/15215 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* sci-libs/scikits_learn-0.22.2_p1: Version bumpPatrick McLean2020-04-022-0/+81
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* sci-libs/scikits_learn: fix MissingTestRestrict CI issueJoonas Niilola2020-01-282-0/+4
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* sci-libs/scikits_learn: Use HTTPSMichał Górny2020-01-162-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-libs/scikits_learn: Remove Python 2Michał Górny2020-01-163-3/+3
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-053-6/+6
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-libs/scikits_learn: Bump, fix buildPatrick Lauer2019-12-294-0/+258
| | | | | | | Fixes #630294 Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Patrick Lauer <patrick@gentoo.org>
* sci-libs/scikits_learn: Remove oldDavid Seifert2019-12-299-767/+0
| | | | | Package-Manager: Portage-2.3.83, Repoman-2.3.20 Signed-off-by: David Seifert <soap@gentoo.org>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-117-0/+7
| | | | | | | | | | | | | | | | | | 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>
* sci-libs/scikits_learn: Works with py3.7Alexey Shvetsov2019-08-031-0/+106
| | | | | Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-176-6/+6
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* sci-libs/scikits_learn: use HTTPSMichael Mair-Keimberger2019-02-266-12/+12
| | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Aaron Bauman <bman@gentoo.org>
* sci-libs: Update Manifest hashes.Ulrich Müller2017-12-101-5/+5
|
* sci-libs/scikits_learn: version bump. remove doc building for now ↵Sébastien Fabbro2017-08-162-0/+107
| | | | | | (downloading internet data) Package-Manager: Portage-2.3.7, Repoman-2.3.3
* sci-libs/scikits_learn: keep funcsigs and joblib bundled to avoid hair pullingSébastien Fabbro2017-08-031-0/+123
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* sci-libs/scikits_learn: version bumpSébastien Fabbro2017-06-282-0/+120
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-283-3/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sci-libs/scikits_learn: remove bundled cblas.Benda Xu2017-02-202-0/+37
| | | | | | use the system one. Package-Manager: portage-2.3.3
* sci-libs/scikits_learn: sed to counter more bundled importsBenda Xu2017-02-141-1/+2
| | | | | | e.g. from sklearn.externals import joblib Package-Manager: portage-2.3.3
* sci-libs/scikits_learn: version bump.Benda Xu2017-02-141-11/+8
| | | | | | | | | Fix joblib ImportError by replacing all bundled joblib imports with the system one. Bug: 609136 590296 Package-Manager: portage-2.3.3
* sci-libs/scikits_learn: version bump.Benda Xu2017-02-142-0/+118
| | | | Package-Manager: portage-2.3.3
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-012-2/+2
|
* sci-libs/scikits_learn: using system joblib for cross_validation moduleHorea Christian2016-08-131-1/+2
| | | | | | | Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2065 Signed-off-by: David Seifert <soap@gentoo.org>
* sci-libs/scikits_learn: Version bumpSébastien Fabbro2016-03-093-0/+147
| | | | Package-Manager: portage-2.2.27
* sci-libs/scikits_learn: Fix typo in doc installationJustin Lecher2016-01-261-1/+1
| | | | | | | Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=572806 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sci-libs/scikits_learn: Drop oldJustin Lecher2016-01-266-540/+0
| | | | | | | | | | obsoletes: Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=436750 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=423269 Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Set appropriate maintainer types in metadata.xml (GLEP 67)Michał Górny2016-01-241-1/+1
|
* Replace all herds with appropriate projects (GLEP 67)Michał Górny2016-01-241-1/+4
| | | | | Replace all uses of herd with appropriate project maintainers, or no maintainers in case of herds requested to be disbanded.
* sci-libs/scikits_learn: Add missing diesMarius Brehler2016-01-065-14/+14
| | | | Package-Manager: portage-2.2.26
* sci-libs/scikits_learn: Add missing dependency on virtual/blasMarius Brehler2016-01-065-0/+9
| | | | Package-Manager: portage-2.2.26
* sci-libs/scikits_learn: Add missing dependency on virtual/cblasMarius Brehler2016-01-065-9/+19
| | | | Package-Manager: portage-2.2.26
* Sanitize virtual namespace of python packagesJustin Lecher2015-11-101-1/+1
| | | | | | Rename virtual/MODULE to virtual/python-MODULE Signed-off-by: Justin Lecher <jlec@gentoo.org>
* sci-libs/scikits_learn: Version BumpJustin Lecher2015-11-063-1/+115
| | | | | Package-Manager: portage-2.2.23 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Drop deprecated usage of DISTUTILS_NO_PARALLEL_BUILDJustin Lecher2015-10-224-4/+0
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Update remote-idsJustin Lecher2015-10-161-2/+3
| | | | Signed-off-by: Justin Lecher <jlec@gentoo.org>
* Revert DOCTYPE SYSTEM https changes in metadata.xmlMike Gilbert2015-08-241-1/+1
| | | | | | | repoman does not yet accept the https version. This partially reverts eaaface92ee81f30a6ac66fe7acbcc42c00dc450. Bug: https://bugs.gentoo.org/552720
* Use https by defaultJustin Lecher2015-08-241-1/+1
| | | | | | Convert all URLs for sites supporting encrypted connections from http to https Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-088-0/+570
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed