[gentoo-commits] proj/sci:master commit in: dev-python/traits/

2023-05-24 Thread Horea Christian
commit: 40b112b3f93916b1aef743104ed6e2374a6883b1
Author: Horea Christian  chymera  eu>
AuthorDate: Thu May 25 05:54:24 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Thu May 25 05:54:24 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=40b112b3

dev-python/traits: drop 6.1.1

Signed-off-by: Horea Christian  chymera.eu>

 dev-python/traits/traits-6.1.1.ebuild | 36 ---
 1 file changed, 36 deletions(-)

diff --git a/dev-python/traits/traits-6.1.1.ebuild 
b/dev-python/traits/traits-6.1.1.ebuild
deleted file mode 100644
index 3fb901492..0
--- a/dev-python/traits/traits-6.1.1.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
-
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Enthought Tool Suite: Explicitly typed attributes for Python"
-HOMEPAGE="https://docs.enthought.com/traits/
-   https://github.com/enthought/traits
-   https://pypi.org/project/traits/;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
-# Reported upstream: https://github.com/enthought/traits/issues/1731
-RESTRICT="test"
-
-RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest
-# ToDo: Fix doc building:
-# AttributeError: 'NoDefaultSpecified' object has no attribute '__name__'
-#distutils_enable_sphinx docs/source --no-autodoc
-
-python_prepare_all() {
-   sed -i -e "s/'-O3'//g" setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   cd "${BUILD_DIR}"/lib || die
-   ${EPYTHON} -m unittest discover || die
-}



[gentoo-commits] proj/sci:master commit in: dev-python/traits/

2023-05-24 Thread Horea Christian
commit: 8a3207cdb31bd100bb51094bfcdb842799dc6db7
Author: Horea Christian  chymera  eu>
AuthorDate: Thu May 25 05:52:56 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Thu May 25 05:52:56 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=8a3207cd

dev-python/traits: fixed tests

Signed-off-by: Horea Christian  chymera.eu>

 dev-python/traits/traits-6.4.1.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-python/traits/traits-6.4.1.ebuild 
b/dev-python/traits/traits-6.4.1.ebuild
index 4d3c699a5..ebd3fb97a 100644
--- a/dev-python/traits/traits-6.4.1.ebuild
+++ b/dev-python/traits/traits-6.4.1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1 pypi
@@ -19,7 +20,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
 
 RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
 
-distutils_enable_tests unittest
+distutils_enable_tests pytest
 # ToDo: Fix doc building:
 # AttributeError: 'NoDefaultSpecified' object has no attribute '__name__'
 #distutils_enable_sphinx docs/source --no-autodoc
@@ -30,6 +31,6 @@ python_prepare_all() {
 }
 
 python_test() {
-   cd "${BUILD_DIR}"/lib || die
-   ${EPYTHON} -m unittest discover || die
+   cd "${T}" || die
+   epytest --pyargs traits
 }



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2023-05-24 Thread Horea Christian
commit: fc44a7bc7b0c3d199ac721118fa4565978e95bb3
Author: Horea Christian  chymera  eu>
AuthorDate: Thu May 25 05:34:31 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Thu May 25 05:34:31 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=fc44a7bc

sci-libs/pydicom: enable py3.12

Signed-off-by: Horea Christian  chymera.eu>

 sci-libs/pydicom/pydicom-2.2.2.ebuild | 2 +-
 sci-libs/pydicom/pydicom-2.3.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/pydicom/pydicom-2.2.2.ebuild 
b/sci-libs/pydicom/pydicom-2.2.2.ebuild
index 410014399..0d1ec6954 100644
--- a/sci-libs/pydicom/pydicom-2.2.2.ebuild
+++ b/sci-libs/pydicom/pydicom-2.2.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 

diff --git a/sci-libs/pydicom/pydicom-2.3.1.ebuild 
b/sci-libs/pydicom/pydicom-2.3.1.ebuild
index 410014399..0d1ec6954 100644
--- a/sci-libs/pydicom/pydicom-2.3.1.ebuild
+++ b/sci-libs/pydicom/pydicom-2.3.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2023-05-24 Thread Horea Christian
commit: 816016b900fbd243eca3ba6e6419fb8a403248da
Author: Horea Christian  chymera  eu>
AuthorDate: Thu May 25 05:40:36 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Thu May 25 05:40:36 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=816016b9

sci-libs/pydicom: updated bug reference

Signed-off-by: Horea Christian  chymera.eu>

 sci-libs/pydicom/pydicom-2.2.2.ebuild | 3 ++-
 sci-libs/pydicom/pydicom-2.3.1.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/sci-libs/pydicom/pydicom-2.2.2.ebuild 
b/sci-libs/pydicom/pydicom-2.2.2.ebuild
index 0d1ec6954..69cbed0c7 100644
--- a/sci-libs/pydicom/pydicom-2.2.2.ebuild
+++ b/sci-libs/pydicom/pydicom-2.2.2.ebuild
@@ -16,7 +16,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
-# Upstream bug: https://github.com/pydicom/pydicom/issues/663
+# Reported upstream:
+# https://github.com/pydicom/pydicom/issues/1800
 RESTRICT="test"
 
 DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"

diff --git a/sci-libs/pydicom/pydicom-2.3.1.ebuild 
b/sci-libs/pydicom/pydicom-2.3.1.ebuild
index 0d1ec6954..69cbed0c7 100644
--- a/sci-libs/pydicom/pydicom-2.3.1.ebuild
+++ b/sci-libs/pydicom/pydicom-2.3.1.ebuild
@@ -16,7 +16,8 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
-# Upstream bug: https://github.com/pydicom/pydicom/issues/663
+# Reported upstream:
+# https://github.com/pydicom/pydicom/issues/1800
 RESTRICT="test"
 
 DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )"



[gentoo-commits] proj/sci:master commit in: sci-libs/pydicom/

2023-05-24 Thread Horea Christian
commit: babb92da970668a47043ad600e9dbd3e029357e5
Author: Horea Christian  chymera  eu>
AuthorDate: Thu May 25 05:33:34 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Thu May 25 05:33:34 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=babb92da

sci-libs/pydicom: update HOMEPAGE

Signed-off-by: Horea Christian  chymera.eu>

 sci-libs/pydicom/pydicom-2.2.2.ebuild | 2 +-
 sci-libs/pydicom/pydicom-2.3.1.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-libs/pydicom/pydicom-2.2.2.ebuild 
b/sci-libs/pydicom/pydicom-2.2.2.ebuild
index a767c2d03..410014399 100644
--- a/sci-libs/pydicom/pydicom-2.2.2.ebuild
+++ b/sci-libs/pydicom/pydicom-2.2.2.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{10..11} )
 inherit distutils-r1 pypi
 
 DESCRIPTION="A pure python package for parsing DICOM files"
-HOMEPAGE="http://www.pydicom.org/;
+HOMEPAGE="https://pydicom.github.io/pydicom/dev/;
 
 LICENSE="MIT"
 SLOT="0"

diff --git a/sci-libs/pydicom/pydicom-2.3.1.ebuild 
b/sci-libs/pydicom/pydicom-2.3.1.ebuild
index a767c2d03..410014399 100644
--- a/sci-libs/pydicom/pydicom-2.3.1.ebuild
+++ b/sci-libs/pydicom/pydicom-2.3.1.ebuild
@@ -9,7 +9,7 @@ PYTHON_COMPAT=( python3_{10..11} )
 inherit distutils-r1 pypi
 
 DESCRIPTION="A pure python package for parsing DICOM files"
-HOMEPAGE="http://www.pydicom.org/;
+HOMEPAGE="https://pydicom.github.io/pydicom/dev/;
 
 LICENSE="MIT"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/

2023-05-24 Thread Eray Aslan
commit: b14101d4581680dd928171de71fe20c3d5af5f8a
Author: Eray Aslan  gentoo  org>
AuthorDate: Thu May 25 05:25:02 2023 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Thu May 25 05:25:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b14101d4

mail-mta/postfix: add 3.9_pre20230524, drop 3.9_pre20230523

Signed-off-by: Eray Aslan  gentoo.org>

 mail-mta/postfix/Manifest   | 2 +-
 .../{postfix-3.9_pre20230523.ebuild => postfix-3.9_pre20230524.ebuild}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index 75f3e1e23bb3..a9967fb21c47 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -1,4 +1,4 @@
 DIST postfix-3.7.4.tar.gz 4833834 BLAKE2B 
edb716ef4576d339189f11b535a62f3c6f8f28613723d916f13cdd2d37228aa8768dacdb9d8616c83f0ded3a3c801c45747375ea6cfa505b668a7163c4637128
 SHA512 
972738291b960c90fe83861d55b1288900416167adb353418956e69bcc709a6daf84fbfde11d573eebba030654d27abc8d55f90661a2b880ccfb3a334064c236
 DIST postfix-3.7.5.tar.gz 4834332 BLAKE2B 
60be442c165e722dca3f1b5ece30adb85493560c583f6bb485e548f35bffe9e5ec27193eb68222f95a3076007af046622c98ee954167b53d2e306969ccf07647
 SHA512 
097c8f74386d746e849176c1344fe51c957b972cc1b15ebbb27cee4c825deae7201081cb1212e3fb12f16a6795c86381492d71123a8bf287fc8b58c6979fbf8f
 DIST postfix-3.8.0.tar.gz 4851893 BLAKE2B 
3ef0c0c83eed3263c890143ae962674dfbfa01f589f1b503a01d57497e4732171aa58468357276f29a9454c577573e8442095c2db25005324754dbd305875297
 SHA512 
a66956b0cc5eb6ad5ee926348b584ba5640586784aec794a84c40472faecb6313d46537c9f5696edfd8fda070591925a0cfaedc014e15bb3496195e5fb9ee4bd
-DIST postfix-3.9-20230523.tar.gz 4854706 BLAKE2B 
864b141ee5125488bb8657803fefaa3c32168f9cadf4cc52d3f6ec817adb1a12c864a796abf80476d1d766d8757980f2c3eb1df4b9f3e2ab0009ca1a4f990e7b
 SHA512 
6eecc280113f53903efcbcf869cc4e204e35831affcae84b6634bd9cd6e4bc32178aea359d4e5072703a76ef8d4d6f6af3e0fb1e8f52098f979aa9e16678adba
+DIST postfix-3.9-20230524.tar.gz 4855259 BLAKE2B 
648bdc2011bda9a2301d68f00b294d313c3ed6c73e33bab2772c243d3738709dbb1ad94332a4945a2a71abd977866b8e698ffc5da98e4313f880d12ee0188e9e
 SHA512 
f80a464bb2e468853faced1cf620fcef19b9056572d4dddc88da60677ccff831d065ce338c23ef2e4333c7da42929435ab05c347189d774fba450f870b37

diff --git a/mail-mta/postfix/postfix-3.9_pre20230523.ebuild 
b/mail-mta/postfix/postfix-3.9_pre20230524.ebuild
similarity index 100%
rename from mail-mta/postfix/postfix-3.9_pre20230523.ebuild
rename to mail-mta/postfix/postfix-3.9_pre20230524.ebuild



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

2023-05-24 Thread Sam James
commit: 4b4c14ed07f304f2de36d24f1067526e192734b4
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 04:39:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 04:39:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b4c14ed

dev-python/clint: enable py3.12

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

 dev-python/clint/clint-0.5.1-r4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/clint/clint-0.5.1-r4.ebuild 
b/dev-python/clint/clint-0.5.1-r4.ebuild
index 96a0aaf538c7..99459869f5f3 100644
--- a/dev-python/clint/clint-0.5.1-r4.ebuild
+++ b/dev-python/clint/clint-0.5.1-r4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-05-24 Thread Sam James
commit: e11ecf310b6609e2f80265ff7b57961c3b15b43c
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 04:36:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 04:36:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e11ecf31

sys-apps/coreutils: Stabilize 9.3-r1 amd64, #906599

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

 sys-apps/coreutils/coreutils-9.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/coreutils/coreutils-9.3-r1.ebuild 
b/sys-apps/coreutils/coreutils-9.3-r1.ebuild
index aa87f2f22ff2..b6681ee5541c 100644
--- a/sys-apps/coreutils/coreutils-9.3-r1.ebuild
+++ b/sys-apps/coreutils/coreutils-9.3-r1.ebuild
@@ -33,7 +33,7 @@ else
verify-sig? ( mirror://gnu/${PN}/${P}.tar.xz.sig )
"
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~x86-linux"
 fi
 
 SRC_URI+=" !vanilla? ( 
https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${MY_PATCH}.tar.xz )"



[gentoo-commits] repo/gentoo:master commit in: net-libs/libsignal-protocol-c/

2023-05-24 Thread Sam James
commit: 8048cee0c9471430b6b81381913f738724128b5d
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 04:33:50 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 04:33:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8048cee0

net-libs/libsignal-protocol-c: fix maintainer order

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

 net-libs/libsignal-protocol-c/metadata.xml | 8 
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-libs/libsignal-protocol-c/metadata.xml 
b/net-libs/libsignal-protocol-c/metadata.xml
index 3c725997cff1..e70405d84107 100644
--- a/net-libs/libsignal-protocol-c/metadata.xml
+++ b/net-libs/libsignal-protocol-c/metadata.xml
@@ -1,14 +1,14 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   proxy-ma...@gentoo.org
-   Proxy Maintainers
-   

will...@wstrm.dev
William Wennerström

+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   

signalapp/libsignal-protocol-c

https://github.com/signalapp/libsignal-protocol-c/issues



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

2023-05-24 Thread Sam James
commit: 9ddc98dd65fede7f927aaf881aca835bcc916e62
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 04:31:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 04:32:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ddc98dd

dev-libs/libxslt: fix running Python tests

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

 dev-libs/libxslt/libxslt-1.1.38.ebuild | 2 +-
 dev-libs/libxslt/libxslt-.ebuild   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libxslt/libxslt-1.1.38.ebuild 
b/dev-libs/libxslt/libxslt-1.1.38.ebuild
index c9cfafc919c2..29e33670384d 100644
--- a/dev-libs/libxslt/libxslt-1.1.38.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.38.ebuild
@@ -94,7 +94,7 @@ multilib_src_test() {
default
 
if multilib_is_native_abi && use python ; then
-   python_foreach_impl run_in_build_dir libxslt_py_emake test
+   python_foreach_impl run_in_build_dir libxslt_py_emake check
fi
 }
 

diff --git a/dev-libs/libxslt/libxslt-.ebuild 
b/dev-libs/libxslt/libxslt-.ebuild
index 434c9141723b..9747d4099cd2 100644
--- a/dev-libs/libxslt/libxslt-.ebuild
+++ b/dev-libs/libxslt/libxslt-.ebuild
@@ -90,7 +90,7 @@ multilib_src_test() {
default
 
if multilib_is_native_abi && use python ; then
-   python_foreach_impl run_in_build_dir libxslt_py_emake test
+   python_foreach_impl run_in_build_dir libxslt_py_emake check
fi
 }
 



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

2023-05-24 Thread Sam James
commit: d5a4ec25e5e09c8443fd99e716fcb05710b145a6
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 04:31:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 04:32:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5a4ec25

dev-libs/libxslt: enable py3.12, sync live

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

 dev-libs/libxslt/libxslt-1.1.38.ebuild | 2 +-
 dev-libs/libxslt/libxslt-.ebuild   | 8 ++--
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/dev-libs/libxslt/libxslt-1.1.38.ebuild 
b/dev-libs/libxslt/libxslt-1.1.38.ebuild
index 29e33670384d..dbdcd2f0104d 100644
--- a/dev-libs/libxslt/libxslt-1.1.38.ebuild
+++ b/dev-libs/libxslt/libxslt-1.1.38.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 # Note: Please bump this in sync with dev-libs/libxml2.
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 inherit flag-o-matic python-r1 multilib-minimal
 
 DESCRIPTION="XSLT libraries and tools"

diff --git a/dev-libs/libxslt/libxslt-.ebuild 
b/dev-libs/libxslt/libxslt-.ebuild
index 9747d4099cd2..dbdcd2f0104d 100644
--- a/dev-libs/libxslt/libxslt-.ebuild
+++ b/dev-libs/libxslt/libxslt-.ebuild
@@ -5,8 +5,8 @@ EAPI=8
 
 # Note: Please bump this in sync with dev-libs/libxml2.
 
-PYTHON_COMPAT=( python3_{10..11} )
-inherit python-r1 multilib-minimal
+PYTHON_COMPAT=( python3_{10..12} )
+inherit flag-o-matic python-r1 multilib-minimal
 
 DESCRIPTION="XSLT libraries and tools"
 HOMEPAGE="https://gitlab.gnome.org/GNOME/libxslt;
