summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-arcade/funnyboat: enable py3.11Ionen Wolkens2023-01-171-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/pgzero: enable py3.11, use pep517Ionen Wolkens2023-01-172-4/+4
| | | | | | | Tests pass, just enabled 3.11 on pygame so drive-by enabling here too. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/pygame: enable py3.11, cythonize, adjust depsIonen Wolkens2023-01-172-0/+131
| | | | | | | | | | | | | | | | | | | | | For 3.11, meant to wait for next release that was supposed to happen "soon" and have 3.11 fixes but that was about 3 months ago and it's blocking adding 3.11 to other packages. Tests pass on amd64 and tried a few games, afaik only real issue was that it lacked cythonize which should be done regardless of a new release. wrt deps: * add missing [webp] to test deps (used for 1 test) * replace deprecated virtual/jpeg * drop unused smpeg2 (no reference to smpeg in the source I can see) * drop ancient version checks Revbump to ~arch as a precaution, albeit unlikely cythonize is going to cause any trouble. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/pygame: backport test fix for >=libsdl2-2.26.0Ionen Wolkens2023-01-172-0/+21
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* dev-python/pikepdf: Remove setuptools_scm_git_archive depMichał Górny2023-01-173-3/+0
| | | | | Closes: https://bugs.gentoo.org/891159 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/matplotlib: Remove setuptools_scm_git_archive depMichał Górny2023-01-173-3/+0
| | | | | Closes: https://bugs.gentoo.org/891157 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* xfce-extra/xfce4-datetime-plugin: Bump to 0.8.3Michał Górny2023-01-172-0/+34
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/openapi-spec-validator: Bump to 0.5.2Michał Górny2023-01-172-0/+57
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/tavern: Bump to 2.0.1Michał Górny2023-01-172-0/+51
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/ipykernel: Bump to 6.20.2Michał Górny2023-01-172-0/+76
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/nbconvert: Bump to 7.2.8Michał Górny2023-01-172-0/+96
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/jsonref: Bump to 1.1.0Michał Górny2023-01-172-0/+30
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/caldav: Bump to 1.0.1Michał Górny2023-01-172-0/+52
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/dulwich: Bump to 0.21.0Michał Górny2023-01-172-0/+56
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/sphinx-autodoc-typehints: Bump to 1.21.1Michał Górny2023-01-172-0/+45
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/trimesh: Bump to 3.18.1Michał Górny2023-01-172-0/+78
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/markups: Bump to 4.0.0Michał Górny2023-01-172-0/+41
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/tox: Bump to 4.3.3Michał Górny2023-01-172-0/+87
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/tox: Remove oldMichał Górny2023-01-174-261/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/psycopg: Bump to 3.1.8Michał Górny2023-01-172-0/+79
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/Nuitka: Bump to 1.3.8Michał Górny2023-01-172-0/+55
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/Nuitka: Remove oldMichał Górny2023-01-174-165/+0
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* dev-python/rope: Bump to 1.7.0Michał Górny2023-01-172-0/+41
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* www-client/firefox-bin: drop 108.0.2Joonas Niilola2023-01-172-475/+0
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* www-client/firefox-bin: add 109.0Joonas Niilola2023-01-172-0/+475
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* media-libs/sdl2-mixer: actually enable ogg/flac in 2.6.2Ionen Wolkens2023-01-161-5/+8
| | | | | | | | | | | | | | | | | ebuild does --enable-music-ogg/flac and then disables it: $(use_enable vorbis music-ogg) --disable-music-ogg $(use_enable flac music-flac) --disable-music-flac Formerly these were for ogg-shared (used to link with rather than dlopen) but the options were renamed and mis-adjusted. Haven't looked in-depth at this package but at least try to ensure libvorbis/flac get used. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* mail-filter/rspamd: Stabilize 3.4-r2 amd64, #891111Joonas Niilola2023-01-171-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-filter/rspamd: Stabilize 3.4-r2 x86, #891111Joonas Niilola2023-01-171-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* mail-filter/rspamd: add missing perl BDEPENDJoonas Niilola2023-01-172-1/+3
| | | | | | | CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message): Could NOT find Perl (missing: PERL_EXECUTABLE) Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* net-fs/ksmbd-tools: add 3.4.6Georgy Yakovlev2023-01-164-0/+112
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* sys-process/numad: revbump 0.5_p20180531, add more patchesGeorgy Yakovlev2023-01-162-0/+41
| | | | Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* net-misc/r8152: Stabilize 2.16.3 amd64, #891015Joonas Niilola2023-01-171-2/+2
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* dev-perl/X11-XCB: backport build fixesSam James2023-01-172-0/+100
| | | | | | Closes: https://bugs.gentoo.org/890178 Thanks-to: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/s6-networking: move myself as the first maintainerPetr Vaněk2023-01-171-4/+4
| | | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/29136 Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/s6-dns: move myself as the first maintainerPetr Vaněk2023-01-171-4/+4
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/s6-linux-init: move myself as the first maintainerPetr Vaněk2023-01-171-4/+4
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/s6-portable-utils: move myself as the first maintainerPetr Vaněk2023-01-171-4/+4
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/s6-linux-utils: move myself as the first maintainerPetr Vaněk2023-01-171-4/+4
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/s6-rc: move myself as the first maintainerPetr Vaněk2023-01-171-4/+4
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/s6: move myself as the first maintainerPetr Vaněk2023-01-171-4/+4
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* dev-lang/execline: move myself as the first maintainerPetr Vaněk2023-01-171-4/+4
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* dev-libs/skalibs: move myself as the first maintainerPetr Vaněk2023-01-171-4/+4
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* net-misc/s6-networking: add 2.5.1.2Petr Vaněk2023-01-172-0/+57
| | | | | | | | | The --disable-static needs to be explicitly specified in configuration phase otherwise static libraries are created. Fixes: 5687d4da75fd ("net-misc/s6-networking: drop IUSE="static static-libs"") Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* net-dns/s6-dns: add 2.3.5.5Petr Vaněk2023-01-172-0/+48
| | | | | | | | | The --disable-static needs to be explicitly specified in configuration phase otherwise static libraries are created. Fixes: d173f866c22b ("net-dns/s6-dns: drop IUSE="static static-libs"") Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/s6-linux-init: add 1.0.8.1Petr Vaněk2023-01-172-0/+74
| | | | | | | | | | The --disable-static needs to be explicitly specified in configuration phase otherwise static libraries are created. Fixes: 5215a1214162 ("sys-apps/s6-linux-init: drop IUSE="static static-libs"") Bug: https://bugs.gentoo.org/890877 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/s6-portable-utils: add 2.2.5.1Petr Vaněk2023-01-172-0/+47
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/s6-linux-utils: add 2.6.0.1Petr Vaněk2023-01-172-0/+47
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/s6-rc: add 0.5.3.3Petr Vaněk2023-01-172-0/+53
| | | | | | | | | | The --disabled-static needs to be explicitly specified in configuration phase otherwise static libraries are created. Fixes: ab67779a229a ("sys-apps/s6-rc: drop IUSE="static static-libs"") Bug: https://bugs.gentoo.org/890879 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/s6: add 2.11.2.0Petr Vaněk2023-01-172-0/+53
| | | | | | | | | | The --disable-static needs to be explicitly specified in configuration phase otherwise static libraries are created. Fixes: 01de0621eb30 ("sys-apps/s6: drop IUSE="static static-libs"") Bug: https://bugs.gentoo.org/890875 Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>
* sys-apps/s6: limit dependency due to an API changePetr Vaněk2023-01-171-2/+2
| | | | | Signed-off-by: Petr Vaněk <arkamar@atlas.cz> Signed-off-by: Sam James <sam@gentoo.org>