[gentoo-commits] proj/crossdev:master commit in: wrappers/

2023-10-14 Thread Matt Turner
commit: 7392a9387240d86af931b517178ff657453ac4d6
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Oct 13 18:51:33 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Oct 15 04:23:17 2023 +
URL:https://gitweb.gentoo.org/proj/crossdev.git/commit/?id=7392a938

cross-pkg-config: Set PKG_CONFIG_FDO_SYSROOT_RULES=1

When cross-compiling, pkgconf behaves in a way that causes many packages
to install files to ${SYSROOT}/${SYSROOT}/... without
PKG_CONFIG_FDO_SYSROOT_RULES set.

I'm aware of at least gobject-introspection, modemmanager, and libp11,
but there are likely more.

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

 wrappers/cross-pkg-config | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/wrappers/cross-pkg-config b/wrappers/cross-pkg-config
index ba4d3ac..eb4047f 100755
--- a/wrappers/cross-pkg-config
+++ b/wrappers/cross-pkg-config
@@ -95,6 +95,9 @@ fi
 export PKG_CONFIG_SYSROOT_DIR=${PKG_CONFIG_SYSROOT_DIR%/}
 PKG_CONFIG_ESYSROOT_DIR=${PKG_CONFIG_SYSROOT_DIR}${PREFIX}
 
+# https://github.com/pkgconf/pkgconf/issues/205
+export PKG_CONFIG_FDO_SYSROOT_RULES=1
+
 #
 # Some distributions pollute the pkg-config environment.
 # Time to pull a captain planet on them.



[gentoo-commits] repo/gentoo:master commit in: profiles/features/wd40/, dev-python/pytest-localftpserver/

2023-10-14 Thread Michał Górny
commit: f666c5146fced3f29fc42e1cb1fdad7cac4d240c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 15 03:05:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 15 03:26:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f666c514

dev-python/pytest-localftpserver: Bump to 1.2.0

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

 dev-python/pytest-localftpserver/Manifest  |  1 +
 .../pytest-localftpserver-1.2.0.ebuild | 37 ++
 profiles/features/wd40/package.mask|  1 +
 3 files changed, 39 insertions(+)

diff --git a/dev-python/pytest-localftpserver/Manifest 
b/dev-python/pytest-localftpserver/Manifest
index 14a8dc638b8b..23b361cf97bb 100644
--- a/dev-python/pytest-localftpserver/Manifest
+++ b/dev-python/pytest-localftpserver/Manifest
@@ -1 +1,2 @@
 DIST pytest_localftpserver-1.1.4.tar.gz 44573 BLAKE2B 
8c5bd0065d36d7c312944ce41747db141c90b7cbad134b6d3ce387cc9ef3f536882b27d1d0c23c67fb9e75546e62d0b1434faaa577c61f07a9915bf146b6a9e2
 SHA512 
67f7ca9d212f187f2e91d274523390438e07c52dc048b832e65012ef49d2843002806db1fbf2eba560bef671a0ef541bfb44f6b8226fe5d9d40acd08d53c4f48
+DIST pytest_localftpserver-1.2.0.tar.gz 48817 BLAKE2B 
d0b2cdc2596fa12c8f082fd2fa3847541b731367abfccb7a57d3408d74c1637bfc644bb80482d9a1a25072d94b1f663b8ad8c0ad51c2d9dac65156a80638
 SHA512 
19e300c4ebb1d89ebfa4dce04296b8962014a139f82a409f6d46f748f653cfd1f4192a7fb65987015b2bf7237682507c4d6e42dab816c275ba7f8a302eb9a3e9

diff --git 
a/dev-python/pytest-localftpserver/pytest-localftpserver-1.2.0.ebuild 
b/dev-python/pytest-localftpserver/pytest-localftpserver-1.2.0.ebuild
new file mode 100644
index ..b7855edd8d14
--- /dev/null
+++ b/dev-python/pytest-localftpserver/pytest-localftpserver-1.2.0.ebuild
@@ -0,0 +1,37 @@
+# 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..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A PyTest plugin which provides an FTP fixture for your tests"
+HOMEPAGE="
+   https://github.com/oz123/pytest-localftpserver/
+   https://pypi.org/project/pytest-localftpserver/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   dev-python/pyftpdlib[${PYTHON_USEDEP}]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   dev-python/pytest[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+EPYTEST_IGNORE=(
+   # These tests require python wget module
+   tests/test_pytest_localftpserver.py
+   tests/test_pytest_localftpserver_TLS.py
+   tests/test_pytest_localftpserver_with_env_var.py
+)
+
+distutils_enable_tests pytest

diff --git a/profiles/features/wd40/package.mask 
b/profiles/features/wd40/package.mask
index 380f8480fdd8..4e89369dc731 100644
--- a/profiles/features/wd40/package.mask
+++ b/profiles/features/wd40/package.mask
@@ -63,6 +63,7 @@ dev-python/pyfuse3
 dev-python/pymdown-extensions
 dev-python/pyspelling
 dev-python/pyspnego
+dev-python/pytest-localftpserver
 dev-python/pytest-trio
 dev-python/python-glanceclient
 dev-python/python-ironicclient



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

2023-10-14 Thread Michał Górny
commit: 03c959f13ce1acb872703894b63cddde9efcee16
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 15 02:55:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 15 03:26:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c959f1

dev-python/numpy: Bump to 1.26.1

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

 dev-python/numpy/Manifest|   1 +
 dev-python/numpy/numpy-1.26.1.ebuild | 152 +++
 2 files changed, 153 insertions(+)

diff --git a/dev-python/numpy/Manifest b/dev-python/numpy/Manifest
index 854b68b844c1..a24f29013987 100644
--- a/dev-python/numpy/Manifest
+++ b/dev-python/numpy/Manifest
@@ -1,3 +1,4 @@
 DIST numpy-1.25.2-patches.tar.xz 7212 BLAKE2B 
718331b2d9f8380df239bf2ad9c24d79924e08797825d7c8655124a55e059790f96641633cdb42c597646764ca9efcaf277d5f5b75f042f533c28f2a81d5a5a8
 SHA512 
bcc0c55710b8d874e1dd9a57fad5698e09e3c96254922db32a8beeae9a5a54532cb0660d3ce43ca68e70fa7227bca9e0d12a0298aa6972ad2cbcecfe4aee3e85
 DIST numpy-1.25.2.tar.gz 10805282 BLAKE2B 
f138eaf237f3e8052cafbe9fc98b4b62fb0748079df8599fc0950624c856294157410a2ec6fe381eaa8386b1530a39f7037ae1887c9fcfe2e77a3d7ad1ca0171
 SHA512 
6846d558c227329b6e700965ffa4c7886a7ca5f35234a56d734bc8201d19f7ac87d8ea081094bca13685130dce7bfb98ee4aa3a9dbd538288f10f1d9d82fb699
 DIST numpy-1.26.0.tar.gz 15633455 BLAKE2B 
9cd8693d1303bc9ac6d95a6cd57440839adbd648efae7052cf9b73f833eb8ebb2a0ad09fcc638e51b481b4c049a02304eeef34a7566609ae2cbab3278d033a97
 SHA512 
0d500c623b274a219740c78ae2febb32a2f167016a9ff529678526e6b3e89a5b732c41defa23460a5da6f7f89d4a7d827f44fa9a1334c78e204b00ce164fb40c
+DIST numpy-1.26.1.tar.gz 15651806 BLAKE2B 
2b7fe13675b6f11b8f19c2dc671c84418fa959f403ff32c15ae6da37ae8137d062bb47db0180031c90f54451d69d640ec4ebfad0a4eefb32afc55df45c6824ab
 SHA512 
abe5919029fc66961e8f44fdd503b54c291ce75b0d95e3f8bb61ee39a25d62142fbece5734fd7e9cbf65511f9d746fa61796f0d68e6dc2816c0e7747e286e505

