summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2023-11-07 05:37:47 UTCRepository mirror & CI2023-11-076095-6117/+6149
|
* Merge updates from masterRepository mirror & CI2023-11-0714-85/+278
|\
| * dev-python/pylatex: Remove oldMichał Górny2023-11-072-60/+0
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * app-admin/awscli: Bump to 1.29.79Michał Górny2023-11-072-0/+87
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/boto3: Bump to 1.28.79Michał Górny2023-11-072-0/+68
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/botocore: Bump to 1.31.79Michał Górny2023-11-072-0/+69
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/numpy: Switch to EPYTEST_XDISTMichał Górny2023-11-071-3/+3
| | | | | | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/33667 Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/pyrate-limiter: Use EPYTEST_XDISTMichał Górny2023-11-071-6/+2
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * distutils-r1.eclass: Add pytest-xdist dep if EPYTEST_XDIST is setMichał Górny2023-11-072-1/+6
| | | | | | | | | | | | | | Make `distutils_enable_tests pytest` automatically add the `dev-python/pytest-xdist` dependency if `EPYTEST_XDIST` is set. Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-utils-r1.eclass: Add EPYTEST_XDIST for epytestMichał Górny2023-11-071-0/+29
| | | | | | | | | | | | | | | | | | Add an `EPYTEST_XDIST` variable that can be used to enable running the test suite in parallel via the dev-python/pytest-xdist plugin. This also includes user-facing `EPYTEST_JOBS` to control the job count independently of `MAKEOPTS`. Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * distutils-r1.eclass: Refactor d_e_t to permit multiple test packagesMichał Górny2023-11-071-6/+6
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * distutils-r1.eclass: Refactor `d_e_t unittest` (NFC)Michał Górny2023-11-071-9/+8
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * app-misc/fastfetch: drop 2.2.1Viorel Munteanu2023-11-072-109/+0
| | | | | | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
| * app-misc/fastfetch: add 2.2.2Viorel Munteanu2023-11-072-0/+109
| | | | | | | | | | Closes: https://bugs.gentoo.org/916722 Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
* | 2023-11-07 02:47:01 UTCRepository mirror & CI2023-11-073-4/+4
| |
* | Merge updates from masterRepository mirror & CI2023-11-072-3/+3
|\|
| * x11-drivers/nvidia-drivers: add 535.43.16:0/vulkan, drop 535.43.15Ionen Wolkens2023-11-062-3/+3
| | | | | | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* | 2023-11-07 02:31:58 UTCRepository mirror & CI2023-11-073-2/+16
| |
* | Merge updates from masterRepository mirror & CI2023-11-072-0/+57
|\|
| * net-libs/zeromq: add 4.3.5Michael Orlitzky2023-11-062-0/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Miscellaneous changes: * Update to EAPI=8 * Drop obsolete USE=pgm flag * Use --disable-Werror instead of sed'ing configure.ac * New MPL-2.0 license (from their NEWS file) * Improve DESCRIPTION Bug: https://bugs.gentoo.org/806821 Closes: https://bugs.gentoo.org/805566 Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
* | 2023-11-07 01:47:00 UTCRepository mirror & CI2023-11-073-4/+4
| |
* | Merge updates from masterRepository mirror & CI2023-11-072-2/+1
|\|
| * net-im/discord: add 0.0.34, drop 0.0.33Alfred Wingate2023-11-062-2/+1
| | | | | | | | | | | | | | | | | | * Drop unused CHROMIUM_VERSION. Added in 8f6f69f, use removed in 956ec30. Signed-off-by: Alfred Wingate <parona@protonmail.com> Closes: https://github.com/gentoo/gentoo/pull/33701 Closes: https://bugs.gentoo.org/916979 Signed-off-by: Nick Sarnie <sarnex@gentoo.org>
* | 2023-11-07 01:02:03 UTCRepository mirror & CI2023-11-073-6/+7
| |
* | Merge updates from masterRepository mirror & CI2023-11-071-8/+7
|\|
| * app-editors/helix: Added dev-vcs/git as BDEP and RDEP, minor optsJonas Frei2023-11-061-8/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The reason is that the build will fail if 'git' is not found at build time. Also, the users can fetch/build the grammars at runtime and needs the 'git' binary for this feature. Minor optimizations: The 'shell-completion' eclass is now used. Also, a typo was fixed in 'pkg_postinst'. Closes: https://bugs.gentoo.org/916375 Signed-off-by: Jonas Frei <freijon@pm.me> Closes: https://github.com/gentoo/gentoo/pull/33586 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* | 2023-11-07 00:32:05 UTCRepository mirror & CI2023-11-076-66/+2
| |
* | Merge updates from masterRepository mirror & CI2023-11-075-195/+0
|\|
| * sys-fs/unionfs-fuse: Drop oldSebastian Pipping2023-11-075-195/+0
| | | | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* | 2023-11-07 00:16:58 UTCRepository mirror & CI2023-11-075-4/+54
| |
* | Merge updates from masterRepository mirror & CI2023-11-073-0/+112
|\|
| * dev-vcs/git-delete-merged-branches: Python 3.12Sebastian Pipping2023-11-071-0/+43
| | | | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
| * dev-vcs/git-big-picture: Python 3.12Sebastian Pipping2023-11-071-0/+41
| | | | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
| * dev-util/ydiff: Python 3.12Sebastian Pipping2023-11-071-0/+28
| | | | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* | 2023-11-07 00:02:08 UTCRepository mirror & CI2023-11-074-2/+18
| |
* | Merge updates from masterRepository mirror & CI2023-11-072-0/+28
|\|
| * dev-util/gprof2dot: Python 3.12Sebastian Pipping2023-11-071-0/+20
| | | | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
| * dev-libs/uriparser: Address QA warning UseFlagWithoutDepsSebastian Pipping2023-11-071-0/+8
| | | | | | | | Signed-off-by: Sebastian Pipping <sping@gentoo.org>
* | 2023-11-06 23:46:58 UTCRepository mirror & CI2023-11-063-2/+15
| |
* | Merge updates from masterRepository mirror & CI2023-11-062-0/+148
|\|
| * app-misc/jaq: add 1.1.2Patrick McLean2023-11-062-0/+148
| | | | | | | | Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
* | 2023-11-06 21:46:59 UTCRepository mirror & CI2023-11-064-4/+22
| |
* | Merge updates from masterRepository mirror & CI2023-11-063-1/+240
|\|
| * sys-apps/portage: add 3.0.55Sam James2023-11-062-0/+239
| | | | | | | | | | | | | | | | | | | | Closes: https://bugs.gentoo.org/916256 Closes: https://bugs.gentoo.org/915842 Closes: https://bugs.gentoo.org/916247 Closes: https://bugs.gentoo.org/916336 Closes: https://bugs.gentoo.org/916601 Closes: https://bugs.gentoo.org/916614 Signed-off-by: Sam James <sam@gentoo.org>
| * dev-python/pylatex: Stabilize 1.4.2 ALLARCHES, #916972Sam James2023-11-061-1/+1
| | | | | | | | Signed-off-by: Sam James <sam@gentoo.org>
* | 2023-11-06 21:02:04 UTCRepository mirror & CI2023-11-063-5/+5
| |
* | Merge updates from masterRepository mirror & CI2023-11-062-2/+2
|\|
| * dev-ruby/irb-1.8.3: marked ~x64-solarisFabian Groffen2023-11-061-1/+1
| | | | | | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
| * dev-ruby/reline-0.3.9: marked ~x64-solarisFabian Groffen2023-11-061-1/+1
| | | | | | | | Signed-off-by: Fabian Groffen <grobian@gentoo.org>
* | 2023-11-06 20:32:03 UTCRepository mirror & CI2023-11-063-2/+17
| |