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
|
{'description': {'en': 'Official Gentoo ebuild repository'},
'feed': ['https://cgit.gentoo.org/repo/gentoo.git/atom/'],
'homepage': 'https://gentoo.org/',
'name': 'gentoo',
'owner': [{'email': 'bug-wranglers@gentoo.org', 'type': 'project'}],
'quality': 'core',
'source': [{'type': 'rsync', 'uri': 'rsync://rsync.gentoo.org/gentoo-portage'},
{'type': 'git',
'uri': 'https://anongit.gentoo.org/git/repo/gentoo.git'},
{'type': 'git', 'uri': 'git://anongit.gentoo.org/repo/gentoo.git'},
{'type': 'git',
'uri': 'git+ssh://git@git.gentoo.org/repo/gentoo.git'}],
'status': 'official'}
pkgcore 0.12.8
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
96696083b8a..3a6339ea921 master -> origin/master
Updating 96696083b8a..3a6339ea921
Fast-forward
.../aws-sam-translator-1.42.0.ebuild | 4 +--
.../aws-xray-sdk-python-2.8.0.ebuild | 4 +--
dev-python/cfn-lint/cfn-lint-0.57.0.ebuild | 2 +-
dev-python/dask/dask-2022.01.0.ebuild | 2 +-
dev-python/flask-cors/flask-cors-3.0.10.ebuild | 4 +--
.../flask-sqlalchemy/flask-sqlalchemy-2.5.1.ebuild | 4 +--
dev-python/fsspec/fsspec-2022.01.0.ebuild | 2 +-
.../jschema_to_python-1.2.3.ebuild | 4 +--
dev-python/jsondiff/jsondiff-1.3.1.ebuild | 2 +-
dev-python/jsonpickle/jsonpickle-2.1.0.ebuild | 2 +-
dev-python/junit-xml/junit-xml-1.9.ebuild | 4 +--
dev-python/locket/locket-0.2.1.ebuild | 4 +--
dev-python/moto/moto-3.0.1.ebuild | 2 +-
dev-python/mypy/mypy-0.930.ebuild | 2 +-
dev-python/networkx/networkx-2.6.3.ebuild | 4 +--
dev-python/nose-random/nose-random-1.0.0.ebuild | 4 +--
dev-python/partd/partd-1.2.0.ebuild | 4 +--
dev-python/pretty-yaml/pretty-yaml-21.10.1.ebuild | 4 +--
dev-python/prometheus_client/Manifest | 1 +
.../prometheus_client-0.13.1.ebuild | 24 +++++++++++++
dev-python/pytest-mock/Manifest | 1 +
dev-python/pytest-mock/pytest-mock-3.7.0.ebuild | 36 +++++++++++++++++++
dev-python/python-jose/python-jose-3.3.0.ebuild | 4 +--
.../python-sshpubkeys-3.3.1.ebuild | 4 +--
dev-python/rich/Manifest | 1 +
dev-python/rich/rich-11.1.0.ebuild | 40 ++++++++++++++++++++++
dev-python/sarif_om/sarif_om-1.0.4.ebuild | 4 +--
dev-python/spur/spur-0.3.22.ebuild | 4 +--
dev-python/ujson/ujson-5.1.0.ebuild | 2 +-
dev-python/unidiff/Manifest | 1 +
dev-python/unidiff/unidiff-0.7.2.ebuild | 19 ++++++++++
sys-apps/portage/portage-3.0.30-r1.ebuild | 2 +-
32 files changed, 162 insertions(+), 39 deletions(-)
create mode 100644 dev-python/prometheus_client/prometheus_client-0.13.1.ebuild
create mode 100644 dev-python/pytest-mock/pytest-mock-3.7.0.ebuild
create mode 100644 dev-python/rich/rich-11.1.0.ebuild
create mode 100644 dev-python/unidiff/unidiff-0.7.2.ebuild
*** synced gentoo
* 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 gentoo
* Cache regenerated successfully
|