diff --git a/dev-python/numpy/numpy-1.26.1.ebuild 
b/dev-python/numpy/numpy-1.26.1.ebuild
new file mode 100644
index ..49c3b34adb9c
--- /dev/null
+++ b/dev-python/numpy/numpy-1.26.1.ebuild
@@ -0,0 +1,152 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=meson-python
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_REQ_USE="threads(+)"
+FORTRAN_NEEDED=lapack
+
+inherit distutils-r1 flag-o-matic fortran-2 multiprocessing pypi 
toolchain-funcs
+
+DESCRIPTION="Fast array and numerical python library"
+HOMEPAGE="
+   https://numpy.org/
+   https://github.com/numpy/numpy/
+   https://pypi.org/project/numpy/
+"
+
+LICENSE="BSD"
+SLOT="0"
+# +lapack because the internal fallbacks are pretty slow. Building without blas
+# is barely supported anyway, see bug #914358.
+IUSE="+lapack"
+if [[ ${PV} != *_[rab]* ]] ; then
+   KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+fi
+
+RDEPEND="
+   lapack? (
+   >=virtual/cblas-3.8
+   >=virtual/lapack-3.8
+   )
+"
+BDEPEND="
+   ${RDEPEND}
+   >=dev-util/meson-1.1.0
+   >=dev-python/cython-3.0.0[${PYTHON_USEDEP}]
+   lapack? (
+   virtual/pkgconfig
+   )
+   test? (
+   $(python_gen_cond_dep '
+   >=dev-python/cffi-1.14.0[${PYTHON_USEDEP}]
+   ' 'python*')
+   dev-python/charset-normalizer[${PYTHON_USEDEP}]
+   >=dev-python/hypothesis-5.8.0[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   >=dev-python/pytz-2019.3[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   append-flags -fno-strict-aliasing
+
+   distutils-r1_python_prepare_all
+}
+
+python_configure_all() {
+   DISTUTILS_ARGS=(
+   -Dallow-noblas=$(usex !lapack true false)
+   -Dblas=$(usev lapack cblas)
+   -Dlapack=$(usev lapack lapack)
+   # TODO: cpu-* options
+   )
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # Very disk-and-memory-hungry
+   lib/tests/test_io.py::TestSaveTxt::test_large_zip
+   lib/tests/test_io.py::TestSavezLoad::test_closing_fid
+   
lib/tests/test_io.py::TestSavezLoad::test_closing_zipfile_after_load
+
+   # Precision problems
+   
core/tests/test_umath_accuracy.py::TestAccuracy::test_validate_transcendentals
+
+   # Runs the whole test suite recursively, that's just crazy
+   core/tests/test_mem_policy.py::test_new_policy
+
+   typing/tests/test_typing.py
+   # Uses huge amount of memory
+   core/tests/test_mem_overlap.py
+
+   # TODO: crashes
+   lib/tests/test_histograms.py::TestHistogram::test_big_arrays
+   )
+
+   if use arm && 

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

2023-10-14 Thread Michał Górny
commit: a5f22f79eaea03a21ce500d91efe8494f5b90dbe
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 15 02:56:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 15 03:26:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5f22f79

dev-python/dns-lexicon: Bump to 3.16.0

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

 dev-python/dns-lexicon/Manifest  |  1 +
 dev-python/dns-lexicon/dns-lexicon-3.16.0.ebuild | 71 
 2 files changed, 72 insertions(+)

diff --git a/dev-python/dns-lexicon/Manifest b/dev-python/dns-lexicon/Manifest
index f80a0e34e870..7db9ccb056f4 100644
--- a/dev-python/dns-lexicon/Manifest
+++ b/dev-python/dns-lexicon/Manifest
@@ -3,3 +3,4 @@ DIST dns-lexicon-3.13.0.gh.tar.gz 6739417 BLAKE2B 
86f879fb5b27c6d9b21788ce4a9d75
 DIST dns-lexicon-3.14.1.gh.tar.gz 6747567 BLAKE2B 
55ddba2caf71b92ad0e5f34457d33c46be5969b13a12ac16a07e5c9ad8a25b921119edf89ce80928340e401308365eeb5b7c7c56f8e36482422f7e2e43412cde
 SHA512 
13e4c5b046cad28e487b246b7c16a3ee71b2dbca4c40e513b234cee62e483e7702ce293c11ef96b245409229a7cd3a39c1771ebfc7b2430cd5b017d33e32a924
 DIST dns-lexicon-3.15.0.gh.tar.gz 6200937 BLAKE2B 
94ff86424e5f9d03d5ec059359f684cbcda8fd617f84510c7154c2f48072b766bab0497ef1dd46c630b25f8196d177715eeaa9223bf2b502f125526120f91327
 SHA512 
22e6f11e2b5750ff44c8a72b0e6c0a1a4126e247074b87cf7fbbf403d8858c261fb2c57a5d01daa218e4b3448782ccb5567fd6f29da78baabb2aded90a82c97c
 DIST dns-lexicon-3.15.1.gh.tar.gz 6201895 BLAKE2B 
85279f48b55bc4fac4017874728bdb089ec120105051119c229892335bead4cd2c2ee8a3a2527ca43e23e3c103bc3d0fbf3eef2f26681de0f8d07b0de10cc3eb
 SHA512 
406a88808e0200cdd8e510e4a99688b75ebe306b209931bd3282d9cd80fca15cf0b50a537d208f4b41cc6022e8501de6fbe83e20b426a8dc28724cd92fb8
+DIST dns-lexicon-3.16.0.gh.tar.gz 6198018 BLAKE2B 
fcba99b0e1e93cf585043c58d0b7c3efa972976c8ac9db491a0081c46adad7720f0039cbb4f10af3c72ee8bf83cbb549fb6f3f511e0774161562b899fdc425b6
 SHA512 
1de871ab54b0f4a40f5c634f69d4c73b4233ca37f740710d78f2b2b298f972b93992bd44adf64d36dfa2fdfefc0cf25a862066ad391be695c403388c5cbb9c22

diff --git a/dev-python/dns-lexicon/dns-lexicon-3.16.0.ebuild 
b/dev-python/dns-lexicon/dns-lexicon-3.16.0.ebuild
new file mode 100644
index ..55e62bd2d181
--- /dev/null
+++ b/dev-python/dns-lexicon/dns-lexicon-3.16.0.ebuild
@@ -0,0 +1,71 @@
+# 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..11} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Manipulate DNS records on various DNS providers in a 
standardized/agnostic way"
+HOMEPAGE="
+   https://github.com/AnalogJ/lexicon/
+   https://pypi.org/project/dns-lexicon/
+"
+SRC_URI="
+   https://github.com/AnalogJ/lexicon/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/lexicon-${PV}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   >=dev-python/pyotp-2[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/tldextract[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/boto3-1.25[${PYTHON_USEDEP}]
+   dev-python/dnspython[${PYTHON_USEDEP}]
+   dev-python/zeep[${PYTHON_USEDEP}]
+   dev-python/vcrpy[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # Requires the "localzone" module
+   tests/providers/test_localzone.py
+   # Requires the "softlayer" module
+   tests/providers/test_softlayer.py
+   # Requires the "transip" module
+   tests/providers/test_transip.py
+   # Requires the "oci" module
+   tests/providers/test_oci.py
+   # Uses tldextract which needs Internet access to download its database
+   tests/providers/test_auto.py
+   # All recordings seem to be broken
+   tests/providers/test_namecheap.py
+   # Broken by minor vcrpy / urllib3-2 incompatibility
+   # https://github.com/kevin1024/vcrpy/issues/714
+   tests/providers/test_route53.py
+)
+
+pkg_postinst() {
+   if [[ -z ${REPLACING_VERSIONS} ]]; then
+   optfeature_header \
+   "Install the following packages to enable support for 
additional DNS providers:"
+   optfeature Gransy dev-python/zeep
+   optfeature Route53 dev-python/boto3
+   optfeature DDNS dev-python/dnspython
+   fi
+}



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

2023-10-14 Thread Michał Górny
commit: b62fb63ec3ea1d35b63f7c5617f3074d99c77cf1
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 15 03:07:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 15 03:26:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b62fb63e

dev-python/mkdocs-material: Bump to 9.4.6

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

 dev-python/mkdocs-material/Manifest|  1 +
 .../mkdocs-material/mkdocs-material-9.4.6.ebuild   | 65 ++
 2 files changed, 66 insertions(+)

diff --git a/dev-python/mkdocs-material/Manifest 
b/dev-python/mkdocs-material/Manifest
index 5ba605ca1074..4b4f4a67b43a 100644
--- a/dev-python/mkdocs-material/Manifest
+++ b/dev-python/mkdocs-material/Manifest
@@ -1,3 +1,4 @@
 DIST mkdocs-material-9.4.2.gh.tar.gz 14501913 BLAKE2B 
a822b1bb54ccca7d3f41b10b2e76e2ada99b0a113c18695753558421049425a2eaf5be79fd3433861b746be303ca6a87e6c45de596038680a3e3974114d8
 SHA512 
f837f20de15415473f6e260330a8189b252e176a8a3dceebc9536fbad51662ade8e1760149f97ce3b95f9b9c0c2b0902600c33219accd0b3efaf1fec51c23efa
 DIST mkdocs-material-9.4.4.gh.tar.gz 14508575 BLAKE2B 
a7c3440cfa26d6654d56a3cfe39ba1b301b2f3166b6b5f26518ef568d5bdafce45f791539d2f1e7518a73fd94cc105b88745c054dbc1c82769346aa07cbdf525
 SHA512 
7241680a3bccd22d355993e4d23af384ec6304722430560311ce74c5786566c64cd9cfd65d80b515b4795e550e9b165e8f207a62468b3a0eb35c7fa7ca8e85e4
 DIST mkdocs-material-9.4.5.gh.tar.gz 14526442 BLAKE2B 
40ec29db7d072ee11ff8468c4780548c26dab59baa1616cf0f4ae260d1feefa2764e895cde83c7e66e27ec758991f518633a0f743dd9996acddff795099f5fc2
 SHA512 
69f0f019ba0de019e5f0d895ed4adb07bd4d9c57d64e54bbe055be98571755b94d3fcaed8bd0c5dc1e025deb0e5620c096a1250aeebf5443f6a26ba1d8e5eed6
+DIST mkdocs-material-9.4.6.gh.tar.gz 14534310 BLAKE2B 
0d3c5d09c13840c4e7aff328b4545e8d84a8903fb43590de3e9b8527f16d9deaef2bd899542f29d950d0ee38e6b8e54b35313d0a5b3481194f0c0cf41245bdf1
 SHA512 
184d765163b19806e2018997878cd1212b288030464b1e418e5b6e2849400a81be6bdc3bac24ca34b63b521d63a650f8541e85caa8131d11246c26c4ff07bb4a

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



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

2023-10-14 Thread Michał Górny
commit: 5e55d843a953cdc4f7d28576d951cab59a578f27
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 15 02:53:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 15 03:26:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e55d843

dev-python/pytoolconfig: Bump to 1.2.6

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

 dev-python/pytoolconfig/Manifest  |  1 +
 dev-python/pytoolconfig/pytoolconfig-1.2.6.ebuild | 35 +++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/pytoolconfig/Manifest b/dev-python/pytoolconfig/Manifest
index 61645d4641fd..bc1c8f3e602d 100644
--- a/dev-python/pytoolconfig/Manifest
+++ b/dev-python/pytoolconfig/Manifest
@@ -1 +1,2 @@
 DIST pytoolconfig-1.2.5.tar.gz 16322 BLAKE2B 
cdaab50765452ad93942c9a9ba546dc7ec5f61db8276992987a4539ad975578ee327464d93a1a64f09d67c4c872d99f42282183459e6987c1e4086218d15b032
 SHA512 
37753530a166d324ddef0c2e9f0c3d6b2f61252a18ff8037d530b339c8b817cde4087d14b6756690fe10002cbd3442776604ff064d7d16d34289ba859492c920
+DIST pytoolconfig-1.2.6.tar.gz 16425 BLAKE2B 
669c3bc906b06ac48ecb5649f1bef8a6af53e85d8f8d23f4059b63e4d1e57e10b0a66d2e89e72e0b4afe7d00aa9d26b4ceb23cc49b8e46a891e7fae60d228686
 SHA512 
beade8cd1780eb986dab1d630c1583c9c75fea5067d399081a5b8361789fdec96087243d8d79291655c83aca481d5888b3414a1b445200a9d8c59703761a83b2

diff --git a/dev-python/pytoolconfig/pytoolconfig-1.2.6.ebuild 
b/dev-python/pytoolconfig/pytoolconfig-1.2.6.ebuild
new file mode 100644
index ..a9686e151c63
--- /dev/null
+++ b/dev-python/pytoolconfig/pytoolconfig-1.2.6.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=pdm-backend
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python tool configuration"
+HOMEPAGE="
+   https://pypi.org/project/pytoolconfig/
+   https://github.com/bagel897/pytoolconfig/
+"
+
+LICENSE="LGPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+
+RDEPEND="
+   >=dev-python/packaging-22.0[${PYTHON_USEDEP}]
+   >=dev-python/platformdirs-1.4.4[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
+   ' 3.10 )
+"
+BDEPEND="
+   test? (
+   >=dev-python/sphinx-4.5.0[${PYTHON_USEDEP}]
+   >=dev-python/tabulate-0.8.9[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-10-14 Thread Michał Górny
commit: ebd785c7d7b7111dd2d47e46005fb55defc58ea9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 15 03:07:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 15 03:26:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebd785c7

dev-python/tekore: Bump to 5.1.1

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

 dev-python/tekore/Manifest|  1 +
 dev-python/tekore/tekore-5.1.1.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/dev-python/tekore/Manifest b/dev-python/tekore/Manifest
index c0016b803370..75611da06c69 100644
--- a/dev-python/tekore/Manifest
+++ b/dev-python/tekore/Manifest
@@ -1 +1,2 @@
 DIST tekore-5.1.0.gh.tar.gz 261207 BLAKE2B 
7c52fe1bd0a29da10d846d04543ccca5770e2e5682e5f816fd6ac56c0f351ba2374662187ab71350cf2e8c298175c045c1d35b4512f529b67aef11a4a80a8f15
 SHA512 
13c8853c707ee2234632e8f051b22df67935afa26c5f4c684728031a78ded88b9d71fff44093d9765a2287ecb5613b8b6b792727d632bce234d89a8668d86ca4
+DIST tekore-5.1.1.gh.tar.gz 261257 BLAKE2B 
d0ba6a3564f0be269ea3dab8ec2860cc17cff52949f0781fb368a82611b2b9bfd37a018ef9446e078003def5e89de8e5c4219a4c0154baf37cb6e453b7369d0e
 SHA512 
0eb53cf242619a4646407c375a752877e82b231d187ffb3095eff33bdb3869a75c1194833487b7d377fbe9af6d9cb975714ea293a015743b7377a6eb0fd68424

diff --git a/dev-python/tekore/tekore-5.1.1.ebuild 
b/dev-python/tekore/tekore-5.1.1.ebuild
new file mode 100644
index ..98ce61f606a8
--- /dev/null
+++ b/dev-python/tekore/tekore-5.1.1.ebuild
@@ -0,0 +1,55 @@
+# 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..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Spotify Web API client"
+HOMEPAGE="
+   https://tekore.readthedocs.io/
+   https://github.com/felix-hilden/tekore/
+   https://pypi.org/project/tekore/
+"
+SRC_URI="
+   https://github.com/felix-hilden/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+KEYWORDS="~amd64"
+SLOT="0"
+
+RDEPEND="
+   =dev-python/pydantic-1.8[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   >=dev-python/pydantic-2[${PYTHON_USEDEP}]
+   >=dev-python/pytest-asyncio-0.17[${PYTHON_USEDEP}]
+   dev-python/pytest-httpx[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( readme.rst )
+
+distutils_enable_tests pytest
+# TODO: package sphinx_codeautolink
+# distutils_enable_sphinx docs/src \
+#  dev-python/sphinx-rtd-theme \
+#  dev-python/sphinx-tabs \
+#  dev-python/sphinx-autodoc-typehints
+
+EPYTEST_DESELECT=(
+   # Internet
+   
tests/auth/expiring.py::TestCredentialsOnline::test_bad_arguments_raises_error
+   # these tests use calls specific to pydantic-2
+   # TODO: reselect when we can depend on >=pydantic-2
+   tests/model.py::TestModel::test_enum_in_model
+   tests/model.py::TestModel::test_unknown_attribute_ignored
+)



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

2023-10-14 Thread Michał Górny
commit: 7b0fa93f40c3748e14e6d611c684a0cf6384258e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 15 03:06:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 15 03:26:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b0fa93f

dev-python/python-engineio: Bump to 4.8.0

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

 dev-python/python-engineio/Manifest|  1 +
 .../python-engineio/python-engineio-4.8.0.ebuild   | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/dev-python/python-engineio/Manifest 
b/dev-python/python-engineio/Manifest
index e7e9ab71ba9c..e943b2633277 100644
--- a/dev-python/python-engineio/Manifest
+++ b/dev-python/python-engineio/Manifest
@@ -3,3 +3,4 @@ DIST python-engineio-4.6.0.gh.tar.gz 310597 BLAKE2B 
7749e65f1f79bd21fb3f89dd541f
 DIST python-engineio-4.6.1.gh.tar.gz 310625 BLAKE2B 
2247e926117ee659f7bd428df673b10c3655534b33d062eb33e7f400890062116f3edc82f66e6bd29817e61b314376b2227fbb513802c11a04c921a610f00063
 SHA512 
a423a048a09396d7a3c834056118bbd124a1313e8f63b16fa40ec51b6b8f247fbe7d540e1e5f4a8a103c14ff5b5e3f53686723f2cd70e26c3a59b6100bff336f
 DIST python-engineio-4.7.0.gh.tar.gz 311878 BLAKE2B 
6b33bbf8c386fd6bf02f00d66e98bb11ef7a862d0d7c796094aeeeba8c87dd41e1f5b957a786b6ef181037dd5e6c390abdafc4f91fbacae356a0dbfe736e2775
 SHA512 
c1a41059024939a2cd11ed235a984b4e25cb622745fd6b46f15304d1470d33214283b7ae7b097edc8312ce1b5dc144eed7a2a505042b150b7bbd4320f026cd9d
 DIST python-engineio-4.7.1.gh.tar.gz 311622 BLAKE2B 
101a15515aa80eb56c2285bef3f7967023cd8a2e54360c348d84af81dc4901424446b50a1d7b70ba0d6a073ee2780ccd524e61a30b1475d54b30f32494063386
 SHA512 
fa71efb885628b9337d3f6d20cc92ac990fadb5fafdb020904e6e2bb452957a437f6467724897729f2f9e30eb713d8ce88f254fbfe49258fa33ba38572206289
+DIST python-engineio-4.8.0.gh.tar.gz 313056 BLAKE2B 
508c7303ee1020db27f7d8a26148b1748b9685f1d8fadb6abbe110e9b4acb85d6510c6bbc074ae0582efeab7c5b8e294eeed7115d34784bddd55f0b4bd20318f
 SHA512 
351d982bf729a9747215d5845d9b547ecc5dd031cb3c32cd98d75b42374455e625ba0a8f7edf0db63354f7d905eedeb749145a851f8744571f0f2ab9d1142b47

diff --git a/dev-python/python-engineio/python-engineio-4.8.0.ebuild 
b/dev-python/python-engineio/python-engineio-4.8.0.ebuild
new file mode 100644
index ..d30dc486a613
--- /dev/null
+++ b/dev-python/python-engineio/python-engineio-4.8.0.ebuild
@@ -0,0 +1,59 @@
+# 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..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python implementation of the Engine.IO realtime server"
+HOMEPAGE="
+   https://python-engineio.readthedocs.io/
+   https://github.com/miguelgrinberg/python-engineio/
+   https://pypi.org/project/python-engineio/;
+SRC_URI="
+   https://github.com/miguelgrinberg/python-engineio/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/aiohttp[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   >=dev-python/simple-websocket-0.10.0[${PYTHON_USEDEP}]
+   dev-python/websocket-client[${PYTHON_USEDEP}]
+"
+# Can use eventlet, werkzeug, or gevent, but no tests for werkzeug
+BDEPEND="
+   test? (
+   dev-python/tornado[${PYTHON_USEDEP}]
+   dev-python/websockets[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   dev-python/alabaster
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # eventlet is masked for removal
+   tests/common/test_async_eventlet.py
+   )
+
+   local EPYTEST_DESELECT=(
+   # also eventlet
+   
tests/common/test_server.py::TestServer::test_async_mode_eventlet
+   tests/common/test_server.py::TestServer::test_connect
+   
tests/common/test_server.py::TestServer::test_service_task_started
+   tests/common/test_server.py::TestServer::test_upgrades
+   )
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}



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

2023-10-14 Thread Michał Górny
commit: e02a82d8e1e8edfcca27496c8e60f9b6bc26db56
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 15 02:52:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 15 03:26:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e02a82d8

dev-python/zeroconf: Bump to 0.118.0

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

 dev-python/zeroconf/Manifest|  1 +
 dev-python/zeroconf/zeroconf-0.118.0.ebuild | 56 +
 2 files changed, 57 insertions(+)

diff --git a/dev-python/zeroconf/Manifest b/dev-python/zeroconf/Manifest
index 3811bff5055c..689874ea9139 100644
--- a/dev-python/zeroconf/Manifest
+++ b/dev-python/zeroconf/Manifest
@@ -6,4 +6,5 @@ DIST zeroconf-0.115.0.tar.gz 156238 BLAKE2B 
5f32c06e247bff5bfbd0ea53588458e8da6e
 DIST zeroconf-0.115.1.tar.gz 156318 BLAKE2B 
1322b3ccf7d4d749642bb813b1655aefb410c1e953b89edb6a07196031e8a8fb8cfc923fd5d4a7149b7b25e5a16612ec86c6f353caf326d6cc3cff9a6881f7a3
 SHA512 
786e0dc1e7a321e37e491220f7aa83c5678ef7396bcf844d4928433fa7a1f43d1c5bb4dca10372ea982de5fb7640f3f8bb4b304ad59f9c6b4017c594bc54af61
 DIST zeroconf-0.115.2.tar.gz 156482 BLAKE2B 
80a1c0af87ffaec73505f48f1b38b8f99b578d6573970529b4613fd46174f635d2ff24ae6b1631a2747bb4eb542ac7180cf7bb473aa69f91ce90e64b463ec43d
 SHA512 
1a1fd7f5cf3356fa189f209dc9ea0f8319b0d101ec28ed0ae3304656ca488afab0258cf6bce6d13919554555ea1a51b59599dba5afccc315df15d4efbc8cdb13
 DIST zeroconf-0.116.0.tar.gz 156565 BLAKE2B 
2d261eb9602ea6db71e39cccd740b09366f86a37b9c3b9e4f61373fd525f2ceb7bf2235ee2adacbf7bea8293920ea94c8152e11786a1f483f3605908c988ebd4
 SHA512 
649b01f49fd0229739b0a3beb0c528f4a3c7841b77fdadcab5356f1e69f21ba2a89d4a948a97b8592b137f6a76be463768e83a399aa9850f08fee6bb01092320
+DIST zeroconf-0.118.0.tar.gz 156789 BLAKE2B 
a2491c33134b07486cf6350d4b25461edf78fb5ab181b36b8088f3ef63fe86d8324ea044985f9423886ceb15495d5d34bf79de488dafcdd87398875adee62fce
 SHA512 
6f869443dbeea324b1b0f3b89a8183441b373459e871ffee9c35d3f4eda5489e164bc85f28e6e96c7dea976eeff591c25044a28cca56c967d857b1ac5f485e79
 DIST zeroconf-0.91.1.tar.gz 150551 BLAKE2B 
220e6b5684d503c7d1c594196ffa7ecc4f06975accad2ad64a6dd0a75881326110bbf897e74a2a176307fc392fc9fce903c77bbf9fc70fec84f193072bd7a016
 SHA512 
852946a2f823de1dc25dda5321ec23c67e3893fd8dcf55391e001afb01eb4c8143813aaa0950fddbea6634975eb0904a6e3b500cbe082e843da301c0cd704e9a

diff --git a/dev-python/zeroconf/zeroconf-0.118.0.ebuild 
b/dev-python/zeroconf/zeroconf-0.118.0.ebuild
new file mode 100644
index ..b3ff07347a6d
--- /dev/null
+++ b/dev-python/zeroconf/zeroconf-0.118.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Pure Python Multicast DNS Service Discovery Library 
(Bonjour/Avahi compatible)"
+HOMEPAGE="
+   https://github.com/python-zeroconf/python-zeroconf/
+   https://pypi.org/project/zeroconf/
+"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/ifaddr-0.1.7[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/async-timeout-3.0.0[${PYTHON_USEDEP}]
+   ' 3.10)
+"
+# the build system uses custom build script that uses distutils to build
+# C extensions, sigh
+BDEPEND="
+   >=dev-python/cython-3[${PYTHON_USEDEP}]
+   >=dev-python/setuptools-65.6.3[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export REQUIRE_CYTHON=1
+
+python_test() {
+   local -x SKIP_IPV6=1
+   local EPYTEST_DESELECT=(
+   # network
+   tests/test_core.py::Framework::test_close_multiple_times
+   tests/test_core.py::Framework::test_launch_and_close
+   
tests/test_core.py::Framework::test_launch_and_close_context_manager
+
+   # fragile to timeouts (?)
+   
tests/services/test_browser.py::test_service_browser_expire_callbacks
+   tests/utils/test_asyncio.py::test_run_coro_with_timeout
+   )
+
+   epytest -o addopts=
+}



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

2023-10-14 Thread Ionen Wolkens
commit: 7fd63cb7951b2a4a47ff6eceed77eba2ef4779da
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Oct 15 02:22:12 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Oct 15 02:59:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd63cb7

app-emulation/ruffle: skip flaky test

May need more looking into, but is not considered harmful
at the moment.

Closes: https://bugs.gentoo.org/915726
Signed-off-by: Ionen Wolkens  gentoo.org>

 app-emulation/ruffle/ruffle-0_p20230919.ebuild | 11 +++
 app-emulation/ruffle/ruffle-.ebuild| 11 +++
 2 files changed, 22 insertions(+)

diff --git a/app-emulation/ruffle/ruffle-0_p20230919.ebuild 
b/app-emulation/ruffle/ruffle-0_p20230919.ebuild
index ae303b001a1d..ac51947b5041 100644
--- a/app-emulation/ruffle/ruffle-0_p20230919.ebuild
+++ b/app-emulation/ruffle/ruffle-0_p20230919.ebuild
@@ -613,9 +613,20 @@ src_configure() {
exporter
$(usev test tests)
)
+
cargo_src_configure ${workspaces[*]/#/--package=}
 }
 
+src_test() {
+   local skip=(
+   # may need more investigation, strangely "pass" (xfail) when
+   # RUSTFLAGS is unset, skip for now (bug #915726)
+   --skip from_avmplus/as3/Types/Int/wraparound
+   )
+
+   cargo_src_test -- "${skip[@]}"
+}
+
 src_install() {
dodoc README.md
 

diff --git a/app-emulation/ruffle/ruffle-.ebuild 
b/app-emulation/ruffle/ruffle-.ebuild
index fbc440002e65..a54f26933afa 100644
--- a/app-emulation/ruffle/ruffle-.ebuild
+++ b/app-emulation/ruffle/ruffle-.ebuild
@@ -78,9 +78,20 @@ src_configure() {
exporter
$(usev test tests)
)
+
cargo_src_configure ${workspaces[*]/#/--package=}
 }
 
+src_test() {
+   local skip=(
+   # may need more investigation, strangely "pass" (xfail) when
+   # RUSTFLAGS is unset, skip for now (bug #915726)
+   --skip from_avmplus/as3/Types/Int/wraparound
+   )
+
+   cargo_src_test -- "${skip[@]}"
+}
+
 src_install() {
dodoc README.md
 



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

2023-10-14 Thread Ionen Wolkens
commit: 729ab54038becc2cce7366cee69c73e7930643f9
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Oct 15 02:26:39 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Oct 15 02:59:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=729ab540

app-emulation/wine-staging: add 8.18

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

 app-emulation/wine-staging/Manifest|   2 +
 .../wine-staging/wine-staging-8.18.ebuild  | 457 +
 2 files changed, 459 insertions(+)

diff --git a/app-emulation/wine-staging/Manifest 
b/app-emulation/wine-staging/Manifest
index 27ca43b97135..a970cab224d5 100644
--- a/app-emulation/wine-staging/Manifest
+++ b/app-emulation/wine-staging/Manifest
@@ -2,7 +2,9 @@ DIST wine-8.0.tar.xz 29054044 BLAKE2B 
baf8f96b665119c9f38a148a2472dbe8f6ca8d4641
 DIST wine-8.15.tar.xz 29427600 BLAKE2B 
9a1bb0de4048e32f78e3630e9e33dc99a117d4fcb4e61285e3fb298de9f1742a7d9c52f0d02dd407ce5c62768d7fecf51947165fbc8e62cf076519caea13a2db
 SHA512 
d450dfe868ac7c7cb26ccc5e6d492c1311395c5f8b150610f5b1e78451d303b63b67c7e0ad48d6a66ae5265c5bc16da970544cf12195d8635cc3fc96c4a26cad
 DIST wine-8.16.tar.xz 29457688 BLAKE2B 
497cefed7990b2c6ae28022276d83e4fb7265cfa99a3c3b88eab56566f125d631cf9310d149a9d4fa05934fa1f26ac2138ec366b16c6d2585f199e3be8ce3beb
 SHA512 
0ba83beacd842e53173c07c30fa4ee57424af0d00b9f168b8bd310c40ea06e26dfc09f4a1991b788a8c4bd2b6eeb439e60b0deff6249424a00fa2940c95662b6
 DIST wine-8.17.tar.xz 29559704 BLAKE2B 
dea71eaecf0ce3abff2ff9fd3ac65a8df0d606b718c176548976ae4c34228b269b3637efd23ef3ea5035df6b4df34b1e74a1f0b236a3b2864a914d6fc688d44e
 SHA512 
3826e20494a919ef1972d91c9391a3ae916d52b55e62e8fb7fc2c9c3ae6a7b363b40d8388cb4b9b3e45bae134a2de46e8158f8eaec7948216d9cd8ef32ab627f
+DIST wine-8.18.tar.xz 29844232 BLAKE2B 
0d3062bba451bbf0b7dec4a48a5fc658c6d281db5c57c2b9ad416ac2e7dcb947336bdd42b5b2062fc614b691b6419b7795decd24a7b0474bec7aaff1027b3632
 SHA512 
0f8e6b5c6709930bc7f774d92cd025976f6442c3785a224b5988a37152f3a875150b228f12442e9b9c0d9e7884568aca26159df86d48f2550a630625fef3c8b9
 DIST wine-staging-8.0.tar.gz 9529620 BLAKE2B 
c9540195ea885d9f1e980232b0af471e92c61eb079cae35fdb3af5c13d4660b3466f751772440e38f15874082db296d16d1f1d68827a505b2dd949617eda0203
 SHA512 
76a729d7ced1ff634ddb455ddfaa66ca103b652f43cd152b57ada7431bb5fbb74f5e92bf2f4f329b6df6f5908130afad84e609cbce6df645d6cf8131e9b949f9
 DIST wine-staging-8.15.tar.gz 9856164 BLAKE2B 
9313c88a436cd73e5b1b0cc44d0c781babcd870cdf89c4111ef1eef6012362123c244360bb7ae39b65317b39f3dfffd0530dd5674507bc0c1824d9d2efeabd3e
 SHA512 
23d956dd9a5d5b8cb4efd5dcb5a0fd5926539b7e45d230920e20a84d27ecd6e4b1cc8285d328a0be622f66c48d453b577a4eeb096f8a866760da81cc47410a2a
 DIST wine-staging-8.16.tar.gz 9865735 BLAKE2B 
83848d86b55961e3f84013bac2c5280dd6a281470ee09cd7f7cfccb1b91f5e62d73e0214bdeb2cfcfb255f387fe8de3b90e50b2e5e96c165f315fd6eb81aea58
 SHA512 
3748c9e41aa4c50e10f2dc7301d059bfeb614adc859bacad3b1d7ff00fa72a8ee65fd527c6ce2c065523002df353b82f17ff601b4cbbc4f7b84b1197ece3d9e2
 DIST wine-staging-8.17.1.tar.gz 9569937 BLAKE2B 
8db9aa679d18b8a6da6d287e0b4ad717ab76bc809e14a8117d1b2fddf91d232c4face730f327884ae294f295b5f7d5ca9a113361389c7b5c0889e71775c0d795
 SHA512 
ae015251c5dd1bf23be038362ec2acbf351836a9bd9e7c2ef2d005fa36b75de18919ecba99b43b881e2fa63edc99b07ad1665a25b9efb486a986cf06d51083a6
+DIST wine-staging-8.18.tar.gz 9610710 BLAKE2B 
785031988fb43722bdef1e9f277b97569cf85c927dc997cb18039ce9d8095f50d5c42b4fb789a358af41a8bfd7b84d4260296cc968fea7965aa549e25d6ecd55
 SHA512 
1016849b3381a3ac039c2376517a5c7857f632eb1e49e9e3d6feedbc8c4e182da1a7117e89a1a1e4798121176e04b8f91cf3f3c001abf767398a3c3cd38850fb

diff --git a/app-emulation/wine-staging/wine-staging-8.18.ebuild 
b/app-emulation/wine-staging/wine-staging-8.18.ebuild
new file mode 100644
index ..7814d829f071
--- /dev/null
+++ b/app-emulation/wine-staging/wine-staging-8.18.ebuild
@@ -0,0 +1,457 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MULTILIB_COMPAT=( abi_x86_{32,64} )
+PYTHON_COMPAT=( python3_{10..12} )
+inherit autotools edo flag-o-matic multilib multilib-build
+inherit prefix python-any-r1 toolchain-funcs wrapper
+
+WINE_GECKO=2.47.4
+WINE_MONO=8.0.0
+WINE_P=wine-$(ver_cut 1-2)
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.winehq.org/wine/wine-staging.git;
+   WINE_EGIT_REPO_URI="https://gitlab.winehq.org/wine/wine.git;
+else
+   (( $(ver_cut 2) )) && WINE_SDIR=$(ver_cut 1).x || WINE_SDIR=$(ver_cut 
1).0
+   SRC_URI="
+   https://dl.winehq.org/wine/source/${WINE_SDIR}/${WINE_P}.tar.xz
+   
https://github.com/wine-staging/wine-staging/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="-* ~amd64 ~x86"
+fi
+S="${WORKDIR}/${WINE_P}"
+
+DESCRIPTION="Free implementation of Windows(tm) on Unix, with Wine-Staging 
patchset"
+HOMEPAGE="
+   

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

2023-10-14 Thread Ionen Wolkens
commit: 398c9b779077d81e9cbcf15390141ce23ae09c3e
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Sun Oct 15 00:48:56 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Sun Oct 15 00:48:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=398c9b77

media-sound/xmms2: drop IUSE=mms

Bug: https://bugs.gentoo.org/915771
Signed-off-by: Ionen Wolkens  gentoo.org>

 media-sound/xmms2/xmms2-0.9.3-r1.ebuild | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/media-sound/xmms2/xmms2-0.9.3-r1.ebuild 
b/media-sound/xmms2/xmms2-0.9.3-r1.ebuild
index 31a6e2081db6..a466553f269a 100644
--- a/media-sound/xmms2/xmms2-0.9.3-r1.ebuild
+++ b/media-sound/xmms2/xmms2-0.9.3-r1.ebuild
@@ -26,11 +26,11 @@ XMMS2_OPTIONALS=(
 XMMS2_PLUGINS=(
aac:faad airplay alsa ao :asx cdda :cue curl :diskwrite :equalizer
ffmpeg:apefile,asf,avcodec,flv,tta :file flac 
fluidsynth:fluidsynth,mid1,midsquash
-   gme :html ices :icymetaint :id3v2 jack :karaoke :m3u mac +mad mms 
modplug
+   gme :html ices :icymetaint :id3v2 jack :karaoke :m3u mac +mad modplug
mp3:mpg123 :mp4 musepack :normalize :null :nulstripper opus oss :pls
pulseaudio:pulse :replaygain samba sid sndfile speex tremor vocoder 
+vorbis
:wave wavpack :xml xml:rss,xspf zeroconf:daap
-   # disabled: coreaudio,gvfs,nms,ofa,sc68,sun,waveout
+   # disabled: coreaudio,gvfs,mms,nms,ofa,sc68,sun,waveout
 )
 
 IUSE="
@@ -72,10 +72,6 @@ COMMON_DEPEND="
jack? ( virtual/jack )
mac? ( <=media-sound/mac-4.12 )
mad? ( media-libs/libmad )
-   mms? (
-   media-libs/libmms
-   media-video/ffmpeg:=
-   )
modplug? ( media-libs/libmodplug )
mp3? ( media-sound/mpg123 )
musepack? ( media-sound/musepack-tools )



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

2023-10-14 Thread Conrad Kostecki
commit: 98976f9ca0513a5f3aa93c57a0cad5def4372af3
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Oct 14 23:55:47 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Oct 14 23:55:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98976f9c

net-wireless/unifi: add 7.5.187

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

 net-wireless/unifi/Manifest |   1 +
 net-wireless/unifi/unifi-7.5.187.ebuild | 106 
 2 files changed, 107 insertions(+)

diff --git a/net-wireless/unifi/Manifest b/net-wireless/unifi/Manifest
index 8cadaf33fdae..d4878d9cc924 100644
--- a/net-wireless/unifi/Manifest
+++ b/net-wireless/unifi/Manifest
@@ -2,3 +2,4 @@ DIST unifi-6.5.55.zip 157805689 BLAKE2B 
09a7b69143478d0b81dd6f7be1746b1a35cd00ee
 DIST unifi-7.3.83.zip 185572238 BLAKE2B 
2e2fa581bc53dcbd75660e5875e8de25df19ee2233c31d5429c5d05468be315e6e68fd92dcd8d19cd7088d4f1574c5cb12f5b0e6b3b49d62dee4dc43b25e7a85
 SHA512 
ae7bd0e5deff9fceb831be7d652c333d06f1b2a9b40411e1e72607558b01b33814590601c991742a7627eb7a15ec33d5ea0ca1f8d7d2103f348db592f61aaca7
 DIST unifi-7.4.162.zip 167673550 BLAKE2B 
1e7dc5fa47353b3db68be9f2f26d457be9c6b64059d32d42fba2f6f3e3a8c2fef8fa3e1aab8561d74e2dcb8a57888ce1325eeaa681623349e9de972571727218
 SHA512 
a7600c01e861e30ecc588c12aab4455722fcb307dc58a7c27741a7df863a0f8dbdd397c33811ffb099468c391a82386c70fde71517f7dc6cc9727c7ec55c0fe5
 DIST unifi-7.5.176.zip 170984042 BLAKE2B 
180e792a731d226f59fd5e491ab38816ac9f31d6ccf0ec22d2f90b11dd747915c0e18e7b7873d598cef428b0d6a5fbab6e893e994c116ce1f8bd3714fe524d5c
 SHA512 
a22ba10774abc4ce1987f76ca715762bc99bff6bc539aa36341d8767024842273bc98a3f0794ac5cc1ead10ca1140f60eb8a729d79a7d3193a48391ad1823c86
+DIST unifi-7.5.187.zip 172434106 BLAKE2B 
db54079f30c9f61989ceb70474ea68559189804876000534c2a0165a9ef2324f92d19e7b055eaa31cd77e7bd90db0c29aa9f20953dc17a5c54cc646a5c862990
 SHA512 
703e29273412c497a5bea74210e8c409c629b81fee2badd3f116bbb31a2ca82942ff0281303c0da57757a85e44f4457ba3730deaba0a1f4cc2adc1eb5ace3276

diff --git a/net-wireless/unifi/unifi-7.5.187.ebuild 
b/net-wireless/unifi/unifi-7.5.187.ebuild
new file mode 100644
index ..aa0e59f9d088
--- /dev/null
+++ b/net-wireless/unifi/unifi-7.5.187.ebuild
@@ -0,0 +1,106 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# Set this var for any releases except stable
+RC_SUFFIX="-f57f5bf7ab"
+
+inherit java-pkg-2 readme.gentoo-r1 systemd
+
+DESCRIPTION="A Management Controller for Ubiquiti Networks UniFi APs"
+HOMEPAGE="https://www.ubnt.com;
+SRC_URI="https://dl.ui.com/unifi/${PV}${RC_SUFFIX}/UniFi.unix.zip -> ${P}.zip"
+S="${WORKDIR}/UniFi"
+
+KEYWORDS="-* ~amd64 ~arm64"
+LICENSE="Apache-1.0 Apache-2.0 BSD-1 BSD-2 BSD CDDL EPL-1.0 GPL-2 LGPL-2.1 
LGPL-3 MIT ubiquiti"
+SLOT="0/$(ver_cut 1-2)"
+IUSE="systemd system-mongodb"
+RESTRICT="bindist mirror"
+
+RDEPEND="
+   acct-group/unifi
+   acct-user/unifi
+   dev-db/mongodb
+   virtual/jre:17
+"
+
+BDEPEND="app-arch/unzip"
+
+DOCS=( "readme.txt" )
+
+QA_PREBUILT="usr/lib/unifi/lib/native/Linux/x86_64/*.so"
+
+src_prepare() {
+   if [[ ${CHOST} != aarch64* ]]; then
+   rm -r lib/native/Linux/aarch64 || die
+   fi
+   if [[ ${CHOST} != x86_64* ]]; then
+   rm -r lib/native/Linux/x86_64 || die
+   fi
+
+   if [[ ${CHOST} == aarch64* ]]; then
+   if ! use systemd; then
+   rm lib/native/Linux/aarch64/libubnt_sdnotify_jni.so || 
die
+   fi
+   fi
+   if [[ ${CHOST} == x86_64* ]]; then
+   if ! use systemd; then
+   rm lib/native/Linux/x86_64/libubnt_sdnotify_jni.so || 
die
+   fi
+   fi
+
+   default
+}
+
+src_compile() {
+   :;
+}
+
+src_install() {
+   insinto /usr/lib/unifi
+   doins -r dl lib webapps
+   ! use system-mongodb && doins -r bin
+
+   diropts -o unifi -g unifi
+   keepdir /var/lib/unifi/{conf,data,run,tmp,work} /var/log/unifi
+
+   for symlink in conf data run tmp work; do
+   dosym ../../../var/lib/unifi/${symlink} 
/usr/lib/unifi/${symlink}
+   done
+   dosym ../../../var/log/unifi /usr/lib/unifi/logs
+
+   java-pkg_regjar "${D}"/usr/lib/unifi/lib/*.jar
+   java-pkg_dolauncher \
+   unifi \
+   --java_args '-Dorg.xerial.snappy.tempdir=/usr/lib/unifi/tmp \
+   -Djava.library.path= \
+   --add-opens java.base/java.lang=ALL-UNNAMED \
+   --add-opens java.base/java.time=ALL-UNNAMED \
+   --add-opens java.base/sun.security.util=ALL-UNNAMED \
+   --add-opens java.base/java.io=ALL-UNNAMED \
+   --add-opens java.rmi/sun.rmi.transport=ALL-UNNAMED' \
+   --jar ace.jar \
+   --pwd '/usr/lib/unifi'
+
+   if use system-mongodb; then

[gentoo-commits] repo/gentoo:master commit in: kde-apps/konqueror/

2023-10-14 Thread Andreas Sturmlechner
commit: 12823bb0d5e6b45d207445f77405a3d1f0156588
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct 14 19:50:15 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Oct 14 22:49:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12823bb0

kde-apps/konqueror: Drop unused dev-qt/qtscript

Dropped in upstream commit 72ddfa7dafa915e31c88511d541e7903219c4b9f

Also cleanup long obsolete optfeature.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../konqueror/{konqueror-23.04.3.ebuild => konqueror-23.04.3-r1.ebuild} | 2 --
 .../konqueror/{konqueror-23.08.2.ebuild => konqueror-23.08.2-r1.ebuild} | 2 --
 2 files changed, 4 deletions(-)

diff --git a/kde-apps/konqueror/konqueror-23.04.3.ebuild 
b/kde-apps/konqueror/konqueror-23.04.3-r1.ebuild
similarity index 96%
rename from kde-apps/konqueror/konqueror-23.04.3.ebuild
rename to kde-apps/konqueror/konqueror-23.04.3-r1.ebuild
index 4073dc2ee796..1beecbb2c5e2 100644
--- a/kde-apps/konqueror/konqueror-23.04.3.ebuild
+++ b/kde-apps/konqueror/konqueror-23.04.3-r1.ebuild
@@ -23,7 +23,6 @@ RESTRICT="test"
 COMMON_DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtscript-${QTMIN}:5
>=dev-qt/qtwebengine-${QTMIN}:5[widgets]
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtx11extras-${QTMIN}:5
@@ -83,7 +82,6 @@ pkg_postinst() {
optfeature "bookmarks support" kde-apps/keditbookmarks:${SLOT}
optfeature "filemanager component" kde-apps/dolphin:${SLOT}
optfeature "SVG support" kde-apps/svg:${SLOT}
-   optfeature "Java support on webpages" virtual/jre
fi
ecm_pkg_postinst
 }

diff --git a/kde-apps/konqueror/konqueror-23.08.2.ebuild 
b/kde-apps/konqueror/konqueror-23.08.2-r1.ebuild
similarity index 96%
rename from kde-apps/konqueror/konqueror-23.08.2.ebuild
rename to kde-apps/konqueror/konqueror-23.08.2-r1.ebuild
index 1024d189ec9c..648c1f4279ad 100644
--- a/kde-apps/konqueror/konqueror-23.08.2.ebuild
+++ b/kde-apps/konqueror/konqueror-23.08.2-r1.ebuild
@@ -23,7 +23,6 @@ RESTRICT="test"
 COMMON_DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtscript-${QTMIN}:5
>=dev-qt/qtwebengine-${QTMIN}:5[widgets]
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtx11extras-${QTMIN}:5
@@ -83,7 +82,6 @@ pkg_postinst() {
optfeature "bookmarks support" kde-apps/keditbookmarks:${SLOT}
optfeature "filemanager component" kde-apps/dolphin:${SLOT}
optfeature "SVG support" kde-apps/svg:${SLOT}
-   optfeature "Java support on webpages" virtual/jre
fi
ecm_pkg_postinst
 }



[gentoo-commits] repo/proj/guru:dev commit in: sys-libs/libfixposix/

2023-10-14 Thread Julien Roy
commit: c2643419b96c730ac2f241577fe69f872596bb44
Author: Julien Roy  jroy  ca>
AuthorDate: Sat Oct 14 22:33:23 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sat Oct 14 22:33:23 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c2643419

sys-libs/libfixposix: drop myself as a maintainer

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

 sys-libs/libfixposix/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/sys-libs/libfixposix/metadata.xml 
b/sys-libs/libfixposix/metadata.xml
index ba9e53bdc0..9b3af9e1e0 100644
--- a/sys-libs/libfixposix/metadata.xml
+++ b/sys-libs/libfixposix/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   jul...@jroy.ca
-   Julien Roy
-   
+   

sionescu/libfixposix




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

2023-10-14 Thread Zac Medico
commit: 0b3b0734f01cfd7e400d0a5ee1939e861961dc4c
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Oct 14 22:06:09 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Oct 14 22:10:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b3b0734

dev-python/pylama: Fix test_pylint elif bug 893838

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

 .../pylama/files/pylama-8.4.1-dummy-elif.patch | 32 ++
 dev-python/pylama/pylama-8.4.1-r1.ebuild   |  1 +
 2 files changed, 33 insertions(+)

diff --git a/dev-python/pylama/files/pylama-8.4.1-dummy-elif.patch 
b/dev-python/pylama/files/pylama-8.4.1-dummy-elif.patch
new file mode 100644
index ..788d38382114
--- /dev/null
+++ b/dev-python/pylama/files/pylama-8.4.1-dummy-elif.patch
@@ -0,0 +1,32 @@
+From 2093ce0ad405e20efa3f2dad771a04577e0f7e6b Mon Sep 17 00:00:00 2001
+From: Stanislav Levin 
+Date: Fri, 12 May 2023 19:38:41 +0300
+Subject: [PATCH] tests: Sync pylint's no-else-return
+
+https://github.com/klen/pylama/pull/243
+
+See 
https://pylint.readthedocs.io/en/latest/user_guide/messages/refactor/no-else-return.html
 for details.
+
+Fixes: https://github.com/klen/pylama/issues/238
+Signed-off-by: Stanislav Levin 
+---
+ dummy.py | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/dummy.py b/dummy.py
+index c19ee6d..09a0e3c 100644
+--- a/dummy.py
 b/dummy.py
+@@ -22,10 +22,10 @@ def __init__(self, filename, loc, use_column=True):
+ if test == 1:
+ if test == 1:
+ return 28
+-elif test == 2:
++if test == 2:
+ return 28
+ return 28
+-elif test == 2:
++if test == 2:
+ return 28
+ 
+ def __str__(self):

diff --git a/dev-python/pylama/pylama-8.4.1-r1.ebuild 
b/dev-python/pylama/pylama-8.4.1-r1.ebuild
index c1a76432c6e9..30c5ca59c22f 100644
--- a/dev-python/pylama/pylama-8.4.1-r1.ebuild
+++ b/dev-python/pylama/pylama-8.4.1-r1.ebuild
@@ -45,6 +45,7 @@ distutils_enable_tests pytest
 
 PATCHES=(
"${FILESDIR}"/${P}-tomli.patch
+   "${FILESDIR}"/${P}-dummy-elif.patch
 )
 
 EPYTEST_DESELECT=(



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

2023-10-14 Thread James Le Cuirot
commit: 5833dda7a38bae0620f8b44d34dc82012c377451
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Oct 14 20:33:56 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Oct 14 20:33:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5833dda7

x11-wm/xpra: Restrict tests because the PEP517 migration broke them

Some tests failed for a while before that for unknown reasons anyway. This could
potentially be fixed up, but I'm stepping back from this package, at least for
the time being.

Signed-off-by: James Le Cuirot  gentoo.org>

 x11-wm/xpra/xpra-4.4.6-r2.ebuild | 4 +++-
 x11-wm/xpra/xpra-.ebuild | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/x11-wm/xpra/xpra-4.4.6-r2.ebuild b/x11-wm/xpra/xpra-4.4.6-r2.ebuild
index 5ec14d265625..b4c34890cee3 100644
--- a/x11-wm/xpra/xpra-4.4.6-r2.ebuild
+++ b/x11-wm/xpra/xpra-4.4.6-r2.ebuild
@@ -114,7 +114,9 @@ BDEPEND="
doc? ( virtual/pandoc )
 "
 
-RESTRICT="!test? ( test )"
+# Broken by PEP517 migration, and some tests failed for a while before that for
+# unknown reasons.
+RESTRICT="test"
 
 PATCHES=(
"${FILESDIR}"/${PN}-4.4-xdummy.patch

diff --git a/x11-wm/xpra/xpra-.ebuild b/x11-wm/xpra/xpra-.ebuild
index 09e2d5b2a699..b2531fd6fa85 100644
--- a/x11-wm/xpra/xpra-.ebuild
+++ b/x11-wm/xpra/xpra-.ebuild
@@ -114,7 +114,9 @@ BDEPEND="
doc? ( virtual/pandoc )
 "
 
-RESTRICT="!test? ( test )"
+# Broken by PEP517 migration and some tests failed for a while before that for
+# unknown reasons.
+RESTRICT="test"
 
 PATCHES=(
"${FILESDIR}"/${PN}--xdummy.patch



[gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi-snapshot/

2023-10-14 Thread James Le Cuirot
commit: 22fa1ce2254df50a9e4f40fccf5288b31dc43c6a
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Oct 14 20:25:52 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Oct 14 20:25:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22fa1ce2

www-client/vivaldi-snapshot: Add version 6.4.3160.25

Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi-snapshot/Manifest   |   3 +
 .../vivaldi-snapshot-6.4.3160.25.ebuild| 223 +
 2 files changed, 226 insertions(+)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 94fdbd687a59..67b47477f543 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -4,3 +4,6 @@ DIST vivaldi-snapshot_6.4.3149.7-1_armhf.deb 100604364 BLAKE2B 
523f6b3765f21ebd1
 DIST vivaldi-snapshot_6.4.3152.3-1_amd64.deb 105343600 BLAKE2B 
c03a581b9cfac49f0c6a31559cacf9f32f8087bb91b3e8b1d6638f348ef291be82b4eea15df782f001b4ea8f06a7abadda910bbee9a53fb41391eb6a2d69e201
 SHA512 
1e4c7754c486860368910850f2fbd84705b65d6cb809714d0ac952b5b69daab253108046ac3ad9c2950572b38bcb9769aa4a8f28f6761c1d3adafe695bfa9b5d
 DIST vivaldi-snapshot_6.4.3152.3-1_arm64.deb 9572 BLAKE2B 
100b08d686ff5a4481d86433de84124fcb3c18e14667eb12b9a59fb895a4cfd9d336ec5975d07e9917a9bf0fcc315f7d480c46dd64bf087bdda946295ee78641
 SHA512 
d67a6b770cac56d76e99e553c15b7bf2335abe05b4f396b97d0f603b0bfc315e998ad9b5efaf93001965a784a40e72460e2c5add957f9807809cec701827a8f8
 DIST vivaldi-snapshot_6.4.3152.3-1_armhf.deb 100634272 BLAKE2B 
2bdc32ff04260dfd7c1a38870f7a8ed2aecd7a57bed8884aeed00e0e82026834e15573756eebd10c95c5c808d2a4350aaefc7ba5700e80542c90fb815ca421ac
 SHA512 
808a13d581e8321c727c688033950de8a40321132aeb96c580da4d7c11da56c750f498bfa1d41291d526237474e4d5cc76c1a0b8ea8162929b5a0b3302590851
+DIST vivaldi-snapshot_6.4.3160.25-1_amd64.deb 105369496 BLAKE2B 
e65fd968ceac08496a50da41029f38fb05a143bebc4b4ac81db79f709bb2a42f9eca32acd2c87ec7407ba6fe0d43973ca7323e5cd58e6b496daaf7543bdb677b
 SHA512 
8e026b6d8be21052a7317ad26ffd1c21d8a669898559bd382acc15c1ab25b59b4395425860333d9aec2927834deb61c0953c398307ca6ff15ad77389447ebeda
+DIST vivaldi-snapshot_6.4.3160.25-1_arm64.deb 100094744 BLAKE2B 
7386db4164426aedc26aa86483f1937eee1a52ff99829960250975dd0c8eeb2f1f02b22e25702afa2b7deab1bed026d7aa0b3741759b2da5a773c551058d7133
 SHA512 
c1f1d2eb7447dba16cf2622d9d8323b5d35723f3f038d51e09f8e72cf98a69689413e982c2e6c40421ed7a8e44acbecb5ef5bb1fcb4dfacc35109a6eef7567c5
+DIST vivaldi-snapshot_6.4.3160.25-1_armhf.deb 100694448 BLAKE2B 
34fcc914147ed604674e6f2e0d2fd3766013186c7f5321e942cd0bf63258e03f3df37a27d10df49a53173dd0417fc496fcdf1477ac18520411fe744bad949d0e
 SHA512 
bcb0961543a1e111d796b3cee2c27224737378819c46b7eca8808bb430e25388ebcb97814bee66673f5be03d0eeaba7d7bb8436fa86b0dc05fb8da2c9e543186

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-6.4.3160.25.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-6.4.3160.25.ebuild
new file mode 100644
index ..9d522c106aff
--- /dev/null
+++ b/www-client/vivaldi-snapshot/vivaldi-snapshot-6.4.3160.25.ebuild
@@ -0,0 +1,223 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+CHROMIUM_VERSION="114"
+CHROMIUM_LANGS="
+   af
+   am
+   ar
+   az
+   be
+   bg
+   bn
+   ca
+   ca-valencia
+   cs
+   da
+   de
+   de-CH
+   el
+   en-GB
+   en-US
+   eo
+   es
+   es-419
+   es-PE
+   et
+   eu
+   fa
+   fi
+   fil
+   fr
+   fy
+   gd
+   gl
+   gu
+   he
+   hi
+   hr
+   hu
+   hy
+   id
+   io
+   is
+   it
+   ja
+   jbo
+   ka
+   kab
+   kn
+   ko
+   ku
+   lt
+   lv
+   mk
+   ml
+   mr
+   ms
+   nb
+   nl
+   nn
+   pa
+   pl
+   pt-BR
+   pt-PT
+   ro
+   ru
+   sc
+   sk
+   sl
+   sq
+   sr
+   sr-Latn
+   sv
+   sw
+   ta
+   te
+   th
+   tr
+   uk
+   ur
+   vi
+   zh-CN
+   zh-TW
+"
+
+inherit chromium-2 desktop linux-info unpacker xdg
+
+VIVALDI_PN="${PN/%vivaldi/vivaldi-stable}"
+VIVALDI_HOME="opt/${PN}"
+DESCRIPTION="A browser for our friends"
+HOMEPAGE="https://vivaldi.com/;
+
+if [[ ${PV} = *_p* ]]; then
+   DEB_REV="${PV#*_p}"
+else
+   DEB_REV=1
+fi
+
+KEYWORDS="-* ~amd64 ~arm ~arm64"
+VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_;
+
+SRC_URI="
+   amd64? ( ${VIVALDI_BASE_URI}amd64.deb )
+   arm? ( ${VIVALDI_BASE_URI}armhf.deb )
+   arm64? ( ${VIVALDI_BASE_URI}arm64.deb )
+"
+
+LICENSE="Vivaldi"
+SLOT="0"
+IUSE="gtk proprietary-codecs qt5 widevine"
+RESTRICT="bindist mirror"
+
+RDEPEND="
+   || (
+   

[gentoo-commits] repo/gentoo:master commit in: www-client/vivaldi-snapshot/

2023-10-14 Thread James Le Cuirot
commit: b737f7ec6820add5e3a0788943c03dd9915bdd91
Author: James Le Cuirot  gentoo  org>
AuthorDate: Sat Oct 14 20:27:25 2023 +
Commit: James Le Cuirot  gentoo  org>
CommitDate: Sat Oct 14 20:27:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b737f7ec

www-client/vivaldi-snapshot: Drop old 6.4.3149.7

Signed-off-by: James Le Cuirot  gentoo.org>

 www-client/vivaldi-snapshot/Manifest   |   3 -
 .../vivaldi-snapshot-6.4.3149.7.ebuild | 223 -
 2 files changed, 226 deletions(-)

diff --git a/www-client/vivaldi-snapshot/Manifest 
b/www-client/vivaldi-snapshot/Manifest
index 67b47477f543..f8578e7f15dd 100644
--- a/www-client/vivaldi-snapshot/Manifest
+++ b/www-client/vivaldi-snapshot/Manifest
@@ -1,6 +1,3 @@
-DIST vivaldi-snapshot_6.4.3149.7-1_amd64.deb 105288416 BLAKE2B 
6493cc927f86e4f4b3ac1276375e2aae9de3687b52a8f44dd4e1d87100ca9d20627a5e8cbd184f40cfb4ba41ddac417e66c312724082075dc48b653220ca82d3
 SHA512 
ebd704815959e7b43ab85a4129db989efce91e2bf581d32a88a6a4733447fd4bd47ff2792e7112e390ce03c63858b9c14a3f4f0a94ca17421d90ebd5bc5a8a34
-DIST vivaldi-snapshot_6.4.3149.7-1_arm64.deb 99926304 BLAKE2B 
d2429d9c31c3008085b3b583d9c2556e1350f3754c88731d39901a57f9eba8dfa81e36ccb3bc6a7ecb957db42fb773ff6a9caddbbd99bd556e51b02d22de645c
 SHA512 
5c113afcaf81d6537b38c73d1e9e19cfe7284b2f5d208c87055f342f93642f24dd224d54a11f060c25a033b3783ab963dce54c8312e413438e8875c842e84b08
-DIST vivaldi-snapshot_6.4.3149.7-1_armhf.deb 100604364 BLAKE2B 
523f6b3765f21ebd1f19a3df0d856b043433f3106e12b5aba21b7ac35a54fcd67c3b54e8383c6822df6f6dd058706349ec4c4a8bf39e82e5b557b465461f77d3
 SHA512 
76a54cc7ab48ed24cf0edba955ef225e988c48b988b1d1a89e88620ccbecb75637a2f2eb7d6db89dc61571b0f88104f739d889ca3911a8dddcf93c2eb98ab348
 DIST vivaldi-snapshot_6.4.3152.3-1_amd64.deb 105343600 BLAKE2B 
c03a581b9cfac49f0c6a31559cacf9f32f8087bb91b3e8b1d6638f348ef291be82b4eea15df782f001b4ea8f06a7abadda910bbee9a53fb41391eb6a2d69e201
 SHA512 
1e4c7754c486860368910850f2fbd84705b65d6cb809714d0ac952b5b69daab253108046ac3ad9c2950572b38bcb9769aa4a8f28f6761c1d3adafe695bfa9b5d
 DIST vivaldi-snapshot_6.4.3152.3-1_arm64.deb 9572 BLAKE2B 
100b08d686ff5a4481d86433de84124fcb3c18e14667eb12b9a59fb895a4cfd9d336ec5975d07e9917a9bf0fcc315f7d480c46dd64bf087bdda946295ee78641
 SHA512 
d67a6b770cac56d76e99e553c15b7bf2335abe05b4f396b97d0f603b0bfc315e998ad9b5efaf93001965a784a40e72460e2c5add957f9807809cec701827a8f8
 DIST vivaldi-snapshot_6.4.3152.3-1_armhf.deb 100634272 BLAKE2B 
2bdc32ff04260dfd7c1a38870f7a8ed2aecd7a57bed8884aeed00e0e82026834e15573756eebd10c95c5c808d2a4350aaefc7ba5700e80542c90fb815ca421ac
 SHA512 
808a13d581e8321c727c688033950de8a40321132aeb96c580da4d7c11da56c750f498bfa1d41291d526237474e4d5cc76c1a0b8ea8162929b5a0b3302590851

diff --git a/www-client/vivaldi-snapshot/vivaldi-snapshot-6.4.3149.7.ebuild 
b/www-client/vivaldi-snapshot/vivaldi-snapshot-6.4.3149.7.ebuild
deleted file mode 100644
index 9d522c106aff..
--- a/www-client/vivaldi-snapshot/vivaldi-snapshot-6.4.3149.7.ebuild
+++ /dev/null
@@ -1,223 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-CHROMIUM_VERSION="114"
-CHROMIUM_LANGS="
-   af
-   am
-   ar
-   az
-   be
-   bg
-   bn
-   ca
-   ca-valencia
-   cs
-   da
-   de
-   de-CH
-   el
-   en-GB
-   en-US
-   eo
-   es
-   es-419
-   es-PE
-   et
-   eu
-   fa
-   fi
-   fil
-   fr
-   fy
-   gd
-   gl
-   gu
-   he
-   hi
-   hr
-   hu
-   hy
-   id
-   io
-   is
-   it
-   ja
-   jbo
-   ka
-   kab
-   kn
-   ko
-   ku
-   lt
-   lv
-   mk
-   ml
-   mr
-   ms
-   nb
-   nl
-   nn
-   pa
-   pl
-   pt-BR
-   pt-PT
-   ro
-   ru
-   sc
-   sk
-   sl
-   sq
-   sr
-   sr-Latn
-   sv
-   sw
-   ta
-   te
-   th
-   tr
-   uk
-   ur
-   vi
-   zh-CN
-   zh-TW
-"
-
-inherit chromium-2 desktop linux-info unpacker xdg
-
-VIVALDI_PN="${PN/%vivaldi/vivaldi-stable}"
-VIVALDI_HOME="opt/${PN}"
-DESCRIPTION="A browser for our friends"
-HOMEPAGE="https://vivaldi.com/;
-
-if [[ ${PV} = *_p* ]]; then
-   DEB_REV="${PV#*_p}"
-else
-   DEB_REV=1
-fi
-
-KEYWORDS="-* ~amd64 ~arm ~arm64"
-VIVALDI_BASE_URI="https://downloads.vivaldi.com/${VIVALDI_PN#vivaldi-}/${VIVALDI_PN}_${PV%_p*}-${DEB_REV}_;
-
-SRC_URI="
-   amd64? ( ${VIVALDI_BASE_URI}amd64.deb )
-   arm? ( ${VIVALDI_BASE_URI}armhf.deb )
-   arm64? ( ${VIVALDI_BASE_URI}arm64.deb )
-"
-
-LICENSE="Vivaldi"
-SLOT="0"
-IUSE="gtk proprietary-codecs qt5 widevine"
-RESTRICT="bindist mirror"
-
-RDEPEND="
-   || (
-   >=app-accessibility/at-spi2-core-2.46.0:2
-   ( app-accessibility/at-spi2-atk dev-libs/atk )

[gentoo-commits] repo/gentoo:master commit in: dev-python/openapi-spec-validator/

2023-10-14 Thread Arthur Zamarin
commit: ef5adef83127d70755e3ead37ee0935ce6cb75e5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 20:12:01 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 20:12:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5adef8

dev-python/openapi-spec-validator: Stabilize 0.6.0 ALLARCHES, #915744

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

 dev-python/openapi-spec-validator/openapi-spec-validator-0.6.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/openapi-spec-validator/openapi-spec-validator-0.6.0.ebuild 
b/dev-python/openapi-spec-validator/openapi-spec-validator-0.6.0.ebuild
index 6467dae04d40..695e4de73936 100644
--- a/dev-python/openapi-spec-validator/openapi-spec-validator-0.6.0.ebuild
+++ b/dev-python/openapi-spec-validator/openapi-spec-validator-0.6.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~loong ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/jsonschema-4.18.0[${PYTHON_USEDEP}]



[gentoo-commits] proj/portage:master commit in: lib/_emerge/

2023-10-14 Thread Zac Medico
commit: 5f5012803b2b647f6b7528f48579a8c27c8a3fd7
Author: Zac Medico  gentoo  org>
AuthorDate: Sat Oct 14 19:54:39 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Sat Oct 14 19:55:49 2023 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=5f501280

depgraph: Skip _eliminate_rebuilds for --emptytree

Signed-off-by: Zac Medico  gentoo.org>

 lib/_emerge/depgraph.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/_emerge/depgraph.py b/lib/_emerge/depgraph.py
index 4e4452dad1..deab51718b 100644
--- a/lib/_emerge/depgraph.py
+++ b/lib/_emerge/depgraph.py
@@ -3605,6 +3605,9 @@ class depgraph:
 careful to obey the user's wishes if they have explicitly requested
 for a package to be rebuilt or reinstalled for some reason.
 """
+if "empty" in self._dynamic_config.myparams:
+return False
+
 modified = False
 selective = "selective" in self._dynamic_config.myparams
 for root, atom in 
self._dynamic_config._slot_operator_replace_installed:



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

2023-10-14 Thread Eray Aslan
commit: ca25f6164638ffcdbd32b0029cb6ee3b85f9a29b
Author: Eray Aslan  gentoo  org>
AuthorDate: Sat Oct 14 19:57:12 2023 +
Commit: Eray Aslan  gentoo  org>
CommitDate: Sat Oct 14 19:57:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca25f616

mail-mta/postfix: drop 3.8.1

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

 mail-mta/postfix/Manifest |   1 -
 mail-mta/postfix/postfix-3.8.1.ebuild | 297 --
 2 files changed, 298 deletions(-)

diff --git a/mail-mta/postfix/Manifest b/mail-mta/postfix/Manifest
index 269fca16bc32..d614573437f7 100644
--- a/mail-mta/postfix/Manifest
+++ b/mail-mta/postfix/Manifest
@@ -1,3 +1,2 @@
-DIST postfix-3.8.1.tar.gz 4848293 BLAKE2B 
83c043d6e74cbbf0c5d739838ff99d4905aa711b13483fe0f427956b962c432e6f76d9828b5c141260e210c9605ac260df950d273d5729c3c935a3ed4518
 SHA512 
9eb91f2baab327de22dd55fc5ff398de74856e30be461282f41b1801301873881a8f40ce061c16e0505d51d96aaf0eff8d0ac660e5f6c70c6125133f64a4ee80
 DIST postfix-3.8.2.tar.gz 4848718 BLAKE2B 
233693e088901e8ed986e34d60b55fb6b786c37868095ab914e6049c5ad6aee09f07d3b5d1f2bec64d8570e215bb15196760d30074cd8ddfaeff3897ad117b81
 SHA512 
1c441c95bcadee6fc038eb5cb826a686a8bd98b0c78afbc36fdcee01ca0b1c7071036542c729ac345ef8f1e6fb42211452da802e86048967ebc4dea7752d
 DIST postfix-3.9-20231012.tar.gz 4894399 BLAKE2B 
d4e82e429335b9f91b1bd578c9251d043ecbd8f9dddf94c79c317608357babbf32696386e8904171b4280f496d1915e370751fb893eb592ee8d8727533a864ae
 SHA512 
8056e35575c5fbcf8e0f7e7e1d566445da80014c97c284e568304f19717fd7d841a2384629fbee4a2d5858b1b169bdad538c24d98ac4778fd9b01a970f41117c

diff --git a/mail-mta/postfix/postfix-3.8.1.ebuild 
b/mail-mta/postfix/postfix-3.8.1.ebuild
deleted file mode 100644
index e2b273d32f0c..
--- a/mail-mta/postfix/postfix-3.8.1.ebuild
+++ /dev/null
@@ -1,297 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit pam systemd toolchain-funcs
-
-MY_PV="${PV/_rc/-RC}"
-MY_SRC="${PN}-${MY_PV}"
-MY_URI="ftp://ftp.porcupine.org/mirrors/postfix-release/official;
-RC_VER="2.7"
-
-DESCRIPTION="A fast and secure drop-in replacement for sendmail"
-HOMEPAGE="http://www.postfix.org/;
-SRC_URI="${MY_URI}/${MY_SRC}.tar.gz"
-
-LICENSE="|| ( IBM EPL-2.0 )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
~sparc x86"
-IUSE="+berkdb cdb dovecot-sasl +eai ldap ldap-bind lmdb mbox memcached mysql 
nis pam postgres sasl selinux sqlite ssl"
-
-DEPEND="
-   acct-group/postfix
-   acct-group/postdrop
-   acct-user/postfix
-   dev-libs/libpcre2:0
-   dev-lang/perl
-   berkdb? ( >=sys-libs/db-3.2:* )
-   cdb? ( || ( >=dev-db/tinycdb-0.76 >=dev-db/cdb-0.75-r4 ) )
-   eai? ( dev-libs/icu:= )
-   ldap? ( net-nds/openldap:= )
-   ldap-bind? ( net-nds/openldap:=[sasl] )
-   lmdb? ( >=dev-db/lmdb-0.9.11:= )
-   mysql? ( dev-db/mysql-connector-c:0= )
-   nis? ( net-libs/libnsl:= )
-   pam? ( sys-libs/pam )
-   postgres? ( dev-db/postgresql:* )
-   sasl? (  >=dev-libs/cyrus-sasl-2 )
-   sqlite? ( dev-db/sqlite:3 )
-   ssl? ( >=dev-libs/openssl-1.1.1:0= )
-   "
-
-RDEPEND="${DEPEND}
-   memcached? ( net-misc/memcached )
-   net-mail/mailbase
-   !mail-mta/courier
-   !mail-mta/esmtp
-   !mail-mta/exim
-   !mail-mta/msmtp[mta]
-   !mail-mta/netqmail
-   !mail-mta/nullmailer
-   !mail-mta/sendmail
-   !mail-mta/opensmtpd
-   !mail-mta/ssmtp[mta]
-   selinux? ( sec-policy/selinux-postfix )"
-
-# require at least one of db implementations for newalias (and postmap)
-# command to function correctly
-REQUIRED_USE="
-   || ( berkdb cdb lmdb )
-   ldap-bind? ( ldap sasl )
-   "
-
-S="${WORKDIR}/${MY_SRC}"
-
-src_prepare() {
-   default
-   sed -i -e "/^#define ALIAS_DB_MAP/s|:/etc/aliases|:/etc/mail/aliases|" \
-   src/util/sys_defs.h || die "sed failed"
-   # change default paths to better comply with portage standard paths
-   sed -i -e "s:/usr/local/:/usr/:g" conf/master.cf || die "sed failed"
-}
-
-src_configure() {
-   for name in CDB LDAP LMDB MYSQL PCRE PGSQL SDBM SQLITE
-   do
-   local AUXLIBS_${name}=""
-   done
-
-   # Make sure LDFLAGS get passed down to the executables.
-   local mycc="" mylibs="${LDFLAGS} -ldl"
-
-   # libpcre is EOL. prefer libpcre2
-   mycc=" -DHAS_PCRE=2"
-   AUXLIBS_PCRE="$(pcre2-config --libs8)"
-
-   use pam && mylibs="${mylibs} -lpam"
-
-   if use ldap; then
-   mycc="${mycc} -DHAS_LDAP"
-   AUXLIBS_LDAP="-lldap -llber"
-   fi
-
-   if use mysql; then
-   mycc="${mycc} -DHAS_MYSQL $(mysql_config --include)"
-   AUXLIBS_MYSQL="$(mysql_config --libs)"
-   fi
-
-   if use postgres; then
-   mycc="${mycc} -DHAS_PGSQL -I$(pg_config 

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

2023-10-14 Thread Arthur Zamarin
commit: 3487790baaafa1131b86cec8e2e0568e6daf93f0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 19:52:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 19:52:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3487790b

dev-python/black: Stabilize 23.9.1 ppc, #915729

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

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

diff --git a/dev-python/black/black-23.9.1.ebuild 
b/dev-python/black/black-23.9.1.ebuild
index 4ae36cda831b..08f2bcf6edaa 100644
--- a/dev-python/black/black-23.9.1.ebuild
+++ b/dev-python/black/black-23.9.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/click-8.0.0[${PYTHON_USEDEP}]



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

2023-10-14 Thread Arthur Zamarin
commit: d5e60d57028cbbb2ba5174f9454c551f9fc2165f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 19:52:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 19:52:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5e60d57

dev-python/pickleshare: Stabilize 0.7.5-r1 ppc, #915746

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

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

diff --git a/dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild 
b/dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild
index 7c67c2f0046e..bc32f2ffb263 100644
--- a/dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild
+++ b/dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/pickleshare/pickleshare;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 
~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos"
 
 RDEPEND="
>=dev-python/path-6.2[${PYTHON_USEDEP}]"



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

2023-10-14 Thread Arthur Zamarin
commit: 8aa0c2f1e3a366d9663174c073e2bd89d0ef766b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 19:52:06 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 19:52:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8aa0c2f1

dev-python/pip-run: Stabilize 12.4.0 ppc, #915747

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

 dev-python/pip-run/pip-run-12.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pip-run/pip-run-12.4.0.ebuild 
b/dev-python/pip-run/pip-run-12.4.0.ebuild
index 19072c5b0d86..411f42410175 100644
--- a/dev-python/pip-run/pip-run-12.4.0.ebuild
+++ b/dev-python/pip-run/pip-run-12.4.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ~ppc64 ~riscv ~s390 
sparc x86"
 
 RDEPEND="
dev-python/autocommand[${PYTHON_USEDEP}]



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

2023-10-14 Thread Arthur Zamarin
commit: 3d8af59791bd654e96cec5aff7b8a27a47abf5c4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 19:52:04 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 19:52:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d8af597

dev-python/numexpr: Stabilize 2.8.6 ppc, #915742

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

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

diff --git a/dev-python/numexpr/numexpr-2.8.6.ebuild 
b/dev-python/numexpr/numexpr-2.8.6.ebuild
index ba48ebfd7dd4..3458a78c0b76 100644
--- a/dev-python/numexpr/numexpr-2.8.6.ebuild
+++ b/dev-python/numexpr/numexpr-2.8.6.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/pydata/numexpr/archive/v${PV}.tar.gz -> ${P}.gh.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 DEPEND="
>=dev-python/numpy-1.13.3[${PYTHON_USEDEP}]



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

2023-10-14 Thread Arthur Zamarin
commit: 7b22401b1f34a5adb43c75262d14dc2bffc9765b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 19:52:03 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 19:52:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b22401b

dev-db/sqlite: Stabilize 3.43.2 ppc, #915730

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

 dev-db/sqlite/sqlite-3.43.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlite/sqlite-3.43.2.ebuild 
b/dev-db/sqlite/sqlite-3.43.2.ebuild
index 655ee46de863..1d3426b2bf64 100644
--- a/dev-db/sqlite/sqlite-3.43.2.ebuild
+++ b/dev-db/sqlite/sqlite-3.43.2.ebuild
@@ -24,7 +24,7 @@ else
"
S="${WORKDIR}/${PN}-src-${SRC_PV}"
 
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 fi
 
 LICENSE="public-domain"



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

2023-10-14 Thread Arthur Zamarin
commit: 89c98e0b8c1d583e5815eb9edfef6fbfeb2a6d1d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 19:51:11 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 19:51:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89c98e0b

dev-python/typeguard: Stabilize 4.1.5 ppc, #915763

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

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

diff --git a/dev-python/typeguard/typeguard-4.1.5.ebuild 
b/dev-python/typeguard/typeguard-4.1.5.ebuild
index a4f1ae87828d..de4a5d99de64 100644
--- a/dev-python/typeguard/typeguard-4.1.5.ebuild
+++ b/dev-python/typeguard/typeguard-4.1.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2023-10-14 Thread Arthur Zamarin
commit: f549b9b0d6b84bba04ac186f5f0edcee8dfe4431
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 19:51:10 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 19:51:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f549b9b0

dev-python/typeguard: Stabilize 4.1.5 hppa, #915763

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

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

diff --git a/dev-python/typeguard/typeguard-4.1.5.ebuild 
b/dev-python/typeguard/typeguard-4.1.5.ebuild
index 2663c548d0cb..a4f1ae87828d 100644
--- a/dev-python/typeguard/typeguard-4.1.5.ebuild
+++ b/dev-python/typeguard/typeguard-4.1.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2023-10-14 Thread Arthur Zamarin
commit: 2cfb757bef641ad633d2c000e4ccecfe7475ce3c
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 19:52:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 19:52:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cfb757b

dev-python/black: Stabilize 23.9.1 x86, #915729

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

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

diff --git a/dev-python/black/black-23.9.1.ebuild 
b/dev-python/black/black-23.9.1.ebuild
index 53032ae25f37..4ae36cda831b 100644
--- a/dev-python/black/black-23.9.1.ebuild
+++ b/dev-python/black/black-23.9.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/click-8.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/

2023-10-14 Thread Arthur Zamarin
commit: 66ccfaf553ff8502bca03bc1b3bfc0172e65aebf
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 19:52:00 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 19:52:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ccfaf5

app-arch/brotli: Stabilize 1.1.0 hppa, #915728

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

 app-arch/brotli/brotli-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/brotli/brotli-1.1.0.ebuild 
b/app-arch/brotli/brotli-1.1.0.ebuild
index bf55350f3aa1..5da43a83b1ee 100644
--- a/app-arch/brotli/brotli-1.1.0.ebuild
+++ b/app-arch/brotli/brotli-1.1.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/google/${PN}.git;
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
SRC_URI="
https://github.com/google/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz



[gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/

2023-10-14 Thread Arthur Zamarin
commit: 8bb6722c215ab009673a4896f8a25733ba86eaa9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 19:52:01 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 19:52:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bb6722c

app-arch/brotli: Stabilize 1.1.0 ppc, #915728

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

 app-arch/brotli/brotli-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/brotli/brotli-1.1.0.ebuild 
b/app-arch/brotli/brotli-1.1.0.ebuild
index 5da43a83b1ee..c81f11fe7d21 100644
--- a/app-arch/brotli/brotli-1.1.0.ebuild
+++ b/app-arch/brotli/brotli-1.1.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/google/${PN}.git;
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
SRC_URI="
https://github.com/google/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz



[gentoo-commits] proj/kde:master commit in: kde-plasma/drkonqi/files/

2023-10-14 Thread Andreas Sturmlechner
commit: f41c5db35a94d9b1f9e567610cb953d373e1f5a9
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Wed Sep 27 18:48:22 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Oct 14 11:11:32 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f41c5db3

kde-plasma/drkonqi: Drop obsolete patch

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 .../drkonqi/files/drkonqi-5.25.90-unused-dep.patch | 115 -
 1 file changed, 115 deletions(-)

diff --git a/kde-plasma/drkonqi/files/drkonqi-5.25.90-unused-dep.patch 
b/kde-plasma/drkonqi/files/drkonqi-5.25.90-unused-dep.patch
deleted file mode 100644
index 896d346883..00
--- a/kde-plasma/drkonqi/files/drkonqi-5.25.90-unused-dep.patch
+++ /dev/null
@@ -1,115 +0,0 @@
-From ef22aade1ae5299367b5cfb4d828c8849839caf2 Mon Sep 17 00:00:00 2001
-From: Alexander Lohnau 
-Date: Sat, 17 Sep 2022 15:51:41 +0200
-Subject: [PATCH] Port away from deprecated KDeclarative::setupEngine
-
-We do not need this, because we neither do network requests from QML
-and also do not use the "image://icon" icon provider that is set up by this 
method.

- .kde-ci.yml | 1 -
- CMakeLists.txt  | 1 -
- src/CMakeLists.txt  | 2 +-
- src/coredump/gui/CMakeLists.txt | 1 -
- src/coredump/gui/main.cpp   | 2 --
- src/drkonqidialog.cpp   | 2 --
- 6 files changed, 1 insertion(+), 8 deletions(-)
-
-diff --git a/.kde-ci.yml b/.kde-ci.yml
-index 93680ef6..83a819f3 100644
 a/.kde-ci.yml
-+++ b/.kde-ci.yml
-@@ -11,7 +11,6 @@ Dependencies:
- 'frameworks/kconfig': '@latest'
- 'frameworks/kcoreaddons': '@latest'
- 'frameworks/kcrash': '@latest'
--'frameworks/kdeclarative': '@latest'
- 'frameworks/ki18n': '@latest'
- 'frameworks/kidletime': '@latest'
- 'frameworks/kio': '@latest'
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 7d22ee73..92fa795b 100644
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -44,7 +44,6 @@ find_package(
- CoreAddons
- Config
- Service
--Declarative
- JobWidgets
- KIO
- Crash
-diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
-index fb03182b..112d97f7 100644
 a/src/CMakeLists.txt
-+++ b/src/CMakeLists.txt
-@@ -95,6 +95,7 @@ target_link_libraries(
- KF5::WindowSystem
- Qt::DBus
- Qt::Concurrent
-+Qt::Qml
- KF5::WidgetsAddons
- KF5::Wallet
- KF5::Notifications # for status notifier
-@@ -102,7 +103,6 @@ target_link_libraries(
- KF5::SyntaxHighlighting # Backtrace Highlighting
- drkonqi_backtrace_parser
- qbugzilla
--KF5::Declarative
- KUserFeedbackCore
- )
- 
-diff --git a/src/coredump/gui/CMakeLists.txt b/src/coredump/gui/CMakeLists.txt
-index f9eebfa9..8c964e1a 100644
 a/src/coredump/gui/CMakeLists.txt
-+++ b/src/coredump/gui/CMakeLists.txt
-@@ -8,7 +8,6 @@ target_compile_definitions(drkonqi-coredump-gui
- 
- target_link_libraries(drkonqi-coredump-gui
- DrKonqiInternal
--KF5::Declarative
- Qt::Quick
- KF5::I18n
- drkonqi-coredump
-diff --git a/src/coredump/gui/main.cpp b/src/coredump/gui/main.cpp
-index 8d5b479a..03164572 100644
 a/src/coredump/gui/main.cpp
-+++ b/src/coredump/gui/main.cpp
-@@ -10,7 +10,6 @@
- 
- #include 
- #include 
--#include 
- #include 
- 
- #include 
-@@ -53,7 +52,6 @@ int main(int argc, char *argv[])
- 
- QQmlApplicationEngine engine;
- engine.rootContext()->setContextObject();
--KDeclarative::KDeclarative::setupEngine();
- 
- const QUrl url(QStringLiteral("qrc:/main.qml"));
- QObject::connect(
-diff --git a/src/drkonqidialog.cpp b/src/drkonqidialog.cpp
-index e93521c0..78b9d09e 100644
 a/src/drkonqidialog.cpp
-+++ b/src/drkonqidialog.cpp
-@@ -9,7 +9,6 @@
- 
- #include "drkonqidialog.h"
- 
--#include 
- #include 
- #include 
- 
-@@ -57,7 +56,6 @@ void DrKonqiDialog::show()
- static auto l10nContext = new KLocalizedContext(engine);
- l10nContext->setTranslationDomain(QStringLiteral(TRANSLATION_DOMAIN));
- engine->rootContext()->setContextObject(l10nContext);
--KDeclarative::KDeclarative::setupEngine(engine);
- 
- qmlRegisterType("org.kde.drkonqi", 1, 0, "Bugzilla");
- qmlRegisterType("org.kde.drkonqi", 1, 0, 
"DuplicateModel");
--- 
-GitLab
-



[gentoo-commits] proj/kde:master commit in: kde-apps/konqueror/

2023-10-14 Thread Andreas Sturmlechner
commit: f2a31fabf681607adec362e2e6508178c9f9f65e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Oct 14 19:50:15 2023 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Oct 14 19:50:15 2023 +
URL:https://gitweb.gentoo.org/proj/kde.git/commit/?id=f2a31fab

kde-apps/konqueror: Drop unused dev-qt/qtscript

Dropped in upstream commit 72ddfa7dafa915e31c88511d541e7903219c4b9f

Also cleanup long obsolete optfeature.

Signed-off-by: Andreas Sturmlechner  gentoo.org>

 kde-apps/konqueror/konqueror-23.08.49..ebuild | 2 --
 kde-apps/konqueror/konqueror-.ebuild  | 2 --
 2 files changed, 4 deletions(-)

diff --git a/kde-apps/konqueror/konqueror-23.08.49..ebuild 
b/kde-apps/konqueror/konqueror-23.08.49..ebuild
index 930ca45b23..ab6a2226ba 100644
--- a/kde-apps/konqueror/konqueror-23.08.49..ebuild
+++ b/kde-apps/konqueror/konqueror-23.08.49..ebuild
@@ -23,7 +23,6 @@ RESTRICT="test"
 COMMON_DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtscript-${QTMIN}:5
>=dev-qt/qtwebengine-${QTMIN}:5[widgets]
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtx11extras-${QTMIN}:5
@@ -83,7 +82,6 @@ pkg_postinst() {
optfeature "bookmarks support" kde-apps/keditbookmarks:${SLOT}
optfeature "filemanager component" kde-apps/dolphin:${SLOT}
optfeature "SVG support" kde-apps/svg:${SLOT}
-   optfeature "Java support on webpages" virtual/jre
fi
ecm_pkg_postinst
 }

diff --git a/kde-apps/konqueror/konqueror-.ebuild 
b/kde-apps/konqueror/konqueror-.ebuild
index 930ca45b23..ab6a2226ba 100644
--- a/kde-apps/konqueror/konqueror-.ebuild
+++ b/kde-apps/konqueror/konqueror-.ebuild
@@ -23,7 +23,6 @@ RESTRICT="test"
 COMMON_DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
-   >=dev-qt/qtscript-${QTMIN}:5
>=dev-qt/qtwebengine-${QTMIN}:5[widgets]
>=dev-qt/qtwidgets-${QTMIN}:5
>=dev-qt/qtx11extras-${QTMIN}:5
@@ -83,7 +82,6 @@ pkg_postinst() {
optfeature "bookmarks support" kde-apps/keditbookmarks:${SLOT}
optfeature "filemanager component" kde-apps/dolphin:${SLOT}
optfeature "SVG support" kde-apps/svg:${SLOT}
-   optfeature "Java support on webpages" virtual/jre
fi
ecm_pkg_postinst
 }



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

2023-10-14 Thread Julien Roy
commit: 24215ce715cda1a0c7d0f2d255e1641a0d82b1d5
Author: Julien Roy  jroy  ca>
AuthorDate: Sat Oct 14 19:32:11 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sat Oct 14 19:32:11 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=24215ce7

app-admin/synadm: enable py3.12

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

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

diff --git a/app-admin/synadm/synadm-0.43.1.ebuild 
b/app-admin/synadm/synadm-0.43.1.ebuild
index 7a6e1316fb..ea989bb1f8 100644
--- a/app-admin/synadm/synadm-0.43.1.ebuild
+++ b/app-admin/synadm/synadm-0.43.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 DISTUTILS_USE_PEP517=setuptools
 
 inherit distutils-r1 pypi



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

2023-10-14 Thread Julien Roy
commit: 550734082e6bbf3f7d4fc2c3d9f7722a9e86430a
Author: Julien Roy  jroy  ca>
AuthorDate: Sat Oct 14 19:31:28 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sat Oct 14 19:31:28 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=55073408

app-admin/synadm: drop 0.43

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

 app-admin/synadm/Manifest   |  1 -
 app-admin/synadm/synadm-0.43.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/app-admin/synadm/Manifest b/app-admin/synadm/Manifest
index 8968f87d29..8ab5993e47 100644
--- a/app-admin/synadm/Manifest
+++ b/app-admin/synadm/Manifest
@@ -1,3 +1,2 @@
 DIST synadm-0.43.1.tar.gz 56787 BLAKE2B 
72e5e643a4b64fcc2391aba0429df5ef994328e827e6a3b403e6fc599e2964b85fe6c808e552887b00c5f17e84b42bd2c2303b15ffb28bae6787c4c26533cdb3
 SHA512 
58268382c9d1619bed2aa063ec19c9ef78fd4a62c0ef279562b541419c7a40ecef3b13bb5faec16260740f79c13f5d8036b9ac84326c04b1f025dc76d2b0813d
-DIST synadm-0.43.tar.gz 62973 BLAKE2B 
76b61c6998e8d153246e95776e78260520e7f19c98bdff21ca1129e38e765dbf516e4c578f8de368627a130bf4eba2e258d099c09a3a986960b0825a7a32298e
 SHA512 
ac6c277b6e24298d294d0fd655c8c85cd4f0d85f7a5d4234010881ad7e50eacff2bf6b7d38e046f0508435432987e3460223075a1d1cc17c65a0802217734093
 DIST synadm-0.44.tar.gz 57814 BLAKE2B 
447d59a5d33116fc214f849418eafcc48b95189b27e954272b52b6cecf3f84bf8805f042804893547dd22d051c8cc7661198176a7a8c5e75134607a0764f6b0f
 SHA512 
d1e8584716f6e3375700e62871e39bde0d95d5ff41917b91e4093a6d98c5ff7e5144ab80b90a5b977006c1fb4be350576fd404ac457a50d28ac78fe75c2b9bdb

diff --git a/app-admin/synadm/synadm-0.43.ebuild 
b/app-admin/synadm/synadm-0.43.ebuild
deleted file mode 100644
index 7a6e1316fb..00
--- a/app-admin/synadm/synadm-0.43.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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="Command line admin tool for Synapse"
-HOMEPAGE="https://github.com/JOJ0/synadm;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-python/click[${PYTHON_USEDEP}]
-   dev-python/click-option-group[${PYTHON_USEDEP}]
-   dev-python/dnspython[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/tabulate[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"



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

2023-10-14 Thread Julien Roy
commit: 43ecd108afde46bf79402e91e529398566fd82cb
Author: Julien Roy  jroy  ca>
AuthorDate: Sat Oct 14 19:33:09 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sat Oct 14 19:33:09 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=43ecd108

app-admin/synadm: drop myself as a maintainer

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

 app-admin/synadm/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/app-admin/synadm/metadata.xml b/app-admin/synadm/metadata.xml
index 5988115f9d..f82048b351 100644
--- a/app-admin/synadm/metadata.xml
+++ b/app-admin/synadm/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   jul...@jroy.ca
-   Julien Roy
-   
+   
A CLI tool to help admins of Matrix-Synapse 
homeservers conveniently issue commands available via its admin 
API.





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

2023-10-14 Thread Julien Roy
commit: 23d968513fa34e5db331b93f5253711f1dc23b19
Author: Julien Roy  jroy  ca>
AuthorDate: Sat Oct 14 19:28:58 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sat Oct 14 19:28:58 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=23d96851

www-client/nyxt: add 3.9.0

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

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

diff --git a/www-client/nyxt/Manifest b/www-client/nyxt/Manifest
index e35da73e46..cb59a9db7a 100644
--- a/www-client/nyxt/Manifest
+++ b/www-client/nyxt/Manifest
@@ -1,2 +1,3 @@
 DIST nyxt-3.7.0.gh.tar.xz 17480148 BLAKE2B 
cbe9ad75ef78bce16a54247dd68c9da49008d941f56a188ead75454d1e45689b1d903e33f1dfeec9ef6a5a992c9312b25e6ec0e2802e2f5ba8624d3f4c9af328
 SHA512 
d41b464c1401ea040c27f9597acd5142e940408ba52e1414427e4a17ee73f9665a659bdbcd1435ba4ce4168e6dec125f13653dd5418c3b5b86c95fef07b1c837
 DIST nyxt-3.8.0.gh.tar.xz 17482408 BLAKE2B 
177efead60a27e3b537468afe30ce2889d6579260a5bf0b7413b0c51a8ac4c066e091418083aef702b345128b59d3f7e266d342509eaec1f45941048368466db
 SHA512 
6898d1b4be25f9c123453816a15e2eab10b36c2a16156bae4ff3e48b02f3f4ba944a94c7b42e3221cecff572a943f7eb1b9ffd7e6c0b8f9bd7c6e95191809114
+DIST nyxt-3.9.0.gh.tar.xz 17712004 BLAKE2B 
a799c874a4ca3ca4141a11d3211094e88f9ecd954f5220cb9a030a2d45546f841d532e087a7bdf1cb4d23532f8d0c37082eb82366c97dbc9a744b22afddea41a
 SHA512 
f1669e02705052d5f22958b77d9489f008e90c0b5bbc216681843bb344c2b8d74753c485424a4be46a6f4ab4c12e6e6238ed663c1e5987fe5b31e3582126ebb8

diff --git a/www-client/nyxt/nyxt-3.9.0.ebuild 
b/www-client/nyxt/nyxt-3.9.0.ebuild
new file mode 100644
index 00..ba6a328f5e
--- /dev/null
+++ b/www-client/nyxt/nyxt-3.9.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
+"
+QA_FLAGS_IGNORED="usr/bin/${PN}"
+
+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}/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:dev commit in: www-client/nyxt/

2023-10-14 Thread Julien Roy
commit: e60b8f8102874de3e888f642c9b503ca76497175
Author: Julien Roy  jroy  ca>
AuthorDate: Sat Oct 14 19:29:14 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sat Oct 14 19:29:14 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e60b8f81

www-client/nyxt: drop 3.7.0

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

 www-client/nyxt/Manifest  |   1 -
 www-client/nyxt/nyxt-3.7.0.ebuild | 100 --
 2 files changed, 101 deletions(-)

diff --git a/www-client/nyxt/Manifest b/www-client/nyxt/Manifest
index cb59a9db7a..c73cc5ed99 100644
--- a/www-client/nyxt/Manifest
+++ b/www-client/nyxt/Manifest
@@ -1,3 +1,2 @@
-DIST nyxt-3.7.0.gh.tar.xz 17480148 BLAKE2B 
cbe9ad75ef78bce16a54247dd68c9da49008d941f56a188ead75454d1e45689b1d903e33f1dfeec9ef6a5a992c9312b25e6ec0e2802e2f5ba8624d3f4c9af328
 SHA512 
d41b464c1401ea040c27f9597acd5142e940408ba52e1414427e4a17ee73f9665a659bdbcd1435ba4ce4168e6dec125f13653dd5418c3b5b86c95fef07b1c837
 DIST nyxt-3.8.0.gh.tar.xz 17482408 BLAKE2B 
177efead60a27e3b537468afe30ce2889d6579260a5bf0b7413b0c51a8ac4c066e091418083aef702b345128b59d3f7e266d342509eaec1f45941048368466db
 SHA512 
6898d1b4be25f9c123453816a15e2eab10b36c2a16156bae4ff3e48b02f3f4ba944a94c7b42e3221cecff572a943f7eb1b9ffd7e6c0b8f9bd7c6e95191809114
 DIST nyxt-3.9.0.gh.tar.xz 17712004 BLAKE2B 
a799c874a4ca3ca4141a11d3211094e88f9ecd954f5220cb9a030a2d45546f841d532e087a7bdf1cb4d23532f8d0c37082eb82366c97dbc9a744b22afddea41a
 SHA512 
f1669e02705052d5f22958b77d9489f008e90c0b5bbc216681843bb344c2b8d74753c485424a4be46a6f4ab4c12e6e6238ed663c1e5987fe5b31e3582126ebb8

diff --git a/www-client/nyxt/nyxt-3.7.0.ebuild 
b/www-client/nyxt/nyxt-3.7.0.ebuild
deleted file mode 100644
index ba6a328f5e..00
--- a/www-client/nyxt/nyxt-3.7.0.ebuild
+++ /dev/null
@@ -1,100 +0,0 @@
-# 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
-"
-QA_FLAGS_IGNORED="usr/bin/${PN}"
-
-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}/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:dev commit in: www-client/nyxt/

2023-10-14 Thread Julien Roy
commit: a69913845715393c21acab54710b8e0185ad19c4
Author: Julien Roy  jroy  ca>
AuthorDate: Sat Oct 14 19:29:20 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sat Oct 14 19:29:20 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a6991384

www-client/nyxt: drop myself as a maintainer

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

 www-client/nyxt/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/www-client/nyxt/metadata.xml b/www-client/nyxt/metadata.xml
index 180b9a0595..28ce92ff95 100644
--- a/www-client/nyxt/metadata.xml
+++ b/www-client/nyxt/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-
-Julien Roy
-jul...@jroy.ca
-
+
 
   Nyxt [nýkst] is a keyboard-driven web browser designed for power users. 
Inspired by Emacs and Vim, it has familiar keybindings (Emacs, vi, CUA), and is 
infinitely extensible in Lisp.
 



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

2023-10-14 Thread Julien Roy
commit: 8f94337346b403b5be160be8cb7c316ef93eca3e
Author: Julien Roy  jroy  ca>
AuthorDate: Sat Oct 14 19:31:13 2023 +
Commit: Julien Roy  jroy  ca>
CommitDate: Sat Oct 14 19:31:13 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8f943373

app-admin/synadm: add 0.44

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

 app-admin/synadm/Manifest   |  1 +
 app-admin/synadm/synadm-0.44.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/app-admin/synadm/Manifest b/app-admin/synadm/Manifest
index b9549f4409..8968f87d29 100644
--- a/app-admin/synadm/Manifest
+++ b/app-admin/synadm/Manifest
@@ -1,2 +1,3 @@
 DIST synadm-0.43.1.tar.gz 56787 BLAKE2B 
72e5e643a4b64fcc2391aba0429df5ef994328e827e6a3b403e6fc599e2964b85fe6c808e552887b00c5f17e84b42bd2c2303b15ffb28bae6787c4c26533cdb3
 SHA512 
58268382c9d1619bed2aa063ec19c9ef78fd4a62c0ef279562b541419c7a40ecef3b13bb5faec16260740f79c13f5d8036b9ac84326c04b1f025dc76d2b0813d
 DIST synadm-0.43.tar.gz 62973 BLAKE2B 
76b61c6998e8d153246e95776e78260520e7f19c98bdff21ca1129e38e765dbf516e4c578f8de368627a130bf4eba2e258d099c09a3a986960b0825a7a32298e
 SHA512 
ac6c277b6e24298d294d0fd655c8c85cd4f0d85f7a5d4234010881ad7e50eacff2bf6b7d38e046f0508435432987e3460223075a1d1cc17c65a0802217734093
+DIST synadm-0.44.tar.gz 57814 BLAKE2B 
447d59a5d33116fc214f849418eafcc48b95189b27e954272b52b6cecf3f84bf8805f042804893547dd22d051c8cc7661198176a7a8c5e75134607a0764f6b0f
 SHA512 
d1e8584716f6e3375700e62871e39bde0d95d5ff41917b91e4093a6d98c5ff7e5144ab80b90a5b977006c1fb4be350576fd404ac457a50d28ac78fe75c2b9bdb

diff --git a/app-admin/synadm/synadm-0.44.ebuild 
b/app-admin/synadm/synadm-0.44.ebuild
new file mode 100644
index 00..ea989bb1f8
--- /dev/null
+++ b/app-admin/synadm/synadm-0.44.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2022-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 pypi
+
+DESCRIPTION="Command line admin tool for Synapse"
+HOMEPAGE="https://github.com/JOJ0/synadm;
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/click[${PYTHON_USEDEP}]
+   dev-python/click-option-group[${PYTHON_USEDEP}]
+   dev-python/dnspython[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/tabulate[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"



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

2023-10-14 Thread Joonas Niilola
commit: 3e2a74f524f861a20710687ba255eafa044f33d0
Author: Joonas Niilola  gentoo  org>
AuthorDate: Sat Oct 14 19:25:55 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Sat Oct 14 19:25:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e2a74f5

app-containers/incus: don't install fuidshift binary

 - fuidshift is a nice extra tool but not critical to incus (or lxd).
   This makes installing incus and lxd parallel possible. Fuidshift
   can still be gotten from lxd. This change is also the initial step
   required to get lxd-to-incus tool working, arriving most likely on
   next incus version (upstream issue #166).

Signed-off-by: Joonas Niilola  gentoo.org>

 app-containers/incus/{incus-0.1-r1.ebuild => incus-0.1-r2.ebuild} | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/app-containers/incus/incus-0.1-r1.ebuild 
b/app-containers/incus/incus-0.1-r2.ebuild
similarity index 94%
rename from app-containers/incus/incus-0.1-r1.ebuild
rename to app-containers/incus/incus-0.1-r2.ebuild
index 12e18f4b1a1d..b7d760e2001d 100644
--- a/app-containers/incus/incus-0.1-r1.ebuild
+++ b/app-containers/incus/incus-0.1-r2.ebuild
@@ -15,7 +15,6 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="apparmor nls"
 
-# incus conflicts with lxd due to fuidshift binary. Even if you replace the 
package, containers will remain.
 DEPEND="acct-group/incus
acct-group/incus-admin
app-arch/xz-utils
@@ -29,7 +28,6 @@ DEPEND="acct-group/incus
sys-libs/libcap
virtual/udev"
 RDEPEND="${DEPEND}
-   !app-containers/lxd
net-firewall/ebtables
net-firewall/iptables
sys-apps/iproute2
@@ -125,7 +123,7 @@ src_compile() {
export CGO_LDFLAGS_ALLOW="-Wl,-z,now"
 
# lxd-to-incus: this go module is packaged separately (0.1).
-   for k in fuidshift incus-benchmark incus-user incus lxc-to-incus ; do
+   for k in incus-benchmark incus-user incus lxc-to-incus ; do
go install -v -x "${S}/cmd/${k}" || die "failed compiling ${k}"
done
 
@@ -148,7 +146,7 @@ src_install() {
 
dosbin ${bindir}/incusd
 
-   for l in fuidshift incus-agent incus-benchmark incus-migrate incus-user 
incus lxc-to-incus ; do
+   for l in incus-agent incus-benchmark incus-migrate incus-user incus 
lxc-to-incus ; do
dobin ${bindir}/${l}
done
 



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

2023-10-14 Thread Michał Górny
commit: 188009ba63383d021163f0a95619b39836c3d702
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:46:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:46:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=188009ba

dev-python/pytest-aiohttp: Remove old

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

 dev-python/pytest-aiohttp/Manifest |  1 -
 .../pytest-aiohttp/pytest-aiohttp-1.0.4.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-python/pytest-aiohttp/Manifest 
b/dev-python/pytest-aiohttp/Manifest
index 271862f283b7..3e84a8add509 100644
--- a/dev-python/pytest-aiohttp/Manifest
+++ b/dev-python/pytest-aiohttp/Manifest
@@ -1,2 +1 @@
-DIST pytest-aiohttp-1.0.4.tar.gz 11868 BLAKE2B 
d964fe29ebe10e80391ebcbe4fc73bf37e2d8568c4d7679493ce68392b5722d75735798a78f388134d60b9c922bac116b0d453cabae5a95fc06c4288cc5d4c8e
 SHA512 
baf87e3aa229e8a4ab6746d277a923436ad2e0625825581c94a2fb0a9bbcd309bfc55186f8866589b65a75ccfd7d5b494d71554359724c0b2c9541ea94a177d8
 DIST pytest-aiohttp-1.0.5.tar.gz 12209 BLAKE2B 
b02154239a6073bafac3d8be70a7ae8ff13fefdd09941db558c0b1ad31d14c5e29131209f157ab418202852a2d97f151d765cfffe0de06aac57f0c983ea99518
 SHA512 
b8421c63e4d5caa9742a013a6d1fd3c010b5e4a48e4f5c1a07ddfb7b05853ce6a7a0d65ce78493fd607f59c669d31c75d97a9022048e6a60cbc90a19a48dd02c

diff --git a/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.4.ebuild 
b/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.4.ebuild
deleted file mode 100644
index 5156acdaadbd..
--- a/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.4.ebuild
+++ /dev/null
@@ -1,37 +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..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="pytest plugin for aiohttp support"
-HOMEPAGE="
-   https://github.com/aio-libs/pytest-aiohttp/
-   https://pypi.org/project/pytest-aiohttp/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
-
-RDEPEND="
-   >=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]
-   >=dev-python/pytest-6.1.0[${PYTHON_USEDEP}]
-   >=dev-python/pytest-asyncio-0.17.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/setuptools-scm-6.2[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # warning doesn't seem to be emitted for some reason
-   # doesn't look very important
-   tests/test_obsolete_fixtures.py::test_loop_fixture
-)



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

2023-10-14 Thread Michał Górny
commit: 4b669c2773a729867913ef1ae3096a02202dc46c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:47:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:47:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b669c27

dev-python/fakeredis: Remove old

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

 dev-python/fakeredis/Manifest|  2 -
 dev-python/fakeredis/fakeredis-2.18.0.ebuild | 78 ---
 dev-python/fakeredis/fakeredis-2.18.1.ebuild | 80 
 3 files changed, 160 deletions(-)

diff --git a/dev-python/fakeredis/Manifest b/dev-python/fakeredis/Manifest
index d0a1ba7987a1..374aa6ca0b2d 100644
--- a/dev-python/fakeredis/Manifest
+++ b/dev-python/fakeredis/Manifest
@@ -1,3 +1 @@
-DIST fakeredis-2.18.0.tar.gz 111601 BLAKE2B 
56a7d2e113fa0d2d98f95b4e8d5b7462a311e2e505a19cd5d3067650a0b950ad272b86aae42b748e5854c7f24287fac03f8c61865c05612697324e9f328dfbe9
 SHA512 
2d67866bbac8f8a12a6414cfae0a8ba925b769c0cb420bfe74ca233de40792f369678752a0d71ce4c0c145f03944fb071ecb234ee40f3f52005587db1929134e
-DIST fakeredis-2.18.1.tar.gz 113919 BLAKE2B 
da6fa335a755c5f9675fc89ecf714af37c3e56c93332d6a8003130c435fe1b5abfa426851f293ada1109f1aec439c2daa70d0bec8681077d28ffae62c34cb29f
 SHA512 
78ad0e7b25519de60ad11a24c6fcd2ffc938014ec9c040cbea9d2155f3670fe18c65cf3387bc21b856e7caba1df5ef1e79a6ef77ab7201c1eb68949f775002c8
 DIST fakeredis-2.19.0.tar.gz 117030 BLAKE2B 
05976b1011bb3933b275755498cf7b893afc93cbbb0bfcce67d01692f1ebc4bee1b6cddd406eaca4d46f595cde2805f43e767aef1ca491ccfc4afcf7b983b444
 SHA512 
1800933b86369c7b857e7609e2a6af8d469c713a23bfd792fc8df2695e8aabcb2cd1fa6138f7eb908fbecc9c6e2c242f7da47864067498c5e180956b578985aa

diff --git a/dev-python/fakeredis/fakeredis-2.18.0.ebuild 
b/dev-python/fakeredis/fakeredis-2.18.0.ebuild
deleted file mode 100644
index 4832c918118d..
--- a/dev-python/fakeredis/fakeredis-2.18.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Fake implementation of redis API for testing purposes"
-HOMEPAGE="
-   https://github.com/cunla/fakeredis-py/
-   https://pypi.org/project/fakeredis/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
-
-RDEPEND="
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/redis-4.2[${PYTHON_USEDEP}]
-   =dev-python/sortedcontainers-2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-db/redis
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # also lupa
-   test/test_aioredis2.py::test_failed_script_error
-   # TODO
-   "test/test_fakeredis.py::test_set_get_nx[StrictRedis]"
-   "test/test_fakeredis.py::test_lpop_count[StrictRedis]"
-   "test/test_fakeredis.py::test_rpop_count[StrictRedis]"
-   "test/test_fakeredis.py::test_zadd_minus_zero[StrictRedis]"
-   
"test/test_mixins/test_pubsub_commands.py::test_pubsub_channels[StrictRedis]"
-   
test/test_mixins/test_set_commands.py::test_smismember_wrong_type
-   )
-   local EPYTEST_IGNORE=(
-   # these tests fail a lot...
-   test/test_hypothesis.py
-   )
-   local args=(
-   # tests requiring lupa (lua support)
-   -k 'not test_eval and not test_lua and not test_script'
-   )
-   epytest "${args[@]}"
-}
-
-src_test() {
-   local redis_pid="${T}"/redis.pid
-   local redis_port=6379
-
-   einfo "Spawning Redis"
-   einfo "NOTE: Port ${redis_port} must be free"
-   "${EPREFIX}"/usr/sbin/redis-server - <<- EOF || die "Unable to start 
redis server"
-   daemonize yes
-   pidfile ${redis_pid}
-   port ${redis_port}
-   bind 127.0.0.1
-   EOF
-
-   # Run the tests
-   distutils-r1_src_test
-
-   # Clean up afterwards
-   kill "$(<"${redis_pid}")" || die
-}

diff --git a/dev-python/fakeredis/fakeredis-2.18.1.ebuild 
b/dev-python/fakeredis/fakeredis-2.18.1.ebuild
deleted file mode 100644
index b4855051813f..
--- a/dev-python/fakeredis/fakeredis-2.18.1.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Fake implementation of redis API for testing purposes"
-HOMEPAGE="
-   https://github.com/cunla/fakeredis-py/
-   

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

2023-10-14 Thread Michał Górny
commit: c10b4b79a283b58b29e3c721dfbc93a359f3378b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:41:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:41:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c10b4b79

dev-python/trio-websocket: Remove old

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

 dev-python/trio-websocket/Manifest |  2 --
 .../trio-websocket/trio-websocket-0.10.3.ebuild| 42 --
 .../trio-websocket/trio-websocket-0.10.4.ebuild| 42 --
 3 files changed, 86 deletions(-)

diff --git a/dev-python/trio-websocket/Manifest 
b/dev-python/trio-websocket/Manifest
index 6c0455589ce0..fe2bbffe906f 100644
--- a/dev-python/trio-websocket/Manifest
+++ b/dev-python/trio-websocket/Manifest
@@ -1,3 +1 @@
-DIST trio-websocket-0.10.3.gh.tar.gz 45109 BLAKE2B 
7adad8bd59b2350d7b8e50e88710c8b9844e8b34c712615e058a6045d575671043c527ac4330941431502affc7c307d61c1f9c1b328c579a622ff11ea79fbeb6
 SHA512 
8ff50030c9616ea8baa9627f229304fbb72528fcc97d1e5ead90acc3c7d683751c0d98e9c4f779d4d65fc765b00b6ec93b6d3384070a76fe18d3318af7afa975
-DIST trio-websocket-0.10.4.gh.tar.gz 45490 BLAKE2B 
d681cc3ec9537e3c3e943831405d45a226fe61aa2482d9c9944520d5a3ecc2bbe974e63e666a5117f6bcfca2240a4b1c22a3304e6bb15fc502154df22fdbde44
 SHA512 
30b6655120a0117cda9707b793bd8a00fe0e8a578450c7fcc8fba2bb505aaf898aee355cec5e1faf13ff7da791a793816c675c01ac0d7047dc0ac6734508fc6c
 DIST trio-websocket-0.11.1.gh.tar.gz 45682 BLAKE2B 
0f926421828476c9e23cf962df7a17a2cf4470e0898dddbc4690497521205ea11973a188ca460685739d08c34be237682b0e2c279d35e5c2fdce9b3ce020
 SHA512 
4b0eb6f0c012cefedb69b97e9452ba979336fbe9f154799c4c68871b8013e728374e4872a2343ab4d27fa6e25e40c3063e681e80470123d37f13f531be4f6644

diff --git a/dev-python/trio-websocket/trio-websocket-0.10.3.ebuild 
b/dev-python/trio-websocket/trio-websocket-0.10.3.ebuild
deleted file mode 100644
index ed598c78f820..
--- a/dev-python/trio-websocket/trio-websocket-0.10.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="WebSocket client and server implementation for Python Trio"
-HOMEPAGE="
-   https://github.com/HyperionGray/trio-websocket/
-   https://pypi.org/project/trio-websocket/
-"
-SRC_URI="
-   https://github.com/HyperionGray/trio-websocket/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   dev-python/exceptiongroup[${PYTHON_USEDEP}]
-   >=dev-python/trio-0.11[${PYTHON_USEDEP}]
-   >=dev-python/wsproto-0.14[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/pytest-trio-0.5.0[${PYTHON_USEDEP}]
-   dev-python/trustme[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p trio
-}

diff --git a/dev-python/trio-websocket/trio-websocket-0.10.4.ebuild 
b/dev-python/trio-websocket/trio-websocket-0.10.4.ebuild
deleted file mode 100644
index 0366d3541bc6..
--- a/dev-python/trio-websocket/trio-websocket-0.10.4.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="WebSocket client and server implementation for Python Trio"
-HOMEPAGE="
-   https://github.com/python-trio/trio-websocket/
-   https://pypi.org/project/trio-websocket/
-"
-SRC_URI="
-   https://github.com/python-trio/trio-websocket/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-   dev-python/exceptiongroup[${PYTHON_USEDEP}]
-   >=dev-python/trio-0.11[${PYTHON_USEDEP}]
-   >=dev-python/wsproto-0.14[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/pytest-trio-0.5.0[${PYTHON_USEDEP}]
-   dev-python/trustme[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -p trio
-}



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

2023-10-14 Thread Michał Górny
commit: 4450a023ec29a50f846a663af7c3fe55eb679aaa
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:41:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:41:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4450a023

dev-python/virtualenv: Remove old

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

 dev-python/virtualenv/Manifest  |   1 -
 dev-python/virtualenv/virtualenv-20.24.4.ebuild | 107 
 2 files changed, 108 deletions(-)

diff --git a/dev-python/virtualenv/Manifest b/dev-python/virtualenv/Manifest
index 2661f471c0d3..c5ca87dc38e0 100644
--- a/dev-python/virtualenv/Manifest
+++ b/dev-python/virtualenv/Manifest
@@ -1,2 +1 @@
-DIST virtualenv-20.24.4.tar.gz 7115923 BLAKE2B 
bd3b002da91673d33b8da9766e81319deee86959a0bc71fe0be9e920bddb24969c096ad31c246f170ccde0b6de55d4126d425419629fd08d065af37835278253
 SHA512 
2bf9ea5878be0140dba3a6d781fd820d8eb60f0de1e49ea3209f53f3b9bf0f6b063b905a90c0d7bb670c03a3a50638367d5598a8402009d5e9b001271ddedaac
 DIST virtualenv-20.24.5.tar.gz 7119883 BLAKE2B 
bc4a0e81feeac8975f259b329f223a286be41af11c9a8f27b68b6a42611668942ba18b691a848195609e47695e3104602d6563cabb930d7fed9f07cc57d2468e
 SHA512 
f77961ed26c3e7314f26c0c18d41ab843572b0a1d157eb7b5e51f955a289da8ecf633d2ad9c936b9292e5b06e4ce9f5b11a100681fbb63dd1fb9fc9bef37f4c4

diff --git a/dev-python/virtualenv/virtualenv-20.24.4.ebuild 
b/dev-python/virtualenv/virtualenv-20.24.4.ebuild
deleted file mode 100644
index 9e0dc89cb632..
--- a/dev-python/virtualenv/virtualenv-20.24.4.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Virtual Python Environment builder"
-HOMEPAGE="
-   https://virtualenv.pypa.io/en/stable/
-   https://pypi.org/project/virtualenv/
-   https://github.com/pypa/virtualenv/
-"
-
-LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-SLOT="0"
-
-RDEPEND="
-   =dev-python/distlib-0.3.7[${PYTHON_USEDEP}]
-   =dev-python/filelock-3.12.2[${PYTHON_USEDEP}]
-   =dev-python/platformdirs-3.9.1[${PYTHON_USEDEP}]
-"
-# coverage is used somehow magically in virtualenv, maybe it actually
-# tests something useful
-BDEPEND="
-   dev-python/hatch-vcs[${PYTHON_USEDEP}]
-   test? (
-   dev-python/coverage[${PYTHON_USEDEP}]
-   dev-python/flaky[${PYTHON_USEDEP}]
-   >=dev-python/pip-22.2.1[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/pytest-freezer-0.4.6[${PYTHON_USEDEP}]
-   ' pypy3)
-   >=dev-python/pytest-mock-3.6.1[${PYTHON_USEDEP}]
-   >=dev-python/setuptools-67.8[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/time-machine[${PYTHON_USEDEP}]
-   ' 'python3*')
-   dev-python/wheel[${PYTHON_USEDEP}]
-   >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   tests/unit/activation/test_xonsh.py
-   
tests/unit/seed/embed/test_bootstrap_link_via_app_data.py::test_seed_link_via_app_data
-   tests/unit/create/test_creator.py::test_cross_major
-   # tests failing without python2 installed
-   
"tests/unit/create/test_creator.py::test_py_pyc_missing[True-False]"
-   
"tests/unit/create/test_creator.py::test_py_pyc_missing[False-False]"
-   )
-   [[ ${EPYTHON} == pypy3 ]] && EPYTEST_DESELECT+=(
-   
'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-isolated]'
-   
'tests/unit/create/test_creator.py::test_create_no_seed[root-pypy3-posix-copies-global]'
-   
'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-isolated]'
-   
'tests/unit/create/test_creator.py::test_create_no_seed[venv-pypy3-posix-copies-global]'
-   
'tests/unit/create/test_creator.py::test_create_no_seed[root-venv-copies-isolated]'
-   
'tests/unit/create/test_creator.py::test_create_no_seed[root-venv-copies-global]'
-   
'tests/unit/create/test_creator.py::test_create_no_seed[venv-venv-copies-isolated]'
-   
'tests/unit/create/test_creator.py::test_create_no_seed[venv-venv-copies-global]'
-   
'tests/unit/create/test_creator.py::test_zip_importer_can_import_setuptools'
-   
'tests/unit/discovery/py_info/test_py_info_exe_based_of.py::test_discover_ok[PyPy-3.7.9-64-bin-]'
-   

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

2023-10-14 Thread Michał Górny
commit: a66a086676222a8a7f4f725a26c735f2eba1a485
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:40:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:40:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66a0866

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

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

 dev-python/python-lsp-jsonrpc/Manifest |  3 --
 ...sonrpc-1.0.0-fix-test-with-ujson-3-and-up.patch | 12 ---
 .../python-lsp-jsonrpc-1.0.0-r1.ebuild | 35 
 .../python-lsp-jsonrpc-1.1.0.ebuild| 38 --
 .../python-lsp-jsonrpc-1.1.1.ebuild| 38 --
 5 files changed, 126 deletions(-)

diff --git a/dev-python/python-lsp-jsonrpc/Manifest 
b/dev-python/python-lsp-jsonrpc/Manifest
index 7bff30b697e7..afcf1412a7f2 100644
--- a/dev-python/python-lsp-jsonrpc/Manifest
+++ b/dev-python/python-lsp-jsonrpc/Manifest
@@ -1,4 +1 @@
-DIST python-lsp-jsonrpc-1.0.0.tar.gz 10011 BLAKE2B 
671490d439f10eebf2d05f221adad25be6f881f4a0f4fa975d4574937a951d4d0bc51264a9ec67d3ef5d112b6e025b551685d3e3c2b959c4a6bcef92d46c5ff3
 SHA512 
447835fc6c3810f486d80f85295089c021b792843bdf88d461c021b8b04407d8f7e6a99c07351a23658a5dff46eb475bc64e51bdec029787cd0b54d4dfec
-DIST python-lsp-jsonrpc-1.1.0.tar.gz 14950 BLAKE2B 
061a7c2028d909dcef5a1b1235263fb6909ec6b78c71c210e26403a1c6af351138428e4d3c8360d77d7f0420d27ae9c0f1c0d8aa6bdb645aedd1ca1e85d236d7
 SHA512 
f62ee2177939a154251bd67f28dd9ce6fdebd39aa1d5e8993676becf7ace074a0397ff1f86c1e91b38bf5f7d06c1d9df5ab7aed00d952534c40999086c4878fe
-DIST python-lsp-jsonrpc-1.1.1.tar.gz 15151 BLAKE2B 
c9e5a516318e85dbd2f9da61b17507a256b7e09a657b2bf4246bfa9020de753fcb8d89082b92cf741fc7bef1b5f9d2559016cd1001d69e5b582d46eedde77e5a
 SHA512 
2722aa038f6d2aebab4980ece7f67685d7285fa81e67ddf541478dd338dabb1279106233ec9124c40a15d4f1801c57cc3fbb9bebd5d5651355f36aae77b104d6
 DIST python-lsp-jsonrpc-1.1.2.tar.gz 15298 BLAKE2B 
04c4616e63cbdee199747e87e6b21cede9b3b6d3001cf43f3d2640ab727e3c3466f914a7b870311cd08d01161d5cb8bd8a7c9ce35e24ea2a2a7b2821957a79e5
 SHA512 
7f8de21ca9616b725617b9aed2b2f3d991477e16065ac239559e45723713fe29fb16194145ed191df57d621d49a04e0258e9573fdabce34409fc779cae45ea82

diff --git 
a/dev-python/python-lsp-jsonrpc/files/python-lsp-jsonrpc-1.0.0-fix-test-with-ujson-3-and-up.patch
 
b/dev-python/python-lsp-jsonrpc/files/python-lsp-jsonrpc-1.0.0-fix-test-with-ujson-3-and-up.patch
deleted file mode 100644
index c7b01903761b..
--- 
a/dev-python/python-lsp-jsonrpc/files/python-lsp-jsonrpc-1.0.0-fix-test-with-ujson-3-and-up.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/test/test_streams.py b/test/test_streams.py
-index bce3ffa..f93cb8d 100644
 a/test/test_streams.py
-+++ b/test/test_streams.py
-@@ -113,6 +113,7 @@ def test_writer_bad_message(wfile, writer):
- hour=1,
- minute=1,
- second=1,
-+tzinfo=datetime.timezone.utc
- ))
- 
- assert wfile.getvalue() in [

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

diff --git a/dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.1.0.ebuild 
b/dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.1.0.ebuild
deleted file mode 100644
index 68be8217ecf5..
--- a/dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.1.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="JSON RPC 2.0 server library"
-HOMEPAGE="
-   https://github.com/python-lsp/python-lsp-jsonrpc/
-   https://pypi.org/project/python-lsp-jsonrpc/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
-

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

2023-10-14 Thread Michał Górny
commit: b000a5a2f162038f56d7f1b77618207f841742dc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:42:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:42:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b000a5a2

dev-python/xlsxwriter: Remove old

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

 dev-python/xlsxwriter/Manifest|  5 -
 dev-python/xlsxwriter/xlsxwriter-3.1.2.ebuild | 28 ---
 dev-python/xlsxwriter/xlsxwriter-3.1.3.ebuild | 28 ---
 dev-python/xlsxwriter/xlsxwriter-3.1.4.ebuild | 28 ---
 dev-python/xlsxwriter/xlsxwriter-3.1.5.ebuild | 28 ---
 dev-python/xlsxwriter/xlsxwriter-3.1.6.ebuild | 28 ---
 6 files changed, 145 deletions(-)

diff --git a/dev-python/xlsxwriter/Manifest b/dev-python/xlsxwriter/Manifest
index 0eb74f6179e2..9cca20533dbc 100644
--- a/dev-python/xlsxwriter/Manifest
+++ b/dev-python/xlsxwriter/Manifest
@@ -1,6 +1 @@
-DIST XlsxWriter-RELEASE_3.1.2.gh.tar.gz 36697835 BLAKE2B 
055d0ac2e70ce5f86167f630044136f984bf19b494cb2ea5d7b98ce2098942e4c89eb0c3c3a8eeb48b1a4dcff30b71d45c2f2528634ed2f652d27f358d4778f7
 SHA512 
05f70721e6c55d54acdc143681ec581d3bf16c5d07725790bc648c169507e3cd9bd600ac4fcb4ff03fa449a6efc469d0745b92fcdb89afbf27ee1e2998c09613
-DIST XlsxWriter-RELEASE_3.1.3.gh.tar.gz 37317330 BLAKE2B 
08dd76cfb7bcb336d0fa64276d11d0cee90809169cf0597739a262b970cc82741ac56beb681e78e7f3d88bec65f4a5c4b7a368ea800aab8bcfc4814e5b679638
 SHA512 
673b51d7d25fae462fb0b40fbb131ffd32237ee0078d235cbe1bb2fb4cee67bf72955aa555e3f5950bee9be7d256dad9ddadba2df4f50dc774cf1fda7503f43c
-DIST XlsxWriter-RELEASE_3.1.4.gh.tar.gz 37324495 BLAKE2B 
ebedb84e46eb73e750b9442969c397bb9c77af807c1bd78fe956bf304ae942cb8575f8f410631c7ae542f9e16c1d5c76385ba232fec109bc5ccf59fd1843b2c3
 SHA512 
2faa7a9fc03a620c3a1f9230685b2bd09c5b282fb783d36a28de225b1d5e64663db32cd5da1a16ffe3cb4bc886f77b79eb7f13ce460c18f6e88667b9979e504e
-DIST XlsxWriter-RELEASE_3.1.5.gh.tar.gz 37348174 BLAKE2B 
ae86c45f63dabe7678a476fcc7aae60de36a0b4b1a422b83ecfb6143ab0b1563ee274ea715aca7147e1fa184a3311c9f7c92c3b7d3c01bf934d5772c635862e3
 SHA512 
c2da3a2dc52e7f9b887e71828452484edabd99e882a3cbeed9969e04fef538cac2b48042900e9ac4bf8e41ed21178aa498b3ebecd018d2bdd31cad29b81c040b
-DIST XlsxWriter-RELEASE_3.1.6.gh.tar.gz 37354453 BLAKE2B 
a2b54fb38d7c7a60b5814968431b781f533dc0803ed23aed38df4e78ea0d5f9315cddb00ec6d59db340e5cf19142cac2179ace53d42e903d8b0f2cfe64b0385b
 SHA512 
4a7996163ff25881210b729d025998343bf9f142693a40e6f73039a3b4582e668699bbd27e1a77c0bbfba61f2160ecd8cf1179206d011217b46cf11d17b56bc4
 DIST XlsxWriter-RELEASE_3.1.7.gh.tar.gz 37369556 BLAKE2B 
e7eefd4fac6a791f917e19fd5559ac1fef436a0b304a1db9d436e21a2fc412b73de94a2a05a81acec5e297a07a11bdc953774947ec196fe666beb2ce85a2a21a
 SHA512 
fd144eebbcb04e914aff1c2980353f0ddb88ef7841c70d1681561c86d925a201000931dba18bc15965fdb195bf3b2ea959b7c1ba21be8d1c7c6ed678c90c0fc7

diff --git a/dev-python/xlsxwriter/xlsxwriter-3.1.2.ebuild 
b/dev-python/xlsxwriter/xlsxwriter-3.1.2.ebuild
deleted file mode 100644
index 98677b814907..
--- a/dev-python/xlsxwriter/xlsxwriter-3.1.2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-
-inherit distutils-r1
-
-TAG=RELEASE_${PV}
-MY_P=XlsxWriter-${TAG}
-DESCRIPTION="Python module for creating Excel XLSX files"
-HOMEPAGE="
-   https://github.com/jmcnamara/XlsxWriter/
-   https://pypi.org/project/XlsxWriter/
-"
-SRC_URI="
-   https://github.com/jmcnamara/XlsxWriter/archive/${TAG}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux"
-
-distutils_enable_tests pytest

diff --git a/dev-python/xlsxwriter/xlsxwriter-3.1.3.ebuild 
b/dev-python/xlsxwriter/xlsxwriter-3.1.3.ebuild
deleted file mode 100644
index de882ad03167..
--- a/dev-python/xlsxwriter/xlsxwriter-3.1.3.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-
-inherit distutils-r1
-
-TAG=RELEASE_${PV}
-MY_P=XlsxWriter-${TAG}
-DESCRIPTION="Python module for creating Excel XLSX files"
-HOMEPAGE="
-   https://github.com/jmcnamara/XlsxWriter/
-   https://pypi.org/project/XlsxWriter/
-"
-SRC_URI="
-   https://github.com/jmcnamara/XlsxWriter/archive/${TAG}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-

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

2023-10-14 Thread Michał Górny
commit: 525294c8bffbd462949625a5358c146581946966
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:35:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:35:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525294c8

dev-python/aws-xray-sdk: Disable tests requiring old deps

Disable tests requiring dev-python/flask-sqlalchemy
and dev-python/sqlalchemy, as they do not work with modern package
versions.

Closes: https://bugs.gentoo.org/899182
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/aws-xray-sdk/aws-xray-sdk-2.12.0.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/dev-python/aws-xray-sdk/aws-xray-sdk-2.12.0.ebuild 
b/dev-python/aws-xray-sdk/aws-xray-sdk-2.12.0.ebuild
index 5d91406d67f1..cffaa80dd030 100644
--- a/dev-python/aws-xray-sdk/aws-xray-sdk-2.12.0.ebuild
+++ b/dev-python/aws-xray-sdk/aws-xray-sdk-2.12.0.ebuild
@@ -31,11 +31,8 @@ RDEPEND="
 BDEPEND="
test? (
dev-python/bottle[${PYTHON_USEDEP}]
-   =dev-python/sqlalchemy-1.4[${PYTHON_USEDEP}]
-   

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

2023-10-14 Thread Michał Górny
commit: da0d7dec89fd5e6040142b058e7124fed129161b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:36:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:36:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0d7dec

dev-python/aws-xray-sdk: Bump to 2.12.1

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

 dev-python/aws-xray-sdk/Manifest   |  1 +
 dev-python/aws-xray-sdk/aws-xray-sdk-2.12.1.ebuild | 83 ++
 2 files changed, 84 insertions(+)

diff --git a/dev-python/aws-xray-sdk/Manifest b/dev-python/aws-xray-sdk/Manifest
index 18e6c1166254..d2ee6c099032 100644
--- a/dev-python/aws-xray-sdk/Manifest
+++ b/dev-python/aws-xray-sdk/Manifest
@@ -1 +1,2 @@
 DIST aws-xray-sdk-python-2.12.0.gh.tar.gz 275773 BLAKE2B 
a78ac201524e70a342100c2e76e93bb02ed76e183dfca2e8737230061182d94c9a7f4eba183bc731d2ed79a8e4dda486ea09cb304f4cd58da56d712b8e6c5749
 SHA512 
0616369f95bf0de710ab5fb868d1a84280bcc1180cc205e6a6e0c405eae131fb861de75fea00c9c1be4e163b9d292cc27e08f624c7b6981ba4a3b8d99dbbb63c
+DIST aws-xray-sdk-python-2.12.1.gh.tar.gz 275525 BLAKE2B 
7aae0cc3d6b733ee80b553d087bd85d02329c7da3a8902cb428823af4a53d47a14089a274cfccdfb197a77370dcb71775e1d111bb76205a1f09f9b60a5c92967
 SHA512 
3c830cf81f353a2805b641bda3d38d72a1286d413e0cd087bfeac78bfe00e7853c19ddab96f18275e7fd95317c2a6650d5e4b287d63c1d3900b25414a525c3dc

diff --git a/dev-python/aws-xray-sdk/aws-xray-sdk-2.12.1.ebuild 
b/dev-python/aws-xray-sdk/aws-xray-sdk-2.12.1.ebuild
new file mode 100644
index ..8ea6369f4aae
--- /dev/null
+++ b/dev-python/aws-xray-sdk/aws-xray-sdk-2.12.1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1
+
+MY_P=aws-xray-sdk-python-${PV}
+DESCRIPTION="AWS X-Ray SDK for Python"
+HOMEPAGE="
+   https://github.com/aws/aws-xray-sdk-python/
+   https://pypi.org/project/aws-xray-sdk/
+"
+SRC_URI="
+   https://github.com/aws/aws-xray-sdk-python/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/botocore-1.12.122[${PYTHON_USEDEP}]
+   dev-python/wrapt[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/bottle[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/webtest[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local -x DJANGO_SETTINGS_MODULE=tests.ext.django.app.settings
+   local -x AWS_SECRET_ACCESS_KEY=fake_key
+   local -x AWS_ACCESS_KEY_ID=fake_id
+
+   local EPYTEST_DESELECT=(
+   # Internet access
+   tests/test_patcher.py::test_external_file
+   tests/test_patcher.py::test_external_module
+   tests/test_patcher.py::test_external_submodules_full
+   tests/test_patcher.py::test_external_submodules_ignores_file
+   tests/test_patcher.py::test_external_submodules_ignores_module
+   # benchmark
+   tests/test_local_sampling_benchmark.py
+   # Fails, probably because above is ignored
+   tests/test_async_local_storage.py::test_localstorage_isolation
+   tests/test_async_recorder.py::test_capture
+   tests/test_async_recorder.py::test_concurrent_calls
+   tests/test_async_recorder.py::test_async_context_managers
+   )
+   local EPYTEST_IGNORE=(
+   # unpackaged deps
+   tests/ext/aiobotocore
+   tests/ext/pg8000
+   tests/ext/psycopg2
+   tests/ext/pymysql
+   tests/ext/pynamodb
+   tests/ext/sqlalchemy_core/test_postgres.py
+   tests/ext/django/test_db.py
+   # Internet access
+   tests/ext/httplib
+   tests/ext/httpx
+   tests/ext/requests
+   # requires old package vesions
+   tests/ext/aiohttp
+   tests/ext/django
+   tests/ext/flask_sqlalchemy
+   tests/ext/sqlalchemy
+   )
+
+   epytest -p no:django
+}



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

2023-10-14 Thread Michał Górny
commit: f77aac469b56c054dfe2fc11907669d5c15dd5e3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:38:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:38:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f77aac46

dev-python/flask-sqlalchemy: Remove old

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

 dev-python/flask-sqlalchemy/Manifest   |  2 --
 .../flask-sqlalchemy/flask-sqlalchemy-2.5.1.ebuild | 30 --
 .../flask-sqlalchemy/flask-sqlalchemy-3.0.5.ebuild | 37 --
 3 files changed, 69 deletions(-)

diff --git a/dev-python/flask-sqlalchemy/Manifest 
b/dev-python/flask-sqlalchemy/Manifest
index eac03fc1d04b..1ee93144736b 100644
--- a/dev-python/flask-sqlalchemy/Manifest
+++ b/dev-python/flask-sqlalchemy/Manifest
@@ -1,3 +1 @@
-DIST Flask-SQLAlchemy-2.5.1.tar.gz 132750 BLAKE2B 
6378766e9ae5e697f9a0fe23471f0264e5ac1f4c824657e5197f6c35f9f12eb756528641c1078b1bf470170c557c3201314a80b922b4ab84e4664a0ccaad2a6c
 SHA512 
5d483418204030837e62769d45c16af88c5be6dbafc7c340cc4e67ef1736ea5102f506156119864cd7673cf382b0d3f27050bda64273b93ef4805fce9e1a0f6f
-DIST flask_sqlalchemy-3.0.5.tar.gz 78504 BLAKE2B 
f06bf383fa2a62d9e6399f3e8dceb0d72ee7911508cf828b52077c9fd80adf9b7eee2b0c809d012be7dfe2df7639bde14a12556b3970df09e30e847e5bd52c0b
 SHA512 
ecb6df94e1db4298b335a65e54eae171fef75bd7f1cc1e251933b1fdc7e85bbba0c03b1c5b41c3e150898bdb36fc0021b4649b866a12d5b0c180f773dff5fd6b
 DIST flask_sqlalchemy-3.1.1.tar.gz 81899 BLAKE2B 
25522dc47afd08840b09f33791fffaf845a636c06d9a17f7a7930a21b64bad47b592f441b55dfc9a846b2c98e21b9cd027ec4ce85e701251ace0d9e072731f47
 SHA512 
27a93efb96bc8afe483dc32f9e9756e5972029464f4a201e8a55bf62b88f6bcd93ed7f4472ac21cb17376c87852a1d4b5f98a8ddb55d9b12c334346d5bc7e464

diff --git a/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.5.1.ebuild 
b/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.5.1.ebuild
deleted file mode 100644
index 6d1423b938b0..
--- a/dev-python/flask-sqlalchemy/flask-sqlalchemy-2.5.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYPI_NO_NORMALIZE=1
-PYPI_PN="Flask-SQLAlchemy"
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="SQLAlchemy support for Flask applications"
-HOMEPAGE="https://pypi.org/project/Flask-SQLAlchemy/;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/flask-0.10[${PYTHON_USEDEP}]
-   >=dev-python/sqlalchemy-0.8.0[${PYTHON_USEDEP}]
-"
-
-BDEPEND="test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-)"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/pallets-sphinx-themes \
-   dev-python/sphinx-issues

diff --git a/dev-python/flask-sqlalchemy/flask-sqlalchemy-3.0.5.ebuild 
b/dev-python/flask-sqlalchemy/flask-sqlalchemy-3.0.5.ebuild
deleted file mode 100644
index 4355ed5b0497..
--- a/dev-python/flask-sqlalchemy/flask-sqlalchemy-3.0.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYPI_PN="Flask-SQLAlchemy"
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="SQLAlchemy support for Flask applications"
-HOMEPAGE="
-   https://github.com/pallets-eco/flask-sqlalchemy/
-   https://pypi.org/project/Flask-SQLAlchemy/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/flask-2.2.5[${PYTHON_USEDEP}]
-   >=dev-python/sqlalchemy-1.4.18[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/blinker[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/pallets-sphinx-themes \
-   dev-python/sphinx-issues \
-   dev-python/sphinxcontrib-log-cabinet



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

2023-10-14 Thread Michał Górny
commit: bd6d6625ee91e77f1a48264b9cdbd67282c3382f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:38:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:38:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd6d6625

dev-python/aws-xray-sdk: Enable py3.12

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

 dev-python/aws-xray-sdk/aws-xray-sdk-2.12.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aws-xray-sdk/aws-xray-sdk-2.12.1.ebuild 
b/dev-python/aws-xray-sdk/aws-xray-sdk-2.12.1.ebuild
index 8ea6369f4aae..bd3edf7c911e 100644
--- a/dev-python/aws-xray-sdk/aws-xray-sdk-2.12.1.ebuild
+++ b/dev-python/aws-xray-sdk/aws-xray-sdk-2.12.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
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/google-auth-httplib2/

2023-10-14 Thread Michał Górny
commit: 7ce3b175556a9f6bd1138e2af56260fcbfd41fd7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:29:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:29:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ce3b175

dev-python/google-auth-httplib2: Remove old

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

 dev-python/google-auth-httplib2/Manifest   |  1 -
 .../google-auth-httplib2-0.1.0-r3.ebuild   | 40 --
 2 files changed, 41 deletions(-)

diff --git a/dev-python/google-auth-httplib2/Manifest 
b/dev-python/google-auth-httplib2/Manifest
index f94aabbb7c8f..555d9ea7a803 100644
--- a/dev-python/google-auth-httplib2/Manifest
+++ b/dev-python/google-auth-httplib2/Manifest
@@ -1,2 +1 @@
-DIST google-auth-library-python-httplib2-0.1.0.gh.tar.gz 25116 BLAKE2B 
dbb0393bafb1bbe67b99ac0783e687271c42256c7b283422b884b86d4c8a83222392a5514b812aae683ec7f887afa4bf81307079e676f793f02eb87e52a375e5
 SHA512 
52b0faf70e185cb89420377a06c77e2c45f6b910b85371fc2c42fdfb06a4ebca28b476201f9d179fbaa4a8bf7b6015703d023ddd95d482113e2cdbf79fd376b5
 DIST google-auth-library-python-httplib2-0.1.1.gh.tar.gz 43818 BLAKE2B 
629e370d3509c8d7b47b9192f3192b013be184df8e245cd73941d233645344f019b760e92ed2119c3b0c1e6b5db0ebf74f52f7c56bd34f8c6f61cbb41311814d
 SHA512 
2272c7019b0f47344c45d45d88f9a9de5be410764dda5ea22271a8661856abf3b3c5d92937aa126f51c385dc91b5c79578fbb81570d7f4b636a3229ad0a95403

diff --git 
a/dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0-r3.ebuild 
b/dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0-r3.ebuild
deleted file mode 100644
index 7eeeac5d31f6..
--- a/dev-python/google-auth-httplib2/google-auth-httplib2-0.1.0-r3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1
-
-MY_P="google-auth-library-python-httplib2-${PV}"
-DESCRIPTION="httplib2 Transport for Google Auth"
-HOMEPAGE="
-   https://pypi.org/project/google-auth-httplib2/
-   https://github.com/googleapis/google-auth-library-python-httplib2/
-"
-SRC_URI="
-   
https://github.com/googleapis/google-auth-library-python-httplib2/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-RDEPEND="
-   dev-python/httplib2[${PYTHON_USEDEP}]
-   dev-python/google-auth[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/flask[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pytest-localserver[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2023-10-14 Thread Michał Górny
commit: d675af35fe8be3805b9e50ed31f9b9af7bc3aecf
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:31:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:32:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d675af35

dev-python/pyspelling: Remove old

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

 dev-python/pyspelling/Manifest|  1 -
 dev-python/pyspelling/pyspelling-2.8.2.ebuild | 63 ---
 2 files changed, 64 deletions(-)

diff --git a/dev-python/pyspelling/Manifest b/dev-python/pyspelling/Manifest
index ad31b18800b9..d63c2bca40f3 100644
--- a/dev-python/pyspelling/Manifest
+++ b/dev-python/pyspelling/Manifest
@@ -1,2 +1 @@
-DIST pyspelling-2.8.2.gh.tar.gz 150733 BLAKE2B 
1bb96679ce54d48967ee57a7dde00131884e2801a8a4f4e016f9a552b92d435650314ae66a356c90e3e4c585d2701bfc5e63f19b92347c8fada4de64e9a982b6
 SHA512 
0bb4fbacbc72935d4fb2fa0608d675fd0eec85f178c0994d341bc8635b53f39a4c82a1d50e43446cd39873a877e75b1530eafc36450f37d8f08cc174ba39e440
 DIST pyspelling-2.9.gh.tar.gz 151600 BLAKE2B 
c706767917e9ba3368f9670a492a2233b6a4c13c4dde6a594a06193d856b3fbad007988acb27486b8b8f62edfeb5a0b030ead3db712baa24b0ff3301cf776937
 SHA512 
b14d29dff4f7791d9223d20b490f4a48ba5a6a7613dc18fc3083a3b6bf810f9a42fcac94bfe72f92023802fc8c1fe0e6432d491af2f274a138ddc56db5550ea5

diff --git a/dev-python/pyspelling/pyspelling-2.8.2.ebuild 
b/dev-python/pyspelling/pyspelling-2.8.2.ebuild
deleted file mode 100644
index f42a7989253e..
--- a/dev-python/pyspelling/pyspelling-2.8.2.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=hatchling
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
-   >=dev-python/mkdocs-pymdownx-material-extras-2.1
-   dev-python/mkdocs-git-revision-date-localized-plugin
-   dev-python/mkdocs-minify-plugin
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Spell checker automation tool"
-HOMEPAGE="
-   https://github.com/facelessuser/pyspelling/
-   https://pypi.org/project/pyspelling/
-"
-SRC_URI="
-   https://github.com/facelessuser/pyspelling/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
-
-RDEPEND="
-   || ( app-text/aspell app-text/hunspell )
-
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/html5lib[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/markdown[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   >=dev-python/soupsieve-1.8[${PYTHON_USEDEP}]
-   >=dev-python/wcmatch-6.0.3[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-vcs/git
-   )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # mkdocs-git-revision-date-localized-plugin needs git repo
-   if use doc; then
-   git init || die
-   git config --global user.email "y...@example.com" || die
-   git config --global user.name "Your Name" || die
-   git add . || die
-   git commit -m 'init' || die
-   fi
-
-   distutils-r1_python_prepare_all
-}



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

2023-10-14 Thread Michał Górny
commit: 514548adeefc36bbfb20be4858a3f6e33801c5c3
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:31:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:32:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514548ad

dev-python/python-socks: Remove old

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

 dev-python/python-socks/Manifest  |  3 --
 dev-python/python-socks/python-socks-2.3.0.ebuild | 46 ---
 dev-python/python-socks/python-socks-2.4.1.ebuild | 46 ---
 dev-python/python-socks/python-socks-2.4.2.ebuild | 46 ---
 4 files changed, 141 deletions(-)

diff --git a/dev-python/python-socks/Manifest b/dev-python/python-socks/Manifest
index 620973b8a789..b2205a90d2ab 100644
--- a/dev-python/python-socks/Manifest
+++ b/dev-python/python-socks/Manifest
@@ -1,4 +1 @@
-DIST python-socks-2.3.0.gh.tar.gz 32506 BLAKE2B 
0eaddbb4400488b6c96458d84671e69c9dd9bf927b9ea830d4161d4d78bdc32f66fb0c02f19e63afa868bd248a95d1544463bc877b79fd533b3952bfc71bef52
 SHA512 
792489d9daa63847733580b36d85d143146d0cd0b3f29297fa732516dea203b3f82deaf2779b56d80c20abe2739ed79e28a9a21cfeb26768ec557efef34c74f7
-DIST python-socks-2.4.1.gh.tar.gz 32003 BLAKE2B 
70f1df51583d55372bad61cf3acdc62d8b487f061a3d3c1a6bac86e7f8b2f00e81a041354406ac43e4b0dc9150e165ed09ac5794a74827e84ada08c060c844fd
 SHA512 
be26dd0bf6eb886c00ee5a4a5108ad883252cdb40fe4daed20b3e06e8a667e57a1dd0f7aa9ff669b2b36c804e8c2b039fef10d69d90659615cdb7feb31292ceb
-DIST python-socks-2.4.2.gh.tar.gz 32003 BLAKE2B 
3ea9ae1ad8810ae47af05f0987685d52073ccb204ce66a70542cc130357829634a82ed5b8d1ad6d8473b81df7a5112c30aad55ea7ea3aca5c856aca675255c9e
 SHA512 
98cca7b15d61be73cd5473b2c25d4ac10b6585700268f6847f5d3d55afc403d4b27dec738540caf1a082a4b4edfad855e049ddc9cb88659ba4352d9fc1f767f8
 DIST python-socks-2.4.3.gh.tar.gz 32006 BLAKE2B 
571c04e5b12ddff3e6d813b547b43899883ef132ad0e55c2fce33ae9e4cd63ca588fb700aba7e2ea5c021f55c7aeae0f8213d2aa8fca3d7bff502b7bd00ca854
 SHA512 
5ef55367b1fae2249690df0eb8ea55284f02287115b14e8b7ebeeed9ae3e8ed431e17247f369323651daa1177ac8c6dd207d5dd188134e04eff178dc240b9b8b

diff --git a/dev-python/python-socks/python-socks-2.3.0.ebuild 
b/dev-python/python-socks/python-socks-2.3.0.ebuild
deleted file mode 100644
index 1ce8d7e61fe4..
--- a/dev-python/python-socks/python-socks-2.3.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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..12} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="SOCKS4, SOCKS5, HTTP tunneling functionality for Python"
-HOMEPAGE="
-   https://github.com/romis2012/python-socks/
-   https://pypi.org/project/python-socks/
-"
-SRC_URI="
-   https://github.com/romis2012/python-socks/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-# curio is not packaged
-# asyncio is the only backend we have, so dep on its deps unconditionally
-# TODO: revisit
-RDEPEND="
-   dev-python/async-timeout[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/anyio-3.4.0[${PYTHON_USEDEP}]
-   >=dev-python/async-timeout-3.0.1[${PYTHON_USEDEP}]
-   >=dev-python/flask-1.1.2[${PYTHON_USEDEP}]
-   >=dev-python/pytest-asyncio-0.18.3[${PYTHON_USEDEP}]
-   >=dev-python/pytest-trio-0.7.0[${PYTHON_USEDEP}]
-   >=dev-python/tiny-proxy-0.1.1[${PYTHON_USEDEP}]
-   >=dev-python/trio-0.16.0[${PYTHON_USEDEP}]
-   >=dev-python/trustme-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/yarl-1.4.2[${PYTHON_USEDEP}]
-   )
-"
-
-# Test markers exist to exclude trio etc if needed
-distutils_enable_tests pytest

diff --git a/dev-python/python-socks/python-socks-2.4.1.ebuild 
b/dev-python/python-socks/python-socks-2.4.1.ebuild
deleted file mode 100644
index de1dfe5d6c9b..
--- a/dev-python/python-socks/python-socks-2.4.1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# 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..12} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="SOCKS4, SOCKS5, HTTP tunneling functionality for Python"
-HOMEPAGE="
-   https://github.com/romis2012/python-socks/
-   https://pypi.org/project/python-socks/
-"
-SRC_URI="
-   https://github.com/romis2012/python-socks/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
-
-# curio is not packaged
-# asyncio is the only backend we have, so dep on its deps unconditionally
-# TODO: revisit
-RDEPEND="
-  

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

2023-10-14 Thread Michał Górny
commit: e0c4838f1abea8c8b1f5bf6e56be35fe1842380e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:30:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:32:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0c4838f

dev-python/mkdocs-bootstrap: Remove old

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

 dev-python/mkdocs-bootstrap/Manifest |  1 -
 .../mkdocs-bootstrap/mkdocs-bootstrap-1.1-r2.ebuild  | 20 
 2 files changed, 21 deletions(-)

diff --git a/dev-python/mkdocs-bootstrap/Manifest 
b/dev-python/mkdocs-bootstrap/Manifest
index 52b4034ddfd5..1bc34d044815 100644
--- a/dev-python/mkdocs-bootstrap/Manifest
+++ b/dev-python/mkdocs-bootstrap/Manifest
@@ -1,2 +1 @@
 DIST mkdocs-bootstrap-1.1.1.gh.tar.gz 233329 BLAKE2B 
58292946d0985ae60d8d9784bcdc3e9f71640d23fd81efae06b99ce644aefc63d53d21bb65a0b4c4d6bb0b077cbac82bcd93da3f5d05f244bdcfa54750478fb7
 SHA512 
9be5c29961c09436332f902fffd49aee38f99fe8b7337e2add7d6190b1ed487b16a0d2dc3ebd486691719bffd1009207885b3880238a64bc6d2baafa43b0fbd9
-DIST mkdocs-bootstrap-1.1.tar.gz 233231 BLAKE2B 
64470a4e5ca6d44976944c16244daaefa99702fa68d68fb14e31201fcfd5f927dc2b962fd0b1967a6fd7eec8719389a78dd13cbfcdc387fa6de5f21c9c1a4960
 SHA512 
a494afa614f96771fbc640862b5cb5674d4eb5c978a56e86e2f523137fed315808067f20cfadca463cbeb5384de062c91001b6eaf5f3ebdce329f167b461d2b5

diff --git a/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1-r2.ebuild 
b/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1-r2.ebuild
deleted file mode 100644
index a9361bd1c9f9..
--- a/dev-python/mkdocs-bootstrap/mkdocs-bootstrap-1.1-r2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-DISTUTILS_USE_PEP517=setuptools
-DOCS_BUILDER="mkdocs"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="Bootstrap theme for MkDocs"
-HOMEPAGE="https://www.mkdocs.org https://github.com/mkdocs/mkdocs-bootstrap;
-SRC_URI="https://github.com/mkdocs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="dev-python/mkdocs"



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

2023-10-14 Thread Michał Górny
commit: 0691dbe5978821a12a733e578b7eb6b707a5116a
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:27:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:27:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0691dbe5

dev-python/flask-migrate: Remove old

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

 dev-python/flask-migrate/Manifest  |  1 -
 .../flask-migrate/flask-migrate-4.0.4.ebuild   | 46 --
 2 files changed, 47 deletions(-)

diff --git a/dev-python/flask-migrate/Manifest 
b/dev-python/flask-migrate/Manifest
index 4b9d15cdba7e..893877847e7e 100644
--- a/dev-python/flask-migrate/Manifest
+++ b/dev-python/flask-migrate/Manifest
@@ -1,2 +1 @@
-DIST Flask-Migrate-4.0.4.gh.tar.gz 26635 BLAKE2B 
2edb3143332439b3dfddba2ee09661bf93771e5747b729e90af27c80e22ea4f9e8f13a04a3676e72514e94113128113a73cc804ff641d587419376ace453bb78
 SHA512 
66d7a96aafe81e94b59f3e510036dda82047c53a9bf67654ee5fe77ee30361f516a36000648f58de2743e1fa288302be76a82601a1eeae65f0acb8fd486fa9c1
 DIST Flask-Migrate-4.0.5.gh.tar.gz 26827 BLAKE2B 
4b674856bc1177857b1272740351e953099a22f981faf63714ac07748308c77a599ce942e273858df2b0e010a4b962e8c8c9488c3bb750f5c4e9037e4a0c58bf
 SHA512 
cdc02e3f567119604e56e9cafed3e7b40e7335d4c3f42cffb26515a4cec12ff34c16f8d5ae036d841cf846985973980d820cdc5d87a99ebf634b3b17becaeb69

diff --git a/dev-python/flask-migrate/flask-migrate-4.0.4.ebuild 
b/dev-python/flask-migrate/flask-migrate-4.0.4.ebuild
deleted file mode 100644
index 5420ac9a1a05..
--- a/dev-python/flask-migrate/flask-migrate-4.0.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P="Flask-Migrate-${PV}"
-DESCRIPTION="SQLAlchemy database migrations for Flask applications using 
Alembic"
-HOMEPAGE="
-   https://github.com/miguelgrinberg/Flask-Migrate/
-   https://pypi.org/project/Flask-Migrate/
-"
-SRC_URI="
-   https://github.com/miguelgrinberg/Flask-Migrate/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   >=dev-python/alembic-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/flask-0.9[${PYTHON_USEDEP}]
-   >=dev-python/flask-sqlalchemy-1.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-
-python_test() {
-   local -x PATH=${T}/bin:${PATH}
-
-   mkdir -p "${T}"/bin || die
-   cat > "${T}"/bin/flask <<-EOF || die
-   #!/bin/sh
-   exec ${EPYTHON} -m flask "\${@}"
-   EOF
-   chmod +x "${T}"/bin/flask || die
-
-   eunittest
-}



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

2023-10-14 Thread Michał Górny
commit: 4b63b19133fdffc06f496e06dd74249b45d7c6aa
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:27:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:27:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b63b191

dev-python/pyftpdlib: Remove old

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

 dev-python/pyftpdlib/Manifest  |  2 -
 dev-python/pyftpdlib/pyftpdlib-1.5.7-r1.ebuild | 61 
 .../pyftpdlib/pyftpdlib-1.5.7_p20230828.ebuild | 65 --
 3 files changed, 128 deletions(-)

diff --git a/dev-python/pyftpdlib/Manifest b/dev-python/pyftpdlib/Manifest
index 5f5c7f7efb9b..3a21928838cd 100644
--- a/dev-python/pyftpdlib/Manifest
+++ b/dev-python/pyftpdlib/Manifest
@@ -1,3 +1 @@
-DIST pyftpdlib-1.5.7.tar.gz 196076 BLAKE2B 
9400fb9ff5d8c0e904f07dabef72a07528bc43a5332ad26544f0e512c457a919e887e9f9af18b75cb7853f2e0b70993bc5a858438924320e738d4bc9e2e17090
 SHA512 
66ad5a1ab8fde26233250351f553cdc411303616d717c416cdce059f93c64e6ef64c7707103644583249b6aba22a9841994b38e731edc7997e95e266dbdbdc22
-DIST pyftpdlib-1.5.7_p20230828.gh.tar.gz 257359 BLAKE2B 
043f4be70b38b409548dd13739e9bcade7f489e9ce1a2e87ee4c631b76f484a0fa72b3ec45e7978cb38168823cdfc020adddc056a135644948415c5baab5ef33
 SHA512 
b0626559d2942abe63cf45a593f8da98d07124fca19e33c66bf86a9f24bffa842941cd419ad14f43b7ae337bdecb6628ce3184af991d3e87767a11f37eccdd63
 DIST pyftpdlib-1.5.8.tar.gz 201963 BLAKE2B 
5a957c207dcdc7c8d66d6ed4176cd12db019cf3d5247233db057b5c266a4fbda5e6e1c0b8ccdf33b4c154400d5d7a5e9a62ab9244f7c74c03c2f912a2ac0eb2f
 SHA512 
2d4c4beb40d604d41eeed51f690b805377e84e594bdbb5d67135f50e5696824ba24aa9ae53aecced9f6c1b7eb3ec7727d31b883f9bbb0d2c43802277b2ef2aa6

diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.7-r1.ebuild 
b/dev-python/pyftpdlib/pyftpdlib-1.5.7-r1.ebuild
deleted file mode 100644
index c760be58dc1a..
--- a/dev-python/pyftpdlib/pyftpdlib-1.5.7-r1.ebuild
+++ /dev/null
@@ -1,61 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-PYTHON_REQ_USE="ssl(+)"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python FTP server library"
-HOMEPAGE="
-   https://github.com/giampaolo/pyftpdlib/
-   https://pypi.org/project/pyftpdlib/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
-IUSE="examples ssl"
-
-RDEPEND="
-   ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
-"
-BDEPEND="
-   test? (
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs dev-python/sphinx-rtd-theme
-
-python_test() {
-   rm -rf pyftpdlib || die
-   # Some of these tests tend to fail
-   local EPYTEST_DESELECT=(
-   # fail because they process sys.argv and expect program args
-   # rather than pytest args, sigh
-   test/test_misc.py
-   # TODO
-   
test/test_functional_ssl.py::TestFtpListingCmdsTLSMixin::test_nlst
-   )
-   # Tests fail with TZ=GMT, see https://bugs.gentoo.org/23
-   local -x TZ=UTC+1
-   # Skips some shoddy tests plus increases timeouts
-   local -x TRAVIS=1
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest --pyargs pyftpdlib
-}
-
-python_install_all() {
-   if use examples; then
-   docinto examples
-   dodoc -r demo/.
-   docompress -x /usr/share/doc/${PF}/examples
-   fi
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/pyftpdlib/pyftpdlib-1.5.7_p20230828.ebuild 
b/dev-python/pyftpdlib/pyftpdlib-1.5.7_p20230828.ebuild
deleted file mode 100644
index f118face5c55..
--- a/dev-python/pyftpdlib/pyftpdlib-1.5.7_p20230828.ebuild
+++ /dev/null
@@ -1,65 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-COMMIT=ec1f095910846c11fe3a7f8513de771afc7c8afd
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-PYTHON_REQ_USE="ssl(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Python FTP server library"
-HOMEPAGE="
-   https://github.com/giampaolo/pyftpdlib/
-   https://pypi.org/project/pyftpdlib/
-"
-SRC_URI="https://github.com/giampaolo/pyftpdlib/archive/${COMMIT}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
-IUSE="examples ssl"
-
-RDEPEND="
-   ssl? ( dev-python/pyopenssl[${PYTHON_USEDEP}] )
-"
-BDEPEND="
-   test? (
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/pyopenssl[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests 

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

2023-10-14 Thread Michał Górny
commit: 17d71d6adcfc7887eb1f2148746a077e60d2db09
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:27:25 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:27:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17d71d6a

dev-python/pyelftools: Remove old

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

 dev-python/pyelftools/Manifest   |  1 -
 dev-python/pyelftools/pyelftools-0.29.ebuild | 36 
 2 files changed, 37 deletions(-)

diff --git a/dev-python/pyelftools/Manifest b/dev-python/pyelftools/Manifest
index d0dada90443f..659112f94104 100644
--- a/dev-python/pyelftools/Manifest
+++ b/dev-python/pyelftools/Manifest
@@ -1,2 +1 @@
-DIST pyelftools-0.29.gh.tar.gz 14176561 BLAKE2B 
441260492f8cd512445249700a79f1d823ef96f6213ab9183e17160b76efe51493c28d2ae8ecea79acf45e78987b4c24940441e9bc0a3deaeda0ee4fb72b58c3
 SHA512 
0eba3b029a734abe9f8df92cd58bc967f10bf9f61c3a419bdbc5e637200844947bcb485e8ebbe2eeaa7f7e91efc6500316af51aace1db051a658cf61153e
 DIST pyelftools-0.30.gh.tar.gz 14115024 BLAKE2B 
b7974bc1a51ff5ba6ced17aac44e3911ff8d892564a3bef07ae6a5fc261eb7d2eb02170678c4d0bafedaa9e393fa4ca6d2059c420436ea73aa4f6aa7b49a894e
 SHA512 
5bd4c797f90307e351d541b8de8f76124c66e497b68b811f7012e1271c902beb6ab530a424b338777d12277d44f9b5f89f049e05d9fc2ec36a90b6fa16f1c1a4

diff --git a/dev-python/pyelftools/pyelftools-0.29.ebuild 
b/dev-python/pyelftools/pyelftools-0.29.ebuild
deleted file mode 100644
index dd53c6f4c172..
--- a/dev-python/pyelftools/pyelftools-0.29.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
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="pure-Python library for analyzing ELF files and DWARF debugging 
information"
-HOMEPAGE="
-   https://pypi.org/project/pyelftools/
-   https://github.com/eliben/pyelftools/
-"
-# PyPI tarball lacks some test files
-SRC_URI="
-   https://github.com/eliben/pyelftools/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="public-domain"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="examples"
-
-python_test() {
-   # readelf_tests often fails due to host `readelf` changing output format
-   "${EPYTHON}" test/run_all_unittests.py || die
-   "${EPYTHON}" test/run_examples_test.py || die
-}
-
-python_install_all() {
-   use examples && dodoc -r examples
-   distutils-r1_python_install_all
-}



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

2023-10-14 Thread Michał Górny
commit: 25b4ef1e13a861eb6f0d94d3493a6568cee585eb
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:27:41 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:27:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25b4ef1e

dev-python/flask-compress: Remove old

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

 dev-python/flask-compress/Manifest |  1 -
 .../flask-compress/flask-compress-1.13.ebuild  | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-python/flask-compress/Manifest 
b/dev-python/flask-compress/Manifest
index c94ce8a8303d..37762b7840da 100644
--- a/dev-python/flask-compress/Manifest
+++ b/dev-python/flask-compress/Manifest
@@ -1,2 +1 @@
-DIST Flask-Compress-1.13.tar.gz 12675 BLAKE2B 
252c63500e5ba2adbe857a52fcffe2dc8280198c79210d64ae8439c8e0daaeaa4e295002a5fdacb6724971018f7e3322c00bab85bfd0ad2291f53103f01f3ee1
 SHA512 
e910971f94966f14d4657f7fa1c92a4e73ca7afd08959ed5d5694228851f06e614873f3202d19c6a06be2c277136f097d88eb578773dd7b5e9130456c9828ed0
 DIST Flask-Compress-1.14.tar.gz 13544 BLAKE2B 
4a2ba809ef378aa8132a22c87acfb535946f347f41d05bf2d9d8de13d05cb0494000b8aa9ba40548236f0ec3e772159e091b41e0fe90f8d6f782a70aabd1e043
 SHA512 
7f30f64bddeaa06875725b6195348cdfb20d3fdd0d8a392f0fbeb209ad5a532bd222fc1c9ceadf7dcff614f2513a885724bfc165fccf162c889924e3b73bee3c

diff --git a/dev-python/flask-compress/flask-compress-1.13.ebuild 
b/dev-python/flask-compress/flask-compress-1.13.ebuild
deleted file mode 100644
index 06080d7207c9..
--- a/dev-python/flask-compress/flask-compress-1.13.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYPI_PN="Flask-Compress"
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Compress responses in your Flask app with gzip"
-HOMEPAGE="
-   https://github.com/colour-science/flask-compress/
-   https://pypi.org/project/Flask-Compress/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   app-arch/brotli[python,${PYTHON_USEDEP}]
-   dev-python/flask[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



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

2023-10-14 Thread Michał Górny
commit: 1c93dec215a9776fc9be9bff84133d35eaa79067
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:26:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:26:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c93dec2

dev-python/furo: Remove old

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

 dev-python/furo/Manifest  |  1 -
 dev-python/furo/furo-2023.8.19.ebuild | 36 ---
 2 files changed, 37 deletions(-)

diff --git a/dev-python/furo/Manifest b/dev-python/furo/Manifest
index 8df4dddeab40..3cf7370ce3d9 100644
--- a/dev-python/furo/Manifest
+++ b/dev-python/furo/Manifest
@@ -1,2 +1 @@
-DIST furo-2023.8.19-py3-none-any.whl 323684 BLAKE2B 
56b05551a4be4e01492a85f25bdb3057dffab4c66a98fc196c8d486ccfab6d8eec86184bc4b99308b3522b4eb21edadfd231aba8c9cdb3ffdcdac7c90e6a5a91
 SHA512 
6134271db8fb60b1fddfff1af0d4394192251d0942c070c29af29313ff7abd14f46f12823b90e8d56f03c92a22732af0b39f754c513513f2437487c6adb070f8
 DIST furo-2023.9.10-py3-none-any.whl 324431 BLAKE2B 
3a513e00c7a5856c19fda8e74c6a66fd89ea53ae5a8035969bc84b3827ec7f8b4c48bf964e3fd9d663f780b4621bdff31cc1bee2ffe0bc8e35700a41e4eb1bcc
 SHA512 
67aba2f451beba1d2ecdcac8cd38db8a5b5952ccdd5d715d8b59ca68106214a8d9b8e0efe3adad6ee1ad84459904053b8fa038d8a334073b4879bd51934c28cf

diff --git a/dev-python/furo/furo-2023.8.19.ebuild 
b/dev-python/furo/furo-2023.8.19.ebuild
deleted file mode 100644
index 1c42bf8413e1..
--- a/dev-python/furo/furo-2023.8.19.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# sphinx-theme-builder is completely unusable, as it requires pinning
-# to a very-specific nodejs version number, and ofc loves fetching
-# everything from the Internet
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Clean customisable Sphinx documentation theme"
-HOMEPAGE="
-   https://pypi.org/project/furo/
-   https://github.com/pradyunsg/furo/
-"
-SRC_URI="$(pypi_wheel_url)"
-S=${WORKDIR}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="
-   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/sphinx-basic-ng[${PYTHON_USEDEP}]
-"
-
-python_compile() {
-   distutils_wheel_install "${BUILD_DIR}/install" \
-   "${DISTDIR}/${P}-py3-none-any.whl"
-}



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

2023-10-14 Thread Michał Górny
commit: d34a5403eed078edbdaefd8868455304d4cc
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:26:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:26:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34a5403

dev-python/widgetsnbextension: Remove old

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

 dev-python/widgetsnbextension/Manifest |  1 -
 .../widgetsnbextension-4.0.8.ebuild| 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-python/widgetsnbextension/Manifest 
b/dev-python/widgetsnbextension/Manifest
index f091f5544916..bb3742667d5f 100644
--- a/dev-python/widgetsnbextension/Manifest
+++ b/dev-python/widgetsnbextension/Manifest
@@ -1,2 +1 @@
-DIST widgetsnbextension-4.0.8.tar.gz 1147105 BLAKE2B 
295d3bde4197f029c037510eb8579f48fec1d3ccf3a13f54dc900a35fb427dd89324fb65e71b8017770ecb3d9a5b947e06825ee79ed3881bc501fb504b3213e5
 SHA512 
66d74b213bde9427917c113f6861551f44578e614c3b004b520d765d5d7946f696b719f6383028034164dded2b063f58a0a16aec1152eac125bd7a6ae8dab391
 DIST widgetsnbextension-4.0.9.tar.gz 1146830 BLAKE2B 
4c4cb7aca3b8ffe45fbb00d296474ca889cc4124d9f96c618b3cc5212a119335866a0e5a246bc5ab69287b4929ce8b88a01eb176b7361d60655e5a7dc5e16df0
 SHA512 
0fb0949fa7dcd7846d16175541f674a3f159ae436ce5c0e4bb74dcad89d944681a9d6473a6d3282aa2525f25c5215195bad57de6b7cd9ef04c549b9f3e76c8b4

diff --git a/dev-python/widgetsnbextension/widgetsnbextension-4.0.8.ebuild 
b/dev-python/widgetsnbextension/widgetsnbextension-4.0.8.ebuild
deleted file mode 100644
index ba299544b22c..
--- a/dev-python/widgetsnbextension/widgetsnbextension-4.0.8.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="IPython HTML widgets for Jupyter"
-HOMEPAGE="
-   https://ipython.org/
-   https://pypi.org/project/widgetsnbextension/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux"
-
-BDEPEND="
-   dev-python/jupyter-packaging[${PYTHON_USEDEP}]
-"
-
-RDEPEND="
-   dev-python/notebook[${PYTHON_USEDEP}]
-"
-
-src_install() {
-   distutils-r1_src_install
-
-   mv "${ED}/usr/etc" "${ED}/etc" || die
-}



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

2023-10-14 Thread Michał Górny
commit: 14df6ff9e9dfd2890b6d26aae6ed09e8b2411429
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:26:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:26:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14df6ff9

dev-python/setuptools: Remove old

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

 dev-python/setuptools/Manifest |   2 -
 dev-python/setuptools/setuptools-68.1.2.ebuild | 125 -
 dev-python/setuptools/setuptools-68.2.1.ebuild | 125 -
 3 files changed, 252 deletions(-)

diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
index 32105a8e64af..ec745d1fee82 100644
--- a/dev-python/setuptools/Manifest
+++ b/dev-python/setuptools/Manifest
@@ -1,3 +1 @@
-DIST setuptools-68.1.2.tar.gz 2198001 BLAKE2B 
bd21de32246eb7bd17289536a65e87636c39d8d7712dffa61b07b052fa7e9020fc06fe2de294a4e4782738c4385ff31e6552a6d3f403c3b1da98ea07405d57e8
 SHA512 
a5a84102ce72f38162b190b91286013cb8660b45f383df04fba65e38c658a5c5b93cdf05f789436618fa596b3ca6688a7c54d31d6d10b729124d3b135660c328
-DIST setuptools-68.2.1.tar.gz 2203059 BLAKE2B 
2db15077041c908e476f115fb1d54abdc6ddef6c1f7b23f2149a0c61c23aa584ada51d73cf5d1ed7e3670cd18077fa1d0001b654e45d9c5882f993e2bf56ffb1
 SHA512 
f7083c3a38f3f9dc1ea3b87d398db7d483d5692e20f395aead40a310cd329c76243450b7d95b4a797ab1c6d2919cba4ac76fa73d2cb454d3c3b9f3209401611b
 DIST setuptools-68.2.2.tar.gz 2203338 BLAKE2B 
3d91bd4b4be1fb7a01b0cca1736187b80f9b07d0e647b49b483d6b8da55f69a678d2c910cde46bd9645dbd10b0b1d14c124d111817cbd7be8d5fab909f787998
 SHA512 
ed3138a39e8ae47d695e71835024d66d63b8de51aa336bd8524de81a5036aa26cf587caca5d6b46c833f77a6e9c8c1ae6b64e8310f712bd9c4e760196778b2ca

diff --git a/dev-python/setuptools/setuptools-68.1.2.ebuild 
b/dev-python/setuptools/setuptools-68.1.2.ebuild
deleted file mode 100644
index b74eeed66337..
--- a/dev-python/setuptools/setuptools-68.1.2.ebuild
+++ /dev/null
@@ -1,125 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
-EAPI=8
-
-# please bump dev-python/ensurepip-setuptools along with this package!
-
-DISTUTILS_USE_PEP517=standalone
-PYTHON_TESTED=( python3_{10..12} pypy3 )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1 multiprocessing pypi
-
-DESCRIPTION="Collection of extensions to Distutils"
-HOMEPAGE="
-   https://github.com/pypa/setuptools/
-   https://pypi.org/project/setuptools/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-python/jaraco-text-3.7.0-r1[${PYTHON_USEDEP}]
-   >=dev-python/more-itertools-8.12.0-r1[${PYTHON_USEDEP}]
-   >=dev-python/nspektr-0.3.0[${PYTHON_USEDEP}]
-   >=dev-python/ordered-set-4.0.2-r1[${PYTHON_USEDEP}]
-   >=dev-python/packaging-21.3-r2[${PYTHON_USEDEP}]
-   >=dev-python/platformdirs-2.6.2-r1[${PYTHON_USEDEP}]
-   >=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
-   >=dev-python/wheel-0.37.1-r1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   ${RDEPEND}
-   test? (
-   $(python_gen_cond_dep '
-   dev-python/build[${PYTHON_USEDEP}]
-   >=dev-python/ini2toml-0.9[${PYTHON_USEDEP}]
-   >=dev-python/filelock-3.4.0[${PYTHON_USEDEP}]
-   >=dev-python/jaraco-envs-2.2[${PYTHON_USEDEP}]
-   >=dev-python/jaraco-path-3.2.0[${PYTHON_USEDEP}]
-   dev-python/pip[${PYTHON_USEDEP}]
-   dev-python/pip-run[${PYTHON_USEDEP}]
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   >=dev-python/tomli-w-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/virtualenv-20[${PYTHON_USEDEP}]
-   ' "${PYTHON_TESTED[@]}")
-   )
-"
-# setuptools-scm is here because installing plugins apparently breaks stuff at
-# runtime, so let's pull it early. See bug #663324.
-PDEPEND="
-   >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]
-   dev-python/setuptools-scm[${PYTHON_USEDEP}]
-"
-
-src_prepare() {
-   local PATCHES=(
-   # TODO: remove this when we're 100% PEP517 mode
-   "${FILESDIR}"/setuptools-62.4.0-py-compile.patch
-   )
-
-   distutils-r1_src_prepare
-
-   # remove bundled dependencies
-   rm -r */_vendor || die
-
-   # remove the ugly */extern hack that breaks on unvendored deps

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

2023-10-14 Thread Michał Górny
commit: 5becb9e8456593d488be779e9e435770fdddcb4b
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:24:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:24:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5becb9e8

dev-python/ensurepip-setuptools: Remove old

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

 dev-python/ensurepip-setuptools/Manifest   |  2 --
 .../ensurepip-setuptools-68.1.2.ebuild | 24 --
 .../ensurepip-setuptools-68.2.1.ebuild | 24 --
 3 files changed, 50 deletions(-)

diff --git a/dev-python/ensurepip-setuptools/Manifest 
b/dev-python/ensurepip-setuptools/Manifest
index d0cda08525c9..8b38c4be8ddd 100644
--- a/dev-python/ensurepip-setuptools/Manifest
+++ b/dev-python/ensurepip-setuptools/Manifest
@@ -1,3 +1 @@
-DIST setuptools-68.1.2-py3-none-any.whl 805130 BLAKE2B 
215d46c49094a6f5b5748354f598082e3740840901b8c8af627308ec4879bd0f23e370c9b1ce5c8c00c5299d4e2fd21800d20b56b93d78da2ab26246e30c0b03
 SHA512 
acce5ba5d446479988ac2f16ab38cdb8750bd6b1cdaab259f05f840ac86071c8b5f036913f83764c30a172df2111c50192852c17a69abc8980bc87c3a5ba3358
-DIST setuptools-68.2.1-py3-none-any.whl 807862 BLAKE2B 
0ab8273ff15c1e3ac17a6a250e7ec79c432d1ac95e460c5d0121c8f370d618fafaf7adb5669fc6387584ef75081f6d0ed6ecff4b1b9fdfbd5fe0fe8fff3adde7
 SHA512 
0de9c413aa7c63a81406e26ea85e25cf8dc5ad8cebd1b9dcada1e7a3af7a41b158af49c245bf7290853ac6b1493211fbc2b4804121edb285b94ed59f62bd6fac
 DIST setuptools-68.2.2-py3-none-any.whl 807864 BLAKE2B 
1ae4dab8a589c95281cac145c3e06b4027b585065a5191a9d6dd9c77730a096b592154863c555d8098c10425dfef315de3b79c6b631e8f6aacc0f234795f95fc
 SHA512 
6e0d854040baff861e1647d2bece7d090bc793b2bd9819c56105b94090df54881a6a9b43ebd82578cd7c76d47181571b671e60672afd9def389d03c9dae84fcf

diff --git a/dev-python/ensurepip-setuptools/ensurepip-setuptools-68.1.2.ebuild 
b/dev-python/ensurepip-setuptools/ensurepip-setuptools-68.1.2.ebuild
deleted file mode 100644
index 3e2f8423f849..
--- a/dev-python/ensurepip-setuptools/ensurepip-setuptools-68.1.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit pypi
-
-DESCRIPTION="Shared setuptools wheel for ensurepip Python module"
-HOMEPAGE="https://pypi.org/project/setuptools/;
-SRC_URI="$(pypi_wheel_url "${PN#ensurepip-}")"
-S=${DISTDIR}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-
-RDEPEND="
-   !https://pypi.org/project/setuptools/;
-SRC_URI="$(pypi_wheel_url "${PN#ensurepip-}")"
-S=${DISTDIR}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
-
-RDEPEND="
-   !

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

2023-10-14 Thread Michał Górny
commit: f51102d7bc8b59f82c92484906b3850db117be75
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 14 18:27:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 14 18:27:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f51102d7

dev-python/prettytable: Remove old

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

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

diff --git a/dev-python/prettytable/Manifest b/dev-python/prettytable/Manifest
index 6db90d03fe43..b1ea0535ddb8 100644
--- a/dev-python/prettytable/Manifest
+++ b/dev-python/prettytable/Manifest
@@ -1,2 +1 @@
-DIST prettytable-3.8.0.tar.gz 47735 BLAKE2B 
df31c77eaa4c0b4e7dc5845255383c13d5eff23c7fb8743c4cdd9f726229c84d98a0b4e66e8d42ec4d3e2d43db703d55706705d2e79c4ae8682b7b8b794217a4
 SHA512 
4719f16e98d4e7b89d8a7f6b2e1d15fd2c44410e5c9edc29a4dbb8ef2899eccff524932afe179bea7a6bbe607a809274b805e76e9ef2e3bf2c77f054635f8f04
 DIST prettytable-3.9.0.tar.gz 47874 BLAKE2B 
67d7eb13626d75372947a7662331dc8f4766f74c752ce918c4431cba5f974c5556c5e00566cccdb9e8715829778f3bd53b72ed124f0e19805ffb05f33ea1e219
 SHA512 
708094e4af6f34a631e63ea4a5655c366b8fd5c0802076d92cb8029402be86b2d528e6d866e8d865790c3d2597229b0f080deac5e843d60e19c326aa909e9eaf

diff --git a/dev-python/prettytable/prettytable-3.8.0.ebuild 
b/dev-python/prettytable/prettytable-3.8.0.ebuild
deleted file mode 100644
index 1b54e0fea1f6..
--- a/dev-python/prettytable/prettytable-3.8.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Easily displaying tabular data in a visually appealing ASCII 
table format"
-HOMEPAGE="
-   https://github.com/jazzband/prettytable/
-   https://pypi.org/project/prettytable/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="
-   dev-python/wcwidth[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/hatch-vcs[${PYTHON_USEDEP}]
-   test? (
-   $(python_gen_impl_dep sqlite)
-   dev-python/pytest-lazy-fixture[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2023-10-14 Thread Arthur Zamarin
commit: 77484ad66d921feeed98df2087b9aa547c1ecc25
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 18:20:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 18:20:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77484ad6

dev-db/sqlite: Stabilize 3.43.2 arm, #915730

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

 dev-db/sqlite/sqlite-3.43.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlite/sqlite-3.43.2.ebuild 
b/dev-db/sqlite/sqlite-3.43.2.ebuild
index 422f3fe78a5e..133a0656db28 100644
--- a/dev-db/sqlite/sqlite-3.43.2.ebuild
+++ b/dev-db/sqlite/sqlite-3.43.2.ebuild
@@ -24,7 +24,7 @@ else
"
S="${WORKDIR}/${PN}-src-${SRC_PV}"
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 fi
 
 LICENSE="public-domain"



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

2023-10-14 Thread Arthur Zamarin
commit: 76db54aa233570727ca493a0ba972a3e39d099ea
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 18:20:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 18:20:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76db54aa

dev-db/sqlite: Stabilize 3.43.2 arm64, #915730

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

 dev-db/sqlite/sqlite-3.43.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlite/sqlite-3.43.2.ebuild 
b/dev-db/sqlite/sqlite-3.43.2.ebuild
index 133a0656db28..655ee46de863 100644
--- a/dev-db/sqlite/sqlite-3.43.2.ebuild
+++ b/dev-db/sqlite/sqlite-3.43.2.ebuild
@@ -24,7 +24,7 @@ else
"
S="${WORKDIR}/${PN}-src-${SRC_PV}"
 
-   KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 fi
 
 LICENSE="public-domain"



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

2023-10-14 Thread Arthur Zamarin
commit: c9140fb79cef129538b2a991e36f8f4761848b92
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 18:16:55 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 18:16:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9140fb7

dev-python/typeguard: Stabilize 4.1.5 arm64, #915763

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

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

diff --git a/dev-python/typeguard/typeguard-4.1.5.ebuild 
b/dev-python/typeguard/typeguard-4.1.5.ebuild
index 9285dbe5fa0f..7da9155a1d6e 100644
--- a/dev-python/typeguard/typeguard-4.1.5.ebuild
+++ b/dev-python/typeguard/typeguard-4.1.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2023-10-14 Thread Arthur Zamarin
commit: 1904a127566edc69aa86fdeb2dd2d5f0f62398bd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 18:16:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 18:16:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1904a127

dev-python/websockets: Stabilize 11.0.3-r2 arm64, #915767

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

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

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild 
b/dev-python/websockets/websockets-11.0.3-r2.ebuild
index e268bc9f0952..1af029147912 100644
--- a/dev-python/websockets/websockets-11.0.3-r2.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



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

2023-10-14 Thread Arthur Zamarin
commit: e55e60b02664ae498d06b9efd7962f1fbb4657d2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 18:16:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 18:16:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e55e60b0

dev-python/typeguard: Stabilize 4.1.5 arm, #915763

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

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

diff --git a/dev-python/typeguard/typeguard-4.1.5.ebuild 
b/dev-python/typeguard/typeguard-4.1.5.ebuild
index 7da9155a1d6e..2663c548d0cb 100644
--- a/dev-python/typeguard/typeguard-4.1.5.ebuild
+++ b/dev-python/typeguard/typeguard-4.1.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2023-10-14 Thread Arthur Zamarin
commit: 5a5b18f129d2eafa54f44d509107b7b49af393e3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 18:16:52 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 18:16:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a5b18f1

dev-python/pickleshare: Stabilize 0.7.5-r1 arm, #915746

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

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

diff --git a/dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild 
b/dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild
index 77c3b7028eb0..7c67c2f0046e 100644
--- a/dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild
+++ b/dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/pickleshare/pickleshare;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos"
 
 RDEPEND="
>=dev-python/path-6.2[${PYTHON_USEDEP}]"



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

2023-10-14 Thread Arthur Zamarin
commit: a8735125dad73ae5b794800fb82cbb48b8935c72
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 18:16:53 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 18:16:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8735125

dev-python/pip-run: Stabilize 12.4.0 arm64, #915747

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

 dev-python/pip-run/pip-run-12.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pip-run/pip-run-12.4.0.ebuild 
b/dev-python/pip-run/pip-run-12.4.0.ebuild
index 06c185c1798b..7267398687b8 100644
--- a/dev-python/pip-run/pip-run-12.4.0.ebuild
+++ b/dev-python/pip-run/pip-run-12.4.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
 
 RDEPEND="
dev-python/autocommand[${PYTHON_USEDEP}]



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

2023-10-14 Thread Arthur Zamarin
commit: 0d33bf53190c9279faed5b1a1fa5f610c1decff6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 18:16:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 18:16:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d33bf53

dev-python/numexpr: Stabilize 2.8.6 arm, #915742

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

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

diff --git a/dev-python/numexpr/numexpr-2.8.6.ebuild 
b/dev-python/numexpr/numexpr-2.8.6.ebuild
index 274186834bcd..ba48ebfd7dd4 100644
--- a/dev-python/numexpr/numexpr-2.8.6.ebuild
+++ b/dev-python/numexpr/numexpr-2.8.6.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/pydata/numexpr/archive/v${PV}.tar.gz -> ${P}.gh.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 DEPEND="
>=dev-python/numpy-1.13.3[${PYTHON_USEDEP}]



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

2023-10-14 Thread Arthur Zamarin
commit: 12cda8b1cbb56f7bce8d8fe8a2b66ba227d9cc4d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 18:16:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 18:16:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12cda8b1

dev-python/numexpr: Stabilize 2.8.6 arm64, #915742

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

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

diff --git a/dev-python/numexpr/numexpr-2.8.6.ebuild 
b/dev-python/numexpr/numexpr-2.8.6.ebuild
index c3e9a385448d..274186834bcd 100644
--- a/dev-python/numexpr/numexpr-2.8.6.ebuild
+++ b/dev-python/numexpr/numexpr-2.8.6.ebuild
@@ -19,7 +19,7 @@ 
SRC_URI="https://github.com/pydata/numexpr/archive/v${PV}.tar.gz -> ${P}.gh.tar.
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
 
 DEPEND="
>=dev-python/numpy-1.13.3[${PYTHON_USEDEP}]



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

2023-10-14 Thread Arthur Zamarin
commit: 448f13d4f779863d0303abd1b6bd351aed568070
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 18:16:54 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 18:16:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=448f13d4

dev-python/pip-run: Stabilize 12.4.0 arm, #915747

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

 dev-python/pip-run/pip-run-12.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pip-run/pip-run-12.4.0.ebuild 
b/dev-python/pip-run/pip-run-12.4.0.ebuild
index 7267398687b8..19072c5b0d86 100644
--- a/dev-python/pip-run/pip-run-12.4.0.ebuild
+++ b/dev-python/pip-run/pip-run-12.4.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
 
 RDEPEND="
dev-python/autocommand[${PYTHON_USEDEP}]



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

2023-10-14 Thread Arthur Zamarin
commit: 9544a403c36d52a7c8543e6ded077dbfad3e9236
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 18:16:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 18:16:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9544a403

dev-python/black: Stabilize 23.9.1 arm, #915729

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

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

diff --git a/dev-python/black/black-23.9.1.ebuild 
b/dev-python/black/black-23.9.1.ebuild
index 69570d46a223..53032ae25f37 100644
--- a/dev-python/black/black-23.9.1.ebuild
+++ b/dev-python/black/black-23.9.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/click-8.0.0[${PYTHON_USEDEP}]



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

2023-10-14 Thread Arthur Zamarin
commit: 5b54ec1bb66aaebe85e7b5ee3ce9d65a1667a87e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 18:16:52 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 18:16:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b54ec1b

dev-python/pickleshare: Stabilize 0.7.5-r1 arm64, #915746

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

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

diff --git a/dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild 
b/dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild
index ae92ca85208e..77c3b7028eb0 100644
--- a/dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild
+++ b/dev-python/pickleshare/pickleshare-0.7.5-r1.ebuild
@@ -11,7 +11,7 @@ HOMEPAGE="https://github.com/pickleshare/pickleshare;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos"
 
 RDEPEND="
>=dev-python/path-6.2[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/

2023-10-14 Thread Arthur Zamarin
commit: eacf6bad56ca492b7b44bfd00ada42d237e0a199
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 18:16:48 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 18:16:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eacf6bad

app-arch/brotli: Stabilize 1.1.0 arm, #915728

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

 app-arch/brotli/brotli-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/brotli/brotli-1.1.0.ebuild 
b/app-arch/brotli/brotli-1.1.0.ebuild
index 50fc6a1829f2..bf55350f3aa1 100644
--- a/app-arch/brotli/brotli-1.1.0.ebuild
+++ b/app-arch/brotli/brotli-1.1.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/google/${PN}.git;
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
SRC_URI="
https://github.com/google/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz



[gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/

2023-10-14 Thread Arthur Zamarin
commit: d28c979cbc872ebf711a2288d0f09727dd2cb624
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 18:16:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 18:16:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d28c979c

app-arch/brotli: Stabilize 1.1.0 sparc, #915728

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

 app-arch/brotli/brotli-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/brotli/brotli-1.1.0.ebuild 
b/app-arch/brotli/brotli-1.1.0.ebuild
index 416ea05c825c..9088b6b2b686 100644
--- a/app-arch/brotli/brotli-1.1.0.ebuild
+++ b/app-arch/brotli/brotli-1.1.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/google/${PN}.git;
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
SRC_URI="
https://github.com/google/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz



[gentoo-commits] repo/gentoo:master commit in: app-arch/brotli/

2023-10-14 Thread Arthur Zamarin
commit: 449c4ffc23101b463b045079e09db648359b2573
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 18:16:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 18:16:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=449c4ffc

app-arch/brotli: Stabilize 1.1.0 arm64, #915728

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

 app-arch/brotli/brotli-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/brotli/brotli-1.1.0.ebuild 
b/app-arch/brotli/brotli-1.1.0.ebuild
index 9088b6b2b686..50fc6a1829f2 100644
--- a/app-arch/brotli/brotli-1.1.0.ebuild
+++ b/app-arch/brotli/brotli-1.1.0.ebuild
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/google/${PN}.git;
inherit git-r3
 else
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~x64-solaris"
SRC_URI="
https://github.com/google/${PN}/archive/v${PV}.tar.gz
-> ${P}.tar.gz



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

2023-10-14 Thread Arthur Zamarin
commit: 5dca5dd6915bf186987ced642225e2a3b0a1058f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 18:16:48 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 18:16:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dca5dd6

dev-python/black: Stabilize 23.9.1 arm64, #915729

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

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

diff --git a/dev-python/black/black-23.9.1.ebuild 
b/dev-python/black/black-23.9.1.ebuild
index 14fc947b6b3f..69570d46a223 100644
--- a/dev-python/black/black-23.9.1.ebuild
+++ b/dev-python/black/black-23.9.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/click-8.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-cpp/abseil-cpp/

2023-10-14 Thread Arthur Zamarin
commit: 2a2ce6ad7a1e8e6be072bceedf4695d90da88246
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 18:16:45 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 18:16:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a2ce6ad

dev-cpp/abseil-cpp: Stabilize 20230802.0 arm64, #915160

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

 dev-cpp/abseil-cpp/abseil-cpp-20230802.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/abseil-cpp/abseil-cpp-20230802.0.ebuild 
b/dev-cpp/abseil-cpp/abseil-cpp-20230802.0.ebuild
index bb56fbef5cb1..5499baf99ddb 100644
--- a/dev-cpp/abseil-cpp/abseil-cpp-20230802.0.ebuild
+++ b/dev-cpp/abseil-cpp/abseil-cpp-20230802.0.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/abseil/abseil-cpp/archive/${PV}.tar.gz -> ${P}.tar.g
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV%%.*}"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~amd64 ~arm arm64 ~loong ~ppc64 ~riscv ~sparc x86"
 IUSE="test"
 
 DEPEND=""



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

2023-10-14 Thread Mart Raudsepp
commit: 654242e4198e7cc9147762561383d8662b7b35f6
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Oct 14 18:11:00 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Oct 14 18:11:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=654242e4

media-sound/clementine: Drop runtime dependency on dead gst-plugins-libmms

Signed-off-by: Mart Raudsepp  gentoo.org>

 .../{clementine-1.4.0_rc2-r2.ebuild => clementine-1.4.0_rc2-r3.ebuild} | 3 +--
 media-sound/clementine/clementine-.ebuild  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/media-sound/clementine/clementine-1.4.0_rc2-r2.ebuild 
b/media-sound/clementine/clementine-1.4.0_rc2-r3.ebuild
similarity index 97%
rename from media-sound/clementine/clementine-1.4.0_rc2-r2.ebuild
rename to media-sound/clementine/clementine-1.4.0_rc2-r3.ebuild
index e247d81a4967..de4ccf2b0a21 100644
--- a/media-sound/clementine/clementine-1.4.0_rc2-r2.ebuild
+++ b/media-sound/clementine/clementine-1.4.0_rc2-r3.ebuild
@@ -21,7 +21,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="alsa box cdda +dbus debug dropbox googledrive ipod lastfm mms moodbar 
mtp projectm pulseaudio seafile skydrive test +udisks wiimote"
+IUSE="alsa box cdda +dbus debug dropbox googledrive ipod lastfm moodbar mtp 
projectm pulseaudio seafile skydrive test +udisks wiimote"
 RESTRICT="!test? ( test )"
 
 REQUIRED_USE="
@@ -65,7 +65,6 @@ RDEPEND="${COMMON_DEPEND}
media-plugins/gst-plugins-meta:1.0
media-plugins/gst-plugins-soup:1.0
media-plugins/gst-plugins-taglib:1.0
-   mms? ( media-plugins/gst-plugins-libmms:1.0 )
mtp? ( gnome-base/gvfs[mtp] )
udisks? ( sys-fs/udisks:2 )
 "

diff --git a/media-sound/clementine/clementine-.ebuild 
b/media-sound/clementine/clementine-.ebuild
index 249aacb20819..9922ac005926 100644
--- a/media-sound/clementine/clementine-.ebuild
+++ b/media-sound/clementine/clementine-.ebuild
@@ -21,7 +21,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="alsa box cdda +dbus debug dropbox googledrive ipod lastfm mms moodbar 
mtp projectm pulseaudio seafile skydrive test +udisks wiimote"
+IUSE="alsa box cdda +dbus debug dropbox googledrive ipod lastfm moodbar mtp 
projectm pulseaudio seafile skydrive test +udisks wiimote"
 RESTRICT="!test? ( test )"
 
 REQUIRED_USE="
@@ -65,7 +65,6 @@ RDEPEND="${COMMON_DEPEND}
media-plugins/gst-plugins-meta:1.0
media-plugins/gst-plugins-soup:1.0
media-plugins/gst-plugins-taglib:1.0
-   mms? ( media-plugins/gst-plugins-libmms:1.0 )
mtp? ( gnome-base/gvfs[mtp] )
udisks? ( sys-fs/udisks:2 )
 "



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

2023-10-14 Thread Mart Raudsepp
commit: 3f394b219b542898465c7fd387ec8d958648778c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Oct 14 18:05:37 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Oct 14 18:05:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f394b21

package.mask: Last rite media-libs/libofa

Bug: https://bugs.gentoo.org/915190
Signed-off-by: Mart Raudsepp  gentoo.org>

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 5e20e654eaf9..9de80b7aa1f1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Mart Raudsepp  (2023-10-14)
+# The database used by this music fingerprint library has been defunct for
+# a while. Removal on 2023-11-13. Bug #915190.
+media-libs/libofa
+
 # Mart Raudsepp  (2023-10-14)
 # GStreamer plugin removed upstream. MMS was deprecated in 2003 and no
 # streams using MMS are known to exist. Removal on 2023-11-13. Bug #915771.



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

2023-10-14 Thread Mart Raudsepp
commit: e47de5b1006ec6e2ac41061c0fb4137335a489e4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Oct 14 17:56:54 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Oct 14 17:58:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e47de5b1

package.mask: Last rite media-plugins/gst-plugins-libmms

Bug: https://bugs.gentoo.org/915771
Signed-off-by: Mart Raudsepp  gentoo.org>

 profiles/package.mask | 5 +
 1 file changed, 5 insertions(+)

diff --git a/profiles/package.mask b/profiles/package.mask
index 5ac439dc83bd..5e20e654eaf9 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -33,6 +33,11 @@
 
 #--- END OF EXAMPLES ---
 
+# Mart Raudsepp  (2023-10-14)
+# GStreamer plugin removed upstream. MMS was deprecated in 2003 and no
+# streams using MMS are known to exist. Removal on 2023-11-13. Bug #915771.
+media-plugins/gst-plugins-libmms
+
 # Florian Schmaus  (2023-10-14)
 # Obsolete acct-* packages that became leaf packages.
 # Removal on 2023-11-14.



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

2023-10-14 Thread John Helmert III
commit: 829b55c1c8263f277c7deb6c536f466df2c20817
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  9 05:30:02 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sat Oct 14 17:34:55 2023 +
URL:https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=829b55c1

Handle new clearsigned 'latest' files

The latest*.txt files are now clear-signed which confuses our awk line.

Signed-off-by: Sam James  gentoo.org>
Closes: https://github.com/gentoo/gentoo-docker-images/pull/132
Signed-off-by: John Helmert III  gentoo.org>

 stage3.Dockerfile | 10 ++
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/stage3.Dockerfile b/stage3.Dockerfile
index df82bc2..111ae96 100644
--- a/stage3.Dockerfile
+++ b/stage3.Dockerfile
@@ -16,14 +16,16 @@ ARG SIGNING_KEY="0xBB572E0E2D182910"
 
 RUN echo "Building Gentoo Container image for ${ARCH} ${SUFFIX} fetching from 
${DIST}" \
  && apk --no-cache add ca-certificates gnupg tar wget xz \
- && STAGE3PATH="$(wget -O- "${DIST}/latest-stage3-${MICROARCH}${SUFFIX}.txt" | 
tail -n 1 | cut -f 1 -d ' ')" \
- && echo "STAGE3PATH:" $STAGE3PATH \
- && STAGE3="$(basename ${STAGE3PATH})" \
- && wget -q "${DIST}/${STAGE3PATH}" "${DIST}/${STAGE3PATH}.CONTENTS.gz" 
"${DIST}/${STAGE3PATH}.asc" \
  && gpg --list-keys \
  && echo "honor-http-proxy" >> ~/.gnupg/dirmngr.conf \
  && echo "disable-ipv6" >> ~/.gnupg/dirmngr.conf \
  && gpg --keyserver hkps://keys.gentoo.org --recv-keys ${SIGNING_KEY} \
+ && wget -q "${DIST}/latest-stage3-${MICROARCH}${SUFFIX}.txt" \
+ && gpg --verify "latest-stage3-${MICROARCH}${SUFFIX}.txt" \
+ && STAGE3PATH="$(sed -n '6p' "latest-stage3-${MICROARCH}${SUFFIX}.txt" | cut 
-f 1 -d ' ')" \
+ && echo "STAGE3PATH:" ${STAGE3PATH} \
+ && STAGE3="$(basename ${STAGE3PATH})" \
+ && wget -q "${DIST}/${STAGE3PATH}" "${DIST}/${STAGE3PATH}.CONTENTS.gz" 
"${DIST}/${STAGE3PATH}.asc" \
  && gpg --verify "${STAGE3}.asc" \
  && tar xpf "${STAGE3}" --xattrs-include='*.*' --numeric-owner \
  && ( sed -i -e 's/#rc_sys=""/rc_sys="docker"/g' etc/rc.conf 2>/dev/null || 
true ) \



[gentoo-commits] proj/docker-images:master commit in: .github/workflows/, .github/actions/container_build/

2023-10-14 Thread John Helmert III
commit: d7e9b1ab0b92cc81c0cc6c589e713c78e8b8df2b
Author: John Helmert III  gentoo  org>
AuthorDate: Sat Oct 14 17:19:46 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sat Oct 14 17:19:46 2023 +
URL:https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=d7e9b1ab

split iamge build steps into dedicated actions file

Signed-off-by: John Helmert III  gentoo.org>

 .github/actions/container_build/action.yml | 46 ++
 .github/workflows/build.yml| 32 -
 2 files changed, 51 insertions(+), 27 deletions(-)

diff --git a/.github/actions/container_build/action.yml 
b/.github/actions/container_build/action.yml
new file mode 100644
index 000..bef1441
--- /dev/null
+++ b/.github/actions/container_build/action.yml
@@ -0,0 +1,46 @@
+---
+name: Build
+inputs:
+  target:
+required: true
+  dockerhub_username:
+required: true
+  dockerhub_password:
+required: true
+runs:
+  using: composite
+  steps:
+- name: Set up QEMU
+  uses: docker/setup-qemu-action@v2
+- name: Set up buildx
+  uses: docker/setup-buildx-action@v2
+- name: Set up TARGET
+  run: echo "TARGET=${{ inputs.target }}" | tee $GITHUB_ENV
+  shell: bash
+- name: Build image
+  if: startswith(inputs.target, 'stage3') || startswith(inputs.target, 
'portage')
+  shell: bash
+  run: ./build.sh
+- name: Build python image
+  if: startswith(inputs.target, 'python')
+  shell: bash
+  run: ./build-python.sh
+- name: Inspect image
+  shell: bash
+  run: docker image inspect "${ORG}/${TARGET/-/:}"
+- name: Inspect portage
+  if: matrix.target != 'portage'
+  shell: bash
+  run: docker run --rm "${ORG}/${TARGET/-/:}" emerge --info
+- name: Login to DockerHub
+  uses: docker/login-action@v2
+  if: github.event_name == 'schedule'
+  with:
+username: ${{ inputs.dockerhub_username }}
+password: ${{ inputs.dockerhub_password }}
+- name: Push image
+  if: github.event_name == 'schedule'
+  shell: bash
+  env:
+DOCKER_CLI_EXPERIMENTAL: enabled
+  run: ./deploy.sh

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ef4e56f..cb95b19 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -58,34 +58,12 @@ jobs:
   - stage3-s390x-systemd
 name: ${{ matrix.target }}
 runs-on: ubuntu-latest
-env:
-  TARGET: ${{ matrix.target }}
 steps:
   - name: Checkout code
 uses: actions/checkout@v3
-  - name: Set up QEMU
-uses: docker/setup-qemu-action@v2
-  - name: Set up buildx
-uses: docker/setup-buildx-action@v2
-  - name: Build image
-if: startswith(matrix.target, 'stage3') || startswith(matrix.target, 
'portage')
-run: ./build.sh
-  - name: Build python image
-if: startswith( matrix.target, 'python')
-run: ./build-python.sh
-  - name: Inspect image
-run: docker image inspect "${ORG}/${TARGET/-/:}"
-  - name: Inspect portage
-if: matrix.target != 'portage'
-run: docker run --rm "${ORG}/${TARGET/-/:}" emerge --info
-  - name: Login to DockerHub
-uses: docker/login-action@v2
-if: github.event_name == 'schedule'
+  - name: Build ${{ matrix.target }}
+uses: ./.github/actions/container_build
 with:
-  username: ${{ secrets.DOCKERHUB_USERNAME }}
-  password: ${{ secrets.DOCKERHUB_PASSWORD }}
-  - name: Push image
-if: github.event_name == 'schedule'
-env:
-  DOCKER_CLI_EXPERIMENTAL: enabled
-run: ./deploy.sh
+  target: ${{ matrix.target }}
+  dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
+  dockerhub_password: ${{ secrets.DOCKERHUB_PASSWORD }}



[gentoo-commits] proj/docker-images:master commit in: .github/workflows/

2023-10-14 Thread John Helmert III
commit: 52fbc593365dba5717f9f98997632ed1afa20a2b
Author: John Helmert III  gentoo  org>
AuthorDate: Sat Oct 14 17:19:48 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Sat Oct 14 17:19:48 2023 +
URL:https://gitweb.gentoo.org/proj/docker-images.git/commit/?id=52fbc593

actions: move portage to its own daily job

gentoo.git is updated far more than weekly, so only rebuilding weekly
makes little sense in this case. Instead, rebuild it daily so that
syncing downstream is less necessary.

Closes: https://github.com/gentoo/gentoo-docker-images/issues/129
Signed-off-by: John Helmert III  gentoo.org>

 .github/workflows/build.yml   |  1 -
 .github/workflows/portage.yml | 30 ++
 2 files changed, 30 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index cb95b19..f65817a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,7 +16,6 @@ jobs:
   matrix:
 target:
   - python
-  - portage
   - stage3-amd64-hardened-nomultilib-openrc
   - stage3-amd64-hardened-openrc
   - stage3-amd64-musl

diff --git a/.github/workflows/portage.yml b/.github/workflows/portage.yml
new file mode 100644
index 000..a305bb8
--- /dev/null
+++ b/.github/workflows/portage.yml
@@ -0,0 +1,30 @@
+name: portage
+
+on:
+  schedule:
+- cron: '0 1 * * *'
+  push:
+  pull_request:
+
+env:
+  ORG: gentoo
+
+jobs:
+  portage:
+# some boilerplate kept for alignment with build.yml
+strategy:
+  fail-fast: false
+  matrix:
+target:
+  - portage
+name: ${{ matrix.target }}
+runs-on: ubuntu-latest
+steps:
+  - name: Checkout code
+uses: actions/checkout@v3
+  - name: Build ${{ matrix.target }}
+uses: ./.github/actions/container_build
+with:
+  target: ${{ matrix.target }}
+  dockerhub_username: ${{ secrets.DOCKERHUB_USERNAME }}
+  dockerhub_password: ${{ secrets.DOCKERHUB_PASSWORD }}



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

2023-10-14 Thread Arthur Zamarin
commit: 76258b8623c727b9f6b299d37a52a79ddcf6ad6f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 16:58:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 16:58:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76258b86

dev-python/websockets: Stabilize 11.0.3-r2 sparc, #915767

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

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

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild 
b/dev-python/websockets/websockets-11.0.3-r2.ebuild
index c35551947fb1..e268bc9f0952 100644
--- a/dev-python/websockets/websockets-11.0.3-r2.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



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

2023-10-14 Thread Arthur Zamarin
commit: 694710f896dd736e1a1abcaaa6a3cc700c0e619f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 16:58:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 16:58:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=694710f8

dev-db/sqlite: Stabilize 3.43.2 sparc, #915730

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

 dev-db/sqlite/sqlite-3.43.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-db/sqlite/sqlite-3.43.2.ebuild 
b/dev-db/sqlite/sqlite-3.43.2.ebuild
index fb473fb1a985..422f3fe78a5e 100644
--- a/dev-db/sqlite/sqlite-3.43.2.ebuild
+++ b/dev-db/sqlite/sqlite-3.43.2.ebuild
@@ -24,7 +24,7 @@ else
"
S="${WORKDIR}/${PN}-src-${SRC_PV}"
 
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos ~x64-solaris"
 fi
 
 LICENSE="public-domain"



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

2023-10-14 Thread Arthur Zamarin
commit: dafa341fb7adf06d8669eed969370ef2550edabe
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 16:58:49 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 16:58:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dafa341f

dev-python/pip-run: Stabilize 12.4.0 sparc, #915747

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

 dev-python/pip-run/pip-run-12.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pip-run/pip-run-12.4.0.ebuild 
b/dev-python/pip-run/pip-run-12.4.0.ebuild
index d7772854ccf4..06c185c1798b 100644
--- a/dev-python/pip-run/pip-run-12.4.0.ebuild
+++ b/dev-python/pip-run/pip-run-12.4.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
 
 RDEPEND="
dev-python/autocommand[${PYTHON_USEDEP}]



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

2023-10-14 Thread Arthur Zamarin
commit: 555204de1704b8b8e6b0b5ca419292ddcc99326d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 16:58:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 16:58:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=555204de

dev-python/typeguard: Stabilize 4.1.5 sparc, #915763

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

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

diff --git a/dev-python/typeguard/typeguard-4.1.5.ebuild 
b/dev-python/typeguard/typeguard-4.1.5.ebuild
index cfbed6fa7d5a..9285dbe5fa0f 100644
--- a/dev-python/typeguard/typeguard-4.1.5.ebuild
+++ b/dev-python/typeguard/typeguard-4.1.5.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2023-10-14 Thread Arthur Zamarin
commit: 9c6a9d1455a814a5bb6046215fb5b92582c3ab06
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 16:58:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 16:58:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c6a9d14

dev-python/jaraco-env: Stabilize 1.0.0 sparc, #915747

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

 dev-python/jaraco-env/jaraco-env-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/jaraco-env/jaraco-env-1.0.0.ebuild 
b/dev-python/jaraco-env/jaraco-env-1.0.0.ebuild
index 6585a1c6f4d9..3f52a0b71d38 100644
--- a/dev-python/jaraco-env/jaraco-env-1.0.0.ebuild
+++ b/dev-python/jaraco-env/jaraco-env-1.0.0.ebuild
@@ -18,7 +18,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
 
 BDEPEND="
dev-python/setuptools-scm[${PYTHON_USEDEP}]



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

2023-10-14 Thread Arthur Zamarin
commit: fc3174927729ab8c44ba6aba81541b37bed00491
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 16:58:48 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 16:58:48 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc317492

dev-python/fakeredis: Stabilize 2.19.0 ALLARCHES, #915732

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

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

diff --git a/dev-python/fakeredis/fakeredis-2.19.0.ebuild 
b/dev-python/fakeredis/fakeredis-2.19.0.ebuild
index be7b925f5e88..04003ae5a380 100644
--- a/dev-python/fakeredis/fakeredis-2.19.0.ebuild
+++ b/dev-python/fakeredis/fakeredis-2.19.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
dev-python/packaging[${PYTHON_USEDEP}]



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

2023-10-14 Thread Arthur Zamarin
commit: a9d67669bb7474e9d1ab61b170fea52bb8daa13f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 16:52:57 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 16:52:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d67669

dev-python/protobuf-python: Keyword 4.23.3 sparc, #912773

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

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

diff --git a/dev-python/protobuf-python/protobuf-python-4.23.3.ebuild 
b/dev-python/protobuf-python/protobuf-python-4.23.3.ebuild
index c8a33b8666b2..546a2110c18e 100644
--- a/dev-python/protobuf-python/protobuf-python-4.23.3.ebuild
+++ b/dev-python/protobuf-python/protobuf-python-4.23.3.ebuild
@@ -24,7 +24,7 @@ else

https://github.com/protocolbuffers/protobuf/archive/v${PARENT_PV}.tar.gz
-> ${PARENT_P}.tar.gz
"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~x86 
~amd64-linux ~x86-linux ~x64-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos"
 fi
 
 DESCRIPTION="Google's Protocol Buffers - Python bindings"



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

2023-10-14 Thread Arthur Zamarin
commit: 8cb62e2df1792078d9a5ceea1c1bfde8b06df7f9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 16:52:47 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 16:52:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb62e2d

dev-python/black: Stabilize 23.9.1 sparc, #915729

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

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

diff --git a/dev-python/black/black-23.9.1.ebuild 
b/dev-python/black/black-23.9.1.ebuild
index 29726cd5e4ea..14fc947b6b3f 100644
--- a/dev-python/black/black-23.9.1.ebuild
+++ b/dev-python/black/black-23.9.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 sparc ~x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/click-8.0.0[${PYTHON_USEDEP}]



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

2023-10-14 Thread Arthur Zamarin
commit: 8563c2e9c539e761128ba73554b00141f18f4994
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 16:52:56 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 16:52:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8563c2e9

dev-libs/protobuf: Keyword 23.3-r2 sparc, #912773

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

 dev-libs/protobuf/protobuf-23.3-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/protobuf/protobuf-23.3-r2.ebuild 
b/dev-libs/protobuf/protobuf-23.3-r2.ebuild
index 0007fbe3cbca..c9721bfd61ce 100644
--- a/dev-libs/protobuf/protobuf-23.3-r2.ebuild
+++ b/dev-libs/protobuf/protobuf-23.3-r2.ebuild
@@ -12,7 +12,7 @@ if [[ "${PV}" == * ]]; then
EGIT_SUBMODULES=()
 else

SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~x86 
~amd64-linux ~x86-linux ~x64-macos"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~mips ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~x64-macos"
 fi
 
 DESCRIPTION="Google's Protocol Buffers - Extensible mechanism for serializing 
structured data"



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

2023-10-14 Thread Arthur Zamarin
commit: ea3c56df1185a364f2adf58b68928f4836ba9c54
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 16:53:00 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 16:53:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea3c56df

dev-python/websockets: Stabilize 11.0.3-r2 amd64, #915767

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

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

diff --git a/dev-python/websockets/websockets-11.0.3-r2.ebuild 
b/dev-python/websockets/websockets-11.0.3-r2.ebuild
index 7662bbcfd045..c35551947fb1 100644
--- a/dev-python/websockets/websockets-11.0.3-r2.ebuild
+++ b/dev-python/websockets/websockets-11.0.3-r2.ebuild
@@ -24,7 +24,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc x86"
 IUSE="+native-extensions"
 
 distutils_enable_tests pytest



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

2023-10-14 Thread Arthur Zamarin
commit: de6641de59b84d612d5886a1e55c253307871552
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 16:52:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 16:52:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de6641de

dev-python/pytest-aiohttp: Stabilize 1.0.5 ALLARCHES, #915757

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

 dev-python/pytest-aiohttp/pytest-aiohttp-1.0.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.5.ebuild 
b/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.5.ebuild
index a3fd0d0ec5f8..5156acdaadbd 100644
--- a/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.5.ebuild
+++ b/dev-python/pytest-aiohttp/pytest-aiohttp-1.0.5.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 
 RDEPEND="
>=dev-python/aiohttp-3.8.1[${PYTHON_USEDEP}]



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

2023-10-14 Thread Arthur Zamarin
commit: 2c435a359f4a46aaa55653e4ed3f8cc67e87fb9a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Oct 14 16:50:40 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Oct 14 16:50:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c435a35

dev-python/tldextract: Stabilize 3.6.0 x86, #915761

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

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

diff --git a/dev-python/tldextract/tldextract-3.6.0.ebuild 
b/dev-python/tldextract/tldextract-3.6.0.ebuild
index 26a480fa5866..414170458558 100644
--- a/dev-python/tldextract/tldextract-3.6.0.ebuild
+++ b/dev-python/tldextract/tldextract-3.6.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+KEYWORDS="~amd64 ~arm64 ~loong x86"
 
 RDEPEND="
>=dev-python/filelock-3.0.8[${PYTHON_USEDEP}]



  1   2   3   >