[gentoo-commits] repo/gentoo:master commit in: dev-libs/libunibreak/

2023-05-08 Thread Andrey Grozin
commit: dc39d75484798088034a3904446b05e1c28ba91e
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue May  9 05:57:28 2023 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue May  9 05:57:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc39d754

dev-libs/libunibreak: bump to 5.1

Signed-off-by: Andrey Grozin  gentoo.org>

 dev-libs/libunibreak/Manifest   |  1 +
 dev-libs/libunibreak/libunibreak-5.1.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/dev-libs/libunibreak/Manifest b/dev-libs/libunibreak/Manifest
index 1131c417eabd..6d9ac523642c 100644
--- a/dev-libs/libunibreak/Manifest
+++ b/dev-libs/libunibreak/Manifest
@@ -1,2 +1,3 @@
 DIST libunibreak-4.3.tar.gz 639886 BLAKE2B 
ec044b659f1a837b4e6627067b96a6f19ee8302602d635e1e32aab9533486b5cd063aa99114c6443ede9d76d3f382d7492eac8b52b84a4baa2ccd9c2129e79d8
 SHA512 
4b53fd169912033403b6ca09047b7b928211fab3607ef26070ab731054138b9a291f7d138d3a479f9cde8edb0fabf8da114da68aee32e60cddf45cc3baae1170
 DIST libunibreak-5.0.tar.gz 664105 BLAKE2B 
4755f77da7aeece8e43f121e35124f85afa31740394cecc1a192d0b284d8d683765a6a38898f5ffd8a567e2d65a086fdc25a816a77337f242df7be5c14ae6e98
 SHA512 
33ce584208fea1f2f22dcc49592a467b0fdc04a8b9ed80c97d7ce2058e8d6c919b4a173c9ec3ca38411ffa497d95d2abe207dfc09866f9fcba125867015cf9fb
+DIST libunibreak-5.1.tar.gz 658914 BLAKE2B 
005cd37102f4f55616ef0f2273bcb546331f67156c24a003bbb101dc0db091bcb514bffb7cc879f809f6cc71a61674fb722d711d50e55dd8074b01d2d6774d18
 SHA512 
c7762c0a5212a69de69fde7dcb3281e0d642a27da881337a6b0f71fac84fd097940dc92059d3daaf91dd21ae8b77d835432da058371958d0eb15af30077e2fba

