summaryrefslogtreecommitdiff
blob: 0892c7c713935e36948085847d42782ca575a687 (plain)
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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{'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.28

$ pmaint --config /var/lib/repo-mirror-ci/data-sync/etc/portage sync gentoo
*** syncing gentoo
From https://github.com/gentoo/gentoo
   48f455e99851..765a889d5411  master     -> origin/master
Updating 48f455e99851..765a889d5411
Fast-forward
 app-admin/awscli/Manifest                          |   1 +
 app-admin/awscli/awscli-1.36.3.ebuild              |  95 +++++++++++
 dev-db/postgresql/postgresql-12.21.ebuild          |   2 +-
 dev-db/postgresql/postgresql-13.17.ebuild          |   2 +-
 dev-db/postgresql/postgresql-14.14.ebuild          |   2 +-
 dev-db/postgresql/postgresql-15.9.ebuild           |   2 +-
 dev-db/postgresql/postgresql-16.5.ebuild           |   2 +-
 dev-db/postgresql/postgresql-17.1.ebuild           |   2 +-
 dev-python/Faker/Faker-33.0.0.ebuild               |  42 +++++
 dev-python/Faker/Manifest                          |   1 +
 dev-python/aiohttp/Manifest                        |   1 +
 dev-python/aiohttp/aiohttp-3.11.2.ebuild           | 132 ++++++++++++++++
 dev-python/boto3/Manifest                          |   1 +
 dev-python/boto3/boto3-1.35.62.ebuild              |  53 +++++++
 dev-python/botocore/Manifest                       |   1 +
 dev-python/botocore/botocore-1.35.62.ebuild        |  67 ++++++++
 dev-python/cmd2/Manifest                           |   4 +-
 dev-python/cmd2/cmd2-2.5.3.ebuild                  |  53 -------
 dev-python/cmd2/cmd2-2.5.4.ebuild                  |  53 -------
 .../cmd2/{cmd2-2.5.2.ebuild => cmd2-2.5.6.ebuild}  |   0
 dev-python/coverage/Manifest                       |   1 +
 dev-python/coverage/coverage-7.6.5.ebuild          | 102 ++++++++++++
 dev-python/environs/Manifest                       |   2 +-
 ...virons-11.0.0.ebuild => environs-11.2.0.ebuild} |   0
 dev-python/fonttools/Manifest                      |   1 +
 dev-python/fonttools/fonttools-4.55.0.ebuild       |  99 ++++++++++++
 dev-python/hypothesis/Manifest                     |   4 +-
 dev-python/hypothesis/hypothesis-6.118.0.ebuild    | 103 ------------
 dev-python/hypothesis/hypothesis-6.118.3.ebuild    | 103 ------------
 ...is-6.118.7.ebuild => hypothesis-6.118.9.ebuild} |   1 -
 dev-python/lxml-html-clean/Manifest                |   1 +
 .../lxml-html-clean/lxml-html-clean-0.4.0.ebuild   |  31 ++++
 dev-python/mss/Manifest                            |   1 +
 dev-python/mss/mss-10.0.0.ebuild                   |  54 +++++++
 dev-python/oslo-concurrency/Manifest               |   1 +
 .../oslo-concurrency/oslo-concurrency-6.2.0.ebuild |  50 ++++++
 dev-python/python3-discogs-client/Manifest         |   1 +
 .../python3-discogs-client-2.7.1.ebuild            |  34 ++++
 dev-python/quart/Manifest                          |   1 +
 dev-python/quart/quart-0.19.9.ebuild               |  50 ++++++
 dev-python/sqlparse/Manifest                       |   1 +
 dev-python/sqlparse/sqlparse-0.5.2.ebuild          |  22 +++
 dev-python/types-setuptools/Manifest               |   1 +
 .../types-setuptools-75.4.0.20241115.ebuild        |  17 ++
 dev-python/uv/Manifest                             |   3 +
 dev-python/uv/uv-0.5.2.ebuild                      | 176 +++++++++++++++++++++
 sys-devel/gcc/Manifest                             |   1 +
 sys-devel/gcc/gcc-12.4.1_p20241114.ebuild          |  65 ++++++++
 48 files changed, 1116 insertions(+), 326 deletions(-)
 create mode 100644 app-admin/awscli/awscli-1.36.3.ebuild
 create mode 100644 dev-python/Faker/Faker-33.0.0.ebuild
 create mode 100644 dev-python/aiohttp/aiohttp-3.11.2.ebuild
 create mode 100644 dev-python/boto3/boto3-1.35.62.ebuild
 create mode 100644 dev-python/botocore/botocore-1.35.62.ebuild
 delete mode 100644 dev-python/cmd2/cmd2-2.5.3.ebuild
 delete mode 100644 dev-python/cmd2/cmd2-2.5.4.ebuild
 rename dev-python/cmd2/{cmd2-2.5.2.ebuild => cmd2-2.5.6.ebuild} (100%)
 create mode 100644 dev-python/coverage/coverage-7.6.5.ebuild
 rename dev-python/environs/{environs-11.0.0.ebuild => environs-11.2.0.ebuild} (100%)
 create mode 100644 dev-python/fonttools/fonttools-4.55.0.ebuild
 delete mode 100644 dev-python/hypothesis/hypothesis-6.118.0.ebuild
 delete mode 100644 dev-python/hypothesis/hypothesis-6.118.3.ebuild
 rename dev-python/hypothesis/{hypothesis-6.118.7.ebuild => hypothesis-6.118.9.ebuild} (98%)
 create mode 100644 dev-python/lxml-html-clean/lxml-html-clean-0.4.0.ebuild
 create mode 100644 dev-python/mss/mss-10.0.0.ebuild
 create mode 100644 dev-python/oslo-concurrency/oslo-concurrency-6.2.0.ebuild
 create mode 100644 dev-python/python3-discogs-client/python3-discogs-client-2.7.1.ebuild
 create mode 100644 dev-python/quart/quart-0.19.9.ebuild
 create mode 100644 dev-python/sqlparse/sqlparse-0.5.2.ebuild
 create mode 100644 dev-python/types-setuptools/types-setuptools-75.4.0.20241115.ebuild
 create mode 100644 dev-python/uv/uv-0.5.2.ebuild
 create mode 100644 sys-devel/gcc/gcc-12.4.1_p20241114.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