[gentoo-commits] repo/gentoo:master commit in: sys-apps/mawk/

2023-08-11 Thread Sam James
commit: dffe4ba12341aa1726da3a7239c874809ec739b8
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 05:34:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 05:34:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dffe4ba1

sys-apps/mawk: add 1.3.4_p20230808

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

 sys-apps/mawk/Manifest|  2 ++
 sys-apps/mawk/mawk-1.3.4_p20230808.ebuild | 51 +++
 2 files changed, 53 insertions(+)

diff --git a/sys-apps/mawk/Manifest b/sys-apps/mawk/Manifest
index a90e189e2556..4294b4184c29 100644
--- a/sys-apps/mawk/Manifest
+++ b/sys-apps/mawk/Manifest
@@ -6,3 +6,5 @@ DIST mawk-1.3.4-20230525.tgz 403222 BLAKE2B 
9ecb6e469b4318dd78fc70f15864f9cb622e
 DIST mawk-1.3.4-20230525.tgz.asc 729 BLAKE2B 
b1c8d4cc9660a6e35564f955cb51b48ef7656a8e5cced230e9cdea195565133ac74eeade06d2b37bd60e3ee29d44f53bd1ed80cc9c6143d346583aa73f317e34
 SHA512 
d3826291598db6d7ffc60571f125a1efeab8abc7ce1397c07a2b1bb8d0439091a95f7d0ad19bd55b629dba2eabf9719eeece6fa7c50d246e4d73ab8564742ca1
 DIST mawk-1.3.4-20230730.tgz 410248 BLAKE2B 
8f686e728084c576ed98a59e0083a79c259011e278f97cb39237f6789a9caa03cf2dfa8ec6bea5e35d467b14548a6a13155a5232f46506da2c3927eead43c8a2
 SHA512 
a38dad468db614e36149916656c22b0dcd3e66ce4be73dada355f9c96c3b4c864d81cbd65608cbed315050a36e2a3bd049e28ce41818cd5da260141b4548bf46
 DIST mawk-1.3.4-20230730.tgz.asc 729 BLAKE2B 
073751f74bb3c94b9bccbb549f900936c09e878921a46a81c757c6849df583fc496251663392456fe6d58b4efb2e0c46b0c0f26589ae35142c1ea187166504cc
 SHA512 
28b0d46248beb0244a9d584690b70338cb29f6b08c29350522e91d56ce2ab625f9696a637fa23b4b43448883f79c6a007d731367274285ec7fa45547f22b910d
+DIST mawk-1.3.4-20230808.tgz 410937 BLAKE2B 
292774aed97b7e91de71bb978fe87014cf6ef9a5fdfd85abde1ad19317b270ff2d63a47b697f506ca20a2cb780f038f7364c6a6269b2a46102647f32cd2907b8
 SHA512 
fbf860a70d2e919018a44e43351c2558737a6694c416c17bc1669b5fa18bebedfefbfe3edddaa28143d0445d838c38958b28a92d85d03ef2f2af6d94737abe2c
+DIST mawk-1.3.4-20230808.tgz.asc 729 BLAKE2B 
b1765478576eb624db454ec27969f1ddc3cab7eb94e3725600dd58434972251f3fc0bfe30858bcd05e0e638282a2e035f5b9b2f207f52548307c536556fd731d
 SHA512 
3e7414e0fcc81c6b93c09ba429f189570bb65f91e8b8866ea6beffc0fbd3c983a19f74c7578d55c5a55795fbbb1d1bf62c4927873f40300c79bed9e32006824c

