summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/traitlets: Fix building docsMichał Górny2020-11-191-2/+3
| | | | | Closes: https://bugs.gentoo.org/740686 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/traitlets: Remove oldMichał Górny2020-11-172-25/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/traitlets: Stabilize 5.0.5 ALLARCHES, #754813Sam James2020-11-161-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/traitlets: Mark ALLARCHESMichał Górny2020-11-161-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/traitlets: Stabilize 5.0.4 amd64, #749384Sam James2020-11-021-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/traitlets: stable 5.0.4 for ppc64Sergei Trofimovich2020-10-201-1/+1
| | | | | | | | stable wrt bug #749384 Package-Manager: Portage-3.0.8, Repoman-3.0.2 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* dev-python/traitlets: x86 stable (bug #749384)Thomas Deutschmann2020-10-181-1/+1
| | | | | Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
* dev-python/traitlets: Stabilize 5.0.4 arm64, #749384Sam James2020-10-171-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/traitlets: Bump to 5.0.5Michał Górny2020-10-162-0/+25
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/traitlets: Remove oldMichał Górny2020-09-183-50/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/traitlets: Bump to 5.0.4Michał Górny2020-09-072-0/+25
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/traitlets: Bump to 5.0.3Michał Górny2020-09-042-0/+25
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/traitlets: Bump to 5.0.2Michał Górny2020-09-032-0/+25
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/traitlets: Remove redundant versionsMichał Górny2020-08-222-54/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/traitlets: arm64 stable (bug #732342)Sam James2020-08-031-1/+1
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/traitlets: x86 stable (bug #715070)Sam James2020-07-311-1/+1
| | | | | Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sam James <sam@gentoo.org>
* dev-python/traitlets: ppc64 stable wrt bug #715070Agostino Sarubbo2020-07-091-1/+1
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 RepoMan-Options: --include-arches="ppc64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/traitlets: Stabilize 4.3.3 amd64, #715070Michał Górny2020-07-071-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/traitlets: Add python@ as (co-)maintMichał Górny2020-06-101-0/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/traitlets: Port to py3.9Michał Górny2020-06-081-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/traitlets: Add missing 4.3.3 ebuildMichał Górny2020-03-191-0/+26
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/traitlets: Bump to 4.3.3, py3.8Michał Górny2020-03-191-0/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/traitlets: Clean py2 deps upMichał Górny2020-03-171-2/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/traitlets: Remove py2Michał Górny2020-02-051-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-051-2/+2
| | | | | 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-111-0/+1
| | | | | | | | | | | | | | | | | | 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>
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-171-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/traitlets: add py37 supportMatthew Thode2019-01-271-2/+2
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* dev-python/traitlets: drop pytest-cov depVirgil Dupras2018-10-151-3/+3
| | | | | | | We don't need to compute test coverage. Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
* dev-python/traitlets: Drop oldAndreas Sturmlechner2018-05-165-221/+0
| | | | Package-Manager: Portage-2.3.36, Repoman-2.3.9
* dev-python/traitlets: amd64 stable wrt bug #596714Agostino Sarubbo2018-05-161-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="amd64"
* dev-python/traitlets: x86 stable (bug #596714)Thomas Deutschmann2018-04-221-1/+1
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-python/traitlets: add ~arm, bug #604532Markus Meier2018-03-211-1/+1
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="arm"
* dev-python/traitlets-4.3.2: added ~ppc, bug 604532Matt Turner2018-03-111-1/+1
|
* dev-python/traitlets: stable 4.3.2 for ppc64, bug #596714Sergei Trofimovich2018-03-041-2/+2
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 RepoMan-Options: --include-arches="ppc64"
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-5/+5
|
* dev-python/traitlets: Add python3_6 to PYTHON_COMPATZac Medico2017-03-102-2/+2
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-285-5/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/traitlets: Version bump to 4.3.2Marius Brehler2017-02-252-0/+56
| | | | | Package-Manager: portage-2.3.3 Closes: https://github.com/gentoo/gentoo/pull/4061
* dev-python/traitlets: stable for amd64.Patrice Clement2017-01-131-2/+2
| | | | Package-Manager: portage-2.3.0
* dev-python/traitlets: Drop python3_3 specific depsMarius Brehler2016-11-032-2/+2
| | | | | | | Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/2709 Signed-off-by: David Seifert <soap@gentoo.org>
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-014-4/+4
|
* dev-python/traitlets: Drop oldMarius Brehler2016-10-143-112/+0
| | | | | | | Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/2554 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/traitlets: Version bump to 4.3.1Marius Brehler2016-10-142-0/+58
| | | | | | | Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/2554 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/traitlets: Version bump to 4.3.0Marius Brehler2016-09-202-0/+58
| | | | | | | Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/2367 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/traitlets: Run tests with py.test as upstream doesMarius Brehler2016-07-231-2/+2
| | | | | | | Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1869 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/traitlets: Version bump to 4.2.2Marius Brehler2016-07-232-0/+58
| | | | | | | Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1869 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/traitlets: Fix depsMarius Brehler2016-07-232-0/+2
| | | | | | | Package-Manager: portage-2.2.26 Closes: https://github.com/gentoo/gentoo/pull/1869 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/traitlets: Version bumpMarius Brehler2016-04-022-0/+53
| | | | Package-Manager: portage-2.2.26
* dev-python/traitlets: keywording arm64Matthew Thode2016-02-281-1/+1
| | | | | | merged on X-C1 Package-Manager: portage-2.2.26