@@ -51,6 +51,10 @@ src_prepare() {
 }
 
 multilib_src_configure() {
+   # Remove this after upstream merge request to add AC_SYS_LARGEFILE 
lands:
+   # https://gitlab.gnome.org/GNOME/libxslt/-/merge_requests/55
+   append-lfs-flags
+
libxslt_configure() {
ECONF_SOURCE="${S}" econf \
--without-python \



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

2023-05-24 Thread Sam James
commit: 39f94a771fdfe007fb779d01a4542b0ff6ee99bb
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 04:24:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 04:24:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39f94a77

dev-python/cffi: add another py3.12 issue to comment

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

 dev-python/cffi/cffi-1.15.1-r2.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/cffi/cffi-1.15.1-r2.ebuild 
b/dev-python/cffi/cffi-1.15.1-r2.ebuild
index 4527c8c3a950..0244359a8521 100644
--- a/dev-python/cffi/cffi-1.15.1-r2.ebuild
+++ b/dev-python/cffi/cffi-1.15.1-r2.ebuild
@@ -5,8 +5,9 @@
 EAPI=7
 
 # no py3.12 yet because of:
-# 1. https://foss.heptapod.net/pypy/cffi/-/issues/563
-# 2. https://foss.heptapod.net/pypy/cffi/-/issues/562
+# 1. https://foss.heptapod.net/pypy/cffi/-/issues/562
+# 2. https://foss.heptapod.net/pypy/cffi/-/issues/563
+# 3. https://foss.heptapod.net/pypy/cffi/-/issues/564
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
 # DO NOT ADD pypy to PYTHON_COMPAT



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

2023-05-24 Thread Sam James
commit: fb0eb4f9bf93b8524a8140265f03b1526597861f
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 04:28:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 04:31:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb0eb4f9

dev-libs/libxml2: enable py3.12, sync live

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

 dev-libs/libxml2/libxml2-2.11.4.ebuild | 2 +-
 dev-libs/libxml2/libxml2-.ebuild   | 6 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/dev-libs/libxml2/libxml2-2.11.4.ebuild 
b/dev-libs/libxml2/libxml2-2.11.4.ebuild
index e421de936733..45757ffa2a9d 100644
--- a/dev-libs/libxml2/libxml2-2.11.4.ebuild
+++ b/dev-libs/libxml2/libxml2-2.11.4.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 # Note: Please bump in sync with dev-libs/libxslt
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="xml(+)"
 inherit flag-o-matic python-r1 multilib-minimal
 

diff --git a/dev-libs/libxml2/libxml2-.ebuild 
b/dev-libs/libxml2/libxml2-.ebuild
index b7e202fefbb5..45757ffa2a9d 100644
--- a/dev-libs/libxml2/libxml2-.ebuild
+++ b/dev-libs/libxml2/libxml2-.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 # Note: Please bump in sync with dev-libs/libxslt
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 PYTHON_REQ_USE="xml(+)"
 inherit flag-o-matic python-r1 multilib-minimal
 
@@ -101,6 +101,10 @@ multilib_src_configure() {
# Filter seemingly problematic CFLAGS (bug #26320)
filter-flags -fprefetch-loop-arrays -funroll-loops
 
+   if [[ ${CHOST} == *-solaris* ]] ; then
+   append-libs iconv
+   fi
+
# Notes:
# The meaning of the 'debug' USE flag does not apply to the --with-debug
# switch (enabling the libxml2 debug module). See bug #100898.



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

2023-05-24 Thread Sam James
commit: 3e94e285d69de5e21d896371badee482cd713f3b
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 04:17:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 04:19:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e94e285

dev-python/emoji: enable py3.12

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

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

diff --git a/dev-python/emoji/emoji-2.4.0.ebuild 
b/dev-python/emoji/emoji-2.4.0.ebuild
index db91ef152e72..9cf0bc5fde70 100644
--- a/dev-python/emoji/emoji-2.4.0.ebuild
+++ b/dev-python/emoji/emoji-2.4.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-05-24 Thread Sam James
commit: 66c14a1e9e6cfc210aa7f92f340301c74ee7c357
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 04:18:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 04:19:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c14a1e

dev-python/asgiref: enable py3.12

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

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

diff --git a/dev-python/asgiref/asgiref-3.7.1.ebuild 
b/dev-python/asgiref/asgiref-3.7.1.ebuild
index f82d77df50c5..550697b5cace 100644
--- a/dev-python/asgiref/asgiref-3.7.1.ebuild
+++ b/dev-python/asgiref/asgiref-3.7.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2023-05-24 Thread Ionen Wolkens
commit: af18de814a2b44c24c116c852788fe2efa4e5665
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu May 25 03:45:02 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu May 25 04:15:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af18de81

app-emulation/dxvk: enable py3.12

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

 app-emulation/dxvk/dxvk-2.1.ebuild  | 2 +-
 app-emulation/dxvk/dxvk-2.2.ebuild  | 2 +-
 app-emulation/dxvk/dxvk-.ebuild | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-emulation/dxvk/dxvk-2.1.ebuild 
b/app-emulation/dxvk/dxvk-2.1.ebuild
index 1e497fc5a838..af2054a54097 100644
--- a/app-emulation/dxvk/dxvk-2.1.ebuild
+++ b/app-emulation/dxvk/dxvk-2.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 MULTILIB_COMPAT=( abi_x86_{32,64} )
 inherit flag-o-matic meson-multilib python-any-r1
 

diff --git a/app-emulation/dxvk/dxvk-2.2.ebuild 
b/app-emulation/dxvk/dxvk-2.2.ebuild
index 313a58896371..ccfbe4f5209a 100644
--- a/app-emulation/dxvk/dxvk-2.2.ebuild
+++ b/app-emulation/dxvk/dxvk-2.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 MULTILIB_COMPAT=( abi_x86_{32,64} )
 inherit flag-o-matic meson-multilib python-any-r1
 

diff --git a/app-emulation/dxvk/dxvk-.ebuild 
b/app-emulation/dxvk/dxvk-.ebuild
index 313a58896371..ccfbe4f5209a 100644
--- a/app-emulation/dxvk/dxvk-.ebuild
+++ b/app-emulation/dxvk/dxvk-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 MULTILIB_COMPAT=( abi_x86_{32,64} )
 inherit flag-o-matic meson-multilib python-any-r1
 



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

2023-05-24 Thread Ionen Wolkens
commit: 08d2d8fa997ec1cda1ea662c220cf94f5f6186f9
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu May 25 03:58:01 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu May 25 04:15:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08d2d8fa

dev-python/boltons: enable py3.12

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

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

diff --git a/dev-python/boltons/boltons-23.0.0.ebuild 
b/dev-python/boltons/boltons-23.0.0.ebuild
index 42f739787b4b..681e3b1576d6 100644
--- a/dev-python/boltons/boltons-23.0.0.ebuild
+++ b/dev-python/boltons/boltons-23.0.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 inherit distutils-r1
 
 DESCRIPTION="Pure-python utilities in the same spirit as the standard library"



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

2023-05-24 Thread Sam James
commit: e338751dfca571fbed0b9473ae0946a86cc51e04
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 03:42:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 03:42:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e338751d

sys-devel/gcc: add 10.4.1_p20230524

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

 sys-devel/gcc/Manifest|  1 +
 sys-devel/gcc/gcc-10.4.1_p20230524.ebuild | 58 +++
 2 files changed, 59 insertions(+)

diff --git a/sys-devel/gcc/Manifest b/sys-devel/gcc/Manifest
index 9a933fea442c..80510cecb86c 100644
--- a/sys-devel/gcc/Manifest
+++ b/sys-devel/gcc/Manifest
@@ -2,6 +2,7 @@ DIST gcc-10-20230426.tar.xz 72118868 BLAKE2B 
d87cfd78d96585877abc20ed213e4d2fba3
 DIST gcc-10-20230503.tar.xz 72130916 BLAKE2B 
f0dd2c3afd7c59061672f2d0a6291a8c4ba97060199e3a590a2077af69daf269610008e3ce85a00231a8392fd8f53b4c75ec4ec0e0feb360600705b8e88e41fc
 SHA512 
ed3dbadc6445b5db699309a9f5bd047454d863135a1a3c2e379a7f51bfbf0f49dd176239ccb312e9dd0f7e93be35862867b85d761db2ca6943ae08cd2b0503ed
 DIST gcc-10-20230510.tar.xz 72137544 BLAKE2B 
8f0c4cf89e03e7c7589ae67875c35933837f71da5526b2f38c71d557dbb113849d3e66e8f6d03cfc51ab0d047b4e7cf066301ad8805a8c0797a379feefc4f6dd
 SHA512 
b83cc9a8939a5d4d5cf44ff49d082bd66d8f0e4059a25279fa9fe8e458d0c8fc17a9718188821d64e7afcc47000310f8578e00f18d86079abd6b551a8b75fe42
 DIST gcc-10-20230517.tar.xz 72135000 BLAKE2B 
8ec87088ace2bf7cc355357b8c9b12e61646366ee1204a360f3be0dcc8b7d426ba5fbb7eb46b4da4c937f5b63d2181a3935f2894f40556f1472dd2a91197b38e
 SHA512 
ae685e1e3fc3460ea49bd86b2b583ef97c71ed279cce6f06b293bd9c7f7ac5ae477b2f2057c4ed927114249e41f6f7978f13db678cd92935dc1250bdd11c94c5
+DIST gcc-10-20230524.tar.xz 72147352 BLAKE2B 
0e85c88676c72a1a3e1e39143b3e263ff12ca5956b6bacbcd7ebcd377bcc01179133249d16a926399dd0a30ec946470f6f794247ff0408492b457bb01ad76c50
 SHA512 
0e6b499b7914970f00ab1eeeffc070308e3a3dd474e7b974572fd7537d271c4c8533d2ee72482c47a8b4da8b69ba5246e58eee586a58ccd58e35c502f1986c6a
 DIST gcc-10.5.0-musl-patches-2.tar.xz 3452 BLAKE2B 
5387e516d07d81477b3f39b8b3bd986bf861d32cd25dc5481c97bd3620d00c918c5661e86857f66dbf28a655401a53e43417f638c443e44cbfdbf5e950caac4d
 SHA512 
86f2ce31cc4fc4fb5a6043fb527bf822d895e1a6220652024f78a1cbd5a962edb6be8dc5f43c32053e075f39bb2350ea8f14e7d57e0473dd2933a7b44676bde5
 DIST gcc-10.5.0-patches-6.tar.xz 18208 BLAKE2B 
4cac3340108fb378c76ad62b728429f3c97f348d178744e7536575f3576ca8aa682b878b7df3b1c162dccae64a3cb56c66d8d60eae323e1ece2de4278084fdbd
 SHA512 
9d6c84325fbc118cee01347468ce729c278e5b026b16da945fe54050726e26f86a46ee7b71a01a47cf927b70bfcce459c49a6bc4fb93dcfaa047c76d4c5bc5bc
 DIST gcc-11-20230427.tar.xz 76165128 BLAKE2B 
dd896b418c1fce35a61005d5b5c90cfd1246d37d23c2a8fc08bacd7d7ca84c353f3ccf5de2370ae5e5ca95c7ae3deab3565b3f65eb78b611dbe5ad4a256516f0
 SHA512 
fada917a832be5d2e15ee32f24e19fc87b851dc8e6fc75d1be6d25d3510dba408ae3ef3b245ff239c51aa3d243c95f12269695611e5c8965ba55f5aa4730778d

diff --git a/sys-devel/gcc/gcc-10.4.1_p20230524.ebuild 
b/sys-devel/gcc/gcc-10.4.1_p20230524.ebuild
new file mode 100644
index ..b3e373b6fb27
--- /dev/null
+++ b/sys-devel/gcc/gcc-10.4.1_p20230524.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+TOOLCHAIN_PATCH_SUFFIX="xz"
+TOOLCHAIN_PATCH_DEV="sam"
+#TOOLCHAIN_GCC_RC=1
+PATCH_GCC_VER="10.5.0"
+PATCH_VER="6"
+MUSL_VER="2"
+MUSL_GCC_VER="10.5.0"
+
+if [[ $(ver_cut 3) ==  ]] ; then
+   MY_PV_2=$(ver_cut 2)
+   if [[ ${MY_PV_2} == 0 ]] ; then
+   MY_PV_2=0
+   else
+   MY_PV_2=$(($(ver_cut 2) - 1))
+   fi
+
+   # e.g. 12.2. -> 12.1.1
+   TOOLCHAIN_GCC_PV=$(ver_cut 1).${MY_PV_2}.$(($(ver_cut 3) - 9998))
+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="https://gcc.gnu.org/pub/gcc/snapshots/${MY_PV}/${MY_P}.tar.xz;
+   TOOLCHAIN_SET_S=no
+   S="${WORKDIR}"/${MY_P}
+fi
+
+inherit toolchain
+# Needs to be after inherit (for now?), bug #830908
+EGIT_BRANCH=releases/gcc-$(ver_cut 1)
+
+# Don't keyword live ebuilds
+#if ! tc_is_live && [[ -z ${TOOLCHAIN_USE_GIT_PATCHES} ]] ; then
+#  KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+#fi
+
+RDEPEND=""
+BDEPEND="${CATEGORY}/binutils"
+
+src_prepare() {
+   local p upstreamed_patches=(
+   # add them here
+   )
+   for p in "${upstreamed_patches[@]}"; do
+   rm -v "${WORKDIR}/patch/${p}" || die
+   done
+
+   if has_version '>=sys-libs/glibc-2.32-r1'; then
+   rm -v "${WORKDIR}/patch/23_all_disable-riscv32-ABIs.patch" || 
die
+   fi
+
+   toolchain_src_prepare
+}



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

2023-05-24 Thread Sam James
commit: 33c63347d5b73449e43207090823cb478993239e
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 03:19:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 03:19:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c63347

app-emacs/po-mode: Stabilize 0.21.1 ALLARCHES, #907113

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

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

diff --git a/app-emacs/po-mode/po-mode-0.21.1.ebuild 
b/app-emacs/po-mode/po-mode-0.21.1.ebuild
index c35419113057..2fd5f0a26fab 100644
--- a/app-emacs/po-mode/po-mode-0.21.1.ebuild
+++ b/app-emacs/po-mode/po-mode-0.21.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://gnu/gettext/gettext-${PV}.tar.xz"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux ~x64-macos"
 
 S="${WORKDIR}/gettext-${PV}/gettext-tools/emacs"
 ELISP_REMOVE="start-po.el"



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

2023-05-24 Thread Sam James
commit: 68dc3ccc08d4230705029020ef10868467d2
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 03:19:58 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 03:19:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68dc3ccc

app-emacs/gnuplot-mode: Stabilize 0.8.1 ALLARCHES, #907109

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

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

diff --git a/app-emacs/gnuplot-mode/gnuplot-mode-0.8.1.ebuild 
b/app-emacs/gnuplot-mode/gnuplot-mode-0.8.1.ebuild
index 4384d2723260..b010d25d2c01 100644
--- a/app-emacs/gnuplot-mode/gnuplot-mode-0.8.1.ebuild
+++ b/app-emacs/gnuplot-mode/gnuplot-mode-0.8.1.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}/${PN%-mode}-${PV}"
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE="doc"
 
 BDEPEND="doc? ( virtual/latex-base )"



[gentoo-commits] repo/gentoo:master commit in: net-mail/mu/

2023-05-24 Thread Sam James
commit: d157091ff8740bcecdda50101bf72a42c5017569
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 03:20:00 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 03:20:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d157091f

net-mail/mu: Stabilize 1.10.3 arm, #907116

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

 net-mail/mu/mu-1.10.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-mail/mu/mu-1.10.3.ebuild b/net-mail/mu/mu-1.10.3.ebuild
index 2acec2e5ddb5..1a97c13b7e60 100644
--- a/net-mail/mu/mu-1.10.3.ebuild
+++ b/net-mail/mu/mu-1.10.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/djcb/mu/releases/download/v${PV}/${P}.tar.xz;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86 ~x64-macos"
+KEYWORDS="~amd64 arm ~arm64 ~riscv ~x86 ~x64-macos"
 IUSE="emacs readline"
 
 DEPEND="



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

2023-05-24 Thread Sam James
commit: dac006ecc84d32daa73ae729016de2dc88ef79f7
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 03:19:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 03:19:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dac006ec

app-crypt/tpm2-tss: Stabilize 4.0.1 arm, #907074

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

 app-crypt/tpm2-tss/tpm2-tss-4.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/tpm2-tss/tpm2-tss-4.0.1.ebuild 
b/app-crypt/tpm2-tss/tpm2-tss-4.0.1.ebuild
index 8236ed0b18ac..5ad07a286471 100644
--- a/app-crypt/tpm2-tss/tpm2-tss-4.0.1.ebuild
+++ b/app-crypt/tpm2-tss/tpm2-tss-4.0.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar
 
 LICENSE="BSD-2"
 SLOT="0/4"
-KEYWORDS="amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm ~arm64 ~loong ~ppc64 ~riscv x86"
 IUSE="doc +fapi +openssl mbedtls +policy static-libs test"
 
 RESTRICT="!test? ( test )"



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

2023-05-24 Thread Sam James
commit: 63803ccc2d71f0ae4b57e33ea09640dcb8bfc9be
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 03:09:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 03:14:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63803ccc

dev-python/pyyaml: enable py3.12

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

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

diff --git a/dev-python/pyyaml/pyyaml-6.0-r1.ebuild 
b/dev-python/pyyaml/pyyaml-6.0-r1.ebuild
index be15962675c7..549af76ad3ca 100644
--- a/dev-python/pyyaml/pyyaml-6.0-r1.ebuild
+++ b/dev-python/pyyaml/pyyaml-6.0-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1
 



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

2023-05-24 Thread Sam James
commit: 95724a0f30ee0da842db43d7f8112e295222db43
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 03:14:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 03:14:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95724a0f

dev-python/jq: enable py3.12

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

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

diff --git a/dev-python/jq/jq-1.4.1.ebuild b/dev-python/jq/jq-1.4.1.ebuild
index 6250d463e35c..da88a3e3d6b6 100644
--- a/dev-python/jq/jq-1.4.1.ebuild
+++ b/dev-python/jq/jq-1.4.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-05-24 Thread Sam James
commit: 909a6d13685b14c153b5f0c64a362ee658315688
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 03:17:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 03:17:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=909a6d13

dev-python/cssselect: enable py3.12

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

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

diff --git a/dev-python/cssselect/cssselect-1.2.0.ebuild 
b/dev-python/cssselect/cssselect-1.2.0.ebuild
index 72e25b62b728..0f8742d158b6 100644
--- a/dev-python/cssselect/cssselect-1.2.0.ebuild
+++ b/dev-python/cssselect/cssselect-1.2.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1
 



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

2023-05-24 Thread Sam James
commit: 87764eff9006d65c63b53bf4b3d4d03ea813f5d9
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 02:57:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 03:14:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87764eff

dev-python/cython: enable py3.12, use PYTHON_TESTED logic from 3.0.0_beta3

Tests fail immediately trying to import the removed 'imp' module.

Bug: https://github.com/cython/cython/issues/5285
Signed-off-by: Sam James  gentoo.org>

 dev-python/cython/cython-0.29.35.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/cython/cython-0.29.35.ebuild 
b/dev-python/cython/cython-0.29.35.ebuild
index cad4a983b39e..8bfbbd5b5663 100644
--- a/dev-python/cython/cython-0.29.35.ebuild
+++ b/dev-python/cython/cython-0.29.35.ebuild
@@ -5,7 +5,9 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_TESTED=( python3_{10..11} )
+# 3.12 not tested yet for https://github.com/cython/cython/issues/5285.
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_12 pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 multiprocessing toolchain-funcs elisp-common
@@ -61,7 +63,7 @@ python_compile_all() {
 }
 
 python_test() {
-   if has "${EPYTHON}" pypy3; then
+   if ! has "${EPYTHON/./_}" "${PYTHON_TESTED[@]}"; then
einfo "Skipping tests on ${EPYTHON} (xfail)"
return
fi



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

2023-05-24 Thread Sam James
commit: 074fed3127e3d051ac8ad8fa08622178af25e853
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 02:55:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 03:14:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=074fed31

dev-python/cython: use PYTHON_TESTED in 3.0.0_beta3

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

 dev-python/cython/cython-3.0.0_beta3.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/cython/cython-3.0.0_beta3.ebuild 
b/dev-python/cython/cython-3.0.0_beta3.ebuild
index 2feae328980f..a2f0df6de0ce 100644
--- a/dev-python/cython/cython-3.0.0_beta3.ebuild
+++ b/dev-python/cython/cython-3.0.0_beta3.ebuild
@@ -5,7 +5,8 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_TESTED=( python3_{10..11} )
+PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_12 pypy3 )
 PYTHON_REQ_USE="threads(+)"
 
 inherit distutils-r1 multiprocessing toolchain-funcs
@@ -57,7 +58,7 @@ python_compile() {
 }
 
 python_test() {
-   if has "${EPYTHON}" pypy3; then
+   if ! has "${EPYTHON/./_}" "${PYTHON_TESTED[@]}"; then
einfo "Skipping tests on ${EPYTHON} (xfail)"
return
fi



[gentoo-commits] repo/gentoo:master commit in: dev-python/lxml/files/, dev-python/lxml/

2023-05-24 Thread Sam James
commit: 6e26f683b520a7dc58601ec1cffc4f2655ed34dc
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 03:07:48 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 03:14:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e26f683

dev-python/lxml: enable py3.12

Same failures as with other Pythons (new libxslt/libxml2).

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

 .../lxml-4.9.2-py3.12-drop-deprecated-imp.patch| 49 ++
 dev-python/lxml/lxml-4.9.2.ebuild  |  3 +-
 2 files changed, 51 insertions(+), 1 deletion(-)

diff --git a/dev-python/lxml/files/lxml-4.9.2-py3.12-drop-deprecated-imp.patch 
b/dev-python/lxml/files/lxml-4.9.2-py3.12-drop-deprecated-imp.patch
new file mode 100644
index ..a59a60e74822
--- /dev/null
+++ b/dev-python/lxml/files/lxml-4.9.2-py3.12-drop-deprecated-imp.patch
@@ -0,0 +1,49 @@
+https://github.com/lxml/lxml/commit/07db761f9f027d1814a43686cda6fca26e37a931
+https://github.com/lxml/lxml/commit/c6b7e621e4696c02bf8f6ea423ffbbf2109748ab
+
+From 07db761f9f027d1814a43686cda6fca26e37a931 Mon Sep 17 00:00:00 2001
+From: Stefan Behnel 
+Date: Thu, 11 May 2023 10:29:02 +0200
+Subject: [PATCH] Avoid using the deprecated "imp" module.
+
+Closes https://bugs.launchpad.net/lxml/+bug/2018137
+--- a/src/lxml/html/tests/test_html5parser.py
 b/src/lxml/html/tests/test_html5parser.py
+@@ -1,5 +1,4 @@
+ import os
+-import imp
+ try:
+ from StringIO import StringIO
+ except ImportError: # python 3
+@@ -45,7 +44,10 @@ def find_module(self, fullname, path=None):
+ return None
+ 
+ def load_module(self, fullname):
+-mod = sys.modules.setdefault(fullname, imp.new_module(fullname))
++fake_module = object()
++fake_module.__qualname__ = fullname
++fake_module.__name__ = fullname.rsplit('.', 1)[-1]
++mod = sys.modules.setdefault(fullname, fake_module)
+ mod.__file__, mod.__loader__, mod.__path__ = "", self, []
+ mod.__dict__.update(self.mocks[fullname])
+ return mod
+
+From c6b7e621e4696c02bf8f6ea423ffbbf2109748ab Mon Sep 17 00:00:00 2001
+From: Stefan Behnel 
+Date: Thu, 11 May 2023 10:30:15 +0200
+Subject: [PATCH] Avoid using the deprecated "imp" module.
+
+Closes https://bugs.launchpad.net/lxml/+bug/2018137
+--- a/src/lxml/html/tests/test_html5parser.py
 b/src/lxml/html/tests/test_html5parser.py
+@@ -44,7 +44,8 @@ def find_module(self, fullname, path=None):
+ return None
+ 
+ def load_module(self, fullname):
+-fake_module = object()
++class Cls: pass
++fake_module = Cls()
+ fake_module.__qualname__ = fullname
+ fake_module.__name__ = fullname.rsplit('.', 1)[-1]
+ mod = sys.modules.setdefault(fullname, fake_module)
+

diff --git a/dev-python/lxml/lxml-4.9.2.ebuild 
b/dev-python/lxml/lxml-4.9.2.ebuild
index b7b3efc9de22..aed3280a3b2c 100644
--- a/dev-python/lxml/lxml-4.9.2.ebuild
+++ b/dev-python/lxml/lxml-4.9.2.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 optfeature toolchain-funcs
 
@@ -54,6 +54,7 @@ BDEPEND="
 
 PATCHES=(
"${FILESDIR}"/${PN}-4.6.0-tests-pypy.patch
+   "${FILESDIR}"/${P}-py3.12-drop-deprecated-imp.patch
 )
 
 python_check_deps() {



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

2023-05-24 Thread Michał Górny
commit: be1ced44becc934be572680a05dfee963d8a81e4
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 03:13:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 03:13:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1ced44

dev-python/hkdf: Revert "new package, add 0.0.3"

Reverts: 5509b34dac1a41c8243c83777fe3d62bd3ed41e7
Bug: https://bugs.gentoo.org/907117
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/hkdf/Manifest  |  1 -
 dev-python/hkdf/hkdf-0.0.3.ebuild | 17 -
 dev-python/hkdf/metadata.xml  | 13 -
 3 files changed, 31 deletions(-)

diff --git a/dev-python/hkdf/Manifest b/dev-python/hkdf/Manifest
deleted file mode 100644
index 7fa8e2b54db2..
--- a/dev-python/hkdf/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST hkdf-0.0.3.tar.gz 3959 BLAKE2B 
25786395ad7f87db5420adb4891821adf52e5eaf8098ca502aad16a69c75bbc5dedc2b8dfddee76a545e91f4900c1a0bfbe94d79822cd529e72474c65ee194d6
 SHA512 
c58f9310c151f8d710998d019221713ec71ac8083c42300f5e77326c7b35be341263c40fb485402937c381a6435cbd9899c8d32846a50d1d1e6a4d3e61f58c7d

diff --git a/dev-python/hkdf/hkdf-0.0.3.ebuild 
b/dev-python/hkdf/hkdf-0.0.3.ebuild
deleted file mode 100644
index 2627a25fb0e9..
--- a/dev-python/hkdf/hkdf-0.0.3.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="HMAC-based Extract-and-Expand Key Derivation Function (HKDF)"
-HOMEPAGE="https://pypi.org/project/hkdf;
-SRC_URI="https://files.pythonhosted.org/packages/c3/be/327e072850db181ce56afd51e26ec7aa5659b18466c709fa5ea2548c935f/${P}.tar.gz;
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"

diff --git a/dev-python/hkdf/metadata.xml b/dev-python/hkdf/metadata.xml
deleted file mode 100644
index 499864299082..
--- a/dev-python/hkdf/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   tam...@gentoo.org
-   Matthias Maier
-   
-   
-   
-   hkdf
-   casebeer/python-hkdf
-   
-



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

2023-05-24 Thread Michał Górny
commit: 6a1ce543850bdfa9f69bcf6c0984bd48cb03fdce
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 03:12:40 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 03:12:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a1ce543

dev-python/txtorcon: Revert "new package, add 23.5.0"

Reverts: 08bdbf8f0f1fb4e813f3c6e790478fcf54d2bcfa
Bug: https://bugs.gentoo.org/907117
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/txtorcon/Manifest   |  1 -
 dev-python/txtorcon/metadata.xml   | 13 -
 dev-python/txtorcon/txtorcon-23.5.0.ebuild | 21 -
 3 files changed, 35 deletions(-)

diff --git a/dev-python/txtorcon/Manifest b/dev-python/txtorcon/Manifest
deleted file mode 100644
index 021c0fbb9e57..
--- a/dev-python/txtorcon/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST txtorcon-23.5.0.gh.tar.gz 394188 BLAKE2B 
ee63d2815a9b697aa37d27697ef6085dc91e750ba0cad854c8610eed7afcfec9b50cf5aead24f75676e2b0ee39167c50fbebc43a51911a3ebe17eb784b18d31e
 SHA512 
33610c043084273f5dc06b797fff11bb0fccaae14229dbd07286e13e40ebc199594f6e52c64b87e4060e37bcb44bd90ccf7ff7217d923fdb33a581fb95144d56

diff --git a/dev-python/txtorcon/metadata.xml b/dev-python/txtorcon/metadata.xml
deleted file mode 100644
index 41f36acb77d0..
--- a/dev-python/txtorcon/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   tam...@gentoo.org
-   Matthias Maier
-   
-   
-   
-   txtorcon
-   meejah/txtorcon
-   
-

diff --git a/dev-python/txtorcon/txtorcon-23.5.0.ebuild 
b/dev-python/txtorcon/txtorcon-23.5.0.ebuild
deleted file mode 100644
index 5222bc094733..
--- a/dev-python/txtorcon/txtorcon-23.5.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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
-
-DESCRIPTION="Twisted-based Tor controller client, with state-tracking 
abstractions"
-HOMEPAGE="https://txtorcon.readthedocs.org https://pypi.org/project/txtorcon/;
-SRC_URI="https://github.com/meejah/${PN}/archive/refs/tags/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/automat[${PYTHON_USEDEP}]
-   dev-python/twisted[${PYTHON_USEDEP}]"



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

2023-05-24 Thread Michał Górny
commit: 24e89645ddaebeb2379cd08ee75a940301430212
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 03:12:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 03:12:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e89645

dev-python/spake2: Revert "new package, add 0.8"

Reverts: 920c91353dcc85654169ab4ee461cece350addd5
Bug: https://bugs.gentoo.org/907117
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/spake2/Manifest  |  1 -
 dev-python/spake2/metadata.xml  | 13 -
 dev-python/spake2/spake2-0.8.ebuild | 21 -
 3 files changed, 35 deletions(-)

diff --git a/dev-python/spake2/Manifest b/dev-python/spake2/Manifest
deleted file mode 100644
index 9f81f89fe54b..
--- a/dev-python/spake2/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST spake2-0.8.gh.tar.gz 62425 BLAKE2B 
64215362af26fff0785fdabf4282f7111a4cc917750827075b616f009cb1fa6373fc2325382c26b43c051aa5b94e414ca2a5223d9ab666289eb2d04723b15cb5
 SHA512 
908c377c831f4a11551973ca917b113d51a66c533d35fd19b2692fdb7e575ed2a5045d9b632bc55c37b68ad092f01dff5da191e9dfbfb5599b72844788438d68

diff --git a/dev-python/spake2/metadata.xml b/dev-python/spake2/metadata.xml
deleted file mode 100644
index 2041ad286cee..
--- a/dev-python/spake2/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   tam...@gentoo.org
-   Matthias Maier
-   
-   
-   
-   spake2
-   warner/python-spake2
-   
-

diff --git a/dev-python/spake2/spake2-0.8.ebuild 
b/dev-python/spake2/spake2-0.8.ebuild
deleted file mode 100644
index 25d38c02d8b0..
--- a/dev-python/spake2/spake2-0.8.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="python implementation of SPAKE2 password-authenticated key 
exchange algorithm"
-HOMEPAGE="https://pypi.org/project/spake2/;
-SRC_URI="https://github.com/warner/python-${PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-S="${WORKDIR}/python-${P}"
-
-RDEPEND="
-   dev-python/hkdf[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/magic-wormhole-transit-relay/

2023-05-24 Thread Michał Górny
commit: 18f6d32599baafaabd4457736e8f1742bc103ac2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 03:12:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 03:12:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18f6d325

dev-python/magic-wormhole-transit-relay: Revert "new package, add 0.2.1"

Reverts: b0e3e83e43d0bf5187dd4b2be05b924c06a0c28c
Bug: https://bugs.gentoo.org/907117
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/magic-wormhole-transit-relay/Manifest |  1 -
 .../magic-wormhole-transit-relay-0.2.1.ebuild| 20 
 dev-python/magic-wormhole-transit-relay/metadata.xml | 13 -
 3 files changed, 34 deletions(-)

diff --git a/dev-python/magic-wormhole-transit-relay/Manifest 
b/dev-python/magic-wormhole-transit-relay/Manifest
deleted file mode 100644
index 83f3c197203d..
--- a/dev-python/magic-wormhole-transit-relay/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST magic-wormhole-transit-relay-0.2.1.gh.tar.gz 45936 BLAKE2B 
ffb05c716a35e688801150c3fd6de28cf557ed346091400f9eeb9335b6815425624e70d61f54be8f0a1e8bb15e874528f7cfcef1e8f0a2f8d3cd4285adb1db3a
 SHA512 
dcc309de800d9023ff106ea7b67da4814006ee50e517570c046f2dff20573306b3d5f7c4e227186b2b6f8ff7cb71e02e41499766badf299d859a0e5628066162

diff --git 
a/dev-python/magic-wormhole-transit-relay/magic-wormhole-transit-relay-0.2.1.ebuild
 
b/dev-python/magic-wormhole-transit-relay/magic-wormhole-transit-relay-0.2.1.ebuild
deleted file mode 100644
index 47e05dd6380a..
--- 
a/dev-python/magic-wormhole-transit-relay/magic-wormhole-transit-relay-0.2.1.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_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="Transit relay server for magic-wormhole"
-HOMEPAGE="https://magic-wormhole.readthedocs.io/en/latest/ 
https://pypi.org/project/magic-wormhole-transit-relay/;
-SRC_URI="https://github.com/magic-wormhole/${PN}/archive/refs/tags/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/twisted[ssl,${PYTHON_USEDEP}]"

diff --git a/dev-python/magic-wormhole-transit-relay/metadata.xml 
b/dev-python/magic-wormhole-transit-relay/metadata.xml
deleted file mode 100644
index ddffeecb78a5..
--- a/dev-python/magic-wormhole-transit-relay/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   tam...@gentoo.org
-   Matthias Maier
-   
-   
-   
-   magic-wormhole-transit-relay
-   magic-wormhole/magic-wormhole-transit-relay
-   
-



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

2023-05-24 Thread Michał Górny
commit: 67602751402c90e28193dd4140d6c89de52ae640
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 03:12:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 03:12:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67602751

dev-python/magic-wormhole: Revert "new package, add 0.12.0"

Reverts: f9d398f785276139faeb3634135792bfc18e87ab
Bug: https://bugs.gentoo.org/907117
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/magic-wormhole/Manifest |  1 -
 .../magic-wormhole/magic-wormhole-0.12.0.ebuild| 31 --
 dev-python/magic-wormhole/metadata.xml | 13 -
 3 files changed, 45 deletions(-)

diff --git a/dev-python/magic-wormhole/Manifest 
b/dev-python/magic-wormhole/Manifest
deleted file mode 100644
index c437a0bbd540..
--- a/dev-python/magic-wormhole/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST magic-wormhole-0.12.0.tar.gz 274063 BLAKE2B 
6a0cddd285169373926de9da26125b34457c76e456b1bfd910baed74090900a663435b0df78e5521fd91274b111d8fad56e923832cdd430b2eb27c31d8b510e3
 SHA512 
141244e746b0718f2c9417e8f7de6a714b0feb051aea8c7950ea0d1bc5d2e24e922bed29544fe76aa61b06aa2ce2b5f330824017af8c6030813415e6c004c716

diff --git a/dev-python/magic-wormhole/magic-wormhole-0.12.0.ebuild 
b/dev-python/magic-wormhole/magic-wormhole-0.12.0.ebuild
deleted file mode 100644
index d6a97bafd884..
--- a/dev-python/magic-wormhole/magic-wormhole-0.12.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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
-
-DESCRIPTION="Get Things From One Computer To Another, Safely"
-HOMEPAGE="https://magic-wormhole.readthedocs.io/en/latest/ 
https://pypi.org/project/magic-wormhole/;
-SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/attrs[${PYTHON_USEDEP}]
-   dev-python/autobahn[${PYTHON_USEDEP}]
-   dev-python/automat[${PYTHON_USEDEP}]
-   dev-python/click[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/humanize[${PYTHON_USEDEP}]
-   dev-python/pynacl[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/spake2[${PYTHON_USEDEP}]
-   dev-python/tqdm[${PYTHON_USEDEP}]
-   dev-python/twisted[ssl,${PYTHON_USEDEP}]
-   dev-python/txtorcon[${PYTHON_USEDEP}]"

diff --git a/dev-python/magic-wormhole/metadata.xml 
b/dev-python/magic-wormhole/metadata.xml
deleted file mode 100644
index c0b4cfe14855..
--- a/dev-python/magic-wormhole/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   tam...@gentoo.org
-   Matthias Maier
-   
-   
-   
-   magic-wormhole
-   magic-wormhole/magic-wormhole
-   
-



[gentoo-commits] repo/gentoo:master commit in: dev-python/magic-wormhole-mailbox-server/

2023-05-24 Thread Michał Górny
commit: 83d091ec30b5325a1ca15b423d03deb62ae7da5f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 03:11:32 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 03:11:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83d091ec

dev-python/magic-wormhole-mailbox-server: Revert "new package, add 0.4.1"

Reverts: d94a5f976d1c356a129aabe889386a26907a9b92
Bug: https://bugs.gentoo.org/907117
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/magic-wormhole-mailbox-server/Manifest   |  1 -
 .../magic-wormhole-mailbox-server-0.4.1.ebuild  | 21 -
 .../magic-wormhole-mailbox-server/metadata.xml  | 13 -
 3 files changed, 35 deletions(-)

diff --git a/dev-python/magic-wormhole-mailbox-server/Manifest 
b/dev-python/magic-wormhole-mailbox-server/Manifest
deleted file mode 100644
index 5e88b07790d3..
--- a/dev-python/magic-wormhole-mailbox-server/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST magic-wormhole-mailbox-server-0.4.1.gh.tar.gz 68402 BLAKE2B 
4bf6bc9fa6dacaafb532d9d0ee069bb89ba63feb790f0f9c0d1117b1de4f075eb9dd3bf5c72a9df472e9dedc31dcd9292dc1820da770738fd9d0d29cb3bcf68a
 SHA512 
d174d1bf901e7d21d7cb77ceffd6b9c7aa3c15433e11862365883d93437225c7c655b8338a5cad7bd5c60d7dd7d3dd017ef7e26213b535c043ce75000a540597

diff --git 
a/dev-python/magic-wormhole-mailbox-server/magic-wormhole-mailbox-server-0.4.1.ebuild
 
b/dev-python/magic-wormhole-mailbox-server/magic-wormhole-mailbox-server-0.4.1.ebuild
deleted file mode 100644
index 43d7e5d3d7e1..
--- 
a/dev-python/magic-wormhole-mailbox-server/magic-wormhole-mailbox-server-0.4.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=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-DISTUTILS_USE_PEP517=setuptools
-
-inherit distutils-r1
-
-DESCRIPTION="Mailbox server for magic-wormhole"
-HOMEPAGE="https://magic-wormhole.readthedocs.io/en/latest/ 
https://pypi.org/project/magic-wormhole-mailbox-server/;
-SRC_URI="https://github.com/magic-wormhole/${PN}/archive/refs/tags/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/autobahn[${PYTHON_USEDEP}]
-   dev-python/twisted[ssl,${PYTHON_USEDEP}]"

diff --git a/dev-python/magic-wormhole-mailbox-server/metadata.xml 
b/dev-python/magic-wormhole-mailbox-server/metadata.xml
deleted file mode 100644
index 728440f94096..
--- a/dev-python/magic-wormhole-mailbox-server/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd;>
-
-   
-   tam...@gentoo.org
-   Matthias Maier
-   
-   
-   
-   magic-wormhole-mailbox-server
-   magic-wormhole/magic-wormhole-mailbox-server
-   
-



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

2023-05-24 Thread Michał Górny
commit: be9d477b9e591a14883feed1b407e008db098a40
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 03:08:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 03:08:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9d477b

dev-python/asgiref: Bump to 3.7.1

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

 dev-python/asgiref/Manifest |  1 +
 dev-python/asgiref/asgiref-3.7.1.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 83a75d400228..b30d4dac595f 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,2 +1,3 @@
 DIST asgiref-3.6.0.tar.gz 32748 BLAKE2B 
ce3facb2d026551df31ab28a3d9c4bb22be6828664d3b341369eb5dffaec1f2a519ab84356ec89dcfe112a96430be66c70c53d7e36586a3b2f4ee1db61a9d617
 SHA512 
b74d71e3a5d129117293512ed93e06a9ac0f681766abfc074be6c8deec7160995dee23947da861715fa47e2b9921669b6b5bf247f8d895ffbea7007ea956b9d6
 DIST asgiref-3.7.0.tar.gz 33247 BLAKE2B 
512d497d57e45b2ea8d0db1d7bd12ebd850087291698067b050988137e4795eb784796ac8ec6cfcce3a67d9cbf11fb88d4a441e5dfd4e9d177400efe979837e9
 SHA512 
f4672a1ec652e4f05114caf19e1036a6bc71b137af48214292d5f5348340563a450e13520424aae74d75a58c9dbae7acf4f2debf54acbf5c24310e6bf911ac3f
+DIST asgiref-3.7.1.tar.gz 33273 BLAKE2B 
9c06694ea69874224d062819582689ff541356697933508c93354a3850f9c5c7668fd49a500417c7ad832511b1d647ad199928d4811abbf9d8ee31263a81e12d
 SHA512 
9d9563e50c4e0998d169975d6477f1dd2fb953921eafb54cf42aa36fe6a62f5df6b1f7b562491ffa8587d3c3a716d79858bf314aeae7379ccd0efcf59f330d61

diff --git a/dev-python/asgiref/asgiref-3.7.1.ebuild 
b/dev-python/asgiref/asgiref-3.7.1.ebuild
new file mode 100644
index ..f82d77df50c5
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.7.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-05-24 Thread Michał Górny
commit: f803ecbd9e6ca5676fccbfa1393e963e85d7ac78
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 03:08:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 03:08:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f803ecbd

dev-python/emoji: Bump to 2.4.0

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

 dev-python/emoji/Manifest   |  1 +
 dev-python/emoji/emoji-2.4.0.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/dev-python/emoji/Manifest b/dev-python/emoji/Manifest
index 159e79ca8a9d..6926ff043570 100644
--- a/dev-python/emoji/Manifest
+++ b/dev-python/emoji/Manifest
@@ -1 +1,2 @@
 DIST emoji-2.2.0.gh.tar.gz 293134 BLAKE2B 
4f6d8cf297c36a688b7f5e2f4afceb7e55102b23507fcac95799b6a6ab82521c55fcec884dcb2270e8290516942b7ef923de99b4e8da9241ce5828256b991653
 SHA512 
51150605c7b20fdb9a62746df098995814fb3b5b6c6b79dc65fb35dd8036c95b150b63c6af37f1baaf5dfab521c41ff7d0360864ffa77f696ba2465c50e1da79
+DIST emoji-2.4.0.gh.tar.gz 408557 BLAKE2B 
9011ea74aad358a7e6b60771684538587ea34db601dac745663f1229db8b97b790092b2a3e6d83f274c7c3227504c8c3588701fe2c63d9c8147adc34979ee611
 SHA512 
5d52b4f70b4b10c2ac48e8170eff81e7e90ab8483bd76b38ba1a66f5ab33bbe8434ee30cace0e6251522a235384c9a5c4fdb9bc289c4a0a17d9a4f1331968e69

diff --git a/dev-python/emoji/emoji-2.4.0.ebuild 
b/dev-python/emoji/emoji-2.4.0.ebuild
new file mode 100644
index ..db91ef152e72
--- /dev/null
+++ b/dev-python/emoji/emoji-2.4.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Emoji for Python"
+HOMEPAGE="
+   https://github.com/carpedm20/emoji/
+   https://pypi.org/project/emoji/
+"
+SRC_URI="
+   https://github.com/carpedm20/emoji/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64"
+
+distutils_enable_tests pytest



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

2023-05-24 Thread Michał Górny
commit: 15e887468457ec3d9d52a53d9a1d325ec5d666e2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 03:02:58 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 03:02:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15e88746

dev-python/ansible-compat: Bump to 4.1.0

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

 dev-python/ansible-compat/Manifest |  1 +
 .../ansible-compat/ansible-compat-4.1.0.ebuild | 52 ++
 2 files changed, 53 insertions(+)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index 3383b893df0c..8a6411da33d4 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -5,3 +5,4 @@ DIST ansible-compat-4.0.1.tar.gz 63728 BLAKE2B 
51b6956059394e1e29d416113f6a92403
 DIST ansible-compat-4.0.2.tar.gz 63771 BLAKE2B 
bcf66825c52de63172f7d36b696e136cc203201743e482d1aa78033664de49120a1304c6397e28dc56205fbe1b5f382f86852bc735cd879151df1db3ebaa1c1b
 SHA512 
6332e12dc123bea6307a5306bb44357507e8c60f5699e8a09a39f9cfe44c649cfd8150b3a4687b47bc62bd95a7bdc4801cac01e10870df451f23ac2e278414e5
 DIST ansible-compat-4.0.4.tar.gz 65116 BLAKE2B 
3f96e052cb9ba0352884fe1cfeacf9a1e5a7bbee715d08c054df49112966751067eb08f32b0598a8559e200fa9c3a619b58b854699342b6185bd9579bc75cbf2
 SHA512 
b13bc3d7a29b2caebfddb7a2311bfb8ad94062019238ed5a8a22fe9de1c00d25426694755cdbf289094db7fdfd88248fcf3e17e9aef9601046ef33c25d6894e6
 DIST ansible-compat-4.0.5.tar.gz 65711 BLAKE2B 
f40e87012dba936ba8b6f204559484ff089034123da4c355f997d7cec857efc64adcd0a4ec9abe021a428f61c692b13a3e3146f78a1896689c61764286e03719
 SHA512 
c08bbbcbef7e49001009cbd691dc226626f1392dfc5a5be89166da0be91c8d5794a2e6a158b11787320a1dcbe24c85eedee28596b0fc27d0a3c2a499286f5efc
+DIST ansible-compat-4.1.0.tar.gz 66781 BLAKE2B 
ce0da545e4a81798ee9376129b9f9e8c0cfd7ca641086ae55516406b73f89472a1fc44384e3728207be76cb2b8d1b724c55ff5dcf72e88a0f971ccd59aea8a8d
 SHA512 
15b40622a00bb3b4ac3c8ed5ef05e0a65b867fbe9579352fbcbff8113d46e8da5fb5c36e0092387da4509b33244c8d27c0c08de76ff8dd78fd19e465824078c5

diff --git a/dev-python/ansible-compat/ansible-compat-4.1.0.ebuild 
b/dev-python/ansible-compat/ansible-compat-4.1.0.ebuild
new file mode 100644
index ..bbea175e5664
--- /dev/null
+++ b/dev-python/ansible-compat/ansible-compat-4.1.0.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Contains functions that facilitate working with various versions 
of Ansible"
+HOMEPAGE="
+   https://pypi.org/project/ansible-compat/
+   https://github.com/ansible/ansible-compat/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+
+RDEPEND="
+   >=app-admin/ansible-core-2.12[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-4.6.0[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   >=dev-python/subprocess-tee-0.4.1[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   >=dev-python/setuptools-scm-7.0.0[${PYTHON_USEDEP}]
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/pytest-plus[${PYTHON_USEDEP}]
+   )
+"
+
+# All these tests attempt to connect to galaxy.ansible.com
+EPYTEST_DESELECT=(
+   test/test_runtime.py::test_install_collection
+   test/test_runtime.py::test_install_collection_dest
+   test/test_runtime.py::test_prepare_environment_with_collections
+   test/test_runtime.py::test_prerun_reqs_v1
+   test/test_runtime.py::test_prerun_reqs_v2
+   test/test_runtime.py::test_require_collection_no_cache_dir
+   test/test_runtime.py::test_require_collection_wrong_version
+   test/test_runtime.py::test_require_collection
+   test/test_runtime.py::test_upgrade_collection
+   test/test_runtime_example.py::test_runtime
+)
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/google-api-python-client/

2023-05-24 Thread Michał Górny
commit: 84308fedcca78d388c14aa57847d28e1c41e50b3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 02:56:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 02:56:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84308fed

dev-python/google-api-python-client: Bump to 2.87.0

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

 dev-python/google-api-python-client/Manifest   |  1 +
 .../google-api-python-client-2.87.0.ebuild | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/dev-python/google-api-python-client/Manifest 
b/dev-python/google-api-python-client/Manifest
index 7be401274c05..dd999eb66dfb 100644
--- a/dev-python/google-api-python-client/Manifest
+++ b/dev-python/google-api-python-client/Manifest
@@ -1 +1,2 @@
 DIST google-api-python-client-2.86.0.tar.gz 10767816 BLAKE2B 
532b86d49dfec724237a07c6d6c4dccbdf7a4f9d8c6a1c7f96548708c55e5851bca3e1f0f28da65edbde68a6d760498af8936be177ce5c0dda3e6809db218188
 SHA512 
2d1aea4a6735aeffbc4aba05affaa3c4389e2f9f121185d5a5d47e818e33ae3506bebf2748d7a14b374310531c7c3a34325524c5c48df3c882c6b2a4ce579e8d
+DIST google-api-python-client-2.87.0.tar.gz 10933794 BLAKE2B 
702eef338d1b976219587a24b70adc513edd47bc03e7e17dd865424542d8ca61979073ea9d474c60e765f0cd4cfdd67ae2aac7f915b2be46a8c4cfc1bd4bd975
 SHA512 
55c8f90e4dbd74de6570f078341cb26b90d1a0ff7f20fb5ac2b94f8100ffdc12e49a9beeea5432d0c5f5cf0d0cb7834f8c2cb398be83b1c98305e5a07e2c81f6

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.87.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.87.0.ebuild
new file mode 100644
index ..0194f9640998
--- /dev/null
+++ b/dev-python/google-api-python-client/google-api-python-client-2.87.0.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Google API Client for Python"
+HOMEPAGE="
+   https://github.com/googleapis/google-api-python-client/
+   https://pypi.org/project/google-api-python-client/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/httplib2-0.15[${PYTHON_USEDEP}]
+   =dev-python/google-api-core-2.3.1[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-1.35.0[${PYTHON_USEDEP}]
+   >=dev-python/google-auth-httplib2-0.1.0[${PYTHON_USEDEP}]
+   >=dev-python/uritemplate-3.0.0[${PYTHON_USEDEP}]
+   

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

2023-05-24 Thread Michał Górny
commit: 0abd5670ae91a131a63a322c5ab170754a9924cf
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 02:58:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 02:58:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0abd5670

dev-python/trove-classifiers: Bump to 2023.5.24

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 insertions(+)

diff --git a/dev-python/trove-classifiers/Manifest 
b/dev-python/trove-classifiers/Manifest
index db6db46c34b4..eafb18715e0a 100644
--- a/dev-python/trove-classifiers/Manifest
+++ b/dev-python/trove-classifiers/Manifest
@@ -1,2 +1,3 @@
 DIST trove-classifiers-2023.5.2.tar.gz 15835 BLAKE2B 
788c6e05c498dcaa21cc51f0bfbcd5e3637b56c5cb0f481b9c9c746caa092f578ff7b8947f620518bdbca8a7fbbe67b8806b0c56c219a9b25d2f44647dbb0f60
 SHA512 
6f1e9e31a40ddd701048613c128b765a6b920480f5f3f2f678102277ac0b230ecd9dc135f9dda5ed115abbdacc3098ac2d75564004df0e8cae04b12335b309bb
 DIST trove-classifiers-2023.5.22.tar.gz 15853 BLAKE2B 
b7170a53287ffa6086aa5223128a9d66cb9cc6d7a3b76f8b47cb5cab835d9f47cb98cfd1436ba8bbe057043751e5685899dfda9fdd61c6a14e4d04f00789b227
 SHA512 
c665b2255afc2e9acc537a7d650648d34ab3438baaf33bb0c9a535942ee8750c0795fda89fa28d29f5232e62e957795947b0d908fc7e06bbdce2cc7dd1cc26bf
+DIST trove-classifiers-2023.5.24.tar.gz 15856 BLAKE2B 
37184092e2ec7c068a73d47f0708124b92d54abd4015da5ccbe2b914699f7f93ffaaf1422b84745c0c76aa377adab9c4759348789c55300772c80892afc5c6da
 SHA512 
6017d32ffb63f8ac85d616c55a9317aa8f3cecbddcdfaabffbd6ba98a60f964ceeb28424881f2cebdf891aad2b6d7d1ade78202ca6e9bec697ce446647d09897

diff --git a/dev-python/trove-classifiers/trove-classifiers-2023.5.24.ebuild 
b/dev-python/trove-classifiers/trove-classifiers-2023.5.24.ebuild
new file mode 100644
index ..24ce94ad7835
--- /dev/null
+++ b/dev-python/trove-classifiers/trove-classifiers-2023.5.24.ebuild
@@ -0,0 +1,31 @@
+# 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="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~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: dev-python/prometheus_client/

2023-05-24 Thread Michał Górny
commit: ca17796e9727e38704de926a6981f8caae4caf3f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 02:35:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 02:54:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca17796e

dev-python/prometheus_client: Switch to pypi sdist

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

 dev-python/prometheus_client/Manifest| 2 +-
 dev-python/prometheus_client/prometheus_client-0.16.0.ebuild | 7 +--
 2 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/dev-python/prometheus_client/Manifest 
b/dev-python/prometheus_client/Manifest
index e7fd71fbabf7..0117eb3715f8 100644
--- a/dev-python/prometheus_client/Manifest
+++ b/dev-python/prometheus_client/Manifest
@@ -1 +1 @@
-DIST prometheus_client-0.16.0.gh.tar.gz 82473 BLAKE2B 
bf285f52ce3de4c55f681871b814fe0be8dbdf61ed3031570983325e193a9b34cafbc8526f545801ac8711cc8331cf3b0c8f157394feb9ad827ac97872397341
 SHA512 
511936758026b6d6f48f52d27b1cb964a03668054d7a3c5c82c4fa20800be3812150fca74ab46dad11ca12f2c9ce1a6951a82ae2bacf91b3761f7bf7ce75e0d2
+DIST prometheus_client-0.16.0.tar.gz 117546 BLAKE2B 
6b4e6600b352f17620e432edd976c2d26ef71326018bd1fa81f6bf4842f1599b06b11036a3b71c641698ad3d1e2f4422812133b51a34ecc70ec0606e9ea2478c
 SHA512 
12d22963a22511872fbd170e112a743fac02ab1a569934eef5d97f53a292281ef3f589e852f245d083d8555c5cda51c6210fe48e1211431c8fe00b47d571eaf4

diff --git a/dev-python/prometheus_client/prometheus_client-0.16.0.ebuild 
b/dev-python/prometheus_client/prometheus_client-0.16.0.ebuild
index a644f25e8f12..d13ab19b83f7 100644
--- a/dev-python/prometheus_client/prometheus_client-0.16.0.ebuild
+++ b/dev-python/prometheus_client/prometheus_client-0.16.0.ebuild
@@ -6,18 +6,13 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Python client for the Prometheus monitoring system"
 HOMEPAGE="
https://github.com/prometheus/client_python/
https://pypi.org/project/prometheus-client/
 "
-SRC_URI="
-   https://github.com/prometheus/client_python/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}/client_python-${PV}"
 
 LICENSE="Apache-2.0"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: profiles/updates/, dev-python/os-client-config/, dev-python/prometheus_client/, ...

2023-05-24 Thread Michał Górny
commit: e099f28acf7eaed1fb50e531dd3057bca0912151
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 02:37:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 02:55:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e099f28a

Rename dev-python/{prometheus_client → prometheus-client}

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

 dev-python/django-prometheus/django-prometheus-2.2.0-r1.ebuild  | 2 +-
 dev-python/django-prometheus/django-prometheus-2.3.1.ebuild | 2 +-
 dev-python/jupyter-server/jupyter-server-2.5.0.ebuild   | 2 +-
 dev-python/nbclassic/nbclassic-0.5.5.ebuild | 2 +-
 dev-python/nbclassic/nbclassic-0.5.6.ebuild | 2 +-
 dev-python/nbclassic/nbclassic-1.0.0.ebuild | 2 +-
 dev-python/notebook/notebook-6.4.12.ebuild  | 2 +-
 dev-python/notebook/notebook-6.5.4.ebuild   | 2 +-
 dev-python/openstacksdk/openstacksdk-1.0.1.ebuild   | 2 +-
 dev-python/openstacksdk/openstacksdk-1.1.0.ebuild   | 2 +-
 dev-python/openstacksdk/openstacksdk-1.2.0.ebuild   | 2 +-
 dev-python/os-client-config/os-client-config-2.1.0-r2.ebuild| 2 +-
 dev-python/{prometheus_client => prometheus-client}/Manifest| 0
 dev-python/{prometheus_client => prometheus-client}/metadata.xml| 0
 .../prometheus-client-0.16.0.ebuild}| 0
 net-im/synapse/synapse-1.79.0.ebuild| 2 +-
 net-im/synapse/synapse-1.82.0-r1.ebuild | 2 +-
 net-im/synapse/synapse-1.83.0.ebuild| 2 +-
 profiles/updates/2Q-2023| 1 +
 sys-process/glances/glances-3.3.0-r1.ebuild | 2 +-
 20 files changed, 17 insertions(+), 16 deletions(-)

diff --git a/dev-python/django-prometheus/django-prometheus-2.2.0-r1.ebuild 
b/dev-python/django-prometheus/django-prometheus-2.2.0-r1.ebuild
index 680ccac5129a..12308447e035 100644
--- a/dev-python/django-prometheus/django-prometheus-2.2.0-r1.ebuild
+++ b/dev-python/django-prometheus/django-prometheus-2.2.0-r1.ebuild
@@ -21,7 +21,7 @@ KEYWORDS="~amd64"
 
 RDEPEND="
dev-python/django[${PYTHON_USEDEP}]
-   >=dev-python/prometheus_client-0.7[${PYTHON_USEDEP}]
+   >=dev-python/prometheus-client-0.7[${PYTHON_USEDEP}]
 "
 
 distutils_enable_tests pytest

diff --git a/dev-python/django-prometheus/django-prometheus-2.3.1.ebuild 
b/dev-python/django-prometheus/django-prometheus-2.3.1.ebuild
index 680ccac5129a..12308447e035 100644
--- a/dev-python/django-prometheus/django-prometheus-2.3.1.ebuild
+++ b/dev-python/django-prometheus/django-prometheus-2.3.1.ebuild
@@ -21,7 +21,7 @@ KEYWORDS="~amd64"
 
 RDEPEND="
dev-python/django[${PYTHON_USEDEP}]
-   >=dev-python/prometheus_client-0.7[${PYTHON_USEDEP}]
+   >=dev-python/prometheus-client-0.7[${PYTHON_USEDEP}]
 "
 
 distutils_enable_tests pytest

diff --git a/dev-python/jupyter-server/jupyter-server-2.5.0.ebuild 
b/dev-python/jupyter-server/jupyter-server-2.5.0.ebuild
index 4dd97b7b6f98..0964f173e0e0 100644
--- a/dev-python/jupyter-server/jupyter-server-2.5.0.ebuild
+++ b/dev-python/jupyter-server/jupyter-server-2.5.0.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
>=dev-python/nbconvert-6.4.4[${PYTHON_USEDEP}]
>=dev-python/nbformat-5.3.0[${PYTHON_USEDEP}]
dev-python/packaging[${PYTHON_USEDEP}]
-   dev-python/prometheus_client[${PYTHON_USEDEP}]
+   dev-python/prometheus-client[${PYTHON_USEDEP}]
>=dev-python/pyzmq-24[${PYTHON_USEDEP}]
dev-python/send2trash[${PYTHON_USEDEP}]
>=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]

diff --git a/dev-python/nbclassic/nbclassic-0.5.5.ebuild 
b/dev-python/nbclassic/nbclassic-0.5.5.ebuild
index ca32e945287e..3802f02fd04c 100644
--- a/dev-python/nbclassic/nbclassic-0.5.5.ebuild
+++ b/dev-python/nbclassic/nbclassic-0.5.5.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
dev-python/nbformat[${PYTHON_USEDEP}]
>=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}]
>=dev-python/notebook-shim-0.1.0[${PYTHON_USEDEP}]
-   dev-python/prometheus_client[${PYTHON_USEDEP}]
+   dev-python/prometheus-client[${PYTHON_USEDEP}]
>=dev-python/send2trash-1.8.0[${PYTHON_USEDEP}]
>=dev-python/terminado-0.8.3[${PYTHON_USEDEP}]
>=dev-python/tornado-6.1[${PYTHON_USEDEP}]

diff --git a/dev-python/nbclassic/nbclassic-0.5.6.ebuild 
b/dev-python/nbclassic/nbclassic-0.5.6.ebuild
index dbd9a062a219..3ce153399977 100644
--- a/dev-python/nbclassic/nbclassic-0.5.6.ebuild
+++ b/dev-python/nbclassic/nbclassic-0.5.6.ebuild
@@ -30,7 +30,7 @@ RDEPEND="
dev-python/nbformat[${PYTHON_USEDEP}]
>=dev-python/nest_asyncio-1.5[${PYTHON_USEDEP}]

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

2023-05-24 Thread Michał Górny
commit: 3b8c61afecb4601a41699934a69cfc65a83dccfd
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 02:42:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 02:55:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b8c61af

dev-python/nbsphinx: Bump to 0.9.2

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

 dev-python/nbsphinx/Manifest  |  1 +
 dev-python/nbsphinx/nbsphinx-0.9.2.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/nbsphinx/Manifest b/dev-python/nbsphinx/Manifest
index 45d773e451b1..00e0536bc8ac 100644
--- a/dev-python/nbsphinx/Manifest
+++ b/dev-python/nbsphinx/Manifest
@@ -1 +1,2 @@
 DIST nbsphinx-0.9.1.tar.gz 171587 BLAKE2B 
38796379102f7488b58e0a4ca720b6800edc11477935c782dbd9124d96fb8587f5cd51b01f95f60f1372bafc5177e68a61a61c9d20261078a8421001e6936196
 SHA512 
d18c3da6b202c22dfdbb9ddfbb5b61af97200aaf75712f0e6a0221089c155faac9bca61cb0d552c231456e095f3303c59a9f23a99405dacf4b99117b929e6196
+DIST nbsphinx-0.9.2.tar.gz 171754 BLAKE2B 
6bb73034b7f24c39c2d79e9beab623c46c07d9dd583a71920b83a6561e7f2899474db3edbb7b64386f4f41e1fb7960e942ea8327387ef2e0f1d3745627a3ade4
 SHA512 
b5e371e3177f03e72d87059d0c06cb4787afe255926e9f2440ea0c753f5457974535f42c98bd5bb289752151400612f28de98e1b36e6865b26790e56d1f78b80

diff --git a/dev-python/nbsphinx/nbsphinx-0.9.2.ebuild 
b/dev-python/nbsphinx/nbsphinx-0.9.2.ebuild
new file mode 100644
index ..a29963c7e93e
--- /dev/null
+++ b/dev-python/nbsphinx/nbsphinx-0.9.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Jupyter Notebook Tools for Sphinx"
+HOMEPAGE="
+   https://github.com/spatialaudio/nbsphinx/
+   https://pypi.org/project/nbsphinx/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/jinja[${PYTHON_USEDEP}]
+   dev-python/nbconvert[${PYTHON_USEDEP}]
+   dev-python/nbformat[${PYTHON_USEDEP}]
+   >=dev-python/sphinx-1.8[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5[${PYTHON_USEDEP}]
+"



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

2023-05-24 Thread Michał Górny
commit: 7d028221e9ae4e30ee821cad00c4393179a9946b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 02:41:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 02:55:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d028221

dev-python/prometheus-client: Bump to 0.17.0

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

 dev-python/prometheus-client/Manifest  |  1 +
 .../prometheus-client-0.17.0.ebuild| 25 ++
 2 files changed, 26 insertions(+)

diff --git a/dev-python/prometheus-client/Manifest 
b/dev-python/prometheus-client/Manifest
index 0117eb3715f8..2ea9d5219fbb 100644
--- a/dev-python/prometheus-client/Manifest
+++ b/dev-python/prometheus-client/Manifest
@@ -1 +1,2 @@
 DIST prometheus_client-0.16.0.tar.gz 117546 BLAKE2B 
6b4e6600b352f17620e432edd976c2d26ef71326018bd1fa81f6bf4842f1599b06b11036a3b71c641698ad3d1e2f4422812133b51a34ecc70ec0606e9ea2478c
 SHA512 
12d22963a22511872fbd170e112a743fac02ab1a569934eef5d97f53a292281ef3f589e852f245d083d8555c5cda51c6210fe48e1211431c8fe00b47d571eaf4
+DIST prometheus_client-0.17.0.tar.gz 90650 BLAKE2B 
04bc44e930c94edc9fb0ceb5cc5be71cbec23435d271ec63acacbb10b42b192170ed7f92c767a575a08a8140d9cfc28b591c49ad9af2e6d931990daba45637ba
 SHA512 
da9a27a514dca0ae2721eaa607c5adfa86686553eebc0c4eb4323d0866d03b520de5085b8e39560df0525ef3c7996271b64136f60a427fb14fb8851e595f

diff --git a/dev-python/prometheus-client/prometheus-client-0.17.0.ebuild 
b/dev-python/prometheus-client/prometheus-client-0.17.0.ebuild
new file mode 100644
index ..587c0a11e8cc
--- /dev/null
+++ b/dev-python/prometheus-client/prometheus-client-0.17.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python client for the Prometheus monitoring system"
+HOMEPAGE="
+   https://github.com/prometheus/client_python/
+   https://pypi.org/project/prometheus-client/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/twisted[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: sci-astronomy/stellarium/

2023-05-24 Thread John Helmert III
commit: 30c84c89688d99c19e95672a24572fa4af864675
Author: Alexey Sokolov  asokolov  org>
AuthorDate: Tue May 23 18:33:19 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Thu May 25 02:53:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c84c89

sci-astronomy/stellarium: drop 1.2

Bug: https://bugs.gentoo.org/905300
Signed-off-by: Alexey Sokolov  asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/31147
Signed-off-by: John Helmert III  gentoo.org>

 sci-astronomy/stellarium/Manifest  |   6 -
 sci-astronomy/stellarium/stellarium-1.2.ebuild | 192 -
 2 files changed, 198 deletions(-)

diff --git a/sci-astronomy/stellarium/Manifest 
b/sci-astronomy/stellarium/Manifest
index 0233d7d7d58d..d7af24766947 100644
--- a/sci-astronomy/stellarium/Manifest
+++ b/sci-astronomy/stellarium/Manifest
@@ -3,15 +3,9 @@ DIST stars_5_2v0_1.cat 42580300 BLAKE2B 
eb6528c0577b3f2001a8b03cc5a4e08fa4e75723
 DIST stars_6_2v0_1.cat 148352404 BLAKE2B 
c605b284b3d768cb1619ada3f58d406fa7737f09949e8926d6c14b82a85927d124d7fcb50c6d6c357d21b003938cc0b28937f2adb28ae268bb5c85d575f5e0ff
 SHA512 
794279407595f44bbc1e492086063d98068bf332202a5448cd83dd7afbdcf7c6c3ff2878f3016369ebb5a98552874eb4eddb38e2c40e9a163c6231b640e02977
 DIST stars_7_2v0_1.cat 305710678 BLAKE2B 
1cc9b4a6bc35a9339e495f7e0da4f7e90a0e92b05b5de8599be1bbdd2a8053cbcec44b0e58bc9248364666db9cdf23449edf236e3f21fdc0e8f1a4a706afc919
 SHA512 
43b866eb793e8812c9d5502101a6c985d2055fb88bdbda274726bcd51e1527ecf342b22acd673318c9c8e88cac68eace18de8f27d29ffe64933fd32a5b84c5e3
 DIST stars_8_2v0_1.cat 559068934 BLAKE2B 
c040a369cdf6885759998e1315b554d21a5e2b9b149a67967a8af45606aebf57bec407fab5ce1904978af0dc529aa6bddd267331ca45f58617bbf56d5ca99dee
 SHA512 
06d4fa298b9dff8452f550377df99fcaa5e7107cfc7b75c9a4769b3cb6d97a822a54213c706102c1d7ef2dabc16df32a85f46b2f6d6c6f76a4e919353b739de4
-DIST stellarium-1.2.tar.xz 344579192 BLAKE2B 
56aa497cfd57a3e43ed0f153fbfe0cf348fd1b4e14bc54fbade20063d61211972d2f717c46c872f858b23798521a00390135044ab58625322f88ba9d87513c48
 SHA512 
d27a038ce51a2a7c5145c40d6ff54938820e98e432adb56f7e986d7cd0c23d87f76c0616641173c1c047652f570069dcb3a5959806262188642e5ac29ffeb003
-DIST stellarium-1.2.tar.xz.asc 313 BLAKE2B 
147a58a70f98c45bf3446a0fc92ade5ce464a160279192533af00bb0361beeb03e3bc89f3ea59c385010bd211ad33cb203f4e67d354bce3be47ef2e62b8b3cc2
 SHA512 
b62381bfc49ea8f209224c4afb6515adbc3a8a9e30b0313f63e4db3aa8409a8912795ffbc3fd3de576ef720784674912cafcb88f5f247497e42910f20c067fdd
 DIST stellarium-23.1.tar.xz 347455652 BLAKE2B 
1cd367b91a77bd9ace1afe667d9579fad9c1f8cb5c30b851bc2dfcfcd389913a5c3014b589d3c9454a27a8f48ea97c763030f6dfa7bf2c684e29f5ae38db53f4
 SHA512 
94077b0408fd78b12706760b9ca20cb9b8a24e94ad7daedca922ab310714b6a6fea03a0cdf3fa9dc614be14472b17416e1d5849283c6faba7f8bf91eaa6ab9d6
 DIST stellarium-23.1.tar.xz.asc 313 BLAKE2B 
69a9c88defbd1fa955ad3f93af98d33a1b959fdbe7a8138590f5fbd88c25d5b25b3929a31d235eaf43af562e9eb2bd70a2ca4999dffeb3cb5d71f9bf4d692025
 SHA512 
d9ee09317d0bfc1758fb771ac15a2d4c29cb6cd77cbffd2f4046137a243d31c2253a3f367a12c2a089a4c09b865a78670ab626b8e7f40a8500c2f0abb5d60474
-DIST stellarium-dso-catalog-3.18.dat 28678602 BLAKE2B 
163eecf1bc26728f88f9f322c950fd26570bf52f63f462756e94ce0c6788d58c8d8fd39f34201c8536745e70afe426aec5f1bc079830fdca9723d9a8797a053e
 SHA512 
ff86d47b7b777ae6de76c4bb41870f18de9a309d2b188d01e5c854bd79ae5d022ad1d46a3e80001bed49166df424096e53482398d810eabc792ca1f4829deacd
-DIST stellarium-dso-catalog-3.18.dat.asc 313 BLAKE2B 
98ef5f9181d5a597328cee2b87963adc81033f2e6539b8db1d155fd2c1ef13fc2d3967e5ad52a892ddfee34d4482dbd174d2d39af9390efdea39b773e0bf7b44
 SHA512 
71967a83d0720b560895e9369f862b977b5600bad66e095c9b5987dd25a67e49c86bf2abeb0119efb6f1c945b5346153cf5a4c4f279c34e07f3be1c7d044e7f9
 DIST stellarium-dso-catalog-3.19.dat 28678714 BLAKE2B 
855ec3370efa2ad33d9a99cf473659c76cbcfce87c10df67a6f81514fe3fa2385e295e1a092e55db8164093628e5038399dd62b837e39efc2306be15a0292dc5
 SHA512 
4187c574789c2bb387791039465eed9c915fec16ae4edbf0c160406dd7bdf7dae0c70846f0208ca639909bb6842c2bc3c2337302bfaf1394f4e081707df5079c
 DIST stellarium-dso-catalog-3.19.dat.asc 313 BLAKE2B 
6ae0acdb9b1012e71c346e5834b88dd1e8146789158a5d81e7e992b1730ab5a74899aac76b84b269fb1ccdc2494ddb258209c580751705bda6023fc59132e7d7
 SHA512 
95a1cf3911c67e2104d6240b9a5e0ce0d0f2d8ed5edcb40303432d17b3d4ccd8875eb9b9e8b7f94e81d1103dba98d3ac5cb6354933f78ebda83015a45297a159
-DIST stellarium_user_guide-1.2-1.pdf 36821463 BLAKE2B 
f7ddf7bee8f06c323ee3a493a04cfcad0bd78244ba67f1e9fa159e66533a9e5156358d9466e91bebcf3642f252b07535d93a480be0cfdc9991be0a8abb327a6e
 SHA512 
7d1a62bb4dca645789469c2f84daf929494a342168b011cdcc6cc2b0cace0f133eade110e75dcc26d29479550f6a60bbc791b3cf2e9f2a44f4c19ec406c0
-DIST stellarium_user_guide-1.2-1.pdf.asc 313 BLAKE2B 
95a3a5c88a3d4ea37c6fa99ac808caf87fd8e2f24ff57119a16b1d849e1da5280cddb42a5fd300d684bb018a8e6f0f5e80e2de9600e6231a1cddda7cdb40e29a
 SHA512 

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

2023-05-24 Thread Michał Górny
commit: f09eef63e74c2763d6c929e5cd57a6c3892ffae0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 01:38:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 01:38:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f09eef63

dev-python/boto3: Bump to 1.26.140

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

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

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index ffc2416a62b8..b1ab440fa518 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -3,3 +3,4 @@ DIST boto3-1.26.133.gh.tar.gz 648114 BLAKE2B 
97c71216d92baffb9e07f9c112590a1fc78
 DIST boto3-1.26.137.gh.tar.gz 650777 BLAKE2B 
e4a7d02ccefbda53b33558dc107457eaa1df0871bb2fc548b348246192cfdd6760bc43a6e6861622de6376244b80a94a387bbb827be2f5b749bccf6b8ff5af58
 SHA512 
de5d29a4139650f0527e93a9e223b7d41b285b6c263a5bc7ec9ebad1eee19373b1f2093c03414f7b575f8a7402734b4076cfaf0fa5be34ff54b55d8960e9c836
 DIST boto3-1.26.138.gh.tar.gz 651104 BLAKE2B 
58c7c71c97567b167d9c0afc376161b60155ce31984e2b9e0d72a152fe8825fe50258ea2b917489d7b041ada1212c6516ed5176e61fa9fc900a1ae9306fe382c
 SHA512 
81c3873afca46cfcc60559236ec61db92a9d040fb7e192c2aa0c663416ff954740d2aea2ab5d8e417fc2909413fed6dd3684d7e0b05c863bbed9abac4d02a1d8
 DIST boto3-1.26.139.gh.tar.gz 651459 BLAKE2B 
ba1c0c45c0cd78622ca34bcbfb3c8961c0555ed9fa16d8cb89363880d8cf6911183758ed7e4f44a098413b47d2d6b3c1ee4e57f05561947d7660a969e4e7be2d
 SHA512 
971ce067318642e2f4a13cb77b29410d97b5c8e7cff28e76d7983f95bb5f593697bebc6d744517b5c7e760b5b30980370befe86a97d1162882a13428833b0a5b
+DIST boto3-1.26.140.gh.tar.gz 651805 BLAKE2B 
2b58cee4e5c199af29e359790abfbb6eb536be3ded95aead640fdf179a0150875753cc9d066b70b08b0f9db6ef12d9fd3e5dbc4d9c481872f894c24a5f279f5f
 SHA512 
f73fddf2674ee0bdbca37b6231d9b512286c73f5e815573eadb1f8ae855749a58492eed20fd03a2494392b7f146c86ba355ed2381aefbc5251fcae366749c277

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

2023-05-24 Thread Michał Górny
commit: adc1fb61ab2d6d1d278ae4425eba2f9ae4f48c84
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 01:37:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 01:37:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adc1fb61

dev-python/botocore: Bump to 1.29.140

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

 dev-python/botocore/Manifest |  1 +
 dev-python/botocore/botocore-1.29.140.ebuild | 79 
 2 files changed, 80 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 8db5f957a77f..1b1fad5229c0 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -3,3 +3,4 @@ DIST botocore-1.29.133.gh.tar.gz 11484789 BLAKE2B 
ce1acc51ffada796e594090e7b4d73
 DIST botocore-1.29.137.gh.tar.gz 11508178 BLAKE2B 
2f74fd2f3923672a4fcd501f1c5ba48cd09965ea0f70689bd6559a4c4a6fe8921f783ef86f28ac57893c8b1366d8fca2fc79f0216747e04142ed33880f07fe39
 SHA512 
b800a1b73170b5fcbbf1b17477bb8f04b19f5f250a68bbb3b993b0e058d8df870eddf932f79d94eaa3255b976ce136adbdd5b359757cd79f2cfe2a16b3cfa2f4
 DIST botocore-1.29.138.gh.tar.gz 11516247 BLAKE2B 
eb8195ff412de996fcdd9cb2f44f20476b1418f328016721099ed7dc2a7159a5bbc819f752ea2188c46edb0d701a0481f7823cb50d0da5712d61f7b9a5f0799e
 SHA512 
02bf92e2481aa27796186f8c457ce1e3d833bcf5d647dab3fe6347760106ccc8f73a3c7d55700ad72fc0210e8229c905e617a8d65a63542eaadab01e1c798bb3
 DIST botocore-1.29.139.gh.tar.gz 11517015 BLAKE2B 
4c765477aae729788325fef1a7f13bc5ed641883f5d0bfa423bfa942a229c15a8d3e87a7670ffae673fec5dcd25416d9f77072bda41af9e18a9784668aea54a8
 SHA512 
374054ff9006c2deaf1b7d5c796ca0d1473bd6313402bcbb9b2d1ae25fe97b5d3d02e015952fb9d9dfdda3aaedae02359e943dbb8b0f9acb50595a98ca20b8b6
+DIST botocore-1.29.140.gh.tar.gz 11521020 BLAKE2B 
9d7ed6713b9005285bb94dc3cf69d622d70042feb6a306bb7aab06bed2f7d2c4f316f830dc18befb73c0c77d0502f592f29c2cf86eab8a6e6426adca25cf11e4
 SHA512 
243d58f8f2c61402f2b84e3a62076579a03e278d8a4c8d42e80106e23a3c72e73f666c617834717fee9bb22cf0ad45ec0f8e622a20a8165a269659b6d305fbe7

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

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

2023-05-24 Thread Michał Górny
commit: 4988151647ec0769c366c4c9156cc380eae3e876
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 01:38:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 01:38:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49881516

app-admin/awscli: Bump to 1.27.140

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

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

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index dade8161cae8..5ab84bf9be4c 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -3,3 +3,4 @@ DIST aws-cli-1.27.133.gh.tar.gz 2421348 BLAKE2B 
0511291bf018bb62616f11231327b47a
 DIST aws-cli-1.27.137.gh.tar.gz 2423020 BLAKE2B 
9cdc1cab324eaa2b2bc17418180bf8bec6e34903b427afbd2bceb0c35eb0923b5e7d98e42954f239bf13576b5d10b80c29d15af17e0f230ff79c244b1532a671
 SHA512 
9d3220b392839334bc077e0ae417b73ae2aaec363a5a3684690eabe790c062f9b428851b02cb2f27b65193c712fc149eb602a33b8f500afc81daed5cd2d3e8db
 DIST aws-cli-1.27.138.gh.tar.gz 2424550 BLAKE2B 
eff6712357722f6ade0fa8365f034dcd69f6af3748cd1b88be78730ecc4f7368042b9e6a1681804c68d9e8b2521045547be76c7497243e209107612d435fab55
 SHA512 
b51c80bcb2cd8274e4e3bcaf9ed03ac97554cea7ea5c67bbab8de318fd5c4cbb272fe914749cf57bd6d9cb69aaa2cbd325559ae9fdadb92ecde6d2d4cb532447
 DIST aws-cli-1.27.139.gh.tar.gz 2425326 BLAKE2B 
4fafb3611931cef28017b8d1dabaff694cdd14fe327c7d5ddac6f7e7623b2321bc51b5ae5219b1ddb9c10e22b2398932ef3ce41d8784bcc2da4363bbf2a1b63b
 SHA512 
3fb7c62c9fb21e4f45d0b6c93fbb2524bbb3a2f2c62f79ecbc33d8fbae0dafae642452e8a8fe87083f219a6dd8fbe0c5a3bb217e88f6e2300a11d993443bfde2
+DIST aws-cli-1.27.140.gh.tar.gz 2425531 BLAKE2B 
febb388738dac60d0cd6ed6b5ad0749710af307cf9657d6d4c6c0bca4cfa527c8dad13402723bdc858de286eadf98bee86aef59ba28d439716b939dce0216b16
 SHA512 
73d7530b61e1bafd873ac430bd182833875c0e05af90761c9219682f0d400c1caa4ec2e74fd8d4eef9e7203abe3aeef18746c61a03fb4b963e15c7c7d7fd4cf7

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



[gentoo-commits] proj/qa-scripts:master commit in: /

2023-05-24 Thread Sam James
commit: 92393b2ac28d0e4087eeacfe4ba365c4ee94e8db
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 02:24:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 02:24:04 2023 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=92393b2a

Makefile.gpyutils: give up on 3.12 graphs for now

I let it run for like, 9 hours locally and got nowhere.

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

 Makefile.gpyutils | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.gpyutils b/Makefile.gpyutils
index d34f942..77fa182 100644
--- a/Makefile.gpyutils
+++ b/Makefile.gpyutils
@@ -6,7 +6,7 @@ timestamp = $(PORTDIR)/metadata/timestamp.commit
 outdir = /dev/null
 
 # Adding new implementations:
-# 1. Add to upgr_all
+# 1. Create rules below & add to upgr_all
 # 2. Later, when dot doesn't take too long for it, move to upgr_txt
 # 3. Once the impl is stable, move to upgr_base
 
@@ -15,11 +15,11 @@ upgr_base = $(outdir)/310-to-311.txt
 # related stabilizations
 upgr_streq = $(patsubst %.txt,%-stablereq.txt,$(upgr_base))
 # all upgrade stuff
-upgr_txt = $(upgr_base) $(upgr_streq) $(outdir)/311-to-312.txt
+upgr_txt = $(upgr_base) $(upgr_streq)
 upgr_dot = $(patsubst %.txt,%.dot,$(upgr_txt))
 upgr_svg = $(patsubst %.dot,%.svg,$(upgr_dot))
 # add new impls here if not stable yet, to avoid insanely huge generation times
-upgr_all = $(upgr_txt) $(upgr_dot) $(upgr_svg) #$(outdir)/311-to-312.txt
+upgr_all = $(upgr_txt) $(upgr_dot) $(upgr_svg) $(outdir)/311-to-312.txt
 
 all = $(upgr_all)
 



[gentoo-commits] repo/proj/guru:master commit in: app-misc/anki-bin/

2023-05-24 Thread Haelwenn Monnier
commit: c7e9809f9e54a3abf34b88adc9e2ed6b759058f4
Author: Lucio Sauer  posteo  net>
AuthorDate: Wed May 24 21:43:12 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed May 24 22:37:47 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7e9809f

app-misc/anki-bin: add 2.1.64

Signed-off-by: Lucio Sauer  posteo.net>

 app-misc/anki-bin/Manifest   |  5 ++
 app-misc/anki-bin/anki-bin-2.1.64.ebuild | 78 
 2 files changed, 83 insertions(+)

diff --git a/app-misc/anki-bin/Manifest b/app-misc/anki-bin/Manifest
index 2b5cc20ee..226f26f43 100644
--- a/app-misc/anki-bin/Manifest
+++ b/app-misc/anki-bin/Manifest
@@ -1,5 +1,10 @@
 DIST anki-2.1.63-cp39-abi3-manylinux_2_28_x86_64.whl.zip 13022324 BLAKE2B 
524d44d0b6a5c233ebb3fa68c63ba736bbb81c43f8c85882782220948173a1472b9c1408727b8fd770682554c69e573cb589da123cf7854c8de305f67ed910fb
 SHA512 
61a8ee5278be364cb130d33c9e7f14b2f36baf922e94eda284744d9bf537c5e708fa19c40b26161038a12353de34187deacc42c64e9aadaa5095128a02055536
+DIST anki-2.1.64-cp39-abi3-manylinux_2_28_x86_64.whl.zip 13039104 BLAKE2B 
f53bd793d2fa977691519e0aedc43485e4bf58c62735d6e6f70ef168237fe69a24283868ae6bc069de3b2292f78481670355b7832ffacc286d0fe9daefeeb2f1
 SHA512 
112fea989e7321e10caa4c570784034463af760605d680ac9c8103c578ab5462881a5925ff6534785b368f8360966d34a15eea83b9638f802d9450232159315f
 DIST anki-bin-2.1.63.1 2212 BLAKE2B 
18dba4d3f7210b1fa765490617c4290b7a0f37abd75df6fdb395ea758fa2557789f595e0c0470c918ee988dfa5270df48dda095e8f6dce2aad597b0bba23db50
 SHA512 
50ee6633758b028c54b899d70cf582c54d4fdbb7e13f10921303db3a84d325ac689b48dbf4a5f03584748e89ad7820e14cd4646d7a3fa97919496f48a99cdb05
 DIST anki-bin-2.1.63.desktop 458 BLAKE2B 
7311e2ea71b40bd586a547a14316ca5447d582c046c3850ec5f63637640401fa53e8cdb8799ca8d6b169e38dae3e507946f4fbe5057c0d48e92729033fc6514b
 SHA512 
4666f855e488c0f3cdf2d071aeb373cf8eff96eefe71eb7bb67344fed66150b821d83bed4d4ec2966f63d2a6ede1701f1b19236a6a72e3002e70d2f404d55220
 DIST anki-bin-2.1.63.png 34595 BLAKE2B 
7b8adeece0d666f819d2e579d04f00102d6a28fe5915b2d13ae0bbf72671f95610d2bb47235509756684d38e4be495b41b6b5814fa0ee2b303adc1c78ed54b88
 SHA512 
c5051738be8c766629a0ec4cbf95c5f554e7bbca2fb5103b3545f2c34a6fcfd87c1384bbd5239199a8491fa46889b299f5f6e1f23988e271402239cdc2a0a9e7
+DIST anki-bin-2.1.64.1 2212 BLAKE2B 
18dba4d3f7210b1fa765490617c4290b7a0f37abd75df6fdb395ea758fa2557789f595e0c0470c918ee988dfa5270df48dda095e8f6dce2aad597b0bba23db50
 SHA512 
50ee6633758b028c54b899d70cf582c54d4fdbb7e13f10921303db3a84d325ac689b48dbf4a5f03584748e89ad7820e14cd4646d7a3fa97919496f48a99cdb05
+DIST anki-bin-2.1.64.desktop 458 BLAKE2B 
7311e2ea71b40bd586a547a14316ca5447d582c046c3850ec5f63637640401fa53e8cdb8799ca8d6b169e38dae3e507946f4fbe5057c0d48e92729033fc6514b
 SHA512 
4666f855e488c0f3cdf2d071aeb373cf8eff96eefe71eb7bb67344fed66150b821d83bed4d4ec2966f63d2a6ede1701f1b19236a6a72e3002e70d2f404d55220
+DIST anki-bin-2.1.64.png 34595 BLAKE2B 
7b8adeece0d666f819d2e579d04f00102d6a28fe5915b2d13ae0bbf72671f95610d2bb47235509756684d38e4be495b41b6b5814fa0ee2b303adc1c78ed54b88
 SHA512 
c5051738be8c766629a0ec4cbf95c5f554e7bbca2fb5103b3545f2c34a6fcfd87c1384bbd5239199a8491fa46889b299f5f6e1f23988e271402239cdc2a0a9e7
 DIST aqt-2.1.63-py3-none-any.whl.zip 6531126 BLAKE2B 
c256278447cd52544b2efe481712c6be9471787f4d8ab3bf6bac5323d3c5563dc4e2e5c82fec6099e5317b8485e16b7e3c89d5048004e55d7c306373769a38f9
 SHA512 
a4bf0acd942acab1ce90711c975673cf664f9bd1f2b154fd1fb9ecec54992a2c1ea0b5406b71f6f916d9f4aac2bf29a830b5fc531e67efe48e664d12839136cc
+DIST aqt-2.1.64-py3-none-any.whl.zip 6539634 BLAKE2B 
1843d766550c1be4f68522a9f0c79976848d6cec29a2e5b6303ba6af8f54ec8e0f4173b9c2585f0a84ea87e8d1f152056e56fe2c0251ab3882e90d357e4e284e
 SHA512 
e0b7810a251c62719e57a2fbc543993244fffea9cb56beda77ed22e0339b305c12840a7aee6e3484e2dbf378bf4bf731d42fb139d67fd83ba7fcbf02932a6ec0

diff --git a/app-misc/anki-bin/anki-bin-2.1.64.ebuild 
b/app-misc/anki-bin/anki-bin-2.1.64.ebuild
new file mode 100644
index 0..abc4a94d9
--- /dev/null
+++ b/app-misc/anki-bin/anki-bin-2.1.64.ebuild
@@ -0,0 +1,78 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+### A NOTE REGARDING PYTHON COMPATABILITY ###
+# Anki-bin downloads a python 3.9 wheel. However the wheel used has only one 
native library _rsbridge.so
+# that is not linked against libpython.
+# The configuration with Python 3.{10,11} was tested on a limited number of 
machines and is not guaranteed to work.
+
+PYTHON_COMPAT=( python3_{10..11} )
+inherit desktop python-single-r1 pypi xdg
+
+MY_PN=${PN%-bin}
+DESCRIPTION="A spaced-repetition memory training program (flash cards)"
+HOMEPAGE="https://apps.ankiweb.net/;
+SRC_URI="
+   $(pypi_wheel_url --unpack ${MY_PN} ${PV} cp39 
abi3-manylinux_2_28_x86_64)
+   $(pypi_wheel_url --unpack aqt ${PV})
+   

[gentoo-commits] repo/proj/guru:master commit in: dev-python/types-requests/

2023-05-24 Thread Haelwenn Monnier
commit: 96c83474fb02b563998abc167e4c81d46fbcccdb
Author: Lucio Sauer  posteo  net>
AuthorDate: Wed May 24 22:25:19 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed May 24 22:37:53 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96c83474

dev-python/types-requests: drop 2.30.0.0

Signed-off-by: Lucio Sauer  posteo.net>

 dev-python/types-requests/Manifest |  1 -
 .../types-requests/types-requests-2.30.0.0.ebuild  | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/types-requests/Manifest 
b/dev-python/types-requests/Manifest
index 12c06aff9..11743e4ca 100644
--- a/dev-python/types-requests/Manifest
+++ b/dev-python/types-requests/Manifest
@@ -1,2 +1 @@
-DIST types-requests-2.30.0.0.tar.gz 14922 BLAKE2B 
a682fd934221e6da2deec781d8cd1facf816636d9cc8395d29ae8bf3be958cf1d90420cb54f64f24f8562d6cb613e61100a211e1d627a7abcc82320a4b7bbaa1
 SHA512 
7ffa1dca0839a581c1ef47846b01f7861b92ec62e90e0fe17ff007de56366a259541653a8df1517d7dc3b46c8fabfbac362b164a21ceb7fb31ae3f6dcc7b605b
 DIST types-requests-2.31.0.0.tar.gz 15131 BLAKE2B 
f4f8a2c981504742b103fe51867d4cfb2c1cb971b069bf451943780027bfdb986ecaf84aa2e51c04654b541b91efa98009d846c2b5a99b5889900c3e2a8ec617
 SHA512 
d6e043f873f41474182995251aeecf2975eb8255eee286d53c7772b174bbf013ecef3e6d78c05bb7af69fee1da2d4854ec01bf324dc8f5e78b0ca827526e43e7

diff --git a/dev-python/types-requests/types-requests-2.30.0.0.ebuild 
b/dev-python/types-requests/types-requests-2.30.0.0.ebuild
deleted file mode 100644
index 9cba92dc6..0
--- a/dev-python/types-requests/types-requests-2.30.0.0.ebuild
+++ /dev/null
@@ -1,22 +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_{10..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Typing stubs for requests"
-HOMEPAGE="
-   https://pypi.org/project/types-requests/
-   https://github.com/python/typeshed/tree/master/stubs/requests
-"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/types-urllib3"



[gentoo-commits] repo/proj/guru:master commit in: dev-python/persist-queue/

2023-05-24 Thread Haelwenn Monnier
commit: aa045d483c2a1122668ad9f617017de1b9b53127
Author: Julien Roy  jroy  ca>
AuthorDate: Wed May 24 14:53:12 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed May 24 14:53:12 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=aa045d48

dev-python/persist-queue: enable py3.10

Signed-off-by: Julien Roy  jroy.ca>

 dev-python/persist-queue/persist-queue-0.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/persist-queue/persist-queue-0.8.0.ebuild 
b/dev-python/persist-queue/persist-queue-0.8.0.ebuild
index 80ea1e6c3..687614147 100644
--- a/dev-python/persist-queue/persist-queue-0.8.0.ebuild
+++ b/dev-python/persist-queue/persist-queue-0.8.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_11)
+PYTHON_COMPAT=( python3_{10..11} )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlsunset/

2023-05-24 Thread Haelwenn Monnier
commit: 302913e3e3c302428e8dea198f90c2872b21312c
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Thu May 25 02:16:45 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu May 25 02:17:54 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=302913e3

gui-apps/wlsunset: drop 0.2.0

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 gui-apps/wlsunset/Manifest  |  1 -
 gui-apps/wlsunset/wlsunset-0.2.0.ebuild | 38 -
 2 files changed, 39 deletions(-)

diff --git a/gui-apps/wlsunset/Manifest b/gui-apps/wlsunset/Manifest
index 3ab2bd100..dc36c 100644
--- a/gui-apps/wlsunset/Manifest
+++ b/gui-apps/wlsunset/Manifest
@@ -1,2 +1 @@
-DIST wlsunset-0.2.0.tar.gz 12605 BLAKE2B 
19982dde207a84c08131915a5830396c38f3de7be1cfa52fa95c67cee9eb7865bf1ca6218564fb65216401a92c71e2e632463a8dad5c522f513b9f85122d1529
 SHA512 
41f0c543fdb6d59ca2ccaada34a90bb51175afcc611736a70045ea3c3035a7276b7d4482abc6c062bcbf462fe398d905a73a64e5fdc89061a1935ad69fef0061
 DIST wlsunset-0.3.0.tar.gz 16533 BLAKE2B 
930635e82963d14fae9f95e2219574c962adbf32406bd184d35b79848dce2f2edaa526aaaf21c2dfdde9f4d4f9fe04011d592955867c3b01b5de4778ef9915f1
 SHA512 
0685989ec99d7066d5d1efacfbb4676d2df235d33d64cfe3d41c762ccc2ff5c292e03430414b43d719c35ddc0ad8267b765764c15afd1b3177ed1e0bb6f449c1

diff --git a/gui-apps/wlsunset/wlsunset-0.2.0.ebuild 
b/gui-apps/wlsunset/wlsunset-0.2.0.ebuild
deleted file mode 100644
index 849956339..0
--- a/gui-apps/wlsunset/wlsunset-0.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit meson
-
-if [[ "${PV}" ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/wlsunset;
-else
-   KEYWORDS="~amd64"
-   SRC_URI="https://git.sr.ht/~kennylevinsen/wlsunset/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
-fi
-
-DESCRIPTION="Day/night gamma adjustments for Wayland"
-HOMEPAGE="https://sr.ht/~kennylevinsen/wlsunset/;
-LICENSE="MIT"
-SLOT="0"
-
-BDEPEND="
-   dev-util/wayland-scanner
-   app-text/scdoc
-"
-RDEPEND="dev-libs/wayland"
-DEPEND="
-   ${RDEPEND}
-   dev-libs/wayland-protocols
-"
-
-src_configure() {
-   local emesonargs=(
-   -Dwerror=false
-   -Dman-pages=enabled
-   )
-
-   meson_src_configure
-}



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlsunset/

2023-05-24 Thread Haelwenn Monnier
commit: d2365746d2e102200ff5a5f9b5f4c6b70fd7fd4e
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Thu May 25 02:14:43 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu May 25 02:16:57 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d2365746

gui-apps/wlsunset: add 0.3.0

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 gui-apps/wlsunset/Manifest  |  1 +
 gui-apps/wlsunset/wlsunset-0.3.0.ebuild | 38 +
 2 files changed, 39 insertions(+)

diff --git a/gui-apps/wlsunset/Manifest b/gui-apps/wlsunset/Manifest
index 8315fbb97..3ab2bd100 100644
--- a/gui-apps/wlsunset/Manifest
+++ b/gui-apps/wlsunset/Manifest
@@ -1 +1,2 @@
 DIST wlsunset-0.2.0.tar.gz 12605 BLAKE2B 
19982dde207a84c08131915a5830396c38f3de7be1cfa52fa95c67cee9eb7865bf1ca6218564fb65216401a92c71e2e632463a8dad5c522f513b9f85122d1529
 SHA512 
41f0c543fdb6d59ca2ccaada34a90bb51175afcc611736a70045ea3c3035a7276b7d4482abc6c062bcbf462fe398d905a73a64e5fdc89061a1935ad69fef0061
+DIST wlsunset-0.3.0.tar.gz 16533 BLAKE2B 
930635e82963d14fae9f95e2219574c962adbf32406bd184d35b79848dce2f2edaa526aaaf21c2dfdde9f4d4f9fe04011d592955867c3b01b5de4778ef9915f1
 SHA512 
0685989ec99d7066d5d1efacfbb4676d2df235d33d64cfe3d41c762ccc2ff5c292e03430414b43d719c35ddc0ad8267b765764c15afd1b3177ed1e0bb6f449c1

diff --git a/gui-apps/wlsunset/wlsunset-0.3.0.ebuild 
b/gui-apps/wlsunset/wlsunset-0.3.0.ebuild
new file mode 100644
index 0..849956339
--- /dev/null
+++ b/gui-apps/wlsunset/wlsunset-0.3.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+if [[ "${PV}" ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://git.sr.ht/~kennylevinsen/wlsunset;
+else
+   KEYWORDS="~amd64"
+   SRC_URI="https://git.sr.ht/~kennylevinsen/wlsunset/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
+fi
+
+DESCRIPTION="Day/night gamma adjustments for Wayland"
+HOMEPAGE="https://sr.ht/~kennylevinsen/wlsunset/;
+LICENSE="MIT"
+SLOT="0"
+
+BDEPEND="
+   dev-util/wayland-scanner
+   app-text/scdoc
+"
+RDEPEND="dev-libs/wayland"
+DEPEND="
+   ${RDEPEND}
+   dev-libs/wayland-protocols
+"
+
+src_configure() {
+   local emesonargs=(
+   -Dwerror=false
+   -Dman-pages=enabled
+   )
+
+   meson_src_configure
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/minio/

2023-05-24 Thread Haelwenn Monnier
commit: 7a9814bd97d77f31ada745a7fcd682288edd7bfe
Author: Julien Roy  jroy  ca>
AuthorDate: Wed May 24 01:48:51 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed May 24 01:48:51 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a9814bd

dev-python/minio: add 7.1.15

Signed-off-by: Julien Roy  jroy.ca>

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

diff --git a/dev-python/minio/Manifest b/dev-python/minio/Manifest
index e2e10867d..5b9a42694 100644
--- a/dev-python/minio/Manifest
+++ b/dev-python/minio/Manifest
@@ -1 +1,2 @@
 DIST minio-7.1.14.tar.gz 117073 BLAKE2B 
b2d7d5d0eea342d8d8c533899980ad36278e368f292094a93457aeea940900beabbfc215b7d549b2bceb96acccb53501344fbcc5b69262b8705965e3a26c7a08
 SHA512 
841032aa014454158150e7feb54f0b3d11e7d4fc5d4581322a109abdaa33291e82481f794121fcbdcb98049bfab964e7eb38886dbf3fe0d719813c373e0a94cf
+DIST minio-7.1.15.tar.gz 115948 BLAKE2B 
e6bdd304d70c93c12b869e8d0f3a4347351e48f505766dc386a77f85ef6366559f48d1c007583e5c6845052b3bca65fe4964f70a9ad9f3b9146c0cef04eb1a83
 SHA512 
bb7ac5b1f1f70b0ff36e448097ebf0d9cbd964ddfe31dc452057c17396a85473fd98efedbbdbf81b9b8606bf2a3bab156f174052a2f4095062b18dd7cd5e6a5c

diff --git a/dev-python/minio/minio-7.1.15.ebuild 
b/dev-python/minio/minio-7.1.15.ebuild
new file mode 100644
index 0..2620a6929
--- /dev/null
+++ b/dev-python/minio/minio-7.1.15.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022-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 pypi
+
+DESCRIPTION="MinIO Client SDK for Python"
+HOMEPAGE="https://github.com/minio/minio-py;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+BDEPEND="
+   dev-python/certifi[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/proj/guru:master commit in: dev-python/mautrix/

2023-05-24 Thread Haelwenn Monnier
commit: f41fba0654bcba60019b04026ab36f3297f87f48
Author: Julien Roy  jroy  ca>
AuthorDate: Wed May 24 14:49:54 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed May 24 14:49:54 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f41fba06

dev-python/mautrix: add 0.19.14

Signed-off-by: Julien Roy  jroy.ca>

 dev-python/mautrix/Manifest   |  1 +
 dev-python/mautrix/mautrix-0.19.14.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-python/mautrix/Manifest b/dev-python/mautrix/Manifest
index 60eca2b03..1ea1524b5 100644
--- a/dev-python/mautrix/Manifest
+++ b/dev-python/mautrix/Manifest
@@ -1 +1,2 @@
 DIST mautrix-0.19.13.tar.gz 245169 BLAKE2B 
036794b984f1979a63a1396a52dfd639dfcc33fcb9bf6b564b13d3e80fdbae69a8b5cea564751a5256fe91349a4014f703094aca6e0303550f90067fc0f8b9ea
 SHA512 
f8cd545a1fa3f7825f97dfb11e5d3a3b9ef1b72e1a387ea23d14320be912eceda2c386db94b38a9971c6c1d50720fdabbd51feb899f8d5c029b8f2965623886e
+DIST mautrix-0.19.14.tar.gz 244703 BLAKE2B 
41c1bc32bca6f700283201ef52fa78a20b87665dbefbe9ad436dd6bb82d5446e744f6db041ba0ace33b13f8afcc8cf6e0e2f5478b6f41cac365320905e3fbe9e
 SHA512 
7319716dd1b03f9677601002e08bf88ae870e283b32499fc38a9c77edf22f5702dbbded0e555de38a43d7b4d1b17bdd4e6579d79d6b22ece476057ebb1a2a62c

diff --git a/dev-python/mautrix/mautrix-0.19.14.ebuild 
b/dev-python/mautrix/mautrix-0.19.14.ebuild
new file mode 100644
index 0..5367bd843
--- /dev/null
+++ b/dev-python/mautrix/mautrix-0.19.14.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2022-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 optfeature pypi
+
+DESCRIPTION="A Python 3 asyncio Matrix framework"
+HOMEPAGE="https://github.com/mautrix/python/;
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   dev-python/aiohttp[${PYTHON_USEDEP}]
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/olm[${PYTHON_USEDEP}]
+   dev-python/pycryptodome[${PYTHON_USEDEP}]
+   dev-python/unpaddedbase64[${PYTHON_USEDEP}]
+   dev-python/yarl[${PYTHON_USEDEP}]
+   test? (
+   dev-python/aiosqlite[${PYTHON_USEDEP}]
+   dev-python/asyncpg[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/proj/guru:master commit in: dev-python/guidata/

2023-05-24 Thread Haelwenn Monnier
commit: a08902ba4a9ade15cfe75ede9b5599ebb18ab420
Author: David Roman  gmail  com>
AuthorDate: Tue May 23 21:03:40 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue May 23 21:03:40 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a08902ba

dev-python/guidata: add 2.3.1, drop 2.3.0

Closes: https://bugs.gentoo.org/897452
Signed-off-by: David Roman  gmail.com>

 dev-python/guidata/Manifest   | 2 +-
 dev-python/guidata/{guidata-2.3.0.ebuild => guidata-2.3.1.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/guidata/Manifest b/dev-python/guidata/Manifest
index 226ef09b7..a800ab419 100644
--- a/dev-python/guidata/Manifest
+++ b/dev-python/guidata/Manifest
@@ -1 +1 @@
-DIST guidata-2.3.0.tar.gz 520106 BLAKE2B 
6f2997082bef75e6fe73b5ab757984ad8209ca4dc51a3e675ffb9d3670806659f59429d67ddf661e4efd741103be56301e503842512d5642593c2087721c2791
 SHA512 
f9d11d79f1adba0100d94c6a6db3301201eef890e1ab18523ffbab2d5cce98b7fbe858d87cb8193b152b9b9ef9e55773989a030ed1e349647d0b0a7edb3f034e
+DIST guidata-2.3.1.tar.gz 504812 BLAKE2B 
4b2e5e07ee76bbeb95a9a55a4cde1d409d2438fe5273a0f154d34e8beb9934f810b29a33ef508009e38c589d57402aef55d346b93856fc744e7a8236748f5e86
 SHA512 
7488ca8c761394dfd9d58a8ac3c96dc963adab6df278823fb1a7d9132febc16e275908034ef48381d696668add43f62438fab1ba22f70f5e08f33b14a81082c5

diff --git a/dev-python/guidata/guidata-2.3.0.ebuild 
b/dev-python/guidata/guidata-2.3.1.ebuild
similarity index 86%
rename from dev-python/guidata/guidata-2.3.0.ebuild
rename to dev-python/guidata/guidata-2.3.1.ebuild
index 31d313ad3..28ebdc039 100644
--- a/dev-python/guidata/guidata-2.3.0.ebuild
+++ b/dev-python/guidata/guidata-2.3.1.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
 
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_11 )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/types-requests/

2023-05-24 Thread Haelwenn Monnier
commit: e36deb40911e7c1ecca7c815be43296e663a788b
Author: Lucio Sauer  posteo  net>
AuthorDate: Wed May 24 22:11:03 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed May 24 22:37:52 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e36deb40

dev-python/types-requests: add 2.31.0.0

Signed-off-by: Lucio Sauer  posteo.net>

 dev-python/types-requests/Manifest |  1 +
 .../types-requests/types-requests-2.31.0.0.ebuild  | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/types-requests/Manifest 
b/dev-python/types-requests/Manifest
index cb7930254..12c06aff9 100644
--- a/dev-python/types-requests/Manifest
+++ b/dev-python/types-requests/Manifest
@@ -1 +1,2 @@
 DIST types-requests-2.30.0.0.tar.gz 14922 BLAKE2B 
a682fd934221e6da2deec781d8cd1facf816636d9cc8395d29ae8bf3be958cf1d90420cb54f64f24f8562d6cb613e61100a211e1d627a7abcc82320a4b7bbaa1
 SHA512 
7ffa1dca0839a581c1ef47846b01f7861b92ec62e90e0fe17ff007de56366a259541653a8df1517d7dc3b46c8fabfbac362b164a21ceb7fb31ae3f6dcc7b605b
+DIST types-requests-2.31.0.0.tar.gz 15131 BLAKE2B 
f4f8a2c981504742b103fe51867d4cfb2c1cb971b069bf451943780027bfdb986ecaf84aa2e51c04654b541b91efa98009d846c2b5a99b5889900c3e2a8ec617
 SHA512 
d6e043f873f41474182995251aeecf2975eb8255eee286d53c7772b174bbf013ecef3e6d78c05bb7af69fee1da2d4854ec01bf324dc8f5e78b0ca827526e43e7

diff --git a/dev-python/types-requests/types-requests-2.31.0.0.ebuild 
b/dev-python/types-requests/types-requests-2.31.0.0.ebuild
new file mode 100644
index 0..9cba92dc6
--- /dev/null
+++ b/dev-python/types-requests/types-requests-2.31.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Typing stubs for requests"
+HOMEPAGE="
+   https://pypi.org/project/types-requests/
+   https://github.com/python/typeshed/tree/master/stubs/requests
+"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/types-urllib3"



[gentoo-commits] repo/proj/guru:master commit in: dev-python/persist-queue/

2023-05-24 Thread Haelwenn Monnier
commit: 7830f1124798762a2717854d0bed3853c6a0d9d9
Author: David Roman  gmail  com>
AuthorDate: Tue May 23 21:05:23 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue May 23 21:05:23 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7830f112

dev-python/persist-queue: enable py3.11 and disable py3.10

Closes: https://bugs.gentoo.org/897498
Signed-off-by: David Roman  gmail.com>

 dev-python/persist-queue/persist-queue-0.8.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/persist-queue/persist-queue-0.8.0.ebuild 
b/dev-python/persist-queue/persist-queue-0.8.0.ebuild
index dff9d1316..80ea1e6c3 100644
--- a/dev-python/persist-queue/persist-queue-0.8.0.ebuild
+++ b/dev-python/persist-queue/persist-queue-0.8.0.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
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_10)
+PYTHON_COMPAT=( python3_11)
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/proj/guru:dev commit in: gui-apps/wlsunset/

2023-05-24 Thread Haelwenn Monnier
commit: cac148548f474cea168f771295bc19077250aaa2
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Thu May 25 02:15:55 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu May 25 02:18:09 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cac14854

gui-apps/wlsunset: update EAPI 7 -> 8

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 gui-apps/wlsunset/wlsunset-0.3.0.ebuild | 4 ++--
 gui-apps/wlsunset/wlsunset-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gui-apps/wlsunset/wlsunset-0.3.0.ebuild 
b/gui-apps/wlsunset/wlsunset-0.3.0.ebuild
index 849956339..1cd42a1ff 100644
--- a/gui-apps/wlsunset/wlsunset-0.3.0.ebuild
+++ b/gui-apps/wlsunset/wlsunset-0.3.0.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson
 

diff --git a/gui-apps/wlsunset/wlsunset-.ebuild 
b/gui-apps/wlsunset/wlsunset-.ebuild
index 849956339..1cd42a1ff 100644
--- a/gui-apps/wlsunset/wlsunset-.ebuild
+++ b/gui-apps/wlsunset/wlsunset-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit meson
 



[gentoo-commits] repo/proj/guru:master commit in: app-misc/Clipboard/

2023-05-24 Thread Haelwenn Monnier
commit: 3eaebb0f11a3a8f986842aec6829ffc67984721b
Author: Quincy Fleming  protonmail  com>
AuthorDate: Wed May 24 04:07:44 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed May 24 04:07:44 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3eaebb0f

app-misc/Clipboard: update maintainers

Signed-off-by: Quincy Fleming  protonmail.com>

 app-misc/Clipboard/metadata.xml | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/app-misc/Clipboard/metadata.xml b/app-misc/Clipboard/metadata.xml
index 0f4bbcf12..8fd822047 100644
--- a/app-misc/Clipboard/metadata.xml
+++ b/app-misc/Clipboard/metadata.xml
@@ -1,14 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-  
+  
 quincyf...@protonmail.com
 Quincy Fleming
   
-  
-proxy-ma...@gentoo.org
-Proxy Maintainers
-  
   
 Enable Link Time Optimization (LTO)
   



[gentoo-commits] repo/proj/guru:master commit in: app-misc/anki-bin/

2023-05-24 Thread Haelwenn Monnier
commit: f418556ffa31d04d6ec05340ee79379696487b22
Author: Lucio Sauer  posteo  net>
AuthorDate: Wed May 24 21:43:30 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed May 24 22:37:51 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f418556f

app-misc/anki-bin: drop 2.1.63

Signed-off-by: Lucio Sauer  posteo.net>

 app-misc/anki-bin/Manifest   |  5 --
 app-misc/anki-bin/anki-bin-2.1.63.ebuild | 79 
 2 files changed, 84 deletions(-)

diff --git a/app-misc/anki-bin/Manifest b/app-misc/anki-bin/Manifest
index 226f26f43..4c32c3376 100644
--- a/app-misc/anki-bin/Manifest
+++ b/app-misc/anki-bin/Manifest
@@ -1,10 +1,5 @@
-DIST anki-2.1.63-cp39-abi3-manylinux_2_28_x86_64.whl.zip 13022324 BLAKE2B 
524d44d0b6a5c233ebb3fa68c63ba736bbb81c43f8c85882782220948173a1472b9c1408727b8fd770682554c69e573cb589da123cf7854c8de305f67ed910fb
 SHA512 
61a8ee5278be364cb130d33c9e7f14b2f36baf922e94eda284744d9bf537c5e708fa19c40b26161038a12353de34187deacc42c64e9aadaa5095128a02055536
 DIST anki-2.1.64-cp39-abi3-manylinux_2_28_x86_64.whl.zip 13039104 BLAKE2B 
f53bd793d2fa977691519e0aedc43485e4bf58c62735d6e6f70ef168237fe69a24283868ae6bc069de3b2292f78481670355b7832ffacc286d0fe9daefeeb2f1
 SHA512 
112fea989e7321e10caa4c570784034463af760605d680ac9c8103c578ab5462881a5925ff6534785b368f8360966d34a15eea83b9638f802d9450232159315f
-DIST anki-bin-2.1.63.1 2212 BLAKE2B 
18dba4d3f7210b1fa765490617c4290b7a0f37abd75df6fdb395ea758fa2557789f595e0c0470c918ee988dfa5270df48dda095e8f6dce2aad597b0bba23db50
 SHA512 
50ee6633758b028c54b899d70cf582c54d4fdbb7e13f10921303db3a84d325ac689b48dbf4a5f03584748e89ad7820e14cd4646d7a3fa97919496f48a99cdb05
-DIST anki-bin-2.1.63.desktop 458 BLAKE2B 
7311e2ea71b40bd586a547a14316ca5447d582c046c3850ec5f63637640401fa53e8cdb8799ca8d6b169e38dae3e507946f4fbe5057c0d48e92729033fc6514b
 SHA512 
4666f855e488c0f3cdf2d071aeb373cf8eff96eefe71eb7bb67344fed66150b821d83bed4d4ec2966f63d2a6ede1701f1b19236a6a72e3002e70d2f404d55220
-DIST anki-bin-2.1.63.png 34595 BLAKE2B 
7b8adeece0d666f819d2e579d04f00102d6a28fe5915b2d13ae0bbf72671f95610d2bb47235509756684d38e4be495b41b6b5814fa0ee2b303adc1c78ed54b88
 SHA512 
c5051738be8c766629a0ec4cbf95c5f554e7bbca2fb5103b3545f2c34a6fcfd87c1384bbd5239199a8491fa46889b299f5f6e1f23988e271402239cdc2a0a9e7
 DIST anki-bin-2.1.64.1 2212 BLAKE2B 
18dba4d3f7210b1fa765490617c4290b7a0f37abd75df6fdb395ea758fa2557789f595e0c0470c918ee988dfa5270df48dda095e8f6dce2aad597b0bba23db50
 SHA512 
50ee6633758b028c54b899d70cf582c54d4fdbb7e13f10921303db3a84d325ac689b48dbf4a5f03584748e89ad7820e14cd4646d7a3fa97919496f48a99cdb05
 DIST anki-bin-2.1.64.desktop 458 BLAKE2B 
7311e2ea71b40bd586a547a14316ca5447d582c046c3850ec5f63637640401fa53e8cdb8799ca8d6b169e38dae3e507946f4fbe5057c0d48e92729033fc6514b
 SHA512 
4666f855e488c0f3cdf2d071aeb373cf8eff96eefe71eb7bb67344fed66150b821d83bed4d4ec2966f63d2a6ede1701f1b19236a6a72e3002e70d2f404d55220
 DIST anki-bin-2.1.64.png 34595 BLAKE2B 
7b8adeece0d666f819d2e579d04f00102d6a28fe5915b2d13ae0bbf72671f95610d2bb47235509756684d38e4be495b41b6b5814fa0ee2b303adc1c78ed54b88
 SHA512 
c5051738be8c766629a0ec4cbf95c5f554e7bbca2fb5103b3545f2c34a6fcfd87c1384bbd5239199a8491fa46889b299f5f6e1f23988e271402239cdc2a0a9e7
-DIST aqt-2.1.63-py3-none-any.whl.zip 6531126 BLAKE2B 
c256278447cd52544b2efe481712c6be9471787f4d8ab3bf6bac5323d3c5563dc4e2e5c82fec6099e5317b8485e16b7e3c89d5048004e55d7c306373769a38f9
 SHA512 
a4bf0acd942acab1ce90711c975673cf664f9bd1f2b154fd1fb9ecec54992a2c1ea0b5406b71f6f916d9f4aac2bf29a830b5fc531e67efe48e664d12839136cc
 DIST aqt-2.1.64-py3-none-any.whl.zip 6539634 BLAKE2B 
1843d766550c1be4f68522a9f0c79976848d6cec29a2e5b6303ba6af8f54ec8e0f4173b9c2585f0a84ea87e8d1f152056e56fe2c0251ab3882e90d357e4e284e
 SHA512 
e0b7810a251c62719e57a2fbc543993244fffea9cb56beda77ed22e0339b305c12840a7aee6e3484e2dbf378bf4bf731d42fb139d67fd83ba7fcbf02932a6ec0

diff --git a/app-misc/anki-bin/anki-bin-2.1.63.ebuild 
b/app-misc/anki-bin/anki-bin-2.1.63.ebuild
deleted file mode 100644
index 63b62ad2b..0
--- a/app-misc/anki-bin/anki-bin-2.1.63.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-### A NOTE REGARDING PYTHON COMPATABILITY ###
-# Anki-bin downloads a python 3.9 wheel. However the wheel used has only one 
native library _rsbridge.so
-# that is not linked against libpython.
-# The configuration with Python 3.10 was tested on a limited number of 
machines and is not guaranteed to work.
-
-PYTHON_COMPAT=( python3_{10..11} )
-inherit desktop python-single-r1 pypi xdg
-
-MY_PN=${PN%-bin}
-DESCRIPTION="A spaced-repetition memory training program (flash cards)"
-HOMEPAGE="https://apps.ankiweb.net/;
-SRC_URI="
-   $(pypi_wheel_url --unpack ${MY_PN} ${PV} cp39 
abi3-manylinux_2_28_x86_64)
-   $(pypi_wheel_url --unpack aqt ${PV})
-   

[gentoo-commits] repo/proj/guru:master commit in: media-video/avisynth+/files/, media-video/avisynth+/

2023-05-24 Thread Haelwenn Monnier
commit: 2d8b83cd850d59ee200ac458bb9a3ef9cd7eca19
Author: Florian Albrechtskirchinger  gmail  
com>
AuthorDate: Wed May 24 17:34:08 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed May 24 18:03:30 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2d8b83cd

media-video/avisynth+: new package, add 

Signed-off-by: Florian Albrechtskirchinger  gmail.com>

 media-video/avisynth+/avisynth+-.ebuild| 50 ++
 .../files/avisynth+--return-type-warning.patch | 12 ++
 media-video/avisynth+/metadata.xml | 11 +
 3 files changed, 73 insertions(+)

diff --git a/media-video/avisynth+/avisynth+-.ebuild 
b/media-video/avisynth+/avisynth+-.ebuild
new file mode 100644
index 0..43c72c7d2
--- /dev/null
+++ b/media-video/avisynth+/avisynth+-.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+SCM=""
+if [ "${PV#}" != "${PV}" ] ; then
+   SCM="git-r3"
+   EGIT_REPO_URI="https://github.com/AviSynth/AviSynthPlus.git;
+fi
+
+inherit cmake-multilib ${SCM}
+
+DESCRIPTION="A powerful nonlinear scripting language for video"
+HOMEPAGE="https://github.com/AviSynth/AviSynthPlus;
+if [ "${PV#}" != "${PV}" ] ; then
+   SRC_URI=""
+else # TODO release
+   SRC_URI=""
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+if [ "${PV#}" = "${PV}" ] ; then
+   KEYWORDS="~amd64"
+fi
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+PATCHES=(
+   "${FILESDIR}/avisynth+--return-type-warning.patch"
+)
+
+MULTILIB_WRAPPED_HEADERS=(
+   /usr/include/avisynth/avs/arch.h
+)
+
+pkg_postinst() {
+   elog "Integration with some packages can be achieved by setting 
environment"
+   elog "variables and re-emerging the package:"
+   elog ""
+   elog "media-video/ffmpeg:"
+   elog "  - add \"--enable-avisynth\" to EXTRA_FFMPEG_CONF"
+   elog ""
+   elog "media-libs/ffmpegsource:"
+   elog "  - add \"--enable-avisynth\" to EXTRA_ECONF"
+   elog "  - add \"-I/usr/include/avisynth\" to CXXFLAGS"
+}

diff --git 
a/media-video/avisynth+/files/avisynth+--return-type-warning.patch 
b/media-video/avisynth+/files/avisynth+--return-type-warning.patch
new file mode 100644
index 0..c4f7d8571
--- /dev/null
+++ b/media-video/avisynth+/files/avisynth+--return-type-warning.patch
@@ -0,0 +1,12 @@
+--- avisynth+-/avs_core/core/parser/script.cpp.orig2023-05-24 
19:09:20.896164496 +0200
 avisynth+-/avs_core/core/parser/script.cpp 2023-05-24 
19:11:50.755632346 +0200
+@@ -1941,6 +1941,9 @@
+ 
+ return PROCESS_32_ON_32;
+   }
++#else
++  else
++return PROCESS_UNKNOWN;
+ #endif
+ }
+ 

diff --git a/media-video/avisynth+/metadata.xml 
b/media-video/avisynth+/metadata.xml
new file mode 100644
index 0..462ddc7c1
--- /dev/null
+++ b/media-video/avisynth+/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+falbrechtskirchin...@gmail.com
+Florian Albrechtskirchinger
+  
+  
+AviSynth/AviSynthPlus
+  
+



[gentoo-commits] repo/proj/guru:master commit in: dev-python/tweepy/

2023-05-24 Thread Haelwenn Monnier
commit: 176db7deabc2444fe76aab71f8e685b40247a6c8
Author: David Roman  gmail  com>
AuthorDate: Tue May 23 21:10:45 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue May 23 21:10:45 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=176db7de

dev-python/tweepy: add 4.14.0, drop 4.10.1

Closes: https://bugs.gentoo.org/897594
Signed-off-by: David Roman  gmail.com>

 dev-python/tweepy/Manifest   | 2 +-
 dev-python/tweepy/{tweepy-4.10.1.ebuild => tweepy-4.14.0.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/tweepy/Manifest b/dev-python/tweepy/Manifest
index 173458adf..ac2c22edc 100644
--- a/dev-python/tweepy/Manifest
+++ b/dev-python/tweepy/Manifest
@@ -1 +1 @@
-DIST tweepy-4.10.1.tar.gz 5898710 BLAKE2B 
da6e411f9021a6de65b4ef083784fc07b086ceefa9e86b35ddbc7843902bfacdca080f7d66a9a1567e8c566731b1ba2da6d7f090c7c7555122da947b1293254d
 SHA512 
bcc22f871cdc016004707d00ef562dd8c75d1cd684d1077d7336970ce76565d698e46cbf6477be70d72f14fa5f6c4a93a37408c5b8993d115108419b96a60b53
+DIST tweepy-4.14.0.tar.gz 5914530 BLAKE2B 
64f5cfcd889e1726508c89f30b7e88a37eaf73b4d48e3571bfc5226ee52b33c36ea90821f45bbd06cb2e0e69699e3cd382d6a53641d6a31473629f8415d5fbaa
 SHA512 
b4368c379b01cda05bac71cf188c31ad305ee6b1a66c76c6feb9622aa43b7875759763fce95be3ee12798f4948121501af788dc3161fada0d2f4a23bebfb0a1e

diff --git a/dev-python/tweepy/tweepy-4.10.1.ebuild 
b/dev-python/tweepy/tweepy-4.14.0.ebuild
similarity index 90%
rename from dev-python/tweepy/tweepy-4.10.1.ebuild
rename to dev-python/tweepy/tweepy-4.14.0.ebuild
index 508fa1a20..870232b32 100644
--- a/dev-python/tweepy/tweepy-4.10.1.ebuild
+++ b/dev-python/tweepy/tweepy-4.14.0.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
 
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_11 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:master commit in: dev-util/yaml-language-server/

2023-05-24 Thread Haelwenn Monnier
commit: ace426b2e233515cb575b2bbfdd8471c2d51d23e
Author: tastytea  tastytea  de>
AuthorDate: Tue May 23 11:13:06 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue May 23 11:13:06 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ace426b2

dev-util/yaml-language-server: add 1.13.0

Signed-off-by: tastytea  tastytea.de>

 dev-util/yaml-language-server/Manifest |  2 +
 .../yaml-language-server-1.13.0.ebuild | 43 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-util/yaml-language-server/Manifest 
b/dev-util/yaml-language-server/Manifest
index f8eb0c491..9420fb68b 100644
--- a/dev-util/yaml-language-server/Manifest
+++ b/dev-util/yaml-language-server/Manifest
@@ -2,3 +2,5 @@ DIST yaml-language-server-1.11.0-deps.tar.xz 5658516 BLAKE2B 
a49058ae8e314bcec16
 DIST yaml-language-server-1.11.0.tgz 548849 BLAKE2B 
787cfd79014922d03a67d0618fb2bdad79dd3e02503edf61e1e7b623c3c10ee36a9d15b643c883046f4c81d36f11947f65f8dbd1cd9515d19513fc127a6ef77d
 SHA512 
d5306584ad67312a438aade265f0320ce838c706a0a336409eaaf400ead91b952d78cb77cdb7e1395aa146e02e9d1219f2492d7c6323b0ac438cefaeb4600968
 DIST yaml-language-server-1.12.0-deps.tar.xz 5119236 BLAKE2B 
0e224565745ac61520ab3f76efaac3fe46fe8ec7a36ced2e492d1f97af34f82699b604801df601f122bcca4b439393741817a4267260b765029380c6c5079a2c
 SHA512 
72aa7ab1c35b7cd65d14a535ca91f656a3d2e39b73539c1494681ed636f08f888d415b751d9952ba8eae3a802cdf001b71e92059806c20d2f512072122e602ba
 DIST yaml-language-server-1.12.0.tgz 558972 BLAKE2B 
1d7ec17dbf0e74bfff5bb68574fd60122876def6f869e1a2a9911e51414cca19fdb3af989b9ba7c8be439c2f2b96282fb9122231a2591dbd1d7e57f27a897ad8
 SHA512 
70441e1d5a921f4f9480d36f546aefdf1bbe3414ec7014a6392fef35f8bbaf924f4e1829de12145738e3d2fc5e5c58f9b303b19e9a1dd210fdf6d0a43c68a293
+DIST yaml-language-server-1.13.0-deps.tar.xz 5460772 BLAKE2B 
110680d5ce1459a90483f58ef28dbf82af5fa4cd5984044a294b9d1f8e40b74fa552011e29fa1a780bfc93243039eb57c2766682d84160bb77fe87e04c12b975
 SHA512 
17b167b372140845e52cfd41c49dec2610f2dfde76e60a74c5c03240aa4ce9aab4dc4d741d4942999614cebcca567f6a9bd52f8088b4b94f615ae6576a3a0337
+DIST yaml-language-server-1.13.0.tgz 557876 BLAKE2B 
2b51ba4a0ac4372efae5d788c06f3e4e2a545f8ea02e508e68c7457b8fb7d25f5f4446b56c39f93308b4aa56236204b75c525c549ed6eb98354ac76170070344
 SHA512 
0b37a456314e52489723ab60dc13ee4a4c44eb491e0d3e3ff8b8cf2d7c27b7880247369a58c0a34fdd8dc4e1efd5d7ab6c12c75a879c6b2e3cb6c7bf0ded7cd5

diff --git a/dev-util/yaml-language-server/yaml-language-server-1.13.0.ebuild 
b/dev-util/yaml-language-server/yaml-language-server-1.13.0.ebuild
new file mode 100644
index 0..2ac4c93d2
--- /dev/null
+++ b/dev-util/yaml-language-server/yaml-language-server-1.13.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Language Server for YAML Files"
+HOMEPAGE="https://github.com/redhat-developer/yaml-language-server;
+SRC_URI="
+   mirror://npm/${PN}/-/${P}.tgz
+   https://tastytea.de/files/gentoo/${P}-deps.tar.xz
+"
+S="${WORKDIR}"
+
+# NOTE: to generate the dependency tarball:
+#   npm --cache ./npm-cache install $(portageq envvar DISTDIR)/${P}.tgz
+#   tar -caf ${P}-deps.tar.xz npm-cache
+
+LICENSE="Apache-2.0 BSD-2 ISC MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="net-libs/nodejs"
+BDEPEND="net-libs/nodejs[npm]"
+
+src_unpack() {
+   cd "${T}" || die "Could not cd to temporary directory"
+   unpack ${P}-deps.tar.xz
+}
+
+src_install() {
+   npm \
+   --offline \
+   --verbose \
+   --progress false \
+   --foreground-scripts \
+   --global \
+   --prefix "${ED}"/usr \
+   --cache "${T}"/npm-cache \
+   install "${DISTDIR}"/${P}.tgz || die "npm install failed"
+
+   cd "${ED}"/usr/$(get_libdir)/node_modules/${PN} || die "cd failed"
+   einstalldocs
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/timeslot/

2023-05-24 Thread Haelwenn Monnier
commit: 0bab92523f67f63b741add496c688af03c2a47ed
Author: Julien Roy  jroy  ca>
AuthorDate: Wed May 24 14:53:57 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed May 24 14:53:57 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0bab9252

dev-python/timeslot: enable py3.10

Signed-off-by: Julien Roy  jroy.ca>

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

diff --git a/dev-python/timeslot/timeslot-0.1.2.ebuild 
b/dev-python/timeslot/timeslot-0.1.2.ebuild
index 240e1eb16..8745a9605 100644
--- a/dev-python/timeslot/timeslot-0.1.2.ebuild
+++ b/dev-python/timeslot/timeslot-0.1.2.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_11 pypy3 )
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/proj/guru:master commit in: www-client/nyxt/

2023-05-24 Thread Haelwenn Monnier
commit: 46f971f17c5dbeedace81d78851219f95b589f93
Author: Julien Roy  jroy  ca>
AuthorDate: Wed May 24 01:35:48 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed May 24 01:35:48 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=46f971f1

www-client/nyxt: add 3.0.0

Signed-off-by: Julien Roy  jroy.ca>

 www-client/nyxt/Manifest  |   1 +
 www-client/nyxt/nyxt-3.0.0.ebuild | 100 ++
 2 files changed, 101 insertions(+)

diff --git a/www-client/nyxt/Manifest b/www-client/nyxt/Manifest
index ef88b6907..a61064836 100644
--- a/www-client/nyxt/Manifest
+++ b/www-client/nyxt/Manifest
@@ -1 +1,2 @@
+DIST nyxt-3.0.0.gh.tar.xz 16738792 BLAKE2B 
04fcaffa852c3035142a6b48c853083e9b9516d3e7682988806a19b2dab54d0ac288a8e4464da779f8facefca2eec63f31be7f0906567540c5e3754a91642f15
 SHA512 
1411f9b18eb65de8efdf46e850d4d78c67c2b5ee3ffbf7e9b1c67f6fda2ed7ad154414dc9d842a1fd4cf78a3619d9da560327e658bb0735a117be50aca87f4e8
 DIST nyxt-3_pre6.gh.tar.xz 16636300 BLAKE2B 
06d4b480b4b898d1e66b77f154913c212893c859b221a2e99c26c719bfe93ef8c502ad7341f6b7b73c5fb09dfbb204c64545d14dc081f01a87b4c56dd3f468ec
 SHA512 
1598c78eb61bc4af2a6145f16ae9d9b073d2dcecf3a0f300cdd98a3227cd49a887bdb270fb161f605c0d95aa59f2967b2462285a09841b8b0acbd34a3909f50a

diff --git a/www-client/nyxt/nyxt-3.0.0.ebuild 
b/www-client/nyxt/nyxt-3.0.0.ebuild
new file mode 100644
index 0..5ef18c896
--- /dev/null
+++ b/www-client/nyxt/nyxt-3.0.0.ebuild
@@ -0,0 +1,100 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop optfeature xdg-utils
+
+DESCRIPTION="Nyxt - the hacker's power-browser"
+HOMEPAGE="https://nyxt.atlas.engineer/;
+
+if [[ "${PV}" = ** ]]
+then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/atlas-engineer/${PN}.git;
+else
+   KEYWORDS="~amd64"
+   
SRC_URI="https://github.com/atlas-engineer/${PN}/releases/download/${PV}/nyxt-${PV}-source-with-submodules.tar.xz
 -> ${PF}.gh.tar.xz"
+fi
+
+# Portage replaces the nyxt binary with scbl when stripping
+RESTRICT="mirror strip"
+
+LICENSE="BSD CC-BY-SA-3.0"
+SLOT="0"
+IUSE="doc"
+
+RDEPEND="
+   dev-libs/gobject-introspection
+   gnome-base/gsettings-desktop-schemas
+   media-libs/gst-plugins-bad
+   media-libs/gst-plugins-base
+   media-libs/gst-plugins-good
+   media-libs/gst-plugins-ugly
+   media-plugins/gst-plugins-libav
+   net-libs/glib-networking
+   net-libs/webkit-gtk:4.1
+   sys-libs/libfixposix
+"
+
+DEPEND="${RDEPEND}"
+BDEPEND="
+   >=dev-lisp/sbcl-2.0.0
+"
+
+src_unpack() {
+   default
+
+   # nyxt-3-source-with-submodules.tar.xz doesn't unpack in a subdirectory
+   # so we create it instead of working directly in ${WORKDIR}
+   if [[ "${PV}" != ** ]]
+   then
+   mkdir "${WORKDIR}/${P}" || die
+   mv "${WORKDIR}/assets" "${WORKDIR}/${P}/" || die
+   mv "${WORKDIR}/_build" "${WORKDIR}/${P}/" || die
+   mv "${WORKDIR}/build-scripts" "${WORKDIR}/${P}/" || die
+   mv "${WORKDIR}/documents" "${WORKDIR}/${P}/" || die
+   mv "${WORKDIR}/engineer.atlas.Nyxt.yaml" "${WORKDIR}/${P}/" || 
die
+   mv "${WORKDIR}/examples" "${WORKDIR}/${P}/" || die
+   mv "${WORKDIR}/INSTALL" "${WORKDIR}/${P}/" || die
+   mv "${WORKDIR}/libraries" "${WORKDIR}/${P}/" || die
+   mv "${WORKDIR}/licenses" "${WORKDIR}/${P}/" || die
+   mv "${WORKDIR}/makefile" "${WORKDIR}/${P}/" || die
+   mv "${WORKDIR}/nyxt.asd" "${WORKDIR}/${P}/" || die
+   mv "${WORKDIR}/README.org" "${WORKDIR}/${P}/" || die
+   mv "${WORKDIR}/source" "${WORKDIR}/${P}/" || die
+   mv "${WORKDIR}/tests" "${WORKDIR}/${P}/" || die
+   fi
+}
+
+src_compile() {
+   emake all
+   use doc && emake doc
+}
+
+src_install(){
+   dobin "${S}/nyxt"
+
+   if [ "$(use doc)" ]
+   then
+   docinto "/usr/share/doc/${P}"
+   dodoc "${S}/manual.html"
+   fi
+
+   newicon -s 512 "${S}/assets/nyxt_512x512.png" nyxt.png
+   domenu "${S}/assets/nyxt.desktop"
+}
+
+pkg_postinst() {
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+   optfeature "for X11 clipboard support" "x11-misc/xclip"
+   optfeature "for spellchecking" "app-text/enchant"
+}
+
+pkg_postrm() {
+   xdg_mimeinfo_database_update
+   xdg_desktop_database_update
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/pywebview/

2023-05-24 Thread Haelwenn Monnier
commit: 3209c8d33c19fa79f94c63faed683bccabd57c35
Author: tastytea  tastytea  de>
AuthorDate: Tue May 23 12:46:36 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue May 23 12:46:36 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3209c8d3

dev-python/pywebview: add github upstream metadata

Signed-off-by: tastytea  tastytea.de>

 dev-python/pywebview/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-python/pywebview/metadata.xml 
b/dev-python/pywebview/metadata.xml
index da58abed9..9bf76813b 100644
--- a/dev-python/pywebview/metadata.xml
+++ b/dev-python/pywebview/metadata.xml
@@ -5,4 +5,7 @@
gen...@tastytea.de
tastytea

+   
+   r0x0r/pywebview
+   
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/jplephem/

2023-05-24 Thread Haelwenn Monnier
commit: e28d0250a62816c22d96197ca4448c7a56920dc6
Author: David Roman  gmail  com>
AuthorDate: Tue May 23 21:00:36 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue May 23 21:00:36 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e28d0250

dev-python/jplephem: add 2.18, drop 2.16

Closes: https://bugs.gentoo.org/897450
Signed-off-by: David Roman  gmail.com>

 dev-python/jplephem/Manifest   | 2 +-
 dev-python/jplephem/{jplephem-2.16.ebuild => jplephem-2.18.ebuild} | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-python/jplephem/Manifest b/dev-python/jplephem/Manifest
index 26ee80c32..0f76fcdb4 100644
--- a/dev-python/jplephem/Manifest
+++ b/dev-python/jplephem/Manifest
@@ -1 +1 @@
-DIST jplephem-2.16.tar.gz 40918 BLAKE2B 
90a14b424f4c48bb754bd4cca6a9e1d5e2a4cc51821234118889cc854c119c60b66c0157deae60f88b7368d8914124ec95ec1ac7646479cd79ee759515a1af09
 SHA512 
02bd3bac834726f1f41fbed9e3e7edc9ba3d00c394099248f9e1da48730c620d83880e24a3b29916becd7ced284efc7388ed98d5bf204a6fc53ec9e016ce0cf0
+DIST jplephem-2.18.tar.gz 40886 BLAKE2B 
c6beb3cb2aec7d82023a253f9b5bafd989fbc7631b1b727322bf8f092509eeb25c6921d550c7bb5862be74d493a19ca29b3835f9a18efbd44509d4776ca660f6
 SHA512 
8f3117445f33de25d1f1eb5b5cfa0f67d92e62e7ac8d7a32f92690d12533ef8cd5498a62b5ee9cb7dac6f43c944879bbf10aa73950a749caa02d814f81b37fbf

diff --git a/dev-python/jplephem/jplephem-2.16.ebuild 
b/dev-python/jplephem/jplephem-2.18.ebuild
similarity index 84%
rename from dev-python/jplephem/jplephem-2.16.ebuild
rename to dev-python/jplephem/jplephem-2.18.ebuild
index 8fe6deb5a..25ec95b08 100644
--- a/dev-python/jplephem/jplephem-2.16.ebuild
+++ b/dev-python/jplephem/jplephem-2.18.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_11 )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/proj/guru:master commit in: media-sound/mopidy/

2023-05-24 Thread Haelwenn Monnier
commit: 7d81e265843d7933f60b6ffda7554518dbc20713
Author: David Roman  gmail  com>
AuthorDate: Tue May 23 21:14:01 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue May 23 21:14:01 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7d81e265

media-sound/mopidy: add 3.4.1, drop 3.3.0

Closes: https://bugs.gentoo.org/897594
Signed-off-by: David Roman  gmail.com>

 media-sound/mopidy/Manifest | 2 +-
 media-sound/mopidy/{mopidy-3.3.0.ebuild => mopidy-3.4.1.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/media-sound/mopidy/Manifest b/media-sound/mopidy/Manifest
index fe444ee2f..0a9d690cf 100644
--- a/media-sound/mopidy/Manifest
+++ b/media-sound/mopidy/Manifest
@@ -1 +1 @@
-DIST mopidy-3.3.0.tar.gz 443949 BLAKE2B 
433c9caef164b9c85ea220f0f1472cb3b78c7291618e46ed16497ec0734f57d6a8a2ea1218c79a6a60fde60179e59c4a4a9bde805ac84109a02935673132ab95
 SHA512 
9cad7d5013defb9f7edee17b48120286a0b3be568eba15c60fc5363f8ee2ab9041dd79574b2ce1a14a941f41f53101f588e0d0283ee01b82499bc6ffe001cee2
+DIST mopidy-3.4.1.tar.gz 444928 BLAKE2B 
fb597bed6fe7b7e1d0fae0caab3f3f993a4720178382ff7c76d6f6ae9323710c04010ff66b41d6e45ca13ee20613b021296d7ef47b5af3a3aceff78b6c297f0c
 SHA512 
cb3271f106303415b65e4b4248995235bd16a5b795f4575206d3fd08aceb5d2e2df4c323eb84df8e50cb3785d94a258633650ebc5a5916f3dcc66dfe69f249d6

diff --git a/media-sound/mopidy/mopidy-3.3.0.ebuild 
b/media-sound/mopidy/mopidy-3.4.1.ebuild
similarity index 92%
rename from media-sound/mopidy/mopidy-3.3.0.ebuild
rename to media-sound/mopidy/mopidy-3.4.1.ebuild
index d53cac8d6..6bb73c8a4 100644
--- a/media-sound/mopidy/mopidy-3.3.0.ebuild
+++ b/media-sound/mopidy/mopidy-3.4.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_11 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:master commit in: dev-util/bash-language-server/

2023-05-24 Thread Haelwenn Monnier
commit: 219fb4f4de091d60fc22df607fd5409096931dce
Author: tastytea  tastytea  de>
AuthorDate: Tue May 23 09:57:50 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue May 23 09:57:50 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=219fb4f4

dev-util/bash-language-server: drop 4.9.0

Signed-off-by: tastytea  tastytea.de>

 dev-util/bash-language-server/Manifest |  2 -
 .../bash-language-server-4.9.0.ebuild  | 51 --
 2 files changed, 53 deletions(-)

diff --git a/dev-util/bash-language-server/Manifest 
b/dev-util/bash-language-server/Manifest
index dc2814b21..afb0d5dce 100644
--- a/dev-util/bash-language-server/Manifest
+++ b/dev-util/bash-language-server/Manifest
@@ -1,5 +1,3 @@
-DIST bash-language-server-4.9.0-deps.tar.xz 2203152 BLAKE2B 
fd0aaa05e6fef5e2951ffe55626bca7df4d2609c39b5145daa3cf6100c9732287a33717065db411334cad9805f147acdd29470069b4c4a41ebf2018419809108
 SHA512 
3c6ff2ff44321adbd805aad749ff3eacc320d276add2f5d68eea6f68c95e26cfeeac8d319d5242514fb69b572fbab64327ab4134e736b5425ffd1ef8d1a0079a
-DIST bash-language-server-4.9.0.tgz 190986 BLAKE2B 
09b371d143815fc0b839c8c0d5b0e93592077b8cdd396b2f6e028e0feb133ab22fe59e4fd006324d8fb0b5b26816389528001d4210fc2b37d055cc4d8a24fab3
 SHA512 
acc6ff77935e156be2333b96e4348949643a7879463e7b7402b7ca3f4032934d1b510cdde469404c9d41510f14002606fe79fba54ebe25688b818030df618bdd
 DIST bash-language-server-4.9.1-deps.tar.xz 2209120 BLAKE2B 
514c8037d075aa7460ccf0332851957ceedb858b83ad677f715579bfb3238eafa472f586aba325f98b0621588ca11fdedc947c7bc2dd1321baedf1e1f733a23f
 SHA512 
9c12990c17571bbccf3271769861fd66c77b15f0158680be2154adf194769de0f2fe1ef576d679723e5c15c4b4d792b403cbae6061b83ee6d079992fe0b100ad
 DIST bash-language-server-4.9.1.tgz 191025 BLAKE2B 
b066db5a7358c904143ed1c81f1f93702e6db7b9b11c86f513fd515d3fc5a60c7d984a63321d5aa998326ccc625d89beaf76bbc3e3da686f43ecc74b581bb20f
 SHA512 
d96d3d4225e0b861f98bdcaf5bab58776f039cb94b2297f415e51f37ccab603d0ed030e6eaac2faaeedb7ce9b190ed809d678227f118de5bfa6fe65cec541cd7
 DIST bash-language-server-4.9.2-deps.tar.xz 2215872 BLAKE2B 
d0c5e67941d3637f34e1fd8492d53fd5142a439a859142cb111d6c205ce95f28ed96de9f09c32db3aa366740d214cb8641e6c67ad761e1562cdefb8805f53137
 SHA512 
bc51225d5f0ff0256fa62f228488b2c8410440c094d29869c62f28975e6b55d59257526cd0d0162ef19b7db9a8a9cbb83e5410c68256ff20d3965bcbccfb1793

diff --git a/dev-util/bash-language-server/bash-language-server-4.9.0.ebuild 
b/dev-util/bash-language-server/bash-language-server-4.9.0.ebuild
deleted file mode 100644
index 344c04d3e..0
--- a/dev-util/bash-language-server/bash-language-server-4.9.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit optfeature
-
-DESCRIPTION="A language server for Bash"
-HOMEPAGE="https://github.com/bash-lsp/bash-language-server;
-SRC_URI="
-   mirror://npm/${PN}/-/${P}.tgz
-   https://tastytea.de/files/gentoo/${P}-deps.tar.xz
-"
-S="${WORKDIR}"
-
-# NOTE: to generate the dependency tarball:
-#   npm --cache ./npm-cache install $(portageq envvar DISTDIR)/${P}.tgz
-#   tar -caf ${P}-deps.tar.xz npm-cache
-
-LICENSE="
-   Apache-2.0 BSD BSD-2 CC0-1.0 ISC MIT-with-advertising
-   || ( public-domain Unlicense )
-"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="net-libs/nodejs"
-BDEPEND="net-libs/nodejs[npm]"
-
-src_unpack() {
-   cd "${T}" || die "Could not cd to temporary directory"
-   unpack ${P}-deps.tar.xz
-}
-
-src_install() {
-   npm \
-   --offline \
-   --verbose \
-   --progress false \
-   --foreground-scripts \
-   --global \
-   --prefix "${ED}"/usr \
-   --cache "${T}"/npm-cache \
-   install "${DISTDIR}"/${P}.tgz || die "npm install failed"
-
-   einstalldocs
-}
-
-pkg_postinst() {
-   optfeature "linting support" dev-util/shellcheck dev-util/shellcheck-bin
-}



[gentoo-commits] repo/proj/guru:master commit in: dev-python/pywebview/

2023-05-24 Thread Haelwenn Monnier
commit: 67365ce1560d06e67e76d0d1ae5e1434249dd1a9
Author: tastytea  tastytea  de>
AuthorDate: Tue May 23 12:45:07 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue May 23 12:45:07 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=67365ce1

dev-python/pywebview: add 4.1

Signed-off-by: tastytea  tastytea.de>

 dev-python/pywebview/Manifest |  1 +
 dev-python/pywebview/pywebview-4.1.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/pywebview/Manifest b/dev-python/pywebview/Manifest
index 3c663a01b..f4b5de7e2 100644
--- a/dev-python/pywebview/Manifest
+++ b/dev-python/pywebview/Manifest
@@ -1 +1,2 @@
 DIST pywebview-3.7.2.tar.gz 440069 BLAKE2B 
72a7b53ee72570f3ef0dc2c490f484dca02581490213708b6c45bb487b990d41ca64d477853454549c6cad3543f6381109a2fc54182bb14a720872b1fa240ed9
 SHA512 
943ce75a29f19b04890e8ae8f3327968b35ba347c8abab9079cfac5e9f93edfa0fbc3999d77a68bb7885d5a7236dc12c75b3a23e1cfbf2fc9fe794089a936db9
+DIST pywebview-4.1.tar.gz 30069532 BLAKE2B 
ca11bb04c4146204d379414fc6de0cd1e583c36feb126c859d8c8bb0e896bf5eb8de946943729e41d0c564c704d140baf765de2807aec0311348e97624c00f3a
 SHA512 
5cca2912adda83043c86f4b1386c70583fa547424b10c19dc2bfc713407cd9001515844b820e2050962fe84373febfaab495f646c56ab1d48207b47f2c535208

diff --git a/dev-python/pywebview/pywebview-4.1.ebuild 
b/dev-python/pywebview/pywebview-4.1.ebuild
new file mode 100644
index 0..3df2e37aa
--- /dev/null
+++ b/dev-python/pywebview/pywebview-4.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A lightweight cross-platform wrapper around a webview component"
+HOMEPAGE="https://github.com/r0x0r/pywebview;
+SRC_URI="https://github.com/r0x0r/pywebview/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="gtk qt5"
+REQUIRED_USE="|| ( gtk qt5 )"
+
+RDEPEND="
+   dev-python/bottle
+   dev-python/cryptography
+   dev-python/proxy_tools
+   gtk? (
+   dev-python/pygobject[cairo,${PYTHON_USEDEP}]
+   net-libs/webkit-gtk
+   )
+   qt5? (
+dev-python/pyside2[${PYTHON_USEDEP},webengine]
+dev-python/QtPy[${PYTHON_USEDEP},webengine]
+   )
+"
+
+distutils_enable_tests pytest
+
+RESTRICT="test" # FIXME: tests fail without message



[gentoo-commits] repo/proj/guru:master commit in: app-text/lizard/

2023-05-24 Thread Haelwenn Monnier
commit: 0e0423a553ece987d3d66fa4cbbbf6140db4d4b1
Author: David Roman  gmail  com>
AuthorDate: Tue May 23 20:12:04 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue May 23 20:12:24 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0e0423a5

app-text/lizard: enable py3.11 and disable py3.10

Closes: https://bugs.gentoo.org/897378
Signed-off-by: David Roman  gmail.com>

 app-text/lizard/lizard-1.17.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/lizard/lizard-1.17.10.ebuild 
b/app-text/lizard/lizard-1.17.10.ebuild
index 157fe5111..5ac75fd3d 100644
--- a/app-text/lizard/lizard-1.17.10.ebuild
+++ b/app-text/lizard/lizard-1.17.10.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
 
-PYTHON_COMPAT=( python3_10 )
+PYTHON_COMPAT=( python3_11 )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:master commit in: dev-python/pytest-flask/

2023-05-24 Thread Haelwenn Monnier
commit: 3ba0af3a4a99f9cf35a4f321ab48ade53aff3bd0
Author: David Roman  gmail  com>
AuthorDate: Tue May 23 20:20:46 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue May 23 20:20:46 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3ba0af3a

dev-python/pytest-flask: enable py3.11 and disable py3.10

Closes: https://bugs.gentoo.org/897550
Signed-off-by: David Roman  gmail.com>

 dev-python/pytest-flask/pytest-flask-1.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild 
b/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild
index 13396d3e0..d531ed3b8 100644
--- a/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild
+++ b/dev-python/pytest-flask/pytest-flask-1.2.0.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# 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 pypy3 )
+PYTHON_COMPAT=( python3_11 pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="A set of pytest fixtures to test Flask applications "



[gentoo-commits] repo/proj/guru:master commit in: dev-python/timeslot/

2023-05-24 Thread Haelwenn Monnier
commit: 1abeacd33218608e7e951a2dd0ef3c5125ea0636
Author: David Roman  gmail  com>
AuthorDate: Tue May 23 21:08:51 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue May 23 21:08:51 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1abeacd3

dev-python/timeslot: enable py3.11 and disable py3.10

Closes: https://bugs.gentoo.org/897584
Signed-off-by: David Roman  gmail.com>

 dev-python/timeslot/timeslot-0.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/timeslot/timeslot-0.1.2.ebuild 
b/dev-python/timeslot/timeslot-0.1.2.ebuild
index 276e154bd..240e1eb16 100644
--- a/dev-python/timeslot/timeslot-0.1.2.ebuild
+++ b/dev-python/timeslot/timeslot-0.1.2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_10 pypy3 )
+PYTHON_COMPAT=( python3_11 pypy3 )
 
 inherit distutils-r1 pypi
 



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/intiface-central-bin/

2023-05-24 Thread Haelwenn Monnier
commit: 6bb8159b9362a150718603c8fc9a5fb97913f51c
Author: tastytea  tastytea  de>
AuthorDate: Tue May 23 10:03:14 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue May 23 10:03:14 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6bb8159b

gui-apps/intiface-central-bin: add 2.4.0

Signed-off-by: tastytea  tastytea.de>

 gui-apps/intiface-central-bin/Manifest |  1 +
 .../intiface-central-bin-2.4.0.ebuild  | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/gui-apps/intiface-central-bin/Manifest 
b/gui-apps/intiface-central-bin/Manifest
index 18a0719ba..36e599f57 100644
--- a/gui-apps/intiface-central-bin/Manifest
+++ b/gui-apps/intiface-central-bin/Manifest
@@ -1 +1,2 @@
 DIST intiface-central-v2.3.0-linux-x64.zip 17157804 BLAKE2B 
57176f65e6124a0d46dfe422c42a0b2d7077dc4cef7f59e099c5488c163005c0bbfde435c411e0763800cf43a17f08dbb8da4fbb3c7feec3e6114fe5fa6cc451
 SHA512 
3d6d351e7dccaf851d9fb955fcdfbb1ea5c9a609aeb2a527d08ada591a3772cd95b0c90fe730476c664e19587eb0f2f9aa2c63eb24fc4849c4e0b775d6207049
+DIST intiface-central-v2.4.0-linux-x64.zip 17462271 BLAKE2B 
80357a03496ec88f0e62b130fa8da39e5eb8826d8372221b8e954ca60231faed57c62fd18a346430f53399f4970bed007cf652456b75088bb4ff80bb1b4fd1d9
 SHA512 
8324c44ee16ce19acb958b77e6a256e640d21c2b9348284bdcaa0bd9b01ddb2c49c176ffbc929a9d116cb4506467234a5b82f33e81aae2b24132f47705487f67

diff --git a/gui-apps/intiface-central-bin/intiface-central-bin-2.4.0.ebuild 
b/gui-apps/intiface-central-bin/intiface-central-bin-2.4.0.ebuild
new file mode 100644
index 0..87487ae19
--- /dev/null
+++ b/gui-apps/intiface-central-bin/intiface-central-bin-2.4.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop xdg
+
+DESCRIPTION="Buttplug frontend application"
+HOMEPAGE="https://github.com/intiface/intiface-central;
+SRC_URI="https://github.com/intiface/intiface-central/releases/download/v${PV}/intiface-central-v${PV}-linux-x64.zip;
+S="${WORKDIR}/intiface-central-v${PV}-linux-x64"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   app-accessibility/at-spi2-core
+   media-gfx/graphite2
+   sys-apps/dbus
+   sys-apps/systemd-utils
+   x11-libs/gtk+:3[X]
+   || (
+   dev-libs/openssl:0/1.1
+   dev-libs/openssl-compat:1.1.1
+   )
+"
+BDEPEND="app-arch/unzip"
+
+QA_PREBUILT="
+   opt/${PN}/lib/*.so
+   opt/${PN}/intiface_central
+"
+
+src_install() {
+   insinto /opt/${PN}
+   doins -r .
+   fperms +x /opt/${PN}/intiface_central
+
+   cat << EOF > intiface_central
+#!/bin/sh
+cd /opt/${PN}
+./intiface_central "\${@}"
+EOF
+   dobin intiface_central
+
+   newicon --size 512 \
+   data/flutter_assets/assets/icons/intiface_central_icon.png 
${PN}.png
+
+   make_desktop_entry intiface_central "Intiface Central" ${PN} "Utility"
+}



[gentoo-commits] repo/proj/guru:master commit in: dev-util/yaml-language-server/

2023-05-24 Thread Haelwenn Monnier
commit: 5f94338fb220e5268f8e530fd2677c4342e15efc
Author: tastytea  tastytea  de>
AuthorDate: Tue May 23 11:13:32 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue May 23 11:13:32 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5f94338f

dev-util/yaml-language-server: drop 1.11.0

Signed-off-by: tastytea  tastytea.de>

 dev-util/yaml-language-server/Manifest |  2 --
 .../yaml-language-server-1.11.0.ebuild | 42 --
 2 files changed, 44 deletions(-)

diff --git a/dev-util/yaml-language-server/Manifest 
b/dev-util/yaml-language-server/Manifest
index 9420fb68b..eb434f652 100644
--- a/dev-util/yaml-language-server/Manifest
+++ b/dev-util/yaml-language-server/Manifest
@@ -1,5 +1,3 @@
-DIST yaml-language-server-1.11.0-deps.tar.xz 5658516 BLAKE2B 
a49058ae8e314bcec16750d1aea9213a2cfb5dc47e8f388d6b77ac27f75387a6fdc064fbae89e4600a3dd4a75b64c7cb036eb66e4df21b753b016d54c1f473e0
 SHA512 
d86b376b89cf33230b8ddb8d698c6de23f2eeac7c581e2a0442a1c5dcbe046a633a05ff091d58b0ea1c223e08cab272b777518e05ed91fbcb1984471fffebd5d
-DIST yaml-language-server-1.11.0.tgz 548849 BLAKE2B 
787cfd79014922d03a67d0618fb2bdad79dd3e02503edf61e1e7b623c3c10ee36a9d15b643c883046f4c81d36f11947f65f8dbd1cd9515d19513fc127a6ef77d
 SHA512 
d5306584ad67312a438aade265f0320ce838c706a0a336409eaaf400ead91b952d78cb77cdb7e1395aa146e02e9d1219f2492d7c6323b0ac438cefaeb4600968
 DIST yaml-language-server-1.12.0-deps.tar.xz 5119236 BLAKE2B 
0e224565745ac61520ab3f76efaac3fe46fe8ec7a36ced2e492d1f97af34f82699b604801df601f122bcca4b439393741817a4267260b765029380c6c5079a2c
 SHA512 
72aa7ab1c35b7cd65d14a535ca91f656a3d2e39b73539c1494681ed636f08f888d415b751d9952ba8eae3a802cdf001b71e92059806c20d2f512072122e602ba
 DIST yaml-language-server-1.12.0.tgz 558972 BLAKE2B 
1d7ec17dbf0e74bfff5bb68574fd60122876def6f869e1a2a9911e51414cca19fdb3af989b9ba7c8be439c2f2b96282fb9122231a2591dbd1d7e57f27a897ad8
 SHA512 
70441e1d5a921f4f9480d36f546aefdf1bbe3414ec7014a6392fef35f8bbaf924f4e1829de12145738e3d2fc5e5c58f9b303b19e9a1dd210fdf6d0a43c68a293
 DIST yaml-language-server-1.13.0-deps.tar.xz 5460772 BLAKE2B 
110680d5ce1459a90483f58ef28dbf82af5fa4cd5984044a294b9d1f8e40b74fa552011e29fa1a780bfc93243039eb57c2766682d84160bb77fe87e04c12b975
 SHA512 
17b167b372140845e52cfd41c49dec2610f2dfde76e60a74c5c03240aa4ce9aab4dc4d741d4942999614cebcca567f6a9bd52f8088b4b94f615ae6576a3a0337

diff --git a/dev-util/yaml-language-server/yaml-language-server-1.11.0.ebuild 
b/dev-util/yaml-language-server/yaml-language-server-1.11.0.ebuild
deleted file mode 100644
index aa3e48ef0..0
--- a/dev-util/yaml-language-server/yaml-language-server-1.11.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="Language Server for YAML Files"
-HOMEPAGE="https://github.com/redhat-developer/yaml-language-server;
-SRC_URI="
-   mirror://npm/${PN}/-/${P}.tgz
-   https://tastytea.de/files/gentoo/${P}-deps.tar.xz
-"
-S="${WORKDIR}"
-
-# NOTE: to generate the dependency tarball:
-#   npm --cache ./npm-cache install $(portageq envvar DISTDIR)/${P}.tgz
-#   tar -caf ${P}-deps.tar.xz npm-cache
-
-LICENSE="Apache-2.0 BSD-2 ISC MIT-with-advertising"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="net-libs/nodejs"
-BDEPEND="net-libs/nodejs[npm]"
-
-src_unpack() {
-   cd "${T}" || die "Could not cd to temporary directory"
-   unpack ${P}-deps.tar.xz
-}
-
-src_install() {
-   npm \
-   --offline \
-   --verbose \
-   --progress false \
-   --foreground-scripts \
-   --global \
-   --prefix "${ED}"/usr \
-   --cache "${T}"/npm-cache \
-   install "${DISTDIR}"/${P}.tgz || die "npm install failed"
-
-   einstalldocs
-}



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

2023-05-24 Thread Ionen Wolkens
commit: 47276c06c967efdddba8181ee1481a031653bd51
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed May 24 23:27:12 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Wed May 24 23:34:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47276c06

x11-drivers/nvidia-drivers: soften IBT warning

The situation around this is still unclear, getting conflicting
reports and (if actually fixed), it's still unclear which versions
have received backports.

Does not help that, at least initially, it was only fixed with
USE=kernel-open because (unlike nvidia last I know of) we are
using a newer gcc. And then changelog entries often have mixups
(and wrt news outlets, afaik all they did is read these).

If anyone reading this actually uses IBT, please send a report
if the blob works as intended.

Not changing 390's ebuild given that one is almost certainly broken.

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

 x11-drivers/nvidia-drivers/nvidia-drivers-470.182.03.ebuild | 5 +++--
 x11-drivers/nvidia-drivers/nvidia-drivers-515.105.01.ebuild | 5 +++--
 x11-drivers/nvidia-drivers/nvidia-drivers-525.116.03.ebuild | 5 +++--
 x11-drivers/nvidia-drivers/nvidia-drivers-525.116.04.ebuild | 5 +++--
 x11-drivers/nvidia-drivers/nvidia-drivers-525.47.26.ebuild  | 5 +++--
 x11-drivers/nvidia-drivers/nvidia-drivers-530.41.03.ebuild  | 5 +++--
 6 files changed, 18 insertions(+), 12 deletions(-)

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-470.182.03.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-470.182.03.ebuild
index 2abb35e6737e..0d0e1a3a178d 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-470.182.03.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-470.182.03.ebuild
@@ -100,8 +100,9 @@ pkg_setup() {
Cannot be directly selected in the kernel's menuconfig, and may need
selection of a DRM device even if unused, e.g. CONFIG_DRM_AMDGPU=m or
DRM_I915=y, DRM_NOUVEAU=m also acceptable if a module and not built-in."
-   local ERROR_X86_KERNEL_IBT="CONFIG_X86_KERNEL_IBT: is set, be warned 
the modules may not load.
-   If run into problems, either unset or try to pass ibt=off to the 
kernel."
+   local ERROR_X86_KERNEL_IBT="CONFIG_X86_KERNEL_IBT: is set, this should 
be fine and is supposed
+   to be fixed but, *if* modules fail to load, then try to either unset
+   or pass ibt=off to the kernel (ignore this message otherwise)"
 
use amd64 && kernel_is -ge 5 8 && CONFIG_CHECK+=" X86_PAT" #817764
 

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-515.105.01.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-515.105.01.ebuild
index 7fcb405e6acf..f7417cec22da 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-515.105.01.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-515.105.01.ebuild
@@ -105,8 +105,9 @@ pkg_setup() {
Cannot be directly selected in the kernel's menuconfig, and may need
selection of a DRM device even if unused, e.g. CONFIG_DRM_AMDGPU=m or
DRM_I915=y, DRM_NOUVEAU=m also acceptable if a module and not built-in."
-   local ERROR_X86_KERNEL_IBT="CONFIG_X86_KERNEL_IBT: is set, be warned 
the modules may not load.
-   If run into problems, either unset or try to pass ibt=off to the 
kernel."
+   local ERROR_X86_KERNEL_IBT="CONFIG_X86_KERNEL_IBT: is set, this should 
be fine and is supposed
+   to be fixed but, *if* modules fail to load, then try to either unset
+   or pass ibt=off to the kernel (ignore this message otherwise)"
 
use amd64 && kernel_is -ge 5 8 && CONFIG_CHECK+=" X86_PAT" #817764
 

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-525.116.03.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-525.116.03.ebuild
index 5b5b3da2dd33..6ae8b90eb1a9 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-525.116.03.ebuild
+++ b/x11-drivers/nvidia-drivers/nvidia-drivers-525.116.03.ebuild
@@ -103,8 +103,9 @@ pkg_setup() {
Cannot be directly selected in the kernel's menuconfig, and may need
selection of a DRM device even if unused, e.g. CONFIG_DRM_AMDGPU=m or
DRM_I915=y, DRM_NOUVEAU=m also acceptable if a module and not built-in."
-   local ERROR_X86_KERNEL_IBT="CONFIG_X86_KERNEL_IBT: is set, be warned 
the modules may not load.
-   If run into problems, either unset or try to pass ibt=off to the 
kernel."
+   local ERROR_X86_KERNEL_IBT="CONFIG_X86_KERNEL_IBT: is set, this should 
be fine and is supposed
+   to be fixed but, *if* modules fail to load, then try to either unset
+   or pass ibt=off to the kernel (ignore this message otherwise)"
 
use amd64 && kernel_is -ge 5 8 && CONFIG_CHECK+=" X86_PAT" #817764
 

diff --git a/x11-drivers/nvidia-drivers/nvidia-drivers-525.116.04.ebuild 
b/x11-drivers/nvidia-drivers/nvidia-drivers-525.116.04.ebuild
index 5b5b3da2dd33..6ae8b90eb1a9 100644
--- a/x11-drivers/nvidia-drivers/nvidia-drivers-525.116.04.ebuild
+++ 

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

2023-05-24 Thread Maciej Barć
commit: fe3cf754c1e7031e14cfbe8491fc00e6de38ab81
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed May 24 23:15:06 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed May 24 23:15:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe3cf754

sci-mathematics/lean: bump to 3.51.1

Signed-off-by: Maciej Barć  gentoo.org>

 sci-mathematics/lean/Manifest   |  1 +
 sci-mathematics/lean/lean-3.51.1.ebuild | 80 +
 2 files changed, 81 insertions(+)

diff --git a/sci-mathematics/lean/Manifest b/sci-mathematics/lean/Manifest
index 065df8cd90b3..a7e68689fb92 100644
--- a/sci-mathematics/lean/Manifest
+++ b/sci-mathematics/lean/Manifest
@@ -1,3 +1,4 @@
 DIST lean-3.49.0.tar.gz 1918154 BLAKE2B 
9f9973d00d2d5d5b7d26d50117c27754feb5132e88decd55859432a384dac2897184dcf8d841ad0034854657ac25e462dc69cdbe1cf2040787d108bb7e1370f4
 SHA512 
b4672843c2e923da8d56b91c14966fc2ec66c573564d68db9c52f9b40f2c97d82497f2ef6424b023c4ae50f6f0c11674e2d79053844ea669d226d0fe24077ade
 DIST lean-3.50.3.tar.gz 1918462 BLAKE2B 
f8cb3857989e4966c12a9b4f4a13403ceab0ae9d33ddf81970ef886fb1f46bfd14bfc15aea498ea360cc801224c60489f0ce3b33fe10bead4dcbf3f6a06eee93
 SHA512 
849b9e8854585ce119f87e8bea655bcb834f1f986bccbf5ffa148fd4a1aae2030b6be938adbf377f0076361a3d9338802e1af8965f01b9c4d2a0517be330beef
 DIST lean-3.51.0.tar.gz 1918905 BLAKE2B 
83131417011d89846084608fc9b6b5b8254584da63b2e2d7626064a170c3bd3780973483ce60afc49713df840e150c4ed92951bfd7fbdeb520791e58164313cd
 SHA512 
712c5520d298cf7098f5e5d787ba91096d73ba08a15581f4478836c7790679950a1a0b0d7d9c876b1557ae7dc56b10430ac1b4227b5d30ac1ad398e196c2fb11
+DIST lean-3.51.1.tar.gz 1918894 BLAKE2B 
9a240fe73193794a57001582c0623052cfc1c08ef3b155cac2d9dfc029202cb79b85e844fdf068e454498a35522ec3e18330da8c644bba3c6f708cbde04816f7
 SHA512 
dccdf6c3fbcd98115e62b9944645af6a2ce21412d63baa9565871807862e8d83cc6f29d1fb687f19b802240a5f9c019443caa00412ecfabe621744dff900e3ee

diff --git a/sci-mathematics/lean/lean-3.51.1.ebuild 
b/sci-mathematics/lean/lean-3.51.1.ebuild
new file mode 100644
index ..72a23985077c
--- /dev/null
+++ b/sci-mathematics/lean/lean-3.51.1.ebuild
@@ -0,0 +1,80 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MAJOR=$(ver_cut 1)
+CMAKE_IN_SOURCE_BUILD="ON"
+
+inherit flag-o-matic cmake readme.gentoo-r1
+
+DESCRIPTION="The Lean Theorem Prover"
+HOMEPAGE="https://leanprover-community.github.io/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/leanprover-community/lean.git;
+else
+   
SRC_URI="https://github.com/leanprover-community/lean/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+S="${S}/src"
+
+LICENSE="Apache-2.0"
+SLOT="0/${MAJOR}"
+IUSE="debug +threads"
+
+RDEPEND="dev-libs/gmp:="
+DEPEND="${RDEPEND}"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-3.50.3-gcc-13.patch
+   "${FILESDIR}"/${PN}-CMakeLists-fix_flags.patch
+)
+
+src_configure() {
+   local CMAKE_BUILD_TYPE
+   if use debug; then
+   CMAKE_BUILD_TYPE="Debug"
+   else
+   CMAKE_BUILD_TYPE="Release"
+   fi
+
+   filter-lto
+
+   local -a mycmakeargs=(
+   -DALPHA=ON
+   -DAUTO_THREAD_FINALIZATION=ON
+   -DJSON=ON  # bug 833900
+   -DLEAN_EXTRA_CXX_FLAGS="${CXXFLAGS}"
+   -DMULTI_THREAD=$(usex threads)
+   -DUSE_GITHASH=OFF
+   )
+   cmake_src_configure
+}
+
+src_test() {
+   local -a myctestargs=(
+   # Disable problematic "style_check" cpplint test,
+   # this also removes the python test dependency
+   --exclude-regex style_check
+   )
+   cmake_src_test
+}
+
+src_install() {
+   cmake_src_install
+
+   local DISABLE_AUTOFORMATTING="yes"
+   local DOC_CONTENTS="You probably want to use lean with mathlib, you can 
either:
+   - Do not install mathlib globally and use local versions
+   - Use leanproject from sci-mathematics/mathlib-tools
+   $ leanproject global-install
+   - Use leanpkg and compile mathlib (which will take some time)
+   $ leanpkg install 
https://github.com/leanprover-community/mathlib;
+   readme.gentoo_create_doc
+}
+
+pkg_postinst() {
+   readme.gentoo_print_elog
+}



[gentoo-commits] repo/user/gerislay:master commit in: dev-python/brokenaxes/

2023-05-24 Thread gerion
commit: e0a6d6a058b3be8651f20d09a7c386b190631b04
Author: Gerion Entrup  flump  de>
AuthorDate: Wed May 24 23:05:09 2023 +
Commit: gerion  flump  de>
CommitDate: Wed May 24 23:06:00 2023 +
URL:https://gitweb.gentoo.org/repo/user/gerislay.git/commit/?id=e0a6d6a0

dev-python/brokenaxes: drop, unused

Closes: https://bugs.gentoo.org/906417
Signed-off-by: Gerion Entrup  flump.de>

 dev-python/brokenaxes/Manifest   |  1 -
 dev-python/brokenaxes/brokenaxes-.ebuild | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-python/brokenaxes/Manifest b/dev-python/brokenaxes/Manifest
deleted file mode 100644
index 3382549..000
--- a/dev-python/brokenaxes/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-EBUILD brokenaxes-.ebuild 458 BLAKE2B 
53fbe085cf261f7db41cbcf8743547043f31f084a60568d095f8b56db778c42c23d53d89406b36fb7a708c74fda0317f16bbe496423594250077eb7a620ad3f2
 SHA512 
af21feeda142f9aa74d48da3d272c2b99a5870ac1e8314c700c92931ff0c97da4767122f6a7ae2b4f07eb11534f7ef9cf9b6952d04738fbf489f2c98f500de0c

diff --git a/dev-python/brokenaxes/brokenaxes-.ebuild 
b/dev-python/brokenaxes/brokenaxes-.ebuild
deleted file mode 100644
index a8ba191..000
--- a/dev-python/brokenaxes/brokenaxes-.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit distutils-r1 git-r3
-
-DESCRIPTION="Create matplotlib plots with broken axes"
-HOMEPAGE="https://github.com/bendichter/brokenaxes;
-EGIT_REPO_URI="https://github.com/bendichter/brokenaxes;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE=""
-
-DEPEND="dev-python/matplotlib[$PYTHON_USEDEP]"
-RDEPEND="${DEPEND}"
-BDEPEND=""



[gentoo-commits] proj/sci:master commit in: sci-biology/bidsschematools/

2023-05-24 Thread Horea Christian
commit: 1eeaf57e2f9407707a2b92637f59548836ffc66f
Author: Horea Christian  chymera  eu>
AuthorDate: Wed May 24 22:59:30 2023 +
Commit: Horea Christian  gmail  com>
CommitDate: Wed May 24 22:59:30 2023 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=1eeaf57e

sci-biology/bidsschematools: add 0.7.1

Signed-off-by: Horea Christian  chymera.eu>

 .../bidsschematools/bidsschematools-0.7.1.ebuild   | 37 ++
 1 file changed, 37 insertions(+)

diff --git a/sci-biology/bidsschematools/bidsschematools-0.7.1.ebuild 
b/sci-biology/bidsschematools/bidsschematools-0.7.1.ebuild
new file mode 100644
index 0..b5b12165d
--- /dev/null
+++ b/sci-biology/bidsschematools/bidsschematools-0.7.1.ebuild
@@ -0,0 +1,37 @@
+# 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..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A Python library for working with the BIDS schema"
+HOMEPAGE="https://github.com/bids-standard/bids-specification;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="render"
+
+RDEPEND="
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   render? (
+   dev-python/markdown-it-py[${PYTHON_USEDEP}]
+   dev-python/pandas[${PYTHON_USEDEP}]
+   dev-python/tabulate[${PYTHON_USEDEP}]
+   )
+"
+DEPEND=""
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   if ! use render; then
+   rm "${S}/bidsschematools/render.py"
+   rm "${S}/bidsschematools/tests/test_render.py"
+   fi
+   default
+}



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-requests/

2023-05-24 Thread Lucio Sauer
commit: e36deb40911e7c1ecca7c815be43296e663a788b
Author: Lucio Sauer  posteo  net>
AuthorDate: Wed May 24 22:11:03 2023 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Wed May 24 22:37:52 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e36deb40

dev-python/types-requests: add 2.31.0.0

Signed-off-by: Lucio Sauer  posteo.net>

 dev-python/types-requests/Manifest |  1 +
 .../types-requests/types-requests-2.31.0.0.ebuild  | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/types-requests/Manifest 
b/dev-python/types-requests/Manifest
index cb7930254..12c06aff9 100644
--- a/dev-python/types-requests/Manifest
+++ b/dev-python/types-requests/Manifest
@@ -1 +1,2 @@
 DIST types-requests-2.30.0.0.tar.gz 14922 BLAKE2B 
a682fd934221e6da2deec781d8cd1facf816636d9cc8395d29ae8bf3be958cf1d90420cb54f64f24f8562d6cb613e61100a211e1d627a7abcc82320a4b7bbaa1
 SHA512 
7ffa1dca0839a581c1ef47846b01f7861b92ec62e90e0fe17ff007de56366a259541653a8df1517d7dc3b46c8fabfbac362b164a21ceb7fb31ae3f6dcc7b605b
+DIST types-requests-2.31.0.0.tar.gz 15131 BLAKE2B 
f4f8a2c981504742b103fe51867d4cfb2c1cb971b069bf451943780027bfdb986ecaf84aa2e51c04654b541b91efa98009d846c2b5a99b5889900c3e2a8ec617
 SHA512 
d6e043f873f41474182995251aeecf2975eb8255eee286d53c7772b174bbf013ecef3e6d78c05bb7af69fee1da2d4854ec01bf324dc8f5e78b0ca827526e43e7

diff --git a/dev-python/types-requests/types-requests-2.31.0.0.ebuild 
b/dev-python/types-requests/types-requests-2.31.0.0.ebuild
new file mode 100644
index 0..9cba92dc6
--- /dev/null
+++ b/dev-python/types-requests/types-requests-2.31.0.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Typing stubs for requests"
+HOMEPAGE="
+   https://pypi.org/project/types-requests/
+   https://github.com/python/typeshed/tree/master/stubs/requests
+"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64"
+
+RDEPEND="dev-python/types-urllib3"



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/types-requests/

2023-05-24 Thread Lucio Sauer
commit: 96c83474fb02b563998abc167e4c81d46fbcccdb
Author: Lucio Sauer  posteo  net>
AuthorDate: Wed May 24 22:25:19 2023 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Wed May 24 22:37:53 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96c83474

dev-python/types-requests: drop 2.30.0.0

Signed-off-by: Lucio Sauer  posteo.net>

 dev-python/types-requests/Manifest |  1 -
 .../types-requests/types-requests-2.30.0.0.ebuild  | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/types-requests/Manifest 
b/dev-python/types-requests/Manifest
index 12c06aff9..11743e4ca 100644
--- a/dev-python/types-requests/Manifest
+++ b/dev-python/types-requests/Manifest
@@ -1,2 +1 @@
-DIST types-requests-2.30.0.0.tar.gz 14922 BLAKE2B 
a682fd934221e6da2deec781d8cd1facf816636d9cc8395d29ae8bf3be958cf1d90420cb54f64f24f8562d6cb613e61100a211e1d627a7abcc82320a4b7bbaa1
 SHA512 
7ffa1dca0839a581c1ef47846b01f7861b92ec62e90e0fe17ff007de56366a259541653a8df1517d7dc3b46c8fabfbac362b164a21ceb7fb31ae3f6dcc7b605b
 DIST types-requests-2.31.0.0.tar.gz 15131 BLAKE2B 
f4f8a2c981504742b103fe51867d4cfb2c1cb971b069bf451943780027bfdb986ecaf84aa2e51c04654b541b91efa98009d846c2b5a99b5889900c3e2a8ec617
 SHA512 
d6e043f873f41474182995251aeecf2975eb8255eee286d53c7772b174bbf013ecef3e6d78c05bb7af69fee1da2d4854ec01bf324dc8f5e78b0ca827526e43e7

diff --git a/dev-python/types-requests/types-requests-2.30.0.0.ebuild 
b/dev-python/types-requests/types-requests-2.30.0.0.ebuild
deleted file mode 100644
index 9cba92dc6..0
--- a/dev-python/types-requests/types-requests-2.30.0.0.ebuild
+++ /dev/null
@@ -1,22 +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_{10..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Typing stubs for requests"
-HOMEPAGE="
-   https://pypi.org/project/types-requests/
-   https://github.com/python/typeshed/tree/master/stubs/requests
-"
-
-SLOT="0"
-LICENSE="Apache-2.0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/types-urllib3"



[gentoo-commits] repo/proj/guru:dev commit in: app-misc/anki-bin/

2023-05-24 Thread Lucio Sauer
commit: f418556ffa31d04d6ec05340ee79379696487b22
Author: Lucio Sauer  posteo  net>
AuthorDate: Wed May 24 21:43:30 2023 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Wed May 24 22:37:51 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f418556f

app-misc/anki-bin: drop 2.1.63

Signed-off-by: Lucio Sauer  posteo.net>

 app-misc/anki-bin/Manifest   |  5 --
 app-misc/anki-bin/anki-bin-2.1.63.ebuild | 79 
 2 files changed, 84 deletions(-)

diff --git a/app-misc/anki-bin/Manifest b/app-misc/anki-bin/Manifest
index 226f26f43..4c32c3376 100644
--- a/app-misc/anki-bin/Manifest
+++ b/app-misc/anki-bin/Manifest
@@ -1,10 +1,5 @@
-DIST anki-2.1.63-cp39-abi3-manylinux_2_28_x86_64.whl.zip 13022324 BLAKE2B 
524d44d0b6a5c233ebb3fa68c63ba736bbb81c43f8c85882782220948173a1472b9c1408727b8fd770682554c69e573cb589da123cf7854c8de305f67ed910fb
 SHA512 
61a8ee5278be364cb130d33c9e7f14b2f36baf922e94eda284744d9bf537c5e708fa19c40b26161038a12353de34187deacc42c64e9aadaa5095128a02055536
 DIST anki-2.1.64-cp39-abi3-manylinux_2_28_x86_64.whl.zip 13039104 BLAKE2B 
f53bd793d2fa977691519e0aedc43485e4bf58c62735d6e6f70ef168237fe69a24283868ae6bc069de3b2292f78481670355b7832ffacc286d0fe9daefeeb2f1
 SHA512 
112fea989e7321e10caa4c570784034463af760605d680ac9c8103c578ab5462881a5925ff6534785b368f8360966d34a15eea83b9638f802d9450232159315f
-DIST anki-bin-2.1.63.1 2212 BLAKE2B 
18dba4d3f7210b1fa765490617c4290b7a0f37abd75df6fdb395ea758fa2557789f595e0c0470c918ee988dfa5270df48dda095e8f6dce2aad597b0bba23db50
 SHA512 
50ee6633758b028c54b899d70cf582c54d4fdbb7e13f10921303db3a84d325ac689b48dbf4a5f03584748e89ad7820e14cd4646d7a3fa97919496f48a99cdb05
-DIST anki-bin-2.1.63.desktop 458 BLAKE2B 
7311e2ea71b40bd586a547a14316ca5447d582c046c3850ec5f63637640401fa53e8cdb8799ca8d6b169e38dae3e507946f4fbe5057c0d48e92729033fc6514b
 SHA512 
4666f855e488c0f3cdf2d071aeb373cf8eff96eefe71eb7bb67344fed66150b821d83bed4d4ec2966f63d2a6ede1701f1b19236a6a72e3002e70d2f404d55220
-DIST anki-bin-2.1.63.png 34595 BLAKE2B 
7b8adeece0d666f819d2e579d04f00102d6a28fe5915b2d13ae0bbf72671f95610d2bb47235509756684d38e4be495b41b6b5814fa0ee2b303adc1c78ed54b88
 SHA512 
c5051738be8c766629a0ec4cbf95c5f554e7bbca2fb5103b3545f2c34a6fcfd87c1384bbd5239199a8491fa46889b299f5f6e1f23988e271402239cdc2a0a9e7
 DIST anki-bin-2.1.64.1 2212 BLAKE2B 
18dba4d3f7210b1fa765490617c4290b7a0f37abd75df6fdb395ea758fa2557789f595e0c0470c918ee988dfa5270df48dda095e8f6dce2aad597b0bba23db50
 SHA512 
50ee6633758b028c54b899d70cf582c54d4fdbb7e13f10921303db3a84d325ac689b48dbf4a5f03584748e89ad7820e14cd4646d7a3fa97919496f48a99cdb05
 DIST anki-bin-2.1.64.desktop 458 BLAKE2B 
7311e2ea71b40bd586a547a14316ca5447d582c046c3850ec5f63637640401fa53e8cdb8799ca8d6b169e38dae3e507946f4fbe5057c0d48e92729033fc6514b
 SHA512 
4666f855e488c0f3cdf2d071aeb373cf8eff96eefe71eb7bb67344fed66150b821d83bed4d4ec2966f63d2a6ede1701f1b19236a6a72e3002e70d2f404d55220
 DIST anki-bin-2.1.64.png 34595 BLAKE2B 
7b8adeece0d666f819d2e579d04f00102d6a28fe5915b2d13ae0bbf72671f95610d2bb47235509756684d38e4be495b41b6b5814fa0ee2b303adc1c78ed54b88
 SHA512 
c5051738be8c766629a0ec4cbf95c5f554e7bbca2fb5103b3545f2c34a6fcfd87c1384bbd5239199a8491fa46889b299f5f6e1f23988e271402239cdc2a0a9e7
-DIST aqt-2.1.63-py3-none-any.whl.zip 6531126 BLAKE2B 
c256278447cd52544b2efe481712c6be9471787f4d8ab3bf6bac5323d3c5563dc4e2e5c82fec6099e5317b8485e16b7e3c89d5048004e55d7c306373769a38f9
 SHA512 
a4bf0acd942acab1ce90711c975673cf664f9bd1f2b154fd1fb9ecec54992a2c1ea0b5406b71f6f916d9f4aac2bf29a830b5fc531e67efe48e664d12839136cc
 DIST aqt-2.1.64-py3-none-any.whl.zip 6539634 BLAKE2B 
1843d766550c1be4f68522a9f0c79976848d6cec29a2e5b6303ba6af8f54ec8e0f4173b9c2585f0a84ea87e8d1f152056e56fe2c0251ab3882e90d357e4e284e
 SHA512 
e0b7810a251c62719e57a2fbc543993244fffea9cb56beda77ed22e0339b305c12840a7aee6e3484e2dbf378bf4bf731d42fb139d67fd83ba7fcbf02932a6ec0

diff --git a/app-misc/anki-bin/anki-bin-2.1.63.ebuild 
b/app-misc/anki-bin/anki-bin-2.1.63.ebuild
deleted file mode 100644
index 63b62ad2b..0
--- a/app-misc/anki-bin/anki-bin-2.1.63.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-### A NOTE REGARDING PYTHON COMPATABILITY ###
-# Anki-bin downloads a python 3.9 wheel. However the wheel used has only one 
native library _rsbridge.so
-# that is not linked against libpython.
-# The configuration with Python 3.10 was tested on a limited number of 
machines and is not guaranteed to work.
-
-PYTHON_COMPAT=( python3_{10..11} )
-inherit desktop python-single-r1 pypi xdg
-
-MY_PN=${PN%-bin}
-DESCRIPTION="A spaced-repetition memory training program (flash cards)"
-HOMEPAGE="https://apps.ankiweb.net/;
-SRC_URI="
-   $(pypi_wheel_url --unpack ${MY_PN} ${PV} cp39 
abi3-manylinux_2_28_x86_64)
-   $(pypi_wheel_url --unpack aqt ${PV})
-   
https://raw.githubusercontent.com/ankitects/${MY_PN}/${PV}/qt/bundle/lin/${MY_PN}.desktop
 

[gentoo-commits] repo/proj/guru:dev commit in: app-misc/anki-bin/

2023-05-24 Thread Lucio Sauer
commit: c7e9809f9e54a3abf34b88adc9e2ed6b759058f4
Author: Lucio Sauer  posteo  net>
AuthorDate: Wed May 24 21:43:12 2023 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Wed May 24 22:37:47 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c7e9809f

app-misc/anki-bin: add 2.1.64

Signed-off-by: Lucio Sauer  posteo.net>

 app-misc/anki-bin/Manifest   |  5 ++
 app-misc/anki-bin/anki-bin-2.1.64.ebuild | 78 
 2 files changed, 83 insertions(+)

diff --git a/app-misc/anki-bin/Manifest b/app-misc/anki-bin/Manifest
index 2b5cc20ee..226f26f43 100644
--- a/app-misc/anki-bin/Manifest
+++ b/app-misc/anki-bin/Manifest
@@ -1,5 +1,10 @@
 DIST anki-2.1.63-cp39-abi3-manylinux_2_28_x86_64.whl.zip 13022324 BLAKE2B 
524d44d0b6a5c233ebb3fa68c63ba736bbb81c43f8c85882782220948173a1472b9c1408727b8fd770682554c69e573cb589da123cf7854c8de305f67ed910fb
 SHA512 
61a8ee5278be364cb130d33c9e7f14b2f36baf922e94eda284744d9bf537c5e708fa19c40b26161038a12353de34187deacc42c64e9aadaa5095128a02055536
+DIST anki-2.1.64-cp39-abi3-manylinux_2_28_x86_64.whl.zip 13039104 BLAKE2B 
f53bd793d2fa977691519e0aedc43485e4bf58c62735d6e6f70ef168237fe69a24283868ae6bc069de3b2292f78481670355b7832ffacc286d0fe9daefeeb2f1
 SHA512 
112fea989e7321e10caa4c570784034463af760605d680ac9c8103c578ab5462881a5925ff6534785b368f8360966d34a15eea83b9638f802d9450232159315f
 DIST anki-bin-2.1.63.1 2212 BLAKE2B 
18dba4d3f7210b1fa765490617c4290b7a0f37abd75df6fdb395ea758fa2557789f595e0c0470c918ee988dfa5270df48dda095e8f6dce2aad597b0bba23db50
 SHA512 
50ee6633758b028c54b899d70cf582c54d4fdbb7e13f10921303db3a84d325ac689b48dbf4a5f03584748e89ad7820e14cd4646d7a3fa97919496f48a99cdb05
 DIST anki-bin-2.1.63.desktop 458 BLAKE2B 
7311e2ea71b40bd586a547a14316ca5447d582c046c3850ec5f63637640401fa53e8cdb8799ca8d6b169e38dae3e507946f4fbe5057c0d48e92729033fc6514b
 SHA512 
4666f855e488c0f3cdf2d071aeb373cf8eff96eefe71eb7bb67344fed66150b821d83bed4d4ec2966f63d2a6ede1701f1b19236a6a72e3002e70d2f404d55220
 DIST anki-bin-2.1.63.png 34595 BLAKE2B 
7b8adeece0d666f819d2e579d04f00102d6a28fe5915b2d13ae0bbf72671f95610d2bb47235509756684d38e4be495b41b6b5814fa0ee2b303adc1c78ed54b88
 SHA512 
c5051738be8c766629a0ec4cbf95c5f554e7bbca2fb5103b3545f2c34a6fcfd87c1384bbd5239199a8491fa46889b299f5f6e1f23988e271402239cdc2a0a9e7
+DIST anki-bin-2.1.64.1 2212 BLAKE2B 
18dba4d3f7210b1fa765490617c4290b7a0f37abd75df6fdb395ea758fa2557789f595e0c0470c918ee988dfa5270df48dda095e8f6dce2aad597b0bba23db50
 SHA512 
50ee6633758b028c54b899d70cf582c54d4fdbb7e13f10921303db3a84d325ac689b48dbf4a5f03584748e89ad7820e14cd4646d7a3fa97919496f48a99cdb05
+DIST anki-bin-2.1.64.desktop 458 BLAKE2B 
7311e2ea71b40bd586a547a14316ca5447d582c046c3850ec5f63637640401fa53e8cdb8799ca8d6b169e38dae3e507946f4fbe5057c0d48e92729033fc6514b
 SHA512 
4666f855e488c0f3cdf2d071aeb373cf8eff96eefe71eb7bb67344fed66150b821d83bed4d4ec2966f63d2a6ede1701f1b19236a6a72e3002e70d2f404d55220
+DIST anki-bin-2.1.64.png 34595 BLAKE2B 
7b8adeece0d666f819d2e579d04f00102d6a28fe5915b2d13ae0bbf72671f95610d2bb47235509756684d38e4be495b41b6b5814fa0ee2b303adc1c78ed54b88
 SHA512 
c5051738be8c766629a0ec4cbf95c5f554e7bbca2fb5103b3545f2c34a6fcfd87c1384bbd5239199a8491fa46889b299f5f6e1f23988e271402239cdc2a0a9e7
 DIST aqt-2.1.63-py3-none-any.whl.zip 6531126 BLAKE2B 
c256278447cd52544b2efe481712c6be9471787f4d8ab3bf6bac5323d3c5563dc4e2e5c82fec6099e5317b8485e16b7e3c89d5048004e55d7c306373769a38f9
 SHA512 
a4bf0acd942acab1ce90711c975673cf664f9bd1f2b154fd1fb9ecec54992a2c1ea0b5406b71f6f916d9f4aac2bf29a830b5fc531e67efe48e664d12839136cc
+DIST aqt-2.1.64-py3-none-any.whl.zip 6539634 BLAKE2B 
1843d766550c1be4f68522a9f0c79976848d6cec29a2e5b6303ba6af8f54ec8e0f4173b9c2585f0a84ea87e8d1f152056e56fe2c0251ab3882e90d357e4e284e
 SHA512 
e0b7810a251c62719e57a2fbc543993244fffea9cb56beda77ed22e0339b305c12840a7aee6e3484e2dbf378bf4bf731d42fb139d67fd83ba7fcbf02932a6ec0

diff --git a/app-misc/anki-bin/anki-bin-2.1.64.ebuild 
b/app-misc/anki-bin/anki-bin-2.1.64.ebuild
new file mode 100644
index 0..abc4a94d9
--- /dev/null
+++ b/app-misc/anki-bin/anki-bin-2.1.64.ebuild
@@ -0,0 +1,78 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+### A NOTE REGARDING PYTHON COMPATABILITY ###
+# Anki-bin downloads a python 3.9 wheel. However the wheel used has only one 
native library _rsbridge.so
+# that is not linked against libpython.
+# The configuration with Python 3.{10,11} was tested on a limited number of 
machines and is not guaranteed to work.
+
+PYTHON_COMPAT=( python3_{10..11} )
+inherit desktop python-single-r1 pypi xdg
+
+MY_PN=${PN%-bin}
+DESCRIPTION="A spaced-repetition memory training program (flash cards)"
+HOMEPAGE="https://apps.ankiweb.net/;
+SRC_URI="
+   $(pypi_wheel_url --unpack ${MY_PN} ${PV} cp39 
abi3-manylinux_2_28_x86_64)
+   $(pypi_wheel_url --unpack aqt ${PV})
+   
https://raw.githubusercontent.com/ankitects/${MY_PN}/${PV}/qt/bundle/lin/${MY_PN}.desktop

[gentoo-commits] repo/gentoo:master commit in: dev-python/magic-wormhole-transit-relay/

2023-05-24 Thread Matthias Maier
commit: b0e3e83e43d0bf5187dd4b2be05b924c06a0c28c
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed May 24 22:23:11 2023 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed May 24 22:38:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e3e83e

dev-python/magic-wormhole-transit-relay: new package, add 0.2.1

Signed-off-by: Matthias Maier  gentoo.org>

 dev-python/magic-wormhole-transit-relay/Manifest |  1 +
 .../magic-wormhole-transit-relay-0.2.1.ebuild| 20 
 dev-python/magic-wormhole-transit-relay/metadata.xml | 13 +
 3 files changed, 34 insertions(+)

diff --git a/dev-python/magic-wormhole-transit-relay/Manifest 
b/dev-python/magic-wormhole-transit-relay/Manifest
new file mode 100644
index ..83f3c197203d
--- /dev/null
+++ b/dev-python/magic-wormhole-transit-relay/Manifest
@@ -0,0 +1 @@
+DIST magic-wormhole-transit-relay-0.2.1.gh.tar.gz 45936 BLAKE2B 
ffb05c716a35e688801150c3fd6de28cf557ed346091400f9eeb9335b6815425624e70d61f54be8f0a1e8bb15e874528f7cfcef1e8f0a2f8d3cd4285adb1db3a
 SHA512 
dcc309de800d9023ff106ea7b67da4814006ee50e517570c046f2dff20573306b3d5f7c4e227186b2b6f8ff7cb71e02e41499766badf299d859a0e5628066162

diff --git 
a/dev-python/magic-wormhole-transit-relay/magic-wormhole-transit-relay-0.2.1.ebuild
 
b/dev-python/magic-wormhole-transit-relay/magic-wormhole-transit-relay-0.2.1.ebuild
new file mode 100644
index ..47e05dd6380a
--- /dev/null
+++ 
b/dev-python/magic-wormhole-transit-relay/magic-wormhole-transit-relay-0.2.1.ebuild
@@ -0,0 +1,20 @@
+# 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
+
+DESCRIPTION="Transit relay server for magic-wormhole"
+HOMEPAGE="https://magic-wormhole.readthedocs.io/en/latest/ 
https://pypi.org/project/magic-wormhole-transit-relay/;
+SRC_URI="https://github.com/magic-wormhole/${PN}/archive/refs/tags/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/twisted[ssl,${PYTHON_USEDEP}]"

diff --git a/dev-python/magic-wormhole-transit-relay/metadata.xml 
b/dev-python/magic-wormhole-transit-relay/metadata.xml
new file mode 100644
index ..ddffeecb78a5
--- /dev/null
+++ b/dev-python/magic-wormhole-transit-relay/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   tam...@gentoo.org
+   Matthias Maier
+   
+   
+   
+   magic-wormhole-transit-relay
+   magic-wormhole/magic-wormhole-transit-relay
+   
+



[gentoo-commits] repo/gentoo:master commit in: dev-python/magic-wormhole-mailbox-server/

2023-05-24 Thread Matthias Maier
commit: d94a5f976d1c356a129aabe889386a26907a9b92
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed May 24 22:36:49 2023 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed May 24 22:38:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d94a5f97

dev-python/magic-wormhole-mailbox-server: new package, add 0.4.1

Signed-off-by: Matthias Maier  gentoo.org>

 dev-python/magic-wormhole-mailbox-server/Manifest   |  1 +
 .../magic-wormhole-mailbox-server-0.4.1.ebuild  | 21 +
 .../magic-wormhole-mailbox-server/metadata.xml  | 13 +
 3 files changed, 35 insertions(+)

diff --git a/dev-python/magic-wormhole-mailbox-server/Manifest 
b/dev-python/magic-wormhole-mailbox-server/Manifest
new file mode 100644
index ..5e88b07790d3
--- /dev/null
+++ b/dev-python/magic-wormhole-mailbox-server/Manifest
@@ -0,0 +1 @@
+DIST magic-wormhole-mailbox-server-0.4.1.gh.tar.gz 68402 BLAKE2B 
4bf6bc9fa6dacaafb532d9d0ee069bb89ba63feb790f0f9c0d1117b1de4f075eb9dd3bf5c72a9df472e9dedc31dcd9292dc1820da770738fd9d0d29cb3bcf68a
 SHA512 
d174d1bf901e7d21d7cb77ceffd6b9c7aa3c15433e11862365883d93437225c7c655b8338a5cad7bd5c60d7dd7d3dd017ef7e26213b535c043ce75000a540597

diff --git 
a/dev-python/magic-wormhole-mailbox-server/magic-wormhole-mailbox-server-0.4.1.ebuild
 
b/dev-python/magic-wormhole-mailbox-server/magic-wormhole-mailbox-server-0.4.1.ebuild
new file mode 100644
index ..43d7e5d3d7e1
--- /dev/null
+++ 
b/dev-python/magic-wormhole-mailbox-server/magic-wormhole-mailbox-server-0.4.1.ebuild
@@ -0,0 +1,21 @@
+# 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
+
+DESCRIPTION="Mailbox server for magic-wormhole"
+HOMEPAGE="https://magic-wormhole.readthedocs.io/en/latest/ 
https://pypi.org/project/magic-wormhole-mailbox-server/;
+SRC_URI="https://github.com/magic-wormhole/${PN}/archive/refs/tags/${PV}.tar.gz
 -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/autobahn[${PYTHON_USEDEP}]
+   dev-python/twisted[ssl,${PYTHON_USEDEP}]"

diff --git a/dev-python/magic-wormhole-mailbox-server/metadata.xml 
b/dev-python/magic-wormhole-mailbox-server/metadata.xml
new file mode 100644
index ..728440f94096
--- /dev/null
+++ b/dev-python/magic-wormhole-mailbox-server/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   tam...@gentoo.org
+   Matthias Maier
+   
+   
+   
+   magic-wormhole-mailbox-server
+   magic-wormhole/magic-wormhole-mailbox-server
+   
+



[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamtk/

2023-05-24 Thread Conrad Kostecki
commit: 84884e189293059e7839fc9070ffc92135edeb23
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed May 24 21:44:29 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed May 24 22:12:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84884e18

app-antivirus/clamtk: amd64 stable

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

 app-antivirus/clamtk/clamtk-6.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-antivirus/clamtk/clamtk-6.15.ebuild 
b/app-antivirus/clamtk/clamtk-6.15.ebuild
index db5e101c4af8..a66dc1cbc6f2 100644
--- a/app-antivirus/clamtk/clamtk-6.15.ebuild
+++ b/app-antivirus/clamtk/clamtk-6.15.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="kde nautilus nemo +nls thunar"
 REQUIRED_USE="nautilus? ( ${PYTHON_REQUIRED_USE} )"
 



[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamtk/

2023-05-24 Thread Conrad Kostecki
commit: 8760adb489960cf94db9ed33edf6782160bd0472
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed May 24 21:46:37 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed May 24 22:12:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8760adb4

app-antivirus/clamtk: drop 6.14

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

 app-antivirus/clamtk/Manifest   |   1 -
 app-antivirus/clamtk/clamtk-6.14.ebuild | 142 
 2 files changed, 143 deletions(-)

diff --git a/app-antivirus/clamtk/Manifest b/app-antivirus/clamtk/Manifest
index 8ff167f128f9..47f21e9744fc 100644
--- a/app-antivirus/clamtk/Manifest
+++ b/app-antivirus/clamtk/Manifest
@@ -1,4 +1,3 @@
-DIST clamtk-6.14.tar.xz 286356 BLAKE2B 
e9bf43f221463c78c2f42258c181a851ef5067a8e57fe14bdc72481f0f00daf242179f2258c0c32f50025046ea35ce686d4f10a0da5f97f582aef928ea87050c
 SHA512 
e5fb584f85f7e89eae10ed15ffa0268ecf79d81baf2bbf5d5974c080014d7fe24e4350c0139e8372d0e45a94302a0ec2cd824d05e04fee29dc681cbaf9d0fe14
 DIST clamtk-6.15.tar.xz 287452 BLAKE2B 
6cece01ca0691edc369bc462fd0d7992e3d40ffc5d05b3969ebe4f2afa9211b8e6babb77136ff075507ebcccd1769fa2b20e1f8bfa3cee1408cfff19377662b9
 SHA512 
0b882ba8f8bd615276e19aa303832a9aaabd0515f29a0f2b0a2543597e62a1aa6f720acd9193b76fd726bcb007d78c8d7ddfaca8fdbe8998a8b191366f36b41a
 DIST clamtk-gnome-6.14.tar.xz 15156 BLAKE2B 
ed87dc8317b60a63c4f8824b0e24568ab29874d1e62ef0f4eddeb636960d9b2753b12dfb8fb6f3eb27a6fbfb18dc88b6a480b532afd0d22f20955f4023278eb8
 SHA512 
3fd798a7d8dbea0e33db09f266b6ad74b96ae5097ecc4d54e00c30c2a5f76a93cd6f2cbaa2b83dc69eb295905c09db88dc2f364592a398786e473783d1ee2c4e
 DIST clamtk-kde-0.19.tar.xz 18652 BLAKE2B 
4ecb849c9312948d493938683310904c9bbe7f4e26514d76dbfee3afdd063eec2a0aa85a638f83130c8e3ff41cfabee1479885691cc484680d97d1f8fbb76f00
 SHA512 
57a99d50f171ada999723dc69c2d193e91a482533add4281c6aac96a23273b3eb5456bff6918f69c72edf1635d22be86beae4c434eb29fc3c27fb687fa716861

diff --git a/app-antivirus/clamtk/clamtk-6.14.ebuild 
b/app-antivirus/clamtk/clamtk-6.14.ebuild
deleted file mode 100644
index 316c9b8c05e3..
--- a/app-antivirus/clamtk/clamtk-6.14.ebuild
+++ /dev/null
@@ -1,142 +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 desktop perl-functions python-single-r1 xdg-utils
-
-MY_PV_KDE="0.19"
-MY_PV_NAUTILUS="6.14"
-MY_PV_NEMO="0.05"
-MY_PV_THUNAR="0.07"
-
-DESCRIPTION="A graphical front-end for ClamAV"
-HOMEPAGE="https://gitlab.com/dave_m/clamtk/wikis/Home;
-SRC_URI="
-   
https://github.com/dave-theunsub/${PN}/releases/download/v${PV}/${P}.tar.xz
-   kde? ( 
https://github.com/dave-theunsub/${PN}-kde/releases/download/v${MY_PV_KDE}/${PN}-kde-${MY_PV_KDE}.tar.xz
 )
-   nautilus? ( 
https://github.com/dave-theunsub/${PN}-gnome/releases/download/v${MY_PV_NAUTILUS}/${PN}-gnome-${MY_PV_NAUTILUS}.tar.xz
 )
-   nemo? ( 
https://github.com/dave-theunsub/nemo-sendto-${PN}/releases/download/v${MY_PV_NEMO}/nemo-sendto-${PN}-${MY_PV_NEMO}.tar.xz
 )
-   thunar? ( 
https://github.com/dave-theunsub/thunar-sendto-${PN}/releases/download/v${MY_PV_THUNAR}/thunar-sendto-${PN}-${MY_PV_THUNAR}.tar.xz
 )
-"
-
-LICENSE="|| ( Artistic GPL-1+ )"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="kde nautilus nemo +nls thunar"
-REQUIRED_USE="nautilus? ( ${PYTHON_REQUIRED_USE} )"
-
-RDEPEND="
-   app-antivirus/clamav
-   dev-perl/File-chdir
-   dev-perl/Gtk3
-   dev-perl/JSON
-   dev-perl/LWP-Protocol-https
-   dev-perl/LWP-UserAgent-Cached
-   dev-perl/Locale-gettext
-   dev-perl/Text-CSV
-   dev-perl/glib-perl
-   dev-perl/libwww-perl
-   virtual/perl-Digest-MD5
-   virtual/perl-Digest-SHA
-   virtual/perl-Encode
-   virtual/perl-MIME-Base64
-   virtual/perl-Time-Piece
-   nautilus? (
-   ${PYTHON_DEPS}
-   dev-python/nautilus-python[${PYTHON_SINGLE_USEDEP}]
-   )
-"
-
-BDEPEND="nls? ( sys-devel/gettext )"
-
-DOCS=( "CHANGES" "credits.md" "DISCLAIMER" "README.md" )
-
-pkg_setup() {
-   use nautilus && python-single-r1_pkg_setup
-}
-
-src_unpack() {
-   default
-
-   unpack "${S}"/clamtk.1.gz
-
-   use kde && unpack "${S}"/../clamtk-kde-${MY_PV_KDE}/clamtk-kde.1.gz
-   use nautilus && unpack 
"${S}"/../clamtk-gnome-${MY_PV_NAUTILUS}/clamtk-gnome.1.gz
-   use nemo && unpack 
"${S}"/../nemo-sendto-clamtk-${MY_PV_NEMO}/nemo-sendto-clamtk.1.gz
-   use thunar && unpack 
"${S}"/../thunar-sendto-clamtk-${MY_PV_THUNAR}/thunar-sendto-clamtk.1.gz
-}
-
-src_install() {
-   dobin clamtk
-
-   perl_set_version
-   insinto "${VENDOR_LIB}"/ClamTk
-   doins lib/*.pm
-
-   use nls && domo po/*.mo
-
-   doicon images/clamtk.png images/clamtk.xpm
-
-   domenu clamtk.desktop
-
-   doman ../clamtk.1
-
-   if use kde; then
-   insinto 

[gentoo-commits] repo/gentoo:master commit in: app-antivirus/clamtk/

2023-05-24 Thread Conrad Kostecki
commit: 8d62d1307553205c542df96d27a39b327a8a5575
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed May 24 21:46:22 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed May 24 22:12:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d62d130

app-antivirus/clamtk: x86 stable

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

 app-antivirus/clamtk/clamtk-6.15.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-antivirus/clamtk/clamtk-6.15.ebuild 
b/app-antivirus/clamtk/clamtk-6.15.ebuild
index a66dc1cbc6f2..a79d196d5dd1 100644
--- a/app-antivirus/clamtk/clamtk-6.15.ebuild
+++ b/app-antivirus/clamtk/clamtk-6.15.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="|| ( Artistic GPL-1+ )"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="kde nautilus nemo +nls thunar"
 REQUIRED_USE="nautilus? ( ${PYTHON_REQUIRED_USE} )"
 



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

2023-05-24 Thread Conrad Kostecki
commit: e56d63beb10e944fc1a3f7879c96da91845d3ddc
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Tue May 23 16:03:24 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed May 24 22:12:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e56d63be

app-misc/logiops: remove unused patch

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

 .../logiops/files/logiops-0.2.3-musl-fixes.patch   | 44 --
 1 file changed, 44 deletions(-)

diff --git a/app-misc/logiops/files/logiops-0.2.3-musl-fixes.patch 
b/app-misc/logiops/files/logiops-0.2.3-musl-fixes.patch
deleted file mode 100644
index de549591852e..
--- a/app-misc/logiops/files/logiops-0.2.3-musl-fixes.patch
+++ /dev/null
@@ -1,44 +0,0 @@
-# timeval needs sys/time.h and uint in not a part of non glibc systems, and
-# uint in not available on musl.
-#
-# A pull request has been opened upstream. So, once that is merged we can
-# remove this patch. Please refer: https://github.com/PixlOne/logiops/pull/330
-#
-# Closes: https://bugs.gentoo.org/828859
 a/src/logid/actions/KeypressAction.cpp
-+++ b/src/logid/actions/KeypressAction.cpp
-@@ -85,7 +85,7 @@ KeypressAction::Config::Config(Device* device, 
libconfig::Setting& config) :
- }
- }
-
--std::vector& KeypressAction::Config::keys()
-+std::vector& KeypressAction::Config::keys()
- {
- return _keys;
--}
-\ No newline at end of file
-+}
 a/src/logid/actions/KeypressAction.h
-+++ b/src/logid/actions/KeypressAction.h
-@@ -38,9 +38,9 @@ namespace actions {
- {
- public:
- explicit Config(Device* device, libconfig::Setting& root);
--std::vector& keys();
-+std::vector& keys();
- protected:
--std::vector _keys;
-+std::vector _keys;
- };
- protected:
- Config _config;
 a/src/logid/backend/raw/RawDevice.cpp
-+++ b/src/logid/backend/raw/RawDevice.cpp
-@@ -40,6 +40,7 @@ extern "C"
- #include 
- #include 
- #include 
-+#include 
- }
-
- using namespace logid::backend::raw;



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

2023-05-24 Thread Conrad Kostecki
commit: ae2a1d8f17ef47cfb7a476bd00f42f133f7e1019
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed May 24 21:48:36 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed May 24 22:12:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae2a1d8f

media-sound/teamspeak-client: add 5.0.0_beta73

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

 media-sound/teamspeak-client/Manifest  |  1 +
 .../teamspeak-client-5.0.0_beta73.ebuild   | 86 ++
 2 files changed, 87 insertions(+)

diff --git a/media-sound/teamspeak-client/Manifest 
b/media-sound/teamspeak-client/Manifest
index 1e36d6095c73..9fad8443b8e9 100644
--- a/media-sound/teamspeak-client/Manifest
+++ b/media-sound/teamspeak-client/Manifest
@@ -1,3 +1,4 @@
 DIST TeamSpeak3-Client-linux_amd64-3.5.6.run 100152301 BLAKE2B 
9fbaa32ac000c9e29e09dcb1c932acea45265d5cf464308d6f27063fb3095690f3cb96abb061ce947438a4b919dcbaf8f3f0189048b470b09bb2b8285e426e39
 SHA512 
fe1b41773d2b2de8198fdaf189c6665994eeaf6a0255485f7d342a3e77702f5515d5c5c685410a0b5844b4ad5c395d57b68e57c7b1f46bd1211ef813ce1e0030
 DIST TeamSpeak3-Client-linux_x86-3.5.6.run 98637555 BLAKE2B 
6f891e6846f8f899edb8ef107b7ea6518f413488525b7696863292d99d73614cae40631f5ed2341cce75ea62ffd94c60968ff6b5d587446d7469271835c01202
 SHA512 
dfc5ed3e2a92ed9f1cea2fdde5e40cf73e4a999ea782c434b26072ac0e7ac37d6305c06ae2d39c10410639f325c7b96f538082e60224a68c0553fab0d12c
 DIST teamspeak-client-5.0.0_beta70.tar.gz 137244141 BLAKE2B 
f6b238de91773782e94158fba194d87a0229a058cef9d0065f1c6e32139c4e753772086d2186fc3522fbb6654daadaba77ac981abd643513a3586ebb35650443
 SHA512 
144ee2409a511ac46155db95a6f7b2d641052b34fb8cb2a26b0724a7b9aa7d718db392d2e32b460cf9ca0c379d56397759c2cb65c3ac74260fa45cfb27c5f740
+DIST teamspeak-client-5.0.0_beta73.tar.gz 140767030 BLAKE2B 
b63500054021a38858cf070b4f2841f37b2434f74f2e4022c604a1aaa4c20a28db7c8a595ef3763e63f4d368bbe158438015f63088f85d3339fbc0db7687a6a3
 SHA512 
118cbfb10e7c9a9a69cafe1bee903d9223f46fb317a6af2af5fb0edc78c28d63fad6c18b667e98b06bf677d52393f75efe9806cf10583360525a04880f3b49e0

diff --git a/media-sound/teamspeak-client/teamspeak-client-5.0.0_beta73.ebuild 
b/media-sound/teamspeak-client/teamspeak-client-5.0.0_beta73.ebuild
new file mode 100644
index ..9fd65f40c7a3
--- /dev/null
+++ b/media-sound/teamspeak-client/teamspeak-client-5.0.0_beta73.ebuild
@@ -0,0 +1,86 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit desktop xdg-utils
+
+DESCRIPTION="A client software for quality voice communication via the 
internet"
+HOMEPAGE="https://www.teamspeak.com/;
+SRC_URI="https://files.teamspeak-services.com/pre_releases/client/${PV/_/-}/teamspeak-client.tar.gz
 -> ${P}.tar.gz"
+S="${WORKDIR}"
+
+KEYWORDS=""
+LICENSE="teamspeak5 || ( GPL-2 GPL-3 LGPL-3 )"
+SLOT="5"
+
+RDEPEND="
+   || (
+   >=app-accessibility/at-spi2-core-2.46.0:2
+   ( app-accessibility/at-spi2-atk dev-libs/atk )
+   )
+   dev-libs/atk
+   dev-libs/expat
+   dev-libs/glib:2
+   dev-libs/nspr
+   dev-libs/nss
+   media-libs/alsa-lib
+   media-libs/fontconfig:1.0
+   media-sound/pulseaudio
+   net-print/cups
+   sys-power/upower
+   sys-apps/dbus
+   x11-libs/cairo[glib]
+   x11-libs/gdk-pixbuf:2
+   x11-libs/gtk+:3
+   x11-libs/libX11
+   x11-libs/libXcomposite
+   x11-libs/libXcursor
+   x11-libs/libXdamage
+   x11-libs/libXext
+   x11-libs/libXfixes
+   x11-libs/libXi
+   x11-libs/libXrandr
+   x11-libs/libXrender
+   x11-libs/libXScrnSaver
+   x11-libs/libXtst
+   x11-libs/pango
+"
+
+RESTRICT="bindist mirror"
+
+QA_PREBUILT="
+   opt/teamspeak5-client/chrome-sandbox
+   opt/teamspeak5-client/hotkey_helper
+   opt/teamspeak5-client/libcef.so
+   opt/teamspeak5-client/libtschat_client_lib.so
+   opt/teamspeak5-client/libtschat_client_lib_export.so
+   opt/teamspeak5-client/patcher
+   opt/teamspeak5-client/TeamSpeak
+   opt/teamspeak5-client/soundbackends/libalsa_linux_amd64.so
+   opt/teamspeak5-client/soundbackends/libpulseaudio_linux_amd64.so
+"
+
+src_install() {
+   exeinto /opt/teamspeak5-client
+   doexe chrome-sandbox hotkey_helper patcher TeamSpeak libcef.so 
libtschat_client_lib.so libtschat_client_lib_export.so
+
+   insinto /opt/teamspeak5-client
+   doins *.bin *.dat *.pak
+   doins -r html licenses locales soundbackends
+
+   dodir /opt/bin
+   dosym ../teamspeak5-client/TeamSpeak /opt/bin/ts5client
+
+   make_desktop_entry /opt/bin/ts5client "Teamspeak 5 Client" 
/opt/teamspeak5-client/html/client_ui/images/icons/teamspeak_logo.svg 
"Audio;AudioVideo;Network"
+}
+
+pkg_postinst() {
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
+}
+
+pkg_postrm() {
+   xdg_desktop_database_update
+   

[gentoo-commits] repo/gentoo:master commit in: dev-libs/intel-compute-runtime/

2023-05-24 Thread Conrad Kostecki
commit: 7b5e8a18158440b7711ad73c735bf26a436fa6bb
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed May 24 22:08:06 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed May 24 22:12:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b5e8a18

dev-libs/intel-compute-runtime: add 23.17.26241.15

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

 dev-libs/intel-compute-runtime/Manifest|  1 +
 .../intel-compute-runtime-23.17.26241.15.ebuild| 82 ++
 2 files changed, 83 insertions(+)

diff --git a/dev-libs/intel-compute-runtime/Manifest 
b/dev-libs/intel-compute-runtime/Manifest
index 1b2b6ba2b5f5..0d585aedc090 100644
--- a/dev-libs/intel-compute-runtime/Manifest
+++ b/dev-libs/intel-compute-runtime/Manifest
@@ -1 +1,2 @@
 DIST intel-compute-runtime-23.13.26032.26.tar.gz 6487863 BLAKE2B 
a483ea321f905fe61bbefed52b7c1505c5e00b82625092066800cd7064d635b667da31938c9d2ae2e4627ec2332732f6cff2feb1187c1773d96b38a8ae9bc341
 SHA512 
c552ddceac5385883949c0e3f58ea27cfa766a6fafdf8928775ae1bc601cf8dc8274fddbd98ffc36d3fcf61bfdd40bac5a51d07d072dc313cdcfc49382dbcc66
+DIST intel-compute-runtime-23.17.26241.15.tar.gz 6556461 BLAKE2B 
3814d5d24b0a79ebadda0f3ee5d1d3b414e9fb26e8c693ba66449a9f0500c8ec2e11533aa02142757e5177ad4c5efc5dd61a9c7db5a883a2cf4e9faab599ab4b
 SHA512 
bd648fa964a15df76d1694af138f7c383239ccc5061cdd7faac0c45da3cffe95441614026b9bddfb86790446042ccc1d4abc3ecc023c50a036835598076a77bb

diff --git 
a/dev-libs/intel-compute-runtime/intel-compute-runtime-23.17.26241.15.ebuild 
b/dev-libs/intel-compute-runtime/intel-compute-runtime-23.17.26241.15.ebuild
new file mode 100644
index ..fadfb30dc042
--- /dev/null
+++ b/dev-libs/intel-compute-runtime/intel-compute-runtime-23.17.26241.15.ebuild
@@ -0,0 +1,82 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CMAKE_BUILD_TYPE="Release"
+MY_PN="${PN/intel-/}"
+MY_P="${MY_PN}-${PV}"
+
+inherit cmake flag-o-matic
+
+DESCRIPTION="Intel Graphics Compute Runtime for oneAPI Level Zero and OpenCL 
Driver"
+HOMEPAGE="https://github.com/intel/compute-runtime;
+SRC_URI="https://github.com/intel/${MY_PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+l0 +vaapi"
+
+RDEPEND=">=media-libs/gmmlib-22.3.5:="
+
+DEPEND="
+   ${DEPEND}
+   dev-libs/intel-metrics-discovery:=
+   dev-libs/intel-metrics-library:=
+   dev-libs/libnl:3
+   dev-libs/libxml2:2
+   >=dev-util/intel-graphics-compiler-1.0.13860.4
+   >=dev-util/intel-graphics-system-controller-0.8.7:=
+   media-libs/mesa
+   >=virtual/opencl-3
+   l0? ( >=dev-libs/level-zero-1.11.0:= )
+   vaapi? (
+   x11-libs/libdrm[video_cards_intel]
+   media-libs/libva
+   )
+"
+
+BDEPEND="virtual/pkgconfig"
+
+DOCS=( "README.md" "FAQ.md" )
+
+PATCHES=(
+   "${FILESDIR}/${PN}-22.24.23453-remove-fortify-sources.patch"
+)
+
+src_prepare() {
+   # Remove '-Werror' from default
+   sed -e '/Werror/d' -i CMakeLists.txt || die
+
+   cmake_src_prepare
+}
+
+src_configure() {
+   # See https://github.com/intel/compute-runtime/issues/531
+   filter-lto
+
+   local mycmakeargs=(
+   -DCCACHE_ALLOWED="OFF"
+   -DCMAKE_INSTALL_PREFIX="${EPREFIX}/usr"
+   -DCMAKE_INSTALL_LIBDIR="$(get_libdir)"
+   -DBUILD_WITH_L0="$(usex l0)"
+   -DDISABLE_LIBVA="$(usex !vaapi)"
+   -DNEO__METRICS_LIBRARY_INCLUDE_DIR="${ESYSROOT}/usr/include"
+   -DKHRONOS_GL_HEADERS_DIR="${ESYSROOT}/usr/include"
+   -DOCL_ICD_VENDORDIR="${EPREFIX}/etc/OpenCL/vendors"
+   -DSUPPORT_DG1="ON"
+   -Wno-dev
+
+   # See 
https://github.com/intel/intel-graphics-compiler/issues/204
+   # -DNEO_DISABLE_BUILTINS_COMPILATION="ON"
+
+   # If enabled, tests are automatically run during
+   # the compile phase and we cannot run them because
+   # they require permissions to access the hardware.
+   -DSKIP_UNIT_TESTS="1"
+   )
+
+   cmake_src_configure
+}



[gentoo-commits] repo/gentoo:master commit in: net-im/spectrum2/

2023-05-24 Thread Conrad Kostecki
commit: 9093d6f25320dc00341caf33c9205a2790c2039a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed May 24 21:50:26 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed May 24 22:12:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9093d6f2

net-im/spectrum2: amd64 stable

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

 net-im/spectrum2/spectrum2-2.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-im/spectrum2/spectrum2-2.2.0-r1.ebuild 
b/net-im/spectrum2/spectrum2-2.2.0-r1.ebuild
index 90630c5549c1..1c68b2e65d48 100644
--- a/net-im/spectrum2/spectrum2-2.2.0-r1.ebuild
+++ b/net-im/spectrum2/spectrum2-2.2.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/SpectrumIM/spectrum2/archive/${PV}.tar.gz -> ${P}.ta
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="doc frotz irc mysql postgres purple sms +sqlite test twitter whatsapp 
xmpp"
 REQUIRED_USE="
|| ( mysql postgres sqlite )



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

2023-05-24 Thread Conrad Kostecki
commit: bec5da3badba71b4664db20d0c1c1efc2a0dcd08
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed May 24 21:50:04 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed May 24 22:12:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec5da3b

media-sound/teamspeak-client: drop 5.0.0_beta70-r1

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

 media-sound/teamspeak-client/Manifest  |  1 -
 .../teamspeak-client-5.0.0_beta70-r1.ebuild| 86 --
 2 files changed, 87 deletions(-)

diff --git a/media-sound/teamspeak-client/Manifest 
b/media-sound/teamspeak-client/Manifest
index 9fad8443b8e9..2955723b000a 100644
--- a/media-sound/teamspeak-client/Manifest
+++ b/media-sound/teamspeak-client/Manifest
@@ -1,4 +1,3 @@
 DIST TeamSpeak3-Client-linux_amd64-3.5.6.run 100152301 BLAKE2B 
9fbaa32ac000c9e29e09dcb1c932acea45265d5cf464308d6f27063fb3095690f3cb96abb061ce947438a4b919dcbaf8f3f0189048b470b09bb2b8285e426e39
 SHA512 
fe1b41773d2b2de8198fdaf189c6665994eeaf6a0255485f7d342a3e77702f5515d5c5c685410a0b5844b4ad5c395d57b68e57c7b1f46bd1211ef813ce1e0030
 DIST TeamSpeak3-Client-linux_x86-3.5.6.run 98637555 BLAKE2B 
6f891e6846f8f899edb8ef107b7ea6518f413488525b7696863292d99d73614cae40631f5ed2341cce75ea62ffd94c60968ff6b5d587446d7469271835c01202
 SHA512 
dfc5ed3e2a92ed9f1cea2fdde5e40cf73e4a999ea782c434b26072ac0e7ac37d6305c06ae2d39c10410639f325c7b96f538082e60224a68c0553fab0d12c
-DIST teamspeak-client-5.0.0_beta70.tar.gz 137244141 BLAKE2B 
f6b238de91773782e94158fba194d87a0229a058cef9d0065f1c6e32139c4e753772086d2186fc3522fbb6654daadaba77ac981abd643513a3586ebb35650443
 SHA512 
144ee2409a511ac46155db95a6f7b2d641052b34fb8cb2a26b0724a7b9aa7d718db392d2e32b460cf9ca0c379d56397759c2cb65c3ac74260fa45cfb27c5f740
 DIST teamspeak-client-5.0.0_beta73.tar.gz 140767030 BLAKE2B 
b63500054021a38858cf070b4f2841f37b2434f74f2e4022c604a1aaa4c20a28db7c8a595ef3763e63f4d368bbe158438015f63088f85d3339fbc0db7687a6a3
 SHA512 
118cbfb10e7c9a9a69cafe1bee903d9223f46fb317a6af2af5fb0edc78c28d63fad6c18b667e98b06bf677d52393f75efe9806cf10583360525a04880f3b49e0

diff --git 
a/media-sound/teamspeak-client/teamspeak-client-5.0.0_beta70-r1.ebuild 
b/media-sound/teamspeak-client/teamspeak-client-5.0.0_beta70-r1.ebuild
deleted file mode 100644
index 63eb8b4082f1..
--- a/media-sound/teamspeak-client/teamspeak-client-5.0.0_beta70-r1.ebuild
+++ /dev/null
@@ -1,86 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop xdg-utils
-
-DESCRIPTION="A client software for quality voice communication via the 
internet"
-HOMEPAGE="https://www.teamspeak.com/;
-SRC_URI="https://files.teamspeak-services.com/pre_releases/client/${PV/_/-}/teamspeak-client.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}"
-
-KEYWORDS=""
-LICENSE="teamspeak5 || ( GPL-2 GPL-3 LGPL-3 )"
-SLOT="5"
-
-RDEPEND="
-   || (
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   ( app-accessibility/at-spi2-atk dev-libs/atk )
-   )
-   dev-libs/atk
-   dev-libs/expat
-   dev-libs/glib:2
-   dev-libs/nspr
-   dev-libs/nss
-   media-libs/alsa-lib
-   media-libs/fontconfig:1.0
-   media-sound/pulseaudio
-   net-print/cups
-   sys-power/upower
-   sys-apps/dbus
-   x11-libs/cairo[glib]
-   x11-libs/gdk-pixbuf:2
-   x11-libs/gtk+:3
-   x11-libs/libX11
-   x11-libs/libXcomposite
-   x11-libs/libXcursor
-   x11-libs/libXdamage
-   x11-libs/libXext
-   x11-libs/libXfixes
-   x11-libs/libXi
-   x11-libs/libXrandr
-   x11-libs/libXrender
-   x11-libs/libXScrnSaver
-   x11-libs/libXtst
-   x11-libs/pango
-"
-
-RESTRICT="bindist mirror"
-
-QA_PREBUILT="
-   opt/teamspeak5-client/chrome-sandbox
-   opt/teamspeak5-client/hotkey_helper
-   opt/teamspeak5-client/libcef.so
-   opt/teamspeak5-client/libtschat_client_lib.so
-   opt/teamspeak5-client/libtschat_client_lib_export.so
-   opt/teamspeak5-client/patcher
-   opt/teamspeak5-client/TeamSpeak
-   opt/teamspeak5-client/soundbackends/libalsa_linux_amd64.so
-   opt/teamspeak5-client/soundbackends/libpulseaudio_linux_amd64.so
-"
-
-src_install() {
-   exeinto /opt/teamspeak5-client
-   doexe chrome-sandbox hotkey_helper patcher TeamSpeak libcef.so 
libtschat_client_lib.so libtschat_client_lib_export.so
-
-   insinto /opt/teamspeak5-client
-   doins *.bin *.dat *.pak
-   doins -r html licenses locales soundbackends
-
-   dodir /opt/bin
-   dosym ../teamspeak5-client/TeamSpeak /opt/bin/ts5client
-
-   make_desktop_entry /opt/bin/ts5client "Teamspeak 5 Client" 
/opt/teamspeak5-client/html/client_ui/images/icons/teamspeak_logo.svg 
"Audio;AudioVideo;Network"
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-}
-
-pkg_postrm() {
-   xdg_desktop_database_update
-   

[gentoo-commits] repo/gentoo:master commit in: net-im/spectrum2/

2023-05-24 Thread Conrad Kostecki
commit: a60bc6d3537bac3c338b82d38cd08546e49700ef
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed May 24 21:50:57 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed May 24 22:12:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a60bc6d3

net-im/spectrum2: drop 2.1.3-r2

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

 net-im/spectrum2/Manifest  |   1 -
 net-im/spectrum2/spectrum2-2.1.3-r2.ebuild | 111 -
 2 files changed, 112 deletions(-)

diff --git a/net-im/spectrum2/Manifest b/net-im/spectrum2/Manifest
index 90a758c89a24..04897fd0b2ba 100644
--- a/net-im/spectrum2/Manifest
+++ b/net-im/spectrum2/Manifest
@@ -1,2 +1 @@
-DIST spectrum2-2.1.3.tar.gz 666005 BLAKE2B 
8356b71506b5489780052eaf404a79f0f760fa3a8d35e80e30730c86b5e4acf21a1ac59fed46e472a1085dc29c6751f2c4e788ad60569bf15b48d198762f2a77
 SHA512 
b6bf39738998b56c8a90984446740c38547ffdaadaf280d3f4f29cb8a2e168898a7b010eff115394f473fd02c66f30ef383c4a542812d5abd03a87b064b446a8
 DIST spectrum2-2.2.0.tar.gz 666281 BLAKE2B 
aebf7d90a938ee62e5ae13955343a73c2f8a1484151519f59321b09d958cd49bd7b0914a3dc0a364d2469c691a653003bfc51324b69de38e3c59c9c248b3c672
 SHA512 
52125dd2b528b45cc814d4c62df6c0c431958dc5953af50731e765129e59a5dabdffd7f55d1709fe9854c81d6874d9549e8560f27b1b18a0af812299ef4c37ff

diff --git a/net-im/spectrum2/spectrum2-2.1.3-r2.ebuild 
b/net-im/spectrum2/spectrum2-2.1.3-r2.ebuild
deleted file mode 100644
index d3bff9c161d8..
--- a/net-im/spectrum2/spectrum2-2.1.3-r2.ebuild
+++ /dev/null
@@ -1,111 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake systemd tmpfiles
-
-DESCRIPTION="An open source instant messaging transport"
-HOMEPAGE="https://www.spectrum.im;
-SRC_URI="https://github.com/SpectrumIM/spectrum2/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="doc frotz irc mysql postgres purple sms +sqlite test twitter whatsapp 
xmpp"
-REQUIRED_USE="
-   || ( mysql postgres sqlite )
-   test? ( irc )
-"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   acct-group/spectrum
-   acct-user/spectrum
-   dev-libs/boost:=[nls]
-   dev-libs/expat
-   dev-libs/libev:=
-   >=dev-libs/log4cxx-1.0.0:=
-   dev-libs/jsoncpp:=
-   dev-libs/openssl:=
-   dev-libs/popt
-   dev-libs/protobuf:=
-   net-dns/libidn:=
-   >=net-im/swift-4.0.2-r2:=
-   net-misc/curl
-   sys-libs/zlib:=
-   frotz? ( !games-engines/frotz )
-   irc? ( net-im/libcommuni )
-   mysql? (
-   || (
-   dev-db/mariadb-connector-c
-   dev-db/mysql-connector-c
-   )
-   )
-   postgres? ( dev-libs/libpqxx:= )
-   purple? (
-   dev-libs/glib
-   net-im/pidgin:=
-   )
-   sms? ( app-mobilephone/smstools )
-   sqlite? ( dev-db/sqlite:3 )
-   twitter? ( net-misc/curl )
-   whatsapp? ( net-im/transwhat )"
-
-DEPEND="
-   ${RDEPEND}
-   doc? ( app-doc/doxygen )
-   test? ( dev-util/cppunit )
-"
-
-PATCHES=( "${FILESDIR}/${PN}-2.1.3-log4cxx-1.0.0.patch" )
-
-src_prepare() {
-   # Respect users LDFLAGS
-   sed -i -e "s/-Wl,-export-dynamic/& ${LDFLAGS}/" 
spectrum/src/CMakeLists.txt || die
-
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DENABLE_DOCS="$(usex doc)"
-   -DENABLE_FROTZ="$(usex frotz)"
-   -DENABLE_IRC="$(usex irc)"
-   -DENABLE_MYSQL="$(usex mysql)"
-   -DENABLE_PQXX="$(usex postgres)"
-   -DENABLE_PURPLE="$(usex purple)"
-   $(usex irc '-DENABLE_QT4=OFF' '')
-   -DENABLE_SMSTOOLS3="$(usex sms)"
-   -DENABLE_SQLITE3="$(usex sqlite)"
-   -DENABLE_TESTS="$(usex test)"
-   -DENABLE_TWITTER="$(usex twitter)"
-   -DENABLE_XMPP="$(usex xmpp)"
-   -DLIB_INSTALL_DIR="$(get_libdir)"
-   )
-
-   cmake_src_configure
-}
-
-src_test() {
-   cd "${BUILD_DIR}/tests/libtransport" || die
-   ./libtransport_test || die
-}
-
-src_install() {
-   cmake_src_install
-
-   diropts -o spectrum -g spectrum
-   keepdir /var/log/spectrum2 /var/lib/spectrum2
-   diropts
-
-   newinitd "${FILESDIR}"/spectrum2.initd spectrum2
-   systemd_newunit "${FILESDIR}"/spectrum2.service spectrum2.service
-   newtmpfiles "${FILESDIR}"/spectrum2.tmpfiles-r1 spectrum2.conf
-
-   einstalldocs
-}
-
-pkg_postinst() {
-   tmpfiles_process spectrum2.conf
-}



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

2023-05-24 Thread Conrad Kostecki
commit: bf6a840790dd3d99b37fb8a765a771c767a066c5
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed May 24 21:47:07 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed May 24 22:12:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6a8407

media-sound/teamspeak-client: amd64 stable

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

 media-sound/teamspeak-client/teamspeak-client-3.5.6-r8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/teamspeak-client/teamspeak-client-3.5.6-r8.ebuild 
b/media-sound/teamspeak-client/teamspeak-client-3.5.6-r8.ebuild
index 2204f40c1a94..f34349758da3 100644
--- a/media-sound/teamspeak-client/teamspeak-client-3.5.6-r8.ebuild
+++ b/media-sound/teamspeak-client/teamspeak-client-3.5.6-r8.ebuild
@@ -17,7 +17,7 @@ S="${WORKDIR}"
 
 LICENSE="teamspeak3 || ( GPL-2 GPL-3 LGPL-3 )"
 SLOT="3"
-KEYWORDS="-* ~amd64 ~x86"
+KEYWORDS="-* amd64 ~x86"
 IUSE="+alsa pulseaudio system-libcxx +system-quazip"
 
 REQUIRED_USE="|| ( alsa pulseaudio )"



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

2023-05-24 Thread Conrad Kostecki
commit: f95e39d3b1de2f1eec39a0d9baf733feefefb50d
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed May 24 21:47:37 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed May 24 22:12:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f95e39d3

media-sound/teamspeak-client: drop 3.5.6-r7

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

 .../teamspeak-client-3.5.6-r7.ebuild   | 116 -
 1 file changed, 116 deletions(-)

diff --git a/media-sound/teamspeak-client/teamspeak-client-3.5.6-r7.ebuild 
b/media-sound/teamspeak-client/teamspeak-client-3.5.6-r7.ebuild
deleted file mode 100644
index 5592ce1f6292..
--- a/media-sound/teamspeak-client/teamspeak-client-3.5.6-r7.ebuild
+++ /dev/null
@@ -1,116 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MY_PV="${PV/_/-}"
-
-inherit desktop toolchain-funcs unpacker xdg-utils
-
-DESCRIPTION="A client software for quality voice communication via the 
internet"
-HOMEPAGE="https://www.teamspeak.com/;
-SRC_URI="
-   amd64? ( 
https://files.teamspeak-services.com/releases/client/${PV}/TeamSpeak3-Client-linux_amd64-${MY_PV}.run
 )
-   x86? ( 
https://files.teamspeak-services.com/releases/client/${PV}/TeamSpeak3-Client-linux_x86-${MY_PV}.run
 )
-"
-S="${WORKDIR}"
-
-LICENSE="teamspeak3 || ( GPL-2 GPL-3 LGPL-3 )"
-SLOT="3"
-KEYWORDS="-* amd64 ~x86"
-IUSE="+alsa pulseaudio system-libcxx"
-
-REQUIRED_USE="|| ( alsa pulseaudio )"
-RESTRICT="bindist mirror"
-
-BDEPEND=">=dev-util/patchelf-0.10"
-RDEPEND="
-   app-arch/snappy:0/1
-   dev-libs/openssl:0
-   dev-libs/quazip:0/1[qt5(+)]
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5[accessibility,dbus,X(-)]
-   dev-qt/qtnetwork:5
-   dev-qt/qtsql:5[sqlite]
-   dev-qt/qtsvg:5
-   dev-qt/qtwebchannel:5
-   dev-qt/qtwebengine:5[geolocation(+),widgets]
-   dev-qt/qtwebsockets:5
-   dev-qt/qtwidgets:5
-   net-libs/libsrtp:0
-   sys-libs/zlib:0/1
-   virtual/udev
-   alsa? ( media-libs/alsa-lib )
-   pulseaudio? ( media-sound/pulseaudio )
-   system-libcxx? ( sys-libs/libcxx[libcxxabi] )
-"
-
-QA_PREBUILT="
-   opt/teamspeak3-client/libc++.so.1
-   opt/teamspeak3-client/libc++abi.so.1
-   opt/teamspeak3-client/error_report
-   opt/teamspeak3-client/package_inst
-   opt/teamspeak3-client/soundbackends/libalsa_linux_*.so
-   opt/teamspeak3-client/soundbackends/libpulseaudio_linux_*.so
-   opt/teamspeak3-client/ts3client
-   opt/teamspeak3-client/update
-"
-
-src_prepare() {
-   default
-
-   if ! use alsa; then
-   rm soundbackends/libalsa_linux_*.so || die
-   fi
-
-   if ! use pulseaudio ; then
-   rm soundbackends/libpulseaudio_linux_*.so || die
-   fi
-
-   mv ts3client_linux_* ts3client || die
-
-   # Fixes QA Notice: Unresolved soname dependencies.
-   # Since this is a binary only package, it must be patched.
-   local quazip_so="libquazip1-qt5.so.1.0.0"
-   if has_version "

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

2023-05-24 Thread Matthias Maier
commit: 920c91353dcc85654169ab4ee461cece350addd5
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed May 24 21:46:12 2023 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed May 24 22:03:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=920c9135

dev-python/spake2: new package, add 0.8

Signed-off-by: Matthias Maier  gentoo.org>

 dev-python/spake2/Manifest  |  1 +
 dev-python/spake2/metadata.xml  | 13 +
 dev-python/spake2/spake2-0.8.ebuild | 21 +
 3 files changed, 35 insertions(+)

diff --git a/dev-python/spake2/Manifest b/dev-python/spake2/Manifest
new file mode 100644
index ..9f81f89fe54b
--- /dev/null
+++ b/dev-python/spake2/Manifest
@@ -0,0 +1 @@
+DIST spake2-0.8.gh.tar.gz 62425 BLAKE2B 
64215362af26fff0785fdabf4282f7111a4cc917750827075b616f009cb1fa6373fc2325382c26b43c051aa5b94e414ca2a5223d9ab666289eb2d04723b15cb5
 SHA512 
908c377c831f4a11551973ca917b113d51a66c533d35fd19b2692fdb7e575ed2a5045d9b632bc55c37b68ad092f01dff5da191e9dfbfb5599b72844788438d68

diff --git a/dev-python/spake2/metadata.xml b/dev-python/spake2/metadata.xml
new file mode 100644
index ..2041ad286cee
--- /dev/null
+++ b/dev-python/spake2/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   tam...@gentoo.org
+   Matthias Maier
+   
+   
+   
+   spake2
+   warner/python-spake2
+   
+

diff --git a/dev-python/spake2/spake2-0.8.ebuild 
b/dev-python/spake2/spake2-0.8.ebuild
new file mode 100644
index ..25d38c02d8b0
--- /dev/null
+++ b/dev-python/spake2/spake2-0.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="python implementation of SPAKE2 password-authenticated key 
exchange algorithm"
+HOMEPAGE="https://pypi.org/project/spake2/;
+SRC_URI="https://github.com/warner/python-${PN}/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+S="${WORKDIR}/python-${P}"
+
+RDEPEND="
+   dev-python/hkdf[${PYTHON_USEDEP}]"



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

2023-05-24 Thread Matthias Maier
commit: f9d398f785276139faeb3634135792bfc18e87ab
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed May 24 21:59:09 2023 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed May 24 22:03:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9d398f7

dev-python/magic-wormhole: new package, add 0.12.0

Signed-off-by: Matthias Maier  gentoo.org>

 dev-python/magic-wormhole/Manifest |  1 +
 .../magic-wormhole/magic-wormhole-0.12.0.ebuild| 31 ++
 dev-python/magic-wormhole/metadata.xml | 13 +
 3 files changed, 45 insertions(+)

diff --git a/dev-python/magic-wormhole/Manifest 
b/dev-python/magic-wormhole/Manifest
new file mode 100644
index ..c437a0bbd540
--- /dev/null
+++ b/dev-python/magic-wormhole/Manifest
@@ -0,0 +1 @@
+DIST magic-wormhole-0.12.0.tar.gz 274063 BLAKE2B 
6a0cddd285169373926de9da26125b34457c76e456b1bfd910baed74090900a663435b0df78e5521fd91274b111d8fad56e923832cdd430b2eb27c31d8b510e3
 SHA512 
141244e746b0718f2c9417e8f7de6a714b0feb051aea8c7950ea0d1bc5d2e24e922bed29544fe76aa61b06aa2ce2b5f330824017af8c6030813415e6c004c716

diff --git a/dev-python/magic-wormhole/magic-wormhole-0.12.0.ebuild 
b/dev-python/magic-wormhole/magic-wormhole-0.12.0.ebuild
new file mode 100644
index ..d6a97bafd884
--- /dev/null
+++ b/dev-python/magic-wormhole/magic-wormhole-0.12.0.ebuild
@@ -0,0 +1,31 @@
+# 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
+
+DESCRIPTION="Get Things From One Computer To Another, Safely"
+HOMEPAGE="https://magic-wormhole.readthedocs.io/en/latest/ 
https://pypi.org/project/magic-wormhole/;
+SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/attrs[${PYTHON_USEDEP}]
+   dev-python/autobahn[${PYTHON_USEDEP}]
+   dev-python/automat[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/humanize[${PYTHON_USEDEP}]
+   dev-python/pynacl[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   dev-python/spake2[${PYTHON_USEDEP}]
+   dev-python/tqdm[${PYTHON_USEDEP}]
+   dev-python/twisted[ssl,${PYTHON_USEDEP}]
+   dev-python/txtorcon[${PYTHON_USEDEP}]"

diff --git a/dev-python/magic-wormhole/metadata.xml 
b/dev-python/magic-wormhole/metadata.xml
new file mode 100644
index ..c0b4cfe14855
--- /dev/null
+++ b/dev-python/magic-wormhole/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   tam...@gentoo.org
+   Matthias Maier
+   
+   
+   
+   magic-wormhole
+   magic-wormhole/magic-wormhole
+   
+



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

2023-05-24 Thread Matthias Maier
commit: 5509b34dac1a41c8243c83777fe3d62bd3ed41e7
Author: Matthias Maier  gentoo  org>
AuthorDate: Wed May 24 21:43:08 2023 +
Commit: Matthias Maier  gentoo  org>
CommitDate: Wed May 24 22:03:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5509b34d

dev-python/hkdf: new package, add 0.0.3

Signed-off-by: Matthias Maier  gentoo.org>

 dev-python/hkdf/Manifest  |  1 +
 dev-python/hkdf/hkdf-0.0.3.ebuild | 17 +
 dev-python/hkdf/metadata.xml  | 13 +
 3 files changed, 31 insertions(+)

diff --git a/dev-python/hkdf/Manifest b/dev-python/hkdf/Manifest
new file mode 100644
index ..7fa8e2b54db2
--- /dev/null
+++ b/dev-python/hkdf/Manifest
@@ -0,0 +1 @@
+DIST hkdf-0.0.3.tar.gz 3959 BLAKE2B 
25786395ad7f87db5420adb4891821adf52e5eaf8098ca502aad16a69c75bbc5dedc2b8dfddee76a545e91f4900c1a0bfbe94d79822cd529e72474c65ee194d6
 SHA512 
c58f9310c151f8d710998d019221713ec71ac8083c42300f5e77326c7b35be341263c40fb485402937c381a6435cbd9899c8d32846a50d1d1e6a4d3e61f58c7d

diff --git a/dev-python/hkdf/hkdf-0.0.3.ebuild 
b/dev-python/hkdf/hkdf-0.0.3.ebuild
new file mode 100644
index ..2627a25fb0e9
--- /dev/null
+++ b/dev-python/hkdf/hkdf-0.0.3.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+DISTUTILS_USE_PEP517=setuptools
+
+inherit distutils-r1
+
+DESCRIPTION="HMAC-based Extract-and-Expand Key Derivation Function (HKDF)"
+HOMEPAGE="https://pypi.org/project/hkdf;
+SRC_URI="https://files.pythonhosted.org/packages/c3/be/327e072850db181ce56afd51e26ec7aa5659b18466c709fa5ea2548c935f/${P}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"

diff --git a/dev-python/hkdf/metadata.xml b/dev-python/hkdf/metadata.xml
new file mode 100644
index ..499864299082
--- /dev/null
+++ b/dev-python/hkdf/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   tam...@gentoo.org
+   Matthias Maier
+   
+   
+   
+   hkdf
+   casebeer/python-hkdf
+   
+



  1   2   3   >