summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* */*: 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>
* */*: [QA] Fix trivial cases of MissingTestRestrictMichał Górny2019-12-112-0/+2
| | | | | | | | | | | | | | | | | | 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/pytest-cov-2.8.1: Add py38Patrick McLean2019-12-053-1/+96
| | | | | | Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.80, Repoman-2.3.19 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* dev-python/pytest-cov: arm64 stableAaron Bauman2019-12-041-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.80, Repoman-2.3.19
* dev-python/pytest-cov: amd64 stableAaron Bauman2019-12-021-1/+1
| | | | | Signed-off-by: Aaron Bauman <bman@gentoo.org> Package-Manager: Portage-2.3.80, Repoman-2.3.19
* dev-python/pytest-cov: Use distutils_enable_sphinxMichał Górny2019-11-251-23/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pytest-cov: Version bump to 2.8.1Patrick McLean2019-11-213-0/+88
| | | | | | 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/pytest-cov-2.6.1: add ~alpha, bug 643214Matt Turner2019-10-121-1/+1
| | | | Signed-off-by: Matt Turner <mattst88@gentoo.org>
* dev-python: Remove *-fbsd KEYWORDSMichał Górny2019-10-111-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/pytest-cov: remove oldVirgil Dupras2019-04-124-168/+0
| | | | | Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-python/pytest-cov: bump to 2.6.1Virgil Dupras2019-04-123-0/+80
| | | | | | | | Also, fix broken tests. Bug: https://bugs.gentoo.org/597708 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-python/pytest-cov: relax pytest-xdist dep constraintVirgil Dupras2019-04-125-11/+11
| | | | | | | | | | | | | Tests were already failing badly before, for unrelated reasons and this is the only package holding pytest-xdist back (I don't even think that it's actually needed for testing...). Also, make the Python project the maintainer of this package. chutzpah doesn't have a single commit for this package in the git log. Everybody but him touched that package. Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* dev-python/pytest-cov: drop spurious pytest-capturelog depVirgil Dupras2018-12-034-7/+3
| | | | | | | | Tests fail, but they failed in the same way prior to this too. Bug: https://bugs.gentoo.org/668746 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-python/pytest-cov: eapi7 + py3_7Alexey Shvetsov2018-11-091-0/+57
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
* dev-python/pytest-cov-2.5.1-r1: add ~arm64 keyword (bug #643214)Mart Raudsepp2018-08-141-1/+1
| | | | Package-Manager: Portage-2.3.46, Repoman-2.3.10
* dev-python/pytest-cov: restore s390 keywordMikle Kolyada2018-06-222-2/+2
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* dev-python/pytest-cov-2.3.1: arm64 stableMart Raudsepp2018-05-041-1/+1
| | | | Package-Manager: Portage-2.3.28, Repoman-2.3.9
* update pypi HOMEPAGE to avoid redirectionMichael Mair-Keimberger2018-04-263-3/+3
| | | | Closes: https://github.com/gentoo/gentoo/pull/8080
* Replace pypi.python.org with pypi.org in HOMEPAGEMike Gilbert2018-04-193-3/+3
| | | | Bug: https://bugs.gentoo.org/653540
* dev-python/pytest-cov-2.5.1-r1: added ~mipsMatt Turner2018-03-271-1/+1
|
* dev-python/pytest-cov: add ~arm, bug #643214Markus Meier2018-03-071-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="arm"
* dev-python/pytest-cov: Tested on ~amd64-fbsd (bug #643214)Michał Górny2018-02-221-1/+1
| | | | | Tests fail the usual way, that is most of them pass when pytest-cov is already installed.
* dev-python/pytest-cov: keyworded 2.5.1-r1 for ia64, bug #643214Sergei Trofimovich2018-01-241-1/+1
| | | | | Package-Manager: Portage-2.3.20, Repoman-2.3.6 RepoMan-Options: --include-arches="ia64"
* dev-python/pytest-cov: keyworded 2.5.1-r1 for ppc, bug #643214Sergei Trofimovich2018-01-131-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc"
* dev-python/pytest-cov: keyworded 2.5.1-r1 for ppc64, bug #643214Sergei Trofimovich2018-01-131-1/+1
| | | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64"
* dev-python/pytest-cov: keyworded 2.5.1-r1 for sparc, bug #643214Rolf Eike Beer2018-01-031-1/+1
| | | | | Package-Manager: Portage-2.3.13, Repoman-2.3.3 RepoMan-Options: --include-arches="sparc"
* dev-python/pytest-cov: Add missing test-dep on dev-python/fieldsMichał Górny2018-01-031-0/+57
|
* dev-python/pytest-cov: Clean old upMichał Górny2018-01-036-179/+0
|
* dev-python/pytest-cov: Readd pypy3Michał Górny2018-01-032-4/+4
| | | | | | | Readd pypy3 that was removed in 2.3.1 bump for no obvious reason. It is required by reverse dependencies (dev-python/sphinx most notably) and it is supported by all forward dependencies. At the same time, the tests are completely broken for all implementations.
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-7/+7
|
* dev-python/pytest-cov: version bumpSébastien Fabbro2017-08-022-0/+57
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* dev-python/pytest-cov: add ~arm64, bug #605122Markus Meier2017-03-221-1/+1
| | | | | Package-Manager: Portage-2.3.5, Repoman-2.3.2 RepoMan-Options: --include-arches="arm64"
* dev-python/pytest-cov: ia64 stable wrt bug #602484Agostino Sarubbo2017-03-111-1/+1
| | | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="ia64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-286-6/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/pytest-cov: sparc stable wrt bug #602484Agostino Sarubbo2017-02-251-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="sparc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pytest-cov: ppc64 stable (bug 602484)Michael Weber2017-02-231-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc64"
* dev-python/pytest-cov: arm stable (bug 602484)Michael Weber2017-02-231-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc64"
* dev-python/pytest-cov: Add ~ppc64 keyword (bug 602484).Michael Weber2017-02-231-1/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-python/pytest-cov-2.3.1-r0: add alpha keywordTobias Klausmann2017-02-211-1/+1
| | | | Gentoo-Bug: 602484
* dev-python/pytest-cov: add ~arm, bug #605122Markus Meier2017-02-191-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="arm"
* dev-python/pytest-cov: PYTHON_COMPAT: add python3_6Zac Medico2017-02-122-3/+3
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-python/pytest-cov: ppc stable wrt bug #602484Agostino Sarubbo2017-02-121-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="ppc" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pytest-cov: x86 stable wrt bug #602484Agostino Sarubbo2017-02-121-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pytest-cov: amd64 stable wrt bug #602484Agostino Sarubbo2017-02-061-1/+1
| | | | | | Package-Manager: portage-2.3.3 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/pytest-cov: Stable for HPPA (bug #602484).Jeroen Roovers2017-02-041-1/+1
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* dev-python/pytest-cov: Mark ~hppa (bug #605122).Jeroen Roovers2017-01-251-2/+2
| | | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --ignore-arches
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-015-5/+5
|
* dev-python/pytest-cov: Version bump, adds a new pkg depBrian Dolbec2016-10-073-0/+78
| | | | | | | New dep added: dev-python/sphinx-pydoc-enhanced-theme The new dep is the reason for the keywords being dropped. Package-Manager: portage-2.3.1_p8
* dev-python/pytest-cov: Version BumpJustin Lecher2016-02-012-0/+46
| | | | | Package-Manager: portage-2.2.27 Signed-off-by: Justin Lecher <jlec@gentoo.org>