1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
|
{'description': {'en': 'The Gentoo Science Overlay is intended as a place to '
'work\n'
' outside of the main portage tree on experimental '
'ebuilds. Our aim is to\n'
' increase the rate of development of scientific '
'packages for Gentoo, but\n'
' ebuilds in this repository are by their very '
'nature more experimental. If\n'
' you wish to use them you should be willing to help '
'test and report\n'
' bugs. For contribution read '
'https://wiki.gentoo.org/wiki/Project:Science/Contributing\n'
' '},
'feed': ['https://cgit.gentoo.org/proj/sci.git/atom/',
'https://github.com/gentoo-science/sci/commits/master.atom'],
'homepage': 'https://wiki.gentoo.org/wiki/Project:Science',
'name': 'science',
'owner': [{'email': 'sci@gentoo.org', 'name': 'sci', 'type': 'project'}],
'quality': 'experimental',
'source': [{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/proj/sci.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/proj/sci.git'},
{'type': 'git', 'uri': 'git+ssh://git@git.gentoo.org/proj/sci.git'},
{'type': 'git', 'uri': 'https://github.com/gentoo-science/sci.git'},
{'type': 'git', 'uri': 'git://github.com/gentoo-science/sci.git'},
{'type': 'git', 'uri': 'git@github.com:gentoo-science/sci.git'}],
'status': 'official'}
pkgcore 0.12.4
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync science
*** syncing science
From https://anongit.gentoo.org/git/proj/sci
a2b19a10f..ab28d3524 master -> origin/master
Updating a2b19a10f..ab28d3524
Fast-forward
dev-python/json5/Manifest | 1 +
dev-python/json5/json5-0.9.6.ebuild | 19 ++++++++++
dev-python/json5/metadata.xml | 8 ++++
dev-python/jupyterlab/Manifest | 1 +
dev-python/jupyterlab/jupyterlab-3.1.10.ebuild | 34 +++++++++++++++++
dev-python/jupyterlab/metadata.xml | 8 ++++
dev-python/jupyterlab_server/Manifest | 1 +
.../jupyterlab_server-2.7.2.ebuild | 44 ++++++++++++++++++++++
dev-python/jupyterlab_server/metadata.xml | 8 ++++
dev-python/nbclassic/Manifest | 1 +
dev-python/nbclassic/metadata.xml | 8 ++++
dev-python/nbclassic/nbclassic-0.3.1.ebuild | 30 +++++++++++++++
dev-python/pytest-console-scripts/Manifest | 1 +
dev-python/pytest-console-scripts/metadata.xml | 8 ++++
.../pytest-console-scripts-1.2.0.ebuild | 33 ++++++++++++++++
dev-python/pytest-tornasync/Manifest | 1 +
dev-python/pytest-tornasync/metadata.xml | 8 ++++
.../pytest-tornasync-0.6.0_p2.ebuild | 35 +++++++++++++++++
18 files changed, 249 insertions(+)
create mode 100644 dev-python/json5/Manifest
create mode 100644 dev-python/json5/json5-0.9.6.ebuild
create mode 100644 dev-python/json5/metadata.xml
create mode 100644 dev-python/jupyterlab/Manifest
create mode 100644 dev-python/jupyterlab/jupyterlab-3.1.10.ebuild
create mode 100644 dev-python/jupyterlab/metadata.xml
create mode 100644 dev-python/jupyterlab_server/Manifest
create mode 100644 dev-python/jupyterlab_server/jupyterlab_server-2.7.2.ebuild
create mode 100644 dev-python/jupyterlab_server/metadata.xml
create mode 100644 dev-python/nbclassic/Manifest
create mode 100644 dev-python/nbclassic/metadata.xml
create mode 100644 dev-python/nbclassic/nbclassic-0.3.1.ebuild
create mode 100644 dev-python/pytest-console-scripts/Manifest
create mode 100644 dev-python/pytest-console-scripts/metadata.xml
create mode 100644 dev-python/pytest-console-scripts/pytest-console-scripts-1.2.0.ebuild
create mode 100644 dev-python/pytest-tornasync/Manifest
create mode 100644 dev-python/pytest-tornasync/metadata.xml
create mode 100644 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
*** synced science
* Sync succeeded
$ git log --format=%ci -1
$ git show -q --pretty=format:%G? HEAD
$ pmaint --config /var/lib/repo-mirror-ci/data/etc/portage regen --use-local-desc --pkg-desc-index -t 32 science
* Cache regenerated successfully
|