summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-python/ipykernel: Bump to 5.3.3Michał Górny2020-07-192-0/+34
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/ipykernel: Remove redundant versionsMichał Górny2020-07-122-34/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/ipykernel: Bump to 5.3.2Michał Górny2020-07-102-0/+34
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/ipykernel: Stabilize 5.3.0 amd64, #715070Michał Górny2020-07-071-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/ipykernel: Bump to 5.3.1Michał Górny2020-07-072-0/+34
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/ipykernel: Port to py3.9Michał Górny2020-06-101-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/ipykernel: Bump to 5.3.0Michał Górny2020-06-082-0/+34
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/ipykernel: Add python@ as co-maintMichał Górny2020-03-271-0/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/ipykernel: Remove redundant longdescMichał Górny2020-03-271-3/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/ipykernel: Remove redundant versionsMichał Górny2020-03-275-171/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/ipykernel: x86 stable wrt bug #714356Agostino Sarubbo2020-03-261-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="x86" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/ipykernel: amd64 stable wrt bug #714356Agostino Sarubbo2020-03-261-1/+1
| | | | | | Package-Manager: Portage-2.3.89, Repoman-2.3.20 RepoMan-Options: --include-arches="amd64" Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
* dev-python/ipykernel: bump to 5.1.4.Benda Xu2020-03-082-0/+34
| | | | | | | | Add conditional dependency on dev-python/jupyter_core. Closes: https://bugs.gentoo.org/703606 Package-Manager: Portage-2.3.88, Repoman-2.3.18 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* */*: Clean PYTHON_COMPAT of obsolete implsMichał Górny2020-01-054-8/+8
| | | | | Closes: https://github.com/gentoo/gentoo/pull/14246 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/ipykernel: do not mangle the python call.Benda Xu2019-12-271-8/+0
| | | | | | | | | | Upstream has already fixed it. Suggested-By: Denis Lisov Bug: https://bugs.gentoo.org/628222 Closes: https://bugs.gentoo.org/703748 Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* dev-python/ipykernel: Version bump 5.1.3.Andrew Ammerlaan2019-12-232-0/+41
| | | | | | | | | | | | | | Drop ~amd64-linux and ~x86-linux keywords, because their dependencies are not met. Add missing / to ${ED}. Bug: https://github.com/gentoo/gentoo/pull/13988 Bug: https://bugs.gentoo.org/702458 Closes: https://github.com/gentoo/gentoo/pull/14001 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net> Signed-off-by: Benda Xu <heroxbd@gentoo.org> Package-Manager: Portage-2.3.81, Repoman-2.3.20
* */*: [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/ipykernel: Remove py2Michał Górny2019-12-042-2/+2
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/ipykernel: do not alter the language field.Benda Xu2019-07-093-3/+3
| | | | | | | | | Previously, "python" has been replaced by "python3" in the "language" field of kernelspec. That confuses client software such as emacs-ipython-notebook. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Benda Xu <heroxbd@gentoo.org>
* dev-python/ipykernel: adjust dependencies on ipythonVirgil Dupras2019-05-033-6/+3
| | | | | | | | | | | | | | | With ipython6+ dropping py2 and ipython having a circular dependency with ipykernel and ipyparallel, things get messy and portage's error messages are unhelpful unless we have a clean break in our dependencies. With this commit, all <ipykernel-5 depend on <ipython-6 and all >=ipykernel-5 depend on >=ipython-6. This makes portage's dependency resolution much happier and results in helpful error messages indicating what packages need "-python_targets_python2_7". Bug: https://bugs.gentoo.org/684962 Signed-off-by: Virgil Dupras <vdupras@gentoo.org> Package-Manager: Portage-2.3.62, Repoman-2.3.11
* */*: Remove python3_4 PYTHON_COMPAT correctlyMichał Górny2019-04-173-4/+4
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/ipykernel: add py37 supportMatthew Thode2019-01-272-4/+4
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* dev-python/ipykernel: version bump.Benda Xu2018-10-232-0/+46
| | | | | Signed-off-by: Benda Xu <heroxbd@gentoo.org> Package-Manager: Portage-2.3.50, Repoman-2.3.11
* dev-python/ipykernel: handle the multiple python3 case.Benda Xu2018-06-093-1/+47
| | | | | | | | Bonus of verion bump. Credit: Colin MacLean Closes: https://bugs.gentoo.org/628222 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-python/ipykernel: Drop oldAndreas Sturmlechner2018-05-165-145/+0
| | | | Package-Manager: Portage-2.3.36, Repoman-2.3.9
* dev-python/ipykernel: 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/ipykernel: x86 stable (bug #596714)Thomas Deutschmann2018-04-221-2/+2
| | | | Package-Manager: Portage-2.3.31, Repoman-2.3.9
* dev-python/ipykernel-4.6.1-r2: Dropped ~ppc keywordsMatt Turner2018-03-111-1/+1
|
* dev-python/ipykernel-4.6.1-r2: added ~ppc, bug 604532Matt Turner2018-03-111-1/+1
|
* dev-python/*: Update Manifest hashesMichał Górny2017-12-091-5/+5
|
* dev-python/ipykernel: specify python major version in kernelspecBenda Xu2017-08-302-36/+8
| | | | | | | | | Revision bump and remove old revisions. Credit: Eric Hermes Bug: 628222 Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-python/ipykernel: add conditional block on ipython-6 for python-2.7Sébastien Fabbro2017-08-196-3/+45
| | | | Package-Manager: Portage-2.3.7, Repoman-2.3.3
* dev-python/ipykernel: version bumpSébastien Fabbro2017-07-122-0/+36
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* dev-python/ipykernel: Add python3_6 to PYTHON_COMPATZac Medico2017-03-121-1/+1
| | | | Package-Manager: Portage-2.3.4, Repoman-2.3.2
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-284-4/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* dev-python/ipykernel: Drop oldMarius Brehler2017-01-042-37/+0
| | | | | Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/3303
* dev-python/ipykernel: Version bump to 4.5.2Marius Brehler2017-01-042-0/+37
| | | | | Package-Manager: portage-2.3.0 Closes: https://github.com/gentoo/gentoo/pull/3303
* dev-python/ipykernel: Drop old minor releasesMarius Brehler2016-11-034-103/+0
| | | | | | | 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-017-7/+7
|
* dev-python/ipykernel: Version bump to 4.5.0Marius Brehler2016-09-052-0/+37
| | | | | | | Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/2243 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/ipykernel: restore python 3.3David Seifert2016-08-301-1/+1
| | | | Package-Manager: portage-2.3.0
* dev-python/ipykernel: Version bump to 4.4.1Marius Brehler2016-08-232-0/+39
| | | | | | | Package-Manager: portage-2.2.28 Closes: https://github.com/gentoo/gentoo/pull/2127 Signed-off-by: David Seifert <soap@gentoo.org>
* dev-python/ipykernel: Version bumpMarius Brehler2016-04-022-0/+36
| | | | Package-Manager: portage-2.2.26
* dev-python/ipykernel: keywording arm64Matthew Thode2016-02-281-1/+1
| | | | | | merged on X-C1 Package-Manager: portage-2.2.26
* dev-python/ipykernel: Version BumpJustin Lecher2016-02-252-0/+36
| | | | | 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.
* dev-python/ipykernel: Version bumpMarius Brehler2016-01-052-0/+33
| | | | Package-Manager: portage-2.2.26
* dev-python/ipykernel: Version BumpJustin Lecher2015-12-052-0/+33
| | | | | Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* dev-python/ipykernel: Import from science overlayMarius Brehler2015-11-273-0/+46
Package-Manager: portage-2.2.20.1