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
|
{'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.13
$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://anongit.gentoo.org/git/repo/gentoo
9914183be5c..d0e94a2ff1c master -> origin/master
Updating 9914183be5c..d0e94a2ff1c
Fast-forward
app-admin/awscli/Manifest | 1 +
app-admin/awscli/awscli-1.25.64.ebuild | 72 +++++++++++++++++++++++
dev-python/boto3/Manifest | 1 +
dev-python/boto3/boto3-1.24.63.ebuild | 68 +++++++++++++++++++++
dev-python/botocore/Manifest | 1 +
dev-python/botocore/botocore-1.27.63.ebuild | 72 +++++++++++++++++++++++
dev-python/botocore/botocore-9999.ebuild | 3 +
dev-python/cfn-lint/Manifest | 1 +
dev-python/cfn-lint/cfn-lint-0.63.2.ebuild | 54 +++++++++++++++++
dev-python/dirty-equals/Manifest | 1 +
dev-python/dirty-equals/dirty-equals-0.5.0.ebuild | 40 +++++++++++++
dev-python/fsspec/Manifest | 1 +
dev-python/fsspec/fsspec-2022.8.0.ebuild | 58 ++++++++++++++++++
dev-python/nptyping/Manifest | 1 +
dev-python/nptyping/nptyping-2.3.1.ebuild | 50 ++++++++++++++++
dev-python/pathspec/Manifest | 1 +
dev-python/pathspec/metadata.xml | 2 +-
dev-python/pathspec/pathspec-0.10.0.ebuild | 22 +++++++
dev-python/poetry-core/Manifest | 1 +
dev-python/poetry-core/poetry-core-1.1.0.ebuild | 62 +++++++++++++++++++
dev-python/versioneer/Manifest | 1 +
dev-python/versioneer/versioneer-0.24.ebuild | 45 ++++++++++++++
22 files changed, 557 insertions(+), 1 deletion(-)
create mode 100644 app-admin/awscli/awscli-1.25.64.ebuild
create mode 100644 dev-python/boto3/boto3-1.24.63.ebuild
create mode 100644 dev-python/botocore/botocore-1.27.63.ebuild
create mode 100644 dev-python/cfn-lint/cfn-lint-0.63.2.ebuild
create mode 100644 dev-python/dirty-equals/dirty-equals-0.5.0.ebuild
create mode 100644 dev-python/fsspec/fsspec-2022.8.0.ebuild
create mode 100644 dev-python/nptyping/nptyping-2.3.1.ebuild
create mode 100644 dev-python/pathspec/pathspec-0.10.0.ebuild
create mode 100644 dev-python/poetry-core/poetry-core-1.1.0.ebuild
create mode 100644 dev-python/versioneer/versioneer-0.24.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
|