diff --git a/sys-apps/mawk/mawk-1.3.4_p20230808.ebuild 
b/sys-apps/mawk/mawk-1.3.4_p20230808.ebuild
new file mode 100644
index ..169892e2ceef
--- /dev/null
+++ b/sys-apps/mawk/mawk-1.3.4_p20230808.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/thomasdickey.asc
+inherit toolchain-funcs verify-sig
+
+MY_P="${P/_p/-}"
+DESCRIPTION="An (often faster than gawk) awk-interpreter"
+HOMEPAGE="https://invisible-island.net/mawk/mawk.html;
+SRC_URI="https://invisible-mirror.net/archives/${PN}/${MY_P}.tgz;
+SRC_URI+=" verify-sig? ( 
https://invisible-island.net/archives/${PN}/${MY_P}.tgz.asc )"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+BDEPEND="verify-sig? ( >=sec-keys/openpgp-keys-thomasdickey-20230810 )"
+
+DOCS=( ACKNOWLEDGMENT CHANGES README )
+
+QA_CONFIG_IMPL_DECL_SKIP=(
+   arc4random_push # doesn't exist on Linux
+)
+
+src_configure() {
+   tc-export BUILD_CC
+   econf
+}
+
+src_install() {
+   default
+
+   exeinto /usr/share/doc/${PF}/examples
+   doexe examples/*
+   docompress -x /usr/share/doc/${PF}/examples
+}
+
+pkg_postinst() {
+   if has_version app-admin/eselect && has_version 
app-eselect/eselect-awk; then
+   eselect awk update ifunset
+   fi
+}
+
+pkg_postrm() {
+   if has_version app-admin/eselect && has_version 
app-eselect/eselect-awk; then
+   eselect awk update ifunset
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: sci-mathematics/wxmaxima/

2023-08-11 Thread Andrey Grozin
commit: b3b821a8aebcef0ed19b43f9e17b5a312bdb8345
Author: Andrey Grozin  gentoo  org>
AuthorDate: Sat Aug 12 05:18:03 2023 +
Commit: Andrey Grozin  gentoo  org>
CommitDate: Sat Aug 12 05:18:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3b821a8

sci-mathematics/wxmaxima: bump to 23.07.0

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

 sci-mathematics/wxmaxima/Manifest|  1 +
 sci-mathematics/wxmaxima/metadata.xml|  5 ++
 sci-mathematics/wxmaxima/wxmaxima-23.07.0.ebuild | 80 
 3 files changed, 86 insertions(+)

diff --git a/sci-mathematics/wxmaxima/Manifest 
b/sci-mathematics/wxmaxima/Manifest
index 6d8f4b192994..fa6ee926a8f2 100644
--- a/sci-mathematics/wxmaxima/Manifest
+++ b/sci-mathematics/wxmaxima/Manifest
@@ -1,2 +1,3 @@
 DIST wxmaxima-23.04.1.tar.gz 22060726 BLAKE2B 
77583c2461f7c32ac53ad2890d1e7d07a9fc2dd0caa07a1fcdd7c62d39ec63c50173542c74ce2d21093ce724d1777b76e7789f8a5363ff20406d52177c86a016
 SHA512 
9846c11cbeec8411170e0d55916187cc77274e2758726784bcb5540d55f712b5a557562de0c37dac0c7ef119d43570bd33efc33252fc5359627e527d668580a4
 DIST wxmaxima-23.05.1.tar.gz 16220058 BLAKE2B 
a680a562c92ac400c2e3e377e9f6aa387a259b3bfc9d533bba2f2fcc4c5abfca78c578935273932cbb4be6aa04c29c0316582472f212b0868cba2bfb0081234f
 SHA512 
a36cf3207058065dbe68b8a75b7a97ab0ab827c9097f90a67af1c436703a22bff6978fbf173e0806e40d01270d97def1137de9af7d2501e96faca475d474c5af
+DIST wxmaxima-23.07.0.tar.gz 16427247 BLAKE2B 
c754e476adcf71b2074e5d20edc14ac0d81f453d2cfc1f69fb281c0e3290cf31487ee2772624f868bb1057c19e1dac3cee6bd402d2b7e8b35f1ef8e80c7611f5
 SHA512 
0b94443b2fa31c7f75f33d57285c5086e69f43abd53d2a66b78d946d5370982b5b3a2a53fc5c4b4631fec94453b6f94a209d7ba3d13b1518dbe597d62b7e4690

diff --git a/sci-mathematics/wxmaxima/metadata.xml 
b/sci-mathematics/wxmaxima/metadata.xml
index 3fdc2bb5429d..1af1aec16112 100644
--- a/sci-mathematics/wxmaxima/metadata.xml
+++ b/sci-mathematics/wxmaxima/metadata.xml
@@ -16,6 +16,11 @@
   completion based on previous input (tab-key).
   wxMaxima provides 2d formated display of maxima output.
   
+  
+Use net-libs/webkit-gtk to show help
+(for maxima and wxmaxima) inside wxmaxima
+
+  
   
 wxMaxima-developers/wxmaxima
   

diff --git a/sci-mathematics/wxmaxima/wxmaxima-23.07.0.ebuild 
b/sci-mathematics/wxmaxima/wxmaxima-23.07.0.ebuild
new file mode 100644
index ..6b29481f6c3e
--- /dev/null
+++ b/sci-mathematics/wxmaxima/wxmaxima-23.07.0.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+WX_GTK_VER="3.2-gtk3"
+PLOCALES="ca cs da de el en es fi fr gl hu it ja kab nb pl pt_BR ru tr uk 
zh_CN zh_TW"
+inherit cmake plocale wxwidgets xdg
+
+DESCRIPTION="Graphical frontend to Maxima, using the wxWidgets toolkit"
+HOMEPAGE="https://wxmaxima-developers.github.io/wxmaxima/;
+SRC_URI="https://github.com/wxMaxima-developers/wxmaxima/archive/Version-${PV}.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-Version-${PV}
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="test webkit"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   dev-libs/libxml2:2
+   x11-libs/wxGTK:${WX_GTK_VER}[webkit?]"
+RDEPEND="${DEPEND}
+   media-fonts/jsmath
+   sci-visualization/gnuplot[wxwidgets]
+   sci-mathematics/maxima"
+
+src_prepare() {
+   setup-wxwidgets
+   cmake_src_prepare
+
+   sed -e "s|GPL.txt ||g" -e "s|share/doc/${PN}|share/doc/${PF}|g" -i 
CMakeLists.txt \
+   || die "sed CMakeLists.txt failed"
+   sed -e "s|share/doc/${PN}|share/doc/${PF}|g" -i info/CMakeLists.txt \
+   || die "sed info/CMakeLists.txt failed"
+
+   # locales
+   rm_po() {
+   rm locales/wxMaxima/${1}.po || die "rm ${1}.po failed"
+   rm -f locales/manual/${1}.po
+   rm -f info/${PN}.${1}.md
+   rm -f info/${PN}.${1}.html
+   sed -e "\\|/${1}/wxmaxima.1|d" -i data/CMakeLists.txt
+   }
+   plocale_find_changes locales/wxMaxima '' '.po'
+   plocale_for_each_disabled_locale rm_po
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DWXM_UNIT_TESTS=$(usex test)
+   -DWXM_DISABLE_WEBVIEW=$(usex webkit OFF ON)
+   )
+
+   cmake_src_configure
+}
+
+src_test() {
+   # Just run the unit tests manually for now as tests fail in a 
non-descriptive
+   # way even with virtualx
+   # bug #736695
+   cd "${BUILD_DIR}/test/unit_tests" || die
+
+   local tests=(
+   AFontSize
+   CellPtr
+   ImgCell
+   )
+
+   local test
+   for test in "${tests[@]}" ; do
+   ./test_${test} || die "Unit test ${test} failed!"
+   done
+}
+
+src_install() {
+   docompress -x /usr/share/doc/${PF}
+   cmake_src_install
+}



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

2023-08-11 Thread Sam James
commit: df6f97bec6f30ee31341dd4e93adb31057ff023f
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 04:43:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 04:43:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df6f97be

dev-python/boto3: Stabilize 1.28.15 ALLARCHES, #912158

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

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

diff --git a/dev-python/boto3/boto3-1.28.15.ebuild 
b/dev-python/boto3/boto3-1.28.15.ebuild
index 2a4a7643203e..736d8a002190 100644
--- a/dev-python/boto3/boto3-1.28.15.ebuild
+++ b/dev-python/boto3/boto3-1.28.15.ebuild
@@ -25,7 +25,7 @@ else
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"
+   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-)"



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

2023-08-11 Thread Sam James
commit: 295e42abe04c5dadf73c9ca6260bf3b10bc4229e
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 04:43:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 04:43:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=295e42ab

app-admin/awscli: Stabilize 1.29.15 ALLARCHES, #912158

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

 app-admin/awscli/awscli-1.29.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/awscli/awscli-1.29.15.ebuild 
b/app-admin/awscli/awscli-1.29.15.ebuild
index 62c19f3a63fb..2d91a172182b 100644
--- a/app-admin/awscli/awscli-1.29.15.ebuild
+++ b/app-admin/awscli/awscli-1.29.15.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+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-)"



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

2023-08-11 Thread Sam James
commit: b9474c66d012a2f97106949e833c7966e098ea0b
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 04:43:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 04:43:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9474c66

dev-python/botocore: Stabilize 1.31.15 ALLARCHES, #912158

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

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

diff --git a/dev-python/botocore/botocore-1.31.15.ebuild 
b/dev-python/botocore/botocore-1.31.15.ebuild
index 491b6bbc21f2..d6d0f2607297 100644
--- a/dev-python/botocore/botocore-1.31.15.ebuild
+++ b/dev-python/botocore/botocore-1.31.15.ebuild
@@ -24,7 +24,7 @@ else
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"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux"
 fi
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: net-dns/dnscrypt-proxy/files/, net-dns/dnscrypt-proxy/

2023-08-11 Thread Sam James
commit: 99f73017a1cff764354205ccb0e1b11ed77858d4
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 04:40:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 04:40:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f73017

net-dns/dnscrypt-proxy: add 2.1.5

- Drop USE=pie because the eclass handles it for us now
- Use ego helper
- Respect prefix in config paths

Closes: https://bugs.gentoo.org/912151
Signed-off-by: Sam James  gentoo.org>

 net-dns/dnscrypt-proxy/Manifest|  1 +
 ...oxy-.ebuild => dnscrypt-proxy-2.1.5.ebuild} | 14 ++--
 net-dns/dnscrypt-proxy/dnscrypt-proxy-.ebuild  | 14 ++--
 .../dnscrypt-proxy-2.1.5-config-full-paths.patch   | 92 ++
 4 files changed, 107 insertions(+), 14 deletions(-)

diff --git a/net-dns/dnscrypt-proxy/Manifest b/net-dns/dnscrypt-proxy/Manifest
index fad6acc75562..537000cfa8d1 100644
--- a/net-dns/dnscrypt-proxy/Manifest
+++ b/net-dns/dnscrypt-proxy/Manifest
@@ -1 +1,2 @@
 DIST dnscrypt-proxy-2.1.4.tar.gz 6897787 BLAKE2B 
655011c98e335e0f605c093e5b12156afc9be88f0e14882e11cfdca1affa6de29830344e7c3aa7a5013f90a322f824d54e2db4d37a69395d344e90b0160e442b
 SHA512 
4540d11432c4f35244b79f66b8926f8a1025e09010d8d313f0cd0d62e3fafcbd12bd24e9956ddf9cd8c1ec8aae997b031ab08dae4ee220bf31f33227ec6c07ca
+DIST dnscrypt-proxy-2.1.5.tar.gz 4065395 BLAKE2B 
f8984121776565342c1920832839a9cebe8660eaa5f380baf5db6530a137efefbe270f61f9967426f3bea44110bf66b50524d2b891ec285eef1ad7329b1e305c
 SHA512 
2c9a0e0896483b4453cb3779efd41205be8839e61e17b86701deb91e531676529a82b8859ae0975d121322ec8cc05bdd13a1324b8f56010692e1ac9f36a99d69

diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-.ebuild 
b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.5.ebuild
similarity index 86%
copy from net-dns/dnscrypt-proxy/dnscrypt-proxy-.ebuild
copy to net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.5.ebuild
index f80bcb78727b..74779702e9ac 100644
--- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-.ebuild
+++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-2.1.5.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit fcaps go-module systemd
+inherit fcaps go-module prefix systemd
 
-DESCRIPTION="A flexible DNS proxy, with support for encrypted DNS protocols"
+DESCRIPTION="Flexible DNS proxy, with support for encrypted DNS protocols"
 HOMEPAGE="https://github.com/DNSCrypt/dnscrypt-proxy;
 
 if [[ ${PV} ==  ]]; then
@@ -18,7 +18,6 @@ fi
 
 LICENSE="Apache-2.0 BSD ISC MIT MPL-2.0"
 SLOT="0"
-IUSE="+pie"
 
 RDEPEND="
acct-group/dnscrypt-proxy
@@ -28,18 +27,18 @@ RDEPEND="
 FILECAPS=( cap_net_bind_service+ep usr/bin/dnscrypt-proxy )
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-2.1.2-config-full-paths.patch
+   "${FILESDIR}"/${PN}-2.1.5-config-full-paths.patch
 )
 
 src_compile() {
pushd "${PN}" >/dev/null || die
-   go build -v -x -mod=readonly -mod=vendor -buildmode="$(usex pie pie 
default)" || die
+   ego build -v -x -mod=readonly -mod=vendor
popd >/dev/null || die
 }
 
 src_test() {
cd "${PN}" || die
-   go test -mod=vendor -buildmode="$(usex pie pie default)" || die "Failed 
to run tests"
+   ego test -mod=vendor
 }
 
 src_install() {
@@ -47,6 +46,7 @@ src_install() {
 
dobin dnscrypt-proxy
 
+   eprefixify example-dnscrypt-proxy.toml
insinto /etc/dnscrypt-proxy
newins example-dnscrypt-proxy.toml dnscrypt-proxy.toml
doins example-{allowed,blocked}-{ips.txt,names.txt}

diff --git a/net-dns/dnscrypt-proxy/dnscrypt-proxy-.ebuild 
b/net-dns/dnscrypt-proxy/dnscrypt-proxy-.ebuild
index f80bcb78727b..74779702e9ac 100644
--- a/net-dns/dnscrypt-proxy/dnscrypt-proxy-.ebuild
+++ b/net-dns/dnscrypt-proxy/dnscrypt-proxy-.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit fcaps go-module systemd
+inherit fcaps go-module prefix systemd
 
-DESCRIPTION="A flexible DNS proxy, with support for encrypted DNS protocols"
+DESCRIPTION="Flexible DNS proxy, with support for encrypted DNS protocols"
 HOMEPAGE="https://github.com/DNSCrypt/dnscrypt-proxy;
 
 if [[ ${PV} ==  ]]; then
@@ -18,7 +18,6 @@ fi
 
 LICENSE="Apache-2.0 BSD ISC MIT MPL-2.0"
 SLOT="0"
-IUSE="+pie"
 
 RDEPEND="
acct-group/dnscrypt-proxy
@@ -28,18 +27,18 @@ RDEPEND="
 FILECAPS=( cap_net_bind_service+ep usr/bin/dnscrypt-proxy )
 
 PATCHES=(
-   "${FILESDIR}"/${PN}-2.1.2-config-full-paths.patch
+   "${FILESDIR}"/${PN}-2.1.5-config-full-paths.patch
 )
 
 src_compile() {
pushd "${PN}" >/dev/null || die
-   go build -v -x -mod=readonly -mod=vendor -buildmode="$(usex pie pie 
default)" || die
+   ego build -v -x -mod=readonly -mod=vendor
popd >/dev/null || die
 }
 
 src_test() {

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

2023-08-11 Thread Sam James
commit: 354924b6e7a9e7a54eaa6220a7d79c028a0c
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 04:40:45 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 04:40:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=354924b6

dev-util/pkgconf: add 2.0.1, drop 2.0.0

Closes: https://bugs.gentoo.org/911721
Closes: https://bugs.gentoo.org/911710
Closes: https://bugs.gentoo.org/911716
Closes: https://bugs.gentoo.org/911718
Closes: https://bugs.gentoo.org/911719
Closes: https://bugs.gentoo.org/911746
Closes: https://bugs.gentoo.org/911924
Closes: https://bugs.gentoo.org/911937
Signed-off-by: Sam James  gentoo.org>

 dev-util/pkgconf/Manifest   | 2 +-
 dev-util/pkgconf/{pkgconf-2.0.0.ebuild => pkgconf-2.0.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/pkgconf/Manifest b/dev-util/pkgconf/Manifest
index 73821e1bd05f..81445547d1e7 100644
--- a/dev-util/pkgconf/Manifest
+++ b/dev-util/pkgconf/Manifest
@@ -1,2 +1,2 @@
 DIST pkgconf-1.8.1.tar.xz 302372 BLAKE2B 
591961f0b1fd185834fd8e2a672199cffc035139599817b1d56d571300d2aa800a719c9477aac4023dfade597ad3cc3b45360babe57498977568ee57077c7bbe
 SHA512 
7a7d5204c1c9bfb6578bda56f299d1fa0300e69a133a65730b10ad77aefbf26fceb74ae77cecda326b3ed5db5736f27fcce94764b3a56d40f4bb99fecdc80bba
-DIST pkgconf-2.0.0.tar.xz 310204 BLAKE2B 
c3c35724fddce349702e86046be5ddf359d8e1278e175ffbe46d6f202ef9cd14d41c76f3eb09de18ec2c67a45d7c45f0ba6e600d5873535aa63eb8361dd5df7e
 SHA512 
6f40201a1e5d400358bb5218647d3160d42881c4a7d1bc3c8a75b306e47dc2ed1204268b2bdac0c14068e66cd3defe211570263274de7fedd0206b7dd343613d
+DIST pkgconf-2.0.1.tar.xz 310576 BLAKE2B 
9cb4a1a2ba9a961f184e8d600e15866b6ca971c84b1f9ce83a9ce528b16ec1f6c425ca0deebe5aa11f54d4daf64afbd59e96289a2e17a4bf62f8a82d48d59248
 SHA512 
1f6e6e421e6e6228aad5cbd834016c8657a59e3bbb5929de4b62377a79cb4e4a52e339f305378b80e6309701bbc0490179e0ead7bdee9da6d7c78565d7b80bc8

diff --git a/dev-util/pkgconf/pkgconf-2.0.0.ebuild 
b/dev-util/pkgconf/pkgconf-2.0.1.ebuild
similarity index 100%
rename from dev-util/pkgconf/pkgconf-2.0.0.ebuild
rename to dev-util/pkgconf/pkgconf-2.0.1.ebuild



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

2023-08-11 Thread Michał Górny
commit: 9134374b5da82b9b2fdd4dfdc4934956aa78175a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 03:14:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 03:27:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9134374b

dev-python/pyproject-fmt: Bump to 0.13.1

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

 dev-python/pyproject-fmt/Manifest  |  1 +
 .../pyproject-fmt/pyproject-fmt-0.13.1.ebuild  | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/pyproject-fmt/Manifest 
b/dev-python/pyproject-fmt/Manifest
index 27ebe5527325..bba9f34c3200 100644
--- a/dev-python/pyproject-fmt/Manifest
+++ b/dev-python/pyproject-fmt/Manifest
@@ -1 +1,2 @@
 DIST pyproject_fmt-0.13.0.tar.gz 13021 BLAKE2B 
911925fb489782af9952cea68105ceeaa62fe96af130688f08892bc6fc701063f0a3b17c079323fd5358999f73fd59dbe910ca280cf9a963b2e45c10d22d
 SHA512 
eb97893c9e04edd4667f961cb2232cda1be42f96ae94cd95886e70e48835b0228a0054bb4a75c439deff16990335ef56fbf60b8a0b2530d18856d075d42ff404
+DIST pyproject_fmt-0.13.1.tar.gz 13938 BLAKE2B 
42a75840a45eeb96a58bc277a4e1834a4e2965a18a41d4305ff6060c1e01835474f664494f1fdde2ddd4bc945818691f72e9d1033090d321f2444dcb6c529f28
 SHA512 
e8465f94590557f89bfbd7e3825831420859ba291f0413444de10709ec866d6b771f6fe139acaf930b2139c638b90a58c9bddf2ae6aecfb9745b306b815a041d

diff --git a/dev-python/pyproject-fmt/pyproject-fmt-0.13.1.ebuild 
b/dev-python/pyproject-fmt/pyproject-fmt-0.13.1.ebuild
new file mode 100644
index ..dcd0afc0080b
--- /dev/null
+++ b/dev-python/pyproject-fmt/pyproject-fmt-0.13.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Format your pyproject.toml file"
+HOMEPAGE="
+   https://github.com/tox-dev/pyproject-fmt/
+   https://pypi.org/project/pyproject-fmt/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/natsort-8.4[${PYTHON_USEDEP}]
+   >=dev-python/packaging-23.1[${PYTHON_USEDEP}]
+   >=dev-python/tomlkit-0.11.8[${PYTHON_USEDEP}]
+"
+# tox is called as a subprocess, to get targets from tox.ini
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/pytest-mock-3.10[${PYTHON_USEDEP}]
+   dev-python/tox
+   )
+"
+
+distutils_enable_tests pytest



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

2023-08-11 Thread Michał Górny
commit: 722ed0715a17fc4feff88d271d378329bbd061ad
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 03:09:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 03:09:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=722ed071

dev-python/pytest-check: Bump to 2.2.1

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

 dev-python/pytest-check/Manifest  |  1 +
 dev-python/pytest-check/pytest-check-2.2.1.ebuild | 26 +++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/pytest-check/Manifest b/dev-python/pytest-check/Manifest
index b2c52d583636..f6badb000216 100644
--- a/dev-python/pytest-check/Manifest
+++ b/dev-python/pytest-check/Manifest
@@ -1,2 +1,3 @@
 DIST pytest_check-2.1.5.tar.gz 24990 BLAKE2B 
d7b09fe1f4b2932b4d9cfc12e0cc3a2c8082a97727cc6bec01f0db32b67af5860c8677749bf48068e496896fdf5a6beab57eb1fb39facddfb8defa995ff1ccfd
 SHA512 
b3886f96db1ca20e4d337ea527e38e67faa1d79ace3c2cde2760ff66bc7fb5a77eeca2d3833a0abcf16e6f1f6922a82a8fddf7949ddf78e5238c9018761f2829
 DIST pytest_check-2.2.0.tar.gz 26282 BLAKE2B 
b6017053133e65b6e13576b06ee7b1905921f807a0b8fe5a58bd19296b6fa5ad936b533124594544ff0f81d585c7012693e2c71a6d157a5160ae8545bb24e27b
 SHA512 
004f96895f69ed905f123c5c213aef4d40f0f31ec369e9280af4e1c8dbd2f29a4a8c5d9f564756a2dd476c57530daf4914b3bd8d0328266c4117ef5245be97f2
+DIST pytest_check-2.2.1.tar.gz 29128 BLAKE2B 
758d2f04a5a500367ecca9a95afe21c03e7a52f319403d4bc0af14d27b96b335e5db42ee312217b0788eceab25048266ac135cfeb7d8214908ed5c13ded33b33
 SHA512 
04843219a1d49385ccac9b60707a6dd595258664b61a0bf31e666502a222d16b7130c8c0ae65ebd6431d58e2e08d90db3ad016dc4591dab7e3c3502296ceff44

diff --git a/dev-python/pytest-check/pytest-check-2.2.1.ebuild 
b/dev-python/pytest-check/pytest-check-2.2.1.ebuild
new file mode 100644
index ..2b390b088d17
--- /dev/null
+++ b/dev-python/pytest-check/pytest-check-2.2.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="pytest plugin that allows multiple failures per test"
+HOMEPAGE="
+   https://github.com/okken/pytest-check/
+   https://pypi.org/project/pytest-check/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/colorama-0.4.6[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/pywinrm/, dev-python/kerberos/files/, profiles/updates/, ...

2023-08-11 Thread Michał Górny
commit: 0f342742dd3dda55abd4e1d1e754b664f3ff8af2
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 03:12:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 03:19:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f342742

Rename dev-python/{pykerberos → kerberos}

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

 dev-python/{pykerberos => kerberos}/Manifest  | 0
 .../files/kerberos-1.3.1-python3.10.patch}| 0
 .../pykerberos-1.3.1-r2.ebuild => kerberos/kerberos-1.3.1-r2.ebuild}  | 0
 dev-python/{pykerberos => kerberos}/metadata.xml  | 0
 dev-python/pymongo/pymongo-4.4.1.ebuild   | 2 +-
 dev-python/pywinrm/pywinrm-0.4.3.ebuild   | 4 ++--
 profiles/updates/3Q-2023  | 1 +
 7 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/pykerberos/Manifest b/dev-python/kerberos/Manifest
similarity index 100%
rename from dev-python/pykerberos/Manifest
rename to dev-python/kerberos/Manifest

diff --git a/dev-python/pykerberos/files/pykerberos-1.3.1-python3.10.patch 
b/dev-python/kerberos/files/kerberos-1.3.1-python3.10.patch
similarity index 100%
rename from dev-python/pykerberos/files/pykerberos-1.3.1-python3.10.patch
rename to dev-python/kerberos/files/kerberos-1.3.1-python3.10.patch

diff --git a/dev-python/pykerberos/pykerberos-1.3.1-r2.ebuild 
b/dev-python/kerberos/kerberos-1.3.1-r2.ebuild
similarity index 100%
rename from dev-python/pykerberos/pykerberos-1.3.1-r2.ebuild
rename to dev-python/kerberos/kerberos-1.3.1-r2.ebuild

diff --git a/dev-python/pykerberos/metadata.xml 
b/dev-python/kerberos/metadata.xml
similarity index 100%
rename from dev-python/pykerberos/metadata.xml
rename to dev-python/kerberos/metadata.xml

diff --git a/dev-python/pymongo/pymongo-4.4.1.ebuild 
b/dev-python/pymongo/pymongo-4.4.1.ebuild
index a543900a9665..b177f60beaca 100644
--- a/dev-python/pymongo/pymongo-4.4.1.ebuild
+++ b/dev-python/pymongo/pymongo-4.4.1.ebuild
@@ -28,7 +28,7 @@ IUSE="doc kerberos +test-full"
 
 RDEPEND="


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

2023-08-11 Thread Michał Górny
commit: 90ccab5c12661754ff06226f7207c898c53d4e9b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 03:13:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 03:27:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ccab5c

dev-python/virtualenv: Bump to 20.24.3

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

 dev-python/virtualenv/Manifest  |   1 +
 dev-python/virtualenv/virtualenv-20.24.3.ebuild | 107 
 2 files changed, 108 insertions(+)

diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest
index ff8225b535e3..7b80463d9a86 100644
--- a/dev-python/virtualenv/Manifest
+++ b/dev-python/virtualenv/Manifest
@@ -2,3 +2,4 @@ DIST virtualenv-20.23.1.tar.gz 6619074 BLAKE2B 
0b35a1439b7e2a9eba9c676457a39d22c
 DIST virtualenv-20.24.0.tar.gz 6315085 BLAKE2B 
ae80fb91ecf8ba69574f5e4373913e6f7c951d56c8091cf7066f24b7b98d6a25479acca637980117d4e7759eb35d4e2fb9a95fc211360825148cf8ae650db6ea
 SHA512 
7c3974ebd40d855bb859e3af10e341c6e8164d63779d6038bac15d49fdb1b87c564c6f7987d06d2f01fb4009183dfe4e05fa2dadaad44b8a153b7c1cb55b687e
 DIST virtualenv-20.24.1.tar.gz 6338055 BLAKE2B 
b5d6ff2fa230a094699cd5ef3a289d9f79c35a843e8709009b44c7d5861dffe2072d51c62a623624c3f7b1656d126781ae454a81e3510474e2514ec66d85637f
 SHA512 
7ac4c130df7eb4b7bf2b393505c80ed07824c9d0c09535f1d7483f3926324e0d1c54c0b8310c228e529a9b3839820e943a1d2ff2b06174782f13735c2a1ed472
 DIST virtualenv-20.24.2.tar.gz 6338501 BLAKE2B 
8a23dc82dd3cf7e5b5a33427b23f0e1d580c463573145c079cb4d18bb2292c61475b0209c6b249ec8d6eff1196a7695e3bf4a4267145e9f2ebca96a25a11fd43
 SHA512 
776924af470969503adec4ace6da626828ed0a41d17dcc88ef5b0166bed12f98862c6482a63f79d370cd9226c2b8e118933045d89369486ddad3c4e05c0db713
+DIST virtualenv-20.24.3.tar.gz 6345661 BLAKE2B 
b6e9db2b59114de0aa419f558b863aa980daaca278e658f7dce55b5b2bef16e88915162d4b5ea31bb5c549582debd22d02b2a0edc7db08c168428395251448c3
 SHA512 
9cf6f03b50bae773cca2a01be4f74251d3054ea997a0b1236c4e6650e779f219ca51f736eff86a6e25548d5bc0c84e85a1d0cf7d3099848d773d205837c76fc3

diff --git a/dev-python/virtualenv/virtualenv-20.24.3.ebuild 
b/dev-python/virtualenv/virtualenv-20.24.3.ebuild
new file mode 100644
index ..c811380a9aa7
--- /dev/null
+++ b/dev-python/virtualenv/virtualenv-20.24.3.ebuild
@@ -0,0 +1,107 @@
+# 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..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Virtual Python Environment builder"
+HOMEPAGE="
+   https://virtualenv.pypa.io/en/stable/
+   https://pypi.org/project/virtualenv/
+   https://github.com/pypa/virtualenv/
+"
+
+LICENSE="MIT"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+SLOT="0"
+
+RDEPEND="
+   =dev-python/distlib-0.3.7[${PYTHON_USEDEP}]
+   =dev-python/filelock-3.12.2[${PYTHON_USEDEP}]
+   =dev-python/platformdirs-3.9.1[${PYTHON_USEDEP}]
+"
+# coverage is used somehow magically in virtualenv, maybe it actually
+# tests something useful
+BDEPEND="
+   dev-python/hatch-vcs[${PYTHON_USEDEP}]
+   test? (
+   dev-python/coverage[${PYTHON_USEDEP}]
+   dev-python/flaky[${PYTHON_USEDEP}]
+   >=dev-python/pip-22.2.1[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/pytest-freezer-0.4.6[${PYTHON_USEDEP}]
+   ' pypy3)
+   >=dev-python/pytest-mock-3.6.1[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-67.8[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/time-machine[${PYTHON_USEDEP}]
+   ' 'python3*')
+   dev-python/wheel[${PYTHON_USEDEP}]
+   >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   tests/unit/activation/test_xonsh.py
+   
tests/unit/seed/embed/test_bootstrap_link_via_app_data.py::test_seed_link_via_app_data
+   tests/unit/create/test_creator.py::test_cross_major
+   # tests failing without python2 installed
+   
"tests/unit/create/test_creator.py::test_py_pyc_missing[True-False]"
+   
"tests/unit/create/test_creator.py::test_py_pyc_missing[False-False]"
+   )
+   [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
+   
'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-isolated]'
+   
'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-global]'
+   
'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-isolated]'
+   

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

2023-08-11 Thread Michał Górny
commit: 29918fd3e5b16a469c333d36f151ef49a0c8af71
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 03:12:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 03:27:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29918fd3

dev-python/plotly: Bump to 5.16.0

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

 dev-python/plotly/Manifest |   1 +
 dev-python/plotly/plotly-5.16.0.ebuild | 115 +
 2 files changed, 116 insertions(+)

diff --git a/dev-python/plotly/Manifest b/dev-python/plotly/Manifest
index b85dd268eefd..b9fc19eb51f4 100644
--- a/dev-python/plotly/Manifest
+++ b/dev-python/plotly/Manifest
@@ -1 +1,2 @@
 DIST plotly.py-5.15.0.gh.tar.gz 30801940 BLAKE2B 
bb95df7402a308c1a32817dc12d519a446f63cfe34f6a6c492949465734132a2d86078849790ee51d6cb99fbaf434251c48204e0b2b36af422fdf7efbc446a6a
 SHA512 
418f05fd6eb17de3619c647ba83817144d8b9f7eec766cae492fb9987ad1e5ff169cfe045d163997916bdf0df75dafba94fb55c68a5dfb45c8aa87cb3e0e4658
+DIST plotly.py-5.16.0.gh.tar.gz 30846584 BLAKE2B 
08071fbece2ac6ce69ae7466a001902867883127e7bfab397d5701eee0afc032fdc001157b4e38d4cbe9bfe361e18f7c33cc0e80b21d8deba5219821849848ab
 SHA512 
2cbdc04a62de803d06d4085180caeaea9a7c429d525e841472a6b4a447dd53ab108e159a9b28ddcbcf86a47453ed028ad6d3d47001e3d68286aded4b10b1511b

diff --git a/dev-python/plotly/plotly-5.16.0.ebuild 
b/dev-python/plotly/plotly-5.16.0.ebuild
new file mode 100644
index ..bbed937a6033
--- /dev/null
+++ b/dev-python/plotly/plotly-5.16.0.ebuild
@@ -0,0 +1,115 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+MY_P=plotly.py-${PV}
+DESCRIPTION="Browser-based graphing library for Python"
+HOMEPAGE="
+   https://plotly.com/python/
+   https://github.com/plotly/plotly.py/
+   https://pypi.org/project/plotly/
+"
+SRC_URI="
+   https://github.com/plotly/plotly.py/archive/refs/tags/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/packages/python/plotly"
+# The tests are not included in the PyPI tarball, to use the GitHub tarball
+# we have to skip npm, which means that the resulting install will
+# unfortunately lack the jupyterlab extension.
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/packaging[${PYTHON_USEDEP}]
+   >=dev-python/tenacity-6.2.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/ipykernel[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   dev-python/ipywidgets[${PYTHON_USEDEP}]
+   dev-python/jupyter[${PYTHON_USEDEP}]
+   dev-python/jupyterlab[${PYTHON_USEDEP}]
+   dev-python/matplotlib[${PYTHON_USEDEP}]
+   dev-python/numpy[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/pillow[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   dev-python/shapely[${PYTHON_USEDEP}]
+   dev-python/statsmodels[${PYTHON_USEDEP}]
+   dev-python/xarray[${PYTHON_USEDEP}]
+   sci-libs/scikit-image[${PYTHON_USEDEP}]
+   )
+"
+
+# README ends up a broken symlink
+DOCS=()
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-5.8.0-fix-versioneer-import.patch
+)
+
+EPYTEST_IGNORE=(
+   # Needs porting to newer numpy
+   _plotly_utils/tests/validators/test_integer_validator.py
+
+   # kaleido not packaged
+   plotly/tests/test_optional/test_kaleido
+
+   # plotly-orca not packaged
+   plotly/tests/test_orca
+)
+
+EPYTEST_DESELECT=(
+   # Also needs porting to newer numpy
+   
plotly/tests/test_io/test_to_from_plotly_json.py::test_object_numpy_encoding
+
+   # kaleido not packaged
+   plotly/tests/test_orca/test_to_image.py::test_bytesio
+
+   # Fails if not already installed
+   
test_init/test_dependencies_not_imported.py::test_dependencies_not_imported
+   test_init/test_lazy_imports.py::test_lazy_imports
+
+   # Minor matplotlib incompatibility
+   
plotly/matplotlylib/mplexporter/tests/test_basic.py::test_path_collection
+   plotly/matplotlylib/mplexporter/tests/test_basic.py::test_legend_dots
+   plotly/matplotlylib/mplexporter/tests/test_utils.py::test_linestyle
+
+   # In python 3.11 the produced error is slightly different
+   
plotly/tests/test_core/test_errors/test_dict_path_errors.py::test_described_subscript_error_on_type_error
+
+   # TODO
+   plotly/tests/test_io/test_to_from_plotly_json.py
+
+   # two subtests that require 'vaex' and 'polars' respectively
+   

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

2023-08-11 Thread Michał Górny
commit: e960059f3c20434f9a6bdd2089e162a756d5e3dc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:28:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:28:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e960059f

dev-python/sphinx-multiversion: Remove old

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

 dev-python/sphinx-multiversion/Manifest|  1 -
 .../sphinx-multiversion-0.2.4.ebuild   | 23 --
 2 files changed, 24 deletions(-)

diff --git a/dev-python/sphinx-multiversion/Manifest 
b/dev-python/sphinx-multiversion/Manifest
index 9d996d229f0f..73654a85be88 100644
--- a/dev-python/sphinx-multiversion/Manifest
+++ b/dev-python/sphinx-multiversion/Manifest
@@ -1,2 +1 @@
 DIST sphinx-multiversion-0.2.4.gh.tar.gz 20468 BLAKE2B 
9bdc59691b63c280d08c77108318b778c8bf948c502538e94e77072589c4e6565bcb7e863a8d765f55be012b21a1a0242d37077248312a7ee18dc788a7dbc633
 SHA512 
68441793631f59df3330ecc84c0d1aa279f0492021108121f2bdab92d5a3eb61522664f14c4ebe8709126e0088ff8eb323aeeebb5d1e7a2dcbd358eeac772d08
-DIST sphinx-multiversion-0.2.4.tar.gz 20468 BLAKE2B 
9bdc59691b63c280d08c77108318b778c8bf948c502538e94e77072589c4e6565bcb7e863a8d765f55be012b21a1a0242d37077248312a7ee18dc788a7dbc633
 SHA512 
68441793631f59df3330ecc84c0d1aa279f0492021108121f2bdab92d5a3eb61522664f14c4ebe8709126e0088ff8eb323aeeebb5d1e7a2dcbd358eeac772d08

diff --git a/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4.ebuild 
b/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4.ebuild
deleted file mode 100644
index fbe6483303bc..
--- a/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Add support for multiple versions to sphinx"
-HOMEPAGE="https://github.com/Holzhaus/sphinx-multiversion;
-SRC_URI="https://github.com/Holzhaus/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-DEPEND="
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/alabaster



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

2023-08-11 Thread Michał Górny
commit: 0c647de9488703c4244d547f16e05f6bae5510a7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 03:00:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 03:00:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c647de9

dev-python/python-lsp-jsonrpc: Add GH remote-id

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

 dev-python/python-lsp-jsonrpc/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/python-lsp-jsonrpc/metadata.xml 
b/dev-python/python-lsp-jsonrpc/metadata.xml
index 72b8076c0fde..2bc70a7a40b2 100644
--- a/dev-python/python-lsp-jsonrpc/metadata.xml
+++ b/dev-python/python-lsp-jsonrpc/metadata.xml
@@ -11,6 +11,7 @@



+   python-lsp/python-lsp-jsonrpc
python-lsp-jsonrpc

 



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

2023-08-11 Thread Michał Górny
commit: e9f6916b1f8f1c7b7efe5c6cc7b377e51119542b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:26:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:26:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9f6916b

dev-python/python-neutronclient: Remove old

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

 dev-python/python-neutronclient/Manifest   |  1 -
 .../python-neutronclient-10.0.0.ebuild | 79 --
 2 files changed, 80 deletions(-)

diff --git a/dev-python/python-neutronclient/Manifest 
b/dev-python/python-neutronclient/Manifest
index eafcd9e7b5ce..8f903d1da5a9 100644
--- a/dev-python/python-neutronclient/Manifest
+++ b/dev-python/python-neutronclient/Manifest
@@ -1,2 +1 @@
-DIST python-neutronclient-10.0.0.tar.gz 206707 BLAKE2B 
02d270d1867484548af335ec403fafe1d50f8e7601e57ec61f804ea86af9d09064a7a72f6f6c710cfd63ce640b9250d9a0bcce4326fc7f49165d7ae099ecf785
 SHA512 
b80bd90822929ed7f231fccebc5984c97cf7995f428f86442d33bfd69b679def434078406e4c6f3ed557a52921f362cc39ad084ed3fed411cd00279135f7e692
 DIST python-neutronclient-11.0.0.tar.gz 206846 BLAKE2B 
e7ba4db5763a9310aa393e01d8561e9cfe85dfe584942de70a1b2254ccd8d5a79f6ffe5dc195fc3ef6f338c49686f8460b8f6d4118315af38d7eea6f8c1c
 SHA512 
3732892db34287343bc7015aa0be426e61f7a111e8a69c529f9baac0b6abbba09232d2d73e255dc82a816a1e9ff70237097c6269a287910a034787af58a730a1

diff --git a/dev-python/python-neutronclient/python-neutronclient-10.0.0.ebuild 
b/dev-python/python-neutronclient/python-neutronclient-10.0.0.ebuild
deleted file mode 100644
index ffac4aade0f2..
--- a/dev-python/python-neutronclient/python-neutronclient-10.0.0.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# 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_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A client for the OpenStack Quantum API"
-HOMEPAGE="
-   https://opendev.org/openstack/python-neutronclient/
-   https://github.com/openstack/python-neutronclient/
-   https://pypi.org/project/python-neutronclient/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-
-RDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/cliff-3.4.0[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/iso8601-0.1.11[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
-   >=dev-python/openstacksdk-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/osc-lib-1.8.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
-   >dev-python/oslo-serialization-2.19.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/os-client-config-1.28.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth1-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-   >=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   dev-python/bandit[${PYTHON_USEDEP}]
-   dev-python/fixtures[${PYTHON_USEDEP}]
-   dev-python/oslotest[${PYTHON_USEDEP}]
-   dev-python/python-openstackclient[${PYTHON_USEDEP}]
-   dev-python/subunit[${PYTHON_USEDEP}]
-   dev-python/requests-mock[${PYTHON_USEDEP}]
-   dev-python/testtools[${PYTHON_USEDEP}]
-   dev-python/testscenarios[${PYTHON_USEDEP}]
-   dev-python/tempest[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # Needs osprofile
-   rm neutronclient/tests/unit/test_http.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   # functional tests require cloud instance access
-   eunittest -b neutronclient.tests.unit
-}
-
-python_install() {
-   distutils-r1_python_install
-   # stupid stupid stupid
-   local SITEDIR="${D}$(python_get_sitedir)" || die
-   cd "${SITEDIR}" || die
-   local egg=( python_neutronclient*.dist-info )
-   [[ -d ${egg[0]} ]] || die "python_quantumclient*.dist-info not found"
-   ln -s "${egg[0]}" "${egg[0]/neutron/quantum}" || die
-   ln -s neutronclient quantumclient || die
-   ln -s neutron quantumclient/quantum || die
-}



[gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/

2023-08-11 Thread Michał Górny
commit: 603010ea5c36f2c9a9df6982dba6f5008fa6f114
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:28:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:28:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603010ea

dev-python/path-and-address: Remove old

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

 .../path-and-address/path-and-address-2.0.1.ebuild  | 21 -
 1 file changed, 21 deletions(-)

diff --git a/dev-python/path-and-address/path-and-address-2.0.1.ebuild 
b/dev-python/path-and-address/path-and-address-2.0.1.ebuild
deleted file mode 100644
index e41fda94d4e1..
--- a/dev-python/path-and-address/path-and-address-2.0.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-PYPI_NO_NORMALIZE=1
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Functions for server CLI applications used by humans"
-HOMEPAGE="https://github.com/joeyespo/path-and-address;
-LICENSE="MIT"
-
-SLOT="0"
-SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)"
-
-KEYWORDS="amd64"
-
-BDEPEND="app-arch/unzip"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"



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

2023-08-11 Thread Michał Górny
commit: 9d1e6be858241d07d3ffb16b30092439d67335eb
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:27:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:27:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d1e6be8

dev-python/Faker: Remove old

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

 dev-python/Faker/Faker-18.11.2.ebuild | 34 --
 dev-python/Faker/Faker-18.13.0.ebuild | 34 --
 dev-python/Faker/Faker-19.0.0.ebuild  | 34 --
 dev-python/Faker/Faker-19.1.0.ebuild  | 34 --
 dev-python/Faker/Faker-19.2.0.ebuild  | 34 --
 dev-python/Faker/Manifest |  5 -
 6 files changed, 175 deletions(-)

diff --git a/dev-python/Faker/Faker-18.11.2.ebuild 
b/dev-python/Faker/Faker-18.11.2.ebuild
deleted file mode 100644
index 710178d555ae..
--- a/dev-python/Faker/Faker-18.11.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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..12} )
-
-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/Faker-18.13.0.ebuild 
b/dev-python/Faker/Faker-18.13.0.ebuild
deleted file mode 100644
index 48c456a2d7b5..
--- a/dev-python/Faker/Faker-18.13.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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..12} )
-
-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/Faker-19.0.0.ebuild 
b/dev-python/Faker/Faker-19.0.0.ebuild
deleted file mode 100644
index 48c456a2d7b5..
--- a/dev-python/Faker/Faker-19.0.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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..12} )
-
-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/Faker-19.1.0.ebuild 
b/dev-python/Faker/Faker-19.1.0.ebuild
deleted file mode 100644
index 48c456a2d7b5..
--- a/dev-python/Faker/Faker-19.1.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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..12} )
-
-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/Faker-19.2.0.ebuild 

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

2023-08-11 Thread Michał Górny
commit: 38fa9ef0ddd88b36afcef424d7b992d49279e1fc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:28:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:28:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38fa9ef0

dev-python/sphinx-panels: Remove old

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

 dev-python/sphinx-panels/Manifest  |  1 -
 .../sphinx-panels/sphinx-panels-0.6.0.ebuild   | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/sphinx-panels/Manifest 
b/dev-python/sphinx-panels/Manifest
index d86ffd4897fc..96b24e304117 100644
--- a/dev-python/sphinx-panels/Manifest
+++ b/dev-python/sphinx-panels/Manifest
@@ -1,2 +1 @@
 DIST sphinx-panels-0.6.0.gh.tar.gz 400548 BLAKE2B 
685b241ffe839face392950ccaa5c00d5613ee4076a4f8d62fdff32158f2d02c444375b7f656a89d4712f8bf895b937ff9fe650cab98670f03b0c4d75e545f97
 SHA512 
74064538ff8cd1c7c44b5daeda272217618ed33394694883046972b4262d503e1426e7573d8b49040d4b426651377b89fd4ad2a085f1e62827e7ef51e6912e5f
-DIST sphinx-panels-0.6.0.tar.gz 400548 BLAKE2B 
685b241ffe839face392950ccaa5c00d5613ee4076a4f8d62fdff32158f2d02c444375b7f656a89d4712f8bf895b937ff9fe650cab98670f03b0c4d75e545f97
 SHA512 
74064538ff8cd1c7c44b5daeda272217618ed33394694883046972b4262d503e1426e7573d8b49040d4b426651377b89fd4ad2a085f1e62827e7ef51e6912e5f

diff --git a/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild 
b/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild
deleted file mode 100644
index 3f41e613ffaa..
--- a/dev-python/sphinx-panels/sphinx-panels-0.6.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="A sphinx extension for creating panels in a grid layout"
-HOMEPAGE="https://github.com/executablebooks/sphinx-panels;
-SRC_URI="https://github.com/executablebooks/sphinx-panels/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-"
-
-BDEPEND="test? ( dev-python/pytest-regressions[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme



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

2023-08-11 Thread Michał Górny
commit: 0123bc3777032f73a713864b73f6e63d697ad0d1
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:28:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:28:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0123bc37

dev-python/python-lsp-jsonrpc: Remove old

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

 .../python-lsp-jsonrpc-1.0.0.ebuild| 35 --
 1 file changed, 35 deletions(-)

diff --git a/dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.0.0.ebuild 
b/dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.0.0.ebuild
deleted file mode 100644
index c44717193343..
--- a/dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.0.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="JSON RPC 2.0 server library"
-HOMEPAGE="https://github.com/python-lsp/python-lsp-jsonrpc;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-
-BDEPEND="
-   test? (
-   dev-python/pycodestyle[${PYTHON_USEDEP}]
-   dev-python/pyflakes[${PYTHON_USEDEP}]
-   )"
-
-RDEPEND=">=dev-python/ujson-3[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-PATCHES=( "${FILESDIR}/${P}-fix-test-with-ujson-3-and-up.patch" )
-
-python_prepare_all() {
-   # Remove pytest-cov dep
-   sed -i -e '0,/addopts/I!d' setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}



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

2023-08-11 Thread Michał Górny
commit: ce1e981a07b311c381c71867f7fedd754b9e4572
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:28:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:28:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce1e981a

dev-python/phonenumbers: Remove old

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

 dev-python/phonenumbers/Manifest   |  3 --
 .../phonenumbers/phonenumbers-8.13.15.ebuild   | 39 --
 .../phonenumbers/phonenumbers-8.13.16.ebuild   | 39 --
 .../phonenumbers/phonenumbers-8.13.17.ebuild   | 39 --
 4 files changed, 120 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 7302c28cfbc6..9936d991af55 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,4 +1 @@
-DIST python-phonenumbers-8.13.15.gh.tar.gz 4912960 BLAKE2B 
aef5c2524f2ae122bc0b3846fed94c5d8fad219eab72ba1838baca7ce3e839510b2601b967cfdd1c26e5200f05821ef7892f7445074a09c3dde150f5ab4a8c08
 SHA512 
688425ee6a62b132b865580bd7615235357963c51a49333bf400d01877728374173ff674c82535f67c86c0abb39acbb4373b4760116c3161b5bb633efc6a9f32
-DIST python-phonenumbers-8.13.16.gh.tar.gz 4913171 BLAKE2B 
07bf7c13669554baf6d6250e0e42ca070966d21ec61836d1ec99d5515a283d891ccdb8496c86d82e0c6f1fe1be227e523262f16e5fe0b1a08bfee13a146f6b66
 SHA512 
6f655621d9e0e3ac9c8b0972118c81104621e4bf45d541606a82f373e59b8a3bd519d93bfb15bb769c7ab04a0abefa1db3d6125bc59f425de49269fce611f176
-DIST python-phonenumbers-8.13.17.gh.tar.gz 4913309 BLAKE2B 
fdebb1d3df0c397b02499dfe52dcd31c2e900e1b3f1dce1471e709054e2a2a77b77018e297df9706722731c9c740d0f880b042175f21bf84a6c0b37ba7d6b1fb
 SHA512 
37ed31bf8f01c9c18448deded86435ce76f2c07c30edcdc342a41937c2c173dbf2c3cbbfd3ce2e40023eaee72501421d2bb7c398847adafdbaea315528884131
 DIST python-phonenumbers-8.13.18.gh.tar.gz 4914264 BLAKE2B 
1bd17f2f8f68e475fcea4f69357001bdb8230827551d33bfec8727d1a04c175c4066c094742d02ad0c610e1ba80b309c3aae17d45ae4f735e620f0abecb3a91b
 SHA512 
1656ce7ef9834f60c386fa3ca26fb9be81d4663ad29b007ddc64104d7678ea529cb2928b75df626076fc9859e36fb210147126fb634c328051d5321f9352c15e

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.15.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.15.ebuild
deleted file mode 100644
index de1b2859f7ea..
--- a/dev-python/phonenumbers/phonenumbers-8.13.15.ebuild
+++ /dev/null
@@ -1,39 +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_{10..11} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.16.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.16.ebuild
deleted file mode 100644
index 61f15b7f6118..
--- a/dev-python/phonenumbers/phonenumbers-8.13.16.ebuild
+++ /dev/null
@@ -1,39 +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_{10..11} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.17.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.17.ebuild
deleted file mode 100644
index 61f15b7f6118..
--- a/dev-python/phonenumbers/phonenumbers-8.13.17.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-

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

2023-08-11 Thread Michał Górny
commit: a7814e486bff4772c3fd2e25a45e2c806f0a2bec
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:26:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:26:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7814e48

dev-python/minikanren: Remove old

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

 dev-python/minikanren/Manifest|  1 -
 dev-python/minikanren/minikanren-1.0.3.ebuild | 32 ---
 2 files changed, 33 deletions(-)

diff --git a/dev-python/minikanren/Manifest b/dev-python/minikanren/Manifest
index 2fe9871c337e..9910b37632c6 100644
--- a/dev-python/minikanren/Manifest
+++ b/dev-python/minikanren/Manifest
@@ -1,2 +1 @@
 DIST kanren-1.0.3.gh.tar.gz 72998 BLAKE2B 
fcbc852d1dfeef4dbe0b4f2daa36fa87f8e6b597d6f8dc80d3197b8d151aa0ffa1234a2677b5c430e3431cf826ff44d1c8954f043d3a8976970f73d403ccb544
 SHA512 
913930d98c006e355f700087f00bb002e93a68c782b6a8cba003242747a8060789a113f380199124a1499beca8d8399df73db9a003a6719a90378db86b2fc166
-DIST minikanren-1.0.3.gh.tar.gz 73008 BLAKE2B 
6fdc605249ac06071a8b51e736d19f561288a293853e8b7ac8685f5b4da400aa8ae480b9a6e5eac3a5735ebe00567e52f24d4bf6afbffb7678e0d41553e1b12f
 SHA512 
b65095b947d3b59496035f54a00fcddaa1888dec1cb8117086bbb16f5b4ed1bf59f2b79e3639f06a4347bd22b7fb4753734f5b8da149a3d470521f360fba5d2e

diff --git a/dev-python/minikanren/minikanren-1.0.3.ebuild 
b/dev-python/minikanren/minikanren-1.0.3.ebuild
deleted file mode 100644
index 2b40697f8079..
--- a/dev-python/minikanren/minikanren-1.0.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-DESCRIPTION="Relational programming in Python"
-HOMEPAGE="
-   https://pypi.org/project/miniKanren/
-   https://github.com/pythological/kanren/
-"
-SRC_URI="
-   https://github.com/pythological/kanren/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/kanren-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
-
-RDEPEND="
-   dev-python/cons[${PYTHON_USEDEP}]
-   dev-python/etuples[${PYTHON_USEDEP}]
-   dev-python/logical-unification[${PYTHON_USEDEP}]
-   dev-python/multipledispatch[${PYTHON_USEDEP}]
-   dev-python/toolz[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



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

2023-08-11 Thread Michał Górny
commit: bf122bd93c44a90bf538a368df6559b3b77b0080
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:26:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:26:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf122bd9

dev-python/pysmi: Remove old

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

 dev-python/pysmi/pysmi-0.3.4.ebuild | 20 
 1 file changed, 20 deletions(-)

diff --git a/dev-python/pysmi/pysmi-0.3.4.ebuild 
b/dev-python/pysmi/pysmi-0.3.4.ebuild
deleted file mode 100644
index 591e33051b1e..
--- a/dev-python/pysmi/pysmi-0.3.4.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2017-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python Lex & Yacc"
-HOMEPAGE="https://github.com/etingof/pysmi;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
-
-RDEPEND="dev-python/ply[${PYTHON_USEDEP}]"
-BDEPEND="test? ( dev-python/pysnmp[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests unittest
-distutils_enable_sphinx docs/source



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

2023-08-11 Thread Michał Górny
commit: fd2bf3ee3cc02f1cd4976373f7f81ca93c55767f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:27:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:27:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd2bf3ee

dev-python/csscompressor: Remove old

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

 .../csscompressor/csscompressor-0.9.5-r1.ebuild  | 20 
 1 file changed, 20 deletions(-)

diff --git a/dev-python/csscompressor/csscompressor-0.9.5-r1.ebuild 
b/dev-python/csscompressor/csscompressor-0.9.5-r1.ebuild
deleted file mode 100644
index 0c314e1f81ea..
--- a/dev-python/csscompressor/csscompressor-0.9.5-r1.ebuild
+++ /dev/null
@@ -1,20 +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} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A python port of YUI CSS Compressor"
-HOMEPAGE="
-   https://github.com/sprymix/csscompressor
-   https://pypi.org/project/csscompressor/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
-
-distutils_enable_tests pytest



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

2023-08-11 Thread Michał Górny
commit: 5accf35e9f894525f2e20a5b6d222f8570f2dc6e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:26:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:26:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5accf35e

dev-python/pykerberos: Remove old

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

 dev-python/pykerberos/Manifest   |  1 -
 dev-python/pykerberos/pykerberos-1.3.1-r1.ebuild | 48 
 2 files changed, 49 deletions(-)

diff --git a/dev-python/pykerberos/Manifest b/dev-python/pykerberos/Manifest
index 1bc6200a7b32..f513511d400a 100644
--- a/dev-python/pykerberos/Manifest
+++ b/dev-python/pykerberos/Manifest
@@ -1,2 +1 @@
-DIST PyKerberos-1.3.1.tar.gz 41954 BLAKE2B 
b95a3473c5803ebcb461db7f2589caa03e92f4cb3ba3a4890a31db99b687aa4c77ae4e58f09ae2339a1fd8acf6fe9ab5797e3b7178dfeb2ee7a95bb851fff402
 SHA512 
dcadc5c3b095d8bba947a745ac84cc558d7eebad139a0e86260891966786506a7a62600fde93fa14683971e436da8cc5cd3795817b20ba45ce7e39f8c05deb53
 DIST ccs-pykerberos-PyKerberos-1.3.1.gh.tar.gz 41954 BLAKE2B 
b95a3473c5803ebcb461db7f2589caa03e92f4cb3ba3a4890a31db99b687aa4c77ae4e58f09ae2339a1fd8acf6fe9ab5797e3b7178dfeb2ee7a95bb851fff402
 SHA512 
dcadc5c3b095d8bba947a745ac84cc558d7eebad139a0e86260891966786506a7a62600fde93fa14683971e436da8cc5cd3795817b20ba45ce7e39f8c05deb53

diff --git a/dev-python/pykerberos/pykerberos-1.3.1-r1.ebuild 
b/dev-python/pykerberos/pykerberos-1.3.1-r1.ebuild
deleted file mode 100644
index 93db3383e3c6..
--- a/dev-python/pykerberos/pykerberos-1.3.1-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1
-
-MY_P=PyKerberos-${PV}
-DESCRIPTION="A high-level Python wrapper for Kerberos/GSSAPI operations"
-HOMEPAGE="
-   https://www.calendarserver.org/PyKerberos.html
-   https://github.com/apple/ccs-pykerberos/
-   https://pypi.org/project/kerberos/;
-SRC_URI="
-   https://github.com/apple/ccs-pykerberos/archive/${MY_P}.tar.gz;
-S=${WORKDIR}/ccs-pykerberos-${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc64 ~riscv x86"
-# test environment is non-trivial to set up, so just use docker
-# (see python_test below)
-# also for alpha/beta Python releases support:
-# 
https://github.com/apple/ccs-pykerberos/pull/83/commits/5f1130a1305b5f6e7d7d8b41067c4713f0c8950f
-RESTRICT="test"
-
-RDEPEND="app-crypt/mit-krb5"
-DEPEND="${RDEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.3.1-python3.10.patch
-)
-
-python_test() {
-   set -- docker run \
-   -v "${PWD}:/app" \
-   -w /app \
-   -e PYENV=$("${EPYTHON}" -c 'import sys; 
print(sys.version.split()[0])') \
-   -e KERBEROS_USERNAME=administrator \
-   -e KERBEROS_PASSWORD=Password01 \
-   -e KERBEROS_REALM=example.com \
-   -e KERBEROS_PORT=80 \
-   ubuntu:16.04 \
-   /bin/bash .travis.sh
-   echo "${@}" >&2
-   "${@}" || die "Tests failed with ${EPYTHON}"
-}



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

2023-08-11 Thread Michał Górny
commit: 5558d8b5fd4c0abc82e196f31f7a5c7880f4dbe3
Author: Alfred Wingate  protonmail  com>
AuthorDate: Fri Aug 11 20:42:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:22:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5558d8b5

dev-db/mycli: add 1.27.0

Signed-off-by: Alfred Wingate  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32267
Signed-off-by: Michał Górny  gentoo.org>

 dev-db/mycli/Manifest|  1 +
 dev-db/mycli/mycli-1.27.0.ebuild | 82 
 2 files changed, 83 insertions(+)

diff --git a/dev-db/mycli/Manifest b/dev-db/mycli/Manifest
index cc2468208fc5..8e70becbdf75 100644
--- a/dev-db/mycli/Manifest
+++ b/dev-db/mycli/Manifest
@@ -1 +1,2 @@
 DIST mycli-1.26.1.gh.tar.gz 279221 BLAKE2B 
2bb178110b5aba3e381541a7892cc1d8bed8e41c499d1dc36fa39435805a118536de44bf21b2ca2652afefcd15f8bc86ed77de876f703740e796444ff8cea6b0
 SHA512 
bce9def37718444f2445ed3a7ad91c54df4cc3dc5d207a4a2e0fc72eb27b75fca687958241fc40f5494efcdf9e4bae251f3cf94c13b967dd922d5ff653348c77
+DIST mycli-1.27.0.gh.tar.gz 285739 BLAKE2B 
9b3ba8b98289721774d7bf06465402440d70772ee4f456f1a14a02a0f0cf90e6c4e6fe2abe36436ea051042bed208868dc469e9ef7c4499a9fdacd519b119199
 SHA512 
ae6fa9ed9151a39988ea64c5d551a68c92014cbaae4ec6695a727cd008882298d3373d1992768eff0781e881738f72f00dfe4756196c0ba82009758b1ea16b51

diff --git a/dev-db/mycli/mycli-1.27.0.ebuild b/dev-db/mycli/mycli-1.27.0.ebuild
new file mode 100644
index ..2baddf8fd9a6
--- /dev/null
+++ b/dev-db/mycli/mycli-1.27.0.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_SINGLE_IMPL=yes
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="CLI for MySQL Database with auto-completion and syntax 
highlighting"
+HOMEPAGE="
+   https://www.mycli.net/
+   https://github.com/dbcli/mycli/
+   https://pypi.org/project/mycli/
+"
+SRC_URI="
+   https://github.com/dbcli/mycli/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE="ssh"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   >=dev-python/cli_helpers-2.2.1[${PYTHON_USEDEP}]
+   >=dev-python/click-7.0[${PYTHON_USEDEP}]
+   >=dev-python/configobj-5.0.5[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/prompt-toolkit-3.0.6[${PYTHON_USEDEP}]
+   =dev-python/pyaes-1.6.1[${PYTHON_USEDEP}]
+   >=dev-python/pygments-1.6[${PYTHON_USEDEP}]
+   >=dev-python/pymysql-0.9.2[${PYTHON_USEDEP}]
+   >=dev-python/pyperclip-1.8.1[${PYTHON_USEDEP}]
+   >=dev-python/sqlglot-5.1.3[${PYTHON_USEDEP}]
+   >=dev-python/sqlparse-0.3.0[${PYTHON_USEDEP}]
+   https://github.com/dbcli/mycli/issues/1103
+   
"test/test_smart_completion_public_schema_only.py::test_auto_escaped_col_names"
+   # Requires a running mysql daemon
+   "test/test_main.py::test_batch"
+   "test/test_main.py::test_execute"
+   "test/test_main.py::test_init"
+   "test/test_special_iocommands.py::test_favorite_query"
+   "test/test_special_iocommands.py::test_watch"
+   "test/test_tabular_output.py::test_sql_output"
+)
+
+EPYTEST_IGNORE=(
+   # Requires a running mysql daemon
+   "test/test_sqlexecute.py"
+)
+
+distutils_enable_tests pytest
+
+PATCHES=( "${FILESDIR}/mycli-1.21.1-fix-test-install.patch" )
+
+src_prepare() {
+   default
+
+   # Remove unnecessary pin, we have paramiko 3.2.0.
+   # 
https://github.com/dbcli/mycli/commit/eaddc5ca3e208d66fd4f400b90eb76089dd35e4c
+   sed -i -e 's:==:>=:' setup.py || die
+}



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

2023-08-11 Thread Michał Górny
commit: e9ed026a3282f7900ea3f990e567fdebb122e465
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:21:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:21:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ed026a

app-admin/awscli: Bump to 1.29.25

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

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

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index f99e1864522a..5dfdfef9c61f 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -12,5 +12,6 @@ DIST aws-cli-1.29.21.gh.tar.gz 2499845 BLAKE2B 
4cbc6bb9ba492c4ef3bcd03f43769888c
 DIST aws-cli-1.29.22.gh.tar.gz 2500297 BLAKE2B 
7de13b7e8ced5be80a293cbed25505420569283e54ce719958519f3748b6fdc87c11c6b106eeac0afe41c219259cd5aa3231cd2060506c755b5a687d5f04598e
 SHA512 
874574a542261e1095265e0184c2fc82d70bbacefebf4a586960a59c0d69925f842979e9a6fb35fc685723bdd360c8dc838593539c3c0e07e2ab6395d5422c92
 DIST aws-cli-1.29.23.gh.tar.gz 2500975 BLAKE2B 
52a49b0c5a436612e26c6a211afe39c88e673fa57323172db120f3e4f0e481d08f7e52162b27ad44e6d23467c0385e66a4735cbe2fe5bd858ebe7f06649e6d77
 SHA512 
fb95a7fa775c2527bc7fefd6dde6c5d99f1640e6ea5ba7726bb5c292025cd022cc1a03f54734b60cab11a2320d0ce85397bc5fa116c503a2cd9b44821dbe282e
 DIST aws-cli-1.29.24.gh.tar.gz 2501457 BLAKE2B 
ea7b1a27c5121a0fb796f492415f406f816732df7d6ca4f62060e8a3762e25b9c1a8a22f7e44c323d0922b1921ffeb142809deb08dabeb65f62f317b13edda9c
 SHA512 
4b84a23c9e4ae9b644d9d3679e609786159599b3eede34242fa52f029bb503351ab54f4072a6cb845ef3900bfabbaabd06e1ea8f12d3a6ba381d48c6924b207a
+DIST aws-cli-1.29.25.gh.tar.gz 2502999 BLAKE2B 
065a694d1079267676256dc125316993e6276466987a0c773786593d7f8dd0382d4e1dbf64531c81b33ea4c1b5deb59f7c1d22fea0560aef898fa1bdede58414
 SHA512 
3344650a4a1fd499d707f60d3922e64ade852488bb58ee999d13971c47f42904f8e464c99cd3dfc4d44b9d2c6c138f2b6f6c661303542f0b8d0bc8b7b50932c1
 DIST aws-cli-1.29.3.gh.tar.gz 2450427 BLAKE2B 
6e240905c8fbb2916334c2de0e9fd851636acfbc050916baf971e2f5e5a1d93d398c77c6a1fe0766f701ad53683e5f41b1bb5519e5ac7b5e8f0a64d37e113c34
 SHA512 
3446e057abcc956e26b55de85383d0d40c041bcfda0f7e566309d80bbd22d567a474d93ab74461e91bdd7eaff1db9c77813912653c7864bcc851d12d2cea8ee2
 DIST aws-cli-1.29.9.gh.tar.gz 2454843 BLAKE2B 
a4e49923aec2d09d8244e58fe737f1a0528956397050b693892b2d4521d4e41956fc2a11f6e8bc0c88d6ea16ae4f7f85276037a7864c989334109ef090623f99
 SHA512 
2238c70ccaa8e73cedca9a56e4cda48a62b0b26999c481585769872b42517f2a25d80b94cf9e18961c5fb81c9d8fe44bda9dbf6024e31bbc7409d6ce53f1a915

diff --git a/app-admin/awscli/awscli-1.29.25.ebuild 
b/app-admin/awscli/awscli-1.29.25.ebuild
new file mode 100644
index ..62c19f3a63fb
--- /dev/null
+++ b/app-admin/awscli/awscli-1.29.25.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
+   

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

2023-08-11 Thread Michał Górny
commit: 82ba58a87e7d9d550a4baf4ed00dbb9ca5dab2e3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:20:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:20:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ba58a8

dev-python/botocore: Bump to 1.31.25

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

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index ab4a3fc27eba..e5e8b4c2ba5f 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -12,5 +12,6 @@ DIST botocore-1.31.21.gh.tar.gz 11852848 BLAKE2B 
ccdd57fdb927335ac2b5d2f56946e49
 DIST botocore-1.31.22.gh.tar.gz 11858266 BLAKE2B 
a4eb898f7e562b692592171ab239550995ab6bf472cd5d98d5f98b412b050f18610ec61db58367d0cfec28d77f973f0200d5b13a88ea5bf66e5d41a6a254ccdb
 SHA512 
fe66dd19e38ed98449f76e921ee538132a1e8a2f1452b6a7e88175901a1275e467faac4f1ec825854b6f8e799f4a54d2bebe4a52256edbdce3004944b2c6bd1e
 DIST botocore-1.31.23.gh.tar.gz 11859889 BLAKE2B 
d183c514f61f6384bd535e284d58dd4e11df7d33948256baed19eb21908cba429a54c4e2aa2640ab550df2803ead7c33489028231695ec0effa660dd9827de2d
 SHA512 
b6eecc7ff1390e89290c5c09a905c89a6093dc0571dbbb3b38c018f70a1ee177dd63a70900f12cadd9926a2e9d645cd3cfef78d5424a1437d123e07ccaff7c64
 DIST botocore-1.31.24.gh.tar.gz 11862679 BLAKE2B 
16544365d84d6624a4422f1a200f7a7b5e76aa2e4c1abc09eee42c6c815623755d03e9c3dafef98589bb354eacb554da0302378a629abe65c1c3b47160db
 SHA512 
78f12f93ecc9c3607ae30602fc1525833d9a7aca95934ccbb6980f05239561810f131eafa801bb07d79546df1eaac66c13fbd7db0357eb8eb71936849ab4367f
+DIST botocore-1.31.25.gh.tar.gz 11863108 BLAKE2B 
2fb9bfc01ec93e1dff3459e89f7b20984efe39572320c437af3eae8becc2a871651528fd732f26524c978c5cb032f3675b313ba9b9c6e5acf76f5c5ab07fba9e
 SHA512 
ff360e15051c958b8f9b6e04bb27e2f728bd210c6c7bfc07525d91d54b1ba8be5738e3434c651b61c5774c0b9b4252abaac788274bd56ff10e782efea32b6dd6
 DIST botocore-1.31.3.gh.tar.gz 11769948 BLAKE2B 
452c494faa430b6782685b9960cc9ea15ce3dedfe1b5343ee7bdbd7544e108bbfc7bb58d527419b5dc5f4077dd806752eec927196b82ac286903992fef339e52
 SHA512 
0f2853c14d7695ea4eeacea6fed93e77436df143bd0b9bec967490eb88e3d6531c916dca91c1a3bde4b57253d77acabe2413acde4d1473d01e15ef69b45621e0
 DIST botocore-1.31.9.gh.tar.gz 11785638 BLAKE2B 
23f2c010f98b5ca8414c9a031524b1cb7d75366bf84d34df980ef4085a73bc62643cca5255519f891f7a9468abbf0d97adddf6684c3c0a751b0f9f390122c19d
 SHA512 
b2bf0089a81c5389d86c9f7b2545358f23a1219d7e5bf152285f58293a171210b46c22c814ab3f8da460a2acbdd5127193fa7a2e19a021db511f9d08931037bf

diff --git a/dev-python/botocore/botocore-1.31.25.ebuild 
b/dev-python/botocore/botocore-1.31.25.ebuild
new file mode 100644
index ..491b6bbc21f2
--- /dev/null
+++ b/dev-python/botocore/botocore-1.31.25.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
+   

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

2023-08-11 Thread Michał Górny
commit: f96cbba645eef81ba70712c06e3ad38a628e3433
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:20:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:20:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f96cbba6

dev-python/boto3: Bump to 1.28.25

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

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

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 8e484ac6e553..fb5bc34fcdac 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -12,5 +12,6 @@ DIST boto3-1.28.21.gh.tar.gz 685243 BLAKE2B 
f6f6effd9ac42fb9d8db8ec91f628cb90b39
 DIST boto3-1.28.22.gh.tar.gz 685817 BLAKE2B 
53dc35d037fd3605ae8a63c85e77e5b449cc9d7f80c4e06c3d96104afea7fc07c11759e3bea5ba3fa5fa1d86608dfa7ce3ab2612c66239e7ec06603c81c2d744
 SHA512 
2d255b1eb02626f7b63503ef2324b97b59ebb1728d9c2be79f3a65810ceb13bfb4091b3f657f61422a324fae559c065e848ba24e3c7c1e25a4fcb200eab133e5
 DIST boto3-1.28.23.gh.tar.gz 686500 BLAKE2B 
0ab169afe4d238d7a09d0b9e2c8305e1f4ebbdc64f9225af2712bffe6c71c70dfe66731eb2af4c9be505aa15bfdb091d276a72889b943afd65ae07f893b363f5
 SHA512 
7951f3bb229ac6365da7534ad157df461875a85730958536bed005d5dd7981bb75ce5265796c28e39806f66b46fe790e9dee9f75e3fc6fdad5f1aa3b4bb7df5d
 DIST boto3-1.28.24.gh.tar.gz 686681 BLAKE2B 
ce037be0934ac2fcbedfbec4c32931e4057972c3ee6a2804c6e836227d77a1df99d7f7005f3b9a6886e2a012b6b5b12d48b6a652e293c9498754e8a98176d02e
 SHA512 
f70724927e4971ef905ecd9b0ddb3462f0ebd4b99bac54873bd246903c26e38c13d0aad0bc141e6046556ce6365c680bd9fc4c42f82033358024eb8c46eb3f35
+DIST boto3-1.28.25.gh.tar.gz 687791 BLAKE2B 
641dacd5076e51e64991c0bb97fda6f5b8d705b253ab902a5598daf23eca65ad586348f38e6dce0dfd90526a49ff56320dc99972d375e61d5fab3692f5948674
 SHA512 
2e47027c035338a9d70027b32c93db04ac859a8cfe6c9f962df33c1139df5ba1562e9e0bb32670825a93c29fa2b231779221c6b54c5b2bb498c5e19667763306
 DIST boto3-1.28.3.gh.tar.gz 675019 BLAKE2B 
93b29307fbfec4e61dc60d28e4f20392ae2a730f048a0b2e8cb99fd515a036fc4ca889ddd564e09b1f3eab4cb9499c5918b4e7430d63148dd2854d126719a468
 SHA512 
514d0f373f25bb691abf5f1f8b0209a07097191b2ad8fb6339739e7a0bd2b8e6d5a88f1250e928ca89b1f1aa5e27a44bf2cab38a57680c01214d370d11944ded
 DIST boto3-1.28.9.gh.tar.gz 677993 BLAKE2B 
a800de94cfb0d317b41091fb1d2bb0fd6449df85da434879c0689bf36998b2a52331ba077c65cae9967fcce998a15d2a6f6a758931fa12a00b95487adaf81dfa
 SHA512 
6e1e5e74d20d2e67f29597ddcda70475cbea863978ca93ec77a0f478690477c9782111701771d5b8354f4402c21496e7f5627b1398cbd6fd87627fd978f5e360

diff --git a/dev-python/boto3/boto3-1.28.25.ebuild 
b/dev-python/boto3/boto3-1.28.25.ebuild
new file mode 100644
index ..2a4a7643203e
--- /dev/null
+++ b/dev-python/boto3/boto3-1.28.25.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: dev-python/sqlglot/

2023-08-11 Thread Michał Górny
commit: e6b5ab2b53e92eb37dd80e57cc723f6975d23bba
Author: Alfred Wingate  protonmail  com>
AuthorDate: Fri Aug 11 20:04:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:19:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b5ab2b

dev-python/sqlglot: add 17.12.0

Signed-off-by: Alfred Wingate  protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/32266
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/sqlglot/Manifest   |  1 +
 dev-python/sqlglot/sqlglot-17.12.0.ebuild | 36 +++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/sqlglot/Manifest b/dev-python/sqlglot/Manifest
index 8fdc8b794a7c..0851171444fe 100644
--- a/dev-python/sqlglot/Manifest
+++ b/dev-python/sqlglot/Manifest
@@ -1,3 +1,4 @@
 DIST sqlglot-17.10.1.tar.gz 8394322 BLAKE2B 
e7d922644e3071ccc6ce666b10081ce24095cbed6d2136c70e632d241196058762167874b175e6b000dda91922d72000fd6f57d8ae775dec588915f10a51d2e8
 SHA512 
6cbf3c82e5fee73dcbfe677213c10325a5fb81c8f93ba594d88abe9fb7d3a6580c6c6adebc6551cbe1dc8ae51ad68ac33a0242088e68dd80ef3e7285f4479ad1
 DIST sqlglot-17.10.2.tar.gz 8399314 BLAKE2B 
c9695273925485f366f155f15a741074ed9b8f91ca5dfd7b233af8c43acb9dddfd48125218f12b47a4a1ad4003299e49ce532e4ff8a24a6cf6b074b6e069b484
 SHA512 
806b59eaca0b90f94fea9613313763276fd4def1b34e4781b7c5a05dfec446b3d6ddbfe27bf9c6f631820220013cae390f3e251ed432816d7598ed3140993d89
 DIST sqlglot-17.11.0.tar.gz 8399720 BLAKE2B 
28a2da06afc70a510ad046d25432c2b145fc10374ecc41b78052e22ba771dc21d57503d5335839cf3c227fc53c12365f4cc2d6a4c9e1e1ccf02b71266e7e0cdb
 SHA512 
026af3b24a2c62efee937238eaa69ebc47dd0ee8e2979cacd28a45c565dc36f3aa1e03f0fe46265a1f9c5e379eacc54f730c57b06bf80962ccb87d43893fc9e3
+DIST sqlglot-17.12.0.tar.gz 8402758 BLAKE2B 
e563aecabdac819c55eabd678a12ee2a83f7a074eaa3d58d27503b04828233527c7320d237b699cc209f849d57d3b262a164f157fd4f24d1b125206994a45782
 SHA512 
d2e64e3692b93138f30904fab28490a3c9598e0201627112c29588c20889981354e2bf82ee844609d7633ea44aab9855159f294a6d711bb144ab922ed5ce1078

diff --git a/dev-python/sqlglot/sqlglot-17.12.0.ebuild 
b/dev-python/sqlglot/sqlglot-17.12.0.ebuild
new file mode 100644
index ..368b77416b42
--- /dev/null
+++ b/dev-python/sqlglot/sqlglot-17.12.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi optfeature
+
+DESCRIPTION="An easily customizable SQL parser and transpiler"
+HOMEPAGE="
+   https://sqlglot.com/
+   https://github.com/tobymao/sqlglot/
+   https://pypi.org/project/sqlglot/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+EPYTEST_IGNORE=(
+   # Tests require pyspark or duckdb which aren't in the tree.
+   # Pandas would be a requirement normally, but it gets ignored by proxy.
+   "tests/dataframe/integration/test_dataframe.py"
+   "tests/dataframe/integration/test_grouped_data.py"
+   "tests/dataframe/integration/test_session.py"
+   "tests/test_executor.py"
+   "tests/test_optimizer.py"
+)
+
+distutils_enable_tests pytest
+
+pkg_postinst() {
+   optfeature "simplifying timedelta expressions" 
dev-python/python-dateutil
+}



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

2023-08-11 Thread Michał Górny
commit: ae9cd7708fb8a364d04922ab8dfb845d0e89c5ee
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:17:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:17:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9cd770

dev-python/execnet: Remove old

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

 dev-python/execnet/Manifest|  4 ---
 dev-python/execnet/execnet-1.9.0-r1.ebuild | 56 --
 dev-python/execnet/execnet-2.0.0.ebuild| 38 
 dev-python/execnet/execnet-2.0.1.ebuild| 32 -
 4 files changed, 130 deletions(-)

diff --git a/dev-python/execnet/Manifest b/dev-python/execnet/Manifest
index f02a8f3133c8..5f52b581b9e2 100644
--- a/dev-python/execnet/Manifest
+++ b/dev-python/execnet/Manifest
@@ -1,5 +1 @@
-DIST execnet-1.9.0-pytest-7.2.patch 11177 BLAKE2B 
6d6d0c76de606305ed0ca4f0f52d5ccc0cc3ab99d795ac2f4d39d3804cd5c0191f75704ee5eafcd135dc9854eef99a59dbd9cf57a8455b6b9cd45f2612fbcdba
 SHA512 
ae16b3127545efe77a49392836a8940a053967e530a6288660a39edba9b35b448d0061ac7ac751c3be68de2cf5410655c2db55d344519f69db7c9ed4f7ca0003
-DIST execnet-1.9.0.tar.gz 173884 BLAKE2B 
622a1f47365bdea97ba53aee908faf990ef847e3641ab0590073cdd6eac3413d1517f16e8e5b73b56884f02aebb3142691ecf6113e14f9c49c9b0fef3ee3247c
 SHA512 
d425e7b6f3708efecb5dfa2c36a837cb55f2c32cf2ec0c1dc11cd1ca6ea614d119d04908b84dd5a3593c87db35e71fee202f843665c853ac3538479f60c83d60
-DIST execnet-2.0.0.gh.tar.gz 172932 BLAKE2B 
ad2ef83db08457e403bf568dbcd01975dbec6c20785b970860c04ba84887db3b83ca5d234341556aa33451052d082ebf9fe7a89ac6dfeab2868f9cb76a520969
 SHA512 
bde07713ed4f85b8de85e42c87d5bde062c0ac90defc87b9a3ec56cb210b445f06dce8e586c6ee764c45ab1f8947f330481e43921096cca9d987449d704c9988
-DIST execnet-2.0.1.tar.gz 160812 BLAKE2B 
0e354b1630696faff7bc56f925a14797119f0480b5784f37154fed1bdf5e9541c6ccf73c805556d6b317d4d9c9b9b39714e187342c8a1a06a64b3efdc665f31e
 SHA512 
422fdaa8173b3f41763738b64045583fd887d17fbacda921316d01c7a7082ed9447cdb85d3d42ee5ce8bff5917ee8d8a588c9e3caab8bd434606890effd284b2
 DIST execnet-2.0.2.tar.gz 161098 BLAKE2B 
2a0a4d3071a0436d7c6ec450f1b502047e6a367985771aa58050e149ea060e8a573844bd2380c66be914dd00e3f9491b126e84089006787c61c043116f9e5981
 SHA512 
9e2e7ff4e04f50b12a3dd47d3326a3ea229f64926e8598bdce6ea25bd57afb41e96249e1c9f7333927a38a2793f67cac77965c922980055ed758dee361bf2ce4

diff --git a/dev-python/execnet/execnet-1.9.0-r1.ebuild 
b/dev-python/execnet/execnet-1.9.0-r1.ebuild
deleted file mode 100644
index d3d229270ba9..
--- a/dev-python/execnet/execnet-1.9.0-r1.ebuild
+++ /dev/null
@@ -1,56 +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..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Rapid multi-Python deployment"
-HOMEPAGE="
-   https://codespeak.net/execnet/
-   https://pypi.org/project/execnet/
-"
-SRC_URI+="
-   
https://github.com/pytest-dev/execnet/commit/c0459b92bc4a42b08281e69b8802d24c5d3415d4.patch
-   -> ${P}-pytest-7.2.patch
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos"
-
-BDEPEND="
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/py[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx doc
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${DISTDIR}"/${P}-pytest-7.2.patch
-)
-
-EPYTEST_DESELECT=(
-   # needs python2.7 with apipkg?
-   
'testing/test_termination.py::test_close_initiating_remote_no_error[python2.7]'
-   # tries to run python2
-   testing/test_channel.py::TestStringCoerce::test_3to2
-   testing/test_gateway.py::TestStringCoerce::test_3to2
-   # does not like Gentoo defaults
-   testing/test_gateway.py::TestPopenGateway::test_dont_write_bytecode
-   # almost all tests call py2, not worth filtering for the rest
-   testing/test_serializer.py
-)
-
-python_prepare_all() {
-   sed -i -r 's:(,[[:space:]]*|)"eventlet":: ; 
s:(,[[:space:]]*|)"gevent"(,|)::' \
-   testing/conftest.py || die
-
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/execnet/execnet-2.0.0.ebuild 
b/dev-python/execnet/execnet-2.0.0.ebuild
deleted file mode 100644
index 707301d05fca..
--- a/dev-python/execnet/execnet-2.0.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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..12} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Rapid multi-Python deployment"
-HOMEPAGE="
-   https://codespeak.net/execnet/
-   https://github.com/pytest-dev/execnet/
-   https://pypi.org/project/execnet/
-"
-SRC_URI="
-   

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

2023-08-11 Thread Michał Górny
commit: 3b12b6f9bbdff9e4f166e12f7f357df80baa9492
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:18:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:18:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b12b6f9

dev-python/sphinxcontrib-trio: Remove old

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

 .../sphinxcontrib-trio-1.1.2.ebuild| 36 --
 1 file changed, 36 deletions(-)

diff --git a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild 
b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild
deleted file mode 100644
index d12a14f4e202..
--- a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1 pypi
-
-DESCRIPTION="Make Sphinx better at documenting Python functions and methods"
-HOMEPAGE="
-   https://github.com/python-trio/sphinxcontrib-trio
-   https://pypi.org/project/sphinxcontrib-trio
-"
-
-LICENSE="|| ( Apache-2.0 MIT )"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-SLOT="0"
-
-RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"
-
-BDEPEND="
-   test? (
-   dev-python/async_generator[${PYTHON_USEDEP}]
-   dev-python/cssselect[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-)"
-
-# AttributeError: 'Sphinx' object has no attribute 'add_stylesheet'
-#distutils_enable_sphinx docs/source
-distutils_enable_tests pytest
-
-python_test() {
-   # https://github.com/python-trio/sphinxcontrib-trio/issues/260
-   epytest --deselect tests/test_sphinxcontrib_trio.py::test_end_to_end
-}



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

2023-08-11 Thread Michał Górny
commit: 0d92173c1b6827e2442fb379e8b66d615c5a6a87
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:18:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:18:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d92173c

dev-python/hypothesis: Remove old

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

 dev-python/hypothesis/Manifest |  5 --
 dev-python/hypothesis/hypothesis-6.80.1.ebuild | 90 -
 dev-python/hypothesis/hypothesis-6.81.1.ebuild | 90 -
 dev-python/hypothesis/hypothesis-6.82.0.ebuild | 91 --
 dev-python/hypothesis/hypothesis-6.82.1.ebuild | 91 --
 dev-python/hypothesis/hypothesis-6.82.2.ebuild | 91 --
 6 files changed, 458 deletions(-)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 432f121d083a..56313127bca2 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -1,7 +1,2 @@
-DIST hypothesis-6.80.1.gh.tar.gz 9376526 BLAKE2B 
edb7012b17f1634745d81de74934424ac6430b9668a9702ce64a6f60b7ca3239c878acf1f958327ff2b1e18b95003733ce36bc6f0ffceb65f1eab69d61ab9b54
 SHA512 
38962d6428d98861993a7e29627be377b2dee7ef9da5bf06553a1de645e041c5af33f8674c64104e90c1168815ef81ee82bb30e1d66315bc85ba7ad81ab28f20
-DIST hypothesis-6.81.1.gh.tar.gz 9377813 BLAKE2B 
6ba0d9bd8fd12d521909151c7bb04ea729df1adb4dc401359de7accf75cf78981c3e2dbda1c22cb05ca48d550f8a97d19deea86249ac056b5fc34fca20ffb2b7
 SHA512 
54d13f249fe02fdd99726304a87ca1fe174f47137006fe147ed2b47875136f2d77f24be0bb77e91a04edff8db2230563627c75e9d164adf859284e5ce873369d
 DIST hypothesis-6.81.2.gh.tar.gz 9378154 BLAKE2B 
d4654e8de621af93fa6ab013bf45ea1c2e8b273f38cf0dddbe00853d197487acf2a9457a33e59fd59b9c5c7dca08a84867a835cdfa8e4a63181df5105889c360
 SHA512 
41f5e6b8382c08dd0e4285836a3f1308fd86387e10899c5ef8839598e097d31a5360cf7d47f2d30c287ad575787ecb44c236ad83c52202cf8895046c56a0
-DIST hypothesis-6.82.0.gh.tar.gz 9378337 BLAKE2B 
fb99a499c7b850c4d81f01b99969d611ee8a39a1b1d1a5306b72999b1ca20d605fb42adbc090eedbe06359056d05860e2166be9f8f8001460ea61b398a432de6
 SHA512 
2f8b16c1a32340a3aa742627cbbc958cb06e8966b704bd389c8677d58fc3e76e6988705315d570daeb46975839b1c725f5f6a937ff1c326cbed144659ec44d05
-DIST hypothesis-6.82.1.gh.tar.gz 9378717 BLAKE2B 
2127d101f5c477fa99abe07df09928d0be475dd052f8f121ec038488eb4b5b35508b09524ae06ae8fe41712724fbb50f8db4aa72472a7315cc3ad68b9000371e
 SHA512 
3fb983b2246aaa9860694f07eee9fafb28f560b3ba105544d3d4345ba323543f194109b710c639e86287572ad5ed141c2edf6c89c0f4a71a003505a797effddc
-DIST hypothesis-6.82.2.gh.tar.gz 9378887 BLAKE2B 
8b1c65ea9080bb280a6f7b761aef0c24539c707b0875621baa2b011188839d8179dcbcac051c97fe36c870404d67ec28124857646f8d95d34b44bea081ef1658
 SHA512 
cd5dfa439f4f5bdbf744e25bf24b5265515c7077d142eecbb77825056e44417124ffd1f97755d6804d412424e0ef78a77e77e112cafb7972cdae1be028ab5ca6
 DIST hypothesis-6.82.3.gh.tar.gz 9378981 BLAKE2B 
bb73131f9982e8df71e24a5f329a2f34b7e895ffa231d55724f84a3d692608e59a4494a820ea5ee449db4c40f2521548b2dece2f1bcfa9fbd4f0ddbc4dbb9756
 SHA512 
02b649116630dc6be3cbd659a00c9c55d68c85a9cbf029558fc1c065909a1cadd2fb120615fa3bf7fe4a11f51d26d264cf6730ac4d3165798668d38e62c5d955

diff --git a/dev-python/hypothesis/hypothesis-6.80.1.ebuild 
b/dev-python/hypothesis/hypothesis-6.80.1.ebuild
deleted file mode 100644
index 3900dda74a45..
--- a/dev-python/hypothesis/hypothesis-6.80.1.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-CLI_COMPAT=( python3_{10..11} )
-PYTHON_COMPAT=( "${CLI_COMPAT[@]}" python3_12 pypy3 )
-PYTHON_REQ_USE="threads(+),sqlite"
-
-inherit distutils-r1 multiprocessing optfeature
-
-TAG=hypothesis-python-${PV}
-MY_P=hypothesis-${TAG}
-DESCRIPTION="A library for property based testing"
-HOMEPAGE="
-   https://github.com/HypothesisWorks/hypothesis/
-   https://pypi.org/project/hypothesis/
-"
-SRC_URI="
-   https://github.com/HypothesisWorks/hypothesis/archive/${TAG}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/${MY_P}/hypothesis-python"
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-IUSE="cli"
-
-RDEPEND="
-   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
-   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
-   ' 3.9 3.10)
-   cli? (
-   $(python_gen_cond_dep '
-   dev-python/black[${PYTHON_USEDEP}]
-   dev-python/click[${PYTHON_USEDEP}]
-   ' "${CLI_COMPAT[@]}")
-   )
-"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   

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

2023-08-11 Thread Michał Górny
commit: 10154c06fe8360ce134b618aa2096244b3d44559
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:17:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:17:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10154c06

dev-python/sentry-sdk: Remove old

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

 dev-python/sentry-sdk/Manifest |   5 --
 dev-python/sentry-sdk/sentry-sdk-1.26.0.ebuild | 118 -
 dev-python/sentry-sdk/sentry-sdk-1.27.1.ebuild | 118 -
 dev-python/sentry-sdk/sentry-sdk-1.28.0.ebuild | 118 -
 dev-python/sentry-sdk/sentry-sdk-1.28.1.ebuild | 118 -
 dev-python/sentry-sdk/sentry-sdk-1.29.0.ebuild | 118 -
 6 files changed, 595 deletions(-)

diff --git a/dev-python/sentry-sdk/Manifest b/dev-python/sentry-sdk/Manifest
index bedcf49b5031..3695a0dac9a6 100644
--- a/dev-python/sentry-sdk/Manifest
+++ b/dev-python/sentry-sdk/Manifest
@@ -1,6 +1 @@
-DIST sentry-python-1.26.0.gh.tar.gz 371531 BLAKE2B 
cdc44a8c4067405242b7aaec2802df8ac7938d933ec8f5c050b6659bf5f920d7422dbe712813de995308fd49ce6173ca59e346d5a8912f6c3452f6063fb2
 SHA512 
de1d1c4af1d629c7689691d99ebd0acd3c023fc07fcfc6e706e7738b536601186ce33672b85ba08123f430923bb0c67cdbe0e56c9642d2219df55c8f1d14f07d
-DIST sentry-python-1.27.1.gh.tar.gz 376598 BLAKE2B 
4ad5986af5e252cf501523fcafdaa7ada4870aae0252227907d86ce3e886b58f7154f4407cb6ae22473044589c9c2639c7de8ca92dea1a7a7835c51c28b44bb6
 SHA512 
1408c06b3b8a8ef0c888f26a4591d45b63fda51853e52f2ea8921e4983d0a7b05b053c6bf17d55fc59667e5b4b4ca953419303774101fa58ef6f37428d600c90
-DIST sentry-python-1.28.0.gh.tar.gz 378626 BLAKE2B 
826257c5cae7d1f58753d4a84fb7aeb0fb9d52690a660615590cdd34c7d1afe1e256291d9434f904644292d6ab379fcad03cc7d8b1072e3b41b03fb5e4961db6
 SHA512 
83ceecbf89f197c03b0a402508c677eed4c6adb36ff826579513f79dd36c666e47267c7b6e8f4eced91fc12b18a0de3c1a24c89c6fe6e77c603ace535612542c
-DIST sentry-python-1.28.1.gh.tar.gz 379559 BLAKE2B 
715f6a1756de85f7c041098f2bea94e02e61b433f55cbccca2b23455ee1c43312cae8a468443877113eb2ae2da8515f07b2aa08a29358ef1fd6b564bcc8bc329
 SHA512 
28ef182f4f7945c5499d7206a19a8ac90440031785bd4065259dcaefc9e7cd7ddad423ec61db954fc3936ed3fccec9e4bc136bb278407704579f3b97f4ff4aa6
-DIST sentry-python-1.29.0.gh.tar.gz 387456 BLAKE2B 
5ebd9901a2e60cfd4c688c32e045e1a05d227608eaecfb3de3049cf608d631fc70aa5fb7dba9085b4ba1bc5fe648f52d1f1a549aa67a39ddbe3e7f67d4f38d73
 SHA512 
a08da9ed5e8107a6f364868922aa8eadebbef62acdd51407684861280053d63a766b3e7bd689a80ea8083ea28ac30140b46b3de163490edf62b50717086fc59d
 DIST sentry-python-1.29.2.gh.tar.gz 382177 BLAKE2B 
1fa42e53ed1115fb50b3a5d4a49ca7f851cc487ecb638b7add2d261ed207c9c8d4ccc1ca20760516e82e5a5cd52b1582271b81e52977b87944b0df55365a9800
 SHA512 
56fd53f3a43acc1c2fe5bd6f44c7a5a63b4ab944919fa5a4539239230c3c64eb75e75414e26809d12bcb601a779b661d6dec73dededa07e10f120438ea3ad5c7

diff --git a/dev-python/sentry-sdk/sentry-sdk-1.26.0.ebuild 
b/dev-python/sentry-sdk/sentry-sdk-1.26.0.ebuild
deleted file mode 100644
index c84bd07acef0..
--- a/dev-python/sentry-sdk/sentry-sdk-1.26.0.ebuild
+++ /dev/null
@@ -1,118 +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_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/python-socks[${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"
-)
-

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

2023-08-11 Thread Michał Górny
commit: abc5856c7cf1a3fe4897a0aa60308d7faa43b6a0
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:18:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:18:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abc5856c

dev-python/dogpile-cache: Remove old

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

 dev-python/dogpile-cache/Manifest  |  1 -
 .../dogpile-cache/dogpile-cache-1.2.1.ebuild   | 33 --
 2 files changed, 34 deletions(-)

diff --git a/dev-python/dogpile-cache/Manifest 
b/dev-python/dogpile-cache/Manifest
index d2bf200b795b..8581689ab24a 100644
--- a/dev-python/dogpile-cache/Manifest
+++ b/dev-python/dogpile-cache/Manifest
@@ -1,2 +1 @@
-DIST dogpile.cache-1.2.1.tar.gz 258589 BLAKE2B 
c271f823f1a57f26c07078edd9af5a899aa6c3793d979f3eb86cbad7814360d51dc26cdfe06f92f6bbc9a14620362332c22379a6024c9adab18f46c1ad3583fe
 SHA512 
407a0b5842b9ae4a8a82da933b4c7a4fec4391b877dcddb4f454c7fdf78ed0d2f6db16650c89c8047e1ec2eb6348c23bdcae99a0998aa2de58cfc00d92e2fa5a
 DIST dogpile.cache-1.2.2.tar.gz 263102 BLAKE2B 
ccd64492e154f30b27a9b031086acd89002c9cae402105720022370688c6343c6c7a023fc643390764a40dfa9dde083e5adaf644aa79939c0bf6573c4c518366
 SHA512 
23b078b79e4b1f87c8d397d35b772f0b5fee66a0e452de06e7644ecb1ef577ae1629307a0e32fa62f49d536f95fb62fe70ededeb43647fa0c2e0baf896261931

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.2.1.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.2.1.ebuild
deleted file mode 100644
index 9f91288793c5..
--- a/dev-python/dogpile-cache/dogpile-cache-1.2.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# 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
-PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A locking API for expiring values while a single thread generates 
a new value"
-HOMEPAGE="
-   https://github.com/sqlalchemy/dogpile.cache/
-   https://pypi.org/project/dogpile.cache/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-3.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mako[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2023-08-11 Thread Michał Górny
commit: a70803ceef5c22049bf8892a75f85d6558a8a6a9
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:17:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:17:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a70803ce

dev-python/tornado: Remove old

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

 dev-python/tornado/tornado-6.3.2.ebuild | 70 -
 1 file changed, 70 deletions(-)

diff --git a/dev-python/tornado/tornado-6.3.2.ebuild 
b/dev-python/tornado/tornado-6.3.2.ebuild
deleted file mode 100644
index 4f1f73583d5e..
--- a/dev-python/tornado/tornado-6.3.2.ebuild
+++ /dev/null
@@ -1,70 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python web framework and asynchronous networking library"
-HOMEPAGE="
-   https://www.tornadoweb.org/
-   https://github.com/tornadoweb/tornado/
-   https://pypi.org/project/tornado/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-IUSE="examples test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   ${RDEPEND}
-   $(python_gen_cond_dep '
-   >=dev-python/pycurl-7.19.3.1[${PYTHON_USEDEP}]
-   ' 'python*')
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-6.3.2-test-timeout-increase.patch
-   "${FILESDIR}"/${PN}-6.3.2-ignore-deprecationwarning.patch
-)
-
-src_prepare() {
-   # network-sandbox? ipv6?
-   sed -i -e 's:test_localhost:_&:' \
-   tornado/test/netutil_test.py || die
-
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   local -x ASYNC_TEST_TIMEOUT=60
-   # Avoid time-sensitive tests
-   # 
https://github.com/tornadoweb/tornado/blob/10974e6ebee80a26a2a65bb9bd715cf858fafde5/tornado/test/util.py#L19
-   local -x TRAVIS=1
-   local -x NO_NETWORK=1
-
-   cd "${T}" || die
-   "${EPYTHON}" -m tornado.test.runtests --verbose ||
-   die "tests failed under ${EPYTHON}"
-}
-
-python_install_all() {
-   if use examples; then
-   docinto examples
-   dodoc -r demos/.
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}



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

2023-08-11 Thread Michał Górny
commit: df68b77a3a80612976f38dc0265304c6a136b244
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:17:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:17:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df68b77a

dev-python/Arpeggio: Remove old

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

 dev-python/Arpeggio/Arpeggio-2.0.0.ebuild | 32 ---
 dev-python/Arpeggio/Manifest  |  1 -
 2 files changed, 33 deletions(-)

diff --git a/dev-python/Arpeggio/Arpeggio-2.0.0.ebuild 
b/dev-python/Arpeggio/Arpeggio-2.0.0.ebuild
deleted file mode 100644
index 825f24b64fa5..
--- a/dev-python/Arpeggio/Arpeggio-2.0.0.ebuild
+++ /dev/null
@@ -1,32 +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="Parser interpreter based on PEG grammars"
-HOMEPAGE="https://pypi.org/project/Arpeggio/ https://github.com/textX/Arpeggio;
-SRC_URI="
-   https://github.com/textX/Arpeggio/archive/${PV}.tar.gz -> ${P}.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~riscv x86"
-
-DEPEND="
-   test? (
-   dev-python/memory_profiler[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   sed -i -e '/^setup_requires/,/^[^[:space:]]/d' setup.cfg || die
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/Arpeggio/Manifest b/dev-python/Arpeggio/Manifest
index d9e14d575ac7..62e673397779 100644
--- a/dev-python/Arpeggio/Manifest
+++ b/dev-python/Arpeggio/Manifest
@@ -1,2 +1 @@
-DIST Arpeggio-2.0.0.tar.gz 767813 BLAKE2B 
b4eab5b0a049560e8f3d775f34e9d1beffc26d3969a11a2043d203852c77385adbbef876e212b09c6af8630f2b8de6dfb088760bf9ade332af981d4e8d8267ad
 SHA512 
b5a75eea515b7dd0ad7dc261703300bd5b3e5a70f0946845f8828dbf7c76613aef926fed9538fe0f9a71c1666edc9f8cff31afddd551bea1d7b1b9ad7a9cc405
 DIST Arpeggio-2.0.2.tar.gz 766643 BLAKE2B 
9cd3a40b10594868678b6e0e625a094a978deca22a0d251e348e25a7358afb64bdef337e1c93afcde00d1347a9b22faa694678217c3e2de49690e923f8f0ea73
 SHA512 
6f8ddf8ca19f968de84730ad4861585f333be8315e70b6bd320f838731cffbd28b5b6245edd869175834a95207f39b20674795f0f31b226c9387f4a0376c9adb



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

2023-08-11 Thread Michał Górny
commit: 17967776af9f8d26ea8347a809bebc868e6bec55
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:17:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:17:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17967776

dev-python/astroid: Remove old

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

 dev-python/astroid/Manifest  |  1 -
 dev-python/astroid/astroid-2.15.5.ebuild | 65 
 2 files changed, 66 deletions(-)

diff --git a/dev-python/astroid/Manifest b/dev-python/astroid/Manifest
index 419b56991b4e..75a449ba13c4 100644
--- a/dev-python/astroid/Manifest
+++ b/dev-python/astroid/Manifest
@@ -1,2 +1 @@
-DIST astroid-2.15.5.gh.tar.gz 461755 BLAKE2B 
4af28becb14d767c3fa162be93cd1d3f99e42a476a7b1ee57225a6d5603876cbfde7a58e17412d1142baa42288cbb2cfe3ecdbaafe5195c777f04a3ad9fe4427
 SHA512 
9862a2f4703b36284d14a3b09f80b4b0a1e0948e306b4906ec663fc133d07966e24a711a90067b369b166ce4d53859327e1da84406a023d1a911fff7bb0ed026
 DIST astroid-2.15.6.gh.tar.gz 462156 BLAKE2B 
f5df204a0b635d29165da1566afd9259ff26102fef3b56685ad9e10fe1cdae35aa90b1e1f81293e591c03122e980936dfd91b521dfe7a4c8cfacb8b40bcac9d6
 SHA512 
20c4d316176b84d61b5f44823026926e84c7de3c3a6febaa23cf9c8c5a9507ce65168804a61cb2db0ffcc7ec0ecb687282e6c794485135203cc25d30064e0047

diff --git a/dev-python/astroid/astroid-2.15.5.ebuild 
b/dev-python/astroid/astroid-2.15.5.ebuild
deleted file mode 100644
index c256f24264b0..
--- a/dev-python/astroid/astroid-2.15.5.ebuild
+++ /dev/null
@@ -1,65 +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/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
-   
tests/test_modutils.py::test_file_info_from_modpath__SixMetaPathImporter
-   # requires pip, and looks suspicious anyway
-   
tests/test_manager.py::IsolatedAstroidManagerTest::test_no_user_warning
-   )
-
-   # Faker causes sys.path_importer_cache keys to be overwritten
-   # with PosixPaths
-   epytest -p no:faker
-}



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

2023-08-11 Thread Michał Górny
commit: 04741447d6886827a1fd721a42c8a78a2da3301a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 12 02:17:17 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 12 02:17:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04741447

dev-python/trove-classifiers: Remove old

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

 dev-python/trove-classifiers/Manifest  |  1 -
 .../trove-classifiers-2023.5.24.ebuild | 31 --
 2 files changed, 32 deletions(-)

diff --git a/dev-python/trove-classifiers/Manifest 
b/dev-python/trove-classifiers/Manifest
index 13b189032922..2b73de3bdd2c 100644
--- a/dev-python/trove-classifiers/Manifest
+++ b/dev-python/trove-classifiers/Manifest
@@ -1,3 +1,2 @@
-DIST trove-classifiers-2023.5.24.tar.gz 15856 BLAKE2B 
37184092e2ec7c068a73d47f0708124b92d54abd4015da5ccbe2b914699f7f93ffaaf1422b84745c0c76aa377adab9c4759348789c55300772c80892afc5c6da
 SHA512 
6017d32ffb63f8ac85d616c55a9317aa8f3cecbddcdfaabffbd6ba98a60f964ceeb28424881f2cebdf891aad2b6d7d1ade78202ca6e9bec697ce446647d09897
 DIST trove-classifiers-2023.7.6.tar.gz 15844 BLAKE2B 
40c6c1c16dbd50d098584ef22e5a687009317642f45bae0de03ebacb3331a9ed94ed63480ccee187565c41e3037911db56cbcfe3f150cf4663161b687e4d275f
 SHA512 
612251e76ce5143e77c349fdc4948eff335f862db4d9138c66f8ca935c2a95c9970377d6a7df382d689728517e89868a9e59bd42d450346499d5c385ebf62841
 DIST trove-classifiers-2023.8.7.tar.gz 15856 BLAKE2B 
b20befe256e51704b4974ba7b3bcae88ff2ae1f1281da145f16a77963a75b3d2a58aa5914d622e8687a0e08915ae92783c4782a90390b53a0f346d829dce8cd3
 SHA512 
d414f5e71abf0eef3593c9509c93b4d3dbbf0b8f6ffacc85acd43be9e0f31d924757868e86bb069d9f0475731c811229ffc827568fe957fef850e71a0a5119fa

diff --git a/dev-python/trove-classifiers/trove-classifiers-2023.5.24.ebuild 
b/dev-python/trove-classifiers/trove-classifiers-2023.5.24.ebuild
deleted file mode 100644
index 9b9967ac400e..
--- a/dev-python/trove-classifiers/trove-classifiers-2023.5.24.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Canonical source for classifiers on PyPI (pypi.org)"
-HOMEPAGE="
-   https://github.com/pypa/trove-classifiers/
-   https://pypi.org/project/trove-classifiers/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~x64-solaris"
-
-BDEPEND="
-   dev-python/calver[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   epytest
-   "${EPYTHON}" -m tests.lib || die
-}



[gentoo-commits] repo/gentoo:master commit in: sys-devel/gcc/

2023-08-11 Thread Sam James
commit: 22c070e4a15a754de4a62fd2dfd20842ac738a17
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 01:18:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 01:18:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22c070e4

sys-devel/gcc: add 12.3.1_p20230811

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

 sys-devel/gcc/Manifest|  1 +
 sys-devel/gcc/gcc-12.3.1_p20230811.ebuild | 64 +++
 2 files changed, 65 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 85ecad7621da..a7944d531dfa 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -17,6 +17,7 @@ DIST gcc-12-20230526.tar.xz 79780444 BLAKE2B 
6f6eca272ab506e16a231003c399e285725
 DIST gcc-12-20230623.tar.xz 79782948 BLAKE2B 
6eeabdd1495482b8bc5a6f2f90cd7d7967b4d277c5f755f1ee98ac2c99db1552ab13b1c69f4c47d1d0b8de584e6a5f024b45e3c5934f49179cf65ca30acc
 SHA512 
09aa0304a8a916aea7a4714eb3a7541b2015e3bdb8ae9bd40bc289553c4ec86f91b054925d2af45f33af9d20a7422949e691c0f552d68ee1d5206b4007310a88
 DIST gcc-12-20230728.tar.xz 79813460 BLAKE2B 
89db12fbdc7d75d298335fdd61b15439c161090deb94e224d13592d25fa64fd21c289f75fbe77e5c0d10f90e18019a12c343014e73ef446281ac8c471a39b937
 SHA512 
20c8bbe3918ed41b05b00cc3fa90e1ee59faf9ece876faf3e93ab01b2a79e6b83b55812e41d662ad1b9a420ca3f891f46cd70aa9f7f6bcf292dda0f57b56681e
 DIST gcc-12-20230804.tar.xz 79785996 BLAKE2B 
6af25c245bed3affa42a265e56afc59afe7001603572223226b236efb67c804697a53b8f31ad68a5ddcaee1533212de87725bbad4acbb67a75e9b007e69fc071
 SHA512 
44b0c202f913913c586313a0f76bd721566e4519824a18b5569339e3996d556c866e7b980c341aa1d433f56fc8f18d2a11fc47e5bc91b693a3ecfdce37b9082b
+DIST gcc-12-20230811.tar.xz 79789344 BLAKE2B 
eac77a22bf93524e60320db7aeb7ecbfceb0f2e84596ed81b0e8f8ea985fbf412a88c42bf2d58f1aa42698e4cf2037d24fa5457ba4a7d18a5c14fde509b56399
 SHA512 
e9de50607ae2f8b1800346c1e7f85a042f363c5da00497fc7355d3e89f2e2196df8e04ee1514153cae4bbcc8c8dba187558f062a30ff977f7725576b624f5e42
 DIST gcc-12.3.0-musl-patches-1.tar.xz 3572 BLAKE2B 
c7bf65f7c9ea8023ddaac821ee2b778622fa310ac72a72b2f7032494a8f304eac86217f9204622e6c21aaef9952bece0d09bc126facd4f42b602927909815ab5
 SHA512 
babc279fea2c1fd4c018815f2f5630214fd46015ce9f365c28af242681d51818eaca30ce298eddcab1eed5ac5f2759e2b47b2335afab9d722b4469a6d4fec326
 DIST gcc-12.3.0-patches-2.tar.xz 14236 BLAKE2B 
06c43662c9abb0fa3cf90d5e2273c69aecb9158e6cf6f23c04754ed5d686be2616e81e2502eb16f4298ddd50518ca7677e13249da9e9b091162d3931ff65e4fe
 SHA512 
b0d4b85dbf1a541997203b872e3106906b4ad49cde57e1428bc22b2f8e2d73b8cb10ae0d0b792aebaf664594da4d1dea04c44ddc34e59047410766db04d1
 DIST gcc-13-20230527.tar.xz 83956360 BLAKE2B 
86a2131b88144817673a6300c73b29c2dbb8559a7057609601029aaf60aeb4c4926fa4b99c4e1768726cde09f994159685768b62b3ca73d7b606847788301e82
 SHA512 
87566c74258f9981742eae77f552361c220f79fa6f17c36d5b5a9e73f41c50d8a2cab16b9ffb17f07829005f0d42b4b1d524150d3dcba9710091532cbfad7152

diff --git a/sys-devel/gcc/gcc-12.3.1_p20230811.ebuild 
b/sys-devel/gcc/gcc-12.3.1_p20230811.ebuild
new file mode 100644
index ..1ffe2b97a4bf
--- /dev/null
+++ b/sys-devel/gcc/gcc-12.3.1_p20230811.ebuild
@@ -0,0 +1,64 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TOOLCHAIN_PATCH_DEV="sam"
+PATCH_GCC_VER="12.3.0"
+PATCH_VER="2"
+MUSL_VER="1"
+MUSL_GCC_VER="12.3.0"
+
+if [[ ${PV} == *. ]] ; then
+   MY_PV_2=$(ver_cut 2)
+   MY_PV_3=1
+   if [[ ${MY_PV_2} == 0 ]] ; then
+   MY_PV_2=0
+   MY_PV_3=0
+   else
+   MY_PV_2=$((${MY_PV_2} - 1))
+   fi
+
+   # e.g. 12.2. -> 12.1.1
+   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.${MY_PV_3}
+elif [[ -n ${TOOLCHAIN_GCC_RC} ]] ; then
+   # Cheesy hack for RCs
+   MY_PV=$(ver_cut 1).$((($(ver_cut 2) + 1))).$((($(ver_cut 3) - 
1)))-RC-$(ver_cut 5)
+   MY_P=${PN}-${MY_PV}
+   GCC_TARBALL_SRC_URI="mirror://gcc/snapshots/${MY_PV}/${MY_P}.tar.xz"
+   TOOLCHAIN_SET_S=no
+   S="${WORKDIR}"/${MY_P}
+fi
+
+inherit toolchain
+
+if tc_is_live ; then
+   # Needs to be after inherit (for now?), bug #830908
+   EGIT_BRANCH=releases/gcc-$(ver_cut 1)
+elif [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+   # Don't keyword live ebuilds
+   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
+   :;
+fi
+
+if [[ ${CATEGORY} != cross-* ]] ; then
+   # Technically only if USE=hardened *too* right now, but no point in 
complicating it further.
+   # If GCC is enabling CET by default, we need glibc to be built with 
support for it.
+   # bug #830454
+   RDEPEND="elibc_glibc? ( sys-libs/glibc[cet(-)?] )"
+   DEPEND="${RDEPEND}"
+   BDEPEND=">=${CATEGORY}/binutils-2.30[cet(-

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/hg-evolve/

2023-08-11 Thread Sam James
commit: 79604b778a2e9e468b29fe3648b99a5351e82c53
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 01:20:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 01:20:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79604b77

dev-vcs/hg-evolve: disable py3.12

mercurial lacks py3.12.

Bug: https://bugs.gentoo.org/912155
Signed-off-by: Sam James  gentoo.org>

 dev-vcs/hg-evolve/hg-evolve-11.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-vcs/hg-evolve/hg-evolve-11.0.2.ebuild 
b/dev-vcs/hg-evolve/hg-evolve-11.0.2.ebuild
index c965944d3b48..667fb360e032 100644
--- a/dev-vcs/hg-evolve/hg-evolve-11.0.2.ebuild
+++ b/dev-vcs/hg-evolve/hg-evolve-11.0.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..11} )
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
 



[gentoo-commits] repo/gentoo:master commit in: dev-vcs/mercurial/

2023-08-11 Thread Sam James
commit: 851391700b66ab56c1fa516afc7b3d24e302ed63
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 01:11:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 01:11:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85139170

dev-vcs/mercurial: disable py3.12

Broken at runtime as tries to import 'imp'.

Bug: https://bugs.gentoo.org/912155
Signed-off-by: Sam James  gentoo.org>

 dev-vcs/mercurial/mercurial-6.4.4.ebuild | 2 +-
 dev-vcs/mercurial/mercurial-6.5.ebuild   | 2 +-
 dev-vcs/mercurial/mercurial-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-vcs/mercurial/mercurial-6.4.4.ebuild 
b/dev-vcs/mercurial/mercurial-6.4.4.ebuild
index 408c952f82e3..44e2cf2cb430 100644
--- a/dev-vcs/mercurial/mercurial-6.4.4.ebuild
+++ b/dev-vcs/mercurial/mercurial-6.4.4.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 CARGO_OPTIONAL=1
 DISTUTILS_EXT=1
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..11} )
 PYTHON_REQ_USE="threads(+)"
 
 CRATES="

diff --git a/dev-vcs/mercurial/mercurial-6.5.ebuild 
b/dev-vcs/mercurial/mercurial-6.5.ebuild
index 10706551f157..57bda0ffce8c 100644
--- a/dev-vcs/mercurial/mercurial-6.5.ebuild
+++ b/dev-vcs/mercurial/mercurial-6.5.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 CARGO_OPTIONAL=1
 DISTUTILS_USE_PEP517="setuptools"
 DISTUTILS_EXT=1
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..11} )
 PYTHON_REQ_USE="threads(+)"
 
 CRATES="

diff --git a/dev-vcs/mercurial/mercurial-.ebuild 
b/dev-vcs/mercurial/mercurial-.ebuild
index 73929298674e..37ad4921e53e 100644
--- a/dev-vcs/mercurial/mercurial-.ebuild
+++ b/dev-vcs/mercurial/mercurial-.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 CARGO_OPTIONAL=1
 DISTUTILS_USE_PEP517="setuptools"
 DISTUTILS_EXT=1
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..11} )
 PYTHON_REQ_USE="threads(+)"
 
 inherit bash-completion-r1 cargo elisp-common distutils-r1 mercurial 
flag-o-matic multiprocessing



[gentoo-commits] repo/gentoo:master commit in: profiles/, profiles/base/

2023-08-11 Thread Michael Orlitzky
commit: c0667f3d0c12f35b61c89259799ec7e7e63f7cc7
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Jul 27 18:59:50 2023 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sat Aug 12 00:57:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0667f3d

profiles: mask php:7.4, revdeps, and affected USE=test

Signed-off-by: Michael Orlitzky  gentoo.org>

 profiles/base/package.use.mask | 39 +++
 profiles/base/use.mask | 10 +-
 profiles/package.mask  | 26 ++
 3 files changed, 66 insertions(+), 9 deletions(-)

diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask
index f9334180fdd1..79764f01fdb3 100644
--- a/profiles/base/package.use.mask
+++ b/profiles/base/package.use.mask
@@ -6,6 +6,10 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michael Orlitzky  (2023-08-11)
+# php-7.x is End-of-Life (EOL) and masked.
+www-servers/nginx-unit php7-4
+
 # Ionen Wolkens  (2023-07-26)
 # MPV currently[1] has no plans to support >=lua5-3 making luajit
 # the only choice for maintained lua. Apply mask/force to override
@@ -466,18 +470,45 @@ www-client/seamonkey lto
 # http://httpd.apache.org/docs/current/mod/mod_lua.html
 www-servers/apache apache2_modules_lua
 
-# Brian Evans  (2021-01-07)
-# Block test deps on packages until they can be updated
-# Old phpunit does not work with new PHP and last is vulnerable
- (2023-08-11)
+# Our PHPUnit (or at least one of its dependencies) doesn't work with
+# modern versions of PHP itself.
+dev-php/PEAR-Console_Getargs test
+dev-php/PEAR-Crypt_GPG test
+dev-php/PEAR-Crypt_HMAC2 test
+dev-php/PEAR-Exception test
+dev-php/PEAR-File_Fortune test
+dev-php/PEAR-HTML_CSS test
+dev-php/PEAR-HTML_Template_Sigma test
+dev-php/PEAR-HTTP_Request2 test
+dev-php/PEAR-Image_Color2 test
+dev-php/PEAR-Image_Text test
+dev-php/PEAR-Net_IPv6 test
+dev-php/PEAR-Net_LDAP2 test
+dev-php/PEAR-Numbers_Words test
+dev-php/PEAR-Text_Password test
+dev-php/PEAR-Text_Wiki test
 dev-php/PEAR-Text_Wiki_Mediawiki test
+dev-php/PEAR-XML_RSS test
+dev-php/PHP_CodeCoverage test
 dev-php/PHP_CodeSniffer test
+dev-php/PHP_TokenStream test
+dev-php/awl test
+dev-php/fedora-autoloader test
+dev-php/json-schema test
+dev-php/jsonlint test
 dev-php/php-redmine-api test
 dev-php/recaptcha test
 dev-php/symfony-config test
+dev-php/symfony-dependency-injection test
 dev-php/symfony-event-dispatcher test
 dev-php/symfony-filesystem test
 dev-php/symfony-finder test
+dev-php/symfony-process test
+dev-php/symfony-yaml test
+dev-php/theseer-Autoload test
+dev-php/twig test
+
 
 # Sam James  (2021-01-04)
 # Doc generation is broken, needs gtkdoc-mktmpl (gone from gtk-doc)

diff --git a/profiles/base/use.mask b/profiles/base/use.mask
index dad9b1707b61..cbddc6b7042e 100644
--- a/profiles/base/use.mask
+++ b/profiles/base/use.mask
@@ -4,6 +4,11 @@
 # This file is only for generic masks. For arch-specific masks (i.e.
 # mask everywhere, unmask on arch/*) use arch/base.
 
+# Michael Orlitzky  (2023-08-11)
+# PHP 7.x is end-of-life. Please upgrade to a newer slot.
+php_targets_php7-3
+php_targets_php7-4
+
 # Hans de Graaff  (2023-04-10)
 # Ruby 2.7 is masked for removal.
 ruby_targets_ruby27
@@ -19,11 +24,6 @@ pyside6
 # dev-util/sysprof not keyworded on most arches yet
 sysprof
 
-# Brian Evans  (2022-01-21)
-# PHP 7.3 is end-of-life
-# Please upgrade to a newer slot
-php_targets_php7-3
-
 # Sam James  (2022-01-12)
 # PCH has proven itself to be unreliable and lead to spurious build
 # failures. Masking so users aren't exposed to such failures without opting-in.

diff --git a/profiles/package.mask b/profiles/package.mask
index 832ed9b8b8fb..fbc0a3df51a4 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,32 @@
 
 #--- END OF EXAMPLES ---
 
+# Michael Orlitzky  (2023-08-11)
+# php-7.x is End Of Life (EOL) upstream and no longer receives security
+# fixes. We lose phpunit because it depends on CodeCoverage which
+# depends on TokenStream, and TokenStream is limited to 7.x. Bug 887739
+# to upgrade moodle is seven months old, which I think is long enough to
+# have waited. Selfoss has a newer version. Removal after 2023-09-11.
+dev-lang/php:7.4
+dev-php/PHP_TokenStream
+dev-php/PHP_CodeCoverage
+dev-php/phpspec-prophecy
+dev-php/phpunit
+dev-php/phpunit-mock-objects
+dev-php/sebastian-comparator
+dev-php/sebastian-exporter
+dev-php/sebastian-global-state
+dev-php/sebastian-object-enumerator
+dev-php/sebastian-object-reflector
+dev-php/sebastian-recursion-context
+=mail-client/roundcube-1.4.11
+=virtual/httpd-php-7.4
+=www-apps/moodle-3.11.15
+=www-apps/moodle-4.0.9
+=www-apps/moodle-4.1.4
+=www-apps/moodle-4.2.1
+=www-apps/selfoss-2.19
+
 # Volkmar W. Pogatzki  (2023-07-05)
 # Library without consumers. Bug #906882
 # Removal on 2023-08-05.



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

2023-08-11 Thread Sam James
commit: 770e25d259ef556c88db49c3b25aeed2f8d8aa5a
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:16:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:16:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=770e25d2

dev-python/editables: Stabilize 0.5 x86, #912098

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

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

diff --git a/dev-python/editables/editables-0.5.ebuild 
b/dev-python/editables/editables-0.5.ebuild
index f5f74577c8ce..a3b63ea3bffd 100644
--- a/dev-python/editables/editables-0.5.ebuild
+++ b/dev-python/editables/editables-0.5.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: sys-apps/eless/

2023-08-11 Thread Sam James
commit: 7414ebec63958b2689d7d544b8d8cb8e2f398cdf
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:13:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:13:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7414ebec

sys-apps/eless: Stabilize 0.7 amd64, #912086

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

 sys-apps/eless/eless-0.7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-apps/eless/eless-0.7.ebuild b/sys-apps/eless/eless-0.7.ebuild
index 8c50f4917789..e5372f766685 100644
--- a/sys-apps/eless/eless-0.7.ebuild
+++ b/sys-apps/eless/eless-0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/kaushalmodi/${PN}/archive/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 RESTRICT="test"  # Tests have to be run manually
 
 RDEPEND="



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

2023-08-11 Thread Sam James
commit: e6b8c467490ebef8bc7bde0f6872a426de2b1784
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:13:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:13:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6b8c467

dev-python/littleutils: Stabilize 0.2.2-r1 x86, #912139

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

 dev-python/littleutils/littleutils-0.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/littleutils/littleutils-0.2.2-r1.ebuild 
b/dev-python/littleutils/littleutils-0.2.2-r1.ebuild
index 9a59640e4dbc..7e72164c0701 100644
--- a/dev-python/littleutils/littleutils-0.2.2-r1.ebuild
+++ b/dev-python/littleutils/littleutils-0.2.2-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 sparc 
~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 sparc x86"
 
 python_test() {
"${EPYTHON}" -m doctest -v littleutils/__init__.py ||



[gentoo-commits] repo/gentoo:master commit in: dev-python/path-and-address/

2023-08-11 Thread Sam James
commit: 4abc1feaef0bef2308b54d3ae21b42fc9fb65271
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:13:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:13:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4abc1fea

dev-python/path-and-address: Stabilize 2.0.1-r1 ALLARCHES, #912144

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

 dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild 
b/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild
index f6f7f08dd053..a629618e9c5a 100644
--- a/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild
+++ b/dev-python/path-and-address/path-and-address-2.0.1-r1.ebuild
@@ -15,6 +15,6 @@ LICENSE="MIT"
 SLOT="0"
 SRC_URI="$(pypi_sdist_url --no-normalize ${PN} ${PV} .zip)"
 
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 BDEPEND="app-arch/unzip"



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

2023-08-11 Thread Sam James
commit: cb15f4df2c2580c8537e0456ff22b56b0d4dff85
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:09:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:09:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb15f4df

dev-python/python-lsp-jsonrpc: Stabilize 1.0.0-r1 ALLARCHES, #912131

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

 dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.0.0-r1.ebuild 
b/dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.0.0-r1.ebuild
index b34374ec9df3..d1cf40779941 100644
--- a/dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.0.0-r1.ebuild
+++ b/dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.0.0-r1.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://github.com/python-lsp/python-lsp-jsonrpc;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 
 BDEPEND="
test? (



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

2023-08-11 Thread Sam James
commit: 359b5ad456bd024f365c376bee076e7d36218b26
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:09:29 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:09:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=359b5ad4

dev-python/sphinx-multiversion: Stabilize 0.2.4-r1 ALLARCHES, #912138

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

 dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild 
b/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild
index 434de8f770d1..81069d8c3f82 100644
--- a/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild
+++ b/dev-python/sphinx-multiversion/sphinx-multiversion-0.2.4-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/Holzhaus/${PN}/archive/v${PV}.tar.gz -> ${P}.gh.tar.
 
 LICENSE="BSD-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
dev-python/sphinx[${PYTHON_USEDEP}]



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

2023-08-11 Thread Sam James
commit: b5cb30c82fbd02a78169bc4e68efdae672209b2a
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:09:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:09:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5cb30c8

dev-python/phonenumbers: Stabilize 8.13.18 ALLARCHES, #912132

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

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

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.18.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.18.ebuild
index 61f15b7f6118..de1b2859f7ea 100644
--- a/dev-python/phonenumbers/phonenumbers-8.13.18.ebuild
+++ b/dev-python/phonenumbers/phonenumbers-8.13.18.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}/python
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~ppc64 ~riscv x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-08-11 Thread Sam James
commit: 7e6639308d84247ddab42606c778643d827838bd
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:09:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:09:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e663930

dev-python/sphinx-panels: Stabilize 0.6.0-r1 ALLARCHES, #912143

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

 dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild 
b/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
index 20998bfad1ce..c076a2d8c2e1 100644
--- a/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
+++ b/dev-python/sphinx-panels/sphinx-panels-0.6.0-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/executablebooks/sphinx-panels/archive/v${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-python/docutils[${PYTHON_USEDEP}]



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

2023-08-11 Thread Sam James
commit: 6d289384ea2f4f8ea4333f580fbd7ebd967cc89d
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:09:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:09:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d289384

dev-python/csscompressor: Stabilize 0.9.5-r2 ALLARCHES, #912126

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

 dev-python/csscompressor/csscompressor-0.9.5-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/csscompressor/csscompressor-0.9.5-r2.ebuild 
b/dev-python/csscompressor/csscompressor-0.9.5-r2.ebuild
index 30fd52e7b27d..c72edcfd6409 100644
--- a/dev-python/csscompressor/csscompressor-0.9.5-r2.ebuild
+++ b/dev-python/csscompressor/csscompressor-0.9.5-r2.ebuild
@@ -16,6 +16,6 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 
 distutils_enable_tests pytest



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

2023-08-11 Thread Sam James
commit: 2c4e8f3bed1bc68f166f3dc4734d680d6d6c7523
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:09:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:09:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4e8f3b

dev-python/pysmi: Stabilize 0.3.4-r1 ALLARCHES, #912121

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

 dev-python/pysmi/pysmi-0.3.4-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pysmi/pysmi-0.3.4-r1.ebuild 
b/dev-python/pysmi/pysmi-0.3.4-r1.ebuild
index 22bf1f08d3dc..19f3963904cf 100644
--- a/dev-python/pysmi/pysmi-0.3.4-r1.ebuild
+++ b/dev-python/pysmi/pysmi-0.3.4-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86"
 
 RDEPEND="
dev-python/ply[${PYTHON_USEDEP}]



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

2023-08-11 Thread Sam James
commit: b6af2398c6ece330caf7c73c5aab6476419c994d
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:09:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:09:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6af2398

dev-python/h5py: Stabilize 3.9.0 amd64, #912129

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

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

diff --git a/dev-python/h5py/h5py-3.9.0.ebuild 
b/dev-python/h5py/h5py-3.9.0.ebuild
index 00828930298e..2ef5ea780249 100644
--- a/dev-python/h5py/h5py-3.9.0.ebuild
+++ b/dev-python/h5py/h5py-3.9.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux ~arm64-macos 
~x64-macos"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux ~arm64-macos 
~x64-macos"
 # disable mpi until mpi4py gets python3_8
 #IUSE="examples mpi"
 IUSE="examples"



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

2023-08-11 Thread Sam James
commit: 411369d85948353dd17e4b83d784be5b7b9a25f9
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:09:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:09:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=411369d8

dev-python/Faker: Stabilize 19.3.0 ALLARCHES, #912124

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

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

diff --git a/dev-python/Faker/Faker-19.3.0.ebuild 
b/dev-python/Faker/Faker-19.3.0.ebuild
index 48c456a2d7b5..710178d555ae 100644
--- a/dev-python/Faker/Faker-19.3.0.ebuild
+++ b/dev-python/Faker/Faker-19.3.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
>=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]



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

2023-08-11 Thread Sam James
commit: c55ba98e4292b7b9bd8ed5f183254837eb57d58b
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:09:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:09:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c55ba98e

dev-python/minikanren: Stabilize 1.0.3-r1 ALLARCHES, #912101

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

 dev-python/minikanren/minikanren-1.0.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/minikanren/minikanren-1.0.3-r1.ebuild 
b/dev-python/minikanren/minikanren-1.0.3-r1.ebuild
index 8f8f6317b8a8..2c78e7bd7c46 100644
--- a/dev-python/minikanren/minikanren-1.0.3-r1.ebuild
+++ b/dev-python/minikanren/minikanren-1.0.3-r1.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86"
 
 RDEPEND="
dev-python/cons[${PYTHON_USEDEP}]



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

2023-08-11 Thread Sam James
commit: 91341c7b83160be4f7d455e0ae21121de6e4ce6d
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:09:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:09:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91341c7b

dev-python/python-neutronclient: Stabilize 11.0.0 ALLARCHES, #912114

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

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

diff --git a/dev-python/python-neutronclient/python-neutronclient-11.0.0.ebuild 
b/dev-python/python-neutronclient/python-neutronclient-11.0.0.ebuild
index 6a5bd69d00d7..682f17ae021f 100644
--- a/dev-python/python-neutronclient/python-neutronclient-11.0.0.ebuild
+++ b/dev-python/python-neutronclient/python-neutronclient-11.0.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 
 RDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



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

2023-08-11 Thread Sam James
commit: f0ce23f26bb8e890c5b415c92bd326ec163126ed
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:09:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:09:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ce23f2

dev-python/littleutils: Stabilize 0.2.2-r1 amd64, #912139

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

 dev-python/littleutils/littleutils-0.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/littleutils/littleutils-0.2.2-r1.ebuild 
b/dev-python/littleutils/littleutils-0.2.2-r1.ebuild
index 07af895f469e..c0804a3141f8 100644
--- a/dev-python/littleutils/littleutils-0.2.2-r1.ebuild
+++ b/dev-python/littleutils/littleutils-0.2.2-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc 
~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc 
~x86"
 
 python_test() {
"${EPYTHON}" -m doctest -v littleutils/__init__.py ||



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-basic-ng/

2023-08-11 Thread Sam James
commit: e43a938305b3f156bfe9cac243230f9f49ce5eb9
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:09:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:09:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e43a9383

dev-python/sphinx-basic-ng: Stabilize 1.0.0_beta2 ppc64, #912136

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

 dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild 
b/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild
index f0f06945c9c5..aa3db46bc2a1 100644
--- a/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild
+++ b/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-08-11 Thread Sam James
commit: 3269ddd3747b5d6d18947ddd76c5422ecd29c8b6
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:09:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:09:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3269ddd3

dev-python/littleutils: Stabilize 0.2.2-r1 ppc64, #912139

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

 dev-python/littleutils/littleutils-0.2.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/littleutils/littleutils-0.2.2-r1.ebuild 
b/dev-python/littleutils/littleutils-0.2.2-r1.ebuild
index c0804a3141f8..9a59640e4dbc 100644
--- a/dev-python/littleutils/littleutils-0.2.2-r1.ebuild
+++ b/dev-python/littleutils/littleutils-0.2.2-r1.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 sparc 
~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 sparc 
~x86"
 
 python_test() {
"${EPYTHON}" -m doctest -v littleutils/__init__.py ||



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

2023-08-11 Thread Sam James
commit: 462d5a0a0bee01914691a865bd36672ec14fd451
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:09:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:09:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=462d5a0a

dev-python/pykerberos: Stabilize 1.3.1-r2 x86, #912133

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

 dev-python/pykerberos/pykerberos-1.3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pykerberos/pykerberos-1.3.1-r2.ebuild 
b/dev-python/pykerberos/pykerberos-1.3.1-r2.ebuild
index 7818f6da98cd..052f9184ca4a 100644
--- a/dev-python/pykerberos/pykerberos-1.3.1-r2.ebuild
+++ b/dev-python/pykerberos/pykerberos-1.3.1-r2.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc64 ~riscv x86"
 # test environment is non-trivial to set up, so just use docker
 # (see python_test below)
 # also for alpha/beta Python releases support:



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-basic-ng/

2023-08-11 Thread Sam James
commit: 1b26c45fb7db1a9ff0c420a368f62b84c63feaff
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:09:08 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:09:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b26c45f

dev-python/sphinx-basic-ng: Stabilize 1.0.0_beta2 x86, #912136

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

 dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild 
b/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild
index a37253bc9776..f0f06945c9c5 100644
--- a/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild
+++ b/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-08-11 Thread Sam James
commit: 60f5a925c39498e33806c08bbe6fa7d5e3eee13d
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:09:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:09:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60f5a925

dev-python/pykerberos: Stabilize 1.3.1-r2 amd64, #912133

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

 dev-python/pykerberos/pykerberos-1.3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pykerberos/pykerberos-1.3.1-r2.ebuild 
b/dev-python/pykerberos/pykerberos-1.3.1-r2.ebuild
index 886f7bcc91a0..7818f6da98cd 100644
--- a/dev-python/pykerberos/pykerberos-1.3.1-r2.ebuild
+++ b/dev-python/pykerberos/pykerberos-1.3.1-r2.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ppc64 ~riscv ~x86"
 # test environment is non-trivial to set up, so just use docker
 # (see python_test below)
 # also for alpha/beta Python releases support:



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-basic-ng/

2023-08-11 Thread Sam James
commit: 72b6103018fa60a45c88c2423a9932dd454ef176
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:09:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:09:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72b61030

dev-python/sphinx-basic-ng: Stabilize 1.0.0_beta2 amd64, #912136

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

 dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild 
b/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild
index 5650926acbd6..a37253bc9776 100644
--- a/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild
+++ b/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-08-11 Thread Sam James
commit: b8787f54597a53a20968cc8d65c3228b65c754f6
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:08:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:08:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8787f54

dev-python/rpds-py: Stabilize 0.9.2 amd64, #912104

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

 dev-python/rpds-py/rpds-py-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rpds-py/rpds-py-0.9.2.ebuild 
b/dev-python/rpds-py/rpds-py-0.9.2.ebuild
index 217e0c2625b9..17ee55e27443 100644
--- a/dev-python/rpds-py/rpds-py-0.9.2.ebuild
+++ b/dev-python/rpds-py/rpds-py-0.9.2.ebuild
@@ -63,7 +63,7 @@ LICENSE+="
Unicode-DFS-2016
 "
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 BDEPEND="
test? (



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

2023-08-11 Thread Sam James
commit: c7602a7f42e30021d25078abfc054e343fa4e340
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:08:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:08:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7602a7f

dev-python/rpds-py: Stabilize 0.9.2 x86, #912104

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

 dev-python/rpds-py/rpds-py-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rpds-py/rpds-py-0.9.2.ebuild 
b/dev-python/rpds-py/rpds-py-0.9.2.ebuild
index 17ee55e27443..8779b6c4e21e 100644
--- a/dev-python/rpds-py/rpds-py-0.9.2.ebuild
+++ b/dev-python/rpds-py/rpds-py-0.9.2.ebuild
@@ -63,7 +63,7 @@ LICENSE+="
Unicode-DFS-2016
 "
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 BDEPEND="
test? (



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

2023-08-11 Thread Sam James
commit: 9bbcb04900d312275ce17c2b04cf8b909e52d650
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:08:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:08:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bbcb049

app-emacs/org-appear: Stabilize 0.3.0 amd64, #912081

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

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

diff --git a/app-emacs/org-appear/org-appear-0.3.0.ebuild 
b/app-emacs/org-appear/org-appear-0.3.0.ebuild
index f63f805e5742..dacc9db52be7 100644
--- a/app-emacs/org-appear/org-appear-0.3.0.ebuild
+++ b/app-emacs/org-appear/org-appear-0.3.0.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/awth13/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DOCS=( README.org demo.gif )
 SITEFILE="50${PN}-gentoo.el"



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

2023-08-11 Thread Sam James
commit: f37eefb0b7a87dd2e7b4d6a4d288c1e38f560421
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:08:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:08:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f37eefb0

app-emacs/rainbow-delimiters: Stabilize 2.1.5 amd64, #912082

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

 app-emacs/rainbow-delimiters/rainbow-delimiters-2.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/rainbow-delimiters/rainbow-delimiters-2.1.5.ebuild 
b/app-emacs/rainbow-delimiters/rainbow-delimiters-2.1.5.ebuild
index 26a6c77b7679..79817d9fb51f 100644
--- a/app-emacs/rainbow-delimiters/rainbow-delimiters-2.1.5.ebuild
+++ b/app-emacs/rainbow-delimiters/rainbow-delimiters-2.1.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/Fanael/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 SITEFILE="50${PN}-gentoo.el"
 DOC_CONTENTS="To start the mode automatically in foo-mode,



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

2023-08-11 Thread Sam James
commit: d4bf074e86de9da708529072ca681a4cdf06ff06
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:08:54 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:08:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4bf074e

dev-python/editables: Stabilize 0.5 amd64, #912098

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

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

diff --git a/dev-python/editables/editables-0.5.ebuild 
b/dev-python/editables/editables-0.5.ebuild
index 9479a3e73183..3aef2fb2c30e 100644
--- a/dev-python/editables/editables-0.5.ebuild
+++ b/dev-python/editables/editables-0.5.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 distutils_enable_tests pytest



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

2023-08-11 Thread Sam James
commit: 167d86e57b71842a8c2e92a8ab026949c14fa58c
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:08:53 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:08:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167d86e5

app-emacs/rainbow-mode: Stabilize 1.0.6 amd64, #912083

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

 app-emacs/rainbow-mode/rainbow-mode-1.0.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/rainbow-mode/rainbow-mode-1.0.6.ebuild 
b/app-emacs/rainbow-mode/rainbow-mode-1.0.6.ebuild
index bd405af3dce1..45cd81aa2215 100644
--- a/app-emacs/rainbow-mode/rainbow-mode-1.0.6.ebuild
+++ b/app-emacs/rainbow-mode/rainbow-mode-1.0.6.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -10,7 +10,7 @@ HOMEPAGE="https://elpa.gnu.org/packages/rainbow-mode.html;
 SRC_URI="https://elpa.gnu.org/packages/${P}.tar;
 
 LICENSE="GPL-3+"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 SLOT="0"
 
 ELISP_REMOVE="${PN}-pkg.el"



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

2023-08-11 Thread Sam James
commit: 0abfcffa7759fe54b53286d10be98f12da2d255d
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:08:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:08:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abfcffa

dev-python/editables: Stabilize 0.5 ppc64, #912098

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

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

diff --git a/dev-python/editables/editables-0.5.ebuild 
b/dev-python/editables/editables-0.5.ebuild
index 3aef2fb2c30e..f5f74577c8ce 100644
--- a/dev-python/editables/editables-0.5.ebuild
+++ b/dev-python/editables/editables-0.5.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 distutils_enable_tests pytest



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

2023-08-11 Thread Sam James
commit: e3a9885f2f5090ba68db85916b06da005c3ea46d
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 12 00:09:01 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 12 00:09:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3a9885f

dev-python/rpds-py: Stabilize 0.9.2 ppc64, #912104

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

 dev-python/rpds-py/rpds-py-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/rpds-py/rpds-py-0.9.2.ebuild 
b/dev-python/rpds-py/rpds-py-0.9.2.ebuild
index 8779b6c4e21e..18582a325420 100644
--- a/dev-python/rpds-py/rpds-py-0.9.2.ebuild
+++ b/dev-python/rpds-py/rpds-py-0.9.2.ebuild
@@ -63,7 +63,7 @@ LICENSE+="
Unicode-DFS-2016
 "
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~loong ~ppc ppc64 ~riscv ~s390 ~sparc x86"
 
 BDEPEND="
test? (



[gentoo-commits] repo/proj/libressl:master commit in: dev-libs/softhsm/

2023-08-11 Thread orbea
commit: bd5489391d3e9e99109fae8b0a0868ca0897f1e9
Author: orbea  riseup  net>
AuthorDate: Mon Aug  7 16:27:41 2023 +
Commit: orbea  riseup  net>
CommitDate: Fri Aug 11 22:32:14 2023 +
URL:https://gitweb.gentoo.org/repo/proj/libressl.git/commit/?id=bd548939

dev-libs/softhsm: keyword 2.6.1-r2 for ~s390

Signed-off-by: orbea  riseup.net>

 dev-libs/softhsm/softhsm-2.6.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/softhsm/softhsm-2.6.1-r2.ebuild 
b/dev-libs/softhsm/softhsm-2.6.1-r2.ebuild
index 76226e0..82506bb 100644
--- a/dev-libs/softhsm/softhsm-2.6.1-r2.ebuild
+++ b/dev-libs/softhsm/softhsm-2.6.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://www.opendnssec.org/files/source/${P}.tar.gz;
 
 LICENSE="BSD"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="gost migration-tool test"
 
 RESTRICT="!test? ( test )"



[gentoo-commits] proj/catalyst:master commit in: catalyst/base/, etc/, catalyst/

2023-08-11 Thread Andreas K. Hüttel
commit: 750947eed34fe51a9502b16585a59f34bd47b1a1
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Wed Aug  9 21:22:55 2023 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Fri Aug 11 19:55:12 2023 +
URL:https://gitweb.gentoo.org/proj/catalyst.git/commit/?id=750947ee

Add configuration options and code to write out binrepos.conf

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 catalyst/base/stagebase.py | 32 
 catalyst/defaults.py   |  3 +++
 etc/catalyst.conf  |  5 +
 3 files changed, 40 insertions(+)

diff --git a/catalyst/base/stagebase.py b/catalyst/base/stagebase.py
index 74d197b5..a9147241 100644
--- a/catalyst/base/stagebase.py
+++ b/catalyst/base/stagebase.py
@@ -62,6 +62,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
 ])
 self.valid_values |= self.required_values | frozenset([
 "asflags",
+"binrepo_path",
 "catalyst_use",
 "cbuild",
 "cflags",
@@ -1074,6 +1075,7 @@ class StageBase(TargetBase, ClearBase, GenBase):
 if os.path.exists(hosts_file):
 os.rename(hosts_file, hosts_file + '.catalyst')
 shutil.copy('/etc/hosts', hosts_file)
+
 # write out the make.conf
 try:
 self.write_make_conf(setup=True)
@@ -1081,6 +1083,16 @@ class StageBase(TargetBase, ClearBase, GenBase):
 raise CatalystError('Could not write %s: %s' % (
 normpath(self.settings["chroot_path"] +
  self.settings["make_conf"]), e)) from e
+
+# write out the binrepos.conf
+# we do this here for later user convenience, but normally
+# it should not affect stage builds (which only get --usepkg,
+# but never --getbinpkg as emerge parameters).
+try:
+self.write_binrepos_conf()
+except OSError as e:
+raise CatalystError('Could not write binrepos.conf: %s' % ( e )) 
from e
+
 self.resume.enable("chroot_setup")
 
 def write_make_conf(self, setup=True):
@@ -1174,6 +1186,26 @@ class StageBase(TargetBase, ClearBase, GenBase):
 '# Please keep this setting intact when reporting bugs.\n'
 'LC_MESSAGES=C.utf8\n')
 
+def write_binrepos_conf(self):
+# only if catalyst.conf defines the host and the spec defines the 
path...
+if self.settings["binhost"] != '' and "binrepo_path" in self.settings:
+
+# Write out binrepos.conf (for the chroot)
+binrpath = normpath(self.settings["chroot_path"] +
+self.settings["binrepos_conf"])
+
+with open(binrpath, "w") as myb:
+log.notice("Writing the stage binrepos.conf to: %s" % binrpath)
+myb.write("# These settings were set by the catalyst build 
script "
+"that automatically\n# built this stage.\n")
+myb.write("# Please consider using a local mirror.\n\n")
+myb.write("[gentoobinhost]\n")
+myb.write("priority = 1\n")
+myb.write("sync-uri = " + self.settings["binhost"] + \
+self.settings["binrepo_path"] + "\n")
+
+return
+
 def fsscript(self):
 if "autoresume" in self.settings["options"] \
 and self.resume.is_enabled("fsscript"):

diff --git a/catalyst/defaults.py b/catalyst/defaults.py
index 39b71c34..f4d48fef 100644
--- a/catalyst/defaults.py
+++ b/catalyst/defaults.py
@@ -9,6 +9,7 @@ from DeComp.definitions import DECOMPRESSOR_PROGRAM_OPTIONS, 
LIST_XATTRS_OPTIONS
 
 
 valid_config_file_values = frozenset([
+"binhost",
 "compression_mode",
 "digests",
 "digest_format",
@@ -31,6 +32,7 @@ valid_config_file_values = frozenset([
 ])
 
 confdefaults = {
+"binhost": '',
 "comp_prog": COMPRESSOR_PROGRAM_OPTIONS['linux'],
 "compression_mode": 'lbzip2',
 "compressor_arch": None,
@@ -42,6 +44,7 @@ confdefaults = {
 "icecream": "/var/cache/icecream",
 'list_xattrs_opt': LIST_XATTRS_OPTIONS['linux'],
 "port_conf": "/etc/portage",
+"binrepos_conf": "%(port_conf)s/binrepos.conf",
 "make_conf": "%(port_conf)s/make.conf",
 "repos_conf": "%(port_conf)s/repos.conf",
 "options": set(),

diff --git a/etc/catalyst.conf b/etc/catalyst.conf
index b0b284fa..8745d0b5 100644
--- a/etc/catalyst.conf
+++ b/etc/catalyst.conf
@@ -83,3 +83,8 @@ options = [
 # Floating-point value passed to emerge as the parameter to --load-average and
 # is used to define MAKEOPTS during the target build.
 # load-average = 4.0
+
+# If you want catalyst to drop a binrepos.conf into /etc/portage, then
+# define the binhost here. This value is concatenated with the configuration
+# option binrepo_path in the spec file to obtain the src-uri.
+# binhost = "https://gentoo.osuosl.org/releases/;



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

2023-08-11 Thread Arthur Zamarin
commit: 11ca48169618e6ff6389697a25487def407d332e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 11 20:14:23 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 11 20:14:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ca4816

app-emacs/switch-window: Stabilize 1.6.2_p20210808 amd64, #912084

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

 app-emacs/switch-window/switch-window-1.6.2_p20210808.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/switch-window/switch-window-1.6.2_p20210808.ebuild 
b/app-emacs/switch-window/switch-window-1.6.2_p20210808.ebuild
index 48ef0c6e9f56..9062f0c50288 100644
--- a/app-emacs/switch-window/switch-window-1.6.2_p20210808.ebuild
+++ b/app-emacs/switch-window/switch-window-1.6.2_p20210808.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"/${PN}-${COMMIT}
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DOCS=( README.md snapshots )
 SITEFILE="50${PN}-gentoo.el"



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

2023-08-11 Thread Arthur Zamarin
commit: ebdd5c8eb4101c1568945fd13a99a72d7ee58faf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 11 19:55:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 11 19:55:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebdd5c8e

dev-python/sphinxcontrib-trio: Stabilize 1.1.2-r1 ALLARCHES, #912111

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

 dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2-r1.ebuild 
b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2-r1.ebuild
index c6ed42088b64..be14180a3062 100644
--- a/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2-r1.ebuild
+++ b/dev-python/sphinxcontrib-trio/sphinxcontrib-trio-1.1.2-r1.ebuild
@@ -15,7 +15,7 @@ HOMEPAGE="
 "
 
 LICENSE="|| ( Apache-2.0 MIT )"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 SLOT="0"
 
 RDEPEND="dev-python/sphinx[${PYTHON_USEDEP}]"



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/pulumi-bin/

2023-08-11 Thread Alexey Zapparov
commit: ca398b48adb6d531e349546361009844696edd2e
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Aug 11 19:51:51 2023 +
Commit: Alexey Zapparov  zapparov  com>
CommitDate: Fri Aug 11 19:51:51 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ca398b48

app-admin/pulumi-bin: drop 3.76.0, 3.76.1

Signed-off-by: Alexey Zapparov  zapparov.com>

 app-admin/pulumi-bin/Manifest |  2 --
 app-admin/pulumi-bin/pulumi-bin-3.76.0.ebuild | 34 ---
 app-admin/pulumi-bin/pulumi-bin-3.76.1.ebuild | 34 ---
 3 files changed, 70 deletions(-)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index ebca19c6fa..64cf97edb5 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,4 +1,2 @@
-DIST pulumi-v3.76.0-linux-x64.tar.gz 143198514 BLAKE2B 
959f47b0552d011f9640f25c72861f7be15d46431f57bb42cc087b91ee5a06deb07732604eeb91237e7fbac725a40eee58b6885c2d38d92ffe12db3e37d66848
 SHA512 
02fa76ca1b7b022b89ef7767016a77fecba89541ff05bba68f7b4023724547afa7ca1be541f7281b3e15b5fa847c98bf80a60c11ac0ad52435d44a34f347b5c8
-DIST pulumi-v3.76.1-linux-x64.tar.gz 143217071 BLAKE2B 
1e79b43e3a5e5343c07ee77b7198e0b1b2206dc9c2f41d7523bfb1473cd29c11a2e793b12dc7ae0d4639d744a34f823da44e517d823d26dcb3f863f937c06e8e
 SHA512 
d2191faa3f067c7a6ef69aec42960af6a08d0eb9d7596f3123df07d67ce68122157bf72e2c92d300e2931e8ca96707ecb20c509aa3777d14c75b09da9d40b3eb
 DIST pulumi-v3.77.1-linux-x64.tar.gz 144930664 BLAKE2B 
fa16d3cb7c62f9cf87b4198928ec67532de461d5d22b9565c48c11b96cb2027958257cd6621dfc48da103d0384f4a4f157e9641cdc5ac79a225007536f5fbe11
 SHA512 
c740a7cc3b597c313f87112c8b4b7c90533918ec170225b1b41a0d32dac33cd34a062cdbf5002b2c6dca5666853c177a724a5a0079784e8c2f3d97980e5f7b7b
 DIST pulumi-v3.78.1-linux-x64.tar.gz 145802488 BLAKE2B 
59687616ee20cff2b070fb4bb4b94b5b3a2d7b63b2e66a5cf3b1c3ce4bb3ea6bc40154ddae7bc2f3c39b63a996a405c885bd440d6aad43dbea857f9f492b529a
 SHA512 
cdb7f8c98366dcf20ea424d17756a336bf221a0775bac1fa325ca21aa87b5c1eb3a59a4f3bbd60136a0c66e3da1c082e28b4a26fba934cf4f17e380bfd6b7153

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.76.0.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.76.0.ebuild
deleted file mode 100644
index febb59ec18..00
--- a/app-admin/pulumi-bin/pulumi-bin-3.76.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-S="${WORKDIR}/pulumi"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.76.1.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.76.1.ebuild
deleted file mode 100644
index febb59ec18..00
--- a/app-admin/pulumi-bin/pulumi-bin-3.76.1.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit bash-completion-r1
-
-DESCRIPTION="Infrastructure as code in any programming language"
-HOMEPAGE="
-   https://www.pulumi.com/
-   https://github.com/pulumi/pulumi
-"
-SRC_URI="
-   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
-"
-
-S="${WORKDIR}/pulumi"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-QA_PREBUILT="*"
-
-src_install() {
-   dobin pulumi*
-
-   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
-   newbashcomp pulumi.bash-completion pulumi
-
-   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
-   insinto /usr/share/zsh/site-functions
-   newins pulumi.zsh-completion _pulumi
-}



[gentoo-commits] repo/proj/guru:dev commit in: app-admin/pulumi-bin/

2023-08-11 Thread Alexey Zapparov
commit: 8ae2dca9c6574cff9915ec275eebe30a260b3c80
Author: Alexey Zapparov  zapparov  com>
AuthorDate: Fri Aug 11 19:51:39 2023 +
Commit: Alexey Zapparov  zapparov  com>
CommitDate: Fri Aug 11 19:51:39 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ae2dca9

app-admin/pulumi-bin: add 3.78.1

Signed-off-by: Alexey Zapparov  zapparov.com>

 app-admin/pulumi-bin/Manifest |  1 +
 app-admin/pulumi-bin/pulumi-bin-3.78.1.ebuild | 34 +++
 2 files changed, 35 insertions(+)

diff --git a/app-admin/pulumi-bin/Manifest b/app-admin/pulumi-bin/Manifest
index 3417ea0928..ebca19c6fa 100644
--- a/app-admin/pulumi-bin/Manifest
+++ b/app-admin/pulumi-bin/Manifest
@@ -1,3 +1,4 @@
 DIST pulumi-v3.76.0-linux-x64.tar.gz 143198514 BLAKE2B 
959f47b0552d011f9640f25c72861f7be15d46431f57bb42cc087b91ee5a06deb07732604eeb91237e7fbac725a40eee58b6885c2d38d92ffe12db3e37d66848
 SHA512 
02fa76ca1b7b022b89ef7767016a77fecba89541ff05bba68f7b4023724547afa7ca1be541f7281b3e15b5fa847c98bf80a60c11ac0ad52435d44a34f347b5c8
 DIST pulumi-v3.76.1-linux-x64.tar.gz 143217071 BLAKE2B 
1e79b43e3a5e5343c07ee77b7198e0b1b2206dc9c2f41d7523bfb1473cd29c11a2e793b12dc7ae0d4639d744a34f823da44e517d823d26dcb3f863f937c06e8e
 SHA512 
d2191faa3f067c7a6ef69aec42960af6a08d0eb9d7596f3123df07d67ce68122157bf72e2c92d300e2931e8ca96707ecb20c509aa3777d14c75b09da9d40b3eb
 DIST pulumi-v3.77.1-linux-x64.tar.gz 144930664 BLAKE2B 
fa16d3cb7c62f9cf87b4198928ec67532de461d5d22b9565c48c11b96cb2027958257cd6621dfc48da103d0384f4a4f157e9641cdc5ac79a225007536f5fbe11
 SHA512 
c740a7cc3b597c313f87112c8b4b7c90533918ec170225b1b41a0d32dac33cd34a062cdbf5002b2c6dca5666853c177a724a5a0079784e8c2f3d97980e5f7b7b
+DIST pulumi-v3.78.1-linux-x64.tar.gz 145802488 BLAKE2B 
59687616ee20cff2b070fb4bb4b94b5b3a2d7b63b2e66a5cf3b1c3ce4bb3ea6bc40154ddae7bc2f3c39b63a996a405c885bd440d6aad43dbea857f9f492b529a
 SHA512 
cdb7f8c98366dcf20ea424d17756a336bf221a0775bac1fa325ca21aa87b5c1eb3a59a4f3bbd60136a0c66e3da1c082e28b4a26fba934cf4f17e380bfd6b7153

diff --git a/app-admin/pulumi-bin/pulumi-bin-3.78.1.ebuild 
b/app-admin/pulumi-bin/pulumi-bin-3.78.1.ebuild
new file mode 100644
index 00..febb59ec18
--- /dev/null
+++ b/app-admin/pulumi-bin/pulumi-bin-3.78.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit bash-completion-r1
+
+DESCRIPTION="Infrastructure as code in any programming language"
+HOMEPAGE="
+   https://www.pulumi.com/
+   https://github.com/pulumi/pulumi
+"
+SRC_URI="
+   amd64? ( 
https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz
 )
+"
+
+S="${WORKDIR}/pulumi"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+QA_PREBUILT="*"
+
+src_install() {
+   dobin pulumi*
+
+   ./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot 
generate bash completions"
+   newbashcomp pulumi.bash-completion pulumi
+
+   ./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot 
generate zsh completions"
+   insinto /usr/share/zsh/site-functions
+   newins pulumi.zsh-completion _pulumi
+}



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

2023-08-11 Thread Arthur Zamarin
commit: 7378828ede31fea1d6046dbed8b47cfc1f02c7e5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 11 19:33:12 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 11 19:33:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7378828e

app-emacs/yasnippet-snippets: Stabilize 1.0-r2 amd64, #912085

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

 app-emacs/yasnippet-snippets/yasnippet-snippets-1.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/yasnippet-snippets/yasnippet-snippets-1.0-r2.ebuild 
b/app-emacs/yasnippet-snippets/yasnippet-snippets-1.0-r2.ebuild
index e1d0818702d5..87a307ffeccd 100644
--- a/app-emacs/yasnippet-snippets/yasnippet-snippets-1.0-r2.ebuild
+++ b/app-emacs/yasnippet-snippets/yasnippet-snippets-1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/AndreaCrotti/${PN}/archive/${PV}.tar.gz -> ${P}.tar.
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="app-emacs/yasnippet"
 BDEPEND="${RDEPEND}"



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

2023-08-11 Thread Hans de Graaff
commit: c72aac8d9db9711d011b8a9a3b268ed09f7ab2cc
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 11 19:21:55 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 11 19:24:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c72aac8d

dev-ruby/haml: enable ruby32

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

 dev-ruby/haml/haml-5.2.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ruby/haml/haml-5.2.2.ebuild b/dev-ruby/haml/haml-5.2.2.ebuild
index c0ce60db42c6..0f3fd683d7e5 100644
--- a/dev-ruby/haml/haml-5.2.2.ebuild
+++ b/dev-ruby/haml/haml-5.2.2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_TEST="MT_NO_PLUGINS=true RUBYLIB=lib test"
 RUBY_FAKEGEM_TASK_DOC="-Ilib doc"



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

2023-08-11 Thread Arthur Zamarin
commit: 89086a18178b561f0534317b460ada734e8feb6c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 11 19:22:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 11 19:22:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89086a18

dev-python/dogpile-cache: Stabilize 1.2.2 ALLARCHES, #912095

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

 dev-python/dogpile-cache/dogpile-cache-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/dogpile-cache/dogpile-cache-1.2.2.ebuild 
b/dev-python/dogpile-cache/dogpile-cache-1.2.2.ebuild
index 24f2c8fe8b23..ac6d861d896a 100644
--- a/dev-python/dogpile-cache/dogpile-cache-1.2.2.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-1.2.2.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/decorator-4.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-basic-ng/

2023-08-11 Thread Arthur Zamarin
commit: 035cd0ccef55600b57ac676baaceb26556c45169
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 11 19:22:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 11 19:22:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=035cd0cc

dev-python/sphinx-basic-ng: Stabilize 1.0.0_beta2 sparc, #912136

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

 dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild 
b/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild
index 50fe87859099..5650926acbd6 100644
--- a/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild
+++ b/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-basic-ng/

2023-08-11 Thread Arthur Zamarin
commit: 2f8dbd6cf2484f25616e9e5f2191aa26b252787b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 11 19:18:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 11 19:18:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f8dbd6c

dev-python/sphinx-basic-ng: Stabilize 1.0.0_beta2 arm64, #912136

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

 dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild 
b/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild
index 9eacfd66a8b4..50fe87859099 100644
--- a/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild
+++ b/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-08-11 Thread Arthur Zamarin
commit: 7c668bad995b068811bec60e97912fb07ae36695
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 11 19:18:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 11 19:18:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c668bad

dev-python/hypothesis: Stabilize 6.81.2 ALLARCHES, #912097

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

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

diff --git a/dev-python/hypothesis/hypothesis-6.81.2.ebuild 
b/dev-python/hypothesis/hypothesis-6.81.2.ebuild
index 1b1252066aaf..e44852813a9d 100644
--- a/dev-python/hypothesis/hypothesis-6.81.2.ebuild
+++ b/dev-python/hypothesis/hypothesis-6.81.2.ebuild
@@ -25,7 +25,7 @@ S="${WORKDIR}/${MY_P}/hypothesis-python"
 
 LICENSE="MPL-2.0"
 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="cli"
 
 RDEPEND="



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

2023-08-11 Thread Arthur Zamarin
commit: 1345bad3eccc8d09a0a950a945d9ebc18e137329
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 11 19:16:33 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 11 19:16:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1345bad3

dev-python/pykerberos: Stabilize 1.3.1-r2 arm64, #912133

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

 dev-python/pykerberos/pykerberos-1.3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pykerberos/pykerberos-1.3.1-r2.ebuild 
b/dev-python/pykerberos/pykerberos-1.3.1-r2.ebuild
index 99abdec65e6e..886f7bcc91a0 100644
--- a/dev-python/pykerberos/pykerberos-1.3.1-r2.ebuild
+++ b/dev-python/pykerberos/pykerberos-1.3.1-r2.ebuild
@@ -24,7 +24,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ppc64 ~riscv ~x86"
 # test environment is non-trivial to set up, so just use docker
 # (see python_test below)
 # also for alpha/beta Python releases support:



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

2023-08-11 Thread Arthur Zamarin
commit: 91845e1456512fdc4ec4fa27f0dcce11495c7dff
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 11 19:15:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 11 19:15:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91845e14

dev-python/editables: Stabilize 0.5 sparc, #912098

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

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

diff --git a/dev-python/editables/editables-0.5.ebuild 
b/dev-python/editables/editables-0.5.ebuild
index 3d388baf2979..9479a3e73183 100644
--- a/dev-python/editables/editables-0.5.ebuild
+++ b/dev-python/editables/editables-0.5.ebuild
@@ -20,6 +20,6 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 
 distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/sphinx-basic-ng/

2023-08-11 Thread Arthur Zamarin
commit: c830df8af64640e34fc3c02c4da21b87f2fdea35
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 11 19:15:12 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 11 19:15:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c830df8a

dev-python/sphinx-basic-ng: Stabilize 1.0.0_beta2 arm, #912136

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

 dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild 
b/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild
index 86839c93bdc0..9eacfd66a8b4 100644
--- a/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild
+++ b/dev-python/sphinx-basic-ng/sphinx-basic-ng-1.0.0_beta2.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2023-08-11 Thread Hans de Graaff
commit: 1bdb94a1dda6a002deab53c19aeef41d4ff3b552
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 11 19:13:53 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 11 19:14:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bdb94a1

www-apps/nanoc: enable ruby32

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

 www-apps/nanoc/nanoc-4.12.16.ebuild | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/www-apps/nanoc/nanoc-4.12.16.ebuild 
b/www-apps/nanoc/nanoc-4.12.16.ebuild
index 826e15fcb9cf..96152932c2bc 100644
--- a/www-apps/nanoc/nanoc-4.12.16.ebuild
+++ b/www-apps/nanoc/nanoc-4.12.16.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
 
@@ -81,9 +81,9 @@ all_ruby_prepare() {
# about the local network environment.
rm -f test/checking/checks/test_{css,html}.rb 
spec/nanoc/cli/commands/view_spec.rb || die
 
-   # Avoid tests for unpackaged dependencies
+   # Avoid tests for unpackaged or obsolete dependencies
rm spec/nanoc/filters/less_spec.rb \
-  test/filters/test_{markaby,rainpress}.rb || die
+  test/filters/test_{erubis,markaby,rainpress}.rb || die
 
# Avoid tests that are specific to haml 6.x which is currently not 
packaged
sed -i -e '/test_filter_\(with_proper_indentation\|error\)/askip "haml 
6"' test/filters/test_haml.rb || die
@@ -93,6 +93,9 @@ all_ruby_prepare() {
-i spec/nanoc/data_sources/filesystem_spec.rb || die
sed -e '/def test_default_encoding/,/^  end/ s:^:#:' \
-i test/orig_cli/commands/test_create_site.rb || die
+
+   # Fix deprecated minitest constant
+   sed -i -e 's/MiniTest/Minitest/' test/rule_dsl/test_rules_collection.rb 
|| die
 }
 
 each_ruby_test() {



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

2023-08-11 Thread Hans de Graaff
commit: 1f9587de77d937a0907b7a85c318eef726ec03f1
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 11 18:11:43 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 11 19:14:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f9587de

www-apps/nanoc-checking: enable ruby32

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

 www-apps/nanoc-checking/nanoc-checking-1.0.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/nanoc-checking/nanoc-checking-1.0.2.ebuild 
b/www-apps/nanoc-checking/nanoc-checking-1.0.2.ebuild
index 32a6a8ae55f4..213ad0011975 100644
--- a/www-apps/nanoc-checking/nanoc-checking-1.0.2.ebuild
+++ b/www-apps/nanoc-checking/nanoc-checking-1.0.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 # Upstream has specs but they are not available in the gem and the
 # repository upstream is not tagged for this.



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

2023-08-11 Thread Hans de Graaff
commit: ae389462d21048173222b85cc5c3ce17e2adbf12
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 11 18:02:04 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 11 19:14:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae389462

www-apps/nanoc-spec: enable ruby32

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

 www-apps/nanoc-spec/nanoc-spec-0.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/nanoc-spec/nanoc-spec-0.0.2-r1.ebuild 
b/www-apps/nanoc-spec/nanoc-spec-0.0.2-r1.ebuild
index 23fa33fff8d9..96a370f2cbf5 100644
--- a/www-apps/nanoc-spec/nanoc-spec-0.0.2-r1.ebuild
+++ b/www-apps/nanoc-spec/nanoc-spec-0.0.2-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_RECIPE_TEST="none"
 



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

2023-08-11 Thread Hans de Graaff
commit: 20f8df59ef352906623aaa42998d715d50026e3c
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 11 18:13:07 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 11 19:14:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20f8df59

www-apps/nanoc-deploying: enable ruby32

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

 www-apps/nanoc-deploying/nanoc-deploying-1.0.2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/nanoc-deploying/nanoc-deploying-1.0.2-r1.ebuild 
b/www-apps/nanoc-deploying/nanoc-deploying-1.0.2-r1.ebuild
index 9ed9b0a674e4..c3bc114de4e2 100644
--- a/www-apps/nanoc-deploying/nanoc-deploying-1.0.2-r1.ebuild
+++ b/www-apps/nanoc-deploying/nanoc-deploying-1.0.2-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 # Upstream has specs but they are not available in the gem and the
 # repository upstream is not tagged for this.



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

2023-08-11 Thread Hans de Graaff
commit: 77badf4af907c18a76eec90a6314ee71c6451548
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 11 18:10:30 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 11 19:14:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77badf4a

www-apps/nanoc-cli: enable ruby32

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

 www-apps/nanoc-cli/nanoc-cli-4.12.16.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-apps/nanoc-cli/nanoc-cli-4.12.16.ebuild 
b/www-apps/nanoc-cli/nanoc-cli-4.12.16.ebuild
index cb43c1206022..af4e0e04f214 100644
--- a/www-apps/nanoc-cli/nanoc-cli-4.12.16.ebuild
+++ b/www-apps/nanoc-cli/nanoc-cli-4.12.16.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
 
@@ -38,6 +38,7 @@ ruby_add_bdepend "test? (
dev-ruby/tty-command
dev-ruby/yard
www-apps/nanoc-spec
+   www-servers/adsf
 )
 "
 



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

2023-08-11 Thread Hans de Graaff
commit: 69e70297288c8c779e58dab0fb2f42762851bd77
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 11 19:09:36 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 11 19:14:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69e70297

dev-ruby/mustache: avoid minitest plugins

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

 dev-ruby/mustache/mustache-1.1.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/mustache/mustache-1.1.1-r1.ebuild 
b/dev-ruby/mustache/mustache-1.1.1-r1.ebuild
index af464595e431..a8f4b32ff05e 100644
--- a/dev-ruby/mustache/mustache-1.1.1-r1.ebuild
+++ b/dev-ruby/mustache/mustache-1.1.1-r1.ebuild
@@ -32,7 +32,7 @@ all_ruby_prepare() {
 }
 
 each_ruby_test() {
-   ${RUBY} -Ilib:. -e "Dir['test/*.rb'].each{|f| require f}" || die
+   MT_NO_PLUGINS=1 ${RUBY} -Ilib:. -e "Dir['test/*.rb'].each{|f| require 
f}" || die
 }
 
 all_ruby_install() {



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

2023-08-11 Thread Hans de Graaff
commit: f139fd553fbb5fed50305858cd085f5f01915741
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 11 18:01:45 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 11 19:14:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f139fd55

www-apps/nanoc-core: enable ruby32

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

 www-apps/nanoc-core/nanoc-core-4.12.16.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/nanoc-core/nanoc-core-4.12.16.ebuild 
b/www-apps/nanoc-core/nanoc-core-4.12.16.ebuild
index c48b16e16e5b..136a919ee393 100644
--- a/www-apps/nanoc-core/nanoc-core-4.12.16.ebuild
+++ b/www-apps/nanoc-core/nanoc-core-4.12.16.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_EXTRADOC="NEWS.md README.md"
 



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

2023-08-11 Thread Hans de Graaff
commit: ebac481da65e064b069aaef8b1f6b5fe3d54f553
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 11 10:45:03 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 11 19:14:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebac481d

dev-ruby/json_schema: add github upstream metadata

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

 dev-ruby/json_schema/metadata.xml | 15 ---
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/dev-ruby/json_schema/metadata.xml 
b/dev-ruby/json_schema/metadata.xml
index effeb95760be..db43d014ef89 100644
--- a/dev-ruby/json_schema/metadata.xml
+++ b/dev-ruby/json_schema/metadata.xml
@@ -1,11 +1,12 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   r...@gentoo.org
-   Gentoo Ruby Project
-   
-   
-   json_schema
-   
+  
+r...@gentoo.org
+Gentoo Ruby Project
+  
+  
+brandur/json_schema
+json_schema
+  
 



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

2023-08-11 Thread Hans de Graaff
commit: b80a9a9f2166828a97a2e8b9f0d43e5372ad251b
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 11 10:47:26 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 11 19:14:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b80a9a9f

dev-ruby/psych: enable ruby32

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

 dev-ruby/psych/psych-4.0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/psych/psych-4.0.6.ebuild 
b/dev-ruby/psych/psych-4.0.6.ebuild
index 1cd4c77263fa..9650d7d5a646 100644
--- a/dev-ruby/psych/psych-4.0.6.ebuild
+++ b/dev-ruby/psych/psych-4.0.6.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_BINWRAP=""
 RUBY_FAKEGEM_EXTENSIONS=(ext/psych/extconf.rb)



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

2023-08-11 Thread Hans de Graaff
commit: e26f9196e346099e87fc5ebf73945fc19fcd8644
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 11 08:34:14 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 11 19:14:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26f9196

dev-ruby/activeldap: enable ruby32

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

 dev-ruby/activeldap/activeldap-6.1.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-ruby/activeldap/activeldap-6.1.0-r1.ebuild 
b/dev-ruby/activeldap/activeldap-6.1.0-r1.ebuild
index 4d95f65c56e9..0ddf0824c69f 100644
--- a/dev-ruby/activeldap/activeldap-6.1.0-r1.ebuild
+++ b/dev-ruby/activeldap/activeldap-6.1.0-r1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-USE_RUBY="ruby27 ruby30 ruby31"
+USE_RUBY="ruby30 ruby31 ruby32"
 
 RUBY_FAKEGEM_TASK_DOC=""
 RUBY_FAKEGEM_EXTRADOC="TODO doc/text/*"



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

2023-08-11 Thread Hans de Graaff
commit: 8f4675066a349038c83cfc259afdc8da6c517652
Author: Hans de Graaff  gentoo  org>
AuthorDate: Fri Aug 11 10:44:10 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Fri Aug 11 19:14:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f467506

dev-ruby/json_schema: add 0.21.0

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

 dev-ruby/json_schema/Manifest  |  1 +
 dev-ruby/json_schema/json_schema-0.21.0.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-ruby/json_schema/Manifest b/dev-ruby/json_schema/Manifest
index bb37f45dfecb..6a15e1d81a1a 100644
--- a/dev-ruby/json_schema/Manifest
+++ b/dev-ruby/json_schema/Manifest
@@ -1 +1,2 @@
 DIST json_schema-0.20.9.tar.gz 36498 BLAKE2B 
5eb79271b3a1627e2759783b176917d09ae9c20f84723f526f48653c99f1ce52f6e377ac9835bafee64ce2899222edc19ccbdd186e1fa82f66ab40601975800c
 SHA512 
7dd2d7394fb7300d34dcd3e8b5fd6ee29259a762065b99cb55012248ef385dd89460fc58bfa4ac4c3f6255f1546cf3ba363310420d89057c27d1be55ef50ae73
+DIST json_schema-0.21.0.tar.gz 36563 BLAKE2B 
a7c0eca9ef738cdd78e6549f7ad8ec41dbde9986f957688411d65a8198c19fa235ff08730370be2397fab7bc0032bef42824bdf276b14b78da54bfd62842266f
 SHA512 
753bcd9715ad384676c9ebb7dcaff7cb63295dc58e31fe51064c6c11ff46fdd32a4c573d6bc4722ce1def290759f28a7706a75efbc1544a56e9585435084ad1d

diff --git a/dev-ruby/json_schema/json_schema-0.21.0.ebuild 
b/dev-ruby/json_schema/json_schema-0.21.0.ebuild
new file mode 100644
index ..5a7f5c83c528
--- /dev/null
+++ b/dev-ruby/json_schema/json_schema-0.21.0.ebuild
@@ -0,0 +1,32 @@
+# 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="CHANGELOG README.md TODO.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="schemas"
+
+RUBY_FAKEGEM_GEMSPEC="json_schema.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A JSON Schema V4 and Hyperschema V4 parser and validator"
+HOMEPAGE="https://github.com/brandur/json_schema;
+SRC_URI="https://github.com/brandur/json_schema/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+IUSE=""
+
+ruby_add_bdepend "test? ( dev-ruby/ecma-re-validator )"
+
+all_ruby_prepare() {
+   sed -i -e '/bundler/I s:^:#:' Rakefile || die
+   sed -i -e '/^if/,/^end/ s:^:#:' test/test_helper.rb || die
+
+   sed -e '/validates date format successfully/askip "should fail like 
test after it"' \
+   -i test/json_schema/validator_test.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-wireless/bluez/

2023-08-11 Thread Arthur Zamarin
commit: 30c2d61628fb8d0d1490e99a10e5166f6276e492
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 11 19:13:06 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 11 19:13:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c2d616

net-wireless/bluez: Stabilize 5.68 amd64, #911496

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

 net-wireless/bluez/bluez-5.68.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-wireless/bluez/bluez-5.68.ebuild 
b/net-wireless/bluez/bluez-5.68.ebuild
index dbfe7d3e214a..ef9003114ac9 100644
--- a/net-wireless/bluez/bluez-5.68.ebuild
+++ b/net-wireless/bluez/bluez-5.68.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://www.kernel.org/pub/linux/bluetooth/${P}.tar.xz;
 
 LICENSE="GPL-2+ LGPL-2.1+"
 SLOT="0/3"
-KEYWORDS="~amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv x86"
 IUSE="btpclient cups doc debug deprecated extra-tools experimental +mesh midi 
+obex +readline selinux systemd test test-programs +udev"
 
 # Since this release all remaining extra-tools need readline support, but this 
could



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

2023-08-11 Thread Arthur Zamarin
commit: 1a92189a2021fd5d0b686a6b9d59a265957cf9b0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 11 19:13:07 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 11 19:13:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a92189a

dev-python/execnet: Stabilize 2.0.2 ALLARCHES, #912127

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

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

diff --git a/dev-python/execnet/execnet-2.0.2.ebuild 
b/dev-python/execnet/execnet-2.0.2.ebuild
index ac5bcec67f3d..c6707acf4de6 100644
--- a/dev-python/execnet/execnet-2.0.2.ebuild
+++ b/dev-python/execnet/execnet-2.0.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 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"
 
 BDEPEND="
dev-python/hatch-vcs[${PYTHON_USEDEP}]



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

2023-08-11 Thread Arthur Zamarin
commit: aa7ca2479169b8317ae66c0831058ad70d3fc68d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 11 19:12:42 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 11 19:12:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa7ca247

dev-python/Arpeggio: Stabilize 2.0.2 ALLARCHES, #912092

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

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

diff --git a/dev-python/Arpeggio/Arpeggio-2.0.2.ebuild 
b/dev-python/Arpeggio/Arpeggio-2.0.2.ebuild
index b3fdfbe786aa..2d81cc0d9799 100644
--- a/dev-python/Arpeggio/Arpeggio-2.0.2.ebuild
+++ b/dev-python/Arpeggio/Arpeggio-2.0.2.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm64 ~riscv x86"
 
 DEPEND="
test? (



  1   2   3   4   >