summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 2024-03-08 06:21:11 UTCRepository mirror & CI2024-03-085827-5923/+6110
|
* Merge updates from masterRepository mirror & CI2024-03-0849-432/+1019
|\
| * app-misc/fastfetch: add 2.8.8, drop 2.8.7Viorel Munteanu2024-03-082-1/+1
| | | | | | | | Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
| * dev-python/pyqtgraph: Bump to 0.13.4Michał Górny2024-03-082-0/+74
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/shtab: Bump to 1.7.1Michał Górny2024-03-082-0/+29
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/aws-sam-translator: Bump to 1.86.0Michał Górny2024-03-082-0/+63
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/pytest-timeout: Bump to 2.3.1Michał Górny2024-03-082-0/+50
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/pytest-subtests: Bump to 0.12.1Michał Górny2024-03-082-0/+41
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/flatbuffers: Bump to 24.3.7Michał Górny2024-03-082-0/+40
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-libs/flatbuffers: Bump to 24.3.7Michał Górny2024-03-082-0/+34
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/stripe: Bump to 8.6.0Michał Górny2024-03-082-0/+82
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/pyglet: Bump to 2.0.13Michał Górny2024-03-082-0/+80
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/types-docutils: Bump to 0.20.0.20240308Michał Górny2024-03-082-0/+18
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/types-setuptools: Bump to 69.1.0.20240308Michał Górny2024-03-082-0/+18
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * sci-mathematics/z3: Bump to 4.13.0Michał Górny2024-03-082-0/+120
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/argcomplete: Bump to 3.2.3Michał Górny2024-03-082-0/+44
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/trimesh: Bump to 4.1.8Michał Górny2024-03-082-0/+70
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/pooch: Remove oldMichał Górny2024-03-082-60/+0
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/selenium: Fix variable orderMichał Górny2024-03-081-1/+1
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * distutils-r1.eclass: wire up meson-python to meson.eclassEli Schwartz2024-03-081-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The meson-python build backend -- as the name suggests -- uses meson under the hood. We have a meson eclass which does lots of useful things pertinent to meson. Make sure it gets invoked, by prying out the options that meson_src_configure would use and setting passing them as our seed values for gpep517. [sam: Tweak '=' style.] [sam: Tweak mesonargs->MESONARGS for final version of e9189344b971f7ee0e2bec36650c57dbade4f122.] [sam: Update local variable list.] [mgorny: Add local variables for LTO filtering.] Signed-off-by: Eli Schwartz <eschwartz93@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/35554 Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * meson.eclass: move python_export_utf8_locale to meson_src_configureSam James2024-03-081-3/+3
| | | | | | | | | | | | | | | | We don't need it in setup_meson_src_configure as distutils-r1 uses it and it'll get called twice then. Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * python-utils-r1.eclass: Fix python_doheader install location with ROOTJames Le Cuirot2024-03-081-1/+1
| | | | | | | | | | | | | | | | | | | | python_get_includedir is prefixed with ESYSROOT, not EPREFIX, so we need to strip off the former, not the latter. This is currently only used for dev-python/pillow, which I have tested. Signed-off-by: James Le Cuirot <chewi@gentoo.org> Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * distutils-r1.eclass: Make vars local before calling filter-ltoMichał Górny2024-03-081-0/+4
| | | | | | | | | | | | | | Make LTO filtering local to the compilation code. This avoids disabling LTO for non-Python parts of an ebuild. Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * distutils-r1.eclass: Move filter-lto into DISTUTILS_EXT blockMichał Górny2024-03-081-6/+6
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * distutils-r1.eclass: Limit DISTUTILS_EXT logic to compile & testMichał Górny2024-03-081-1/+7
| | | | | | | | | | | | | | | | | | | | | | Perform the environment modifications specific to DISTUTILS_EXT to python_compile and python_test phases. These are the only phases where we expect extension builds to be called. This allows us to limit the scope of localized CPPFLAGS, as we both want to avoid leaking changes to non-Python parts of the build and let ebuilds to manipulate flags at their leisure, particularly prior to python_compile. Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * distutils-r1.eclass: Remove -Werror... hack (now in cython)Michał Górny2024-03-081-5/+0
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * app-admin/awscli: Bump to 1.32.58Michał Górny2024-03-082-0/+91
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/boto3: Bump to 1.34.58Michał Górny2024-03-082-0/+59
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/botocore: Bump to 1.34.58Michał Górny2024-03-082-0/+68
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/tavern: Remove oldMichał Górny2024-03-082-66/+0
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/selenium: Remove oldMichał Górny2024-03-083-132/+0
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
| * dev-python/pymongo: Remove oldMichał Górny2024-03-082-155/+0
| | | | | | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* | 2024-03-08 04:34:06 UTCRepository mirror & CI2024-03-088-15/+15
| |
* | Merge updates from masterRepository mirror & CI2024-03-087-7/+9
|\|
| * app-admin/ansible-core: switch to pep517 based eclass pathMatthew Thode2024-03-075-5/+5
| | | | | | | | | | | | Closes: https://bugs.gentoo.org/909858 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
| * app-shells/powerline: add pep517Matthew Thode2024-03-072-2/+4
| | | | | | | | | | | | Closes: https://bugs.gentoo.org/909895 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* | 2024-03-08 04:19:00 UTCRepository mirror & CI2024-03-086-12/+12
| |
* | Merge updates from masterRepository mirror & CI2024-03-085-5/+9
|\|
| * dev-util/gertty: fix pep517 not being definedMatthew Thode2024-03-072-1/+3
| | | | | | | | | | | | https://bugs.gentoo.org/909979 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
| * net-misc/pulseaudio-dlna: update pep517Matthew Thode2024-03-072-2/+4
| | | | | | | | | | | | closes: https://bugs.gentoo.org/910010 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
| * app-emulation/glean: switch to pep517Matthew Thode2024-03-071-2/+2
| | | | | | | | | | | | Closes: https://bugs.gentoo.org/909875 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* | 2024-03-08 03:34:07 UTCRepository mirror & CI2024-03-083-2/+17
| |
* | Merge updates from masterRepository mirror & CI2024-03-082-0/+149
|\|
| * app-containers/podman: add 5.0.0_rc5Rahil Bhimjiani2024-03-072-0/+149
| | | | | | | | | | | | Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Closes: https://github.com/gentoo/gentoo/pull/35663 Signed-off-by: Zac Medico <zmedico@gentoo.org>
* | 2024-03-08 03:19:03 UTCRepository mirror & CI2024-03-083-2/+12
| |
* | Merge updates from masterRepository mirror & CI2024-03-082-0/+32
|\|
| * dev-util/shellcheck-bin: add 0.10.0Ionen Wolkens2024-03-072-0/+32
| | | | | | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* | 2024-03-08 02:49:07 UTCRepository mirror & CI2024-03-084-4/+20
| |
* | Merge updates from masterRepository mirror & CI2024-03-083-5/+125
|\|
| * app-containers/buildah: add 1.35.0Rahil Bhimjiani2024-03-073-5/+125
| | | | | | | | | | | | | | | | 1. Remove USE doc and install few KBs of docs unconditionally Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Closes: https://github.com/gentoo/gentoo/pull/35655 Signed-off-by: Zac Medico <zmedico@gentoo.org>