diff --git a/dev-libs/libunibreak/libunibreak-5.1.ebuild 
b/dev-libs/libunibreak/libunibreak-5.1.ebuild
new file mode 100644
index ..ee39d6ae81d0
--- /dev/null
+++ b/dev-libs/libunibreak/libunibreak-5.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Line and word breaking library"
+HOMEPAGE="http://vimgadgets.sourceforge.net/libunibreak/;
+SRC_URI="https://github.com/adah1972/${PN}/releases/download/${PN}_$(ver_rs 1- 
'_')/${P}.tar.gz"
+
+LICENSE="ZLIB"
+SLOT="0/5"
+KEYWORDS="~amd64 ~arm ~ppc ~x86"
+IUSE="doc +man static-libs"
+
+# Tests require internet access to www.unicode.org
+RESTRICT="test"
+
+BDEPEND="man? ( app-doc/doxygen )"
+
+src_prepare() {
+   if use man; then
+   echo 'GENERATE_MAN=YES' >> Doxyfile || die
+   echo 'GENERATE_HTML=NO' >> Doxyfile || die
+   fi
+   default
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_compile() {
+   default
+   if use man; then
+   doxygen || die 'doxygen failed'
+   pushd "${S}"/doc/man > /dev/null
+   mv man3 x || die
+   mkdir man3 || die
+   for h in graphemebreak linebreak linebreakdef unibreakbase 
unibreakdef wordbreak; do
+   mv x/${h}.h.3 man3/ || die "man ${h} not found"
+   done
+   rm -rf x || die
+   popd > /dev/null
+   fi
+}
+
+src_install() {
+   use doc && HTML_DOCS=( doc/html/. )
+   default
+   find "${D}" -name '*.la' -delete || die
+   if use man; then
+   doman doc/man/man3/*.3
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpxsee/

2023-05-08 Thread Andrey Grozin
commit: 45f87117672ff889fb1626323c0b2798d7175ae8
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue May  9 05:55:10 2023 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue May  9 05:55:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45f87117

sci-geosciences/gpxsee: remove old version

Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/gpxsee/Manifest   |  1 -
 sci-geosciences/gpxsee/gpxsee-12.4.ebuild | 59 ---
 2 files changed, 60 deletions(-)

diff --git a/sci-geosciences/gpxsee/Manifest b/sci-geosciences/gpxsee/Manifest
index a888d0805342..001e5f6ee91b 100644
--- a/sci-geosciences/gpxsee/Manifest
+++ b/sci-geosciences/gpxsee/Manifest
@@ -1,4 +1,3 @@
 DIST gpxsee-11.11.tar.gz 5481954 BLAKE2B 
a562b963c08cd7ffbd2a5e33c984365aad5c48d9dfa7e05ab0e53bc89ec434bd4412a8b220408372f2aaba5c36a27cec596102a5beb308334eee88795dcabd73
 SHA512 
060599f018b2058e916e4d850656e2d2247fe2dae923590438015ebf816a18446fcc737b7206bfcef945fa61187a5f7aaf19612ac1466cfeb5ffb3b7b70a9620
-DIST gpxsee-12.4.tar.gz 5485951 BLAKE2B 
524d3a6deb806f537dbb5393384dc57112a853bb3af1a91b8d7d6a95c6942393ef0b34bfe3f730fbe266710188cd7c06f924ba0155428e6818a64a4e65cc92ac
 SHA512 
45c4dd36b39ab7b0d7f62057988ab114dcf75b80273fa3796766f9246dc6ed41b3dd0a24fc921f0025613724d138ad5f29fc8322dee23627fad55f648340ff3c
 DIST gpxsee-13.0.tar.gz 5494687 BLAKE2B 
819d60204d491443d68c83f1c3849cf9accec00e357c03723ba9e86db2d79aca9d03fb142e23bd596840e05705a76b340dd036bb3cf4d06c57a53d83b28f
 SHA512 
7d2dc37d52d6f63dc1377e52b6653d95207ea176c2564c613e01375a506b8fa9fa22ed5e2f506a607cf24b164758353cd404f9f86d64b51e4601efa744fe9632
 DIST gpxsee-13.1.tar.gz 5494923 BLAKE2B 
a97e8a536884aa23da0e2d387fc0ee0761a351ca45b519680ac299ca4fa09c21fa6cc2e1a06025537eeb279a0a5c59c1c2ab855d359ada13ee715c21a9938b4d
 SHA512 
e88eca2fbde087572f76379a8382ed4fcdc7567a41b841c30a7d421a079474cf1858e9b0e8c81d88074915ed7e8492dce4b2381ffc56bf46675d674ccba82763

diff --git a/sci-geosciences/gpxsee/gpxsee-12.4.ebuild 
b/sci-geosciences/gpxsee/gpxsee-12.4.ebuild
deleted file mode 100644
index d3040a4c8b15..
--- a/sci-geosciences/gpxsee/gpxsee-12.4.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PLOCALES="ca cs da de en eo es fi fr hu it ko nb pl pt_BR ru sv tr uk zh"
-inherit plocale qmake-utils xdg
-
-MY_PN="GPXSee"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="A viewer and analyzer that supports gpx, tcx, kml, fit, igc and 
nmea files"
-HOMEPAGE="https://www.gpxsee.org/;
-SRC_URI="https://github.com/tumic0/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-
-RDEPEND="
-   dev-qt/qtconcurrent:5
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtnetwork:5
-   dev-qt/qtpositioning:5
-   dev-qt/qtprintsupport:5
-   dev-qt/qtserialport:5
-   dev-qt/qtsql:5
-   dev-qt/qtsvg:5
-   dev-qt/qtwidgets:5
-"
-DEPEND="${RDEPEND}"
-BDEPEND="dev-qt/linguist-tools:5"
-
-PATCHES=( "${FILESDIR}"/${PN}-7.33.patch )
-
-src_prepare() {
-   default
-
-   plocale_find_changes lang "${PN}_" '.ts'
-
-   rm_ts() {
-   sed -e "s|lang/gpxsee_${1}.ts||" -i gpxsee.pro
-   }
-
-   plocale_for_each_disabled_locale rm_ts
-}
-
-src_compile() {
-   $(qt5_get_bindir)/lrelease gpxsee.pro || die "lrelease failed"
-   eqmake5 gpxsee.pro
-   emake
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install
-   dodoc README.md
-}



[gentoo-commits] repo/gentoo:master commit in: dev-db/apgdiff/

2023-05-08 Thread Miroslav Šulc
commit: b54cc63bd1201872894f8d0c696f37ee718b89b1
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Mon May  8 06:39:14 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue May  9 05:54:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54cc63b

dev-db/apgdiff: update upstream metadata

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/30928
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-db/apgdiff/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/apgdiff/metadata.xml b/dev-db/apgdiff/metadata.xml
index 403757d2e151..1f8114f046d4 100644
--- a/dev-db/apgdiff/metadata.xml
+++ b/dev-db/apgdiff/metadata.xml
@@ -5,6 +5,6 @@
 j...@gentoo.org
   
   
-apgdiff
+fordfrog/apgdiff
   
 



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gpxsee/

2023-05-08 Thread Andrey Grozin
commit: 651ade5c63358048dc17647ef4e9b1f1068aae36
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue May  9 05:53:30 2023 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue May  9 05:53:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651ade5c

sci-geosciences/gpxsee: bump to 13.1

Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/gpxsee/Manifest   |  1 +
 sci-geosciences/gpxsee/gpxsee-13.1.ebuild | 59 +++
 2 files changed, 60 insertions(+)

diff --git a/sci-geosciences/gpxsee/Manifest b/sci-geosciences/gpxsee/Manifest
index 00add71009b9..a888d0805342 100644
--- a/sci-geosciences/gpxsee/Manifest
+++ b/sci-geosciences/gpxsee/Manifest
@@ -1,3 +1,4 @@
 DIST gpxsee-11.11.tar.gz 5481954 BLAKE2B 
a562b963c08cd7ffbd2a5e33c984365aad5c48d9dfa7e05ab0e53bc89ec434bd4412a8b220408372f2aaba5c36a27cec596102a5beb308334eee88795dcabd73
 SHA512 
060599f018b2058e916e4d850656e2d2247fe2dae923590438015ebf816a18446fcc737b7206bfcef945fa61187a5f7aaf19612ac1466cfeb5ffb3b7b70a9620
 DIST gpxsee-12.4.tar.gz 5485951 BLAKE2B 
524d3a6deb806f537dbb5393384dc57112a853bb3af1a91b8d7d6a95c6942393ef0b34bfe3f730fbe266710188cd7c06f924ba0155428e6818a64a4e65cc92ac
 SHA512 
45c4dd36b39ab7b0d7f62057988ab114dcf75b80273fa3796766f9246dc6ed41b3dd0a24fc921f0025613724d138ad5f29fc8322dee23627fad55f648340ff3c
 DIST gpxsee-13.0.tar.gz 5494687 BLAKE2B 
819d60204d491443d68c83f1c3849cf9accec00e357c03723ba9e86db2d79aca9d03fb142e23bd596840e05705a76b340dd036bb3cf4d06c57a53d83b28f
 SHA512 
7d2dc37d52d6f63dc1377e52b6653d95207ea176c2564c613e01375a506b8fa9fa22ed5e2f506a607cf24b164758353cd404f9f86d64b51e4601efa744fe9632
+DIST gpxsee-13.1.tar.gz 5494923 BLAKE2B 
a97e8a536884aa23da0e2d387fc0ee0761a351ca45b519680ac299ca4fa09c21fa6cc2e1a06025537eeb279a0a5c59c1c2ab855d359ada13ee715c21a9938b4d
 SHA512 
e88eca2fbde087572f76379a8382ed4fcdc7567a41b841c30a7d421a079474cf1858e9b0e8c81d88074915ed7e8492dce4b2381ffc56bf46675d674ccba82763

diff --git a/sci-geosciences/gpxsee/gpxsee-13.1.ebuild 
b/sci-geosciences/gpxsee/gpxsee-13.1.ebuild
new file mode 100644
index ..d3040a4c8b15
--- /dev/null
+++ b/sci-geosciences/gpxsee/gpxsee-13.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PLOCALES="ca cs da de en eo es fi fr hu it ko nb pl pt_BR ru sv tr uk zh"
+inherit plocale qmake-utils xdg
+
+MY_PN="GPXSee"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="A viewer and analyzer that supports gpx, tcx, kml, fit, igc and 
nmea files"
+HOMEPAGE="https://www.gpxsee.org/;
+SRC_URI="https://github.com/tumic0/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   dev-qt/qtconcurrent:5
+   dev-qt/qtcore:5
+   dev-qt/qtgui:5
+   dev-qt/qtnetwork:5
+   dev-qt/qtpositioning:5
+   dev-qt/qtprintsupport:5
+   dev-qt/qtserialport:5
+   dev-qt/qtsql:5
+   dev-qt/qtsvg:5
+   dev-qt/qtwidgets:5
+"
+DEPEND="${RDEPEND}"
+BDEPEND="dev-qt/linguist-tools:5"
+
+PATCHES=( "${FILESDIR}"/${PN}-7.33.patch )
+
+src_prepare() {
+   default
+
+   plocale_find_changes lang "${PN}_" '.ts'
+
+   rm_ts() {
+   sed -e "s|lang/gpxsee_${1}.ts||" -i gpxsee.pro
+   }
+
+   plocale_for_each_disabled_locale rm_ts
+}
+
+src_compile() {
+   $(qt5_get_bindir)/lrelease gpxsee.pro || die "lrelease failed"
+   eqmake5 gpxsee.pro
+   emake
+}
+
+src_install() {
+   emake INSTALL_ROOT="${D}" install
+   dodoc README.md
+}



[gentoo-commits] repo/gentoo:master commit in: media-sound/audacious/

2023-05-08 Thread Arthur Zamarin
commit: 374ddeadb398a5cff8fcefe3cf0412fd5b5d880a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 05:52:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 05:52:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=374ddead

media-sound/audacious: Stabilize 4.3 x86, #905915

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-sound/audacious/audacious-4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/audacious/audacious-4.3.ebuild 
b/media-sound/audacious/audacious-4.3.ebuild
index 9ef21df24fad..ee999ce83200 100644
--- a/media-sound/audacious/audacious-4.3.ebuild
+++ b/media-sound/audacious/audacious-4.3.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://audacious-media-player.org/;
 SRC_URI="https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2;
 SRC_URI+=" mirror://gentoo/gentoo_ice-xmms-0.2.tar.bz2"
 
-KEYWORDS="amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 LICENSE="BSD-2"
 SLOT="0"
 IUSE="nls"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/audacious-plugins/

2023-05-08 Thread Arthur Zamarin
commit: db70afc0a2b65141a1e5091a025e4188942ea9fb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 05:52:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 05:52:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db70afc0

media-plugins/audacious-plugins: Stabilize 4.3 x86, #905915

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-plugins/audacious-plugins/audacious-plugins-4.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/audacious-plugins/audacious-plugins-4.3.ebuild 
b/media-plugins/audacious-plugins/audacious-plugins-4.3.ebuild
index 843214a3b07b..adb4db8b43e7 100644
--- a/media-plugins/audacious-plugins/audacious-plugins-4.3.ebuild
+++ b/media-plugins/audacious-plugins/audacious-plugins-4.3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Lightweight and versatile audio player"
 HOMEPAGE="https://audacious-media-player.org/;
 SRC_URI="https://distfiles.audacious-media-player.org/${MY_P}.tar.bz2;
 
-KEYWORDS="amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 LICENSE="GPL-2"
 SLOT="0"
 IUSE="



[gentoo-commits] repo/gentoo:master commit in: app-emulation/qemu/

2023-05-08 Thread Arthur Zamarin
commit: 5905bb199472db421d8972a2fbbac42d0e28e77e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 05:52:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 05:52:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5905bb19

app-emulation/qemu: Stabilize 7.2.0-r3 x86, #905866

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emulation/qemu/qemu-7.2.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/qemu/qemu-7.2.0-r3.ebuild 
b/app-emulation/qemu/qemu-7.2.0-r3.ebuild
index 39afad4b1b90..d4f099114765 100644
--- a/app-emulation/qemu/qemu-7.2.0-r3.ebuild
+++ b/app-emulation/qemu/qemu-7.2.0-r3.ebuild
@@ -41,7 +41,7 @@ else
fi
 
S="${WORKDIR}/${MY_P}"
-   [[ "${PV}" != *_rc* ]] && KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc 
~ppc64 ~riscv ~x86"
+   [[ "${PV}" != *_rc* ]] && KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc 
~ppc64 ~riscv x86"
 fi
 
 DESCRIPTION="QEMU + Kernel-based Virtual Machine userland tools"



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Type-Tiny/

2023-05-08 Thread Arthur Zamarin
commit: e51b5359d7f3cb157e621693586daba0201a88c8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 05:52:24 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 05:52:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e51b5359

dev-perl/Type-Tiny: Stabilize 2.2.1-r1 x86, #902689

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-perl/Type-Tiny/Type-Tiny-2.2.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Type-Tiny/Type-Tiny-2.2.1-r1.ebuild 
b/dev-perl/Type-Tiny/Type-Tiny-2.2.1-r1.ebuild
index d6358e169ef4..c7e77aaa3d45 100644
--- a/dev-perl/Type-Tiny/Type-Tiny-2.2.1-r1.ebuild
+++ b/dev-perl/Type-Tiny/Type-Tiny-2.2.1-r1.ebuild
@@ -11,7 +11,7 @@ inherit perl-module
 DESCRIPTION="tiny, yet Moo(se)-compatible type constraint"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~m68k ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
 IUSE="test minimal"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2023-05-08 Thread Arthur Zamarin
commit: f793fd517193705d3dc36c20b423ff50f509fa5b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 05:51:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 05:51:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f793fd51

dev-python/mypy: Stabilize 1.2.0 x86, #905977

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/mypy/mypy-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mypy/mypy-1.2.0.ebuild 
b/dev-python/mypy/mypy-1.2.0.ebuild
index ba0869f46b16..b359c891577e 100644
--- a/dev-python/mypy/mypy-1.2.0.ebuild
+++ b/dev-python/mypy/mypy-1.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 
 # stubgen collides with this package: https://bugs.gentoo.org/585594
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/

2023-05-08 Thread Arthur Zamarin
commit: 1adedf039980c8a4c567ce5aab4614d6c414c808
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 05:51:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 05:51:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1adedf03

app-emacs/dashboard: Stabilize 1.8.0_pre20230401 x86, #905968

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild 
b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
index 9d47e4086866..97b5b9c603a8 100644
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
@@ -24,7 +24,7 @@ else
-> ${P}.tar.gz"
S="${WORKDIR}"/emacs-${PN}-${PV}
fi
-   KEYWORDS="amd64 ~x86"
+   KEYWORDS="amd64 x86"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: dev-java/fop/

2023-05-08 Thread Arthur Zamarin
commit: 29ff19a472dc85279d3ae3311d39714de6c118f8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 05:51:24 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 05:51:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29ff19a4

dev-java/fop: Stabilize 2.8-r1 x86, #905857

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-java/fop/fop-2.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/fop/fop-2.8-r1.ebuild b/dev-java/fop/fop-2.8-r1.ebuild
index 56a5baa59c55..ddd660e61c1d 100644
--- a/dev-java/fop/fop-2.8-r1.ebuild
+++ b/dev-java/fop/fop-2.8-r1.ebuild
@@ -21,7 +21,7 @@ S="${WORKDIR}/fop-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="2.8"
-KEYWORDS="amd64 ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ppc64 x86"
 
 CP_DEPEND="
dev-java/batik:1.16



[gentoo-commits] repo/gentoo:master commit in: app-admin/mktwpol/

2023-05-08 Thread Arthur Zamarin
commit: 1b12e4a9351379ccd979047537488a7a90b869ec
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 05:51:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 05:51:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b12e4a9

app-admin/mktwpol: Stabilize 1.0.1-r1 amd64, #905979

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-admin/mktwpol/mktwpol-1.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/mktwpol/mktwpol-1.0.1-r1.ebuild 
b/app-admin/mktwpol/mktwpol-1.0.1-r1.ebuild
index bfb80548c48e..6c6ec9318d96 100644
--- a/app-admin/mktwpol/mktwpol-1.0.1-r1.ebuild
+++ b/app-admin/mktwpol/mktwpol-1.0.1-r1.ebuild
@@ -10,7 +10,7 @@ S=${WORKDIR}/${P}
 
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
 
 RDEPEND="app-admin/tripwire"
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/petrovich/

2023-05-08 Thread Arthur Zamarin
commit: 1e1cd288d0a6de262ec3ccbca2d983b9c0ee1972
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 05:51:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 05:51:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e1cd288

app-admin/petrovich: Stabilize 1.0.0-r2 amd64, #905981

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-admin/petrovich/petrovich-1.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/petrovich/petrovich-1.0.0-r2.ebuild 
b/app-admin/petrovich/petrovich-1.0.0-r2.ebuild
index 7b4f100d3925..e5279c0d8ed3 100644
--- a/app-admin/petrovich/petrovich-1.0.0-r2.ebuild
+++ b/app-admin/petrovich/petrovich-1.0.0-r2.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc sparc x86"
+KEYWORDS="amd64 ~ppc sparc x86"
 
 RDEPEND="virtual/perl-Digest-MD5"
 



[gentoo-commits] repo/gentoo:master commit in: app-admin/mktwpol/

2023-05-08 Thread Arthur Zamarin
commit: 43f42f3c216a41d82c74e5a8eda2898c0230992c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 05:51:29 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 05:51:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43f42f3c

app-admin/mktwpol: Stabilize 1.0.1-r1 x86, #905979

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-admin/mktwpol/mktwpol-1.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/mktwpol/mktwpol-1.0.1-r1.ebuild 
b/app-admin/mktwpol/mktwpol-1.0.1-r1.ebuild
index a4a15455f6d9..bfb80548c48e 100644
--- a/app-admin/mktwpol/mktwpol-1.0.1-r1.ebuild
+++ b/app-admin/mktwpol/mktwpol-1.0.1-r1.ebuild
@@ -10,7 +10,7 @@ S=${WORKDIR}/${P}
 
 LICENSE="CC-BY-SA-3.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
 
 RDEPEND="app-admin/tripwire"
 



[gentoo-commits] repo/gentoo:master commit in: app-forensics/aide/

2023-05-08 Thread Arthur Zamarin
commit: c40efbbf492e00525daad7ed8f20f400c45af885
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 05:51:30 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 05:51:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c40efbbf

app-forensics/aide: Stabilize 0.18.2 amd64, #905980

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-forensics/aide/aide-0.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-forensics/aide/aide-0.18.2.ebuild 
b/app-forensics/aide/aide-0.18.2.ebuild
index 7378603a57e9..37cc61ba2835 100644
--- a/app-forensics/aide/aide-0.18.2.ebuild
+++ b/app-forensics/aide/aide-0.18.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/aide/aide/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 ~x86"
 IUSE="acl audit curl e2fs mhash selinux xattr"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2023-05-08 Thread Arthur Zamarin
commit: ebc850b0a9a0aba0f8cc5747edb81c34d92e941a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 05:51:28 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 05:51:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebc850b0

dev-python/mypy: Stabilize 1.2.0 amd64, #905977

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/mypy/mypy-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mypy/mypy-1.2.0.ebuild 
b/dev-python/mypy/mypy-1.2.0.ebuild
index b359c891577e..40c43a4aa240 100644
--- a/dev-python/mypy/mypy-1.2.0.ebuild
+++ b/dev-python/mypy/mypy-1.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 
 # stubgen collides with this package: https://bugs.gentoo.org/585594
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-pymdownx-material-extras/

2023-05-08 Thread Arthur Zamarin
commit: 0f608abe46a7f54c1fd6768dafa22d68feca15dd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 05:51:26 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 05:51:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f608abe

dev-python/mkdocs-pymdownx-material-extras: Stabilize 2.4.3 ALLARCHES, #905975

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../mkdocs-pymdownx-material-extras-2.4.3.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/mkdocs-pymdownx-material-extras/mkdocs-pymdownx-material-extras-2.4.3.ebuild
 
b/dev-python/mkdocs-pymdownx-material-extras/mkdocs-pymdownx-material-extras-2.4.3.ebuild
index 99da9787208f..91d1bb2963b3 100644
--- 
a/dev-python/mkdocs-pymdownx-material-extras/mkdocs-pymdownx-material-extras-2.4.3.ebuild
+++ 
b/dev-python/mkdocs-pymdownx-material-extras/mkdocs-pymdownx-material-extras-2.4.3.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/mkdocs-material-8.3.3[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-java/mockito/

2023-05-08 Thread Arthur Zamarin
commit: 3744e0978b099a1aa5798c631e498979bcc10448
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 05:51:25 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 05:51:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3744e097

dev-java/mockito: Stabilize 2.28.2 x86, #905857

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-java/mockito/mockito-2.28.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/mockito/mockito-2.28.2.ebuild 
b/dev-java/mockito/mockito-2.28.2.ebuild
index a381d4d60569..40c00744c354 100644
--- a/dev-java/mockito/mockito-2.28.2.ebuild
+++ b/dev-java/mockito/mockito-2.28.2.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/${P}"
 
 LICENSE="MIT"
 SLOT="2"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 
 CP_DEPEND="
dev-java/asm:9



[gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/

2023-05-08 Thread Andrey Grozin
commit: 62ec94b88ed0c9bd1c15f8a1315f8274fc1d8a95
Author: Andrey Grozin  gentoo  org>
AuthorDate: Tue May  9 05:50:48 2023 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Tue May  9 05:51:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62ec94b8

sci-geosciences/routino: remove old revision

Signed-off-by: Andrey Grozin  gentoo.org>

 sci-geosciences/routino/routino-3.3.3-r2.ebuild | 88 -
 1 file changed, 88 deletions(-)

diff --git a/sci-geosciences/routino/routino-3.3.3-r2.ebuild 
b/sci-geosciences/routino/routino-3.3.3-r2.ebuild
deleted file mode 100644
index 4f54bb153719..
--- a/sci-geosciences/routino/routino-3.3.3-r2.ebuild
+++ /dev/null
@@ -1,88 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{9..10} )
-inherit toolchain-funcs distutils-r1
-
-DESCRIPTION="Routing application based on openstreetmap data"
-HOMEPAGE="https://routino.org/;
-SRC_URI="https://routino.org/download/${P}.tgz;
-
-LICENSE="AGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="python test"
-
-REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   python? (
-   ${PYTHON_DEPS}
-   dev-lang/swig[pcre]
-   )
-"
-RDEPEND="python? ( ${PYTHON_DEPS} )"
-
-PATCHES=( "${FILESDIR}"/${PN}-3.3.2.patch )
-
-src_prepare() {
-   default
-
-   sed -i -e "s@libdir=\(.*\)@libdir=\$(prefix)/$(get_libdir)@" \
-   -e "s@CC=gcc@CC=$(tc-getCC)@" \
-   -e "s@LD=gcc@LD=$(tc-getCC)@" \
-   Makefile.conf || die "failed sed"
-}
-
-src_compile() {
-   emake -j1
-
-   rm README.txt || die "rm README.txt failed"
-   mv doc/README.txt . || die "mv doc/README.txt . failed"
-
-   if use python; then
-   pushd python > /dev/null || die
-   distutils-r1_src_compile
-   popd > /dev/null || die
-   fi
-}
-
-python_compile() {
-   rm -f build/.timestamp || die
-   emake PYTHON=${EPYTHON}
-}
-
-src_test() {
-   emake test
-
-   # Need to fix import issues with these
-   #if use python; then
-   #   pushd python > /dev/null || die
-   #   distutils-r1_src_test
-   #   popd > /dev/null || die
-   #fi
-}
-
-python_test() {
-   emake PYTHON=${EPYTHON} test
-}
-
-src_install() {
-   default
-
-   if use python; then
-   pushd python > /dev/null || die
-   distutils-r1_src_install
-   newdoc README.txt README_python.txt
-   popd > /dev/null || die
-   fi
-}
-
-python_install() {
-   esetup.py install
-   python_optimize
-}



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/rt-sources/

2023-05-08 Thread Alice Ferrazzi
commit: 6efd7304700c11bb177f01794d99645b445807b8
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Tue May  9 05:47:41 2023 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Tue May  9 05:47:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6efd7304

sys-kernel/rt-sources: add 5.4.242_p81, drop 5.4.230_p80

Signed-off-by: Alice Ferrazzi  gentoo.org>

 sys-kernel/rt-sources/Manifest| 4 ++--
 .../{rt-sources-5.4.230_p80.ebuild => rt-sources-5.4.242_p81.ebuild}  | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index fdcc5cde22c2..3fb12e7ede19 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -24,8 +24,8 @@ DIST patch-5.10.176-rt86.patch.xz 171044 BLAKE2B 
da24333ea54bc11f15cbf7da03cc6a8
 DIST patch-5.10.176.xz 4502716 BLAKE2B 
f5e3ac584d7d50dec23dd23880398b576a1adcfd0f31251f8b0f68b54e250f1ab67a8e7e6c10e910892c52e0681b0c32a9b153b2fe727c7c117332171c79e329
 SHA512 
d9e63b37991995123f45ea08287f6b7d978293acba505ee44f4bc8bd61fd6df70cf45e65a8ebacd05d894bbf74208748c702528ba232d4c115ebe78a1c65e612
 DIST patch-5.15.107-rt62.patch.xz 77116 BLAKE2B 
6991e755081df47cd256b59db0380f2f168e6aab9e615c6d7f60ff0e4addb03cef960aaced89005719df5b8b4672e84ec54babc40c9563ffb5cdec7932366733
 SHA512 
d7a288cc7fc5ce6a97127e48e6dd27c2ef194827eac9af4da96d17806a3b0a96af6613d00dc732f9389e4799771f7d694b4e782c8163656b3280405477b59425
 DIST patch-5.15.107.xz 3867112 BLAKE2B 
44ad474d664539d57e82bfabfc7bca05a15f43454d899880d65d09cbec1b40b2a30389ad7f5b35d78230f4d971e7223dc59bb1ae5a446522e03bdbdf1e2b3a9a
 SHA512 
51570990fa1ab00fe9a7f2c08854236057a008f63bee51cf5c2bb16165f4a06944ec8b915412cbd21aa77eac324c03b431e201386dd6258f7367d9fc8ddd6734
-DIST patch-5.4.230-rt80.patch.xz 183116 BLAKE2B 
4a28dfb2ac1cfa81a1d97a0b86e4ae7e47ed6e37b17926a8fccf87e9f3b43ad716b270cfbddd8db48e82ae5fa76b77f46f3506b63c004035b45c5b8935977d24
 SHA512 
124e0c99afb439d6c97596ea47a6ded73bf7bbc688bdeee9e7177cfc4f6c41985f2cbf9d0100e97b3db20a21735e76a3c09d29251fbdf54f8862498c63ae5e9d
-DIST patch-5.4.230.xz 4519916 BLAKE2B 
a88f386ba71ce0d9972154644c7ec46b10f20fbf1760f1a7ca73afdd2e424985156f127974758bf4870647f53b9c341d56b625f56c51f584ab4156f0dc5e6522
 SHA512 
8686631fc84aa7f6650051cd3cfebec4059ef54f53a5f86c09d61129c67615a433daf5b443462b10bb93965cf945c6c3e431ec080c96388aff2626abef6f36f3
+DIST patch-5.4.242-rt81.patch.xz 183132 BLAKE2B 
0c56be2a5abe762dd5bffba6bbb749a4b7a753d09046c25b17e4c926a0241b1ab67fecc1e6607de7c74bf01d67d2e9daa2a3ad54db912588734978790d68d359
 SHA512 
fb9fa32dd0976e5ee86d45b69b92416c5850edc95d868ad4f20d7dfe1ed1d4a0dd0432ed5b8f89997c32ed86dd7e76e7a57c7de4acf05b8fd54c8b2be4e1e55a
+DIST patch-5.4.242.xz 4711468 BLAKE2B 
7cd14f8183c45f3bad3df92e46a74242d2091efb3693b1fd098d81409c8d47e15c6a4bd08545972d38c8b41d26941ad2b686ae4732d648b1926d70d7bc931f97
 SHA512 
b7ac45533559e3d0f802dd392868062b2f3099d9384f5d95502dce518008f038123c3ae5a04e220a6ec39c993f7e29b8c0db01659cd9010591ae34c4a5e8d9b2
 DIST patch-6.0.5-rt14.patch.xz 59916 BLAKE2B 
be06477b7733cb280bbb8ab1cc2b4c611d5b133d97e2459877a8aac0c82a6fa74cba7a7640b49ba6dd9d0abd61a9f9682affb032a8b9f0097874fff35fea9b71
 SHA512 
3e36e45f16499ddbd7029723363ff4cf6e7cd9503ba49f9ce0dbb960b34855c8411abccd32838f9f162412b4a1749f676432e463fce8066496f256313c99d79e
 DIST patch-6.0.5.xz 274580 BLAKE2B 
b1fd53745b1858f92ded90a78d8060e1c916a8b6c256f96188331e5ac80242a40a83d14377ad0befec5415135925821cb264489cee63fe4ad432ba00c64983ff
 SHA512 
c4ac4387c490e73b8d91d13fbea9a1e065be4bacf9535177e625561adb2411908a546f9c4327748aab6bbfc021f30887f3e5df5d6019c6cfe00fe5bf64aad2eb
 DIST patch-6.1.26-rt8.patch.xz 48656 BLAKE2B 
99509a60641a0fbfe5ea91d25ff333ca55900a17586c979eef0edb75886af646917e69ee3300a1caecefa8976410228e77a21e14efe9fde989cf7de4a5203d85
 SHA512 
c8e170824a8f094ae2c4846d0fd335eb615d909b5f1f52037e3adec17ce625b45844b585b5c169ec2ac1cad26ae38f246ca235c4295035594353d7d50a3c5fca

diff --git a/sys-kernel/rt-sources/rt-sources-5.4.230_p80.ebuild 
b/sys-kernel/rt-sources/rt-sources-5.4.242_p81.ebuild
similarity index 100%
rename from sys-kernel/rt-sources/rt-sources-5.4.230_p80.ebuild
rename to sys-kernel/rt-sources/rt-sources-5.4.242_p81.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-ruby/ruby_parser/

2023-05-08 Thread Hans de Graaff
commit: ef7c651507b0bac79ec5c038ad9520ace67c0d8f
Author: Hans de Graaff  gentoo  org>
AuthorDate: Mon May  8 05:53:04 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue May  9 05:45:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef7c6515

dev-ruby/ruby_parser: add 3.20.0

Signed-off-by: Hans de Graaff  gentoo.org>

 dev-ruby/ruby_parser/Manifest  |  1 +
 dev-ruby/ruby_parser/ruby_parser-3.20.0.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-ruby/ruby_parser/Manifest b/dev-ruby/ruby_parser/Manifest
index b3b0db3c2526..c967f0d38075 100644
--- a/dev-ruby/ruby_parser/Manifest
+++ b/dev-ruby/ruby_parser/Manifest
@@ -1 +1,2 @@
 DIST ruby_parser-3.19.2.gem 778240 BLAKE2B 
b9a136f8aa93fe915eedc5ca16a54a8c21446a48db89e86f7936dbbd4ee913f7bc61fcbaf136cd1965bbbd6601634a6832a09f0226647cf2ea802689251946c6
 SHA512 
c71e7e76e37ebe6e9489e9f0bb963b7b34adc8f4afa73ea4ad90356579725bd1a234f6e015a9c19b2c294c1ffe0d6b093be838ec0059a61fb5866cfe9e04f18b
+DIST ruby_parser-3.20.0.gem 852992 BLAKE2B 
fd261c46e1fd0dbdbe13f02aa0c063334294a82a22af1491d760af2f1922a0c71355d2c002dcaa1fcf7c24fc9a157a4a640969ed946750ba90dfb87dcf8e785a
 SHA512 
4cbd35703c35a799d8e06b78708adff378ff82d53f658908fb6cccfddbd6c200892bb2a3b4923fc17d2c4f7f611af12e3c942495a511d5470a05abb61ee1fba7

diff --git a/dev-ruby/ruby_parser/ruby_parser-3.20.0.ebuild 
b/dev-ruby/ruby_parser/ruby_parser-3.20.0.ebuild
new file mode 100644
index ..21fd6972895e
--- /dev/null
+++ b/dev-ruby/ruby_parser/ruby_parser-3.20.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A ruby parser written in pure ruby"
+HOMEPAGE="https://github.com/seattlerb/ruby_parser;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris 
~x86-solaris"
+IUSE=""
+
+ruby_add_rdepend ">=dev-ruby/sexp_processor-4.16.0:4"
+
+ruby_add_bdepend "test? ( dev-ruby/racc >=dev-ruby/minitest-4.3 
>=dev-ruby/sexp_processor-4.17.0:4 )"
+
+DEPEND+=" test? ( dev-util/unifdef )"
+
+all_ruby_prepare() {
+   # Remove reference to perforce method that is not in a released
+   # version of hoe-seattlerb.
+   #sed -i -e '/perforce/d' Rakefile || die
+   sed -i -e '/license/d' Rakefile || die
+   sed -i -e '/Hoe.plugin :isolate/ s:^:#:' Rakefile || die
+}
+
+each_ruby_test() {
+   ${RUBY} -Ilib:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-httpbin/

2023-05-08 Thread Michał Górny
commit: e7eec3f32427a73e132f24cf9470cd85d28226dd
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  9 04:23:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  9 05:26:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7eec3f3

dev-python/pytest-httpbin: Bump to 2.0.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-httpbin/Manifest |  1 +
 .../pytest-httpbin/pytest-httpbin-2.0.0.ebuild | 41 ++
 2 files changed, 42 insertions(+)

diff --git a/dev-python/pytest-httpbin/Manifest 
b/dev-python/pytest-httpbin/Manifest
index e3ee1b204a3e..bf5af2cacf98 100644
--- a/dev-python/pytest-httpbin/Manifest
+++ b/dev-python/pytest-httpbin/Manifest
@@ -1 +1,2 @@
 DIST pytest-httpbin-1.0.2.gh.tar.gz 18727 BLAKE2B 
56a7fa1c1694cad98815fc6c6f676b509942fa1fca192ecb4cb5a0d9f325d7df6ddb3a3ac67d884c8f8caba807677351c42c28a3bcba80b9196e74d666951cc2
 SHA512 
b4adac1c37506391d83f7772814b4a9ce5134cc6834d8758e71d39610f8b29e57e72b11b2233be51e41b2c36bc305d40fc4b260a7f83d10390f4e940df8aa366
+DIST pytest-httpbin-2.0.0.gh.tar.gz 19799 BLAKE2B 
7725bc958417c076ee920abce83bdad8295bc4c9551500040867650d54c306e79a1ea92b013124b793058103fc9685dbb2202be5f1b2da935509f68457d63d68
 SHA512 
62876590bacae6601739f5cc2eccb087024e16731afc9613b5e6928c2a2f64b73418ddcb3c4f13a4bfe1f074510f922d85411d05ebf66f123a4a09d535771b64

diff --git a/dev-python/pytest-httpbin/pytest-httpbin-2.0.0.ebuild 
b/dev-python/pytest-httpbin/pytest-httpbin-2.0.0.ebuild
new file mode 100644
index ..cb8d6dcf63a2
--- /dev/null
+++ b/dev-python/pytest-httpbin/pytest-httpbin-2.0.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Easily test your HTTP library against a local copy of httpbin"
+HOMEPAGE="
+   https://github.com/kevin1024/pytest-httpbin/
+   https://pypi.org/project/pytest-httpbin/
+"
+SRC_URI="
+   https://github.com/kevin1024/pytest-httpbin/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="
+   dev-python/httpbin[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/requests[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_DESELECT=(
+   tests/test_server.py::test_redirect_location_is_https_for_secure_server
+   # minor exception message mismatch on pypy3
+   # https://github.com/kevin1024/pytest-httpbin/issues/77
+   tests/test_server.py::test_dont_crash_on_handshake_timeout
+)
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/astroid/

2023-05-08 Thread Michał Górny
commit: 8afd9e6232a2a1865dd64ebe7db55428a187edd0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  9 03:50:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  9 05:26:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8afd9e62

dev-python/astroid: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/astroid/Manifest  |  3 --
 dev-python/astroid/astroid-2.15.1.ebuild | 63 ---
 dev-python/astroid/astroid-2.15.2.ebuild | 63 ---
 dev-python/astroid/astroid-2.15.3.ebuild | 65 
 4 files changed, 194 deletions(-)

diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest
index bab8f07d9a2e..cb4777aa7d05 100644
--- a/dev-python/astroid/Manifest
+++ b/dev-python/astroid/Manifest
@@ -1,4 +1 @@
-DIST astroid-2.15.1.gh.tar.gz 460960 BLAKE2B 
ec08cc53027323a70291adc888b3621dc139783e6f72859eac05a2c6da0150cc5d19dc6a7278b6a846f985cf44c7d868df1ba11d0c6e3b7a5d3c71a38603743e
 SHA512 
26f85aff9de08d4b413c40951f2aefd2c19304c077b502774b253e3fcced42173bc7e996fac82b3462c6915625ff48fd80dd1ab5e3425aefa103347f821f7df4
-DIST astroid-2.15.2.gh.tar.gz 461132 BLAKE2B 
1e4d5fa174c7893743ebe9a17b28bdee68fefd35a69802358eb4448402a00622ec56a7ba18a8cdae8cafd9e75bbee9cd18f39bbb44fbcc061c893fc24e308376
 SHA512 
aea2a55780f81893d8dad4acb572883017e3d6270d48a8f0d3b4520279bc4d79e9d04192479d5aad453ab7bda6d29edf1f56c92d86c04a8ef07bd4561bf908c4
-DIST astroid-2.15.3.gh.tar.gz 461474 BLAKE2B 
3631d5d3c591dcf4a7aef0b78a5dea4b7dba90c6c11297fd9a60aefbad7c7a3b8c1dee1adc634991292a6650ad02f4408f8aee15fa0ac67fca4279d86b96f963
 SHA512 
622a33c6ca278c1036d8f3c7de36d474c8697dd47593ebc6d4987600b779e3901ff7a2ad6d621396bf54ed394a4ea8704dd226d97021b40fd7641756b9b2f975
 DIST astroid-2.15.4.gh.tar.gz 461609 BLAKE2B 
0dc54a0a99c16698e025f01361d67a5aa248e091f757184bfeb8b6287d656afbb56706a99058c0105252c6925dbe51e8ee260020d7512d7aa9bbf3d92d0a0b7e
 SHA512 
1725676cd55fde0359e7210b917663fa82a87bbec052fda27a80a08e7d2308ab1de7a5c1f1a052fd76575d9945d55743e6c23684754e03e84bb2facb51f2a5a2

diff --git a/dev-python/astroid/astroid-2.15.1.ebuild 
b/dev-python/astroid/astroid-2.15.1.ebuild
deleted file mode 100644
index 5ef65f6fe9e2..
--- a/dev-python/astroid/astroid-2.15.1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Abstract Syntax Tree for logilab packages"
-HOMEPAGE="
-   https://github.com/PyCQA/astroid/
-   https://pypi.org/project/astroid/
-"
-SRC_URI="
-   https://github.com/PyCQA/astroid/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-# Version specified in pyproject.toml
-RDEPEND="
-   >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}]
-   ' 3.{8..10})
-   https://github.com/pylint-dev/astroid/
-   https://pypi.org/project/astroid/
-"
-SRC_URI="
-   https://github.com/pylint-dev/astroid/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="LGPL-2.1+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-
-# Version specified in pyproject.toml
-RDEPEND="
-   >=dev-python/lazy-object-proxy-1.4.0[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   =dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}]
-   ' 3.9 3.10)
-"
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/python-dateutil[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # no clue why they're broken
-   
tests/test_modutils.py::GetModulePartTest::test_known_values_get_builtin_module_part
-   tests/test_regrtest.py::NonRegressionTests::test_numpy_distutils
-   
tests/brain/test_regex.py::TestRegexBrain::test_regex_pattern_and_match_subscriptable
-   # some problem with warnings (our options?)
-   
tests/test_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_one_arg
-   
tests/test_decorators.py::TestDeprecationDecorators::test_deprecated_default_argument_values_two_args
-   tests/test_scoped_nodes.py::test_deprecation_of_doc_attribute
-   # requires six bundled in urllib3, sigh
-   

[gentoo-commits] repo/gentoo:master commit in: dev-python/moto/

2023-05-08 Thread Michał Górny
commit: 0c8d3730dce15b000e5b45232b3c3acdea4c9a6a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  9 03:38:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  9 05:26:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c8d3730

dev-python/moto: Bump to 4.1.9

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/moto/Manifest  |   1 +
 dev-python/moto/moto-4.1.9.ebuild | 106 ++
 2 files changed, 107 insertions(+)

diff --git a/dev-python/moto/Manifest b/dev-python/moto/Manifest
index 03ba862c31a7..59272832b470 100644
--- a/dev-python/moto/Manifest
+++ b/dev-python/moto/Manifest
@@ -1,3 +1,4 @@
 DIST moto-4.1.6.tar.gz 3470215 BLAKE2B 
78f9c54128ba71fc5e3ba622be0596490bc82df0a17fa80d9f11bf135bdc91d9698cc29445b5765e6057e80f221c016ca8999186201b83b5f929f5831c417f60
 SHA512 
fb2dc73a66326216a4c5338660dab844de9a46e6626e0ef68bccb3573a3eba693b30b89961b019a4b7a51207ab11335e73cbdf523c75d91a5a9625a1bc409e61
 DIST moto-4.1.7.tar.gz 3506753 BLAKE2B 
76e38629f1a772816bfa647b90e89e3c4533cd36fa5a8a26e026229dd1dd8bf1cea404f99c85784a6eefa9173aecff7b88ba1ca7b3f890407c2ad7ef29106fac
 SHA512 
3b20d2a535654cee22c909e19eb492e3b4b8fd382d26367c12cee00128dc4d1ea5228ccc97d40a01c5c2707ff3ca1039644268c47c525c79a9b68fc7ee78541c
 DIST moto-4.1.8.tar.gz 3520127 BLAKE2B 
623d97dbec357227ea401ac98f694eaaa129fcb47f6b160a22bf95f8d52facf9bb3917e00409990a7e447e70de5a94df9f234c3ed615081573169f3976169f3d
 SHA512 
9c3e9825d1e8d09e278f8bbeb11719c4bee756f9e95b2edbe82b4ffbd3acb93008f6ffdc582eb46619104d0b839428b5e8078ef0e341a3b73f0bc61a7ebf806f
+DIST moto-4.1.9.tar.gz 3537033 BLAKE2B 
fda091585fd331ff68127290426bb1f5418b118b9d60711ca54bcf57b1ff4375320bb3f3ae79321d105e815d856183b7f3c012f20c07f357831fb8260dcbd9f1
 SHA512 
1ce3aa3549b6320a8493f7018ccdc630f94cd324791e91c2ce28a994dff8da37058c47c84f480dfcad870ef63a0e1d35712348b120c112696b8d9cbce66186a9

diff --git a/dev-python/moto/moto-4.1.9.ebuild 
b/dev-python/moto/moto-4.1.9.ebuild
new file mode 100644
index ..15848ecb97f6
--- /dev/null
+++ b/dev-python/moto/moto-4.1.9.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Mock library for boto"
+HOMEPAGE="
+   https://github.com/getmoto/moto/
+   https://pypi.org/project/moto/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/aws-xray-sdk-0.93[${PYTHON_USEDEP}]
+   >=dev-python/cfn-lint-0.40.0[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-3.3.1[${PYTHON_USEDEP}]
+   dev-python/cookies[${PYTHON_USEDEP}]
+   >=dev-python/docker-py-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/idna-2.5[${PYTHON_USEDEP}]
+   >=dev-python/jinja-2.10.1[${PYTHON_USEDEP}]
+   >=dev-python/jsondiff-1.1.2[${PYTHON_USEDEP}]
+   dev-python/boto3[${PYTHON_USEDEP}]
+   dev-python/botocore[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/flask-cors[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   >=dev-python/pyparsing-3.0.7[${PYTHON_USEDEP}]
+   >=dev-python/openapi-spec-validator-0.2.8[${PYTHON_USEDEP}]
+   dev-python/pyaml[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
+   >=dev-python/python-dateutil-2.1[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+   dev-python/python-jose[${PYTHON_USEDEP}]
+   dev-python/python-sshpubkeys[${PYTHON_USEDEP}]
+   >=dev-python/responses-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.5[${PYTHON_USEDEP}]
+   dev-python/xmltodict[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/zipp[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   >=dev-python/sure-1.4.11[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # TODO
+   
tests/test_firehose/test_firehose_put.py::test_put_record_http_destination
+   
tests/test_firehose/test_firehose_put.py::test_put_record_batch_http_destination
+   
tests/test_swf/responses/test_decision_tasks.py::test_respond_decision_task_completed_with_schedule_activity_task_boto3
+   
tests/test_swf/responses/test_timeouts.py::test_activity_task_heartbeat_timeout_boto3
+   
tests/test_swf/responses/test_timeouts.py::test_decision_task_start_to_close_timeout_boto3
+   
tests/test_swf/responses/test_timeouts.py::test_workflow_execution_start_to_close_timeout_boto3
+   # broken code (local variable used referenced before definition)
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/pylint/

2023-05-08 Thread Michał Górny
commit: 626db482f5519c6003a825adfed8cf9bed8d5ee5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  9 04:32:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  9 05:26:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=626db482

dev-python/pylint: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pylint/Manifest |  2 -
 dev-python/pylint/pylint-2.17.1.ebuild | 87 --
 dev-python/pylint/pylint-2.17.2.ebuild | 87 --
 3 files changed, 176 deletions(-)

diff --git a/dev-python/pylint/Manifest b/dev-python/pylint/Manifest
index d54014368227..09462cb5ad57 100644
--- a/dev-python/pylint/Manifest
+++ b/dev-python/pylint/Manifest
@@ -1,4 +1,2 @@
-DIST pylint-2.17.1.gh.tar.gz 1408063 BLAKE2B 
0d4ab42ea4465787ff0bb6768b20800797d76caeddda475a08372a6b174975fec36a48acecea80898b3ba1c36ad6eb6c540678338c84ce48b78e0f6f9553e190
 SHA512 
e467c48349f49c2a9ef68d6a70748bf9144ff589adc1d04eb1822b28511d5a1a0027536fc61a5d33955fb0e7ffbbdecea47e8196844f33985a43e8c1886af21e
-DIST pylint-2.17.2.gh.tar.gz 1408818 BLAKE2B 
678fc98ac583e86e98856713bbfbf975be9f3c51ec1516d2a2df54369af1bba76db6c53d43a09494d08409bb3829df958037ba716ed6880460c2cbbc2ca4b38b
 SHA512 
9c3063332ffc102ba4a7177cca4c440ce89a8ba6fa4252eb1fa401a6e6c10e49afcbbe76127aedccc30dfe5f0dfe7b19cd9aadf4f5ffaa2494a4743d2e0d6a33
 DIST pylint-2.17.3.gh.tar.gz 1410573 BLAKE2B 
c0180555a8789576db2174d99ccb6aca3977f0626228e14288de6d457f7b6bae2c84d25a4e61fe8ca4b2a6f16eeab60c36fe32466dac9e1f0d3be35b93a04b7e
 SHA512 
8d4d0387a89c4aaa2ab7c2ba4c991d6ac7b90982afd292578bab567d556acd2476a22bfdac9a02021519e7a86f389d8991a9ce3405e57c61d6522dab59a19a16
 DIST pylint-2.17.4.gh.tar.gz 1411540 BLAKE2B 
ad8e5dfcd378e2c87f59fc7bad36c504296555ea0174d0f6fd3e59c04eb5610ee0a40257cd4d457418808b55efef8ffef7ca5d6e7da946323cb32e34cf5f0d67
 SHA512 
0232f0badf7124db549e768f5d158e7b7728fb34893726b5c3a0f599e201a18069118f0aab2aed0b0e1d47c0d4d37cec72d9c1c489ec5c3c316a53431ccf35a5

diff --git a/dev-python/pylint/pylint-2.17.1.ebuild 
b/dev-python/pylint/pylint-2.17.1.ebuild
deleted file mode 100644
index 25e5a34b9c95..
--- a/dev-python/pylint/pylint-2.17.1.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Python code static checker"
-HOMEPAGE="
-   https://pypi.org/project/pylint/
-   https://github.com/PyCQA/pylint/
-"
-SRC_URI="
-   https://github.com/pycqa/pylint/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-IUSE="examples"
-
-# Make sure to check 
https://github.com/PyCQA/pylint/blob/main/pyproject.toml#L34 on bumps
-# Adjust dep bounds!
-RDEPEND="
-   =dev-python/astroid-2.15.0[${PYTHON_USEDEP}]
-   >=dev-python/dill-0.3.6[${PYTHON_USEDEP}]
-   >=dev-python/isort-4.2.5[${PYTHON_USEDEP}]
-   =dev-python/mccabe-0.6[${PYTHON_USEDEP}]
-   =dev-python/platformdirs-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/tomlkit-0.10.1[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   ' 3.8 3.9)
-   $(python_gen_cond_dep '
-   >=dev-python/tomli-1.1.0[${PYTHON_USEDEP}]
-   ' 3.8 3.9 3.10)
-"
-BDEPEND="
-   test? (
-   >=dev-python/GitPython-3[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   rm -rf pylint || die
-
-   local EPYTEST_DESELECT=(
-   # TODO
-   
'tests/test_functional.py::test_functional[forgotten_debug_statement_py37]'
-   
'tests/test_functional.py::test_functional[dataclass_with_field]'
-   'tests/test_functional.py::test_functional[no_name_in_module]'
-   'tests/test_functional.py::test_functional[shadowed_import]'
-   
tests/checkers/unittest_typecheck.py::TestTypeChecker::test_nomember_on_c_extension_error_msg
-   
tests/checkers/unittest_typecheck.py::TestTypeChecker::test_nomember_on_c_extension_info_msg
-   
tests/config/pylint_config/test_run_pylint_config.py::test_invocation_of_pylint_config
-
-   # apparently fragile, needs unpickleable plugin
-   
tests/test_check_parallel.py::TestCheckParallelFramework::test_linter_with_unpickleable_plugins_is_pickleable
-   )
-   local EPYTEST_IGNORE=(
-   # No need to run the benchmarks
-   tests/benchmark/test_baseline_benchmarks.py
-   )
-   epytest
-}
-

[gentoo-commits] repo/gentoo:master commit in: dev-python/werkzeug/

2023-05-08 Thread Michał Górny
commit: ea2e8748c25abf2bf5edcd92fc8acff63833
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  9 03:41:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  9 05:26:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea2e

dev-python/werkzeug: Bump to 2.3.4

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/werkzeug/Manifest  |  1 +
 dev-python/werkzeug/werkzeug-2.3.4.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/werkzeug/Manifest b/dev-python/werkzeug/Manifest
index dc9acfb8fd0a..84ca83183b74 100644
--- a/dev-python/werkzeug/Manifest
+++ b/dev-python/werkzeug/Manifest
@@ -3,3 +3,4 @@ DIST werkzeug-2.3.0.gh.tar.gz 831666 BLAKE2B 
2d4c792deab6e153794695e249ca97f24b5
 DIST werkzeug-2.3.1.gh.tar.gz 832058 BLAKE2B 
d92836c168339e4dfb07c27d8379548a6805e9aec884cb41b76b9b4196f982ec6d05a6e505bb2ad70e591e54a4a2cecd683b5b6b78a058f90adab704da154d1f
 SHA512 
02b5feb1e4d5c7b24d7b890c579cd3211eb430101d14800ca6c1e2a244da90fee4d5c0cd4819ead58a2885df0c736c796720fd9a3378a1eabaf417aefaa5a919
 DIST werkzeug-2.3.2.gh.tar.gz 832353 BLAKE2B 
61806869549e356f244eb808823813473e5d7e00b7b085720f02429d3c2f30ceffb0bf7daeb57f0ef0b94fe836c8d895bc8a4b0b2d284536297718f4f0912b64
 SHA512 
03b866cc7b2d539ade9284632e55dd66598a06596f3ef1de2b3af9081d8b3c6745eb94744faf7f93abe383615efb3453a41544975fbfb548582ca1912ad932dc
 DIST werkzeug-2.3.3.gh.tar.gz 832625 BLAKE2B 
66a243af0b0158722184ef098280b1556a43c99c4266d9d0c28898474a36a2ac63096444994e792add7119b17ac94fd2b145055495a1ffbdf84983dfd0cc6928
 SHA512 
969dfc7412378ba9373f6fb3bee4129f4bbd3a502e7f320fedb29464005b1e2ee9afc9241128ef06271592a978d229ae2633cbaf8ae9e2161f4c099a09715adc
+DIST werkzeug-2.3.4.gh.tar.gz 833090 BLAKE2B 
e9d0134fa2a1355a2ef0df0f86cca6ea0f0a0c9b6ece98a6774ceab0a284c6a899e915688cb3e2e9f6192a7943cbcf20578d1e8f2f439dd8a9ab0f3d49361bcd
 SHA512 
1e519fc88ac4438aa4dbd623ef8afc96a630df61d25a5a28154749f5c38593edefbb32163a632a5f38fa70d8cf2f1ae93633e54cfafe72d497ab70c99f9b2478

diff --git a/dev-python/werkzeug/werkzeug-2.3.4.ebuild 
b/dev-python/werkzeug/werkzeug-2.3.4.ebuild
new file mode 100644
index ..5b00c8084bee
--- /dev/null
+++ b/dev-python/werkzeug/werkzeug-2.3.4.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Collection of various utilities for WSGI applications"
+HOMEPAGE="
+   https://palletsprojects.com/p/werkzeug/
+   https://pypi.org/project/Werkzeug/
+   https://github.com/pallets/werkzeug/
+"
+SRC_URI="
+   https://github.com/pallets/werkzeug/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="test-rust"
+
+RDEPEND="
+   >=dev-python/markupsafe-2.1.1[${PYTHON_USEDEP}]
+"
+# NOTE: remove the loong mask after greenlet gains support for loong
+# see https://github.com/python-greenlet/greenlet/pull/257
+BDEPEND="
+   test? (
+   dev-python/ephemeral-port-reserve[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/pytest-xprocess[${PYTHON_USEDEP}]
+   >=dev-python/watchdog-2.3[${PYTHON_USEDEP}]
+   test-rust? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   )
+   !hppa? ( !ia64? ( !loong? (
+   $(python_gen_cond_dep '
+   dev-python/greenlet[${PYTHON_USEDEP}]
+   ' 'python3*')
+   ) ) )
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=()
+   if ! has_version "dev-python/cryptography[${PYTHON_USEDEP}]"; then
+   EPYTEST_DESELECT+=(
+   "tests/test_serving.py::test_server[https]"
+   tests/test_serving.py::test_ssl_dev_cert
+   tests/test_serving.py::test_ssl_object
+   )
+   fi
+
+   # the default portage tempdir is too long for AF_UNIX sockets
+   local -x TMPDIR=/tmp
+   epytest -p no:django -p no:httpbin tests
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-babel/

2023-05-08 Thread Michał Górny
commit: a78e1cdab17911dfaa1973075003a24ec0112ae6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  9 03:51:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  9 05:26:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a78e1cda

dev-python/flask-babel: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/flask-babel/Manifest|  1 -
 dev-python/flask-babel/flask-babel-3.0.1-r2.ebuild | 49 --
 2 files changed, 50 deletions(-)

diff --git a/dev-python/flask-babel/Manifest b/dev-python/flask-babel/Manifest
index 4804cd451a1b..9007775b295f 100644
--- a/dev-python/flask-babel/Manifest
+++ b/dev-python/flask-babel/Manifest
@@ -1,2 +1 @@
-DIST flask-babel-3.0.1.gh.tar.gz 20367 BLAKE2B 
760b3ff9b867ad14f138b75e3e13c9d40a9dd4fab1dcef57c062677d6e52b31340403125f13427b6f57487609794176055f888a277eacc2323281f6899f115d9
 SHA512 
d189aac67f5671c3053efa1c8049fc364c031a77568db7a502d63e2ea09867c981c12669752f1524faecaddd4594ab064249f08b8af50dfde7267322b50ed2af
 DIST flask-babel-3.1.0.gh.tar.gz 20625 BLAKE2B 
44c0f6e0af8e9d48035819a98dcfe472af0e53d98486b3bca367227092d098e392e09b0383b08d0eb782732d235f6f519bf6f553ea751750a869fc5f4de4bdd2
 SHA512 
74faab1e259fe38caf583982bf7a3595440ef37ec223a68243fa43eadfd4d661055706ba8eb92d29f37586e6a27d4f00fbdf5be8443820346b35b9551b716fc7

diff --git a/dev-python/flask-babel/flask-babel-3.0.1-r2.ebuild 
b/dev-python/flask-babel/flask-babel-3.0.1-r2.ebuild
deleted file mode 100644
index e690674e2233..
--- a/dev-python/flask-babel/flask-babel-3.0.1-r2.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="i18n and l10n support for Flask based on Babel and pytz"
-HOMEPAGE="
-   https://python-babel.github.io/flask-babel/
-   https://github.com/python-babel/flask-babel/
-   https://pypi.org/project/flask-babel/
-"
-SRC_URI="
-   https://github.com/python-babel/flask-babel/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   https://github.com/python-babel/flask-babel/pull/215
-   sed -i -e 's:^include:exclude:' pyproject.toml || die
-   # https://github.com/python-babel/flask-babel/pull/225
-   sed -i -e '/pytz/s:\^:>=:' pyproject.toml || die
-   distutils-r1_src_prepare
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/botocore/

2023-05-08 Thread Michał Górny
commit: 418e4d9d76d46d125f1815300697d593fc19976a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  9 03:34:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  9 05:26:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=418e4d9d

dev-python/botocore: Bump to 1.29.130

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/botocore/Manifest |  1 +
 dev-python/botocore/botocore-1.29.130.ebuild | 72 
 2 files changed, 73 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index d472c9068d73..a86090977b49 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -2,3 +2,4 @@ DIST botocore-1.29.123.gh.tar.gz 11446357 BLAKE2B 
795e5591b64ae947c24f58916bd993
 DIST botocore-1.29.126.gh.tar.gz 11453877 BLAKE2B 
955931ba40d550a12f4cd16cd7f746a755453e5db3515bf790af94b230dae2503c3d71b85e94044780ae40d4bd5bc19b9cd8e9bb45f1783ae5eb0344f900f08a
 SHA512 
ee5df31c1f3414f9f738d36712e83862de1006c89432b45293b89226b3c14f67f376b8d14f96092fe4524e5bbe9681e0ce7e2b30029c50aa98dcd02e8e2497d0
 DIST botocore-1.29.127.gh.tar.gz 11474348 BLAKE2B 
72002e57593e114864bb8d6f0ec30d78fb503a6eee71fd0e61dbe430d976408583e2697db1828e8373bd5ba620b024c2e9bf3e25a69a39625b8ac7f5ae61a63a
 SHA512 
b82f149807970666175222bba27213387782804c41393609011f36564b6a8be209777a575fa088e39440f7bcfe6d47d1183136aa2710ad4315f6f70075cd0ce3
 DIST botocore-1.29.129.gh.tar.gz 11476185 BLAKE2B 
b2601ecd28263e44f4830ccad24402e6c5f62127cd5abbe75fd270bb05fabcc10dee24e6ba8e37629232929990b1f6bd9870eead303642564342da60c3386bda
 SHA512 
c38a8797f7c728755406e334094e0183fd69eb1a7c68e41b065d5d2c48714390a647c68d0373c1d8a7b6d9d91fd950b10527ee88bca08788921903ff9535
+DIST botocore-1.29.130.gh.tar.gz 11473884 BLAKE2B 
13d50cd41f690cf1e45324ca311da65f946396ebe3856ff60c06e35edc290d4e1d1b76e2b3bc72c3c0f8578f4cae16a7812f5c742bd8847cc5dfc5e15e98d12d
 SHA512 
0173113f295019bfd968af0651bde9032baa2ebb2018070db8702adc35d73ac98e03a828fed7637ebc76bf5d1ba66b6fadb87a1d2afdae8a23f6279d7d5f10ad

diff --git a/dev-python/botocore/botocore-1.29.130.ebuild 
b/dev-python/botocore/botocore-1.29.130.ebuild
new file mode 100644
index ..491b6bbc21f2
--- /dev/null
+++ b/dev-python/botocore/botocore-1.29.130.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="Low-level, data-driven core of boto 3"
+HOMEPAGE="
+   https://github.com/boto/botocore/
+   https://pypi.org/project/botocore/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/botocore;
+   inherit git-r3
+else
+   SRC_URI="
+   https://github.com/boto/botocore/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+fi
+
+RDEPEND="
+   dev-python/six[${PYTHON_USEDEP}]
+   =dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin deps
+   sed -i -e "s:>=.*':':" setup.py || die
+
+   # unbundle deps
+   rm -r botocore/vendored || die
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # rely on bundled six
+   tests/functional/test_six_imports.py::test_no_bare_six_imports
+   tests/functional/test_six_threading.py::test_six_thread_safety
+   # fails on unrelated warnings
+   
tests/unit/test_client.py::TestAutoGeneratedClient::test_BOTO_DISABLE_COMMONNAME
+   
tests/unit/test_client.py::TestClientErrors::test_BOTO_DISABLE_COMMONNAME
+   # TODO
+   
tests/functional/test_credentials.py::SSOSessionTest::test_token_chosen_from_provider
+   )
+
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/croniter/

2023-05-08 Thread Michał Górny
commit: f72392cad77e3458c414fefc81bc7a1a67346b47
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  9 04:31:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  9 05:26:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f72392ca

dev-python/croniter: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/croniter/Manifest   |  2 --
 dev-python/croniter/croniter-1.3.10.ebuild | 30 --
 dev-python/croniter/croniter-1.3.8.ebuild  | 30 --
 3 files changed, 62 deletions(-)

diff --git a/dev-python/croniter/Manifest b/dev-python/croniter/Manifest
index d67f813c53a5..0aa12b3eec10 100644
--- a/dev-python/croniter/Manifest
+++ b/dev-python/croniter/Manifest
@@ -1,3 +1 @@
-DIST croniter-1.3.10.tar.gz 39716 BLAKE2B 
ba6b12d37589e980d2cc888bdd027a7013c484aa2d10cb60261008680842f7a6c0155753ede67929779939fce8c5418d4bba326ac46820cd01a464aae996b548
 SHA512 
45ec9af96420909419cbd0be17d5a5e74e955fcd682f28e459fd72085b199e0d247330753e31d5d1be33f8f5db345eee92854c086f76cc1e4b2633a8655dae54
 DIST croniter-1.3.14.tar.gz 40026 BLAKE2B 
1b6cf2b0128a9d5f9ed0fe2ec64b114e3c903c0b18014793632dcf662c0277a909fc0b1cce74f7de35a2a585382237a4e687ca2bed6381e862e677170b70039d
 SHA512 
f958ef0b05a99653343c7c0f2838602f5a21b8bc1c043519264513cc91ac04edb574fcf4de606d9eb1ccff2562f0b03d233b45db93ca0fd72f62f375519c0fb6
-DIST croniter-1.3.8.tar.gz 38982 BLAKE2B 
2b28c7e4e991e9525f073a00ba3b346144ed6d353e95509c1fac47ddf56c645edaaa3927f8ca6615a94d37cd6926c26cd1514a25520a48b39c3028ef79ac0337
 SHA512 
c0216aedd594f07a9e2fef0f8f4406ad2037f1d4543f9414598e0f2ef81a61615554b1f779ce4e75d36cd5e80def3a29ee57e88c15d5d70da06ac2b861ead5cf

diff --git a/dev-python/croniter/croniter-1.3.10.ebuild 
b/dev-python/croniter/croniter-1.3.10.ebuild
deleted file mode 100644
index e798bb5c5ff1..
--- a/dev-python/croniter/croniter-1.3.10.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python module to provide iteration for datetime object"
-HOMEPAGE="
-   https://github.com/kiorky/croniter/
-   https://pypi.org/project/croniter/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
-
-RDEPEND="
-   dev-python/python-dateutil[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/tzlocal[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/croniter/croniter-1.3.8.ebuild 
b/dev-python/croniter/croniter-1.3.8.ebuild
deleted file mode 100644
index 48be049f83e6..
--- a/dev-python/croniter/croniter-1.3.8.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python module to provide iteration for datetime object"
-HOMEPAGE="
-   https://github.com/kiorky/croniter/
-   https://pypi.org/project/croniter/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-
-RDEPEND="
-   dev-python/python-dateutil[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/tzlocal[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-admin/awscli/

2023-05-08 Thread Michał Górny
commit: ec39a81ffa9fca81d3b91c89df069e957cfefd0c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  9 03:35:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  9 05:26:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec39a81f

app-admin/awscli: Bump to 1.27.130

Signed-off-by: Michał Górny  gentoo.org>

 app-admin/awscli/Manifest   |  1 +
 app-admin/awscli/awscli-1.27.130.ebuild | 80 +
 2 files changed, 81 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 1078b9012a7f..654659b939e7 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -2,3 +2,4 @@ DIST aws-cli-1.27.123.gh.tar.gz 2414392 BLAKE2B 
4df3e98062e61931efc59168eb6dbe6b
 DIST aws-cli-1.27.126.gh.tar.gz 2415804 BLAKE2B 
f6c9c76320ce2bd7c03009d01e569a4552c329148323d4d7d302b3f4c9dce7f8e6743f427f9308c155917abcf228c5b35eeb15fd06b6602ca26f5f7c34e0cbd6
 SHA512 
6dd52530d9f35bfcbcc3b4a20b9a45881eea79a274b6fd9a3b2b2a5d6d337dbd3bf9efbe931417f43a7705b0f6359783a0fcf16dc025006cb853fe4fbc297630
 DIST aws-cli-1.27.127.gh.tar.gz 2416842 BLAKE2B 
6d1917695f9404a0edf1e9d1720606478e904615e46c775a5b65bab207a1b0ebfd1741daa2202e4567c0d4aa0d0eb6bfaf89210a6ccce542c7ee2c556c21c3b3
 SHA512 
32ac6f8e00434047acf46cd0dad80618e7c1926fa02cdc365005eccb3744f8ea2d67e11c7155a0ce88e6388668ec3aa0cd0bad33df8a7540bfd0cc1c9dcd52af
 DIST aws-cli-1.27.129.gh.tar.gz 2417079 BLAKE2B 
d1de37906ba0e541ef968aac5d7a7718167b6b8683d655f9b7ec91ab1e5ed289bff46dbb56c1a6a5c4e0ce56eb4fd9ebeac386d0ec38e855bfbd3076bcac2aa9
 SHA512 
cd3f57c1734d73964d712a7a5d03c83d3168f2197011b014a04088fb05090948463d95c7d9321e1ae1e21992e18013fdd260b640f342681bca70f2e33e423f88
+DIST aws-cli-1.27.130.gh.tar.gz 2418752 BLAKE2B 
5c8ad7c3af4312d2ed37fb36270efd4a5fee676ea956cfb33a90e4714226b3a2e7e8abc3de5d1ce8eb159b94f37bf796a38cf276c1eb66e0ebc061cac04dc682
 SHA512 
2b76d803a646d73d0b63a9c42404c00b98b95b98cf2bc4bba714441b065bbbc41d81a3859a362451512c0936caadae9a06790c56b886e235804a4c962aced622

diff --git a/app-admin/awscli/awscli-1.27.130.ebuild 
b/app-admin/awscli/awscli-1.27.130.ebuild
new file mode 100644
index ..62c19f3a63fb
--- /dev/null
+++ b/app-admin/awscli/awscli-1.27.130.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit bash-completion-r1 distutils-r1 multiprocessing
+
+MY_P=aws-cli-${PV}
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="
+   https://github.com/aws/aws-cli/
+   https://pypi.org/project/awscli/
+"
+SRC_URI="
+   https://github.com/aws/aws-cli/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+# botocore is x.(y+2).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   !app-admin/awscli-bin
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+   # strip overzealous upper bounds on requirements
+   sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # TODO
+   
tests/functional/eks/test_kubeconfig.py::TestKubeconfigLoader::test_load_simple
+   
tests/unit/customizations/eks/test_update_kubeconfig.py::TestKubeconfigSelector::test_choose_env_only
+   
tests/unit/customizations/eks/test_update_kubeconfig.py::TestKubeconfigSelector::test_choose_existing
+   
tests/unit/customizations/eks/test_kubeconfig.py::TestKubeconfigValidator::test_valid
+   )
+
+   # integration tests require AWS credentials and Internet access
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)" --forked
+}
+
+python_install_all() {
+   newbashcomp bin/aws_bash_completer aws
+
+   insinto /usr/share/zsh/site-functions
+   newins bin/aws_zsh_completer.sh _aws
+
+   distutils-r1_python_install_all
+
+   rm "${ED}"/usr/bin/{aws.cmd,aws_bash_completer,aws_zsh_completer.sh} || 
die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/awxkit/

2023-05-08 Thread Michał Górny
commit: 9126a0af0afb60592eb907fa6bba910586becf64
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  9 03:39:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  9 05:26:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9126a0af

dev-python/awxkit: Bump to 22.2.0

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/awxkit/Manifest |  1 +
 dev-python/awxkit/awxkit-22.2.0.ebuild | 50 ++
 2 files changed, 51 insertions(+)

diff --git a/dev-python/awxkit/Manifest b/dev-python/awxkit/Manifest
index d35517515f9f..0aece6fbe808 100644
--- a/dev-python/awxkit/Manifest
+++ b/dev-python/awxkit/Manifest
@@ -1,2 +1,3 @@
 DIST awx-22.0.0.gh.tar.gz 16988159 BLAKE2B 
88b2e8a1f035ca34c7dfd6ddb83ca9b72824153611861286c771a0493bf6c9fefa593d9e92116e9adf1968ee39c128af318fb7d5ef542e1d4603e235a7471412
 SHA512 
5ce0ea43d758e63ace024cee1c67e19a154104508dea2b67bdb275189e1f993b3b0c782e704d319196dcaabcf09db12ff36fcf73a35e5c4fdd5076a7e0649e10
 DIST awx-22.1.0.gh.tar.gz 16995197 BLAKE2B 
4a455219a7be93c5e85fafb2108162ef6745d835a18ad6ff842fda3e82c51e789d6a512a51275a8c169a7a480e242b2043400c641e7c950a84138cab41560758
 SHA512 
8a1bea58d24f6240d713d95a0389e434c242efda2e8eea10b3c9baa49174e93861558e4d80983aadc3d762f5b7f8c71f7440c057e1f00d4ac33619a68ab4a51a
+DIST awx-22.2.0.gh.tar.gz 16997478 BLAKE2B 
62fda5250b62c517f5374ab9d6ec6e1e5c57ba8e904626404e54b01b34dfddc006651801424092415e7d4f78f3d1d130432665cafadec5e8af1f72336bdcaf6c
 SHA512 
d8b318d5a2e2bf0fbd4c09e09655b4960fb93f95749149be6542fe426874971ffcdc866c0ea5dc2a7a71ba57d3928aa6ff7f87982a085a3c2f8f92d04645f246

diff --git a/dev-python/awxkit/awxkit-22.2.0.ebuild 
b/dev-python/awxkit/awxkit-22.2.0.ebuild
new file mode 100644
index ..d080ce8c4341
--- /dev/null
+++ b/dev-python/awxkit/awxkit-22.2.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..10} )
+
+inherit distutils-r1
+
+MY_P=awx-${PV}
+DESCRIPTION="Command line interface for Ansible AWX"
+HOMEPAGE="
+   https://github.com/ansible/awx/
+   https://pypi.org/project/awxkit/
+"
+# no sdist, as of 22.0.0
+SRC_URI="
+   https://github.com/ansible/awx/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/awxkit"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   dev-python/websocket-client[${PYTHON_USEDEP}]
+   dev-python/pyjwt[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+   printf '%s\n' "${PV}" > VERSION || die
+
+   sed -e 's|websocket-client==[[:digit:]\.]*|websocket-client|' \
+   -e "/'clean'/d" \
+   -i setup.py || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-material/

2023-05-08 Thread Michał Górny
commit: efb91f781c808e172df1a50b925117d9a87204a7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  9 03:40:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  9 05:26:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efb91f78

dev-python/mkdocs-material: Bump to 9.1.11

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/mkdocs-material/Manifest|  1 +
 .../mkdocs-material/mkdocs-material-9.1.11.ebuild  | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/mkdocs-material/Manifest 
b/dev-python/mkdocs-material/Manifest
index 0654044f1224..0ea0a85286b7 100644
--- a/dev-python/mkdocs-material/Manifest
+++ b/dev-python/mkdocs-material/Manifest
@@ -1,2 +1,3 @@
 DIST mkdocs-material-9.1.10.gh.tar.gz 14174187 BLAKE2B 
632f2855945575edc45719472e15c855b95d52a47f52b04f235b1096af336346cdcee0a05930b9a9eb5d244a0897cba4d00404daea62cd1b3cb44fdfe1d25adb
 SHA512 
e8b3cd2f66576020c86774ee896c8b03fcd35eaa6871aec46df52fa06baacc2fd059a03b97f41a25b1f823727144f8ad16819645665b4e5b2133ad503a55089c
+DIST mkdocs-material-9.1.11.gh.tar.gz 14174425 BLAKE2B 
8789f589d80a73d882b9140141f912d64b30879ee52b42cdab49f26ad09e7a1ca68d558d31ff3b2392736147c72a9d3d00f8aefea297f14170e8f4da143d935a
 SHA512 
269ffd9a39431744fc4c6082cd34def57ae91dc6caaed236360c9149973f4ea69233bb28851e7d214f442329aa8bc362bf238d2cb6d0bed172c57d82555bcef0
 DIST mkdocs-material-9.1.9.gh.tar.gz 10937664 BLAKE2B 
ebb893deecbd545496542f714976337b6c57ab0b7413f53ec0e8635e3d3a668ce3b7dbd46ea2517855e077d271f147d1df7c9d838d80a3954ff8a9f63f7f7bce
 SHA512 
0b2a42e8f035375f34ca23a1489d4d76c9733cd28e1dc98f25c8f5461a337ff533eb85c72d9b22a8d2af4694b1e0c74ea61bb62da91827562b1ecb4cf4e8867c

diff --git a/dev-python/mkdocs-material/mkdocs-material-9.1.11.ebuild 
b/dev-python/mkdocs-material/mkdocs-material-9.1.11.ebuild
new file mode 100644
index ..9e6f1d493b88
--- /dev/null
+++ b/dev-python/mkdocs-material/mkdocs-material-9.1.11.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+   dev-python/mkdocs-material-extensions
+   dev-python/mkdocs-minify-plugin
+   dev-python/mkdocs-redirects
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="A Material Design theme for MkDocs"
+HOMEPAGE="
+   https://github.com/squidfunk/mkdocs-material/
+   https://pypi.org/project/mkdocs-material/
+"
+SRC_URI="
+   https://github.com/squidfunk/${PN}/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
+   >=dev-python/mkdocs-1.4.2[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.14[${PYTHON_USEDEP}]
+   >=dev-python/pymdown-extensions-9.9.1[${PYTHON_USEDEP}]
+   >=dev-python/regex-2022.4.24[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.26[${PYTHON_USEDEP}]
+"
+
+# mkdocs-material-extensions depends on mkdocs-material creating a circular dep
+PDEPEND="
+   >=dev-python/mkdocs-material-extensions-1.1.0[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+   # simplify pyproject to remove extra deps for metadata
+   "${FILESDIR}/${PN}-8.5.7-simplify-build.patch"
+)
+
+src_prepare() {
+   echo "__version__ = '${PV}'" > gentoo_version.py || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/boto3/

2023-05-08 Thread Michał Górny
commit: a4f1fbc4e3d91e761c0c460b3bc5013994cc1f00
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  9 03:35:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  9 05:26:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f1fbc4

dev-python/boto3: Bump to 1.26.130

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/boto3/Manifest  |  1 +
 dev-python/boto3/boto3-1.26.130.ebuild | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index a973691b4b54..61ee8828fece 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -2,3 +2,4 @@ DIST boto3-1.26.123.gh.tar.gz 640741 BLAKE2B 
a4d46a9995ce2c496a1cc0a4f9835474546
 DIST boto3-1.26.126.gh.tar.gz 642281 BLAKE2B 
c7a9130cac15843decf4543d6f74904080587d28c1158f6a01e390129a9e4feb8efd2ed806fb428c61e6f84285f4bc1beccb57b1c7fbec56499befeed4663fc9
 SHA512 
bd9633a2163cc251e83ab6f86d488e436255c6a0240468f372663aab77d09cb6c3039d424c0fda1c1a7c730be8b5cf7011c6e5a7efd04ba9e8e3cd6eb0d49f15
 DIST boto3-1.26.127.gh.tar.gz 645245 BLAKE2B 
fb320e064eae4a6755770653f5519e17ea11aa6f7aa566e0a625b1113cc784440c4d519bb2de544340d66c3fe80a510a1dadba3f724395c186ad7ef68b5ce11f
 SHA512 
df6f9082a159e7ae8033ba92652cde9d73fc8b93e6793d3ce021b75135f825f7e4e102467caa179b36959a42b98376e30ada35d4a3259e359fbf417c92a6e487
 DIST boto3-1.26.129.gh.tar.gz 645918 BLAKE2B 
2de3833e60f8a8b91a35c863fc67e1b098b4d51e296a20677ab0e35b62809118dd105cf9338ccef60eef454cbf4b443bf06aa56206a1db4720305bc23ef19d42
 SHA512 
6b97bee6947eb05e972877b8326b83c4fe6fd244c0ef63da3f2aec801a00810083bb5d4998ec262394cd130393c85f4a0f0cc22f58def1a425def2b3780a48bc
+DIST boto3-1.26.130.gh.tar.gz 646289 BLAKE2B 
a93c3806253f1af6cfa385531fc7b9efbaefd403a20155c5033fd4860f19fa845394a73aa5641d21c5a3992abac92245345567c1286370ea7f0029d0159e0ad7
 SHA512 
1bf0f7d682437cd5564515b7da622b10201a4d91358f52c2c4bff9a80f1c082b881b87c53a21a0eef6c5f5c36ae622efd0d80225b402c4bf93019405f31d1a9f

diff --git a/dev-python/boto3/boto3-1.26.130.ebuild 
b/dev-python/boto3/boto3-1.26.130.ebuild
new file mode 100644
index ..2a4a7643203e
--- /dev/null
+++ b/dev-python/boto3/boto3-1.26.130.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="The AWS SDK for Python"
+HOMEPAGE="
+   https://github.com/boto/boto3/
+   https://pypi.org/project/boto3/
+"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+if [[ "${PV}" == "" ]]; then
+   EGIT_REPO_URI="https://github.com/boto/boto3;
+   inherit git-r3
+   BOTOCORE_PV=${PV}
+else
+   SRC_URI="
+   https://github.com/boto/boto3/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+   "
+   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+   # botocore is x.(y+3).z
+   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
+fi
+
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # don't lock versions to narrow ranges
+   sed -e '/botocore/ d' \
+   -e '/jmespath/ d' \
+   -e '/s3transfer/ d' \
+   -i setup.py || die
+
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   epytest tests/{functional,unit} -n "$(makeopts_jobs)"
+}



[gentoo-commits] repo/gentoo:master commit in: app-containers/podman/

2023-05-08 Thread Zac Medico
commit: fc2204a2325f3feaff80d6195c307135de462811
Author: Zac Medico  gentoo  org>
AuthorDate: Tue May  9 05:06:52 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue May  9 05:16:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc2204a2

app-containers/podman: add 4.5.0

Closes: https://bugs.gentoo.org/847025
Closes: https://bugs.gentoo.org/895858
Closes: https://bugs.gentoo.org/903285
Closes: https://bugs.gentoo.org/904399
Signed-off-by: Zac Medico  gentoo.org>

 app-containers/podman/Manifest|   1 +
 app-containers/podman/podman-4.5.0.ebuild | 172 ++
 2 files changed, 173 insertions(+)

diff --git a/app-containers/podman/Manifest b/app-containers/podman/Manifest
index 4db34578d27d..0bea3f5d5e27 100644
--- a/app-containers/podman/Manifest
+++ b/app-containers/podman/Manifest
@@ -1,2 +1,3 @@
 DIST podman-4.3.1.tar.gz 12674902 BLAKE2B 
6a6412e62004693cd734725556ee8a7082300676398fd2714c02168eaae29e56ec506755ef2a05b32c57620379ada3162607d01b641bc9197f9d9c77ff865fb8
 SHA512 
907dafc6481cbcb7a9b6771c3682a88d6c3b055050c0a180f9ceb985c1a3826318056b62dd6d2859a2a23eba7aad4bf26404327d5479bde98658745fa7d88efa
 DIST podman-4.4.1.tar.gz 14396828 BLAKE2B 
4d5ff7d14fc3cbf5fce4b86bda81abfe2575f090820cd020b3c473aa46849dacf56986ef0a2cc1820536b2e89cddbd1f34d13c4e9338cb95bc9ac6ec25006f79
 SHA512 
33a22b7941f4f6715baa1cd2d5b29a4e2e95264c5239877122448f71e1408d8c393bcd2cdaef9516a580eede911c84f1cfea9d7b4c9d287a2737986fdc604e2c
+DIST podman-4.5.0.tar.gz 17423692 BLAKE2B 
ba28e77626bb4bcdb85b20031e12cf93f2eb3174b678cb8e99557df13e2cdf377ea402eb373a51ea44302f878f8e1cdedda14a2f3ad8c9e88895754fc50c272e
 SHA512 
8a699dc01fc3d7c4a9e5ef4f166170303fc30e0f6695c61f763944e1cb755e75896108e0c4166d184fe49e3a6859f045aa3883047ebba9290e851fc128d77cac

diff --git a/app-containers/podman/podman-4.5.0.ebuild 
b/app-containers/podman/podman-4.5.0.ebuild
new file mode 100644
index ..4d227a2e9deb
--- /dev/null
+++ b/app-containers/podman/podman-4.5.0.ebuild
@@ -0,0 +1,172 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+EGIT_COMMIT="75e3c12579d391b81d871fd1cded6cf0d043550a"
+
+inherit bash-completion-r1 flag-o-matic go-module tmpfiles
+
+DESCRIPTION="Library and podman tool for running OCI-based containers in Pods"
+HOMEPAGE="https://github.com/containers/podman/;
+MY_PN=podman
+MY_P=${MY_PN}-${PV}
+SRC_URI="https://github.com/containers/podman/archive/v${PV}.tar.gz -> 
${MY_P}.tar.gz"
+LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
+SLOT="0"
+
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+IUSE="apparmor btrfs cgroup-hybrid +fuse +init +rootless selinux"
+RESTRICT="test"
+
+COMMON_DEPEND="
+   app-crypt/gpgme:=
+   >=app-containers/conmon-2.0.0
+   cgroup-hybrid? ( >=app-containers/runc-1.0.0_rc6  )
+   !cgroup-hybrid? ( app-containers/crun )
+   dev-libs/libassuan:=
+   dev-libs/libgpg-error:=
+   || (
+   >=app-containers/cni-plugins-0.8.6
+   ( app-containers/netavark app-containers/aardvark-dns )
+   )
+   sys-apps/shadow:=
+   sys-fs/lvm2
+   sys-libs/libseccomp:=
+
+   apparmor? ( sys-libs/libapparmor )
+   btrfs? ( sys-fs/btrfs-progs )
+   init? ( app-containers/catatonit )
+   rootless? ( app-containers/slirp4netns )
+   selinux? ( sys-libs/libselinux:= )
+"
+DEPEND="
+   ${COMMON_DEPEND}
+   dev-go/go-md2man"
+RDEPEND="${COMMON_DEPEND}
+   fuse? ( sys-fs/fuse-overlayfs )
+   selinux? ( sec-policy/selinux-podman )"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   default
+
+   # Disable installation of python modules here, since those are
+   # installed by separate ebuilds.
+   local makefile_sed_args=(
+   -e '/^GIT_.*/d'
+   -e 's/$(GO) build/$(GO) build -v -work -x/'
+   -e 's/^\(install:.*\) install\.python$/\1/'
+   -e 's|^pkg/varlink/iopodman.go: .gopathok 
pkg/varlink/io.podman.varlink$|pkg/varlink/iopodman.go: 
pkg/varlink/io.podman.varlink|'
+   )
+
+   has_version -b '>=dev-lang/go-1.13.9' || makefile_sed_args+=(-e 
's:GO111MODULE=off:GO111MODULE=on:')
+
+   sed "${makefile_sed_args[@]}" -i Makefile || die
+}
+
+src_compile() {
+   local git_commit=${EGIT_COMMIT}
+
+   # Filter unsupported linker flags
+   filter-flags '-Wl,*'
+
+   [[ -f hack/apparmor_tag.sh ]] || die
+   if use apparmor; then
+   echo -e "#!/bin/sh\necho apparmor" > hack/apparmor_tag.sh || die
+   else
+   echo -e "#!/bin/sh\ntrue" > hack/apparmor_tag.sh || die
+   fi
+
+   [[ -f hack/btrfs_installed_tag.sh ]] || die
+   if use btrfs; then
+   echo -e "#!/bin/sh\ntrue" > hack/btrfs_installed_tag.sh || die
+   else
+   echo -e "#!/bin/sh\necho exclude_graphdriver_btrfs" > \
+   hack/btrfs_installed_tag.sh || 

[gentoo-commits] repo/gentoo:master commit in: www-apps/rutorrent/

2023-05-08 Thread Viorel Munteanu
commit: 378ab19f8df52b73912c8c59c192d32a0ab2c1aa
Author: Henning Schild  hennsch  de>
AuthorDate: Mon May  8 19:20:43 2023 +
Commit: Viorel Munteanu  gentoo  org>
CommitDate: Tue May  9 04:49:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=378ab19f

www-apps/rutorrent: bump version to 4.1.5

Signed-off-by: Henning Schild  hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/30941
Signed-off-by: Viorel Munteanu  gentoo.org>

 www-apps/rutorrent/Manifest   |  1 +
 www-apps/rutorrent/rutorrent-4.1.5.ebuild | 71 +++
 2 files changed, 72 insertions(+)

diff --git a/www-apps/rutorrent/Manifest b/www-apps/rutorrent/Manifest
index bbf5af16bff6..ac241e090e72 100644
--- a/www-apps/rutorrent/Manifest
+++ b/www-apps/rutorrent/Manifest
@@ -1,2 +1,3 @@
 DIST rutorrent-4.0.2.tar.gz 2221825 BLAKE2B 
96867dbd818949388dedbfeee80ae85d22c9f3b04636d66797a96fc7b1de7541128445a989f642d711bd93aaf0840b56fe4e7bb7f29a02d122d939039eeff835
 SHA512 
f1f3cf7712246c02c73753e5ec8c3b5c0af4797699adeabc59822c165d06d7291d50a2d065b2d729273f907e1ec288391b1f02bc733a2b40d3e818a2de983528
 DIST rutorrent-4.1.3.tar.gz 2248878 BLAKE2B 
08c5a4580fbc1873b64e211cce5d0f2a92daa90bfdbc7900c7a4cfb24e5d2202afb87f6809e36191f8cbc08fd7a037eb63a4609e7c3c07d301b19a5cb2c28dc7
 SHA512 
c9f941bddc9759de1b183bfb9bb9eb91e91477409fc475f4585cdd90d24aeefe5e56aefa6ae45ed84bee369b4cc51f5bca64b07f8624d48246b6bc82aaaee9fb
+DIST rutorrent-4.1.5.tar.gz 2248742 BLAKE2B 
c79b7402cb0d9ac6fd8a26ebc22565bca8236fcb06b11dae065907955c09a6958581f4775abec774f1e968f4df381166e6e4b63a109550967f8089529977f9d8
 SHA512 
a0ffe258bd05b1e778b95c0bad6f76750329cd61c3086f923204fd7e404cd2a5ca8e1e93c7e863be89f093a9a10dda5a4871880582f4c77996a373cd66ff29b6

diff --git a/www-apps/rutorrent/rutorrent-4.1.5.ebuild 
b/www-apps/rutorrent/rutorrent-4.1.5.ebuild
new file mode 100644
index ..f7dbb6ae40d3
--- /dev/null
+++ b/www-apps/rutorrent/rutorrent-4.1.5.ebuild
@@ -0,0 +1,71 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit webapp optfeature
+
+DESCRIPTION="ruTorrent is a front-end for the popular Bittorrent client 
rTorrent"
+HOMEPAGE="https://github.com/Novik/ruTorrent;
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/Novik/ruTorrent.git;
+else
+   SRC_URI="https://github.com/Novik/ruTorrent/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~alpha ~amd64 ~ppc ~x86"
+   S="${WORKDIR}/ruTorrent-${PV}"
+fi
+
+LICENSE="GPL-2+ MIT"
+
+RDEPEND="
+   dev-lang/php[xml,gd]
+   virtual/httpd-php
+"
+
+need_httpd_cgi
+
+pkg_setup() {
+   webapp_pkg_setup
+}
+
+src_install() {
+   webapp_src_preinst
+
+   rm -r .github || die
+   find . \( -name .gitignore -o -name .gitmodules \) -type f -delete || 
die
+   if [[ ${PV} ==  ]]; then
+   rm -r .git .gitattributes || die
+   fi
+
+   insinto "${MY_HTDOCSDIR}"
+   doins -r .
+
+   # can not use fperms beacuse of globbing
+   chmod +x "${ED}${MY_HTDOCSDIR}"/plugins/*/*.sh \
+   "${ED}${MY_HTDOCSDIR}"/php/test.sh || die "chmod failed"
+
+   keepdir "${MY_HTDOCSDIR}"/conf/users
+   keepdir "${MY_HTDOCSDIR}"/share/settings
+   keepdir "${MY_HTDOCSDIR}"/share/torrents
+   keepdir "${MY_HTDOCSDIR}"/share/users
+
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/conf
+   webapp_serverowned -R "${MY_HTDOCSDIR}"/share
+
+   webapp_configfile "${MY_HTDOCSDIR}"/conf/.htaccess
+   webapp_configfile "${MY_HTDOCSDIR}"/conf/config.php
+   webapp_configfile "${MY_HTDOCSDIR}"/conf/access.ini
+   webapp_configfile "${MY_HTDOCSDIR}"/conf/plugins.ini
+   webapp_configfile "${MY_HTDOCSDIR}"/share/.htaccess
+
+   webapp_src_install
+}
+
+pkg_postinst() {
+   webapp_pkg_postinst
+
+   optfeature "Show audio file spectogram" media-sound/sox
+   optfeature "Display media file information" media-video/mediainfo
+   optfeature "Scrape Cloudflare based sites" dev-python/cloudscraper
+}



[gentoo-commits] repo/gentoo:master commit in: app-containers/aardvark-dns/

2023-05-08 Thread Zac Medico
commit: 1e67c858fe72352bfe27370023b94f229b3811ea
Author: Zac Medico  gentoo  org>
AuthorDate: Tue May  9 04:14:58 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue May  9 04:18:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e67c858

app-containers/aardvark-dns: new package, add 1.6.0

Bug: https://bugs.gentoo.org/895858
Signed-off-by: Zac Medico  gentoo.org>

 app-containers/aardvark-dns/Manifest   | 138 +
 .../aardvark-dns/aardvark-dns-1.6.0.ebuild | 168 +
 app-containers/aardvark-dns/metadata.xml   |  15 ++
 3 files changed, 321 insertions(+)

diff --git a/app-containers/aardvark-dns/Manifest 
b/app-containers/aardvark-dns/Manifest
new file mode 100644
index ..c8996e27e507
--- /dev/null
+++ b/app-containers/aardvark-dns/Manifest
@@ -0,0 +1,138 @@
+DIST aardvark-dns-1.6.0.crate 49504 BLAKE2B 
aecd930746027146603e069febcd7a65c239f36cc22f5eba1077485cf251a46949b14876b7d44ddeeb259e5f196464f1c0ac9e7004c3cdd9b33ef5df9c447811
 SHA512 
c81b8a33a0287fa42fbe8ee582957e9f3614432dc53af95f1b6da8c4f919be35ef3dd7c707a47d2b5fc138487897007c1a8b99d991168e9ff1a25559a88dbae9
+DIST android_system_properties-0.1.5.crate 5243 BLAKE2B 
86f68ec3bdabf8c6ec47881d794970f08a9eefc7417fc8a2bf4fe9faf9bdd2a2024a94adb0cbf96673409f5fbbd4d0111a1ac371339e7a90a277b6cd5003524e
 SHA512 
b09f51339f9772c0e2e4241b36cf51573c6b96b19ffc1fbbc94b1c1d1d2fdfe8eac3134af54174a675ab05d18ef4f6bcb2c7fcc20114bbeef6e17e3692202191
+DIST anyhow-1.0.70.crate 43803 BLAKE2B 
574da0e447592c12051deef171850b00ac2347dd336f71915dd21f45cc03439fbcdbaffe261097d53cc11fa0db75b1e3b21ba667f26c08db7125b1c6264973de
 SHA512 
6fd1338e4cbe915cb01fcc5e05e7e0c051868701eeb27f03577a7cfdd59057493922b36e2308f7050608a851112d4d24cff2826456160ac8930fe961640e809b
+DIST async-broadcast-0.5.1.crate 20134 BLAKE2B 
a45a7ff0b05eaab687f0912b2fdd0c3d9379402d5ccb8269568fbf77e235b42db0f741b4743438511fc00e7e1c6ec09c7b2f6e37b4b9a4df07846ae582e9c812
 SHA512 
48de28fad3fa8258b61f1adc0f13e69698f0fc3e11c68eb6b6d2df11784dc5c1e09f6f2c03dd12679d9888171b87cff3362ee06b910833e55d278738ab7508ae
+DIST async-trait-0.1.56.crate 27425 BLAKE2B 
e7eb838dfcc4e37a687ab6be4bf92a4a6a450d1420d19f7fb4fc3b3dadda8b277c57585e00aef655b1bb6453fbcd59901ae0f47fa92b5b23dafed8f485ef2813
 SHA512 
30b942255858d404b9f8830260496a4199678fb1a94f08a6f6581189aed0c70a9759c54b8d3bee310b41a724dd5ac0a96815e6e1259c864c379eb3145946066a
+DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
+DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
+DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
+DIST bumpalo-3.10.0.crate 78915 BLAKE2B 
94515190837765b47feaf94946c7e4da5b84e6faf7975bd5452bd9388d34e51c84315b80bc15b37c7f4ea8b4aaa0112707cdfc82d0651eeb8b63d2e7bd247660
 SHA512 
60c686534588524250ea7cb43510dba69d24999769b719127ee07f6015530ac2c5778d9b93477ab075bfc15c13e3ef9adc29ac24059067ac32e109347cd509f8
+DIST bytes-1.1.0.crate 49640 BLAKE2B 
b3140dd49dc222cd0405e405da9629038eb7d71dd4c22c8d6419ade041dc1118aa46df38f3426a36a44d8e5591c368ae32a89e71850dca7e810bbfff4441c37d
 SHA512 
d34441ea146ccaf55da4d5c645f8ffbd008eeb3204dafd5961771abc85df52751dfd1af3975fb5c91eb83d9a43da4f3589bc3aa07c8d715906d8158f3092af2d
+DIST cc-1.0.76.crate 60132 BLAKE2B 
9e8dabe8cb64a8ef7bb4a91d4e601a9175712da00644125e0e625b0a10a4815ed1a3c93f32eb773d0c2215c74b8f0d73a35831291195dff65d1ae79b8e423d8a
 SHA512 
9a31f5a78859f7272cba9289d0c1b7fe01cbbe5ccd20a729141a751df7f5a576726e2b7e038cb7142e63c59a5ce7cdb83b93c32d5b5f3f45bb297ecdc1b9e983
+DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
+DIST chrono-0.4.24.crate 191330 BLAKE2B 
492a5f1a458db9d6eaf244ac6ee750fee5b4e2586b7c675f87f2515143080774f13f9c163bcfc84b08ec70b90c7fab2ffa438f9b2b8b4ec1e691fbf9a104ad50
 SHA512 
1a9121870aa4d76448a1b118a2e135a145a55c7784c4f5a4f25732f8597b8655f32cbce174bdd65c2dc7b17dcc3a608454d0e3dc29b86338e42a839f8be1e4fd
+DIST clap-3.2.23.crate 219435 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: dev-python/coverage/

2023-05-08 Thread Arthur Zamarin
commit: f7c3c68c698b14fe7c22d36b8bea960920695659
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 04:08:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 04:08:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7c3c68c

dev-python/coverage: Stabilize 7.2.5 amd64, #905973

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/coverage/coverage-7.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/coverage/coverage-7.2.5.ebuild 
b/dev-python/coverage/coverage-7.2.5.ebuild
index 0723a1f012d7..409671fe7d90 100644
--- a/dev-python/coverage/coverage-7.2.5.ebuild
+++ b/dev-python/coverage/coverage-7.2.5.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
$(python_gen_cond_dep '



[gentoo-commits] repo/gentoo:master commit in: dev-python/coverage/

2023-05-08 Thread Arthur Zamarin
commit: 28ab9ec1bb376f50cfe719db1acee6382f82dc12
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 04:08:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 04:08:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ab9ec1

dev-python/coverage: Stabilize 7.2.5 x86, #905973

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/coverage/coverage-7.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/coverage/coverage-7.2.5.ebuild 
b/dev-python/coverage/coverage-7.2.5.ebuild
index c84318257410..0723a1f012d7 100644
--- a/dev-python/coverage/coverage-7.2.5.ebuild
+++ b/dev-python/coverage/coverage-7.2.5.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
$(python_gen_cond_dep '



[gentoo-commits] repo/gentoo:master commit in: dev-python/pylint/

2023-05-08 Thread Arthur Zamarin
commit: 5726730d538bd18bf21e5c1805b9455f6551efdf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 04:08:48 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 04:08:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5726730d

dev-python/pylint: Stabilize 2.17.3 ALLARCHES, #905978

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pylint/pylint-2.17.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pylint/pylint-2.17.3.ebuild 
b/dev-python/pylint/pylint-2.17.3.ebuild
index a46cb3a4282b..d53c5b953e2c 100644
--- a/dev-python/pylint/pylint-2.17.3.ebuild
+++ b/dev-python/pylint/pylint-2.17.3.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 IUSE="examples"
 
 # Make sure to check 
https://github.com/pylint-dev/pylint/blob/main/pyproject.toml#L34 on bumps



[gentoo-commits] repo/gentoo:master commit in: app-admin/petrovich/

2023-05-08 Thread Arthur Zamarin
commit: 457eb48f20bc74ea25770310329fe2799104ed18
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 04:08:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 04:08:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=457eb48f

app-admin/petrovich: Stabilize 1.0.0-r2 x86, #905981

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-admin/petrovich/petrovich-1.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/petrovich/petrovich-1.0.0-r2.ebuild 
b/app-admin/petrovich/petrovich-1.0.0-r2.ebuild
index 0c5e63a8586b..7b4f100d3925 100644
--- a/app-admin/petrovich/petrovich-1.0.0-r2.ebuild
+++ b/app-admin/petrovich/petrovich-1.0.0-r2.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc sparc ~x86"
+KEYWORDS="~amd64 ~ppc sparc x86"
 
 RDEPEND="virtual/perl-Digest-MD5"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/croniter/

2023-05-08 Thread Arthur Zamarin
commit: 46bd02db4bf2e48e27d7296ac578ab6b9dc4f703
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 04:08:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 04:08:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46bd02db

dev-python/croniter: Stabilize 1.3.14 ALLARCHES, #905974

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/croniter/croniter-1.3.14.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/croniter/croniter-1.3.14.ebuild 
b/dev-python/croniter/croniter-1.3.14.ebuild
index e798bb5c5ff1..48be049f83e6 100644
--- a/dev-python/croniter/croniter-1.3.14.ebuild
+++ b/dev-python/croniter/croniter-1.3.14.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 RDEPEND="
dev-python/python-dateutil[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/crypt++/

2023-05-08 Thread Arthur Zamarin
commit: 73d819658cf6ea8886233ec195371f1ecad10355
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 04:08:43 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 04:08:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73d81965

app-emacs/crypt++: Stabilize 2.94_pre20080430 ALLARCHES, #905967

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emacs/crypt++/crypt++-2.94_pre20080430.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/crypt++/crypt++-2.94_pre20080430.ebuild 
b/app-emacs/crypt++/crypt++-2.94_pre20080430.ebuild
index 5ebd70110e7d..b12dc8e38344 100644
--- a/app-emacs/crypt++/crypt++-2.94_pre20080430.ebuild
+++ b/app-emacs/crypt++/crypt++-2.94_pre20080430.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -12,6 +12,6 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/all-the-icons/

2023-05-08 Thread Arthur Zamarin
commit: 8545a5dff2375dd4635b5b8e724c8996d96d7343
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 04:08:42 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 04:08:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8545a5df

app-emacs/all-the-icons: Stabilize 5.0.0_p20230316 amd64, #905966

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emacs/all-the-icons/all-the-icons-5.0.0_p20230316.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/all-the-icons/all-the-icons-5.0.0_p20230316.ebuild 
b/app-emacs/all-the-icons/all-the-icons-5.0.0_p20230316.ebuild
index c75ee6389247..e502ad6045f9 100644
--- a/app-emacs/all-the-icons/all-the-icons-5.0.0_p20230316.ebuild
+++ b/app-emacs/all-the-icons/all-the-icons-5.0.0_p20230316.ebuild
@@ -22,7 +22,7 @@ else
-> ${P}.tar.gz"
S="${WORKDIR}"/${PN}.el-${PV}
fi
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ddskk/

2023-05-08 Thread Arthur Zamarin
commit: bd53f8dfcdce893cdf34e78051b9648e5f1d385a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 04:08:44 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 04:08:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd53f8df

app-emacs/ddskk: Stabilize 17.1-r1 amd64, #905969

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emacs/ddskk/ddskk-17.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ddskk/ddskk-17.1-r1.ebuild 
b/app-emacs/ddskk/ddskk-17.1-r1.ebuild
index 25706289cc4a..c73fe4ba977d 100644
--- a/app-emacs/ddskk/ddskk-17.1-r1.ebuild
+++ b/app-emacs/ddskk/ddskk-17.1-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/skk-dev/${PN}/archive/${P}_Neppu.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ruby"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/org-mode/

2023-05-08 Thread Arthur Zamarin
commit: 76409454534dd901ab0e21d629cf56ab66825bfe
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 04:08:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 04:08:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76409454

app-emacs/org-mode: Stabilize 9.6.3 ALLARCHES, #905970

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emacs/org-mode/org-mode-9.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/org-mode/org-mode-9.6.3.ebuild 
b/app-emacs/org-mode/org-mode-9.6.3.ebuild
index 77e4614e18c6..2747f4956985 100644
--- a/app-emacs/org-mode/org-mode-9.6.3.ebuild
+++ b/app-emacs/org-mode/org-mode-9.6.3.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}"/${MY_P}
 
 LICENSE="GPL-3+ FDL-1.3+ CC-BY-SA-3.0 odt-schema? ( OASIS-Open )"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="doc odt-schema"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/ddskk/

2023-05-08 Thread Arthur Zamarin
commit: a0c4d2c392857769a4da0146b871bc5dfecb5cf3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 04:08:43 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 04:08:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0c4d2c3

app-emacs/ddskk: Stabilize 17.1-r1 x86, #905969

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emacs/ddskk/ddskk-17.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/ddskk/ddskk-17.1-r1.ebuild 
b/app-emacs/ddskk/ddskk-17.1-r1.ebuild
index 53f2ce06543d..25706289cc4a 100644
--- a/app-emacs/ddskk/ddskk-17.1-r1.ebuild
+++ b/app-emacs/ddskk/ddskk-17.1-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/skk-dev/${PN}/archive/${P}_Neppu.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="ruby"
 RESTRICT="test"
 



[gentoo-commits] repo/gentoo:master commit in: app-containers/buildah/

2023-05-08 Thread Arthur Zamarin
commit: fc8446ec3d18789de92156207f6b3f168327e9fb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 03:31:35 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 03:31:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc8446ec

app-containers/buildah: Stabilize 1.29.1 amd64, #905982

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-containers/buildah/buildah-1.29.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/buildah/buildah-1.29.1.ebuild 
b/app-containers/buildah/buildah-1.29.1.ebuild
index 50aceffa7e70..ce017d99dc04 100644
--- a/app-containers/buildah/buildah-1.29.1.ebuild
+++ b/app-containers/buildah/buildah-1.29.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/containers/buildah/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm64"
+KEYWORDS="amd64 arm64"
 IUSE="selinux"
 
 RDEPEND="app-crypt/gpgme:=



[gentoo-commits] repo/gentoo:master commit in: media-fonts/iosevka/

2023-05-08 Thread Arthur Zamarin
commit: 56ae0bc05a45fa9cda719e71befce6013798a8c5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 03:28:42 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 03:28:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56ae0bc0

media-fonts/iosevka: Keyword 22.1.1 x86, #905837

Signed-off-by: Arthur Zamarin  gentoo.org>

 media-fonts/iosevka/iosevka-22.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-fonts/iosevka/iosevka-22.1.1.ebuild 
b/media-fonts/iosevka/iosevka-22.1.1.ebuild
index 4aa1e32828b0..644a821b052c 100644
--- a/media-fonts/iosevka/iosevka-22.1.1.ebuild
+++ b/media-fonts/iosevka/iosevka-22.1.1.ebuild
@@ -62,7 +62,7 @@ unset MY_BASE my_filename variant
 
 LICENSE="OFL-1.1"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 
 BDEPEND="app-arch/unzip"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/dashboard/

2023-05-08 Thread Arthur Zamarin
commit: 0b36a4b13a4aafd445948f88e7ac0d7463ab1f83
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 03:28:42 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 03:28:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b36a4b1

app-emacs/dashboard: Stabilize 1.8.0_pre20230401 amd64, #905968

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild 
b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
index 613982413eaf..9d47e4086866 100644
--- a/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
+++ b/app-emacs/dashboard/dashboard-1.8.0_pre20230401.ebuild
@@ -24,7 +24,7 @@ else
-> ${P}.tar.gz"
S="${WORKDIR}"/emacs-${PN}-${PV}
fi
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
 fi
 
 LICENSE="GPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-containers/buildah/

2023-05-08 Thread Arthur Zamarin
commit: b1b3422b6d9128713cd5488315d97aa20f2be898
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 03:02:59 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 03:02:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1b3422b

app-containers/buildah: Stabilize 1.29.1 arm64, #905982

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-containers/buildah/buildah-1.29.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-containers/buildah/buildah-1.29.1.ebuild 
b/app-containers/buildah/buildah-1.29.1.ebuild
index 21c3a103bda8..50aceffa7e70 100644
--- a/app-containers/buildah/buildah-1.29.1.ebuild
+++ b/app-containers/buildah/buildah-1.29.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/containers/buildah/archive/v${PV}.tar.gz -> ${P}.tar
 
 LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 arm64"
 IUSE="selinux"
 
 RDEPEND="app-crypt/gpgme:=



[gentoo-commits] repo/gentoo:master commit in: dev-python/flask-babel/

2023-05-08 Thread Arthur Zamarin
commit: 7b241a70a180c74e3d0a99795cb7f4f0182d9e41
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 03:02:55 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 03:02:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b241a70

dev-python/flask-babel: Stabilize 3.1.0 ALLARCHES, #905976

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/flask-babel/flask-babel-3.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/flask-babel/flask-babel-3.1.0.ebuild 
b/dev-python/flask-babel/flask-babel-3.1.0.ebuild
index 9c422ccab908..dfa1ff6ea2eb 100644
--- a/dev-python/flask-babel/flask-babel-3.1.0.ebuild
+++ b/dev-python/flask-babel/flask-babel-3.1.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/Babel-2.12[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2023-05-08 Thread Arthur Zamarin
commit: a52d600fdf388cce25fb680b820695078695ef7a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 03:02:58 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 03:02:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a52d600f

dev-python/mypy: Stabilize 1.2.0 sparc, #905977

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/mypy/mypy-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mypy/mypy-1.2.0.ebuild 
b/dev-python/mypy/mypy-1.2.0.ebuild
index 2baaad3b65c6..ba0869f46b16 100644
--- a/dev-python/mypy/mypy-1.2.0.ebuild
+++ b/dev-python/mypy/mypy-1.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 
 # stubgen collides with this package: https://bugs.gentoo.org/585594
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-admin/petrovich/

2023-05-08 Thread Arthur Zamarin
commit: 3f9e6731a641abd3ac2d2b15abee9729b63abd34
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 03:02:59 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 03:02:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f9e6731

app-admin/petrovich: Stabilize 1.0.0-r2 sparc, #905981

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-admin/petrovich/petrovich-1.0.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/petrovich/petrovich-1.0.0-r2.ebuild 
b/app-admin/petrovich/petrovich-1.0.0-r2.ebuild
index 7be1b726a65a..0c5e63a8586b 100644
--- a/app-admin/petrovich/petrovich-1.0.0-r2.ebuild
+++ b/app-admin/petrovich/petrovich-1.0.0-r2.ebuild
@@ -10,7 +10,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc sparc ~x86"
 
 RDEPEND="virtual/perl-Digest-MD5"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2023-05-08 Thread Arthur Zamarin
commit: 685bc067d1ffd7fb958e4a3ffce0ea4edb95ea07
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 03:02:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 03:02:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=685bc067

dev-python/mypy: Stabilize 1.2.0 arm, #905977

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/mypy/mypy-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mypy/mypy-1.2.0.ebuild 
b/dev-python/mypy/mypy-1.2.0.ebuild
index 7ff4df8e0888..f047ad8f8fbb 100644
--- a/dev-python/mypy/mypy-1.2.0.ebuild
+++ b/dev-python/mypy/mypy-1.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 # stubgen collides with this package: https://bugs.gentoo.org/585594
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2023-05-08 Thread Arthur Zamarin
commit: ae901881cbe7551a61a5451866be04cfb8d5adbe
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 03:02:57 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 03:02:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae901881

dev-python/mypy: Stabilize 1.2.0 hppa, #905977

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/mypy/mypy-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mypy/mypy-1.2.0.ebuild 
b/dev-python/mypy/mypy-1.2.0.ebuild
index f047ad8f8fbb..2baaad3b65c6 100644
--- a/dev-python/mypy/mypy-1.2.0.ebuild
+++ b/dev-python/mypy/mypy-1.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 # stubgen collides with this package: https://bugs.gentoo.org/585594
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/mypy/

2023-05-08 Thread Arthur Zamarin
commit: 9b8da421729cf47eae6c65cca4b835353109abd1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 03:02:55 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 03:02:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b8da421

dev-python/mypy: Stabilize 1.2.0 arm64, #905977

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/mypy/mypy-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mypy/mypy-1.2.0.ebuild 
b/dev-python/mypy/mypy-1.2.0.ebuild
index 602afdd767cd..7ff4df8e0888 100644
--- a/dev-python/mypy/mypy-1.2.0.ebuild
+++ b/dev-python/mypy/mypy-1.2.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 # stubgen collides with this package: https://bugs.gentoo.org/585594
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/coverage/

2023-05-08 Thread Arthur Zamarin
commit: a75bc07c94c6451755173695d34723ce6a6e6aaa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 03:02:52 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 03:02:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a75bc07c

dev-python/coverage: Stabilize 7.2.5 arm64, #905973

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/coverage/coverage-7.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/coverage/coverage-7.2.5.ebuild 
b/dev-python/coverage/coverage-7.2.5.ebuild
index 89226568addc..cf791b02686a 100644
--- a/dev-python/coverage/coverage-7.2.5.ebuild
+++ b/dev-python/coverage/coverage-7.2.5.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
 
 RDEPEND="
$(python_gen_cond_dep '



[gentoo-commits] repo/gentoo:master commit in: dev-python/astroid/

2023-05-08 Thread Arthur Zamarin
commit: 1d1eb15abc5a8f1c87f80659fdca1d97cc1351ba
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 03:02:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 03:02:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d1eb15a

dev-python/astroid: Stabilize 2.15.4 ALLARCHES, #905972

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/astroid/astroid-2.15.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/astroid/astroid-2.15.4.ebuild 
b/dev-python/astroid/astroid-2.15.4.ebuild
index 553be35505ca..c256f24264b0 100644
--- a/dev-python/astroid/astroid-2.15.4.ebuild
+++ b/dev-python/astroid/astroid-2.15.4.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="LGPL-2.1+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
 
 # Version specified in pyproject.toml
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/coverage/

2023-05-08 Thread Arthur Zamarin
commit: 4e964775a490550eac35ad2608c1fe1a65608f53
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 03:02:53 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 03:02:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e964775

dev-python/coverage: Stabilize 7.2.5 arm, #905973

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/coverage/coverage-7.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/coverage/coverage-7.2.5.ebuild 
b/dev-python/coverage/coverage-7.2.5.ebuild
index cf791b02686a..8cfeb87e5308 100644
--- a/dev-python/coverage/coverage-7.2.5.ebuild
+++ b/dev-python/coverage/coverage-7.2.5.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
 
 RDEPEND="
$(python_gen_cond_dep '



[gentoo-commits] repo/gentoo:master commit in: dev-python/coverage/

2023-05-08 Thread Arthur Zamarin
commit: 56b262bfedfdb3e8f82d870ecfa5cc3c5804b21f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue May  9 03:02:54 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue May  9 03:02:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56b262bf

dev-python/coverage: Stabilize 7.2.5 sparc, #905973

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/coverage/coverage-7.2.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/coverage/coverage-7.2.5.ebuild 
b/dev-python/coverage/coverage-7.2.5.ebuild
index 8cfeb87e5308..c84318257410 100644
--- a/dev-python/coverage/coverage-7.2.5.ebuild
+++ b/dev-python/coverage/coverage-7.2.5.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~x64-macos"
 
 RDEPEND="
$(python_gen_cond_dep '



[gentoo-commits] repo/gentoo:master commit in: app-misc/mosquitto/

2023-05-08 Thread Matt Turner
commit: e6c55de8609f752a60f2cbe64e206f33c47d29f2
Author: Matt Turner  gentoo  org>
AuthorDate: Tue May  9 01:50:19 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue May  9 01:50:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c55de8

app-misc/mosquitto: Propagate stable keywords

Signed-off-by: Matt Turner  gentoo.org>

 app-misc/mosquitto/mosquitto-2.0.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/mosquitto/mosquitto-2.0.15-r1.ebuild 
b/app-misc/mosquitto/mosquitto-2.0.15-r1.ebuild
index 29bf8bdd7b4a..ab041935459f 100644
--- a/app-misc/mosquitto/mosquitto-2.0.15-r1.ebuild
+++ b/app-misc/mosquitto/mosquitto-2.0.15-r1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://mosquitto.org/files/source/${P}.tar.gz;
 
 LICENSE="EPL-1.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 arm ~arm64 x86"
 IUSE="bridge examples +persistence +srv ssl systemd tcpd test websockets"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: www-apps/miniflux/

2023-05-08 Thread Kenton Groombridge
commit: 6769429b2e5fdca5a3198eb7b452c9d14be5792b
Author: Kenton Groombridge  gentoo  org>
AuthorDate: Tue May  9 01:26:33 2023 +
Commit: Kenton Groombridge  gentoo  org>
CommitDate: Tue May  9 01:26:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6769429b

www-apps/miniflux: add 2.0.44

Signed-off-by: Kenton Groombridge  gentoo.org>

 www-apps/miniflux/Manifest   |   2 +
 www-apps/miniflux/miniflux-2.0.44.ebuild | 107 +++
 2 files changed, 109 insertions(+)

diff --git a/www-apps/miniflux/Manifest b/www-apps/miniflux/Manifest
index 0a026410..f7fc86caea62 100644
--- a/www-apps/miniflux/Manifest
+++ b/www-apps/miniflux/Manifest
@@ -1,2 +1,4 @@
 DIST miniflux-2.0.43-deps.tar.xz 38360844 BLAKE2B 
4b3a51acf0f319a99ab5b8a03dd32cae54d73ad7c35de6659cc77b1e227551f444280f670eddb4f7580685dd44bce7fedc0af31f5a5dafbbf0f7bc4c17077910
 SHA512 
e41a9a112ab0dfe0b7cd3670ceecf88aed77b1a908413af09e56e48f0570a34a0f0055e13fc5244b2052db4e79b28f6ce27564f29273d0a333fbbce18fd6d7ec
 DIST miniflux-2.0.43.tar.gz 586624 BLAKE2B 
33245f2da209c7cb7a647b3bc2f571e9596467c28779038384e6501e8c966b95f087cd0da4feb78cec254b1efbcd3a8dcdfaeb089fc440d1bab1c5ca086db9b6
 SHA512 
fd09a2ecb00173a6b2f0f7438ff677af5b5c1b616f1a44b138478452a78e0a925f802eeda0e8072211ed2dbbc59e7079b13fbb086663ceebd3d2e06dceca
+DIST miniflux-2.0.44-deps.tar.xz 38348604 BLAKE2B 
6709ad503ec64ea64fb35624ff0f6d641a6ccac78d52469a0a6c6e905e505c78866603f310e82c5ff7e1bcd7656cb0d9b3516bb9d0822d7a3f8bbbdadaff0aca
 SHA512 
f463a5a63c5611e8b90ebf15127e05e2df878bb6c49a347f182c5df40feea7e0b2fa21cff4c92b6a99f82e8be4cbd113999f0b3ba6187897af9fad49c9a2aecb
+DIST miniflux-2.0.44.tar.gz 574354 BLAKE2B 
a0c29cb88d88584619e6890a01af15d7b7d9a6ab230b60d76c01d95e82c5ef665aeb19f120180bc328ef3847cae2c87096a096e8f0d0455f7694539556453e5b
 SHA512 
6c1057bcb4daf3110a8885363e2386c6d68776e917f0277299ab94fb46553a8a1b3acf4a2893ab03d30e2b3c26118257e68a7f33d5d436884bfafd8e06fc5e0a

diff --git a/www-apps/miniflux/miniflux-2.0.44.ebuild 
b/www-apps/miniflux/miniflux-2.0.44.ebuild
new file mode 100644
index ..b2e63151f22c
--- /dev/null
+++ b/www-apps/miniflux/miniflux-2.0.44.ebuild
@@ -0,0 +1,107 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module systemd
+
+# Get with 'git rev-parse --short HEAD'
+MY_GIT_COMMIT="4c0c6581"
+
+DESCRIPTION="Minimalist and opinionated feed reader"
+HOMEPAGE="https://miniflux.app https://github.com/miniflux/v2;
+SRC_URI="https://github.com/${PN}/v2/archive/${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://dev.gentoo.org/~concord/distfiles/${P}-deps.tar.xz;
+
+LICENSE="Apache-2.0 BSD BSD-2 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv"
+
+RESTRICT="test" # requires network access
+
+DEPEND="acct-user/miniflux"
+RDEPEND="${DEPEND}
+   >=dev-db/postgresql-9.5
+"
+
+S="${WORKDIR}/v2-${PV}"
+
+src_compile() {
+   ego build -ldflags="
+   -s -w
+   -X 'miniflux.app/version.Version=${PV}'
+   -X 'miniflux.app/version.Commit=${MY_GIT_COMMIT}'
+   -X 'miniflux.app/version.BuildDate=$(date +%FT%T%z)'
+   " -o miniflux main.go
+}
+
+src_install() {
+   dobin miniflux
+
+   insinto /etc
+   doins "${FILESDIR}/${PN}.conf"
+
+   newconfd "${FILESDIR}/${PN}.confd" ${PN}
+
+   newinitd "${FILESDIR}/${PN}.initd-r1" ${PN}
+   systemd_dounit "${FILESDIR}/${PN}.service"
+
+   fowners miniflux:root /etc/${PN}.conf
+   fperms o-rwx /etc/${PN}.conf
+
+   local DOCS=(
+   ChangeLog
+   README.md
+   "${FILESDIR}"/README.gentoo
+   )
+
+   # Makefile has no install target, so call einstalldocs directly
+   einstalldocs
+
+   doman "${PN}".1
+}
+
+pkg_postinst() {
+   if [[ -z "${REPLACING_VERSIONS}" ]]; then
+   # This is a new installation
+
+   echo
+   elog "Before using miniflux, you must first create and 
initialize the database"
+   elog "and enable the hstore extension for it."
+   elog ""
+   elog "Afterwards, create your first admin user by running:"
+   elog "  miniflux -create-admin"
+   else
+   # This is an existing installation
+
+   echo
+   elog "If you are upgrading from a previous version, schema 
migrations must be performed."
+   elog "To perform the migrations, stop the daemon, backup your 
database, and run:"
+   elog "  emerge --config =${PF}"
+   fi
+
+   echo
+   elog "Please read"
+   elog ""
+   elog "  ${EPREFIX}/usr/share/doc/${PF}/README.gentoo*"
+   elog ""
+   elog "for more information."
+}
+
+pkg_config() {
+   # To be safe, avoid doing migrations if miniflux is running
+   if pgrep miniflux; then
+   die "miniflux appears to be 

[gentoo-commits] repo/proj/guru:dev commit in: app-shells/zoxide/

2023-05-08 Thread Leonardo Hernandez
commit: e23ff39c51edf444600673c42f3a473d18ad672e
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Tue May  9 01:19:09 2023 +
Commit: Leonardo Hernandez  proton  me>
CommitDate: Tue May  9 01:20:01 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e23ff39c

app-shells/zoxide: add 0.9.1

Signed-off-by: Leonardo Hernández Hernández  proton.me>

 app-shells/zoxide/Manifest|  84 +
 app-shells/zoxide/zoxide-0.9.1.ebuild | 164 ++
 2 files changed, 248 insertions(+)

diff --git a/app-shells/zoxide/Manifest b/app-shells/zoxide/Manifest
index 6ffb54036..dc0f35127 100644
--- a/app-shells/zoxide/Manifest
+++ b/app-shells/zoxide/Manifest
@@ -2,18 +2,27 @@ DIST Inflector-0.11.4.crate 17438 BLAKE2B 
eaf0c7f983b3186e9bc89353021a10592f2877
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST aho-corasick-0.7.20.crate 111440 BLAKE2B 
3f5d54fea2793ce1c2c4d5b3049b910f45a5721e7538cb2557df63dc3069ab3f6b66aceb5e9a48f21c43ae29778fd045428ea103b2a6de81659e605e30e64ca6
 SHA512 
ad31f3d1b3fe41e593d4ca7e721bbad62936f2e6a17fd1e0997353edb6fc906d1bef2b79f0ac7c7676abe637bbabb23ff22059947be379a2441011f8178983c5
 DIST aliasable-0.1.3.crate 6169 BLAKE2B 
c23840c7f1df86109e004aa1929d7355bd815c69ce8c5a316c9e2810851b7faf91c7480924d67cf83520e94b86dc0cc1b90b0dcc84b446a15ba51bae95ca
 SHA512 
a60e4280335638b36a72e51514843229fdd0cc89cb670fcf159f882a687c04ecbddcc52a1dcc3cbe8647e5308af3939037934a157facdddcc4834dcd3cb16dc8
+DIST anstream-0.3.2.crate 19504 BLAKE2B 
617b846c244ea4ccd6c7835a382afe85e14c245ea56b678f57ee12e9c7bcc1c0c3db9620eb4d16bf35e17eca38968bf04420b758f482ac5594670e6292c1fbb9
 SHA512 
b896e5208a2ee6a3c98bf3bb9ac1c52792de114dfa5709dadcac6183ea19ea63230dffd3217e571354a71d69b8eafbb0189e05f8f77f50922020de54e3aeecc8
+DIST anstyle-1.0.0.crate 13972 BLAKE2B 
741704b6e338834696bc816d8a65ff933f9bff48e71d25269f04c4a24c3dbb06826d2f84f73a1dceeda99cfc5c8e3d59b3d07dbb404cc3471b86cf118d074e80
 SHA512 
5a0159b9f8a80afadff04ecbec3c1769cef712c77de8062b31323298dab9507f4a87b7c777e6335d310ec464b0982d097b5888b4b351c389b5f4419c2c87be7b
+DIST anstyle-parse-0.2.0.crate 24361 BLAKE2B 
f796ddf1af04c93d7ee2721731e5cd22bb941919940a9edf6b2a658a8c39e87bd801bfd989631d64e9061067f7349796c56009ec61c02d754748181cc4d91a62
 SHA512 
fbac25189a0f4c0ddf2733c8ff74bdc2dc1a35e522d0201fa48f0f45e1d5d0a42e4806178507d0bc6a2ac22978b813eae5d57f09dddc80582de524690d87147f
+DIST anstyle-query-1.0.0.crate 8620 BLAKE2B 
2d296b5066fd6284a2410923215571e6df650c5ef892d6de7a7088a0996ca30608797feabc84f3c325ff4d07001dac80ac5067d2a9c9d15d9ba59a276b399f53
 SHA512 
2781be5c82293b7ae338ec5046fbeb130de9eb2dbf2e4dfaa73ca5233032e1e52c133e141b02f33d4bc36d996a0a3f680ac82d42d614a5305005f60547133c7a
+DIST anstyle-wincon-1.0.1.crate 11718 BLAKE2B 
2500845a23edfb47ecd156424a89789c713a7c367c3fef98d26e4e7b2acb3c6433d39a1c2a59813a98266b0993d4b750e9b6b68b7ced7ec5a04a8b13bad174e7
 SHA512 
00c380fc0198c49776c40aeef419be2fd2d6809bd2e5d86457f1658c6f4b2e83ebe8feee95855c3bbedd4200a917f582bd41b0ee0cf5d7d1d5017228885a58e6
 DIST anyhow-1.0.52.crate 44224 BLAKE2B 
79d68d3390d27e0e27f9db784ad10b5d7845dec7949fbc722f944ef3988419acd72c509b44a4544e99bea5e57407da5b1ce40a96277d307fc408c958ea915c31
 SHA512 
b87e0b304daff85894c34060b97379d8e3d9be03078275313035c7142c76b3e59922b25924ac98a0b1b70fc98746eb174ca4b7ef33a26e115f294c1f1200aa6a
 DIST anyhow-1.0.58.crate 43137 BLAKE2B 
8e797dfab555d7076128851203ec1c6cb3c448bad52fe28c82b10518549971e6daaaca52d4a0dbb126549fd819706d6788e5322c6433ed71836c7f6051230b7a
 SHA512 
78b21c51efd37e2be8f5672dc57f23ecd222d910604276da094754e06b86eb5a899d7ca7fb9f92566a13f70c116b05fed93d68a06320894d76a14a31e6c557b7
 DIST anyhow-1.0.61.crate 43202 BLAKE2B 
cd13e3b187a87c1ada6fea8c3c289627893e782a9bdad0c7a32d2b4acf5182abeff3fd649664b645b14f46a25a59a5b13d0a072296146acb9954af781e972ba9
 SHA512 
06a7e077efb1e1cb3fd5b210a9fdfa2142141d57188660fc2e301501ba38f49291126cb1dccd0f01facbc1d0302132e41b42e5ebb14e44e152cf10b18d3e5e6d
 DIST anyhow-1.0.68.crate 43882 BLAKE2B 
0ccd8fcb746344dfa85674fa7c95aa648aed8d40134b8c1c1c0852f6c7d22f5622ca1704ec65c254fc20946b1733299e1517364d74f726952d5a951ef89a2fe5
 SHA512 
b8cfc132ebeac823edf18cba7e335d1939fcbb095ed4ea859f4dc4cde5b1ff35fd68f0743577c69085f74f019768a3359936bf6dc1b2aceb7e2b28ace7f74a0f
+DIST anyhow-1.0.71.crate 43808 BLAKE2B 
1ec6b440758e26b2328738bab7c6b1fe8670959793cc24f61cecd0d8b0ebe60b9855ee1cdac9b5f5a5b238daf796eae5b7c82b903e7c822a5625d95130f8b61f
 SHA512 
401b1c5d04fa0581f303395fcb3af5e7684ead367e2a173b4d90db9c04ac20010c5330a686f3ba91a541e1526a7185091b7dbfddce5134b5a74cc749b0338da5
 DIST askama-0.11.0.crate 8343 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: dev-util/android-studio/

2023-05-08 Thread Jason A. Donenfeld
commit: ada2b88802742faeb549ef6afa29757601cbe3a3
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Tue May  9 00:49:25 2023 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Tue May  9 00:49:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ada2b888

dev-util/android-studio: add 2022.3.1.13, drop 2022.3.1.12

Signed-off-by: Jason A. Donenfeld  gentoo.org>

 dev-util/android-studio/Manifest| 2 +-
 ...roid-studio-2022.3.1.12.ebuild => android-studio-2022.3.1.13.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/android-studio/Manifest b/dev-util/android-studio/Manifest
index 4f1ef300b4ef..ed350a15f59e 100644
--- a/dev-util/android-studio/Manifest
+++ b/dev-util/android-studio/Manifest
@@ -1,4 +1,4 @@
 DIST android-studio-2021.2.1.14-linux.tar.gz 1010969463 BLAKE2B 
24899d0b81303c5f7ad061afd80eac73b313f40257d20dc99b99f11a867bb92fe7b77428e5431889fc2beabcea58a5875608087a5de96105675c42b2a8ba
 SHA512 
9d9184828a8ca0007e613e53215b0af1abd2c79a482670fe7bbb708f2bcb144b8881ef2d1c89ca8e2528aedc1f3b7d4a40c0c6d3e20a16de520aaf075f6990a7
 DIST android-studio-2021.3.1.16-linux.tar.gz 976205257 BLAKE2B 
8854a346b751338bfadac61820a78f7ea9aa87828f9049a22d69221fc3ac2c4a9e6e738b84b2eb81023ceeb7866c35b74d38b0d9c2fca534df6e0947b6699b05
 SHA512 
4c033e1b5dd68fc73fe203ff19e134cf72d3a8faa9a9ba041bf478e529376f962c31d598b85e43a625fa56ef24f2ab6e13378125a7b710449daaf6d727ab51f5
 DIST android-studio-2022.1.1.21-linux.tar.gz 1014162603 BLAKE2B 
a3cc78ba4ba869d9615a55a90827171164ab961730681fa48962feeabf6a355930bb32d1822c31fb024f56f3e5d8d6880471505c3b48b1fe507ef15d44e2b0fa
 SHA512 
5e850c6c5bb05923b41e4fafb0a20afcbec884cea427d5bb26a82e767930ef2c4477592e9338b1ea0458a3590d017f057a615749d9b9e1e8b364f67582ef0263
-DIST android-studio-2022.3.1.12-linux.tar.gz 1165468510 BLAKE2B 
901f69b255ff8ed265ef59697f1707ae697e6e260a56dae48e38d9f41d8cc89d8ca61b8aa3655601e0ed43750ce5327434a971761085ab8da842d49165e33c6a
 SHA512 
3813e599e42a47cb7c6a17372b12eb5721c97b241d4df261b310694e0cd89253c7e82e92a1f5ea2a9661844b4733bd0df9331d24e8995c3770602ca44c0db3b5
+DIST android-studio-2022.3.1.13-linux.tar.gz 1165578876 BLAKE2B 
1d1271d55a00dd4be7c3dee57b960f4b48d8132764fc50f20dcb1a323efe74a0d19b24b62e27b2005aa76262c85d8cbe16e5d70f2d56c7036722396df53c4117
 SHA512 
80cb8a09f3c2bf0a31b0df7b18099440e35dc61d60c3763be380402160d69775082a1b9c6f66f1c4823e76cac248c63974faa93ca96b7247af4cdd43d65f0fda

diff --git a/dev-util/android-studio/android-studio-2022.3.1.12.ebuild 
b/dev-util/android-studio/android-studio-2022.3.1.13.ebuild
similarity index 100%
rename from dev-util/android-studio/android-studio-2022.3.1.12.ebuild
rename to dev-util/android-studio/android-studio-2022.3.1.13.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-util/android-studio/

2023-05-08 Thread Jason A. Donenfeld
commit: a01b4a94f14b7d01569fe747f5c3b12fe2f41e78
Author: Jason A. Donenfeld  gentoo  org>
AuthorDate: Mon Apr 24 22:19:28 2023 +
Commit: Jason A. Donenfeld  gentoo  org>
CommitDate: Tue May  9 00:49:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a01b4a94

dev-util/android-studio: add 2022.3.1.12, drop 2022.3.1.11

Signed-off-by: Jason A. Donenfeld  gentoo.org>

 dev-util/android-studio/Manifest| 2 +-
 ...roid-studio-2022.3.1.11.ebuild => android-studio-2022.3.1.12.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/android-studio/Manifest b/dev-util/android-studio/Manifest
index 8bb732514d13..4f1ef300b4ef 100644
--- a/dev-util/android-studio/Manifest
+++ b/dev-util/android-studio/Manifest
@@ -1,4 +1,4 @@
 DIST android-studio-2021.2.1.14-linux.tar.gz 1010969463 BLAKE2B 
24899d0b81303c5f7ad061afd80eac73b313f40257d20dc99b99f11a867bb92fe7b77428e5431889fc2beabcea58a5875608087a5de96105675c42b2a8ba
 SHA512 
9d9184828a8ca0007e613e53215b0af1abd2c79a482670fe7bbb708f2bcb144b8881ef2d1c89ca8e2528aedc1f3b7d4a40c0c6d3e20a16de520aaf075f6990a7
 DIST android-studio-2021.3.1.16-linux.tar.gz 976205257 BLAKE2B 
8854a346b751338bfadac61820a78f7ea9aa87828f9049a22d69221fc3ac2c4a9e6e738b84b2eb81023ceeb7866c35b74d38b0d9c2fca534df6e0947b6699b05
 SHA512 
4c033e1b5dd68fc73fe203ff19e134cf72d3a8faa9a9ba041bf478e529376f962c31d598b85e43a625fa56ef24f2ab6e13378125a7b710449daaf6d727ab51f5
 DIST android-studio-2022.1.1.21-linux.tar.gz 1014162603 BLAKE2B 
a3cc78ba4ba869d9615a55a90827171164ab961730681fa48962feeabf6a355930bb32d1822c31fb024f56f3e5d8d6880471505c3b48b1fe507ef15d44e2b0fa
 SHA512 
5e850c6c5bb05923b41e4fafb0a20afcbec884cea427d5bb26a82e767930ef2c4477592e9338b1ea0458a3590d017f057a615749d9b9e1e8b364f67582ef0263
-DIST android-studio-2022.3.1.11-linux.tar.gz 1096373131 BLAKE2B 
fb05d201835db76c1f9c3b02234ee4a9c4fe86f0d1a371cdd89725d064b7e50c8944ce58fa221806e80a16bd18ecde6d2631325c38e3e68ace3d1668ecb59eaa
 SHA512 
7aac51617dea286bf46f46a6a33e48ec5496a369b7e86d2e9705c43159716cd8003393862976c051a655407bb13977b3d2e10f9f552aa7a0131dd04f3237
+DIST android-studio-2022.3.1.12-linux.tar.gz 1165468510 BLAKE2B 
901f69b255ff8ed265ef59697f1707ae697e6e260a56dae48e38d9f41d8cc89d8ca61b8aa3655601e0ed43750ce5327434a971761085ab8da842d49165e33c6a
 SHA512 
3813e599e42a47cb7c6a17372b12eb5721c97b241d4df261b310694e0cd89253c7e82e92a1f5ea2a9661844b4733bd0df9331d24e8995c3770602ca44c0db3b5

diff --git a/dev-util/android-studio/android-studio-2022.3.1.11.ebuild 
b/dev-util/android-studio/android-studio-2022.3.1.12.ebuild
similarity index 100%
rename from dev-util/android-studio/android-studio-2022.3.1.11.ebuild
rename to dev-util/android-studio/android-studio-2022.3.1.12.ebuild



[gentoo-commits] repo/gentoo:master commit in: app-containers/netavark/

2023-05-08 Thread Zac Medico
commit: 69d6ba14a7cb096757e96c16afcb7d48b9f2fbe0
Author: Zac Medico  gentoo  org>
AuthorDate: Mon May  8 23:43:43 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon May  8 23:44:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69d6ba14

app-containers/netavark: add protobuf BDEPEND

Closes: https://bugs.gentoo.org/905918
Signed-off-by: Zac Medico  gentoo.org>

 app-containers/netavark/netavark-1.6.0.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-containers/netavark/netavark-1.6.0.ebuild 
b/app-containers/netavark/netavark-1.6.0.ebuild
index b912ae255dc6..bffdfff8980c 100644
--- a/app-containers/netavark/netavark-1.6.0.ebuild
+++ b/app-containers/netavark/netavark-1.6.0.ebuild
@@ -265,7 +265,8 @@ SRC_URI="$(cargo_crate_uris)"
 LICENSE="Apache-2.0 Apache-2.0-with-LLVM-exceptions BSD BSD-2 Boost-1.0 MIT 
Unicode-DFS-2016 Unlicense ZLIB"
 SLOT="0"
 KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
-BDEPEND="dev-go/go-md2man"
+BDEPEND="dev-go/go-md2man
+   dev-libs/protobuf"
 
 QA_FLAGS_IGNORED="usr/bin/${PN}"
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/kind-icon/

2023-05-08 Thread Arsen Arsenović
commit: 502a62610fcc2000f63679ac1a5227ea6dd1
Author: Arsen Arsenović  gentoo  org>
AuthorDate: Mon May  8 21:55:38 2023 +
Commit: Arsen Arsenović  gentoo  org>
CommitDate: Mon May  8 21:56:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=502a6261

app-emacs/kind-icon: add 0.2.0, drop 0.1.9

Signed-off-by: Arsen Arsenović  gentoo.org>

 app-emacs/kind-icon/Manifest | 2 +-
 .../kind-icon/{kind-icon-0.1.9.ebuild => kind-icon-0.2.0.ebuild} | 9 -
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/app-emacs/kind-icon/Manifest b/app-emacs/kind-icon/Manifest
index 782817b83f84..6dd04d602270 100644
--- a/app-emacs/kind-icon/Manifest
+++ b/app-emacs/kind-icon/Manifest
@@ -1 +1 @@
-DIST kind-icon-0.1.9.tar.lz 19417 BLAKE2B 
9d1590627d1d6bff65af9d0658a0aed9245f43b9d27abc57fdc43edae200f8d5fff993d43d0eae84499975a847fae069d706fd47cb0f7b81406f220fd047bfb4
 SHA512 
b9cd384399eadd898001ae502315b0c78efb483ccb4414f41eab51cfd2a18a98a53618507f6d2bd5c7f6758a358d744b143f00a7912237efcc9451591505933e
+DIST kind-icon-0.2.0.tar.xz 19804 BLAKE2B 
6efd4470114adf451bd08a7158b0e9c6fa5d51978d0228997983d3164d0e4451dbb0ea413bcf64967a18a08e78a76ac59de4acd61a2304512920a37cd9c187f8
 SHA512 
fafe8eccd2ad7f459105357b6a097cdcdb2e4e3e1567acb3bdaa4fa9e861fcbf44ac5b697ff8755d0c9789e4575de6e6504f86bb851283e89d0571c3b5b65e0a

diff --git a/app-emacs/kind-icon/kind-icon-0.1.9.ebuild 
b/app-emacs/kind-icon/kind-icon-0.2.0.ebuild
similarity index 68%
rename from app-emacs/kind-icon/kind-icon-0.1.9.ebuild
rename to app-emacs/kind-icon/kind-icon-0.2.0.ebuild
index eb4ee87bfc08..9941bb5d8d0e 100644
--- a/app-emacs/kind-icon/kind-icon-0.1.9.ebuild
+++ b/app-emacs/kind-icon/kind-icon-0.2.0.ebuild
@@ -4,11 +4,11 @@
 EAPI=8
 
 NEED_EMACS="27.1"
-inherit elisp unpacker
+inherit elisp
 
 DESCRIPTION="Completion kind icons"
 HOMEPAGE="https://github.com/jdtsmith/kind-icon;
-SRC_URI="https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}.tar.lz;
+SRC_URI="https://dev.gentoo.org/~arsen/${P}.tar.xz;
 
 LICENSE="GPL-3+"
 SLOT="0"
@@ -16,11 +16,10 @@ KEYWORDS="~amd64"
 
 RDEPEND="app-emacs/svg-lib"
 DEPEND="${RDEPEND}"
-BDEPEND="$(unpacker_src_uri_depends)"
 
 SITEFILE="50${PN}-gentoo.el"
 
-src_install() {
+src_compile() {
elisp-make-autoload-file
-   elisp_src_install
+   elisp_src_compile
 }



[gentoo-commits] repo/gentoo:master commit in: x11-drivers/nvidia-drivers/

2023-05-08 Thread Ionen Wolkens
commit: 8e7829019b72f93390381e9b17d5951357420133
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Mon May  8 21:22:21 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Mon May  8 21:44:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e782901

x11-drivers/nvidia-drivers: stabilize 525.116.03 for amd64

Should only contain regressions fixes, should be little
reason to wait longer.

Signed-off-by: Ionen Wolkens  gentoo.org>

 x11-drivers/nvidia-drivers/nvidia-drivers-525.116.03.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-525.116.03.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-525.116.03.ebuild
index bac11bc28c67..5b5b3da2dd33 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-525.116.03.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-525.116.03.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}"
 
 LICENSE="NVIDIA-r2 BSD BSD-2 GPL-2 MIT ZLIB curl openssl"
 SLOT="0/${PV%%.*}"
-KEYWORDS="-* ~amd64 ~arm64"
+KEYWORDS="-* amd64 ~arm64"
 IUSE="+X abi_x86_32 abi_x86_64 +driver kernel-open persistenced +static-libs 
+tools wayland"
 REQUIRED_USE="kernel-open? ( driver )"
 



[gentoo-commits] repo/gentoo:master commit in: sys-libs/glibc/

2023-05-08 Thread Andreas K. Hüttel
commit: 52550140979f0ea48acd4dde2b6c7ef292629e28
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon May  8 21:28:54 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon May  8 21:29:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52550140

sys-libs/glibc: drop locale-gen from RDEPEND

Bug: https://bugs.gentoo.org/903649
Signed-off-by: Andreas K. Hüttel  gentoo.org>

 sys-libs/glibc/glibc-.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-libs/glibc/glibc-.ebuild b/sys-libs/glibc/glibc-.ebuild
index 7f2028de0877..f2b018ef4bf1 100644
--- a/sys-libs/glibc/glibc-.ebuild
+++ b/sys-libs/glibc/glibc-.ebuild
@@ -130,7 +130,6 @@ COMMON_DEPEND="
 DEPEND="${COMMON_DEPEND}
 "
 RDEPEND="${COMMON_DEPEND}
-   sys-apps/locale-gen
!

[gentoo-commits] repo/gentoo:master commit in: dev-libs/sleef/

2023-05-08 Thread Alfredo Tupone
commit: 03410bb4b4f9aa4b76421b3b44b82c21ad6eecd8
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon May  8 21:09:14 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon May  8 21:09:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03410bb4

dev-libs/sleef: keyword 3.5.1-r1 for ~riscv

Closes: https://bugs.gentoo.org/905876
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-libs/sleef/sleef-3.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/sleef/sleef-3.5.1-r1.ebuild 
b/dev-libs/sleef/sleef-3.5.1-r1.ebuild
index f2ba71fa3929..f87a75e6707c 100644
--- a/dev-libs/sleef/sleef-3.5.1-r1.ebuild
+++ b/dev-libs/sleef/sleef-3.5.1-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/shibatch/${PN}/archive/refs/tags/${PV}.tar.gz
 
 LICENSE="Boost-1.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 ~riscv ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/caffe2/

2023-05-08 Thread Alfredo Tupone
commit: 31ce941c3695409c169e43143b869ae19aae119b
Author: wangjiezhe  gmail  com>
AuthorDate: Mon May  8 12:58:32 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon May  8 21:00:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ce941c

sci-libs/caffe2: fix gloo use with cuda

Signed-off-by: wangjiezhe  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30931
Signed-off-by: Alfredo Tupone  gentoo.org>

 sci-libs/caffe2/{caffe2-1.13.1-r5.ebuild => caffe2-1.13.1-r6.ebuild} | 2 +-
 sci-libs/caffe2/{caffe2-2.0.0-r3.ebuild => caffe2-2.0.0-r4.ebuild}   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/caffe2/caffe2-1.13.1-r5.ebuild 
b/sci-libs/caffe2/caffe2-1.13.1-r6.ebuild
similarity index 99%
rename from sci-libs/caffe2/caffe2-1.13.1-r5.ebuild
rename to sci-libs/caffe2/caffe2-1.13.1-r6.ebuild
index 7fc257acd3ab..e0d99129a9ac 100644
--- a/sci-libs/caffe2/caffe2-1.13.1-r5.ebuild
+++ b/sci-libs/caffe2/caffe2-1.13.1-r6.ebuild
@@ -47,7 +47,7 @@ RDEPEND="
)
fbgemm? ( dev-libs/FBGEMM )
ffmpeg? ( media-video/ffmpeg:= )
-   gloo? ( sci-libs/gloo )
+   gloo? ( sci-libs/gloo[cuda?] )
mpi? ( sys-cluster/openmpi )
nnpack? ( sci-libs/NNPACK )
numpy? ( $(python_gen_cond_dep '

diff --git a/sci-libs/caffe2/caffe2-2.0.0-r3.ebuild 
b/sci-libs/caffe2/caffe2-2.0.0-r4.ebuild
similarity index 99%
rename from sci-libs/caffe2/caffe2-2.0.0-r3.ebuild
rename to sci-libs/caffe2/caffe2-2.0.0-r4.ebuild
index 42b8dae69229..f6a3684a96a0 100644
--- a/sci-libs/caffe2/caffe2-2.0.0-r3.ebuild
+++ b/sci-libs/caffe2/caffe2-2.0.0-r4.ebuild
@@ -47,7 +47,7 @@ RDEPEND="
)
fbgemm? ( dev-libs/FBGEMM )
ffmpeg? ( media-video/ffmpeg:= )
-   gloo? ( sci-libs/gloo )
+   gloo? ( sci-libs/gloo[cuda?] )
mpi? ( sys-cluster/openmpi )
nnpack? ( sci-libs/NNPACK )
numpy? ( $(python_gen_cond_dep '



[gentoo-commits] repo/gentoo:master commit in: sci-libs/gloo/files/, sci-libs/gloo/

2023-05-08 Thread Alfredo Tupone
commit: 048319112eead2da41fa2865524f46425161910c
Author: wangjiezhe  gmail  com>
AuthorDate: Mon May  8 10:43:34 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon May  8 21:00:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04831911

sci-libs/gloo: add cuda use flag

Signed-off-by: wangjiezhe  gmail.com>
Signed-off-by: Alfredo Tupone  gentoo.org>

 sci-libs/gloo/Manifest |  1 -
 sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch   | 14 +--
 sci-libs/gloo/files/gloo-2023.01.17-cuda.patch | 13 ++
 sci-libs/gloo/gloo-2022.05.18-r1.ebuild| 49 --
 ...2023.01.17.ebuild => gloo-2023.01.17-r1.ebuild} | 19 -
 sci-libs/gloo/metadata.xml |  1 +
 6 files changed, 33 insertions(+), 64 deletions(-)

diff --git a/sci-libs/gloo/Manifest b/sci-libs/gloo/Manifest
index c103eafd9ee1..07e768131dfa 100644
--- a/sci-libs/gloo/Manifest
+++ b/sci-libs/gloo/Manifest
@@ -1,2 +1 @@
-DIST gloo-2022.05.18.tar.gz 251778 BLAKE2B 
90bd97cff437d030b87c333ebb6679f199491b97826f09278b7a6740d781ca750af4e8eda18f29a4311462473146aae1fd0686443a0eb2c73e8ba34e6837b0af
 SHA512 
356b4bd4480fda0f9db039babd223c17ed24c35945877bdb6c5b28eb45ee8ce08def73d308bc906c478c4c9d485bb0f74080d90c7a4fafe84818df0a97a7f6e2
 DIST gloo-2023.01.17.tar.gz 252199 BLAKE2B 
66b5fc6786a4c07aa639a30036a21d86f43c1577a950934f558051f241d198dd3e0d7bd9da39835c5e3d617a754164cb77ae30b9bc284b0119436bf0a26f5000
 SHA512 
d39102ed00c813576066b755730e367337f2558a4223fe8dd127bd48882db6a97c67522782f7e7b00c36198ccd2096e61e84382358783d2edb1ca4ee55123344

diff --git a/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch 
b/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
index 09f7588a1858..1344d42a0c3f 100644
--- a/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
+++ b/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
@@ -12,7 +12,7 @@
  set(GLOO_VERSION_PATCH 0)
 --- a/gloo/CMakeLists.txt  2022-06-09 08:41:09.883773600 +0200
 +++ b/gloo/CMakeLists.txt  2022-06-09 08:42:39.045637103 +0200
-@@ -176,7 +176,7 @@
+@@ -181,7 +181,7 @@
  # want to statically link with Gloo and not install any artifacts.
  if(GLOO_INSTALL)
install(TARGETS gloo EXPORT GlooTargets
@@ -23,7 +23,7 @@
  DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
 --- a/gloo/test/CMakeLists.txt 2022-06-10 22:17:03.682856314 +0200
 +++ b/gloo/test/CMakeLists.txt 2022-06-10 22:17:49.671242697 +0200
-@@ -68,3 +68,4 @@
+@@ -73,3 +73,4 @@
gloo_hip_add_executable(gloo_test_hip ${GLOO_TEST_HIP_SRCS})
target_link_libraries(gloo_test_hip gloo_hip gtest OpenSSL::SSL 
OpenSSL::Crypto)
  endif()
@@ -62,16 +62,6 @@
endif()
  endif()
  
 a/gloo/transport/tcp/device.cc 2022-08-02 11:25:32.404166606 +0200
-+++ b/gloo/transport/tcp/device.cc 2022-08-02 11:25:48.706963018 +0200
-@@ -12,6 +12,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include "gloo/common/linux.h"
- #include "gloo/common/logging.h"
 --- a/gloo/transport/tcp/tls/pair.cc   2022-10-04 21:14:04.099150060 +0200
 +++ b/gloo/transport/tcp/tls/pair.cc   2022-10-04 21:14:22.330886610 +0200
 @@ -17,6 +17,7 @@

diff --git a/sci-libs/gloo/files/gloo-2023.01.17-cuda.patch 
b/sci-libs/gloo/files/gloo-2023.01.17-cuda.patch
new file mode 100644
index ..1a894d3e4251
--- /dev/null
+++ b/sci-libs/gloo/files/gloo-2023.01.17-cuda.patch
@@ -0,0 +1,13 @@
+diff --git a/gloo/CMakeLists.txt b/gloo/CMakeLists.txt
+index 9ee82df..3b3affb 100644
+--- a/gloo/CMakeLists.txt
 b/gloo/CMakeLists.txt
+@@ -184,7 +184,7 @@ if(GLOO_INSTALL)
+   DESTINATION ${CMAKE_INSTALL_LIBDIR})
+   if(USE_CUDA)
+ install(TARGETS gloo_cuda EXPORT GlooTargets
+-DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
++DESTINATION ${CMAKE_INSTALL_LIBDIR})
+   endif()
+   if(USE_ROCM)
+ install(TARGETS gloo_hip EXPORT GlooTargets

diff --git a/sci-libs/gloo/gloo-2022.05.18-r1.ebuild 
b/sci-libs/gloo/gloo-2022.05.18-r1.ebuild
deleted file mode 100644
index f22733551794..
--- a/sci-libs/gloo/gloo-2022.05.18-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit cmake
-
-CommitId=5b143513263133af2b95547e97c07cebeb72bf72
-
-DESCRIPTION="library of floating-point neural network inference operators"
-HOMEPAGE="https://github.com/facebookincubator/gloo/;
-SRC_URI="https://github.com/facebookincubator/${PN}/archive/${CommitId}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="libuv mpi redis ssl test"
-
-RDEPEND="
-   libuv? ( dev-libs/libuv )
-   mpi? ( virtual/mpi )
-   redis? (
-   dev-db/redis
-   dev-libs/hiredis
-   )
-   ssl? ( dev-libs/openssl:0/1.1 )
-"
-DEPEND="${RDEPEND}
-"
-
-BDEPEND="test? ( dev-cpp/gtest )"
-RESTRICT="test" # For some test the network is needed
-
-S="${WORKDIR}"/${PN}-${CommitId}
-

[gentoo-commits] proj/tinderbox-cluster:master commit in: docker/

2023-05-08 Thread Magnus Granberg
commit: 0d402a82fd38e399a0b8185734cd796d0215b5fc
Author: Magnus Granberg  gentoo  org>
AuthorDate: Mon May  8 20:14:25 2023 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Mon May  8 20:14:25 2023 +
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=0d402a82

Use user buildbot for log image

Signed-off-by: Magnus Granberg  gentoo.org>

 docker/GentooBuildbotWorkerLog.Dockerfile | 26 --
 1 file changed, 16 insertions(+), 10 deletions(-)

diff --git a/docker/GentooBuildbotWorkerLog.Dockerfile 
b/docker/GentooBuildbotWorkerLog.Dockerfile
index a7c7af1..492be36 100644
--- a/docker/GentooBuildbotWorkerLog.Dockerfile
+++ b/docker/GentooBuildbotWorkerLog.Dockerfile
@@ -1,3 +1,6 @@
+# This docker file is use for the log parser and ebuild parser image
+# Use stable arch and gentoo's experimental binhost
+
 # name the portage image
 FROM gentoo/portage:latest as portage
 
@@ -7,24 +10,27 @@ FROM gentoo/stage3:latest
 # copy the entire portage volume in
 COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo
 
-# Setup portage
-# emerge needed deps buildbot-worker, psycopg, git and sqlalchemy
-# get the needed buildbot-worker config
+# Setup portage and emerge needed deps buildbot-worker, psycopg, git and 
sqlalchemy
 RUN echo -e "[binhost]\npriority = \nsync-uri = 
https://gentoo.osuosl.org/experimental/amd64/binpkg/default/linux/17.1/x86-64/\n;
 | cat >> /etc/portage/binrepos.conf\
  && echo 'EMERGE_DEFAULT_OPTS="--binpkg-respect-use=n --usepkg=y --getbinpkg=y 
--autounmask-write --autounmask-continue --autounmask-keep-keywords=y 
--autounmask-use=y"' | cat >> /etc/portage/make.conf\
  && echo 'FEATURES="-ipc-sandbox -pid-sandbox -network-sandbox -usersandbox 
-mount-sandbox sandbox"' | cat >> /etc/portage/make.conf\
  && echo 'FEATURES="${FEATURES} parallel-install parallel-fetch -merge-sync"' 
| cat >> /etc/portage/make.conf\
  && echo 'FEATURES="${FEATURES} buildpkg"' | cat >> /etc/portage/make.conf\
  && echo 'MAKEOPTS="-j8"' | cat >> /etc/portage/make.conf\
- && echo 'dev-vcs/git -webdev -gnome-keyring' | cat >> 
/etc/portage/package.use/git\
- && echo 'dev-util/buildbot-worker' | cat >> 
/etc/portage/package.accept_keywords/buildbot\
  && echo 'dev-libs/glib' | cat >> /etc/portage/package.mask/git\
- && emerge -qv buildbot-worker sqlalchemy dev-python/psycopg rust-bin 
dev-vcs/git
- #&& chown buildbot:buildbot /var/lib/buildbot_worker
+ && emerge -qv buildbot-worker sqlalchemy dev-python/psycopg:2 rust-bin 
dev-vcs/git
+
+# We don't need the gentoo repo any longer
+RUN rm -R /var/db/repos/gentoo
+
+# run on buildbot user
+RUN chown buildbot:buildbot /var/lib/buildbot_worker
+USER buildbot
 
-#FIXME: run worker as buildbot (git fail)
-#USER buildbot
 WORKDIR /var/lib/buildbot_worker
-RUN wget 
https://raw.githubusercontent.com/buildbot/buildbot/master/worker/docker/buildbot.tac
+# Get the needed buildbot-worker config
+# Change umask so portage can read the ebuilds in the repos
+RUN wget 
https://raw.githubusercontent.com/buildbot/buildbot/master/worker/docker/buildbot.tac\
+ && ( sed -i -e 's/umask = None/umask = 0o22/g' buildbot.tac 2>/dev/null || 
true )
 ENTRYPOINT ["/usr/bin/buildbot-worker"]
 CMD ["start", "--nodaemon"]



[gentoo-commits] proj/tinderbox-cluster:master commit in: buildbot_gentoo_ci/steps/

2023-05-08 Thread Magnus Granberg
commit: 6f1931fa4e868471cda59e88a1b1a8863753f9db
Author: Magnus Granberg  gentoo  org>
AuthorDate: Mon May  8 20:18:11 2023 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Mon May  8 20:18:11 2023 +
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=6f1931fa

Use deep on eclean and check string on faild_cpv

Signed-off-by: Magnus Granberg  gentoo.org>

 buildbot_gentoo_ci/steps/builders.py | 30 +++---
 1 file changed, 19 insertions(+), 11 deletions(-)

diff --git a/buildbot_gentoo_ci/steps/builders.py 
b/buildbot_gentoo_ci/steps/builders.py
index 64a3600..8692813 100644
--- a/buildbot_gentoo_ci/steps/builders.py
+++ b/buildbot_gentoo_ci/steps/builders.py
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 import os
@@ -492,23 +492,23 @@ class RunEmerge(BuildStep):
 
 # Run eclean on Packages and Distfiles
 #FIXME: cleantime set in config
-cleantime_package = '1w'
+cleantime_package = '2d'
 cleantime_distfiles = '2d'
 if self.step == 'eclean':
 aftersteps_list.append(
 steps.ShellCommand(
 flunkOnFailure=False,
 name = 'Run eclean Packages',
-command=['eclean-pkg', '-Ct', cleantime_package],
+command=['eclean-pkg', '-C','-d', '-t' + 
cleantime_package],
+workdir='/'
+))
+aftersteps_list.append(
+steps.ShellCommand(
+flunkOnFailure=False,
+name = 'Run eclean Distfiles',
+command=['eclean-dist', '-C', '-d', '-t' + 
cleantime_distfiles],
 workdir='/'
 ))
-#aftersteps_list.append(
-#steps.ShellCommand(
-#flunkOnFailure=False,
-#name = 'Run eclean Distfiles',
-#command=['eclean-dist', '-Ct', cleantime_distfiles],
-#workdir='/'
-#))
 # Fix/Check Packages file
 aftersteps_list.append(
 steps.ShellCommand(
@@ -946,6 +946,7 @@ class CheckEmergeLogs(BuildStep):
 log_path = log_path,
 full_logname = full_logname
 )
+print('log_dict')
 print(log_dict)
 if self.step == 'extra-build':
 #FIXME: Check if extra build did work
@@ -962,15 +963,19 @@ class CheckEmergeLogs(BuildStep):
 retrays = 1
 # Find log for cpv that was requested or did failed
 if not log_dict == {}:
+print('log_dict not emty')
 # requested cpv
 cpv = self.getProperty('cpv')
 faild_version_data = False
 if cpv in log_dict or self.faild_cpv in log_dict:
+print(cpv)
+print(self.faild_cpv)
 yield self.createDistDir()
 if cpv in log_dict:
 self.log_data[cpv] = log_dict[cpv]
 yield self.getLogFile(cpv, log_dict)
-if self.faild_cpv:
+if isinstance(self.faild_cpv, str):
+print('faild_cpv is string')
 c = yield catpkgsplit(self.faild_cpv)[0]
 if c == 'dev-haskell':
 rebuild = 'haskell'
@@ -984,10 +989,13 @@ class CheckEmergeLogs(BuildStep):
 yield self.getLogFile(self.faild_cpv, log_dict)
 faild_version_data = yield 
self.getVersionData(self.faild_cpv)
 self.setProperty('faild_cpv', self.faild_cpv, 
'faild_cpv')
+print(faild_version_data)
+print('getEmergeFiles')
 self.getEmergeFiles(self.faild_cpv)
 self.getBuildWorkDirs(self.faild_cpv)
 rebuild = False
 else:
+print('getEmergeFiles')
 self.getEmergeFiles(cpv)
 if not rebuild:
 self.aftersteps_list.append(steps.Trigger(



[gentoo-commits] repo/gentoo:master commit in: games-simulation/openrct2/

2023-05-08 Thread Conrad Kostecki
commit: 576deb5cfed0b371f3e6fb376d3ac516aa0e4b24
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon May  8 20:13:01 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon May  8 20:15:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=576deb5c

games-simulation/openrct2: add 0.4.5

Signed-off-by: Conrad Kostecki  gentoo.org>

 games-simulation/openrct2/Manifest  |   3 +
 games-simulation/openrct2/openrct2-0.4.5.ebuild | 170 
 2 files changed, 173 insertions(+)

diff --git a/games-simulation/openrct2/Manifest 
b/games-simulation/openrct2/Manifest
index 423d064bdbe0..dc56a8f65ad7 100644
--- a/games-simulation/openrct2/Manifest
+++ b/games-simulation/openrct2/Manifest
@@ -1,5 +1,8 @@
 DIST openrct2-0.4.4.tar.gz 16554655 BLAKE2B 
f0770b7db82b9df5325e8740b5aa9ac5354b07b271c824f9521ba02d0bc3eec395f216305d4737c8ad36a3096281d1a7ecb019a6514399b7d12dec0dd526
 SHA512 
8e969e08023a6232dfffa31593cfacedafdf5eb778d1c1471deb095b3d056006ea0c1b219c9042f9fe94118fcbde219580ba2fca29d70a042a016a7fde0abdc9
+DIST openrct2-0.4.5.tar.gz 16809101 BLAKE2B 
e1034df064ea5954779945315093cff919c5b13132914d1aedd1d46f8d75ec7c651412c40f8c132f527c57e3d64fa464db689a6ef0fd277dd3c4898c58cb06df
 SHA512 
fa2b6ba2d059f42e6b1fae8db7049b04a3bac7e9dc387a4f3c6bea0711309ab9ea6f298094a709cdff06a74bbc0cb571ace25f562687298b3a8bfd4a47a95b3b
+DIST openrct2-objects-1.3.11.zip 4705861 BLAKE2B 
10a0477fd8db9374b0e667a34ec3b0cedf6cb29fc9b602da845e33272e072c55cf5fd30b9340ec4b763a9f324c72d126290651c9eddef07013857a8228978566
 SHA512 
98ab374a4899f60f45d6c87a570298a5788ec8cf277b67cb6b54c2f68388a99f201705377406b883eac45a97edff3cf7736898ed0b97a290f3d999dad7c821b9
 DIST openrct2-objects-1.3.8.zip 4583315 BLAKE2B 
84f10471fe7b677390e0475fdd0b7a417ab52ece7e7b6ea8dcf5ec21cda5ffc95cf5fb989d3e8d2a353132580eacafbee3a5655c79e4528328fabc607af0
 SHA512 
e0ea72334195ce2d608b9a6e4102cda33271834d71783b6a0b0e408a41a6b240adb021f28ada8184ffd0720a9ee0bebbbd50635321c39c7f3229c51544b0bc9d
 DIST openrct2-objects-1.3.9.zip 4583285 BLAKE2B 
90f200138254a3846913e94021fb6a19ad18590f940a814e61d848c64c9c5eb403476d759e1718ff1e1316ada1443c6a119695e8a66c51e2686f22f6e8efa8d7
 SHA512 
b671ee083e1317c4849f3a75009169d45102cc7a6241b5b9a079c896e8bce8bba63bd08cdd90b9aa562a18a8e023f954e411b096b21c9b112761a8b95bea69a6
 DIST openrct2-replays-0.0.77.zip 2042154 BLAKE2B 
38bce55f91f49a485d158a94b4ce553ffa606f652cd766b33acf299b86304ea0507b50441b2a9b1fb219b90a0dc2426eff5988c2b128a97e399b00c3392f10e0
 SHA512 
52e4a237b1e0be89422060e5c8f8d5a783ed81f1ccf6b205f0e73f8faf6eb9408dbddab31a411f6ad7554815e89b8c63329052aeafeb739bad06c9ac1b7d6a32
+DIST openrct2-replays-0.0.78.zip 1829988 BLAKE2B 
cf11a05f6ba5a2808cd4c016ac3c7537a0b49b67fd5ef5ab705aebd4ddc64dd4a82ea12d9c082fe66cebb57437c0d81052bcddfb94a0c9f7aab024a82c2e2ca8
 SHA512 
c6ff18c2206192ed4fb56535732137229f9bced96da00037d691bc64dcdb102cffe37f180054319e7c8ef8dbbd7de49792c3a7e845199fa180612ed97a149b32
 DIST openrct2-title-sequences-0.4.0.zip 7945853 BLAKE2B 
51f07af30c3702754d806829fe612891a883adc70b8e89f64094b28c94879e5c98feca69f3c1f389ceeb33a99175b41afa794a4f2d121280dcce97c428d2ea99
 SHA512 
fcfabb02fb7cb9dda7f73f8a24fb426e23b1ea4c417deacd7147e4d2e8942223e0cf9d9cc6ae371f7508e8d3b1f3161e05677a301a330ae265b6610e1c5da487

diff --git a/games-simulation/openrct2/openrct2-0.4.5.ebuild 
b/games-simulation/openrct2/openrct2-0.4.5.ebuild
new file mode 100644
index ..b809e9fac4a2
--- /dev/null
+++ b/games-simulation/openrct2/openrct2-0.4.5.ebuild
@@ -0,0 +1,170 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake readme.gentoo-r1 xdg-utils
+
+MY_PN="OpenRCT2"
+MY_PN_OBJ="objects"
+MY_PN_RPL="replays"
+MY_PN_TS="title-sequences"
+MY_PV_OBJ="1.3.11"
+MY_PV_RPL="0.0.78"
+MY_PV_TS="0.4.0"
+
+DESCRIPTION="An open source re-implementation of Chris Sawyer's RollerCoaster 
Tycoon 2"
+HOMEPAGE="https://openrct2.org/;
+SRC_URI="
+   https://github.com/${MY_PN}/${MY_PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   
https://github.com/${MY_PN}/${MY_PN_OBJ}/releases/download/v${MY_PV_OBJ}/${MY_PN_OBJ}.zip
 -> ${PN}-${MY_PN_OBJ}-${MY_PV_OBJ}.zip
+   
https://github.com/${MY_PN}/${MY_PN_TS}/releases/download/v${MY_PV_TS}/${MY_PN_TS}.zip
 -> ${PN}-${MY_PN_TS}-${MY_PV_TS}.zip
+   test? ( 
https://github.com/${MY_PN}/${MY_PN_RPL}/releases/download/v${MY_PV_RPL}/${MY_PN_RPL}.zip
 -> ${PN}-${MY_PN_RPL}-${MY_PV_RPL}.zip )
+"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="amd64 ~arm ~arm64 x86"
+IUSE="dedicated +flac +opengl scripting test +truetype +vorbis"
+RESTRICT="!test? ( test )"
+
+COMMON_DEPEND="
+   dev-libs/icu:=
+   dev-libs/jansson:=
+   dev-libs/libzip:=
+   media-libs/libpng:=
+   net-misc/curl[ssl]
+   sys-libs/zlib
+   !dedicated? (
+   media-libs/libsdl2
+   media-libs/speexdsp
+   flac? 

[gentoo-commits] repo/gentoo:master commit in: games-simulation/openrct2/

2023-05-08 Thread Conrad Kostecki
commit: 3c6964425c5985e890cb9aa26c3c43bfdfacd723
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon May  8 20:14:43 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon May  8 20:15:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c696442

games-simulation/openrct2: update live ebuild

Signed-off-by: Conrad Kostecki  gentoo.org>

 games-simulation/openrct2/Manifest | 1 -
 games-simulation/openrct2/openrct2-.ebuild | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/games-simulation/openrct2/Manifest 
b/games-simulation/openrct2/Manifest
index dc56a8f65ad7..eac078414fd7 100644
--- a/games-simulation/openrct2/Manifest
+++ b/games-simulation/openrct2/Manifest
@@ -2,7 +2,6 @@ DIST openrct2-0.4.4.tar.gz 16554655 BLAKE2B 
f0770b7db82b9df5325e8740b5aa9ac5
 DIST openrct2-0.4.5.tar.gz 16809101 BLAKE2B 
e1034df064ea5954779945315093cff919c5b13132914d1aedd1d46f8d75ec7c651412c40f8c132f527c57e3d64fa464db689a6ef0fd277dd3c4898c58cb06df
 SHA512 
fa2b6ba2d059f42e6b1fae8db7049b04a3bac7e9dc387a4f3c6bea0711309ab9ea6f298094a709cdff06a74bbc0cb571ace25f562687298b3a8bfd4a47a95b3b
 DIST openrct2-objects-1.3.11.zip 4705861 BLAKE2B 
10a0477fd8db9374b0e667a34ec3b0cedf6cb29fc9b602da845e33272e072c55cf5fd30b9340ec4b763a9f324c72d126290651c9eddef07013857a8228978566
 SHA512 
98ab374a4899f60f45d6c87a570298a5788ec8cf277b67cb6b54c2f68388a99f201705377406b883eac45a97edff3cf7736898ed0b97a290f3d999dad7c821b9
 DIST openrct2-objects-1.3.8.zip 4583315 BLAKE2B 
84f10471fe7b677390e0475fdd0b7a417ab52ece7e7b6ea8dcf5ec21cda5ffc95cf5fb989d3e8d2a353132580eacafbee3a5655c79e4528328fabc607af0
 SHA512 
e0ea72334195ce2d608b9a6e4102cda33271834d71783b6a0b0e408a41a6b240adb021f28ada8184ffd0720a9ee0bebbbd50635321c39c7f3229c51544b0bc9d
-DIST openrct2-objects-1.3.9.zip 4583285 BLAKE2B 
90f200138254a3846913e94021fb6a19ad18590f940a814e61d848c64c9c5eb403476d759e1718ff1e1316ada1443c6a119695e8a66c51e2686f22f6e8efa8d7
 SHA512 
b671ee083e1317c4849f3a75009169d45102cc7a6241b5b9a079c896e8bce8bba63bd08cdd90b9aa562a18a8e023f954e411b096b21c9b112761a8b95bea69a6
 DIST openrct2-replays-0.0.77.zip 2042154 BLAKE2B 
38bce55f91f49a485d158a94b4ce553ffa606f652cd766b33acf299b86304ea0507b50441b2a9b1fb219b90a0dc2426eff5988c2b128a97e399b00c3392f10e0
 SHA512 
52e4a237b1e0be89422060e5c8f8d5a783ed81f1ccf6b205f0e73f8faf6eb9408dbddab31a411f6ad7554815e89b8c63329052aeafeb739bad06c9ac1b7d6a32
 DIST openrct2-replays-0.0.78.zip 1829988 BLAKE2B 
cf11a05f6ba5a2808cd4c016ac3c7537a0b49b67fd5ef5ab705aebd4ddc64dd4a82ea12d9c082fe66cebb57437c0d81052bcddfb94a0c9f7aab024a82c2e2ca8
 SHA512 
c6ff18c2206192ed4fb56535732137229f9bced96da00037d691bc64dcdb102cffe37f180054319e7c8ef8dbbd7de49792c3a7e845199fa180612ed97a149b32
 DIST openrct2-title-sequences-0.4.0.zip 7945853 BLAKE2B 
51f07af30c3702754d806829fe612891a883adc70b8e89f64094b28c94879e5c98feca69f3c1f389ceeb33a99175b41afa794a4f2d121280dcce97c428d2ea99
 SHA512 
fcfabb02fb7cb9dda7f73f8a24fb426e23b1ea4c417deacd7147e4d2e8942223e0cf9d9cc6ae371f7508e8d3b1f3161e05677a301a330ae265b6610e1c5da487

diff --git a/games-simulation/openrct2/openrct2-.ebuild 
b/games-simulation/openrct2/openrct2-.ebuild
index 780c56f1df39..ad87e075ed57 100644
--- a/games-simulation/openrct2/openrct2-.ebuild
+++ b/games-simulation/openrct2/openrct2-.ebuild
@@ -12,8 +12,8 @@ MY_PN="OpenRCT2"
 MY_PN_OBJ="objects"
 MY_PN_RPL="replays"
 MY_PN_TS="title-sequences"
-MY_PV_OBJ="1.3.9"
-MY_PV_RPL="0.0.77"
+MY_PV_OBJ="1.3.11"
+MY_PV_RPL="0.0.78"
 MY_PV_TS="0.4.0"
 
 DESCRIPTION="An open source re-implementation of Chris Sawyer's RollerCoaster 
Tycoon 2"



[gentoo-commits] repo/gentoo:master commit in: sci-libs/datasets/files/

2023-05-08 Thread Alfredo Tupone
commit: e2df99959623331aa3710cc48992e783cb9f5985
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon May  8 19:27:32 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon May  8 19:31:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2df9995

sci-libs/datasets: fix librosa import

Closes: https://bugs.gentoo.org/905938
Signed-off-by: Alfredo Tupone  gentoo.org>

 .../datasets/files/datasets-2.11.0-tests.patch | 28 --
 1 file changed, 15 insertions(+), 13 deletions(-)

diff --git a/sci-libs/datasets/files/datasets-2.11.0-tests.patch 
b/sci-libs/datasets/files/datasets-2.11.0-tests.patch
index 01e5d9c70e7b..0bbf200acbd0 100644
--- a/sci-libs/datasets/files/datasets-2.11.0-tests.patch
+++ b/sci-libs/datasets/files/datasets-2.11.0-tests.patch
@@ -59,7 +59,7 @@
  @pytest.mark.parametrize(
  "build_example",
  [
-@@ -82,6 +82,7 @@
+@@ -81,6 +82,7 @@
  assert decoded_example.keys() == {"path", "array", "sampling_rate"}
  
  
@@ -75,7 +75,7 @@
  @pytest.mark.parametrize("sampling_rate", [16_000, 48_000])
  def test_audio_decode_example_pcm(shared_datadir, sampling_rate):
  audio_path = str(shared_datadir / "test_audio_16000.pcm")
-@@ -416,6 +417,7 @@
+@@ -414,6 +417,7 @@
  assert column[0]["sampling_rate"] == 16000
  
  
@@ -83,7 +83,7 @@
  @pytest.mark.parametrize(
  "build_data",
  [
-@@ -440,6 +442,7 @@
+@@ -438,6 +442,7 @@
  assert item["audio"].keys() == {"path", "array", "sampling_rate"}
  
  
@@ -91,7 +91,7 @@
  def test_dataset_concatenate_audio_features(shared_datadir):
  # we use a different data structure between 1 and 2 to make sure they are 
compatible with each other
  audio_path = str(shared_datadir / "test_audio_44100.wav")
-@@ -453,6 +456,7 @@
+@@ -451,6 +456,7 @@
  assert concatenated_dataset[1]["audio"]["array"].shape == 
dset2[0]["audio"]["array"].shape
  
  
@@ -99,7 +99,7 @@
  def test_dataset_concatenate_nested_audio_features(shared_datadir):
  # we use a different data structure between 1 and 2 to make sure they are 
compatible with each other
  audio_path = str(shared_datadir / "test_audio_44100.wav")
-@@ -616,6 +616,7 @@
+@@ -610,6 +616,7 @@
  assert isinstance(ds, Dataset)
  
  
@@ -107,7 +107,7 @@
  def test_dataset_with_audio_feature_undecoded(shared_datadir):
  audio_path = str(shared_datadir / "test_audio_44100.wav")
  data = {"audio": [audio_path]}
-@@ -633,6 +634,7 @@
+@@ -627,6 +634,7 @@
  assert column[0] == {"path": audio_path, "bytes": None}
  
  
@@ -115,7 +115,7 @@
  def test_formatted_dataset_with_audio_feature_undecoded(shared_datadir):
  audio_path = str(shared_datadir / "test_audio_44100.wav")
  data = {"audio": [audio_path]}
-@@ -664,6 +666,7 @@
+@@ -658,6 +666,7 @@
  assert column[0] == {"path": audio_path, "bytes": None}
  
  
@@ -135,24 +135,26 @@
  wrong_scheme = "ERROR"
 --- a/tests/packaged_modules/test_audiofolder.py   2023-05-06 
14:00:39.560876163 +0200
 +++ b/tests/packaged_modules/test_audiofolder.py   2023-05-06 
14:01:26.005212423 +0200
-@@ -4,7 +4,6 @@
- import librosa
+@@ -1,10 +1,8 @@
+ import shutil
+ import textwrap
+ 
+-import librosa
  import numpy as np
  import pytest
 -import soundfile as sf
  
  from datasets import Audio, ClassLabel, Features, Value
  from datasets.data_files import DataFilesDict, get_data_patterns_locally
-@@ -191,9 +190,11 @@
- assert len(data_files_with_two_splits_and_metadata["test"]) == 2
+@@ -192,8 +190,11 @@
  return data_files_with_two_splits_and_metadata
  
--
+ 
 +@pytest.mark.skip(reason="require soundfile")
  @pytest.fixture
  def data_files_with_zip_archives(tmp_path, audio_file):
 +import soundfile as sf
-+
++import librosa
  data_dir = tmp_path / "audiofolder_data_dir_with_zip_archives"
  data_dir.mkdir(parents=True, exist_ok=True)
  archive_dir = data_dir / "archive"



[gentoo-commits] repo/gentoo:master commit in: dev-python/mkdocs-material/

2023-05-08 Thread Arthur Zamarin
commit: 4da0853f6c1851fa2fb3a11de0d9eed101982000
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May  8 19:07:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May  8 19:31:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da0853f

dev-python/mkdocs-material: add 9.1.10

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/mkdocs-material/Manifest|  1 +
 .../mkdocs-material/mkdocs-material-9.1.10.ebuild  | 56 ++
 2 files changed, 57 insertions(+)

diff --git a/dev-python/mkdocs-material/Manifest 
b/dev-python/mkdocs-material/Manifest
index af0798f8656f..0654044f1224 100644
--- a/dev-python/mkdocs-material/Manifest
+++ b/dev-python/mkdocs-material/Manifest
@@ -1 +1,2 @@
+DIST mkdocs-material-9.1.10.gh.tar.gz 14174187 BLAKE2B 
632f2855945575edc45719472e15c855b95d52a47f52b04f235b1096af336346cdcee0a05930b9a9eb5d244a0897cba4d00404daea62cd1b3cb44fdfe1d25adb
 SHA512 
e8b3cd2f66576020c86774ee896c8b03fcd35eaa6871aec46df52fa06baacc2fd059a03b97f41a25b1f823727144f8ad16819645665b4e5b2133ad503a55089c
 DIST mkdocs-material-9.1.9.gh.tar.gz 10937664 BLAKE2B 
ebb893deecbd545496542f714976337b6c57ab0b7413f53ec0e8635e3d3a668ce3b7dbd46ea2517855e077d271f147d1df7c9d838d80a3954ff8a9f63f7f7bce
 SHA512 
0b2a42e8f035375f34ca23a1489d4d76c9733cd28e1dc98f25c8f5461a337ff533eb85c72d9b22a8d2af4694b1e0c74ea61bb62da91827562b1ecb4cf4e8867c

diff --git a/dev-python/mkdocs-material/mkdocs-material-9.1.10.ebuild 
b/dev-python/mkdocs-material/mkdocs-material-9.1.10.ebuild
new file mode 100644
index ..9e6f1d493b88
--- /dev/null
+++ b/dev-python/mkdocs-material/mkdocs-material-9.1.10.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+   dev-python/mkdocs-material-extensions
+   dev-python/mkdocs-minify-plugin
+   dev-python/mkdocs-redirects
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="A Material Design theme for MkDocs"
+HOMEPAGE="
+   https://github.com/squidfunk/mkdocs-material/
+   https://pypi.org/project/mkdocs-material/
+"
+SRC_URI="
+   https://github.com/squidfunk/${PN}/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/colorama-0.4[${PYTHON_USEDEP}]
+   >=dev-python/jinja-3.0.2[${PYTHON_USEDEP}]
+   >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
+   >=dev-python/mkdocs-1.4.2[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.14[${PYTHON_USEDEP}]
+   >=dev-python/pymdown-extensions-9.9.1[${PYTHON_USEDEP}]
+   >=dev-python/regex-2022.4.24[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.26[${PYTHON_USEDEP}]
+"
+
+# mkdocs-material-extensions depends on mkdocs-material creating a circular dep
+PDEPEND="
+   >=dev-python/mkdocs-material-extensions-1.1.0[${PYTHON_USEDEP}]
+"
+
+PATCHES=(
+   # simplify pyproject to remove extra deps for metadata
+   "${FILESDIR}/${PN}-8.5.7-simplify-build.patch"
+)
+
+src_prepare() {
+   echo "__version__ = '${PV}'" > gentoo_version.py || die
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/nbconvert/

2023-05-08 Thread Arthur Zamarin
commit: bea698f93b01acd2a1141b749a1d78763112704a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May  8 19:27:21 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May  8 19:31:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bea698f9

dev-python/nbconvert: add 7.4.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/nbconvert/Manifest   |  1 +
 dev-python/nbconvert/nbconvert-7.4.0.ebuild | 93 +
 2 files changed, 94 insertions(+)

diff --git a/dev-python/nbconvert/Manifest b/dev-python/nbconvert/Manifest
index 7756ab04198e..f4f9a7ad9aa8 100644
--- a/dev-python/nbconvert/Manifest
+++ b/dev-python/nbconvert/Manifest
@@ -1 +1,2 @@
 DIST nbconvert-7.3.1.tar.gz 880064 BLAKE2B 
0bde4a65f27a880fdbf694dc6501ad1d0f78bf72e6010377faf89d8b16d5b24f82fcba93c51d9421a88e5c554bc0fb6d002f913886bd2d2f1a7f17a834755d02
 SHA512 
24d8d0ff35cf09d095d01122386439cf0c40eb9af7c88604f3108e5831a270509e1302370dc40eabc8bcb28fb86603d9d7a4a104346122deb8471aab7471e62d
+DIST nbconvert-7.4.0.tar.gz 882064 BLAKE2B 
d7e7d7dca63d84dc1e189b4922e31777f29a3796c93a47c886afb9bb11bfdead29bfb209d1ebb17c82dfad91dcf145cee1ca4db9b780d676daabc28001bb87a7
 SHA512 
6421bde4c6b654673a0bbe3e7902c825da8b0aab113ea285b9c2d2a59447616d6f3ce9ac15b4814a2776e03fab2ca6135d38aac694ef366b32cf3dd6d988

diff --git a/dev-python/nbconvert/nbconvert-7.4.0.ebuild 
b/dev-python/nbconvert/nbconvert-7.4.0.ebuild
new file mode 100644
index ..bd50730a6bcd
--- /dev/null
+++ b/dev-python/nbconvert/nbconvert-7.4.0.ebuild
@@ -0,0 +1,93 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 multiprocessing pypi virtualx
+
+DESCRIPTION="Converting Jupyter Notebooks"
+HOMEPAGE="
+   https://nbconvert.readthedocs.io/
+   https://github.com/jupyter/nbconvert/
+   https://pypi.org/project/nbconvert/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/bleach[${PYTHON_USEDEP}]
+   dev-python/defusedxml[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib-metadata-3.6[${PYTHON_USEDEP}]
+   ' 3.9)
+   >=dev-python/jinja-3.0[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-core-4.7[${PYTHON_USEDEP}]
+   dev-python/jupyterlab_pygments[${PYTHON_USEDEP}]
+   >=dev-python/markupsafe-2.0[${PYTHON_USEDEP}]
+   >=dev-python/mistune-2.0.2[${PYTHON_USEDEP}]
+   >=dev-python/nbclient-0.5.0[${PYTHON_USEDEP}]
+   >=dev-python/nbformat-5.1[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/pandocfilters-1.4.1[${PYTHON_USEDEP}]
+   >=dev-python/pygments-2.4.1[${PYTHON_USEDEP}]
+   dev-python/tinycss2[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.1.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   >=dev-python/ipywidgets-7[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   mkdir -p share/templates/classic/static || die
+   # tries to refetch stuff even if it's already present
+   sed -e 's:css = .*:raise PermissionError("You shall not fetch!"):' \
+   -i hatch_build.py || die
+   distutils-r1_src_prepare
+}
+
+src_test() {
+   virtx distutils-r1_src_test
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Missing pyppeteer for now
+   # TODO: Doesn't skip?
+   nbconvert/exporters/tests/test_webpdf.py
+   # Needs pyppeteer too
+   
'nbconvert/tests/test_nbconvertapp.py::TestNbConvertApp::test_webpdf_with_chromium'
+   # TODO
+   
nbconvert/exporters/tests/test_qtpng.py::TestQtPNGExporter::test_export
+   
nbconvert/tests/test_nbconvertapp.py::TestNbConvertApp::test_convert_full_qualified_name
+   
nbconvert/tests/test_nbconvertapp.py::TestNbConvertApp::test_post_processor
+   # latex failing, might be too new pandoc
+   
nbconvert/tests/test_nbconvertapp.py::TestNbConvertApp::test_filename_spaces
+   nbconvert/tests/test_nbconvertapp.py::TestNbConvertApp::test_pdf
+   # too new pandoc but we don't have old anymore
+   
nbconvert/utils/tests/test_pandoc.py::TestPandoc::test_minimal_version
+   
nbconvert/utils/tests/test_pandoc.py::TestPandoc::test_pandoc_available
+   )
+
+   # virtx implies nonfatal, make it explicit to avoid confusion
+   nonfatal epytest -n "$(makeopts_jobs)" --pyargs nbconvert || die
+}
+
+pkg_postinst() {
+   if ! has_version app-text/pandoc && ! 

[gentoo-commits] repo/gentoo:master commit in: dev-python/selenium/

2023-05-08 Thread Arthur Zamarin
commit: 893c7afc22737879da06a0c60fc08023472948a7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May  8 19:12:13 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May  8 19:31:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=893c7afc

dev-python/selenium: add 4.9.1

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/selenium/Manifest  |  2 +
 dev-python/selenium/selenium-4.9.1.ebuild | 63 +++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/selenium/Manifest b/dev-python/selenium/Manifest
index 61cfa66f7284..611805eb873d 100644
--- a/dev-python/selenium/Manifest
+++ b/dev-python/selenium/Manifest
@@ -1,2 +1,4 @@
 DIST selenium-4.9.0.tar.gz 6336895 BLAKE2B 
4a812324abd1903f14b03a73d21125eb83b753a553bcc4515aa4a3dc792bfb07bfacf34e35357f81c36675d9079bafe5f289a63c709df57358103a9141cef535
 SHA512 
3bfba3d862de73261e984e4dce3c2ff77b0f57074073b38648cbbe6908f2d20a5fadef8b23b6a292d780bfe3556291e26c2a7b1cc4b314cc959e78e0a2dcc6dc
+DIST selenium-4.9.1.tar.gz 6341857 BLAKE2B 
dd6461e096a15170c37b3e95f2f492da5bc16d1b2bcdc3e0528f5f27219529a850a5f01363f91d829ca05700fde800d55c5e43d758d566e48faba494610a25d4
 SHA512 
e9ff93c0dfb8f561bbfd2b31e555c7e815bba677b8391296e696ced7ce63daa12e169bd2ce5e02c0fb1499a028a7d674f6202e512082993b5a59bddab5011a3c
 DIST selenium-selenium-4.9.0.gh.tar.gz 90247221 BLAKE2B 
fe99ac519ef4ced5f61721d1e3bae70e938b4a481582623a33f4d5a2fd1978c42e216501eb25ac7496957c2ea37a3ad97aff7ab7adf440e1428a311410024aca
 SHA512 
9e745eae4cf6ea95fe1268b79a80734f4b67b0948fa5bfb144d6b681cd4b353add5c1a1d16b3f35652b6fa4a5b135f8a5203de97fcb9af0c27060a45b6269225
+DIST selenium-selenium-4.9.1.gh.tar.gz 90261099 BLAKE2B 
4ef22ed67881036b3b20642bf6288a9afd518364f0271843b9d4ebcc2ccdfe3f259d5f6e7e52c375ff94e65f533810d3b51059433890277f440d23e50c5b1acf
 SHA512 
fac1b0c50b6983fce7d2e5b40347dde05ca8b2907a9a6e06905f521d3bc9a05f61eed3bc07b91b0163958580a67605500d3e928aeed73b44b34a4b2a7ebeaca3

diff --git a/dev-python/selenium/selenium-4.9.1.ebuild 
b/dev-python/selenium/selenium-4.9.1.ebuild
new file mode 100644
index ..b61d9b6e44dc
--- /dev/null
+++ b/dev-python/selenium/selenium-4.9.1.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+# upstream sometimes tags it as ${P}, sometimes as ${P}-python, sigh
+TEST_TAG=${P}
+TEST_P=selenium-${TEST_TAG}
+
+DESCRIPTION="Python language binding for Selenium Remote Control"
+HOMEPAGE="
+   https://www.seleniumhq.org/
+   https://github.com/SeleniumHQ/selenium/tree/trunk/py/
+   https://pypi.org/project/selenium/
+"
+SRC_URI+="
+   test? (
+   
https://github.com/SeleniumHQ/selenium/archive/${TEST_TAG}.tar.gz
+   -> ${TEST_P}.gh.tar.gz
+   )
+"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+LICENSE="Apache-2.0"
+SLOT="0"
+
+RDEPEND="
+   >=dev-python/certifi-2021.10.8[${PYTHON_USEDEP}]
+   =dev-python/trio-0.17[${PYTHON_USEDEP}]
+   =dev-python/trio-websocket-0.9[${PYTHON_USEDEP}]
+   =dev-python/urllib3-1.26[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # TODO: we may need extra setup or deps
+   test/selenium
+
+   # expects vanilla certifi
+   
test/unit/selenium/webdriver/remote/remote_connection_tests.py::test_get_connection_manager_for_certs_and_timeout
+   )
+
+   cd "${WORKDIR}/${TEST_P}/py" || die
+   rm -rf selenium || die
+   # 
https://github.com/SeleniumHQ/selenium/blob/selenium-4.8.2-python/py/test/runner/run_pytest.py#L20-L24
+   # seriously?
+   epytest -o "python_files=*_tests.py test_*.py"
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyrqlite/

2023-05-08 Thread Arthur Zamarin
commit: 7ce8200427720988d9bd94dd48297399a8076bf2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May  8 19:30:39 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May  8 19:31:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce82004

dev-python/pyrqlite: add 2.2.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/pyrqlite/Manifest  |  1 +
 dev-python/pyrqlite/pyrqlite-2.2.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/pyrqlite/Manifest b/dev-python/pyrqlite/Manifest
index b8d16d384448..7322db45af90 100644
--- a/dev-python/pyrqlite/Manifest
+++ b/dev-python/pyrqlite/Manifest
@@ -1,2 +1,3 @@
 DIST pyrqlite-2.1.1-test_cPragmaTableInfo.patch 2601 BLAKE2B 
43dce906dea12d6d503ac589990c4688f07cf4186b6b4641534e50aa77e5dacd4f9f286d7707451bc843fb429fec4cdfb887a4922fa48aa9b7d7757bc1ff55bc
 SHA512 
67c8593fd8a437011f9579e6a469323f60a70634469eb42d96b22f3997e48eab42d102013cbf300616fa23e2a0e64e1a0c4b4d7fdd1346402abd34255b252d85
 DIST pyrqlite-2.1.1.tar.gz 19538 BLAKE2B 
fba6caa68eb6d806ea807d40f36edafb0872e724a087cdb7736f79699692d0d492e05a8a7407467f92ec8e30df4a6ea1ed44bc12bec35ffc4753878335fa4275
 SHA512 
9fc404a480f42592ebbedef82f748707741e28de199be9381680db506dac4e3ce757d1058874ca06cf8f0dd1ec0e7b6411a4585f332a9fe7d8977071e492bd31
+DIST pyrqlite-2.2.0.gh.tar.gz 19766 BLAKE2B 
ba71638d2e94a9210d778884d96f32121ee19ac481b7f0bf8f750350fe03cf34857fcd5bd618c29965aa26b8c2e8371909e6ef75d9471e222e4003912977adec
 SHA512 
b5374cd95c116ed4555ed84aaa13c6cfb913d80e416ecdbd014cf21d79c593e197dafdf1b34d7cd26bb7d0076a6fe2aaef5cad803c6430a908cb2f994881c71f

diff --git a/dev-python/pyrqlite/pyrqlite-2.2.0.ebuild 
b/dev-python/pyrqlite/pyrqlite-2.2.0.ebuild
new file mode 100644
index ..81e617621537
--- /dev/null
+++ b/dev-python/pyrqlite/pyrqlite-2.2.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+inherit distutils-r1
+
+DESCRIPTION="Python client for rqlite"
+HOMEPAGE="https://github.com/rqlite/pyrqlite;
+SRC_URI="
+   https://github.com/rqlite/pyrqlite/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="test? ( >=dev-db/rqlite-6.7.0 )"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/ipykernel/

2023-05-08 Thread Arthur Zamarin
commit: 48a0e9265c7e00d00e410bf6bcb307b18cb590ff
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May  8 19:21:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May  8 19:31:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a0e926

dev-python/ipykernel: add 6.23.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/ipykernel/Manifest|  1 +
 dev-python/ipykernel/ipykernel-6.23.0.ebuild | 77 
 2 files changed, 78 insertions(+)

diff --git a/dev-python/ipykernel/Manifest b/dev-python/ipykernel/Manifest
index 90951e86b5fc..1f0c823794ca 100644
--- a/dev-python/ipykernel/Manifest
+++ b/dev-python/ipykernel/Manifest
@@ -1 +1,2 @@
 DIST ipykernel-6.22.0.tar.gz 151303 BLAKE2B 
c3567066375099d388c65b43b5b8c8059a823f4185855b6131fd90f42624a71c08d839a3c59c41cf83bb51ec07d0c0487d7bbee573eafa7e7d049dbeff8e59a8
 SHA512 
e109a2b771ffa40e05416bd925f26a4492c65a44a1acd8100e65ae3e779da9a0eef7222566e79cdcbed4b0fc3224fbd0722728d3fe953b16ab1a14090d0205c2
+DIST ipykernel-6.23.0.tar.gz 151969 BLAKE2B 
c41aac053b27a2e3618831f8d6458b21877b4510062019576fe98f921b9485fe180f2bced09c0a8ddd930af5a386a09d4d13a2ffbb78e58d71bb7a7cea1c91c1
 SHA512 
d852742bd858639d150864d343da23ee915c2034b8fbad7875755ea580be80b5faf553c16af65c50001f214979cd4a80c89fe08e4db7198754b554de0101a1d1

diff --git a/dev-python/ipykernel/ipykernel-6.23.0.ebuild 
b/dev-python/ipykernel/ipykernel-6.23.0.ebuild
new file mode 100644
index ..3ae331be622c
--- /dev/null
+++ b/dev-python/ipykernel/ipykernel-6.23.0.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1 pypi virtualx
+
+DESCRIPTION="IPython Kernel for Jupyter"
+HOMEPAGE="
+   https://github.com/ipython/ipykernel/
+   https://pypi.org/project/ipykernel/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/comm-0.1.1[${PYTHON_USEDEP}]
+   >=dev-python/debugpy-1.6.5[${PYTHON_USEDEP}]
+   >=dev-python/ipython-7.23.1[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-client-8[${PYTHON_USEDEP}]
+   >=dev-python/jupyter-core-4.12[${PYTHON_USEDEP}]
+   >=dev-python/matplotlib-inline-0.1[${PYTHON_USEDEP}]
+   dev-python/nest_asyncio[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-20[${PYTHON_USEDEP}]
+   >=dev-python/tornado-6.1[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.4.0[${PYTHON_USEDEP}]
+"
+# RDEPEND seems specifically needed in BDEPEND, at least jupyter
+# bug #816486
+BDEPEND="
+   ${RDEPEND}
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/ipyparallel[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e 's:^TIMEOUT = .*:TIMEOUT = 120:' ipykernel/tests/*.py || die
+   distutils-r1_src_prepare
+}
+
+python_compile() {
+   distutils-r1_python_compile
+   # Use python3 in kernel.json configuration, bug #784764
+   sed -i -e '/python3.[0-9]\+/s//python3/' \
+   
"${BUILD_DIR}/install${EPREFIX}/usr/share/jupyter/kernels/python3/kernel.json" 
|| die
+}
+
+src_test() {
+   local EPYTEST_DESELECT=(
+   # TODO
+   ipykernel/tests/test_debugger.py::test_attach_debug
+   
ipykernel/tests/test_debugger.py::test_breakpoint_in_cell_with_leading_empty_lines
+   
ipykernel/tests/test_debugger.py::test_rich_inspect_at_breakpoint
+   
ipykernel/tests/test_debugger.py::test_rich_inspect_not_at_breakpoint
+   ipykernel/tests/test_debugger.py::test_set_breakpoints
+   ipykernel/tests/test_debugger.py::test_stop_on_breakpoint
+   ipykernel/tests/test_debugger.py::test_copy_to_globals
+   # hangs?
+   ipykernel/tests/test_eventloop.py::test_tk_loop
+   )
+
+   virtx distutils-r1_src_test
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-socks/

2023-05-08 Thread Arthur Zamarin
commit: c8d1f0ecc2480c98c48e7a08f7946fcd9d986fe0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May  8 19:25:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May  8 19:31:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d1f0ec

dev-python/python-socks: add 2.3.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/python-socks/Manifest  |  1 +
 dev-python/python-socks/python-socks-2.3.0.ebuild | 46 +++
 2 files changed, 47 insertions(+)

diff --git a/dev-python/python-socks/Manifest b/dev-python/python-socks/Manifest
index 30d0922655fa..849aff1c8ae8 100644
--- a/dev-python/python-socks/Manifest
+++ b/dev-python/python-socks/Manifest
@@ -1 +1,2 @@
 DIST python-socks-2.2.0.gh.tar.gz 32483 BLAKE2B 
44dba93f29b3466515591bced694b1f17a76d7a9410829f8d4cfe0c4da18b00dddb9a84b37a9ce74dd20517a3567c06f4b96e4cc4724e88244dd11b097b3da9e
 SHA512 
7189a249fcbc80c13f6070cd82d785ca4be48cbaf0a0e37da486b8517f551b9a22678a0c4d65f98adb30c719b5f47a3e9cd0133633a429283b04cdae089ed6a6
+DIST python-socks-2.3.0.gh.tar.gz 32506 BLAKE2B 
0eaddbb4400488b6c96458d84671e69c9dd9bf927b9ea830d4161d4d78bdc32f66fb0c02f19e63afa868bd248a95d1544463bc877b79fd533b3952bfc71bef52
 SHA512 
792489d9daa63847733580b36d85d143146d0cd0b3f29297fa732516dea203b3f82deaf2779b56d80c20abe2739ed79e28a9a21cfeb26768ec557efef34c74f7

diff --git a/dev-python/python-socks/python-socks-2.3.0.ebuild 
b/dev-python/python-socks/python-socks-2.3.0.ebuild
new file mode 100644
index ..71600c1a9cbc
--- /dev/null
+++ b/dev-python/python-socks/python-socks-2.3.0.ebuild
@@ -0,0 +1,46 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="SOCKS4, SOCKS5, HTTP tunneling functionality for Python"
+HOMEPAGE="
+   https://github.com/romis2012/python-socks/
+   https://pypi.org/project/python-socks/
+"
+SRC_URI="
+   https://github.com/romis2012/python-socks/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+# curio is not packaged
+# asyncio is the only backend we have, so dep on its deps unconditionally
+# TODO: revisit
+RDEPEND="
+   dev-python/async-timeout[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/anyio-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/async-timeout-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/flask-1.1.2[${PYTHON_USEDEP}]
+   >=dev-python/pytest-asyncio-0.18.3[${PYTHON_USEDEP}]
+   >=dev-python/pytest-trio-0.7.0[${PYTHON_USEDEP}]
+   >=dev-python/tiny-proxy-0.1.1[${PYTHON_USEDEP}]
+   >=dev-python/trio-0.16.0[${PYTHON_USEDEP}]
+   >=dev-python/trustme-0.9.0[${PYTHON_USEDEP}]
+   >=dev-python/yarl-1.4.2[${PYTHON_USEDEP}]
+   )
+"
+
+# Test markers exist to exclude trio etc if needed
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/redis/

2023-05-08 Thread Arthur Zamarin
commit: 7c721736ec775e070c175fb3e366b882b0acd799
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May  8 19:14:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May  8 19:31:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c721736

dev-python/redis: add 4.5.5

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/redis/Manifest   |  1 +
 dev-python/redis/redis-4.5.5.ebuild | 83 +
 2 files changed, 84 insertions(+)

diff --git a/dev-python/redis/Manifest b/dev-python/redis/Manifest
index 5d910d8a1623..58933e0734b9 100644
--- a/dev-python/redis/Manifest
+++ b/dev-python/redis/Manifest
@@ -1 +1,2 @@
 DIST redis-py-4.5.4.gh.tar.gz 4739418 BLAKE2B 
a02a581dc12a09cedd0f5158bc261ffb0efcf0346d193ebcb060f50fa95dbaadb7322446c242ac68094bbfbd80c9879d8c9a9fc8362aa6a6e9be85d7e46d9aaa
 SHA512 
55c4530ab715c4bddb502ce58ae3c62db9c27d16ddbfa8f87c88e9425e0285d9fd570338428c30d0a3f1fe2d81868fd8385da0255d58c3dd9b9813f9454eeb30
+DIST redis-py-4.5.5.gh.tar.gz 4748642 BLAKE2B 
6e924477be81af995190328b8747e2eac3d905fcff8cd97c6f89702e3888a4185918144cf11b9173b25dd4c2e62ce988e2f1f5b2c1261bb35e64031772a5a81a
 SHA512 
f1d8f1b009f30613776904cef42a090a51da2833d667d47f9650c9a35187d11911d5b23b20f2ba2279714758963830c873473028775f39419e4d996da54eee83

diff --git a/dev-python/redis/redis-4.5.5.ebuild 
b/dev-python/redis/redis-4.5.5.ebuild
new file mode 100644
index ..37fbc3edbe6d
--- /dev/null
+++ b/dev-python/redis/redis-4.5.5.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1
+
+MY_P=redis-py-${PV}
+DESCRIPTION="Python client for Redis key-value store"
+HOMEPAGE="
+   https://github.com/redis/redis-py/
+   https://pypi.org/project/redis/
+"
+SRC_URI="
+   https://github.com/redis/redis-py/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-4.0.2[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+BDEPEND="
+   test? (
+   dev-db/redis
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Flaky test
+   tests/test_pubsub.py::TestPubSubDeadlock::test_pubsub_deadlock
+   # TODO
+   tests/test_commands.py::TestRedisCommands::test_acl_list
+   # redis-7 different return
+   tests/test_commands.py::TestRedisCommands::test_xautoclaim
+   )
+
+   # TODO: try to run more servers?
+   epytest -m "not redismod and not onlycluster and not replica and not 
ssl"
+}
+
+src_test() {
+   local redis_pid="${T}"/redis.pid
+   local redis_port=6379
+
+   if has_version ">=dev-db/redis-7"; then
+   local extra_conf="
+   enable-debug-command yes
+   enable-module-command yes
+   "
+   fi
+
+   # Spawn Redis itself for testing purposes
+   einfo "Spawning Redis"
+   einfo "NOTE: Port ${redis_port} must be free"
+   "${EPREFIX}"/usr/sbin/redis-server - <<- EOF || die "Unable to start 
redis server"
+   daemonize yes
+   pidfile ${redis_pid}
+   port ${redis_port}
+   bind 127.0.0.1 ::1
+   ${extra_conf}
+   EOF
+
+   # Run the tests
+   distutils-r1_src_test
+
+   # Clean up afterwards
+   kill "$(<"${redis_pid}")" || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/cfn-lint/

2023-05-08 Thread Arthur Zamarin
commit: 401c40a0e934b509cab7b0c8dfe3fd2a20a39851
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May  8 19:04:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May  8 19:30:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=401c40a0

dev-python/cfn-lint: add 0.77.5

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/cfn-lint/Manifest   |  1 +
 dev-python/cfn-lint/cfn-lint-0.77.5.ebuild | 64 ++
 2 files changed, 65 insertions(+)

diff --git a/dev-python/cfn-lint/Manifest b/dev-python/cfn-lint/Manifest
index 1a03ec646cb5..c6f4cc662d7b 100644
--- a/dev-python/cfn-lint/Manifest
+++ b/dev-python/cfn-lint/Manifest
@@ -1,2 +1,3 @@
 DIST cfn-lint-0.75.1.gh.tar.gz 3487870 BLAKE2B 
26aaf3b24023260d7a7d8f2b89fc9135e0c34786540c21d1c1763decad42167f1a29b01859bfcb17fe5ac1fbbb08aebf04191c6d1b21b335c92e2424c986cada
 SHA512 
d4dfa9331c77f7c323b217203c470e15b4a62a86b42497934a4f9609d54a499211058cba4c561034f6c3dd6ba52ade30084e9a9d25da135289f783ed972a14ae
 DIST cfn-lint-0.77.4.tar.gz 3510766 BLAKE2B 
af5f8a842863504217b90cea80861a889eae2d1bbe1d7c8c9b429acaee00d291ddbe71e868577acc689a1ff04aaf9c5b2f690a839235cf57202b6226bc7f1abc
 SHA512 
96fe05b91d93b2581f546973bf0a812184429cfefb26c69e8e14fe6ac6402219ab518777a3f54fb30092c30189486aacd0841d1db31a191697ad1c333662bb98
+DIST cfn-lint-0.77.5.tar.gz 3513226 BLAKE2B 
edff62682027d87fc4f0934aba83ca1cbd83773fbf85246eecfe1d1908b8ba0f6df413b2dbc8976770f7eefaec78bde1cd7017ed36ffac849687436364a42f2d
 SHA512 
e80231e8539735d0a114c6de81f9c52714a1886dbeb070b78bba3c9dd2798399bbb6eb41b3917b5c826b4d3d571f2d9996a5eeaebd7a48a9b774135fb0966372

diff --git a/dev-python/cfn-lint/cfn-lint-0.77.5.ebuild 
b/dev-python/cfn-lint/cfn-lint-0.77.5.ebuild
new file mode 100644
index ..aa05429c93b5
--- /dev/null
+++ b/dev-python/cfn-lint/cfn-lint-0.77.5.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="CloudFormation Linter"
+HOMEPAGE="
+   https://github.com/aws-cloudformation/cfn-lint/
+   https://pypi.org/project/cfn-lint/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/aws-sam-translator-1.65.0[${PYTHON_USEDEP}]
+   dev-python/jsonpatch[${PYTHON_USEDEP}]
+   >=dev-python/jschema_to_python-1.2.3[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
+   dev-python/junit-xml[${PYTHON_USEDEP}]
+   dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
+   dev-python/regex[${PYTHON_USEDEP}]
+   >=dev-python/sarif_om-1.0.4[${PYTHON_USEDEP}]
+   >=dev-python/sympy-1.0.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # unpin the deps
+   sed -e 's:~=[0-9.]*::' -i setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # TODO
+   
test/unit/module/test_template.py::TestTemplate::test_build_graph
+   # requires git repo
+   
test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
+   # Internet
+   
test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
+   
test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
+   # TODO: it looks as if AWS_DEFAULT_REGION didn't work
+   test/unit/module/core/test_run_cli.py::TestCli::test_bad_config
+   
test/unit/module/core/test_run_cli.py::TestCli::test_override_parameters
+   
test/unit/module/core/test_run_cli.py::TestCli::test_positional_template_parameters
+   
test/unit/module/core/test_run_cli.py::TestCli::test_template_config
+   )
+
+   # from tox.ini
+   local -x AWS_DEFAULT_REGION=us-east-1
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}



[gentoo-commits] repo/gentoo:master commit in: dev-python/sentry-sdk/

2023-05-08 Thread Arthur Zamarin
commit: 1c28e0d16b02b9787b1ba9ea3c963b96dc923561
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May  8 19:09:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May  8 19:31:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c28e0d1

dev-python/sentry-sdk: add 1.22.2

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/sentry-sdk/Manifest |   1 +
 dev-python/sentry-sdk/sentry-sdk-1.22.2.ebuild | 113 +
 2 files changed, 114 insertions(+)

diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
index fa7ac766dda9..d8fed873a65c 100644
--- a/dev-python/sentry-sdk/Manifest
+++ b/dev-python/sentry-sdk/Manifest
@@ -3,3 +3,4 @@ DIST sentry-python-1.20.0.gh.tar.gz 345505 BLAKE2B 
e95225188a74f4d9e67f6044bcf3b
 DIST sentry-python-1.21.0.gh.tar.gz 346948 BLAKE2B 
7d4d9d537d567c930187d74fc46be2868a91c7d7fbc09bb6e63aa5b87cc272689ab3510dd2328fedd6d78a30f8f514efcaec5f6b99ce95cc2fd1e517f6c2330e
 SHA512 
45e0f646b058488e8642e9ab6e8f80c7085adf39247baee78cb388a722114e2f72504951789cd49f6cdade77a930dc69756afaf0c69c69eb680878b2f2fc53d6
 DIST sentry-python-1.21.1.gh.tar.gz 349021 BLAKE2B 
f467ba16484d0807734deb7d2544f32addeac254dbac02d5c56d5c9d05081d1c38665f7a5eb14ff59dd4b39ecb25d922b60a0d18fc98290c0127142cf5bb89d0
 SHA512 
04f56fa1a53ad42baaf09fb4b19a29c009e2a956ee363d6003746d993d1d8b4af37b8458bf8b04255cd72083bdf0c35b4244d6aabf26110ff6a0d245ce674c58
 DIST sentry-python-1.22.1.gh.tar.gz 351929 BLAKE2B 
afcdd6293ff1e96f2a07e6d6ad5fb9bfc8715cf4d7ca30237d92cae9f48abf4cb849ad8f86f3ba3f0421198dd2fdbfe25b95c9e50c2abab36d1fed4bd71181fd
 SHA512 
2796620223476d8996291d2f2ff88a128a86fe8ded40f44ffc575f09e8b390d9b0e77e186d153decb81f33aa050eeef5b2ce707ad381d226955ce18315a0e3ee
+DIST sentry-python-1.22.2.gh.tar.gz 352403 BLAKE2B 
7dcc1583904ac7ca2349b153c13ffd2098e888fcf18a7150efa8e99e0bdc93f40c2d91a0044b85d64e21116e2503173e8a0b46dcc227f7e5cf7deaf2fe8abc64
 SHA512 
71d4235a0a5f6df0e18f0f0e04530ce225c218cc1018d48c7a419f3a118ea9d89df3635d62ae2a5a34632a58163ac317f41167e40b2ea172f2bd0467de3a8196

diff --git a/dev-python/sentry-sdk/sentry-sdk-1.22.2.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-1.22.2.ebuild
new file mode 100644
index ..9a2ca1555fe6
--- /dev/null
+++ b/dev-python/sentry-sdk/sentry-sdk-1.22.2.ebuild
@@ -0,0 +1,113 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+MY_P=sentry-python-${PV}
+DESCRIPTION="Python client for Sentry"
+HOMEPAGE="
+   https://sentry.io/
+   https://github.com/getsentry/sentry-python/
+   https://pypi.org/project/sentry-sdk/
+"
+SRC_URI="
+   https://github.com/getsentry/sentry-python/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="PSF-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   dev-python/certifi[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/asttokens[${PYTHON_USEDEP}]
+   dev-python/django[${PYTHON_USEDEP}]
+   dev-python/executing[${PYTHON_USEDEP}]
+   dev-python/fakeredis[${PYTHON_USEDEP}]
+   dev-python/flask-login[${PYTHON_USEDEP}]
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   dev-python/pyrsistent[${PYTHON_USEDEP}]
+   dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
+   dev-python/pytest-django[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   dev-python/pytest-localserver[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/werkzeug[${PYTHON_USEDEP}]
+   dev-python/zope-event[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+PATCHES=(
+   "${FILESDIR}/sentry-sdk-1.21.0-ignore-warnings.patch"
+)
+
+EPYTEST_IGNORE=(
+   # tests require Internet access
+   tests/integrations/httpx/test_httpx.py
+   tests/integrations/requests/test_requests.py
+   tests/integrations/stdlib/test_httplib.py
+   tests/integrations/flask/test_flask.py
+   tests/integrations/django/test_basic.py
+   tests/integrations/socket/test_socket.py
+   # wtf is it supposed to do?!
+   tests/integrations/gcp/test_gcp.py
+   # broken by rq-1.10.1 (optional dep)
+   tests/integrations/rq/test_rq.py
+   # fastapi is not packaged
+   tests/integrations/asgi/test_fastapi.py
+   # TODO
+   tests/integrations/bottle
+   # TODO: causes breakage in other tests
+   tests/integrations/starlette
+   # TODO
+   tests/integrations/tornado
+   # requires mockupdb
+   tests/integrations/pymongo
+)
+
+EPYTEST_DESELECT=(
+   # hangs
+   

[gentoo-commits] repo/gentoo:master commit in: dev-python/Faker/

2023-05-08 Thread Arthur Zamarin
commit: 094e05232f549105be71e79d324d71d28e89191a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon May  8 19:03:15 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon May  8 19:30:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=094e0523

dev-python/Faker: add 18.7.0

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-python/Faker/Faker-18.7.0.ebuild | 34 ++
 dev-python/Faker/Manifest|  1 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/Faker/Faker-18.7.0.ebuild 
b/dev-python/Faker/Faker-18.7.0.ebuild
new file mode 100644
index ..9618d4da811e
--- /dev/null
+++ b/dev-python/Faker/Faker-18.7.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A Python package that generates fake data for you"
+HOMEPAGE="
+   https://github.com/joke2k/faker/
+   https://pypi.org/project/Faker/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
+   !dev-ruby/faker
+"
+BDEPEND="
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP},tiff]
+   dev-python/validators[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest

diff --git a/dev-python/Faker/Manifest b/dev-python/Faker/Manifest
index 403ede1784ae..94f05b54050f 100644
--- a/dev-python/Faker/Manifest
+++ b/dev-python/Faker/Manifest
@@ -3,3 +3,4 @@ DIST Faker-18.5.1.tar.gz 1664745 BLAKE2B 
c6b02b9827a0cda7ac37bdc12882e879b8b981b
 DIST Faker-18.6.0.tar.gz 1664811 BLAKE2B 
d73d0e5c1c0c0a59765b9dff8e1ed3a07b66ba83c714e8bc9005df6e92c8916ba7d68de1ca6c12367555f5e498677e488f9e72888715f06deae86ccdb5675b45
 SHA512 
bbf50a36a78b071bd32d523ede6f132a62106741f5dfe14a4d237ff17280d9207a75725870b45a91888c36ac94f7833d2364dd1e48ec2738949a04c5cbd306a4
 DIST Faker-18.6.1.tar.gz 1665480 BLAKE2B 
71de48bbe9767eb4a44f1cc3db6a5a42cda24716063ccde8646fc630ca3f06b29271d97135ecdd285031e34a6671133badcd5d1dc8c074e87cdd61437021d993
 SHA512 
d862f7545b32ff2e60d69f03e73fee75ece1543417e99397b3dc08edcd20ce3251b3d6c7238b316af54318f80f5f3e8d221c5ec147b89387fa927ba1e8574e97
 DIST Faker-18.6.2.tar.gz 1665430 BLAKE2B 
3e8748e77e5f72be3e2853f2337f7256e561303ad0fab21ecca50f8dcbd967eaf35d0134c02c590470dafc646c9ca44b9e1013138f967ffecaf4a1811a8f959a
 SHA512 
91486fc317d96453d1950f1d1ad7e724cbf15438f914136c1e266b246ba8cc3704d6f788a94dee837e6453985e9cdbfbf54b5b42569cb37b0dfba8f3346b406b
+DIST Faker-18.7.0.tar.gz 1666235 BLAKE2B 
d0eca47e4916436cdd2503077af97b8e4d93f0fc3852fc90505ef44021271b3d9ddb78b2e3258f39ab79fbdba66eac32c8010c72383c5f5926167b7e5b0586c6
 SHA512 
7c8edc55ff401f9344199447c7452ca91d7077b882e70165bfac73d9db192304163a8e5adc35f7ebbe84898366aa7b09c9633d5e1b0d60544160e8dd5406897c



[gentoo-commits] repo/gentoo:master commit in: dev-python/pyroute2/

2023-05-08 Thread Michał Górny
commit: 0b0dfecd6cca9f9a4a852781fb60e26e6283000e
Author: Henning Schild  hennsch  de>
AuthorDate: Mon May  8 18:47:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  8 19:24:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b0dfecd

dev-python/pyroute2: add 0.7.8

Signed-off-by: Henning Schild  hennsch.de>
Closes: https://github.com/gentoo/gentoo/pull/30939
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pyroute2/Manifest  |  1 +
 dev-python/pyroute2/pyroute2-0.7.8.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/dev-python/pyroute2/Manifest b/dev-python/pyroute2/Manifest
index 16e630b731a4..18fd7f2786b8 100644
--- a/dev-python/pyroute2/Manifest
+++ b/dev-python/pyroute2/Manifest
@@ -1 +1,2 @@
 DIST pyroute2-0.7.6.tar.gz 416681 BLAKE2B 
f04fc27bafa1b7083d222df315449a51c56dee29993e9f03b18653f938ef50d66dc831e68d13b3115c392283397f2deae6bdda37791253913dadc77a73a9810d
 SHA512 
3e4cbba59c08e52201557dc2814b98f7a1e6e2a567aa1c28ddfbb7da228c01a72eaa6ab42049f1f53b688f9627b7b77a95ab44b5a909ede24d83870d13dfa293
+DIST pyroute2-0.7.8.tar.gz 418102 BLAKE2B 
67485b52e579a4d73877ff62c772a2145896900ae86effea54b0a93c42eaef782548a9b74eb777f885be227a880afc6f7664464e71fd45e0862f317aea2c908e
 SHA512 
0d4824dd21dda5efe19bc953265e75f07f8813a45e703e90fa0bae0765fd88205255b219b4ec1e0e4f399ce2a055e351fd98ae8c7ca14bda7312c3cfdef724e2

diff --git a/dev-python/pyroute2/pyroute2-0.7.8.ebuild 
b/dev-python/pyroute2/pyroute2-0.7.8.ebuild
new file mode 100644
index ..08784a0ce549
--- /dev/null
+++ b/dev-python/pyroute2/pyroute2-0.7.8.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_REQ_USE="sqlite"
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A pure Python netlink and Linux network configuration library"
+HOMEPAGE="
+   https://github.com/svinota/pyroute2
+   https://pypi.org/project/pyroute2/
+"
+
+LICENSE="|| ( GPL-2+ Apache-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+# tests need root access
+RESTRICT="test"
+
+RDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"



[gentoo-commits] data/glep:master commit in: /

2023-05-08 Thread Ulrich Müller
commit: 83f291b94066a9163462acbdc86b1662c5e25f3b
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon May  8 19:15:45 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon May  8 19:15:45 2023 +
URL:https://gitweb.gentoo.org/data/glep.git/commit/?id=83f291b9

glep-0039: Order references by their occurrence in the text

Signed-off-by: Ulrich Müller  gentoo.org>

 glep-0039.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/glep-0039.rst b/glep-0039.rst
index 7f19f60..a9f87ef 100644
--- a/glep-0039.rst
+++ b/glep-0039.rst
@@ -246,8 +246,6 @@ References
Message-ID 20050614035141.GC15256\@dst.grantgoodyear.org

(https://archives.gentoo.org/gentoo-dev/message/f5ab9ccca62a5d5e0b7b7ab0156f19b3)
 
-.. [#Project_pages] 
https://wiki.gentoo.org/wiki/Gentoo_Wiki:Developer_Central/Project_pages
-
 .. [#Council2007] 2007-02-08 council meeting
(https://projects.gentoo.org/council/meeting-logs/20070208-summary.txt)
 
@@ -259,6 +257,8 @@ References
 .. [#Council2013] 2013-02-12 council meeting
(https://projects.gentoo.org/council/meeting-logs/20130212-summary.txt)
 
+.. [#Project_pages] 
https://wiki.gentoo.org/wiki/Gentoo_Wiki:Developer_Central/Project_pages
+
 Copyright
 =
 



[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot/

2023-05-08 Thread Matthew Thode
commit: 79f9484ed88cdfeebaa336890148764da15ff550
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon May  8 19:07:23 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon May  8 19:07:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79f9484e

app-crypt/certbot: drop 2.4.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/certbot/Manifest |  1 -
 app-crypt/certbot/certbot-2.4.0.ebuild | 62 --
 2 files changed, 63 deletions(-)

diff --git a/app-crypt/certbot/Manifest b/app-crypt/certbot/Manifest
index 5af06ae6bf48..bd680238038c 100644
--- a/app-crypt/certbot/Manifest
+++ b/app-crypt/certbot/Manifest
@@ -1,2 +1 @@
-DIST certbot-2.4.0.gh.tar.gz 1333159 BLAKE2B 
534c7d090cc8a2b77b2dd8bd8c407409260c18e7741223a327bb240dac9685b1ca152d4a20bb0ec46d8717f89bd3de6f494019c57afe22a74db69641a3ed209e
 SHA512 
c307c97154935a3a01b468d6e91505caba6073b4c01071c87382bdc08c892094d95d75b047047d3221b7d8018a61ce974c0f4defbfdee00b136af920fd579108
 DIST certbot-2.5.0.gh.tar.gz 1333903 BLAKE2B 
2d30764616d2253fe320ad94182e64cc3e1ce75bd90322fcf7c303a52e32420a57cf84a3acf3f8f4825e058d6fe1e59438b728dacdf9032c4d8797312903825e
 SHA512 
92313e352409d543f260fedee3f376c4750d9428cd39fde3518b162091667173ba6d582b4e91477f7122cf198f24119ecf34b2dce12734afbfc0ebedc395a49e

diff --git a/app-crypt/certbot/certbot-2.4.0.ebuild 
b/app-crypt/certbot/certbot-2.4.0.ebuild
deleted file mode 100644
index 2b7d254bda18..
--- a/app-crypt/certbot/certbot-2.4.0.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-if [[ "${PV}" == * ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   EGIT_SUBMODULES=()
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${P}"
-else
-   SRC_URI="
-   https://github.com/certbot/certbot/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   "
-   KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Let’s Encrypt client to automate deployment of X.509 certificates"
-HOMEPAGE="
-   https://github.com/certbot/certbot
-   https://letsencrypt.org/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-IUSE="selinux"
-
-S="${WORKDIR}/${P}/${PN}"
-
-BDEPEND="
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-cov[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   )
-"
-
-# See certbot/setup.py for acme >= dep
-RDEPEND="
-   >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   >=dev-python/ConfigArgParse-0.9.3[${PYTHON_USEDEP}]
-   >=dev-python/configobj-5.0.6[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/distro-1.0.1[${PYTHON_USEDEP}]
-   >=dev-python/josepy-1.13.0[${PYTHON_USEDEP}]
-   >=dev-python/parsedatetime-2.4[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   >=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
-   selinux? ( sec-policy/selinux-certbot )
-"
-
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-crypt/acme/

2023-05-08 Thread Matthew Thode
commit: a5a11f24bad811639b455eebe1888a702fc7b7db
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon May  8 19:07:47 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon May  8 19:07:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5a11f24

app-crypt/acme: drop 2.4.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/acme/Manifest  |  1 -
 app-crypt/acme/acme-2.4.0.ebuild | 59 
 2 files changed, 60 deletions(-)

diff --git a/app-crypt/acme/Manifest b/app-crypt/acme/Manifest
index 5af06ae6bf48..bd680238038c 100644
--- a/app-crypt/acme/Manifest
+++ b/app-crypt/acme/Manifest
@@ -1,2 +1 @@
-DIST certbot-2.4.0.gh.tar.gz 1333159 BLAKE2B 
534c7d090cc8a2b77b2dd8bd8c407409260c18e7741223a327bb240dac9685b1ca152d4a20bb0ec46d8717f89bd3de6f494019c57afe22a74db69641a3ed209e
 SHA512 
c307c97154935a3a01b468d6e91505caba6073b4c01071c87382bdc08c892094d95d75b047047d3221b7d8018a61ce974c0f4defbfdee00b136af920fd579108
 DIST certbot-2.5.0.gh.tar.gz 1333903 BLAKE2B 
2d30764616d2253fe320ad94182e64cc3e1ce75bd90322fcf7c303a52e32420a57cf84a3acf3f8f4825e058d6fe1e59438b728dacdf9032c4d8797312903825e
 SHA512 
92313e352409d543f260fedee3f376c4750d9428cd39fde3518b162091667173ba6d582b4e91477f7122cf198f24119ecf34b2dce12734afbfc0ebedc395a49e

diff --git a/app-crypt/acme/acme-2.4.0.ebuild b/app-crypt/acme/acme-2.4.0.ebuild
deleted file mode 100644
index 9b2525ca91fb..
--- a/app-crypt/acme/acme-2.4.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-PARENT_PN="certbot"
-PARENT_P="${PARENT_PN}-${PV}"
-
-if [[ "${PV}" == * ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   EGIT_SUBMODULES=()
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${PARENT_P}"
-else
-   SRC_URI="
-   https://github.com/certbot/certbot/archive/v${PV}.tar.gz
-   -> ${PARENT_P}.gh.tar.gz
-   "
-   KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="An implementation of the ACME protocol"
-HOMEPAGE="
-   https://github.com/certbot/certbot
-   https://letsencrypt.org/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-S="${WORKDIR}/${PARENT_P}/${PN}"
-
-BDEPEND="
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   )
-"
-
-RDEPEND="
-   dev-python/chardet[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-2.5.0[${PYTHON_USEDEP}]
-   >=dev-python/josepy-1.13.0[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-17.5.0[${PYTHON_USEDEP}]
-   dev-python/pyrfc3339[${PYTHON_USEDEP}]
-   >=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-toolbelt-0.3.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-apache/

2023-05-08 Thread Matthew Thode
commit: 9b36060532605c8938698501902ee37110ca1556
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon May  8 19:07:04 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon May  8 19:07:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b360605

app-crypt/certbot-apache: drop 2.4.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/certbot-apache/Manifest  |  1 -
 .../certbot-apache/certbot-apache-2.4.0.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/app-crypt/certbot-apache/Manifest 
b/app-crypt/certbot-apache/Manifest
index 5af06ae6bf48..bd680238038c 100644
--- a/app-crypt/certbot-apache/Manifest
+++ b/app-crypt/certbot-apache/Manifest
@@ -1,2 +1 @@
-DIST certbot-2.4.0.gh.tar.gz 1333159 BLAKE2B 
534c7d090cc8a2b77b2dd8bd8c407409260c18e7741223a327bb240dac9685b1ca152d4a20bb0ec46d8717f89bd3de6f494019c57afe22a74db69641a3ed209e
 SHA512 
c307c97154935a3a01b468d6e91505caba6073b4c01071c87382bdc08c892094d95d75b047047d3221b7d8018a61ce974c0f4defbfdee00b136af920fd579108
 DIST certbot-2.5.0.gh.tar.gz 1333903 BLAKE2B 
2d30764616d2253fe320ad94182e64cc3e1ce75bd90322fcf7c303a52e32420a57cf84a3acf3f8f4825e058d6fe1e59438b728dacdf9032c4d8797312903825e
 SHA512 
92313e352409d543f260fedee3f376c4750d9428cd39fde3518b162091667173ba6d582b4e91477f7122cf198f24119ecf34b2dce12734afbfc0ebedc395a49e

diff --git a/app-crypt/certbot-apache/certbot-apache-2.4.0.ebuild 
b/app-crypt/certbot-apache/certbot-apache-2.4.0.ebuild
deleted file mode 100644
index 9ed5d0b39780..
--- a/app-crypt/certbot-apache/certbot-apache-2.4.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-PARENT_PN="${PN%-apache}"
-PARENT_P="${PARENT_PN}-${PV}"
-
-if [[ "${PV}" == * ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   EGIT_SUBMODULES=()
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${PARENT_P}"
-else
-   SRC_URI="
-   https://github.com/certbot/certbot/archive/v${PV}.tar.gz
-   -> ${PARENT_P}.gh.tar.gz
-   "
-   # Only for amd64, arm64 and x86 because of dev-python/python-augeas
-   KEYWORDS="amd64 ~arm64 x86"
-fi
-
-DESCRIPTION="Apache plugin for Certbot (Let’s Encrypt client)"
-HOMEPAGE="
-   https://github.com/certbot/certbot
-   https://letsencrypt.org/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-S="${WORKDIR}/${PARENT_P}/${PN}"
-
-BDEPEND="
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-RDEPEND="
-   >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
-   dev-python/python-augeas[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: app-crypt/certbot-nginx/

2023-05-08 Thread Matthew Thode
commit: 30c581f3748c85d849df22c3bc8aec66c7301eba
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon May  8 19:06:43 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Mon May  8 19:07:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c581f3

app-crypt/certbot-nginx: drop 2.4.0

Signed-off-by: Matthew Thode  gentoo.org>

 app-crypt/certbot-nginx/Manifest   |  1 -
 app-crypt/certbot-nginx/certbot-nginx-2.4.0.ebuild | 50 --
 2 files changed, 51 deletions(-)

diff --git a/app-crypt/certbot-nginx/Manifest b/app-crypt/certbot-nginx/Manifest
index 5af06ae6bf48..bd680238038c 100644
--- a/app-crypt/certbot-nginx/Manifest
+++ b/app-crypt/certbot-nginx/Manifest
@@ -1,2 +1 @@
-DIST certbot-2.4.0.gh.tar.gz 1333159 BLAKE2B 
534c7d090cc8a2b77b2dd8bd8c407409260c18e7741223a327bb240dac9685b1ca152d4a20bb0ec46d8717f89bd3de6f494019c57afe22a74db69641a3ed209e
 SHA512 
c307c97154935a3a01b468d6e91505caba6073b4c01071c87382bdc08c892094d95d75b047047d3221b7d8018a61ce974c0f4defbfdee00b136af920fd579108
 DIST certbot-2.5.0.gh.tar.gz 1333903 BLAKE2B 
2d30764616d2253fe320ad94182e64cc3e1ce75bd90322fcf7c303a52e32420a57cf84a3acf3f8f4825e058d6fe1e59438b728dacdf9032c4d8797312903825e
 SHA512 
92313e352409d543f260fedee3f376c4750d9428cd39fde3518b162091667173ba6d582b4e91477f7122cf198f24119ecf34b2dce12734afbfc0ebedc395a49e

diff --git a/app-crypt/certbot-nginx/certbot-nginx-2.4.0.ebuild 
b/app-crypt/certbot-nginx/certbot-nginx-2.4.0.ebuild
deleted file mode 100644
index 1e54d1c37e54..
--- a/app-crypt/certbot-nginx/certbot-nginx-2.4.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-PARENT_PN="${PN%-nginx}"
-PARENT_P="${PARENT_PN}-${PV}"
-
-if [[ "${PV}" == * ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="https://github.com/certbot/certbot.git;
-   EGIT_SUBMODULES=()
-   EGIT_CHECKOUT_DIR="${WORKDIR}/${PARENT_P}"
-else
-   SRC_URI="
-   https://github.com/certbot/certbot/archive/v${PV}.tar.gz
-   -> ${PARENT_P}.gh.tar.gz
-   "
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-fi
-
-DESCRIPTION="Nginx plugin for Certbot (Let’s Encrypt client)"
-HOMEPAGE="
-   https://github.com/certbot/certbot
-   https://letsencrypt.org/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-
-S="${WORKDIR}/${PARENT_P}/${PN}"
-
-BDEPEND="
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )
-"
-
-RDEPEND="
-   >=app-crypt/acme-${PV}[${PYTHON_USEDEP}]
-   >=app-crypt/certbot-${PV}[${PYTHON_USEDEP}]
-   >=dev-python/pyopenssl-17.5.0[${PYTHON_USEDEP}]
-   >=dev-python/pyparsing-2.2.1[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: eclass/

2023-05-08 Thread Sam James
commit: 95fb775e0475446b41cdda8609d1b843d891282b
Author: Sam James  gentoo  org>
AuthorDate: Mon May  8 14:53:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  8 18:46:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95fb775e

toolchain.eclass: conditionalize old awk sed fixup

Bug: https://bugs.gentoo.org/215828
Bug: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=35855
Signed-off-by: Sam James  gentoo.org>

 eclass/toolchain.eclass | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 16ce534d3465..91592dcae2d6 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -731,8 +731,11 @@ toolchain_src_prepare() {
|| eerror "Please file a bug about this"
eend $?
done
+
# bug #215828
-   sed -i 's|A-Za-z0-9|[:alnum:]|g' "${S}"/gcc/*.awk || die
+   if ! tc_version_is_at_least 4.6.0 ; then
+   sed -i 's|A-Za-z0-9|[:alnum:]|g' "${S}"/gcc/*.awk || die
+   fi
 
# Prevent new texinfo from breaking old versions (see #198182, bug 
#464008)
einfo "Remove texinfo (bug #198182, bug #464008)"



[gentoo-commits] repo/gentoo:master commit in: eclass/

2023-05-08 Thread Sam James
commit: 69a74089aee8eee85bedf0a80b1124db9abc1a6b
Author: Sam James  gentoo  org>
AuthorDate: Mon May  8 15:48:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May  8 18:46:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a74089

toolchain.eclass: cleanup obsolete texinfo hacks

These don't seem to be necessary at all now:
- we don't sed info pages anymore because GCC has support for setting
the bug URL + distributor now
- there's info pages in other directories than gcc/ (e.g. libgccjit)

With 12.3.0, I had without this:
```
* CMP: =sys-devel/gcc-12.2.1_p20230505 with sys-devel/gcc-12.3.0/image
*  FILES:-usr/share/gcc-data/x86_64-pc-linux-gnu/12/info/gfortran.info
*  FILES:-usr/share/gcc-data/x86_64-pc-linux-gnu/12/info/libgccjit.info
* --> FILES(-2) ABI(TIMEOUT)
```

Signed-off-by: Sam James  gentoo.org>

 eclass/toolchain.eclass | 36 ++--
 1 file changed, 6 insertions(+), 30 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 91592dcae2d6..a99a5cadac1d 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -737,10 +737,6 @@ toolchain_src_prepare() {
sed -i 's|A-Za-z0-9|[:alnum:]|g' "${S}"/gcc/*.awk || die
fi
 
-   # Prevent new texinfo from breaking old versions (see #198182, bug 
#464008)
-   einfo "Remove texinfo (bug #198182, bug #464008)"
-   eapply "${FILESDIR}"/gcc-configure-texinfo.patch
-
if ! use prefix-guest && [[ -n ${EPREFIX} ]] ; then
einfo "Prefixifying dynamic linkers..."
for f in gcc/config/*/*linux*.h ; do
@@ -1565,21 +1561,11 @@ toolchain_src_configure() {
)
fi
 
-   if [[ ${PV} != *_p* && -f "${S}"/gcc/doc/gcc.info ]] ; then
-   # Disable gcc info regeneration -- it ships with generated info 
pages
-   # already.  Our custom version/urls/etc... trigger it. bug 
#464008
-   export gcc_cv_prog_makeinfo_modern=no
-   else
-   # Allow a fallback so we don't accidentally install no docs
-   # bug #834845
-   ewarn "No pre-generated info pages in tarball. Allowing 
regeneration with texinfo..."
-
-   if [[ ${PV} == *_p* && -f "${S}"/gcc/doc/gcc.info ]] ; then
-   # Safeguard against 
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106899 being fixed
-   # without corresponding ebuild changes.
-   eqawarn "Snapshot release with pre-generated info pages 
found!"
-   eqawarn "The BDEPEND in the ebuild should be updated to 
drop texinfo."
-   fi
+   if [[ ${PV} == *_p* && -f "${S}"/gcc/doc/gcc.info ]] ; then
+   # Safeguard against 
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106899 being fixed
+   # without corresponding ebuild changes.
+   eqawarn "Snapshot release with pre-generated info pages found!"
+   eqawarn "The BDEPEND in the ebuild should be updated to drop 
texinfo."
fi
 
# Do not let the X detection get in our way.  We know things can be 
found
@@ -1908,7 +1894,7 @@ toolchain_src_compile() {
touch "${S}"/gcc/c-gperf.h || die
 
# Do not make manpages if we do not have perl ...
-   [[ ! -x /usr/bin/perl ]] \
+   [[ ! -x "${BROOT}"/usr/bin/perl ]] \
&& find "${WORKDIR}"/build -name '*.[17]' -exec touch {} +
 
# To compile ada library standard files special compiler options are 
passed
@@ -2098,16 +2084,6 @@ toolchain_src_install() {
# Don't allow symlinks in private gcc include dir as this can break the 
build
find gcc/include*/ -type l -delete || die
 
-   # Copy over the info pages.  We disabled their generation earlier, but 
the
-   # build system only expects to install out of the build dir, not the 
source. bug #464008
-   mkdir -p gcc/doc || die
-   local x=
-   for x in "${S}"/gcc/doc/*.info* ; do
-   if [[ -f ${x} ]] ; then
-   cp "${x}" gcc/doc/ || die
-   fi
-   done
-
# Re-enable fixincludes for >= GCC 13
# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=107128
if [[ ${GCCMAJOR} -lt 13 ]] ; then



[gentoo-commits] repo/gentoo:master commit in: app-backup/burp/files/

2023-05-08 Thread Conrad Kostecki
commit: 882308822094235a846b4848bf315c99382d6f52
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon May  8 16:21:32 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon May  8 18:41:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88230882

app-backup/burp: remove unused patches

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30935
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../files/burp-2.1.20-protocol1_by_default.patch   | 24 --
 .../burp/files/burp-2.4.0-fix-musl-strptime.patch  | 86 --
 2 files changed, 110 deletions(-)

diff --git a/app-backup/burp/files/burp-2.1.20-protocol1_by_default.patch 
b/app-backup/burp/files/burp-2.1.20-protocol1_by_default.patch
deleted file mode 100644
index db9e9b6a9de5..
--- a/app-backup/burp/files/burp-2.1.20-protocol1_by_default.patch
+++ /dev/null
@@ -1,24 +0,0 @@
 a/configs/client/burp.conf.in
-+++ b/configs/client/burp.conf.in
-@@ -10,7 +10,8 @@
- # 0 to decide automatically, 1 to force protocol1 mode (file level granularity
- # with a pseudo mirrored storage on the server and optional rsync). 2 forces
- # protocol2 mode (inline deduplication with variable length blocks).
--# protocol = 0
-+# WARNING: as of September 2017 protocol2 is still considered experimental.
-+protocol = 1
- pidfile = @runstatedir@/@n...@.client.pid
- syslog = 0
- stdout = 1
 a/configs/server/burp.conf.in
-+++ b/configs/server/burp.conf.in
-@@ -21,7 +21,8 @@
- # protocol2 mode (inline deduplication with variable length blocks).
- # Like many other settings, this can be set per client in the clientconfdir
- # files.
--# protocol = 0
-+# WARNING: as of September 2017 protocol2 is still considered experimental.
-+protocol = 1
- pidfile = @runstatedir@/@n...@.server.pid
- hardlinked_archive = 0
- working_dir_recovery_method = delete

diff --git a/app-backup/burp/files/burp-2.4.0-fix-musl-strptime.patch 
b/app-backup/burp/files/burp-2.4.0-fix-musl-strptime.patch
deleted file mode 100644
index e8afca8fefa7..
--- a/app-backup/burp/files/burp-2.4.0-fix-musl-strptime.patch
+++ /dev/null
@@ -1,86 +0,0 @@
-https://github.com/grke/burp/commit/76b7f1ba9f4445108059b13f3d79a7fde8a292a3
-https://github.com/grke/burp/issues/908
-https://bugs.gentoo.org/862019
-
-From 76b7f1ba9f4445108059b13f3d79a7fde8a292a3 Mon Sep 17 00:00:00 2001
-From: Graham Keeling 
-Date: Mon, 8 Aug 2022 07:53:38 +1000
-Subject: [PATCH] 908: Only glibc supports %z in strptime()
-
-Change-Id: I220e4529073c92df856b892559725b323dc84334

- src/times.h|  8 
- utest/client/monitor/test_json_input.c | 15 +++
- utest/test_times.c |  7 ---
- 3 files changed, 19 insertions(+), 11 deletions(-)
-
-diff --git a/src/times.h b/src/times.h
-index 325419c2b..b0fd3876f 100644
 a/src/times.h
-+++ b/src/times.h
-@@ -3,11 +3,11 @@
- 
- #define DEFAULT_TIMESTAMP_FORMAT_OLD  "%Y-%m-%d %H:%M:%S"
- 
--// Windows does not seem to support %z.
--#ifdef HAVE_WIN32
--#define DEFAULT_TIMESTAMP_FORMAT DEFAULT_TIMESTAMP_FORMAT_OLD
--#else
-+#ifdef __GLIBC__
- #define DEFAULT_TIMESTAMP_FORMAT  "%Y-%m-%d %H:%M:%S %z"
-+#else
-+// Only glibc supports %z in strptime.
-+#define DEFAULT_TIMESTAMP_FORMAT DEFAULT_TIMESTAMP_FORMAT_OLD
- #endif
- 
- extern const char *getdatestr(const time_t t);
-diff --git a/utest/client/monitor/test_json_input.c 
b/utest/client/monitor/test_json_input.c
-index 516fc779b..aea2a4154 100644
 a/utest/client/monitor/test_json_input.c
-+++ b/utest/client/monitor/test_json_input.c
-@@ -162,13 +162,20 @@ static struct sd sd1[] = {
- 
- static void assert_bu_minimal(struct bu *bu, struct sd *s)
- {
--  const char *sd_timestamp;
-+  const char *cp;
-+  const char *cp_end;
-   fail_unless(bu!=NULL);
-   fail_unless(s->bno==bu->bno);
-   fail_unless(s->flags==bu->flags);
--  fail_unless((sd_timestamp=strchr(s->timestamp, ' '))!=NULL);
--  sd_timestamp++;
--  ck_assert_str_eq(sd_timestamp, bu->timestamp);
-+  fail_unless((cp=strchr(s->timestamp, ' '))!=NULL);
-+  cp++;
-+#ifdef __GLIBC__
-+  cp_end=s->timestamp+strlen(s->timestamp)-1;
-+#else
-+  // Only glibc supports %z in strptime.
-+  fail_unless((cp_end=strrchr(s->timestamp, ' '))!=NULL);
-+#endif
-+  fail_unless(strncmp(cp, bu->timestamp, cp_end-cp)==0);
- }
- 
- static void do_test_json_clients_with_backup(const char *path,
-diff --git a/utest/test_times.c b/utest/test_times.c
-index 98be11fd1..5a68203a6 100644
 a/utest/test_times.c
-+++ b/utest/test_times.c
-@@ -35,12 +35,13 @@ struct ds
- 
- static struct ds ds[] = {
-   { 0, "", "never" },
--#ifdef HAVE_WIN32
--  { 1000, "", "1970-01-01 00:16:40" },
--#else
-+#ifdef __GLIBC__
-   { 1000, "", "1970-01-01 00:16:40 +" },
-   { 1000, "UTC+10", "1969-12-31 14:16:40 -1000" },
-   { 1000, "UTC+10", 

[gentoo-commits] repo/gentoo:master commit in: media-gfx/icon-slicer/

2023-05-08 Thread Conrad Kostecki
commit: 71e4b7c19f6b8692343970cf562cc468e623372a
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 24 15:59:33 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon May  8 18:40:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71e4b7c1

media-gfx/icon-slicer: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30737
Signed-off-by: Conrad Kostecki  gentoo.org>

 media-gfx/icon-slicer/icon-slicer-0.3-r1.ebuild | 18 ++
 1 file changed, 18 insertions(+)

diff --git a/media-gfx/icon-slicer/icon-slicer-0.3-r1.ebuild 
b/media-gfx/icon-slicer/icon-slicer-0.3-r1.ebuild
new file mode 100644
index ..12148b7f1a15
--- /dev/null
+++ b/media-gfx/icon-slicer/icon-slicer-0.3-r1.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Utility for generating icon themes and libXcursor cursor themes"
+HOMEPAGE="https://www.freedesktop.org/software/icon-slicer/;
+SRC_URI="https://www.freedesktop.org/software/icon-slicer/releases/${P}.tar.gz;
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+LICENSE="MIT"
+SLOT="0"
+
+RDEPEND="x11-apps/xcursorgen
+   x11-libs/gtk+:2
+   dev-libs/popt"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"



[gentoo-commits] repo/gentoo:master commit in: app-forensics/pasco/

2023-05-08 Thread Conrad Kostecki
commit: 4b2f72d8928dce445a04881cb68984b3a0bf461d
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun May  7 15:04:18 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon May  8 18:40:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b2f72d8

app-forensics/pasco: EAPI8 bump

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 app-forensics/pasco/pasco-20040505_p1-r2.ebuild | 31 +
 1 file changed, 31 insertions(+)

diff --git a/app-forensics/pasco/pasco-20040505_p1-r2.ebuild 
b/app-forensics/pasco/pasco-20040505_p1-r2.ebuild
new file mode 100644
index ..b1e7a5ee7fd1
--- /dev/null
+++ b/app-forensics/pasco/pasco-20040505_p1-r2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+MY_P="${PN}_${PV/_p/_}"
+
+DESCRIPTION="IE Activity Parser"
+HOMEPAGE="https://sourceforge.net/projects/odessa/;
+SRC_URI="mirror://sourceforge/odessa/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}/src"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+PATCHES=(
+   "${FILESDIR}"/${P}-fix-build-system.patch
+   "${FILESDIR}"/${P}-Wimplicit-function-declaration.patch
+)
+
+src_configure() {
+   tc-export CC
+}
+
+src_install() {
+   dobin ${PN}
+   dodoc ../{CHANGES,Readme.txt}
+}



[gentoo-commits] repo/gentoo:master commit in: x11-wm/i3/files/

2023-05-08 Thread Conrad Kostecki
commit: c03adc90935f7b105c83500a495619d3090d54eb
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon May  8 16:22:12 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon May  8 18:41:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03adc90

x11-wm/i3: remove unused patch(es)

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/30934
Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-wm/i3/files/i3-4.16-musl-GLOB_TILDE.patch | 86 ---
 1 file changed, 86 deletions(-)

diff --git a/x11-wm/i3/files/i3-4.16-musl-GLOB_TILDE.patch 
b/x11-wm/i3/files/i3-4.16-musl-GLOB_TILDE.patch
deleted file mode 100644
index 1e67ec2a3c4f..
--- a/x11-wm/i3/files/i3-4.16-musl-GLOB_TILDE.patch
+++ /dev/null
@@ -1,86 +0,0 @@
-From: Natanael Copa 
-Patch-Source: 
https://git.alpinelinux.org/cgit/aports/tree/community/i3wm/musl.patch
-Project-Bug-URL: https://github.com/i3/i3/issues/1859
-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=609306
-
-Musl doesn't implement GLOB_TILDE, which is used by i3 when expanding paths.
-
-This patch replaces usage of GLOB_TILDE in glob() by replacing tilde
-with the content of $HOME - if set - manually.
-
-As mentioned in the i3 bugtracker this is an issue that should be solved by 
musl.
-
-A patch has been sent to musl upstream, but it hasn't been merged yet:
-http://www.openwall.com/lists/musl/2017/01/17/1

 a/i3bar/src/main.c
-+++ b/i3bar/src/main.c
-@@ -48,14 +48,20 @@ void debuglog(char *fmt, ...) {
-  *
-  */
- static char *expand_path(char *path) {
--static glob_t globbuf;
--if (glob(path, GLOB_NOCHECK | GLOB_TILDE, NULL, ) < 0) {
--ELOG("glob() failed\n");
--exit(EXIT_FAILURE);
-+char *home, *expanded;
-+
-+if (strncmp(path, "~/", 2) == 0) {
-+home = getenv("HOME");
-+if (home != NULL) {
-+/* new length: sum - 1 (omit '~') + 1 (for '\0') */
-+expanded = scalloc(strlen(home)+strlen(path), 1);
-+strcpy(expanded, home);
-+strcat(expanded, path+1);
-+return expanded;
-+}
- }
--char *result = sstrdup(globbuf.gl_pathc > 0 ? globbuf.gl_pathv[0] : path);
--globfree();
--return result;
-+
-+return sstrdup(path);
- }
-
- void print_usage(char *elf_name) {
 a/libi3/resolve_tilde.c
-+++ b/libi3/resolve_tilde.c
-@@ -19,28 +19,18 @@
-  *
-  */
- char *resolve_tilde(const char *path) {
--static glob_t globbuf;
--char *head, *tail, *result;
-+char *home, *expanded;
-
--tail = strchr(path, '/');
--head = sstrndup(path, tail ? (size_t)(tail - path) : strlen(path));
--
--int res = glob(head, GLOB_TILDE, NULL, );
--free(head);
--/* no match, or many wildcard matches are bad */
--if (res == GLOB_NOMATCH || globbuf.gl_pathc != 1)
--result = sstrdup(path);
--else if (res != 0) {
--err(EXIT_FAILURE, "glob() failed");
--} else {
--head = globbuf.gl_pathv[0];
--result = scalloc(strlen(head) + (tail ? strlen(tail) : 0) + 1, 1);
--strcpy(result, head);
--if (tail) {
--strcat(result, tail);
-+if (strncmp(path, "~/", 2) == 0) {
-+home = getenv("HOME");
-+if (home != NULL) {
-+/* new length: sum - 1 (omit '~') + 1 (for '\0') */
-+expanded = scalloc(strlen(home)+strlen(path), 1);
-+strcpy(expanded, home);
-+strcat(expanded, path+1);
-+return expanded;
- }
- }
--globfree();
-
--return result;
-+return sstrdup(path);
- }



[gentoo-commits] repo/gentoo:master commit in: media-gfx/icon-slicer/

2023-05-08 Thread Conrad Kostecki
commit: c8e651a19f2a595b9b4f345c5f6971255c069890
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Mon Apr 24 15:59:06 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon May  8 18:40:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8e651a1

media-gfx/icon-slicer: fix LICENSE

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Conrad Kostecki  gentoo.org>

 media-gfx/icon-slicer/icon-slicer-0.3.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild 
b/media-gfx/icon-slicer/icon-slicer-0.3.ebuild
index 53d936443b29..72b4dfca04b3 100644
--- a/media-gfx/icon-slicer/icon-slicer-0.3.ebuild
+++ b/media-gfx/icon-slicer/icon-slicer-0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,9 +8,8 @@ HOMEPAGE="https://www.freedesktop.org/software/icon-slicer/;
 SRC_URI="https://www.freedesktop.org/software/icon-slicer/releases/${P}.tar.gz;
 
 KEYWORDS="~alpha amd64 ~hppa ~ia64 ppc sparc x86"
-LICENSE="GPL-2"
+LICENSE="MIT"
 SLOT="0"
-IUSE=""
 
 RDEPEND="x11-apps/xcursorgen
x11-libs/gtk+:2



  1   2   3   >