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

2023-02-20 Thread Michał Górny
commit: 4103a6a15915dc00395295b8adf81bde0c9e885e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 07:51:38 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:51:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4103a6a1

dev-python/boto3: Remove old

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

 dev-python/boto3/Manifest |  1 -
 dev-python/boto3/boto3-1.26.59.ebuild | 68 ---
 2 files changed, 69 deletions(-)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 56a016bd78ea..28f9140027d6 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,4 +1,3 @@
-DIST boto3-1.26.59.gh.tar.gz 594565 BLAKE2B 
90c5fe950da7fabc46a4c34e0a77997cfc643273f6b3c1afed6caad3415486b25a6610c8fb9d3f3450b4f3b73e45cfec5d6b1f02666dbd2608944e2db81a955b
 SHA512 
e4dff5978e41a9f4c29ef131d7b8c1f0ec625d9fc77a8cff9ce3c6d5a00d68e75b62da34b418252ddfeedf6302332edd8a30d88401ea393d0de3add64ab5cc40
 DIST boto3-1.26.69.gh.tar.gz 600296 BLAKE2B 
8c37d9c818e29617defed964271436be2ffa54f8a634661d6a9fc665d1b77a041d83bcba153d5c0dffe90c4185e0a163e9141880cd8147964f7ed479b975ecb2
 SHA512 
8635afb8c20c3534c36551eb6004676ebcee987836e494b8a67673ae16f4dee8d8efb83e632c6df2e0f07827965bcc9b8e72c159657ff72f1c9c1f52ccd49a16
 DIST boto3-1.26.74.gh.tar.gz 602525 BLAKE2B 
6d9b397864649ecd9b3f46bcee832c57cdce809545522f3beaf0d2eb98ca1f99e5fcab132f3389a4b2edcd585d9f6759de961b1f83f5912420629b6b03092c36
 SHA512 
eba11711dbd77988deb1695b954b6eb931b8ad49f96971e221415355de9bd2f3015b5a58be34a7378180f59500f9c15135192ccb97454141dbcaa664f0183627
 DIST boto3-1.26.75.gh.tar.gz 602878 BLAKE2B 
8bce90fd5b6474316922a6da571dfe27a0d5c15743f05c184314d74ae2323635a71d0b7adf02ff7c8ebdea1cfbcb8e730c1d97de96b29fcaa4d178645c760748
 SHA512 
5d5cbb5e9606aae1a90c5766315c120f799a1cae528b1cc5d052c18b70c276524d9ffb077a662273d30ffa3fff86405c00ec35718bc510505c3fa6f7edc01ad0

diff --git a/dev-python/boto3/boto3-1.26.59.ebuild 
b/dev-python/boto3/boto3-1.26.59.ebuild
deleted file mode 100644
index d6d605bdb0c6..
--- a/dev-python/boto3/boto3-1.26.59.ebuild
+++ /dev/null
@@ -1,68 +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 multiprocessing
-
-DESCRIPTION="The AWS SDK for Python"
-HOMEPAGE="
-   https://github.com/boto/boto3/
-   https://pypi.org/project/boto3/
-"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/boto/boto3;
-   inherit git-r3
-   BOTOCORE_PV=${PV}
-else
-   SRC_URI="
-   https://github.com/boto/boto3/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   "
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux"
-
-   # botocore is x.(y+3).z
-   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
-fi
-
-RDEPEND="
-   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
-   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-   >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs/source \
-   'dev-python/guzzle_sphinx_theme'
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # don't lock versions to narrow ranges
-   sed -e '/botocore/ d' \
-   -e '/jmespath/ d' \
-   -e '/s3transfer/ d' \
-   -i setup.py || die
-
-   # do not rely on bundled deps in botocore (sic!)
-   find -name '*.py' -exec sed -i \
-   -e 's:from botocore[.]vendored import:import:' \
-   -e 's:from botocore[.]vendored[.]:from :' \
-   {} + || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   epytest tests/{functional,unit} -n "$(makeopts_jobs)"
-}



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

2023-02-20 Thread Michał Górny
commit: 263261f9c0e6883bfef85f8622f0939bdad5fd34
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 07:51:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:51:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=263261f9

app-admin/awscli: Remove old

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

 app-admin/awscli/Manifest  |  1 -
 app-admin/awscli/awscli-1.27.59.ebuild | 80 --
 2 files changed, 81 deletions(-)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index e7770e23c908..f9944707320a 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -1,4 +1,3 @@
-DIST aws-cli-1.27.59.gh.tar.gz 2360458 BLAKE2B 
e60117e41cf95d442db333cf49c146e4ed02247007b8f46228799c5dee8c486aec34b236c9a0a6d152d690ff86c34fd797a6f35227a6e443805cdfe1b1b30f00
 SHA512 
87b9aebe812415223285c09ab5a36de2b9c0da49775d1162a5b5d7489ad61c16ca5361b721bc9e4ec4ccc09306be24513f42d7263b315d6856be20fdf0779686
 DIST aws-cli-1.27.69.gh.tar.gz 2366011 BLAKE2B 
e2ac484bb6ead107d0deca6bad5b9ca4a014f129d1253528869c303d72d58f1e9d5329b6c3180ec53190e43711d999b7026764c0cf65786903dade2a5c135f88
 SHA512 
85d6d820918ab42ce39e3a90751726a8dbf691083f5d71834b61b8456f6c91e3cac7ead86448187a3853a26f9e75e2e1d7f2acd3a8de59a69ebc028a4692b9ac
 DIST aws-cli-1.27.74.gh.tar.gz 2368706 BLAKE2B 
3eb9d8c21b9ddfd3a3e4bb53172a46ad69ca71033785bd29fd8b0b0f694c2ed62a4cad998ccd13b07949b86a89f2ca238a63a4553e591ba9066832f51ed87759
 SHA512 
cf61a3f1dd643bb7d0f81f047c1eeae78a7793532bffa612045273c46ae970b2763156a7679b6e16e65c2f886dec68e54db0169580bb3c37cc08420f874e704c
 DIST aws-cli-1.27.75.gh.tar.gz 2368634 BLAKE2B 
b1a150c77b5f7ff98b33bff0225d889d8b4947492103d44da2b58339a59a7616613db6a29daeab63c50a58f2c8022b392bdd392024080dca853e6b329652db09
 SHA512 
b5eaac8c5277a9f8428ccad060cfa8764ac51853701cb02d3a4656711df1daaaf836071522ecc32baeeb05ab739ee56968ce11b4552a942cc3a9705c74a788d9

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



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

2023-02-20 Thread Michał Górny
commit: 90327f1bc73ea08c9d8441477988e61de44e68e0
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 07:52:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:52:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90327f1b

dev-python/importlib_resources: Remove old

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

 dev-python/importlib_resources/Manifest|  1 -
 .../importlib_resources-5.10.1.ebuild  | 49 --
 2 files changed, 50 deletions(-)

diff --git a/dev-python/importlib_resources/Manifest 
b/dev-python/importlib_resources/Manifest
index fb7120b20886..4edf621d2e92 100644
--- a/dev-python/importlib_resources/Manifest
+++ b/dev-python/importlib_resources/Manifest
@@ -1,3 +1,2 @@
-DIST importlib_resources-5.10.1.gh.tar.gz 34781 BLAKE2B 
63b516e1bd9cdb141751dc432944b520227a9b5e18b814db8204e1a5820a410d6101a2c902d25855796d3d1fbb790e2bc1f9327a47f828e946419fb8e787fb4e
 SHA512 
1a3a6e36e30d72ceefe014beafc668624975c74e1ac4c2f526c377443e93792e432f4aa22d3c7d08101dabf906f50227f8716a0ee7f60d62ea24ca99641f8c67
 DIST importlib_resources-5.10.2.gh.tar.gz 34882 BLAKE2B 
df84de4cf9f6f912c034c8a85be1005782ff6ac48df61c251d09990033ebc6bedc0db5913f556b9b2825c19a2dd1962d9481404b7ab85b4156ab685857ae6cb1
 SHA512 
891db784e030ab3262361165cef8730cb26f6a4526e279c13b8e538bed5d0035cb63ee6f4c62eb9d43ccfabfd97fb5b0effafda688185b89de8718910631b4d4
 DIST importlib_resources-5.12.0.gh.tar.gz 36161 BLAKE2B 
1adcf5e2d0292867eb0b96819ee5d808b62d7f479a6fb4254db50b0397814b0f6ffe4d209f4dfcc19147bd060888cfd457391de9d6746b1b85f58b9d0792e29b
 SHA512 
038d44919ace6d92709855eae0d111ae772edfbbf79e82349a34ab143d0ec9ed796a317ff3e1a06a08404d4a58398d130a1a4f425d26511e724bc03946679d19

diff --git a/dev-python/importlib_resources/importlib_resources-5.10.1.ebuild 
b/dev-python/importlib_resources/importlib_resources-5.10.1.ebuild
deleted file mode 100644
index c0eef94b99eb..
--- a/dev-python/importlib_resources/importlib_resources-5.10.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=flit
-# This is a backport of Python 3.9's importlib.resources
-PYTHON_COMPAT=( pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Read resources from Python packages"
-HOMEPAGE="
-   https://github.com/python/importlib_resources/
-   https://pypi.org/project/importlib-resources/
-"
-SRC_URI="
-   https://github.com/python/importlib_resources/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~x64-macos ~x64-solaris"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   >=dev-python/zipp-3.7.0-r1[${PYTHON_USEDEP}]
-   ' 3.8 3.9)
-"
-
-distutils_enable_tests unittest
-
-src_configure() {
-   grep -q 'build-backend = "setuptools' pyproject.toml ||
-   die "Upstream changed build-backend, recheck"
-   # write a custom pyproject.toml to ease setuptools bootstrap
-   cat > pyproject.toml <<-EOF || die
-   [build-system]
-   requires = ["flit_core >=3.2,<4"]
-   build-backend = "flit_core.buildapi"
-
-   [project]
-   name = "importlib_resources"
-   version = "${PV}"
-   description = "Read resources from Python packages"
-   EOF
-}



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

2023-02-20 Thread Michał Górny
commit: 0801d8cfe6fa68a0e411069ea54fcd77e67fa351
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 07:51:49 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:51:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0801d8cf

dev-python/botocore: Remove old

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

 dev-python/botocore/Manifest|  1 -
 dev-python/botocore/botocore-1.29.59.ebuild | 74 -
 2 files changed, 75 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 502cf899a7ed..c6735247a231 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,4 +1,3 @@
-DIST botocore-1.29.59.gh.tar.gz 11131182 BLAKE2B 
fa85e1f8dc3c366f7a7fb3e9b06dd298b1ad62be882891df3414289aa9e88bff72753690a1438e6040aefb7cafa1718a70c940e8cd2b4e743df44013b5748ef6
 SHA512 
9a4811b44c67652cacc899d1d84d4db1305cb60e73dd47d7f543b85ec37f921cab00a51d67b48ab6a215be8f7543e30c54585e0fb337085e1b75774b053c4bf3
 DIST botocore-1.29.69.gh.tar.gz 11140109 BLAKE2B 
5a91e6d425f4a5f424f95fd9bcd893c06fd42eb2a34ae870a76f0a28ee59771a8e1759a8afa959592a0ae7537229d791805539125890d17d3f4a33bb0618e76d
 SHA512 
30d538591b25aae82e93352f4eda2d76eda6d02604cdbe822cd5f7559cfa268e2245b5cfb8ba6875e5e3a35cad2bef7210bbe03276236871441515cdf6ff2ece
 DIST botocore-1.29.74.gh.tar.gz 11153254 BLAKE2B 
b3d3b75643cd5e3fac54a09e971daa23a043ba9f7ab773c2fd57dc15417c1b30c6f503515bad8734332bc40c4210e4ac09566c0742649c6ac3592e81ae9f8d79
 SHA512 
944ebbf1268fa9e8bb68ce5960da347613bcab585bf54c2fd6dbecb499088c1dc426357cde0a0f0d1780ecbc06acc33d8587f37c7f3d13577283b4549a353406
 DIST botocore-1.29.75.gh.tar.gz 11152953 BLAKE2B 
69c9c520f1caa97d931bc535261e14fb07ca1cd8ae5ba8edcb25eceb97c2dc367bf93de7aa19f87c042c69ece36a87efddb5b7495790ab5d6c6ca48bc99f7d2d
 SHA512 
9778771373b675f6d6f0df04311b3b9bc53268a4628e0cb88737e70346a3a18efdca3a6d3325e2b99bcf0054d5486000fb28d3ed64cad181f8df80d2a692f24b

diff --git a/dev-python/botocore/botocore-1.29.59.ebuild 
b/dev-python/botocore/botocore-1.29.59.ebuild
deleted file mode 100644
index 5afa7a9459c5..
--- a/dev-python/botocore/botocore-1.29.59.ebuild
+++ /dev/null
@@ -1,74 +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 multiprocessing
-
-DESCRIPTION="Low-level, data-driven core of boto 3"
-HOMEPAGE="
-   https://github.com/boto/botocore/
-   https://pypi.org/project/botocore/
-"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/boto/botocore;
-   inherit git-r3
-else
-   SRC_URI="
-   https://github.com/boto/botocore/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   "
-   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux"
-fi
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   =dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/jsonschema[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs/source \
-   'dev-python/guzzle_sphinx_theme'
-distutils_enable_tests pytest
-
-src_prepare() {
-   # unpin deps
-   sed -i -e "s:>=.*':':" setup.py || die
-
-   # unbundle deps
-   rm -r botocore/vendored || die
-   find -name '*.py' -exec sed -i \
-   -e 's:from botocore[.]vendored import:import:' \
-   -e 's:from botocore[.]vendored[.]:from :' \
-   {} + || die
-
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # rely on bundled six
-   tests/functional/test_six_imports.py::test_no_bare_six_imports
-   tests/functional/test_six_threading.py::test_six_thread_safety
-   # fails on unrelated warnings
-   
tests/unit/test_client.py::TestAutoGeneratedClient::test_BOTO_DISABLE_COMMONNAME
-   
tests/unit/test_client.py::TestClientErrors::test_BOTO_DISABLE_COMMONNAME
-   # TODO
-   
tests/functional/test_credentials.py::SSOSessionTest::test_token_chosen_from_provider
-   )
-
-   epytest tests/{functional,unit} -n "$(makeopts_jobs)"
-}



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

2023-02-20 Thread Michał Górny
commit: f4f0202193e0962c058300d7fc5419899d829e15
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 07:46:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:50:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4f02021

dev-python/configobj: Remove old

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

 dev-python/configobj/Manifest  |  1 -
 dev-python/configobj/configobj-5.0.6-r2.ebuild | 23 -
 .../files/configobj-5.0.6-fix-py2-tests.patch  | 40 --
 3 files changed, 64 deletions(-)

diff --git a/dev-python/configobj/Manifest b/dev-python/configobj/Manifest
index a66999359b64..737c0496a495 100644
--- a/dev-python/configobj/Manifest
+++ b/dev-python/configobj/Manifest
@@ -1,2 +1 @@
-DIST configobj-5.0.6.gh.tar.gz 143664 BLAKE2B 
b554d0aec903aecb55387a0164cd6f8d442e9fc1ab231ce7f7123e7a5041e07a86f5f7bf70492ca93fcdc1bd3caa5b855c427f060842e3b4a7524afbcc417a76
 SHA512 
326eb86e362f281ebf07abcb1cf7616abb270c482eafe842371cda8708245ca5e8262f1644b7164664ecc10e9004ed061c9de18cd233a657d4697dbc3ba3c59d
 DIST configobj-5.0.8.gh.tar.gz 99071 BLAKE2B 
61fb8622f3771f56f3a67511ce0eee11b9022a47a6a48858fafad966dd7fb18387d18dc0c32984bec064c2b03a7c72570248a967bf428f871c5b8ba4353a71e7
 SHA512 
26cdfec9f4d7adbab579191b29e6642f4f2a6fc73353f877565b76682d6087748f466f9cbb82fccfb2d409bace29c377c2276848179f5cb396e6ff1375c8edf2

diff --git a/dev-python/configobj/configobj-5.0.6-r2.ebuild 
b/dev-python/configobj/configobj-5.0.6-r2.ebuild
deleted file mode 100644
index 944ed672f97a..
--- a/dev-python/configobj/configobj-5.0.6-r2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Simple config file reader and writer"
-HOMEPAGE="http://www.voidspace.org.uk/python/configobj.html 
https://pypi.org/project/configobj/;
-SRC_URI="https://github.com/DiffSK/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
-
-RDEPEND="dev-python/six[${PYTHON_USEDEP}]"
-
-PATCHES=( "${FILESDIR}/${P}-fix-py2-tests.patch" )
-
-distutils_enable_tests pytest

diff --git a/dev-python/configobj/files/configobj-5.0.6-fix-py2-tests.patch 
b/dev-python/configobj/files/configobj-5.0.6-fix-py2-tests.patch
deleted file mode 100644
index 49576b4f43e7..
--- a/dev-python/configobj/files/configobj-5.0.6-fix-py2-tests.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-diff --git a/tests/test_validate.py b/tests/test_validate.py
-index bffb0dc..c7d57d3 100644
 a/tests/test_validate.py
-+++ b/tests/test_validate.py
-@@ -2,7 +2,7 @@
- 
- from configobj import ConfigObj
- import pytest
--from validate import Validator, VdtValueTooSmallError
-+from validate import Validator, VdtValueTooSmallError, dottedQuadToNum
- 
- 
- class TestBasic(object):
-@@ -161,3 +161,26 @@ class TestBasic(object):
- 'test3': 3,
- 'test4': 6.0
- }}}
-+
-+
-+class TestDottedQuadToNum(object):
-+
-+def test_stripped(self):
-+assert dottedQuadToNum('192.0.2.0') == 3221225984
-+assert dottedQuadToNum('192.0.2.1 ') == 3221225985
-+assert dottedQuadToNum(' 192.0.2.2') == 3221225986
-+assert dottedQuadToNum('\t\t192.0.2.3\n') == 3221225987
-+with pytest.raises(ValueError) as excinfo:
-+dottedQuadToNum('192. 0. 2. 4')
-+assert str(excinfo.value) == 'Not a good dotted-quad IP: 192. 0. 2. 4'
-+
-+def test_boundaries(self):
-+assert dottedQuadToNum('0.0.0.0') == 0
-+assert dottedQuadToNum('255.255.255.255') == 4294967295
-+with pytest.raises(ValueError) as excinfo:
-+dottedQuadToNum('255.255.255.256')
-+assert str(excinfo.value) == (
-+'Not a good dotted-quad IP: 255.255.255.256')
-+with pytest.raises(ValueError) as excinfo:
-+dottedQuadToNum('-1')
-+assert str(excinfo.value) == 'Not a good dotted-quad IP: -1'



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

2023-02-20 Thread Michał Górny
commit: ce3a0818f43b0f05ca229f067046c0fc30a38696
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 07:46:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:50:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce3a0818

dev-python/jaraco-context: Remove old

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

 dev-python/jaraco-context/Manifest |  2 -
 .../jaraco-context/jaraco-context-4.2.0.ebuild | 48 --
 .../jaraco-context/jaraco-context-4.2.1.ebuild | 48 --
 3 files changed, 98 deletions(-)

diff --git a/dev-python/jaraco-context/Manifest 
b/dev-python/jaraco-context/Manifest
index b104febc0253..1564c9707741 100644
--- a/dev-python/jaraco-context/Manifest
+++ b/dev-python/jaraco-context/Manifest
@@ -1,3 +1 @@
-DIST jaraco.context-4.2.0.tar.gz 9308 BLAKE2B 
047474e325846a5e01407cd5c6c64da4f7185d3a26b3664f06e3ca76bdb5989fd741a62ab32a667d56a80a4280824e8614cc64a27aa45f97f81d93c344f06f31
 SHA512 
829284682ead392ae7620c1881e89b7091e7ddc7c1d293c05792f7ce4276a5745554598a222a52ed93a7b2b401d20f3d066cfd32de65ad2f0f3c8c5f5cd2c75a
-DIST jaraco.context-4.2.1.tar.gz 9526 BLAKE2B 
f4543528ac24ed0005955cee49b1e4723b6d6240125eda3b6f58307a22180df41ed90069328e8e0efe460040dbadd2948d3728ccf2c01953b7e5d6bfb43e378d
 SHA512 
34b4a051e4a50c24313bee4b80106cc5b3bb71cafc4b2eb4e8cf061b270f5ccf0ff550b58d7b05d7407f2cd7aa8ec4baf113de6dcd064d91e3f2619c5e0ce284
 DIST jaraco.context-4.3.0.tar.gz 9764 BLAKE2B 
2905723ec54c6ae63b2088d677cd486dcdc06dfea06bb058eeb512da508b2ae74990894cb62f3751321cb4c813b66ffe9a3084b21eb0cb4236a9515969432dfc
 SHA512 
8882229fa1a68f2733ec4103fbeaf47625b19790f4461ab18df4c1f1a99d4d26d10d7381ab68ba5df48616a1fdb2d5e4a767496a0e40658fd011ed9cd39255de

diff --git a/dev-python/jaraco-context/jaraco-context-4.2.0.ebuild 
b/dev-python/jaraco-context/jaraco-context-4.2.0.ebuild
deleted file mode 100644
index 7fecbb66c13a..
--- a/dev-python/jaraco-context/jaraco-context-4.2.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="Context managers by jaraco"
-HOMEPAGE="
-   https://github.com/jaraco/jaraco.context/
-   https://pypi.org/project/jaraco.context/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/.}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-distutils_enable_tests pytest
-
-src_configure() {
-   grep -q 'build-backend = "setuptools' pyproject.toml ||
-   die "Upstream changed build-backend, recheck"
-   # write a custom pyproject.toml to ease setuptools bootstrap
-   cat > pyproject.toml <<-EOF || die
-   [build-system]
-   requires = ["flit_core >=3.2,<4"]
-   build-backend = "flit_core.buildapi"
-
-   [project]
-   name = "jaraco.context"
-   version = "${PV}"
-   description = "Context managers by jaraco"
-   EOF
-}
-
-python_install() {
-   distutils-r1_python_install
-   # rename to workaround a bug in pkg_resources
-   # https://bugs.gentoo.org/834522
-   mv "${D}$(python_get_sitedir)"/jaraco{_,.}context-${PV}.dist-info || die
-}

diff --git a/dev-python/jaraco-context/jaraco-context-4.2.1.ebuild 
b/dev-python/jaraco-context/jaraco-context-4.2.1.ebuild
deleted file mode 100644
index 100882e1beea..
--- a/dev-python/jaraco-context/jaraco-context-4.2.1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
-EAPI=7
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="Context managers by jaraco"
-HOMEPAGE="
-   https://github.com/jaraco/jaraco.context/
-   https://pypi.org/project/jaraco.context/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN/-/.}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-distutils_enable_tests pytest
-
-src_configure() {
-   grep -q 'build-backend = "setuptools' pyproject.toml ||
-   die "Upstream changed build-backend, recheck"
-   # write a custom pyproject.toml to ease setuptools bootstrap
-   cat > pyproject.toml <<-EOF || die

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

2023-02-20 Thread Michał Górny
commit: 1145cd350918410b004966d6339a88753dbcbbd6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 07:50:01 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:50:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1145cd35

dev-python/cloudpickle: Use pypi.eclass

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

 dev-python/cloudpickle/cloudpickle-2.2.1.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/cloudpickle/cloudpickle-2.2.1.ebuild 
b/dev-python/cloudpickle/cloudpickle-2.2.1.ebuild
index 5bca6216cc67..c33734046622 100644
--- a/dev-python/cloudpickle/cloudpickle-2.2.1.ebuild
+++ b/dev-python/cloudpickle/cloudpickle-2.2.1.ebuild
@@ -6,14 +6,13 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Extended pickling support for Python objects"
 HOMEPAGE="
https://github.com/cloudpipe/cloudpickle/
https://pypi.org/project/cloudpickle/
 "
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"



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

2023-02-20 Thread Michał Górny
commit: f27e72051d86971bcc1876d4689a9acc47a0a665
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 07:45:42 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:50:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f27e7205

dev-python/paramiko: Remove old

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

 dev-python/paramiko/Manifest   |  1 -
 .../files/paramiko-2.12.0-pytest-relaxed.patch | 93 --
 dev-python/paramiko/paramiko-2.12.0.ebuild | 61 --
 3 files changed, 155 deletions(-)

diff --git a/dev-python/paramiko/Manifest b/dev-python/paramiko/Manifest
index f1b32d05ad16..61fca35b2344 100644
--- a/dev-python/paramiko/Manifest
+++ b/dev-python/paramiko/Manifest
@@ -1,2 +1 @@
-DIST paramiko-2.12.0.gh.tar.gz 351956 BLAKE2B 
d41668f32f28a5c2c3af1d2b5c85bb4c3d2f5af9028cd5ebcb2b8aa21bc25df2c1ead5ddfe61ff12cfacec4b92913833e267f8a3fef07fa9a794f4b064fdb472
 SHA512 
1bf325ffd393447cb90009d01dc1104d0d43a6acdd08cc6d28310063a649a23748800dab119ab5e10833975e68f5f5702044fc247a2e8058122a5327f2c7
 DIST paramiko-3.0.0.gh.tar.gz 350348 BLAKE2B 
ba7211a3f3c7d4f9c0023017d96ed51511039378b4eba1ace13fbbf6902cda40aa09f2cf7b5ce9f7aee666907d9a662e9bf7eccd5d06669685b9aa25fccfa551
 SHA512 
3754314fcbd64bf3db5fd6a8d55babc13e639675d09e85d796e99f25eecb55b0f987c0b47bce288c3d154a2dbdb586ecc34bbb09d67786bcc13b0a94a78e6654

diff --git a/dev-python/paramiko/files/paramiko-2.12.0-pytest-relaxed.patch 
b/dev-python/paramiko/files/paramiko-2.12.0-pytest-relaxed.patch
deleted file mode 100644
index cf34fbfd1c60..
--- a/dev-python/paramiko/files/paramiko-2.12.0-pytest-relaxed.patch
+++ /dev/null
@@ -1,93 +0,0 @@
-From 935507cc60b6f0b2b83c9c0e3be3900297b41757 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
-Date: Tue, 17 May 2022 07:26:36 +0200
-Subject: [PATCH] Replace pytest-relaxed with plain pytest.raises
-
-There is really no technical reason to bring pytest-relaxed to call
-@raises as a decorator while plain pytest works just fine.  Plus,
-pytest.raises() is used in test_sftp already.
-
-pytest-relaxed causes humongous breakage to other packages
-on the system.  It has been banned from Gentoo for this reason.

- dev-requirements.txt |  1 -
- pytest.ini   |  3 ---
- tests/test_client.py | 19 +--
- 3 files changed, 9 insertions(+), 14 deletions(-)
-
-diff --git a/dev-requirements.txt b/dev-requirements.txt
-index 3ed9eb40..e90f3373 100644
 a/dev-requirements.txt
-+++ b/dev-requirements.txt
-@@ -2,7 +2,6 @@
- invoke==1.6.0
- invocations==2.6.0
- pytest==4.4.2
--pytest-relaxed==1.1.5
- # pytest-xdist for test dir watching and the inv guard task
- pytest-xdist==1.28.0
- mock==2.0.0
-diff --git a/pytest.ini b/pytest.ini
-index be207cd8..5a506bcd 100644
 a/pytest.ini
-+++ b/pytest.ini
-@@ -1,7 +1,4 @@
- [pytest]
--# We use pytest-relaxed just for its utils at the moment, so disable it at the
--# plugin level until we adapt test organization to really use it.
--addopts = -p no:relaxed
- # Loop on failure
- looponfailroots = tests paramiko
- # Ignore some warnings we cannot easily handle.
-diff --git a/tests/test_client.py b/tests/test_client.py
-index 3eaad4fb..66c41b0b 100644
 a/tests/test_client.py
-+++ b/tests/test_client.py
-@@ -34,7 +34,6 @@ import weakref
- from tempfile import mkstemp
- 
- import pytest
--from pytest_relaxed import raises
- from mock import patch, Mock
- 
- import paramiko
-@@ -787,11 +786,11 @@ class PasswordPassphraseTests(ClientTest):
- 
- # TODO: more granular exception pending #387; should be signaling "no auth
- # methods available" because no key and no password
--@raises(SSHException)
- @requires_sha1_signing
- def test_passphrase_kwarg_not_used_for_password_auth(self):
--# Using the "right" password in the "wrong" field shouldn't work.
--self._test_connection(passphrase="pygmalion")
-+with pytest.raises(SSHException):
-+# Using the "right" password in the "wrong" field shouldn't work.
-+self._test_connection(passphrase="pygmalion")
- 
- @requires_sha1_signing
- def test_passphrase_kwarg_used_for_key_passphrase(self):
-@@ -811,15 +810,15 @@ class PasswordPassphraseTests(ClientTest):
- password="television",
- )
- 
--@raises(AuthenticationException)  # TODO: more granular
- @requires_sha1_signing
- def 
test_password_kwarg_not_used_for_passphrase_when_passphrase_kwarg_given(  # noqa
- self
- ):
- # Sanity: if we're given both fields, the password field is NOT used 
as
- # a passphrase.
--self._test_connection(
--key_filename=_support("test_rsa_password.key"),
--password="television",
--passphrase="wat? lol no",
--)
-+with pytest.raises(AuthenticationException):
-+self._test_connection(
-+

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

2023-02-20 Thread Michał Górny
commit: 35671ce3a1e2e7cf61169d2a7d673ce9f9d1c014
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 07:47:00 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:50:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35671ce3

dev-python/cloudpickle: Remove old

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

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

diff --git a/dev-python/cloudpickle/Manifest b/dev-python/cloudpickle/Manifest
index f2376179a742..fbcc6c1caa96 100644
--- a/dev-python/cloudpickle/Manifest
+++ b/dev-python/cloudpickle/Manifest
@@ -1,2 +1 @@
-DIST cloudpickle-2.2.0.tar.gz 59630 BLAKE2B 
f1a7b1c8fca6978701354fd1c72273de3591e7ada08ebee04cbaf59d6b20ef4503342a52a521c9c4d86e023694df3e87b7f8f19170fd8e6c2adef2f0526dfdc8
 SHA512 
c3f7860bb6cb3ff2acb5657fad96dcc9e26870b8728333e0099086e27907009cff95069581df42e7cff6b05929d91341bb87c307bf6aa23bd54e6fe7d66ef657
 DIST cloudpickle-2.2.1.tar.gz 60800 BLAKE2B 
a89fb7b53665ddb328235d00f6b7a311815d740eedfef65552c6b782bc8339ed96bcca98eb28ff1dd6205270a44c90de22acd47df9304c11644bbf0956ff3e25
 SHA512 
a0174a382d531180704a90a4da4f83e1d1c90ebf4ad181778bed073763bf43104b7049ced12abc360948343d105a4390cb514585a1b493217a53a5b2c45cfde6

diff --git a/dev-python/cloudpickle/cloudpickle-2.2.0.ebuild 
b/dev-python/cloudpickle/cloudpickle-2.2.0.ebuild
deleted file mode 100644
index 5bca6216cc67..
--- a/dev-python/cloudpickle/cloudpickle-2.2.0.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_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Extended pickling support for Python objects"
-HOMEPAGE="
-   https://github.com/cloudpipe/cloudpickle/
-   https://pypi.org/project/cloudpickle/
-"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTHONPATH=${PYTHONPATH}:tests/cloudpickle_testpkg
-   # -s unbreaks some tests
-   # https://github.com/cloudpipe/cloudpickle/issues/252
-   epytest -s
-}



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

2023-02-20 Thread Michał Górny
commit: f8514c7705252ed5ccbcc80b303e9ba0b325fd76
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 07:47:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:50:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8514c77

dev-python/mkdocs_pymdownx_material_extras: Remove old

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

 .../mkdocs_pymdownx_material_extras/Manifest   |  3 ---
 .../mkdocs_pymdownx_material_extras-2.3.1.ebuild   | 24 --
 .../mkdocs_pymdownx_material_extras-2.4.1.ebuild   | 24 --
 .../mkdocs_pymdownx_material_extras-2.4.ebuild | 24 --
 4 files changed, 75 deletions(-)

diff --git a/dev-python/mkdocs_pymdownx_material_extras/Manifest 
b/dev-python/mkdocs_pymdownx_material_extras/Manifest
index bfa4dc082f1e..188b6ddf5b6a 100644
--- a/dev-python/mkdocs_pymdownx_material_extras/Manifest
+++ b/dev-python/mkdocs_pymdownx_material_extras/Manifest
@@ -1,4 +1 @@
-DIST mkdocs_pymdownx_material_extras-2.3.1.tar.gz 24640 BLAKE2B 
a6637991494a0042bdc65a65822b84066efa774890d13079c87667fdfeadafa439a92bddeebad1234be8d10d60a1e4bcb76c2ff693e305c6ae37e846958eb810
 SHA512 
bfc213de818d0a82786de2c55d35d90fa80f107efdff2aa12ef5a96ec77d2bfb7d1e0e9115e930a29440cfba49fbe3a3a429dba2fb5c993878268d8a85b6ceba
-DIST mkdocs_pymdownx_material_extras-2.4.1.tar.gz 24229 BLAKE2B 
f716b37f07e5b00cf7121c2de76c5794d96649b643767d315ef0f9be98a028af178f5b370f29132bb1a388c68e07eff9ce5f88b5b745558b7d3ecd12e7c3274d
 SHA512 
651627361affa0a3dca1ad725744deb964fab009ccfcba6f581f29379f1bd8317da511b5a3055c37761d2b8ea814121e5459eac0c175aee73cbc5e446302fdc5
 DIST mkdocs_pymdownx_material_extras-2.4.2.tar.gz 24247 BLAKE2B 
1ab9bcc9c6a6f11188305d36c48773ad03d9f03cf95636f6d6eeb292d39d7cce3c4ea155caf6343b636f33dab885dd2320e2f7b12f91b5d7d03e1da1480b2ac1
 SHA512 
8852fab08e7dc43b005d3ebaaabaed07598751dc7dbf237a9728c1cbf8abf992403e27a515d615bbbe0b753b08a0f32aa8f18cb249b07187319c20c285fdf312
-DIST mkdocs_pymdownx_material_extras-2.4.tar.gz 24171 BLAKE2B 
8258e6c9566a24a614c222fb2f8e76305bd92ccd0ffbbd4b21e945a125a553ee8664d408d46a5081893e0bb8b72c5403ed2aefcdd11807301765b052e0ed29ca
 SHA512 
002149765a30ce826b3df19c9ed659c45ee39ef0df4dfdff6ae1fdda8c88e69d6015fc3db41ee0d15229b35eefd2644dd8015a22e50db98ee45c520f95f0b04e

diff --git 
a/dev-python/mkdocs_pymdownx_material_extras/mkdocs_pymdownx_material_extras-2.3.1.ebuild
 
b/dev-python/mkdocs_pymdownx_material_extras/mkdocs_pymdownx_material_extras-2.3.1.ebuild
deleted file mode 100644
index a43de70f0b50..
--- 
a/dev-python/mkdocs_pymdownx_material_extras/mkdocs_pymdownx_material_extras-2.3.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Custom alterations based on Mkdocs-Material"
-HOMEPAGE="
-   https://github.com/facelessuser/mkdocs_pymdownx_material_extras/
-   https://pypi.org/project/mkdocs-pymdownx-material-extras/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~riscv x86"
-
-RDEPEND="
-   >=dev-python/mkdocs-material-8.3.3[${PYTHON_USEDEP}]
-"

diff --git 
a/dev-python/mkdocs_pymdownx_material_extras/mkdocs_pymdownx_material_extras-2.4.1.ebuild
 
b/dev-python/mkdocs_pymdownx_material_extras/mkdocs_pymdownx_material_extras-2.4.1.ebuild
deleted file mode 100644
index b8541382d5af..
--- 
a/dev-python/mkdocs_pymdownx_material_extras/mkdocs_pymdownx_material_extras-2.4.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Custom alterations based on Mkdocs-Material"
-HOMEPAGE="
-   https://github.com/facelessuser/mkdocs_pymdownx_material_extras/
-   https://pypi.org/project/mkdocs-pymdownx-material-extras/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~riscv ~x86"
-
-RDEPEND="
-   >=dev-python/mkdocs-material-8.3.3[${PYTHON_USEDEP}]
-"

diff --git 
a/dev-python/mkdocs_pymdownx_material_extras/mkdocs_pymdownx_material_extras-2.4.ebuild
 
b/dev-python/mkdocs_pymdownx_material_extras/mkdocs_pymdownx_material_extras-2.4.ebuild
deleted file mode 100644
index b8541382d5af..
--- 
a/dev-python/mkdocs_pymdownx_material_extras/mkdocs_pymdownx_material_extras-2.4.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Custom alterations based on Mkdocs-Material"
-HOMEPAGE="
-

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

2023-02-20 Thread Sam James
commit: 1f5edc368c823dc3f397e9d9b31d10722e7a46c7
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 07:47:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 07:47:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f5edc36

www-client/firefox: Stabilize 102.8.0 arm64, #895658

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

 www-client/firefox/firefox-102.8.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-client/firefox/firefox-102.8.0.ebuild 
b/www-client/firefox/firefox-102.8.0.ebuild
index 80dadc59e072..57f272b5ff07 100644
--- a/www-client/firefox/firefox-102.8.0.ebuild
+++ b/www-client/firefox/firefox-102.8.0.ebuild
@@ -57,7 +57,7 @@ SRC_URI="${MOZ_SRC_BASE_URI}/source/${MOZ_P}.source.tar.xz -> 
${MOZ_P_DISTFILES}
 DESCRIPTION="Firefox Web Browser"
 HOMEPAGE="https://www.mozilla.com/firefox;
 
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 arm64 ~ppc64 ~x86"
 
 SLOT="esr"
 LICENSE="MPL-2.0 GPL-2 LGPL-2.1"



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

2023-02-20 Thread Sam James
commit: b10ddf0929cdaf0b048e25638889e186fdcab4ca
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 07:47:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 07:47:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b10ddf09

dev-ruby/rack: Stabilize 2.2.6.2 ppc64, #895664

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

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

diff --git a/dev-ruby/rack/rack-2.2.6.2.ebuild 
b/dev-ruby/rack/rack-2.2.6.2.ebuild
index 69ed3f130c1e..e71fea712c1d 100644
--- a/dev-ruby/rack/rack-2.2.6.2.ebuild
+++ b/dev-ruby/rack/rack-2.2.6.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="https://github.com/rack/rack/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="$(ver_cut 1-2)"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~ppc ppc64 ~riscv ~s390 
~sparc ~x86"
 IUSE=""
 
 ruby_add_rdepend "virtual/ruby-ssl"



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

2023-02-20 Thread Sam James
commit: f53ae05fd3d4d046644087c5e16b123b075fa165
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 07:47:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 07:47:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53ae05f

app-admin/awscli: Stabilize 1.27.69 ALLARCHES, #895656

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

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

diff --git a/app-admin/awscli/awscli-1.27.69.ebuild 
b/app-admin/awscli/awscli-1.27.69.ebuild
index 62c19f3a63fb..2d91a172182b 100644
--- a/app-admin/awscli/awscli-1.27.69.ebuild
+++ b/app-admin/awscli/awscli-1.27.69.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
 
 # botocore is x.(y+2).z
 BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"



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

2023-02-20 Thread Sam James
commit: fee7fe9720b90a6d158672605f83dbaea6e85b06
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 07:47:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 07:47:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee7fe97

dev-python/boto3: Stabilize 1.26.69 ALLARCHES, #895656

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

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

diff --git a/dev-python/boto3/boto3-1.26.69.ebuild 
b/dev-python/boto3/boto3-1.26.69.ebuild
index 9523f65d5fb9..d6d605bdb0c6 100644
--- a/dev-python/boto3/boto3-1.26.69.ebuild
+++ b/dev-python/boto3/boto3-1.26.69.ebuild
@@ -25,7 +25,7 @@ else
https://github.com/boto/boto3/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux"
 
# botocore is x.(y+3).z
BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"



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

2023-02-20 Thread Sam James
commit: 91901782290a199a1a7313ae93bf83063b112396
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 07:47:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 07:47:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91901782

dev-python/botocore: Stabilize 1.29.69 ALLARCHES, #895656

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

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

diff --git a/dev-python/botocore/botocore-1.29.69.ebuild 
b/dev-python/botocore/botocore-1.29.69.ebuild
index 0f4daaa48e81..5afa7a9459c5 100644
--- a/dev-python/botocore/botocore-1.29.69.ebuild
+++ b/dev-python/botocore/botocore-1.29.69.ebuild
@@ -24,7 +24,7 @@ else
https://github.com/boto/botocore/archive/${PV}.tar.gz
-> ${P}.gh.tar.gz
"
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+   KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86 ~amd64-linux 
~x86-linux"
 fi
 
 RDEPEND="



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

2023-02-20 Thread Michał Górny
commit: e75f273564da4b12d9b83d2d22e1ee4120724e62
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 07:28:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e75f2735

dev-python/aesara: Remanifest 2.8.11

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

 dev-python/aesara/Manifest | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/aesara/Manifest b/dev-python/aesara/Manifest
index 1836da8143bf..912a115d078e 100644
--- a/dev-python/aesara/Manifest
+++ b/dev-python/aesara/Manifest
@@ -1,3 +1,3 @@
 DIST aesara-rel-2.8.10.gh.tar.gz 4342183 BLAKE2B 
3e6dcb362d613ce9fb621408d3d7c6f6d3f30e52fe39f484fbe6c9d834d59b428e736b13275d99b204774c719cc532fc42e877685b0639b344fa5b2965dfe602
 SHA512 
360419a79eb0571d431bb146e5fcf2d63a9c8b40e3ee0a31d7d38aeeceaa47da10ab3f640a4b4011f0a9b28438f20a0feb3ea64d07289d0e9513cb32d066820b
-DIST aesara-rel-2.8.11.gh.tar.gz 4680102 BLAKE2B 
856a8a37d148ad657c463fcf3792cabb41f670b67a00e691eb9cde0c615985080fd3c8019addb4b74c0595611930b11d4aad7faabb60b5d77a71ec7f9258f5a8
 SHA512 
83b19c002f6acf02cba6e08ca02c9166251473a3f913207800644e62e14c2309a7bdf691e0f55023d093c5c12281f5cfc4d1dea7022617753519f00b7011ebc0
+DIST aesara-rel-2.8.11.gh.tar.gz 4680093 BLAKE2B 
29409c49d2d31e9a51d0a2d09a50b85ae3195df7fdb2722abcefcdf36dcd429f4e3b5c483e4bd8a0789eeefdcff3ea8f057583e69cd7c216aa6c5292dd3630c3
 SHA512 
58298b9cb94e4e9eb025f151de7352c6c8b91e8946ddb98384dcae72977107607e101ef42c63a44d75020b40175041e1b7fdd030b733d80b6a102a265532d337
 DIST aesara-rel-2.8.9.gh.tar.gz 4351952 BLAKE2B 
ffdc3d33caba5cf5edd3dd15e62cd295dd23f944ac6d76461e9e43717a4126669391dadfee51c6117911dc4236e8787d3e9ab712a0fcbd1dcb137e64f9f994c4
 SHA512 
3fb4374899ab71366961a07c750f594505467cdab01b6851b36d1dd924b816117ebe488a6cae548650df393c8447de69e21ce2cf6eafe34e951b98f27c3a4f6c



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

2023-02-20 Thread Michał Górny
commit: f8432e313c22d7ec733ad214b4ddacb3c1f83ff5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 06:26:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8432e31

dev-python/async-lru: Bump to 2.0.2

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

 dev-python/async-lru/Manifest   |  1 +
 dev-python/async-lru/async-lru-2.0.2.ebuild | 42 +
 2 files changed, 43 insertions(+)

diff --git a/dev-python/async-lru/Manifest b/dev-python/async-lru/Manifest
index ac4c4fd2f28e..7d8ff68a5075 100644
--- a/dev-python/async-lru/Manifest
+++ b/dev-python/async-lru/Manifest
@@ -1,3 +1,4 @@
 DIST async-lru-1.0.3.gh.tar.gz 10709 BLAKE2B 
437880c419d0d8df5c790ff9b93d0b608dacba1847fc0974d35f89ff97bdd07589edc5371c729889791cb05cd8ec684764ecedc6d0d36b05ee930f885570095c
 SHA512 
530c6e1f7a1ecc8a78cac927ccb9dfc2e394498a6ed3f54e73e4e9af48ef26ddeaad56a056a50b3c3974324af69b393cd94b1f4d20e3a2944b217c03a6bd6394
 DIST async-lru-2.0.0.gh.tar.gz 9 BLAKE2B 
7bfc174ec68ce8a3ad7de94c6eb555aa53be5561c7376bf8149e91f9d8f08361f4b51ba45cecaa77cc89c5c7fc4a225f71fd56878cf64647f7cc82a06ec76b02
 SHA512 
dbbd4f63d488bde8d4e15b205bca2850c8992d67491c5c0d2c245ed2bc1005df523f837c736db96b6cdcad22c9cf409111040e9d3a86a38c5b627aa256a6b5a6
 DIST async-lru-2.0.1.gh.tar.gz 11150 BLAKE2B 
034da5aee6c7d7177c9c878d22617aa0aecd143271319fbe5c0fdd346febef73b4d4e3b2293dbf6a522474cb95cde574a0250bde93c4749f1b4c93bb1db449a5
 SHA512 
8bb4698320534d722fe1978f0d3402c886dd391caa974afc2be70eb323855b37b1e5b5936bea14b118b78d5c18363306996530014a0ea010150ff464a6531b68
+DIST async-lru-2.0.2.gh.tar.gz 11040 BLAKE2B 
dc1dfb12189cdcf8283b77d2b451031e691b1fd833e34df450ce87fd496b57d5a04a7f6ca183bb07d7e820f68cafade44237e626e3694d732df40dbf38f22baf
 SHA512 
ce1f9f241200dd05d44196f06e688c2852fbe1bb2356f5611dbc9ac8109e1313ecdcccbba70944e936aa6bc59864d9cc339daaa58416ec0850f3b2afd17123d3

diff --git a/dev-python/async-lru/async-lru-2.0.2.ebuild 
b/dev-python/async-lru/async-lru-2.0.2.ebuild
new file mode 100644
index ..a248775df733
--- /dev/null
+++ b/dev-python/async-lru/async-lru-2.0.2.ebuild
@@ -0,0 +1,42 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Simple lru_cache for asyncio"
+HOMEPAGE="
+   https://github.com/aio-libs/async-lru/
+   https://pypi.org/project/async-lru/
+"
+SRC_URI="
+   https://github.com/aio-libs/async-lru/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/typing-extensions-4.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -e 's:--cache-clear::' \
+   -e 's:--no-cov-on-fail --cov=async_lru --cov-report=term 
--cov-report=html::' \
+   -i setup.cfg || die
+
+   distutils-r1_src_prepare
+}



[gentoo-commits] repo/gentoo:master commit in: app-admin/eclean-kernel/, dev-vcs/mercurial/, profiles/updates/, ...

2023-02-20 Thread Michał Górny
commit: 8a4c2663ba1919bd2ef5237962cdbec5b31a156d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 06:42:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a4c2663

Rename dev-python/{python-zstandard → zstandard}

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

 app-admin/eclean-kernel/eclean-kernel-2.99.3.ebuild   | 2 +-
 app-admin/eclean-kernel/eclean-kernel-.ebuild | 2 +-
 dev-python/jupyter_console/jupyter_console-6.6.0.ebuild   | 3 ---
 dev-python/kafka-python/kafka-python-2.0.2.ebuild | 4 ++--
 dev-python/kombu/kombu-5.3.0_beta2.ebuild | 4 ++--
 dev-python/{python-zstandard => zstandard}/Manifest   | 0
 dev-python/{python-zstandard => zstandard}/metadata.xml   | 0
 .../zstandard-0.19.0.ebuild}  | 0
 dev-python/zstd/zstd-1.5.2.6.ebuild   | 2 +-
 dev-vcs/mercurial/mercurial-5.8.ebuild| 2 +-
 media-gfx/blender/blender-3.3.2.ebuild| 2 +-
 media-gfx/blender/blender-3.3.3.ebuild| 2 +-
 media-gfx/blender/blender-3.4.1.ebuild| 4 ++--
 media-gfx/blender/blender-.ebuild | 2 +-
 net-analyzer/scapy/scapy-2.5.0.ebuild | 2 +-
 net-proxy/mitmproxy/mitmproxy-8.1.1.ebuild| 4 ++--
 net-proxy/mitmproxy/mitmproxy-9.0.1.ebuild| 4 ++--
 profiles/updates/1Q-2023  | 1 +
 profiles/updates/4Q-2022  | 1 -
 19 files changed, 19 insertions(+), 22 deletions(-)

diff --git a/app-admin/eclean-kernel/eclean-kernel-2.99.3.ebuild 
b/app-admin/eclean-kernel/eclean-kernel-2.99.3.ebuild
index 3e3d0520dfca..2baa79fdd983 100644
--- a/app-admin/eclean-kernel/eclean-kernel-2.99.3.ebuild
+++ b/app-admin/eclean-kernel/eclean-kernel-2.99.3.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
kernel_linux? ( dev-python/pymountboot[${PYTHON_USEDEP}] )
lz4? ( dev-python/lz4[${PYTHON_USEDEP}] )
lzo? ( dev-python/python-lzo[${PYTHON_USEDEP}] )
-   zstd? ( dev-python/python-zstandard[${PYTHON_USEDEP}] )
+   zstd? ( dev-python/zstandard[${PYTHON_USEDEP}] )
 "
 
 distutils_enable_tests pytest

diff --git a/app-admin/eclean-kernel/eclean-kernel-.ebuild 
b/app-admin/eclean-kernel/eclean-kernel-.ebuild
index ce806424cd2d..8f665604f8e8 100644
--- a/app-admin/eclean-kernel/eclean-kernel-.ebuild
+++ b/app-admin/eclean-kernel/eclean-kernel-.ebuild
@@ -21,7 +21,7 @@ RDEPEND="
kernel_linux? ( dev-python/pymountboot[${PYTHON_USEDEP}] )
lz4? ( dev-python/lz4[${PYTHON_USEDEP}] )
lzo? ( dev-python/python-lzo[${PYTHON_USEDEP}] )
-   zstd? ( dev-python/python-zstandard[${PYTHON_USEDEP}] )
+   zstd? ( dev-python/zstandard[${PYTHON_USEDEP}] )
 "
 
 distutils_enable_tests pytest

diff --git a/dev-python/jupyter_console/jupyter_console-6.6.0.ebuild 
b/dev-python/jupyter_console/jupyter_console-6.6.0.ebuild
index 7c7100a3244e..f6c15d4d2afa 100644
--- a/dev-python/jupyter_console/jupyter_console-6.6.0.ebuild
+++ b/dev-python/jupyter_console/jupyter_console-6.6.0.ebuild
@@ -33,7 +33,4 @@ BDEPEND="
)
 "
 
-distutils_enable_sphinx docs \
-   dev-python/sphinxcontrib-github-alt \
-   dev-python/sphinx-rtd-theme
 distutils_enable_tests pytest

diff --git a/dev-python/kafka-python/kafka-python-2.0.2.ebuild 
b/dev-python/kafka-python/kafka-python-2.0.2.ebuild
index b9bc7a22ab37..e66e23a38729 100644
--- a/dev-python/kafka-python/kafka-python-2.0.2.ebuild
+++ b/dev-python/kafka-python/kafka-python-2.0.2.ebuild
@@ -21,7 +21,7 @@ BDEPEND="
dev-python/lz4[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]
dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/python-zstandard[${PYTHON_USEDEP}]
+   dev-python/zstandard[${PYTHON_USEDEP}]
dev-python/python-snappy[${PYTHON_USEDEP}]
)"
 
@@ -40,5 +40,5 @@ python_test() {
 pkg_postinst() {
optfeature "LZ4 compression/decompression support" dev-python/lz4
optfeature "Snappy compression support" dev-python/python-snappy
-   optfeature "ZSTD compression/decompression support" 
dev-python/python-zstandard
+   optfeature "ZSTD compression/decompression support" dev-python/zstandard
 }

diff --git a/dev-python/kombu/kombu-5.3.0_beta2.ebuild 
b/dev-python/kombu/kombu-5.3.0_beta2.ebuild
index 9210dada0871..648f39de6d6a 100644
--- a/dev-python/kombu/kombu-5.3.0_beta2.ebuild
+++ b/dev-python/kombu/kombu-5.3.0_beta2.ebuild
@@ -38,7 +38,7 @@ BDEPEND="

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

2023-02-20 Thread Michał Górny
commit: 11625ecd2ffb3d2c582b7b88c0e7f6fe4eec3874
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 07:36:44 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11625ecd

dev-python/kafka-python: EAPI 8, modernize

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

 dev-python/kafka-python/Manifest   |  1 +
 .../kafka-python/kafka-python-2.0.2-r1.ebuild  | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/kafka-python/Manifest b/dev-python/kafka-python/Manifest
index f60037d646cb..3ce259cfeaab 100644
--- a/dev-python/kafka-python/Manifest
+++ b/dev-python/kafka-python/Manifest
@@ -1 +1,2 @@
+DIST kafka-python-2.0.2.gh.tar.gz 327238 BLAKE2B 
9d8bdee1cedcc3c7c0bee9d900bb815552b29f50ec45b7db9d1052a26eb772c84d92648ccc0d498189fc44314f5c8c30529fa61cb983481f2e2480e009630f91
 SHA512 
e193a8fe5852d2134e854749115feba46a0b8ff748336989a27bf56acba1124dbb8a5d841670a67ee26eef030a686d931d03d329f978b2eef7904183e83d2594
 DIST kafka-python-2.0.2.tar.gz 327238 BLAKE2B 
9d8bdee1cedcc3c7c0bee9d900bb815552b29f50ec45b7db9d1052a26eb772c84d92648ccc0d498189fc44314f5c8c30529fa61cb983481f2e2480e009630f91
 SHA512 
e193a8fe5852d2134e854749115feba46a0b8ff748336989a27bf56acba1124dbb8a5d841670a67ee26eef030a686d931d03d329f978b2eef7904183e83d2594

diff --git a/dev-python/kafka-python/kafka-python-2.0.2-r1.ebuild 
b/dev-python/kafka-python/kafka-python-2.0.2-r1.ebuild
new file mode 100644
index ..911f0ecfa1e6
--- /dev/null
+++ b/dev-python/kafka-python/kafka-python-2.0.2-r1.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..10} )
+
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Kafka protocol support in Python"
+HOMEPAGE="
+   https://github.com/dpkp/kafka-python/
+   https://pypi.org/project/kafka-python/
+"
+SRC_URI="
+   https://github.com/dpkp/kafka-python/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/xxhash[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/lz4[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/zstandard[${PYTHON_USEDEP}]
+   dev-python/python-snappy[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # Needs the unpackaged crc32c module
+   "test/record/test_util.py::test_crc32c[None]"
+   # Needs kafka server running
+   
test/test_consumer_integration.py::test_kafka_consumer_offsets_for_time_old
+)
+
+pkg_postinst() {
+   optfeature "LZ4 compression/decompression support" dev-python/lz4
+   optfeature "Snappy compression support" dev-python/python-snappy
+   optfeature "ZSTD compression/decompression support" dev-python/zstandard
+}



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

2023-02-20 Thread Michał Górny
commit: c00c78c09cf92b035952a28ced8ec9ca0534e6ab
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 07:31:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c00c78c0

dev-python/kombu: Use pypi.eclass

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

 dev-python/kombu/kombu-5.3.0_beta2.ebuild | 6 +-
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/dev-python/kombu/kombu-5.3.0_beta2.ebuild 
b/dev-python/kombu/kombu-5.3.0_beta2.ebuild
index 648f39de6d6a..b44966b72721 100644
--- a/dev-python/kombu/kombu-5.3.0_beta2.ebuild
+++ b/dev-python/kombu/kombu-5.3.0_beta2.ebuild
@@ -6,17 +6,13 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_10 )
 
-inherit distutils-r1 optfeature
+inherit distutils-r1 optfeature pypi
 
-MY_PV="${PV//_beta/b}"
-MY_P="${PN}-${MY_PV}"
 DESCRIPTION="AMQP Messaging Framework for Python"
 HOMEPAGE="
https://github.com/celery/kombu/
https://pypi.org/project/kombu/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S="${WORKDIR}/${MY_P}"
 
 LICENSE="BSD"
 SLOT="0"



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

2023-02-20 Thread Michał Górny
commit: 0d070517472a27d78d0e1bd45c4b323db6add1b6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 06:41:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d070517

dev-python/python-zstandard: Add MY_P prior to rename

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

 dev-python/python-zstandard/python-zstandard-0.19.0.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/python-zstandard/python-zstandard-0.19.0.ebuild 
b/dev-python/python-zstandard/python-zstandard-0.19.0.ebuild
index b643ab6b8dce..1a91f27e8b20 100644
--- a/dev-python/python-zstandard/python-zstandard-0.19.0.ebuild
+++ b/dev-python/python-zstandard/python-zstandard-0.19.0.ebuild
@@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
 inherit distutils-r1
 
+MY_P=python-zstandard-${PV}
 DESCRIPTION="Zstandard Bindings for Python"
 HOMEPAGE="
https://github.com/indygreg/python-zstandard/
@@ -15,8 +16,9 @@ HOMEPAGE="
 "
 SRC_URI="
https://github.com/indygreg/python-zstandard/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
+   -> ${MY_P}.gh.tar.gz
 "
+S=${WORKDIR}/${MY_P}
 
 SLOT="0"
 LICENSE="BSD"



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

2023-02-20 Thread Michał Górny
commit: 3bbc0e582d8be7f7cd3debd1b5e1c481b31af74c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 07:21:37 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bbc0e58

dev-python/zstandard: Bump to 0.20.0

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

 dev-python/zstandard/Manifest|  1 +
 dev-python/zstandard/zstandard-0.20.0.ebuild | 67 
 2 files changed, 68 insertions(+)

diff --git a/dev-python/zstandard/Manifest b/dev-python/zstandard/Manifest
index eca36ccda64c..d130bef396b6 100644
--- a/dev-python/zstandard/Manifest
+++ b/dev-python/zstandard/Manifest
@@ -1 +1,2 @@
 DIST python-zstandard-0.19.0.gh.tar.gz 683942 BLAKE2B 
5b28fb6360147f87fb658d28652e5e43b0e41ff3cc31e46d91b1dcdd5334869f9a10a598f3d1d15a8c0f02afc59d009a8088ba3e81066f1a5f1ad9c05ebd4a1d
 SHA512 
56e7b43161940f182ff5a0745bb6bdb2710c9a61140c4a84b690e0abd18c8b862211ab2b1ba36cfd99fe75bb0ae00af7de798b010b2bd4c5a44d691d4fa0c63d
+DIST python-zstandard-0.20.0.gh.tar.gz 712241 BLAKE2B 
6ec393a440eb2a0527e655ee1aec16a4712057869d2f208b4367be199041887bf02d8feeb74f87992d0ab2b5e668cf8b3d8cd8967bd6dc47d4e052781ebc
 SHA512 
bdbbd829e431a9b1ad1247b83e2e6102314a257a32c92a5c666c5ac050eb115bccd9d358240ac9ab41e975ade13bbbc155c66cb8fb583d2ee8dbd28ae323e4f8

diff --git a/dev-python/zstandard/zstandard-0.20.0.ebuild 
b/dev-python/zstandard/zstandard-0.20.0.ebuild
new file mode 100644
index ..5fc27ad9bd17
--- /dev/null
+++ b/dev-python/zstandard/zstandard-0.20.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1
+
+MY_P=python-zstandard-${PV}
+DESCRIPTION="Zstandard Bindings for Python"
+HOMEPAGE="
+   https://github.com/indygreg/python-zstandard/
+   https://pypi.org/project/zstandard/
+"
+SRC_URI="
+   https://github.com/indygreg/python-zstandard/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+SLOT="0"
+LICENSE="BSD"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~x86 
~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris 
~x64-solaris ~x86-solaris"
+
+DEPEND="
+   app-arch/zstd:=
+"
+RDEPEND="
+   ${DEPEND}
+   $(python_gen_cond_dep '
+   >=dev-python/cffi-1.14.0-r2:=[${PYTHON_USEDEP}]
+   ' 'python*')
+"
+BDEPEND="
+   test? (
+   dev-python/hypothesis[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests unittest
+
+src_prepare() {
+   # the C backend is repeatedly broken, so force CFFI instead
+   sed -e '/PYTHON_ZSTANDARD_IMPORT_POLICY/s:default:cffi:' \
+   -i zstandard/__init__.py || die
+   # unreliable, fails on x86
+   sed -e 's:test_estimated_compression_context_size:_&:' \
+   -i tests/test_data_structures.py || die
+   # unbundle zstd
+   : > zstd/zstdlib.c || die
+   # it does random preprocessing on that, so we can't use #include
+   cp "${ESYSROOT}/usr/include/zstd.h" zstd/zstd.h || die
+   sed -i -e '/include_dirs/alibraries=["zstd"],' make_cffi.py || die
+
+   distutils-r1_src_prepare
+
+   DISTUTILS_ARGS=(
+   --no-c-backend
+   )
+}
+
+src_test() {
+   rm -r zstandard || die
+   distutils-r1_src_test
+}



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

2023-02-20 Thread Michał Górny
commit: e79b6f7ddcc424e6931c3ef80f67c01a6dc8a520
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 07:30:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e79b6f7d

dev-python/zstd: Use pypi.eclass

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

 dev-python/zstd/zstd-1.5.4.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/zstd/zstd-1.5.4.0.ebuild 
b/dev-python/zstd/zstd-1.5.4.0.ebuild
index df6eb247020a..0c805254d3dc 100644
--- a/dev-python/zstd/zstd-1.5.4.0.ebuild
+++ b/dev-python/zstd/zstd-1.5.4.0.ebuild
@@ -6,14 +6,13 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Simple python bindings to Yann Collet ZSTD compression library"
 HOMEPAGE="
https://github.com/sergey-dryabzhinsky/python-zstd/
https://pypi.org/project/zstd/
 "
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD-2"
 SLOT="0"



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

2023-02-20 Thread Michał Górny
commit: f24cf78388ae4cbb925957fd6cec991be4a25f3a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 06:35:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f24cf783

dev-python/jupyter_console: Bump to 6.6.0

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

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

diff --git a/dev-python/jupyter_console/Manifest 
b/dev-python/jupyter_console/Manifest
index bdb93d5e0ad7..204b5fac3b18 100644
--- a/dev-python/jupyter_console/Manifest
+++ b/dev-python/jupyter_console/Manifest
@@ -1,3 +1,4 @@
 DIST jupyter_console-6.4.4.tar.gz 35145 BLAKE2B 
d37190c30eceba79c0d37ad60d88c9e691759aaccb29a64a9482b7c3cf3315efa3c902ac2244c2139ef2f94a77450115124227768f8291f73512796aaff1214a
 SHA512 
1f06591ed2a0fcf56e783d4e9f2a7c3f58a4f566cfb63b3367edac23c7709aa1af7bf6639c7358227a987049804da90658144fa5ad38db120c0816e78ed465ef
 DIST jupyter_console-6.5.0.tar.gz 35609 BLAKE2B 
056386eaa1c214b27ff10993d08fc5351ab9f6775fa8f2882bbe8ed6ca4170edb8a8024740f3a9f0f9667c253a1945700da0e9a3bc925d970597b43c830c9e6b
 SHA512 
9c3b44a43d0a18bbcade97fee514859b6c370941e80525630195fb6bf8fb32c3cf048dfabd2c41f7f98365d2fbd87c9e190f9fb8e899c5a29266585766df66af
 DIST jupyter_console-6.5.1.tar.gz 35754 BLAKE2B 
1b3e189e8a057b0f57e6a1c1409797aff9b6584edd96975c5b91a7c5d55d8601e44a3f9e0218413351d67d7175a7f6c86c3734e14ba881f6ab25ea9f1748576d
 SHA512 
3fbd97b1ab05596ac56ba8f6038af787698197b5148f7e33a79ad5cdcc9a78c80c2534e3e2c298aeb92ce880686731b9ba206d7d0094ad67d7cd4996c02e2327
+DIST jupyter_console-6.6.0.tar.gz 19523 BLAKE2B 
5fd393b2d6abaab68ce9b96632a757f6c1bd43ac192744a9ce58be1e8bcc7accc1bfdf5428c908b270a66c14014177ce559fa97a6d0da93d3bfa34af101c5c98
 SHA512 
e1c4d0953ffba22660d680250b3b64887ec908e0bc420caedaf9afbe0ceb4b3e8eb5ac9b5b477aadcb773867ea7fce7b7da16bb8b4e403d9cf98484271577c0b

diff --git a/dev-python/jupyter_console/jupyter_console-6.6.0.ebuild 
b/dev-python/jupyter_console/jupyter_console-6.6.0.ebuild
new file mode 100644
index ..7c7100a3244e
--- /dev/null
+++ b/dev-python/jupyter_console/jupyter_console-6.6.0.ebuild
@@ -0,0 +1,39 @@
+# 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_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="A terminal-based console frontend for Jupyter kernels"
+HOMEPAGE="https://jupyter.org;
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   >=dev-python/ipykernel-6.14[${PYTHON_USEDEP}]
+   dev-python/ipython[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_client-7.0.0[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_core-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/prompt_toolkit-3.0.30[${PYTHON_USEDEP}]
+   dev-python/pygments[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.4[${PYTHON_USEDEP}]
+"
+# util-linux provides script(1)
+BDEPEND="
+   test? (
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   sys-apps/util-linux
+   )
+"
+
+distutils_enable_sphinx docs \
+   dev-python/sphinxcontrib-github-alt \
+   dev-python/sphinx-rtd-theme
+distutils_enable_tests pytest



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

2023-02-20 Thread Michał Górny
commit: 84c74fb982a8d3402b7d595a92b385363a570f84
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 06:28:08 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84c74fb9

dev-python/poetry-core: Bump to 1.5.1

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

 dev-python/poetry-core/Manifest |  1 +
 dev-python/poetry-core/poetry-core-1.5.1.ebuild | 64 +
 2 files changed, 65 insertions(+)

diff --git a/dev-python/poetry-core/Manifest b/dev-python/poetry-core/Manifest
index 589d23cd8318..d589ecace1ac 100644
--- a/dev-python/poetry-core/Manifest
+++ b/dev-python/poetry-core/Manifest
@@ -1,2 +1,3 @@
 DIST poetry-core-1.4.0.gh.tar.gz 556575 BLAKE2B 
6a0860f965bb7d554f1f13c46d76727b9a763dd3dc04a1d889ca894c30ad91e46931308981560fadf70348731f080322da9c9590248b7877e02eb81f4009e02a
 SHA512 
31c9b42ae8e4ec5c4cec93604a5ea72642fb89717867d7f43fdf930835c7e1da97b0251870d86841c30b1bf0ee7b167fc6a8dcfe939beb5b40acd7e24dfaede7
 DIST poetry-core-1.5.0.gh.tar.gz 478924 BLAKE2B 
54653b6a8dcac08ac732ccb8efd2ff0404e6e78e7e2f6981fca2aafc53144309372389cc11d2524470ff25b0fc3ade5039df850629fefe016b6e9860f09d3247
 SHA512 
18b62096f32b7e57abc296bd8e35d0802873563c83e19b0e6e5f9994edaa503e05b9a782a6612d28b8544e34efc92efe213dcd5b595ec1d217e678522df3ae31
+DIST poetry-core-1.5.1.gh.tar.gz 479091 BLAKE2B 
ff59460a75893c18f9ad0063a880b40c6cff108d03c7f7bd16aaab53a72bf8af2c08af949c448e8703390589112e26c19e9ea9ddfaf2bed69791f86293b62b1c
 SHA512 
ffc2cf6a37175feebe6ae926250d20ebf5742f459824f54b7ad8ea0f65c28639ef1e90a3cbd31bf58fca19d45699c5a22a583cefb5d60795d7e92399bdd1a421

diff --git a/dev-python/poetry-core/poetry-core-1.5.1.ebuild 
b/dev-python/poetry-core/poetry-core-1.5.1.ebuild
new file mode 100644
index ..1288ab17d4bc
--- /dev/null
+++ b/dev-python/poetry-core/poetry-core-1.5.1.ebuild
@@ -0,0 +1,64 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=standalone
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Poetry PEP 517 Build Backend"
+HOMEPAGE="
+   https://github.com/python-poetry/poetry-core/
+   https://pypi.org/project/poetry-core/
+"
+SRC_URI="
+   https://github.com/python-poetry/poetry-core/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+# check inside src/poetry/core/_vendor/vendor.txt
+# (note that some are indirect deps)
+RDEPEND="
+   dev-python/jsonschema[${PYTHON_USEDEP}]
+   dev-python/lark[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/tomlkit[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/build[${PYTHON_USEDEP}]
+   dev-python/pep517[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/virtualenv[${PYTHON_USEDEP}]
+   dev-vcs/git
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # These "fail" bacause of glob file path resulting from newer versions
+   # in our tree than vendored. But those don't affect anything.
+   tests/masonry/builders/test_sdist.py::test_default_with_excluded_data
+   
tests/masonry/builders/test_wheel.py::test_default_src_with_excluded_data
+)
+
+src_prepare() {
+   # remove vendoring of dependencies
+   rm -r src/poetry/core/_vendor || die
+   sed -e '/__vendor_site__/d' -i src/poetry/core/__init__.py || die
+
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   # needed for migration from <1.1
+   distutils_write_namespace poetry
+   epytest
+}



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

2023-02-20 Thread Michał Górny
commit: b345b32c9aa0befa219b00c3a31c6cc48e5ebe39
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 06:24:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b345b32c

dev-python/fakeredis: Bump to 2.9.2

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

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

diff --git a/dev-python/fakeredis/Manifest b/dev-python/fakeredis/Manifest
index 13104fc3e1f7..9ae06a7acfc1 100644
--- a/dev-python/fakeredis/Manifest
+++ b/dev-python/fakeredis/Manifest
@@ -1,3 +1,4 @@
 DIST fakeredis-py-2.6.0.gh.tar.gz 151925 BLAKE2B 
60538efa5de93436177aa019908f02affb9df9b2aaf1349e933da6f066f98aaa255bbdb3297645ad1dc3b67a57a61bb8081e476f451799b512719f5779c1218d
 SHA512 
19a23be7a182f962e66686f3c4ec3a5b9fbc847d97e48f19fde11ae268f4a70de567ff2ca302a9fe0e7080de2215698cf5b2ff2febda5eef6748f3ec8d601720
 DIST fakeredis-py-2.9.0.gh.tar.gz 165442 BLAKE2B 
e71780b273f1847454d0e6e89f3f97a9d4a81d86345857fced39413521202f299b90c8a218f12b15d79a3bb7c865d7b0280798920cfd93120a553511b3a343ff
 SHA512 
2ddf2570e7f00647834f8f07a3fef6ec68d630ff93ddd5375dcc47a14a5a7bf430dbc4a1abfb38fa2b5e18f1aa1f4ef5413b39c4bb3ed9d167aa1729edfa9870
 DIST fakeredis-py-2.9.1.gh.tar.gz 165449 BLAKE2B 
6d0b6937a460d5fd27270df5e2d88c332f4ab42e97430fc7efd5777e35051fd44f6ab01b013637ee17bccada199e126075e2efd5fa7e3fd0112739e0e14f3c31
 SHA512 
bf18454ec2ab62e49b4b3f93d494d7648b1b82d9ec3720e7418767dc4acdfc89e86df8ec1b9814ac69fb4b6fa13d25f2ed3a62f82f479d6614a994904f97f249
+DIST fakeredis-py-2.9.2.gh.tar.gz 165549 BLAKE2B 
351e07976ed6a4d11429c83aefe3a0e2d4397a97fdb2904ab65ac4d2717d129f5ac018f071b8670012aabe127d87350f3285f6f86369bb4b7eadbd61da5774f7
 SHA512 
6e9ab0851f74ade2325aad88b86212b4052ca53a7510034cd888ef4080eec4129b226ab8c166ab09fa6e3d3b2c3c70fce8adafdb4081a4d3501fd4d9d5e04b84

diff --git a/dev-python/fakeredis/fakeredis-2.9.2.ebuild 
b/dev-python/fakeredis/fakeredis-2.9.2.ebuild
new file mode 100644
index ..11e604ae7bad
--- /dev/null
+++ b/dev-python/fakeredis/fakeredis-2.9.2.ebuild
@@ -0,0 +1,83 @@
+# 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_{9..11} )
+
+inherit distutils-r1
+
+MY_P=fakeredis-py-${PV}
+DESCRIPTION="Fake implementation of redis API for testing purposes"
+HOMEPAGE="
+   https://github.com/cunla/fakeredis-py/
+   https://pypi.org/project/fakeredis/
+"
+SRC_URI="
+   https://github.com/cunla/fakeredis-py/archive/v${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   =dev-python/redis-4.2[${PYTHON_USEDEP}]
+   =dev-python/sortedcontainers-2.4.0[${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]"
+   )
+   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
+}



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

2023-02-20 Thread Michał Górny
commit: 70762655a45226e38a219d5f9ced890455d4f6ca
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 06:08:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70762655

dev-python/types-docutils: Bump to 0.19.1.5

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

 dev-python/types-docutils/Manifest  |  1 +
 .../types-docutils/types-docutils-0.19.1.5.ebuild   | 17 +
 2 files changed, 18 insertions(+)

diff --git a/dev-python/types-docutils/Manifest 
b/dev-python/types-docutils/Manifest
index 105b2094a138..428f4d84a674 100644
--- a/dev-python/types-docutils/Manifest
+++ b/dev-python/types-docutils/Manifest
@@ -1 +1,2 @@
 DIST types-docutils-0.19.1.4.tar.gz 9011 BLAKE2B 
dbecebad58aac788d161688bf5f3f25ce0afcbe5240b370b342490ceec1b43ef6d13b773e61197b6cd2e8016986ae07ea7a098351edf0fe10a4e38918d0b8c04
 SHA512 
927a050c262fd0a141eacef20e88ec70eeead647f7d04179a760e5a231f4ec6c974119642dbbaf674e77f29292b51894a265ef1962b535b5526746977b459162
+DIST types-docutils-0.19.1.5.tar.gz 9221 BLAKE2B 
a5f642a1b0ae8cc3c06ca8ff4f82ad7527414417ea077c1fd7ae6757187f9e6070b6571b051a145e68a62f3e0329f17f44247ef51f8f8acb90c1d7450909a494
 SHA512 
e5e33839c7ca8ef20815c7cc9dad452578d366b69d20c57aa84b5909aebc0c30ecb315e7861c94fdfc8db88359c974498a63d7b44728b7d3fb6d6131241a

diff --git a/dev-python/types-docutils/types-docutils-0.19.1.5.ebuild 
b/dev-python/types-docutils/types-docutils-0.19.1.5.ebuild
new file mode 100644
index ..9a24481a1e60
--- /dev/null
+++ b/dev-python/types-docutils/types-docutils-0.19.1.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Typing stubs for docutils"
+HOMEPAGE="https://pypi.org/project/types-docutils/;
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"



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

2023-02-20 Thread Michał Górny
commit: adfbdc5b906fb626600f2593666b7be7b74725d8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 06:16:02 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=adfbdc5b

dev-python/ensurepip-setuptools: Bump to 67.3.3

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

 dev-python/ensurepip-setuptools/Manifest   |  1 +
 .../ensurepip-setuptools-67.3.3.ebuild | 24 ++
 2 files changed, 25 insertions(+)

diff --git a/dev-python/ensurepip-setuptools/Manifest 
b/dev-python/ensurepip-setuptools/Manifest
index 2aabd4ab7ac3..d0b86b7ccd22 100644
--- a/dev-python/ensurepip-setuptools/Manifest
+++ b/dev-python/ensurepip-setuptools/Manifest
@@ -2,3 +2,4 @@ DIST setuptools-65.6.3-py3-none-any.whl 1233963 BLAKE2B 
2bad02cc00293c9b6615cdce
 DIST setuptools-67.2.0-py3-none-any.whl 1082973 BLAKE2B 
7769ebdbde59e47cfc9f364ab28fada207e0b0826e0a40ccdec4ab4c8536148f8a8e071d688f74464a74dca6fb62ca840f3f54a48ccae5c016dd476634b99d2d
 SHA512 
3987cc21a40b55f3aaae1ec643843dc473f8a3b442461892cbc77cc78f056c7e3736aad8624b68d8061358fbbeb555faf62c498df259de63fe3feecdd0d786e4
 DIST setuptools-67.3.1-py3-none-any.whl 1085336 BLAKE2B 
cefd6b4d5434a78263c2b21557d6fd4bd31c97ca2997f8410127046ab370c5b02b47aafe4cbcdda6376ac07af4481836d828d716367254d65ebfa944181b30a7
 SHA512 
5e3859d3e09b09ddf60add608ffb937243a6e303683d3f2ab857920239d656ea1475a8a7e8590550ada8c64d6a75c7c77ac2b4a662008e16bfcd4f71d7509114
 DIST setuptools-67.3.2-py3-none-any.whl 1085356 BLAKE2B 
46528b14588df0b4301cbfb72d334f69b91b7d03e85866bd2d900364c784517d443bc9ce922f8e40681680662bc853ea60280250d2dbeb22f975c4bb1cbad67f
 SHA512 
0f35fe23243852b5fb6ce3c1753993564cd258a504934a996d16110116a4e8e64c71f670fddf7cfd9daf4c6790423c9f1902e3226efc72303d2088aec7173fda
+DIST setuptools-67.3.3-py3-none-any.whl 1085363 BLAKE2B 
697c2864398fa3680610bbecf437bce9712ded33c6304c155c77309788e5cb5cdd35d92e3c3960a29507a7a5e10cbb5cc68fe5eafd5769e4b665b8bbb026815b
 SHA512 
bac8e5b24ba6aaeb9222e94f1d762bc00ba4129b9e6f9daa4de1aa644d9d605257225f060b77283e4c7ab364244512e49010f37dd20a7eb98de2416d4efe9a42

diff --git a/dev-python/ensurepip-setuptools/ensurepip-setuptools-67.3.3.ebuild 
b/dev-python/ensurepip-setuptools/ensurepip-setuptools-67.3.3.ebuild
new file mode 100644
index ..c13c3370cbbe
--- /dev/null
+++ b/dev-python/ensurepip-setuptools/ensurepip-setuptools-67.3.3.ebuild
@@ -0,0 +1,24 @@
+# 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"
+
+RDEPEND="
+   !

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

2023-02-20 Thread Michał Górny
commit: fc386879078e8744869fd6022ceabbea84c79f28
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 06:12:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc386879

dev-python/bitarray: Bump to 2.7.3

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

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

diff --git a/dev-python/bitarray/Manifest b/dev-python/bitarray/Manifest
index 0fa3adbbae3d..e8704e1a2026 100644
--- a/dev-python/bitarray/Manifest
+++ b/dev-python/bitarray/Manifest
@@ -2,3 +2,4 @@ DIST bitarray-2.6.2.tar.gz 103565 BLAKE2B 
07aef624bc7d36e0631082688f9803f7fb3d4c
 DIST bitarray-2.7.0.tar.gz 120536 BLAKE2B 
e8e518a8293a22c81decbf3bb8ecc83d3796023bc6e3e5b75617ccc6c13b291d27d5a707d9a88e361329fa36e6f0363f4330b382b35236079f98052154bd5750
 SHA512 
762628d3b24315619176bf7ceaef95ba83fc87bb49c0daa23503fcb5dd54d447b4950b75b4923fbeaace2ee8a3037f228184ca5978fc8c782eb9eb3e7dd65d8d
 DIST bitarray-2.7.1.tar.gz 120656 BLAKE2B 
3daeb4ad02aebbd22929cc755eadcc5bc0d7bc779c269d5e2e9de3dcc9349d3f73179cc5d5a27679dc9682127b89c32af18fd3c96f5fb03fd5325db34751e479
 SHA512 
ead010745825ee8758a3028267a975b92833c2d5ec76d8a1655c11ade6a76a56df8887e43342be5d4569dcb8e8c0f6534ab70bf850b0ae5a07c0189ce5feed25
 DIST bitarray-2.7.2.tar.gz 121846 BLAKE2B 
542a1b3e7b7f3c8da42db93e5ee516c6138386508044ce81177bfaa2ef60713e3768d8e08e90c6619e30f685f4b5efb9fe3eabb2b8208ee0570203e94a4d3c7d
 SHA512 
42bf4d43fefcf5d8500a004c83261b533c2e4ed486c3fa79256b99b8a0ce00873357621edf9270ce2c7ec704242ca96226e33285d9620f01aa5175d5d7cba00c
+DIST bitarray-2.7.3.tar.gz 123574 BLAKE2B 
9a7a1b0025a7853434ae5e1c6e7bc5302668016f3cf8d569376644ced092ab1b3c28eeaabdf9d51d604e98a3f68f8f8d3002a87cc4dbfd897e30e6b162adf4aa
 SHA512 
4ace2bfe78e06723bedbc263c7b2b163bbc5c35bde84f286390cbfffc8c513bbd4a4f5f775e6d0a863ded7b24cb555c7784e7dd067c3b9125abd8d62863ac684

diff --git a/dev-python/bitarray/bitarray-2.7.3.ebuild 
b/dev-python/bitarray/bitarray-2.7.3.ebuild
new file mode 100644
index ..fa92ae1db01c
--- /dev/null
+++ b/dev-python/bitarray/bitarray-2.7.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Efficient arrays of booleans -- C extension"
+HOMEPAGE="
+   https://github.com/ilanschnell/bitarray/
+   https://pypi.org/project/bitarray/
+"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+python_test() {
+   "${EPYTHON}" bitarray/test_bitarray.py -v || die "Tests fail with 
${EPYTHON}"
+}



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

2023-02-20 Thread Michał Górny
commit: 94dae062695f90200e0bde69cc4938b39f64af9f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 06:14:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94dae062

dev-python/nptyping: Bump to 2.5.0

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

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

diff --git a/dev-python/nptyping/Manifest b/dev-python/nptyping/Manifest
index 11a8f4320745..6db23cb31d5f 100644
--- a/dev-python/nptyping/Manifest
+++ b/dev-python/nptyping/Manifest
@@ -1 +1,2 @@
 DIST nptyping-2.3.1.gh.tar.gz 66951 BLAKE2B 
781e2e84b7d89337c4753a050e95f3f9cad3a1aca22ea235e203ebe231bfc7dc4e91f5455603c4f7fe833b7b97ea9e8e561eea62eef4d0b2dce4ade077b8526d
 SHA512 
a80df18cba3d427668be0f44f3ca315cf80daf7e3aed90d76b159479de069054cb4a2442abf7b658ddc853736fc7c3be2b0d1db2d7c9e54938cb1883eb0cb2c9
+DIST nptyping-2.5.0.gh.tar.gz 72870 BLAKE2B 
16c6cb90c36bbf0b97da5ff74cee7030c641ef76d055cc5691b9d83adab2714d6e3515fd4e8616fece74606e109e6b115348964614b408df06b4f5c3cbccce37
 SHA512 
2cde9c5f7694d4f916b85c93b86df7f72709a70b2ffa91b7bbc98c5884236f5b36bb545a89c37e8c02a9b460065c97151d77c64f8d93b92fd93bcff406f039d9

diff --git a/dev-python/nptyping/nptyping-2.5.0.ebuild 
b/dev-python/nptyping/nptyping-2.5.0.ebuild
new file mode 100644
index ..1d2880b0f93b
--- /dev/null
+++ b/dev-python/nptyping/nptyping-2.5.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Type hints for Numpy"
+HOMEPAGE="
+   https://pypi.org/project/nptyping/
+   https://github.com/ramonhagenaars/nptyping/
+"
+SRC_URI="
+   https://github.com/ramonhagenaars/nptyping/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   dev-python/numpy[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' 3.8 3.9)
+"
+BDEPEND="
+   test? (
+   dev-python/mypy[${PYTHON_USEDEP}]
+   dev-python/typeguard[${PYTHON_USEDEP}]
+   )
+"
+
+EPYTEST_IGNORE=(
+   # TODO: package beartype?
+   tests/test_beartype.py
+   # TODO: package pyright?
+   tests/test_pyright.py
+   # test for... whether the release is on pypi?
+   # requires Internet + feedparser, meaningless for users
+   tests/test_package_info.py
+   # relies on Internet access to fetch packages for pip
+   tests/test_wheel.py
+)
+
+distutils_enable_tests pytest



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

2023-02-20 Thread Michał Górny
commit: ce054e8d254961aaa4421c1c8577dcfa5ad3847f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 06:25:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce054e8d

dev-python/trove-classifiers: Bump to 2023.2.20

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

 dev-python/trove-classifiers/Manifest  |  1 +
 .../trove-classifiers-2023.2.20.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/trove-classifiers/Manifest 
b/dev-python/trove-classifiers/Manifest
index 9db925190690..703193e26203 100644
--- a/dev-python/trove-classifiers/Manifest
+++ b/dev-python/trove-classifiers/Manifest
@@ -1,2 +1,3 @@
 DIST trove-classifiers-2023.1.20.gh.tar.gz 15075 BLAKE2B 
04b5902c0318d495be8ef5f3602ae93d0a540f34382dd269202f4b0e6773d9c0adf023df9c45afece0ae27da8dad25d0018b602dc2a02e775c40ea73afb77195
 SHA512 
f99dee6f42ef3d1e42d0d1f520d882af2d430133a317de693464a526849bf6d9990307c189b5bacf2fa97c316d0c806ecfe9cfcd05a6734e79992763f597dfd2
+DIST trove-classifiers-2023.2.20.gh.tar.gz 15075 BLAKE2B 
83c970fee610eef97c4beedbd77d8741fcd71c52676888f281574d91818ade2ca0de5119c354b01236eb6f9f6de29a75dcaed4f1e6c4a9ba9dbce68a75344348
 SHA512 
c6dc3d80ac7da86c5003aba3c8a4dee431a1ccb61f67b0499e40317a8b141b5476620eefc512167fe4a61e1fe7045d6ef2ace885cbb20bfc998ed979ddfcc83c
 DIST trove-classifiers-2023.2.8.gh.tar.gz 15070 BLAKE2B 
92af68e3d967d984f60e1aedf6a32b7b4bed777c9947091a054dce27448965ea0b2221d61277932cd2d6520f112fded1af9e29c21d5d0d1dcb4170febe082252
 SHA512 
b1f1e25bb4bb70b059ab6a4dd0b57bdeac7b69176ced4a7e847c8b449511eaf50b2f62efcc06ddea7605dee4dc7f987e6dce2f9f92a5912f60eb74dbb1e870db

diff --git a/dev-python/trove-classifiers/trove-classifiers-2023.2.20.ebuild 
b/dev-python/trove-classifiers/trove-classifiers-2023.2.20.ebuild
new file mode 100644
index ..850f0b5ffda7
--- /dev/null
+++ b/dev-python/trove-classifiers/trove-classifiers-2023.2.20.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Canonical source for classifiers on PyPI (pypi.org)"
+HOMEPAGE="
+   https://github.com/pypa/trove-classifiers/
+   https://pypi.org/project/trove-classifiers/
+"
+SRC_URI="
+   https://github.com/pypa/trove-classifiers/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+   dev-python/calver[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest
+   "${EPYTHON}" -m tests.lib || die
+}



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

2023-02-20 Thread Michał Górny
commit: ac15b34df192a7ac9f4bc39c68bf67204acb810d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 06:15:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac15b34d

dev-python/setuptools: Bump to 67.3.3

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

 dev-python/setuptools/Manifest |   1 +
 dev-python/setuptools/setuptools-67.3.3.ebuild | 128 +
 2 files changed, 129 insertions(+)

diff --git a/dev-python/setuptools/Manifest b/dev-python/setuptools/Manifest
index e10a8393d847..48d3108838b9 100644
--- a/dev-python/setuptools/Manifest
+++ b/dev-python/setuptools/Manifest
@@ -2,3 +2,4 @@ DIST setuptools-65.7.0.tar.gz 2618315 BLAKE2B 
a0989c3fd0ab476d69885d022eccf1a89d
 DIST setuptools-67.2.0.tar.gz 2475665 BLAKE2B 
1d82e21d5c5f7aea479d468ae5c29c62a86a552e811203794f2246bc715647c18c66ab6d37c9da3092fc2b402cc865c1ab85989092c9beccc440913ad7d51ccd
 SHA512 
2d15719d7a0305535ee853e82b5196af2eaa29cbcf73c59515c2fa8e8c910c25fcf3854aac515789a51a84b19c95e8d06fef4199cf19ba4a45dda5b7ab66
 DIST setuptools-67.3.1.tar.gz 2478867 BLAKE2B 
5f2796b548c43e3e3bec71d81fc37938f97eb15256a93d30d749a3175c0c5278316d7b513de651c85b367e49b3bc3e14003a3c7607cf445e5d6137afa5b2c3f1
 SHA512 
5b0d71572e4107a673a95dfea56a363492a62a3a04ecc8f3095ca79686dea452299358a52b0571179a738226ba92c35d04a2e37d3504fd6c510053cf71e2680d
 DIST setuptools-67.3.2.tar.gz 2478825 BLAKE2B 
aef884a135f78ebac0505cc62c785609e20d8f639ae4c678dc685711095e87b41da296f5e99b20ef8376be3d3a58cac1f338f14cca3dae1bc42404be2e89d851
 SHA512 
55e69cac241109d8fdcbe6bbf4ea36a7611f8cd77b875d456181f85622797b78f385aa7459283c02bdd442585b79768452f69c830591579234df279fd82290b5
+DIST setuptools-67.3.3.tar.gz 2478985 BLAKE2B 
e9dcf43a8706b4d77c0a57c72c3dcdf06996563a1778b4543ed3f4e79bb68f4bf9b2c8f08f3d247571a1770518e6ebc636c380cdb2b906dcf78185ab3f4f47fe
 SHA512 
35f3438fa178e6bd066d59ae50d816bc9b7591035c118bef34c1c0387267ce46fb6162630be7a96cf63d9ce45ef3cee4493fd8f3613938d8159daeb64bdc3c27

diff --git a/dev-python/setuptools/setuptools-67.3.3.ebuild 
b/dev-python/setuptools/setuptools-67.3.3.ebuild
new file mode 100644
index ..f46eb55ab7f3
--- /dev/null
+++ b/dev-python/setuptools/setuptools-67.3.3.ebuild
@@ -0,0 +1,128 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# please keep this ebuild at EAPI 7 -- sys-apps/portage dep
+EAPI=7
+
+# please bump dev-python/ensurepip-setuptools along with this package!
+
+DISTUTILS_USE_PEP517=standalone
+PYTHON_TESTED=( python3_{9..11} 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}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-4.11.1[${PYTHON_USEDEP}]
+   ' 3.9)
+"
+BDEPEND="
+   ${RDEPEND}
+   >=dev-python/wheel-0.37.1-r1[${PYTHON_USEDEP}]
+   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}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   ' "${PYTHON_TESTED[@]}")
+   )
+"
+PDEPEND="
+   >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]
+   

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

2023-02-20 Thread Michał Górny
commit: f1d8837075a9448a00beaf1af118cafe88d16a1a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 06:05:24 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1d88370

app-admin/awscli: Bump to 1.27.75

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

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

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 944f4f3cc76a..e7770e23c908 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -1,3 +1,4 @@
 DIST aws-cli-1.27.59.gh.tar.gz 2360458 BLAKE2B 
e60117e41cf95d442db333cf49c146e4ed02247007b8f46228799c5dee8c486aec34b236c9a0a6d152d690ff86c34fd797a6f35227a6e443805cdfe1b1b30f00
 SHA512 
87b9aebe812415223285c09ab5a36de2b9c0da49775d1162a5b5d7489ad61c16ca5361b721bc9e4ec4ccc09306be24513f42d7263b315d6856be20fdf0779686
 DIST aws-cli-1.27.69.gh.tar.gz 2366011 BLAKE2B 
e2ac484bb6ead107d0deca6bad5b9ca4a014f129d1253528869c303d72d58f1e9d5329b6c3180ec53190e43711d999b7026764c0cf65786903dade2a5c135f88
 SHA512 
85d6d820918ab42ce39e3a90751726a8dbf691083f5d71834b61b8456f6c91e3cac7ead86448187a3853a26f9e75e2e1d7f2acd3a8de59a69ebc028a4692b9ac
 DIST aws-cli-1.27.74.gh.tar.gz 2368706 BLAKE2B 
3eb9d8c21b9ddfd3a3e4bb53172a46ad69ca71033785bd29fd8b0b0f694c2ed62a4cad998ccd13b07949b86a89f2ca238a63a4553e591ba9066832f51ed87759
 SHA512 
cf61a3f1dd643bb7d0f81f047c1eeae78a7793532bffa612045273c46ae970b2763156a7679b6e16e65c2f886dec68e54db0169580bb3c37cc08420f874e704c
+DIST aws-cli-1.27.75.gh.tar.gz 2368634 BLAKE2B 
b1a150c77b5f7ff98b33bff0225d889d8b4947492103d44da2b58339a59a7616613db6a29daeab63c50a58f2c8022b392bdd392024080dca853e6b329652db09
 SHA512 
b5eaac8c5277a9f8428ccad060cfa8764ac51853701cb02d3a4656711df1daaaf836071522ecc32baeeb05ab739ee56968ce11b4552a942cc3a9705c74a788d9

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



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

2023-02-20 Thread Michał Górny
commit: 7f9f108587e73fe1000a623900abc38285dc9fb8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 06:21:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f9f1085

dev-python/pywlroots: Bump to 0.16.0

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

 dev-python/pywlroots/Manifest|  1 +
 dev-python/pywlroots/pywlroots-0.16.0.ebuild | 44 
 2 files changed, 45 insertions(+)

diff --git a/dev-python/pywlroots/Manifest b/dev-python/pywlroots/Manifest
index 42da54f56046..18ae46dfa639 100644
--- a/dev-python/pywlroots/Manifest
+++ b/dev-python/pywlroots/Manifest
@@ -1 +1,2 @@
 DIST pywlroots-0.15.24.gh.tar.gz 85570 BLAKE2B 
0c7ba0be6159152488785298028bb1feec20e2380357060a850dab417b3fb1fccb4a9e6cc6564d2b7f124bf4fc454789549267e9036b0b4559e5fcd4c6f06196
 SHA512 
b29b76cf18a65b2ef19d15ecf018a9ba44119d60ee61435967d17f06d5f7544d2117f2e9a81574734c71591a237b00c8584a5cc6d6adb928f39f11170f21ee94
+DIST pywlroots-0.16.0.gh.tar.gz 90064 BLAKE2B 
a9be36d0bf7462bbe3a7a2d9cece1e25d87440467b91059060c28e183236f21753d7bb2b14ce7775cf07c9ce170928ebff5ae8987b24b281aac7fd1c55a8291b
 SHA512 
c28a2822a0494b9f90186a8033dd3f8d769ca0aba808f3574dfc3891b76e3ac560596379ecaa3e8822c4c253003c60899a5e36e283a002a20440209b59f90406

diff --git a/dev-python/pywlroots/pywlroots-0.16.0.ebuild 
b/dev-python/pywlroots/pywlroots-0.16.0.ebuild
new file mode 100644
index ..b802883e934e
--- /dev/null
+++ b/dev-python/pywlroots/pywlroots-0.16.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python binding to the wlroots library using cffi"
+HOMEPAGE="
+   https://github.com/flacjacket/pywlroots/
+   https://pypi.org/project/pywlroots/
+"
+SRC_URI="
+   https://github.com/flacjacket/pywlroots/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+# See README for wlroots dep
+DEPEND="
+   >=dev-python/pywayland-0.4.14[${PYTHON_USEDEP}]
+   >=dev-python/xkbcommon-0.2[${PYTHON_USEDEP}]
+   =gui-libs/wlroots-$(ver_cut 1-2)*:=
+"
+RDEPEND="
+   ${DEPEND}
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-0.15.24-no-import-version-check.patch
+)
+
+distutils_enable_tests pytest
+
+python_test() {
+   rm -rf wlroots || die
+   epytest
+}



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

2023-02-20 Thread Michał Górny
commit: a55bba683ae06e1b5cd3eb61bdf2c03c6e08c0ba
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 06:05:06 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a55bba68

dev-python/botocore: Bump to 1.29.75

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

 dev-python/botocore/Manifest|  1 +
 dev-python/botocore/botocore-1.29.75.ebuild | 74 +
 2 files changed, 75 insertions(+)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index f8e7eee5c5de..502cf899a7ed 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,3 +1,4 @@
 DIST botocore-1.29.59.gh.tar.gz 11131182 BLAKE2B 
fa85e1f8dc3c366f7a7fb3e9b06dd298b1ad62be882891df3414289aa9e88bff72753690a1438e6040aefb7cafa1718a70c940e8cd2b4e743df44013b5748ef6
 SHA512 
9a4811b44c67652cacc899d1d84d4db1305cb60e73dd47d7f543b85ec37f921cab00a51d67b48ab6a215be8f7543e30c54585e0fb337085e1b75774b053c4bf3
 DIST botocore-1.29.69.gh.tar.gz 11140109 BLAKE2B 
5a91e6d425f4a5f424f95fd9bcd893c06fd42eb2a34ae870a76f0a28ee59771a8e1759a8afa959592a0ae7537229d791805539125890d17d3f4a33bb0618e76d
 SHA512 
30d538591b25aae82e93352f4eda2d76eda6d02604cdbe822cd5f7559cfa268e2245b5cfb8ba6875e5e3a35cad2bef7210bbe03276236871441515cdf6ff2ece
 DIST botocore-1.29.74.gh.tar.gz 11153254 BLAKE2B 
b3d3b75643cd5e3fac54a09e971daa23a043ba9f7ab773c2fd57dc15417c1b30c6f503515bad8734332bc40c4210e4ac09566c0742649c6ac3592e81ae9f8d79
 SHA512 
944ebbf1268fa9e8bb68ce5960da347613bcab585bf54c2fd6dbecb499088c1dc426357cde0a0f0d1780ecbc06acc33d8587f37c7f3d13577283b4549a353406
+DIST botocore-1.29.75.gh.tar.gz 11152953 BLAKE2B 
69c9c520f1caa97d931bc535261e14fb07ca1cd8ae5ba8edcb25eceb97c2dc367bf93de7aa19f87c042c69ece36a87efddb5b7495790ab5d6c6ca48bc99f7d2d
 SHA512 
9778771373b675f6d6f0df04311b3b9bc53268a4628e0cb88737e70346a3a18efdca3a6d3325e2b99bcf0054d5486000fb28d3ed64cad181f8df80d2a692f24b

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



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

2023-02-20 Thread Michał Górny
commit: d01b2e4bf0f7aefe7a0128e0060c9293316a4621
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 06:07:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d01b2e4b

dev-python/types-docutils: Remove old

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

 dev-python/types-docutils/Manifest  |  2 --
 .../types-docutils/types-docutils-0.19.1.2.ebuild   | 17 -
 .../types-docutils/types-docutils-0.19.1.3.ebuild   | 17 -
 3 files changed, 36 deletions(-)

diff --git a/dev-python/types-docutils/Manifest 
b/dev-python/types-docutils/Manifest
index 9eae7c21dbb2..105b2094a138 100644
--- a/dev-python/types-docutils/Manifest
+++ b/dev-python/types-docutils/Manifest
@@ -1,3 +1 @@
-DIST types-docutils-0.19.1.2.tar.gz 8973 BLAKE2B 
7303c3ce16c9521215f29d2129394a92d436b2c75441189a6c3bbb0279c504ccb34995e9e40c777af7d6a09524043d05640d0419bfdbdc93b83b7daa91c6a9f3
 SHA512 
b9c4fff2f56bc77209f771996c24eef0c4d902dccb932e50b0f7207cccee8aef8335dfdf2cea7ff63f8c80de00be9293fd8367b78562dd7190f25228811177aa
-DIST types-docutils-0.19.1.3.tar.gz 9008 BLAKE2B 
92d5ff462be1e9a1ef370ffc9823c790247de78fa83b44ae1d99245f465241416dea508fc4262168b03f823d2e0094650d3df14a3ab1b4a6f43a6fa0c5559a70
 SHA512 
e5afb78b50e874969aa96376e81493d1b1b17ea9dc85254d9c143b1d72a147adc0b84fc898006a37b7cbefa8d73d65441d8ef67650c4a582de5185f9a7d129ea
 DIST types-docutils-0.19.1.4.tar.gz 9011 BLAKE2B 
dbecebad58aac788d161688bf5f3f25ce0afcbe5240b370b342490ceec1b43ef6d13b773e61197b6cd2e8016986ae07ea7a098351edf0fe10a4e38918d0b8c04
 SHA512 
927a050c262fd0a141eacef20e88ec70eeead647f7d04179a760e5a231f4ec6c974119642dbbaf674e77f29292b51894a265ef1962b535b5526746977b459162

diff --git a/dev-python/types-docutils/types-docutils-0.19.1.2.ebuild 
b/dev-python/types-docutils/types-docutils-0.19.1.2.ebuild
deleted file mode 100644
index 13149a76e44c..
--- a/dev-python/types-docutils/types-docutils-0.19.1.2.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Typing stubs for docutils"
-HOMEPAGE="https://pypi.org/project/types-docutils/;
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"

diff --git a/dev-python/types-docutils/types-docutils-0.19.1.3.ebuild 
b/dev-python/types-docutils/types-docutils-0.19.1.3.ebuild
deleted file mode 100644
index 9a24481a1e60..
--- a/dev-python/types-docutils/types-docutils-0.19.1.3.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Typing stubs for docutils"
-HOMEPAGE="https://pypi.org/project/types-docutils/;
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"



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

2023-02-20 Thread Michał Górny
commit: 0a3f7ee9184636e5aad34737dc77fc934699
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 06:05:15 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a3f7ee9

dev-python/boto3: Bump to 1.26.75

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

 dev-python/boto3/Manifest |  1 +
 dev-python/boto3/boto3-1.26.75.ebuild | 68 +++
 2 files changed, 69 insertions(+)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 3d553f3e8f90..56a016bd78ea 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,3 +1,4 @@
 DIST boto3-1.26.59.gh.tar.gz 594565 BLAKE2B 
90c5fe950da7fabc46a4c34e0a77997cfc643273f6b3c1afed6caad3415486b25a6610c8fb9d3f3450b4f3b73e45cfec5d6b1f02666dbd2608944e2db81a955b
 SHA512 
e4dff5978e41a9f4c29ef131d7b8c1f0ec625d9fc77a8cff9ce3c6d5a00d68e75b62da34b418252ddfeedf6302332edd8a30d88401ea393d0de3add64ab5cc40
 DIST boto3-1.26.69.gh.tar.gz 600296 BLAKE2B 
8c37d9c818e29617defed964271436be2ffa54f8a634661d6a9fc665d1b77a041d83bcba153d5c0dffe90c4185e0a163e9141880cd8147964f7ed479b975ecb2
 SHA512 
8635afb8c20c3534c36551eb6004676ebcee987836e494b8a67673ae16f4dee8d8efb83e632c6df2e0f07827965bcc9b8e72c159657ff72f1c9c1f52ccd49a16
 DIST boto3-1.26.74.gh.tar.gz 602525 BLAKE2B 
6d9b397864649ecd9b3f46bcee832c57cdce809545522f3beaf0d2eb98ca1f99e5fcab132f3389a4b2edcd585d9f6759de961b1f83f5912420629b6b03092c36
 SHA512 
eba11711dbd77988deb1695b954b6eb931b8ad49f96971e221415355de9bd2f3015b5a58be34a7378180f59500f9c15135192ccb97454141dbcaa664f0183627
+DIST boto3-1.26.75.gh.tar.gz 602878 BLAKE2B 
8bce90fd5b6474316922a6da571dfe27a0d5c15743f05c184314d74ae2323635a71d0b7adf02ff7c8ebdea1cfbcb8e730c1d97de96b29fcaa4d178645c760748
 SHA512 
5d5cbb5e9606aae1a90c5766315c120f799a1cae528b1cc5d052c18b70c276524d9ffb077a662273d30ffa3fff86405c00ec35718bc510505c3fa6f7edc01ad0

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



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

2023-02-20 Thread Michał Górny
commit: 4d6fd0b8c83616a762df4b4cb5539b05fae513aa
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 06:04:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d6fd0b8

dev-python/boto3: Remove old

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

 dev-python/boto3/Manifest |  5 ---
 dev-python/boto3/boto3-1.26.64.ebuild | 68 ---
 dev-python/boto3/boto3-1.26.70.ebuild | 68 ---
 dev-python/boto3/boto3-1.26.71.ebuild | 68 ---
 dev-python/boto3/boto3-1.26.72.ebuild | 68 ---
 dev-python/boto3/boto3-1.26.73.ebuild | 68 ---
 6 files changed, 345 deletions(-)

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 932f92f50c8d..3d553f3e8f90 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -1,8 +1,3 @@
 DIST boto3-1.26.59.gh.tar.gz 594565 BLAKE2B 
90c5fe950da7fabc46a4c34e0a77997cfc643273f6b3c1afed6caad3415486b25a6610c8fb9d3f3450b4f3b73e45cfec5d6b1f02666dbd2608944e2db81a955b
 SHA512 
e4dff5978e41a9f4c29ef131d7b8c1f0ec625d9fc77a8cff9ce3c6d5a00d68e75b62da34b418252ddfeedf6302332edd8a30d88401ea393d0de3add64ab5cc40
-DIST boto3-1.26.64.gh.tar.gz 597913 BLAKE2B 
f3dc63388cf4055c58610eaf980c10ff4d297c6f00f89fe0b46e6b764fba502b7fd85b71421a9d21f1930b668f95aaf2fa174389e5067901d749babf582a8033
 SHA512 
17ed0e655706f29ed34e1d60a9913d74ab0098ba8085ea76bafb5fcd1bfde91c2efd95d2f3f3e6bcd1b6ef7bed85f9001ba484c01a0251219ea879543a8f2b47
 DIST boto3-1.26.69.gh.tar.gz 600296 BLAKE2B 
8c37d9c818e29617defed964271436be2ffa54f8a634661d6a9fc665d1b77a041d83bcba153d5c0dffe90c4185e0a163e9141880cd8147964f7ed479b975ecb2
 SHA512 
8635afb8c20c3534c36551eb6004676ebcee987836e494b8a67673ae16f4dee8d8efb83e632c6df2e0f07827965bcc9b8e72c159657ff72f1c9c1f52ccd49a16
-DIST boto3-1.26.70.gh.tar.gz 600798 BLAKE2B 
b55125e70865f73b8ba5e7945eca6a975f47cf5e80ee876bb757adb72f611a2a18a33dbc619fe8f76c40e63cadaf5f6ea923c8310225b4f662c5c2e300aef375
 SHA512 
80961a68437a32cb0d7bbfd3e24942fa939d0e8a62884d525e4cea6cc9e152749b1481d0c8cc832ec26407cb2dc46a1a40eec81539e7c55c635c810c595108d5
-DIST boto3-1.26.71.gh.tar.gz 601272 BLAKE2B 
ca2feb8c8a73308ae50a7a9bac3779afc233fbd8e55c75a1e9bb87e224c789d22b940b68e1f90405886cceef60f860c33f7d99a64b288a29f8377eaa8815
 SHA512 
ca4eeaa29f0d025a6e0d7e55680f8c6ca231cd8616a373ca60a84d51f271750b05640b71ea97bebd539e762efe7a714f86e1f3c142620996240df02ef7cfac48
-DIST boto3-1.26.72.gh.tar.gz 601919 BLAKE2B 
7a0d7e1e2cb2a2085e641127807aa55677c778aee7a86daded4d6c57cf430ae9a610fbce03527911f9c9be775cf5229451668c6e600635e87d5d21690e52e8ad
 SHA512 
859c2a5260805eaf86ca16d94f1b58d7047f1a1c911b9c553c4a2f8a0902e1b5cd96885eed64865f1a8795552744b9f4e39382ebe0c681939ea6e4119a81b474
-DIST boto3-1.26.73.gh.tar.gz 602354 BLAKE2B 
2a8a617011e0a06dcf488c44863489fd3486650e4b4f349af505571ffa2e3beaa15147a82f22316ed7942e3b9f179e2cbf3249203bfd80dc3ca3a3789966958f
 SHA512 
21ee634438b29d03402f9776f982331806c0dadf7186f28556a9aa0a4e1fb47730c280bc50a4fdf92c50ce683806c979339a7ff4b62e654b8314b26a9b483743
 DIST boto3-1.26.74.gh.tar.gz 602525 BLAKE2B 
6d9b397864649ecd9b3f46bcee832c57cdce809545522f3beaf0d2eb98ca1f99e5fcab132f3389a4b2edcd585d9f6759de961b1f83f5912420629b6b03092c36
 SHA512 
eba11711dbd77988deb1695b954b6eb931b8ad49f96971e221415355de9bd2f3015b5a58be34a7378180f59500f9c15135192ccb97454141dbcaa664f0183627

diff --git a/dev-python/boto3/boto3-1.26.64.ebuild 
b/dev-python/boto3/boto3-1.26.64.ebuild
deleted file mode 100644
index 9523f65d5fb9..
--- a/dev-python/boto3/boto3-1.26.64.ebuild
+++ /dev/null
@@ -1,68 +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 multiprocessing
-
-DESCRIPTION="The AWS SDK for Python"
-HOMEPAGE="
-   https://github.com/boto/boto3/
-   https://pypi.org/project/boto3/
-"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/boto/boto3;
-   inherit git-r3
-   BOTOCORE_PV=${PV}
-else
-   SRC_URI="
-   https://github.com/boto/boto3/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   "
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
-
-   # botocore is x.(y+3).z
-   BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 3)).$(ver_cut 3-)"
-fi
-
-RDEPEND="
-   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
-   >=dev-python/jmespath-0.7.1[${PYTHON_USEDEP}]
-   >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   )
-"
-

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

2023-02-20 Thread Michał Górny
commit: 334dc3cbedac7bb25a3dfe97d7c3087219bfaed9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 06:04:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=334dc3cb

dev-python/botocore: Remove old

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

 dev-python/botocore/Manifest|  5 --
 dev-python/botocore/botocore-1.29.64.ebuild | 74 -
 dev-python/botocore/botocore-1.29.70.ebuild | 74 -
 dev-python/botocore/botocore-1.29.71.ebuild | 74 -
 dev-python/botocore/botocore-1.29.72.ebuild | 74 -
 dev-python/botocore/botocore-1.29.73.ebuild | 74 -
 6 files changed, 375 deletions(-)

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 36b35c7df847..f8e7eee5c5de 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -1,8 +1,3 @@
 DIST botocore-1.29.59.gh.tar.gz 11131182 BLAKE2B 
fa85e1f8dc3c366f7a7fb3e9b06dd298b1ad62be882891df3414289aa9e88bff72753690a1438e6040aefb7cafa1718a70c940e8cd2b4e743df44013b5748ef6
 SHA512 
9a4811b44c67652cacc899d1d84d4db1305cb60e73dd47d7f543b85ec37f921cab00a51d67b48ab6a215be8f7543e30c54585e0fb337085e1b75774b053c4bf3
-DIST botocore-1.29.64.gh.tar.gz 11141125 BLAKE2B 
955c7ac0630bd8df8004a0a3d0ec64a7491aee7d68e63a65c62c9fe7a4362aed7bd74ca967cd8550ead458e42a858a428f0db8922a337c83cd680fcd1d1b62c3
 SHA512 
bb8e177f335e600389123f26788711f4a94c4943a4d80c6195db03bb3cf9489b2a8b0e42d429635c6c8c501df6c27b4177e9ef71e748b0c63874e6682bf2e8e9
 DIST botocore-1.29.69.gh.tar.gz 11140109 BLAKE2B 
5a91e6d425f4a5f424f95fd9bcd893c06fd42eb2a34ae870a76f0a28ee59771a8e1759a8afa959592a0ae7537229d791805539125890d17d3f4a33bb0618e76d
 SHA512 
30d538591b25aae82e93352f4eda2d76eda6d02604cdbe822cd5f7559cfa268e2245b5cfb8ba6875e5e3a35cad2bef7210bbe03276236871441515cdf6ff2ece
-DIST botocore-1.29.70.gh.tar.gz 11145631 BLAKE2B 
9f1d65e7ecb0c2b436a6260613f7d7cdcf3a01b563042e1dd6997a308f0b7179582f11447b0e3785c2cf8c801bc920f3a850c9b290a78a183bf910189a705732
 SHA512 
28b375ab94619872d0e9d4331caa687ddaa24c6cce8a66af887dfb308583ff8ad1cb5d78cadc50eb69fcd5ddd50fc1c94b70f128f9ae83ad166596140c45ea81
-DIST botocore-1.29.71.gh.tar.gz 11142820 BLAKE2B 
bc33e29023b95e1482e094173898952bd2e3335ca641416ac4ba5e608b2146333e347aa7fcb7a23dd9c3d5dbc8a092fd2345c91a74b49a9f8b08477e64798c18
 SHA512 
48a851434e35391e56bb3a8a803291287535a7d15d3b5b1a83c253b0bba1ca3621bd6da5e027ee0485f52eebbce523d1962fb660850663a6b19814e17be443af
-DIST botocore-1.29.72.gh.tar.gz 11147118 BLAKE2B 
ad72456166933dcb540ed7f4fc622c7e1ef1601846b102372bc990e9985699de82da5b629043fc975e287a49cc65383c0adc97737ff831ccb4ea569c148593bf
 SHA512 
64af7f0efe667a175119030cf30524ad09cc29c8447026875286ec2706e6f3fbb2beb90f300675dac27532407a5439d5a0e3d967841b5a58d76f079cdbc99577
-DIST botocore-1.29.73.gh.tar.gz 11152779 BLAKE2B 
5324b720e9cd00f51a8722679b2c0edd98cddbff4c940c864ddbda42804c45b7b0f6b720d1ecdb2d41b53c37c19cc2894d93e4906f1bc9bfda07dffa721b5fb2
 SHA512 
a226f20eaafd3ef40264999e6604475a86b6a538f5435d12c3f0474363288e6abbe0a2e8068296ce5afcdfbbc24c56991718f7fc12edbdc399938d57a70003d8
 DIST botocore-1.29.74.gh.tar.gz 11153254 BLAKE2B 
b3d3b75643cd5e3fac54a09e971daa23a043ba9f7ab773c2fd57dc15417c1b30c6f503515bad8734332bc40c4210e4ac09566c0742649c6ac3592e81ae9f8d79
 SHA512 
944ebbf1268fa9e8bb68ce5960da347613bcab585bf54c2fd6dbecb499088c1dc426357cde0a0f0d1780ecbc06acc33d8587f37c7f3d13577283b4549a353406

diff --git a/dev-python/botocore/botocore-1.29.64.ebuild 
b/dev-python/botocore/botocore-1.29.64.ebuild
deleted file mode 100644
index 0f4daaa48e81..
--- a/dev-python/botocore/botocore-1.29.64.ebuild
+++ /dev/null
@@ -1,74 +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 multiprocessing
-
-DESCRIPTION="Low-level, data-driven core of boto 3"
-HOMEPAGE="
-   https://github.com/boto/botocore/
-   https://pypi.org/project/botocore/
-"
-LICENSE="Apache-2.0"
-SLOT="0"
-
-if [[ "${PV}" == "" ]]; then
-   EGIT_REPO_URI="https://github.com/boto/botocore;
-   inherit git-r3
-else
-   SRC_URI="
-   https://github.com/boto/botocore/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-   "
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
-fi
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   =dev-python/urllib3-1.25.4[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/jsonschema[${PYTHON_USEDEP}]
-   dev-python/pytest-xdist[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs/source \
-   'dev-python/guzzle_sphinx_theme'
-distutils_enable_tests pytest
-

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

2023-02-20 Thread Michał Górny
commit: ae6156da7325bd6a680b097f49e6eb26636697b4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 21 06:02:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 21 07:37:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae6156da

app-admin/awscli: Remove old

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

 app-admin/awscli/Manifest  |  5 ---
 app-admin/awscli/awscli-1.27.64.ebuild | 80 --
 app-admin/awscli/awscli-1.27.70.ebuild | 80 --
 app-admin/awscli/awscli-1.27.71.ebuild | 80 --
 app-admin/awscli/awscli-1.27.72.ebuild | 80 --
 app-admin/awscli/awscli-1.27.73.ebuild | 80 --
 6 files changed, 405 deletions(-)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index 2c2f95343675..944f4f3cc76a 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -1,8 +1,3 @@
 DIST aws-cli-1.27.59.gh.tar.gz 2360458 BLAKE2B 
e60117e41cf95d442db333cf49c146e4ed02247007b8f46228799c5dee8c486aec34b236c9a0a6d152d690ff86c34fd797a6f35227a6e443805cdfe1b1b30f00
 SHA512 
87b9aebe812415223285c09ab5a36de2b9c0da49775d1162a5b5d7489ad61c16ca5361b721bc9e4ec4ccc09306be24513f42d7263b315d6856be20fdf0779686
-DIST aws-cli-1.27.64.gh.tar.gz 2363382 BLAKE2B 
fd0879e793aa5ee449ee535425976d11edb6f844f0385a630df82b62aa6db593c76ccab2b59b960b951859b88e2fd1d2db98f5f9f423b1de4dfed65c22eb131b
 SHA512 
8966543936133e98a7ed27897b3978dbc71fde0728dff18e778cb17cf18b834c6abdc4cae13375f72280b1c3f4b43b33c3a08d4f3b99a2cefb74f27d1dd480a3
 DIST aws-cli-1.27.69.gh.tar.gz 2366011 BLAKE2B 
e2ac484bb6ead107d0deca6bad5b9ca4a014f129d1253528869c303d72d58f1e9d5329b6c3180ec53190e43711d999b7026764c0cf65786903dade2a5c135f88
 SHA512 
85d6d820918ab42ce39e3a90751726a8dbf691083f5d71834b61b8456f6c91e3cac7ead86448187a3853a26f9e75e2e1d7f2acd3a8de59a69ebc028a4692b9ac
-DIST aws-cli-1.27.70.gh.tar.gz 2366135 BLAKE2B 
f8feedc28ff2b94326ea81ef1c38779c709ca88033c6f36a31dd28659f9f7cfe2fe520dcf39c46534e5d91e48877e0901e212fc3316effe3e0dc5b0c4855c47d
 SHA512 
faae6ea80047736d99d16cc652b43c4b34fe70822c3aa5a59c8c505a79bbc8b573c4b875f8551c934f20119f0ac2a4ea86a0d91614d5a3871b32a2ea0cc9139c
-DIST aws-cli-1.27.71.gh.tar.gz 2366507 BLAKE2B 
e01193919c0f78a8e1ea0e12a2fb7c454604553d1c3d86d42aa120ba7f31f9d3e1f8cfe602da5f575a589181643ff895e2dd99b4d5dd73c2eeade1ce956c6e33
 SHA512 
428ca6198d13764968f50a29f38904419401f4f807bcd09a9c8e5bae62410acb1e4929acb8a3a8ff255ab21eecd78b6a68b46dc95f1f3c514a44ed13c57a6805
-DIST aws-cli-1.27.72.gh.tar.gz 2367270 BLAKE2B 
e1df31c226a98a7f8241bac33bea402024ea7975de1d3c34e3ae2c971b4386ecd772617cdb803ac3569238ed623b7c8a11c3cdaf642d82aad89421b2f067f782
 SHA512 
54aaa158dd4832eeac20781a2f2c8e62123753a5b7d7273b7d1e33188d30a4c0a0991d9a7b49ebca7f682944e9fcd523412c5f6c47146c52400374d52d2524b8
-DIST aws-cli-1.27.73.gh.tar.gz 2368610 BLAKE2B 
6e0a157be8eb2e87da5ca2631a955049c6a9ff35da0beb3a62b14a77b3f14cf1d91f84d77e1339dcd4ad6d5c168492c37ae41eda3175ceda7f782080c12ab9a1
 SHA512 
4c65581ef1bad7d063f4f3ce51b21e63aec724da707e6bc506afdd977da2c6d13501b231698acd1e677b8f0ad7133f127680b42a0b008ac0cea1aa1ca1b1d833
 DIST aws-cli-1.27.74.gh.tar.gz 2368706 BLAKE2B 
3eb9d8c21b9ddfd3a3e4bb53172a46ad69ca71033785bd29fd8b0b0f694c2ed62a4cad998ccd13b07949b86a89f2ca238a63a4553e591ba9066832f51ed87759
 SHA512 
cf61a3f1dd643bb7d0f81f047c1eeae78a7793532bffa612045273c46ae970b2763156a7679b6e16e65c2f886dec68e54db0169580bb3c37cc08420f874e704c

diff --git a/app-admin/awscli/awscli-1.27.64.ebuild 
b/app-admin/awscli/awscli-1.27.64.ebuild
deleted file mode 100644
index 62c19f3a63fb..
--- a/app-admin/awscli/awscli-1.27.64.ebuild
+++ /dev/null
@@ -1,80 +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 bash-completion-r1 distutils-r1 multiprocessing
-
-MY_P=aws-cli-${PV}
-DESCRIPTION="Universal Command Line Environment for AWS"
-HOMEPAGE="
-   https://github.com/aws/aws-cli/
-   https://pypi.org/project/awscli/
-"
-SRC_URI="
-   https://github.com/aws/aws-cli/archive/${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-# botocore is x.(y+2).z
-BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
-RDEPEND="
-   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
-   dev-python/colorama[${PYTHON_USEDEP}]
-   dev-python/docutils[${PYTHON_USEDEP}]
-   dev-python/rsa[${PYTHON_USEDEP}]
-   >=dev-python/s3transfer-0.6.0[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   !app-admin/awscli-bin
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-forked[${PYTHON_USEDEP}]
-   

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

2023-02-20 Thread Miroslav Šulc
commit: d82ac47020ebca54402c93497fa71b06cb20bfe4
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue Feb 21 07:20:42 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Feb 21 07:21:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d82ac470

media-sound/guayadeque: bump to 0.4.7 + eapi8 + switched to gtk3 + updated live

Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/guayadeque/Manifest   | 1 +
 .../{guayadeque-.ebuild => guayadeque-0.4.7.ebuild}   | 8 
 media-sound/guayadeque/guayadeque-.ebuild | 8 
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/media-sound/guayadeque/Manifest b/media-sound/guayadeque/Manifest
index a46c671e1301..fc5d681aa09e 100644
--- a/media-sound/guayadeque/Manifest
+++ b/media-sound/guayadeque/Manifest
@@ -1 +1,2 @@
 DIST guayadeque-0.4.6.tar.gz 2074965 BLAKE2B 
a6076a60f6560f51f1fa1ac7aca0529823d6579726049cfda212ae42e62c6f86ca18e8c06aa60d8e23c8accf51d4363ebe4b69b50ce5224f7db3215c32acf12f
 SHA512 
d353aa492b393a5043cdab2d151d715381c3d9d50cad393ca5687b5c556257641fc2b5eda53772098c8c0621fba88ae693179d07a1085d5b69aab1e5d06459a7
+DIST guayadeque-0.4.7.tar.gz 2192075 BLAKE2B 
b8f78a0667723d8ae27cc13c435f0309a521b10efc440d6cafca08692ef3a79299824d60bcafba3134255d652371f08adec98b1ac63589627c44d2ee8697d443
 SHA512 
8b620a2a44cc36866c2a2df14fec086796fab9a955429dc58f5689a90634dcc1a96434ab5dff4bbe8c81d785b9e1d8c91011ec076d4e0f5c75f269e9d92bf021

diff --git a/media-sound/guayadeque/guayadeque-.ebuild 
b/media-sound/guayadeque/guayadeque-0.4.7.ebuild
similarity index 95%
copy from media-sound/guayadeque/guayadeque-.ebuild
copy to media-sound/guayadeque/guayadeque-0.4.7.ebuild
index 5da351601454..a82bebdc7c56 100644
--- a/media-sound/guayadeque/guayadeque-.ebuild
+++ b/media-sound/guayadeque/guayadeque-0.4.7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-WX_GTK_VER=3.0
+WX_GTK_VER=3.0-gtk3
 
 inherit cmake wxwidgets xdg
 
@@ -50,7 +50,7 @@ RDEPEND="
net-misc/curl
sys-apps/dbus
x11-libs/wxGTK:${WX_GTK_VER}[X]
-   appindicator? ( >=dev-libs/libindicate-0.7 )
+   appindicator? ( dev-libs/libindicate )
ipod? ( media-libs/libgpod )
!minimal? ( ${GST_DEPS} )"
 DEPEND="${RDEPEND}"

diff --git a/media-sound/guayadeque/guayadeque-.ebuild 
b/media-sound/guayadeque/guayadeque-.ebuild
index 5da351601454..a82bebdc7c56 100644
--- a/media-sound/guayadeque/guayadeque-.ebuild
+++ b/media-sound/guayadeque/guayadeque-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
-WX_GTK_VER=3.0
+WX_GTK_VER=3.0-gtk3
 
 inherit cmake wxwidgets xdg
 
@@ -50,7 +50,7 @@ RDEPEND="
net-misc/curl
sys-apps/dbus
x11-libs/wxGTK:${WX_GTK_VER}[X]
-   appindicator? ( >=dev-libs/libindicate-0.7 )
+   appindicator? ( dev-libs/libindicate )
ipod? ( media-libs/libgpod )
!minimal? ( ${GST_DEPS} )"
 DEPEND="${RDEPEND}"



[gentoo-commits] proj/portage:master commit in: lib/_emerge/, lib/portage/tests/resolver/, /, man/

2023-02-20 Thread Sam James
commit: 75a4f2c2e07c128fef4d9faf3a8fb9d67565239e
Author: Sam James  gentoo  org>
AuthorDate: Thu Feb 16 06:26:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 07:16:27 2023 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=75a4f2c2

emerge: add --update-if-installed

This adds a new emerge option '--update-if-installed'.

The use case for such an option is as follows:
- User finds out libfoo-1.2 is buggy.
- They want to upgrade all their systems if libfoo is installed.
- They don't want to install libfoo if it's not already installed.

  Unfortunately, --update fails this last point, hence
  the need for a new option.

Closes: https://github.com/gentoo/portage/pull/988
Signed-off-by: Sam James  gentoo.org>

 NEWS  |   4 ++
 lib/_emerge/create_depgraph_params.py |   6 ++
 lib/_emerge/depgraph.py   |  17 -
 lib/_emerge/main.py   |   3 +-
 lib/portage/tests/resolver/test_update.py | 106 ++
 man/emerge.1  |   6 ++
 6 files changed, 140 insertions(+), 2 deletions(-)

diff --git a/NEWS b/NEWS
index 29e9de038..9389d2c09 100644
--- a/NEWS
+++ b/NEWS
@@ -10,6 +10,10 @@ Features:
 
 * emerge: add --onlydeps-with-ideps= option (bug #890777)
 
+* emerge: add --update-if-installed option. This is useful for one-shot
+  emerge commands to be run across several machines to upgrade packages
+  only if they're installed.
+
 * install-qa-check.d: 60pkgconfig: add opt-in QA_PKGCONFIG_VERSION check
 
 * emerge: Log completion of package installs.

diff --git a/lib/_emerge/create_depgraph_params.py 
b/lib/_emerge/create_depgraph_params.py
index 531230402..1bbca5de9 100644
--- a/lib/_emerge/create_depgraph_params.py
+++ b/lib/_emerge/create_depgraph_params.py
@@ -129,6 +129,12 @@ def create_depgraph_params(myopts, myaction):
 if changed_slot:
 myparams["changed_slot"] = True
 
+# --update-if-installed implies --update
+update_if_installed = myopts.get("--update-if-installed")
+if update_if_installed is not None:
+myparams["update_if_installed"] = update_if_installed
+myopts["--update"] = True
+
 if (
 "--update" in myopts
 or "--newrepo" in myopts

diff --git a/lib/_emerge/depgraph.py b/lib/_emerge/depgraph.py
index 1631ed126..412dc7b6f 100644
--- a/lib/_emerge/depgraph.py
+++ b/lib/_emerge/depgraph.py
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 import errno
@@ -5019,6 +5019,21 @@ class depgraph:
 pkg, existing_node = self._select_package(
 myroot, atom, onlydeps=onlydeps
 )
+
+# Is the package installed (at any version)?
+if pkg and "update_if_installed" in 
self._dynamic_config.myparams:
+package_is_installed = any(
+self._iter_match_pkgs(
+self._frozen_config.roots[myroot], 
"installed", atom
+)
+)
+
+# This package isn't eligible for selection in the
+# merge list as the user passed --update-if-installed
+# and it isn't installed.
+if not package_is_installed:
+continue
+
 if not pkg:
 pprovided_match = False
 for virt_choice in virtuals.get(atom.cp, []):

diff --git a/lib/_emerge/main.py b/lib/_emerge/main.py
index 38233e05c..850487d36 100644
--- a/lib/_emerge/main.py
+++ b/lib/_emerge/main.py
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 import argparse
@@ -52,6 +52,7 @@ options = [
 "--tree",
 "--unordered-display",
 "--update",
+"--update-if-installed",
 ]
 
 shortmapping = {

diff --git a/lib/portage/tests/resolver/test_update.py 
b/lib/portage/tests/resolver/test_update.py
new file mode 100644
index 0..e67013f9f
--- /dev/null
+++ b/lib/portage/tests/resolver/test_update.py
@@ -0,0 +1,106 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+from portage.tests import TestCase
+from portage.tests.resolver.ResolverPlayground import (
+ResolverPlayground,
+ResolverPlaygroundTestCase,
+)
+
+
+class UpdateIfInstalledTestCase(TestCase):
+def testUpdateIfInstalledEmerge(self):
+installed = {
+"dev-lang/ghc-4": {},
+"dev-libs/larryware-3": {},
+"dev-libs/larryware-ng-3": {},
+"virtual/libc-1": {},
+}
+
+ebuilds = installed.copy()
+ebuilds.update(
+

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

2023-02-20 Thread Hans de Graaff
commit: 9eb1877ca8892994a6ce7a78b88052852e6385c5
Author: Hans de Graaff  gentoo  org>
AuthorDate: Tue Feb 21 07:00:05 2023 +
Commit: Hans de Graaff  gentoo  org>
CommitDate: Tue Feb 21 07:02:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eb1877c

dev-ruby/capistrano: add 3.17.2

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

 dev-ruby/capistrano/Manifest |  1 +
 dev-ruby/capistrano/capistrano-3.17.2.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/dev-ruby/capistrano/Manifest b/dev-ruby/capistrano/Manifest
index c4dbb8019a83..85528c1a6bb2 100644
--- a/dev-ruby/capistrano/Manifest
+++ b/dev-ruby/capistrano/Manifest
@@ -2,3 +2,4 @@ DIST capistrano-2.15.5.gem 132096 BLAKE2B 
bbaa6bd482cf9bbe7aa01540aa5dab3f32401f
 DIST capistrano-3.16.0.gem 69120 BLAKE2B 
3e1c4f639c2d5cd36ae305746f53e68350d5eee39fbd5c5ec828ea5b69f47a3a5f8b4e6f4b65de2e24717f71cf4a9443879fc3d076474ab020e2023372085180
 SHA512 
ec5aa465065cd115f0a1b7db06b7c68f2034e81feb3b814b730a6aca464756e545fd5c065ea941a3076bb637448e2a0f04aeb56de2578cdf22a6f208d27a2219
 DIST capistrano-3.17.0.gem 69632 BLAKE2B 
57430e8e73bddb11d170c579cae8b2fa6bd1390b5aaeb5e41a81a17ffb84d02623a4ca27c518b0d2ba16c78a639d34e05e68d1fad0d94afadecb846e7d515ea1
 SHA512 
d4298c1d71d51a3cb5216a23fb1181ba11f544a9572939b95f1f7fef80f64e6ebb2eb5cda4b22a77092ec0bb7d7aaa2d72eff88d715290cb989b78033d6053e5
 DIST capistrano-3.17.1.gem 69632 BLAKE2B 
7457f3e3dfc102f2612dda6c976ab05e14a86cdbd39df67a15e190a9998103b9dcc06db1f8d5bcab9bdd6c274f459f40de084a229c183362986dfc58ec07c44b
 SHA512 
68882795d735870b1e5821c3583e2c9366ad5ecb2a413e9488e31010a321368bca3298af020010a0fe90b0c930fbff54bb6e85effdde106dbf92b09e3285721d
+DIST capistrano-3.17.2.gem 69632 BLAKE2B 
e2d1c16d7b4118593e5e8741dff0fdebd69af61db9c2796faeeadfdaabf0455b2092917c60eba6d213680dba6d241b4b4ac1295e74da11c607fb54392ae3
 SHA512 
2c8943eda6dab2c4016c5eb86773040a4a0640e58405115f56c9c8c02dfd06bf2c7a98a0a0bee5d5c77dde16b262ab7131210bbba8ae1b5a8f5172cae76492a3

diff --git a/dev-ruby/capistrano/capistrano-3.17.2.ebuild 
b/dev-ruby/capistrano/capistrano-3.17.2.ebuild
new file mode 100644
index ..9fda8211bc2e
--- /dev/null
+++ b/dev-ruby/capistrano/capistrano-3.17.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_RECIPE_DOC="none"
+RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
+
+inherit ruby-fakegem
+
+DESCRIPTION="A distributed application deployment system"
+HOMEPAGE="https://capistranorb.com/;
+
+LICENSE="MIT"
+SLOT="3"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_rdepend "
+   >=dev-ruby/airbrussh-1.0.0
+   >=dev-ruby/sshkit-1.9:0
+   >=dev-ruby/rake-10.0.0
+   dev-ruby/i18n:*"
+ruby_add_bdepend "
+   test? ( dev-ruby/mocha )"
+
+all_ruby_prepare() {
+   # Avoid specs that depend on capistrano already being installed
+   rm -f spec/lib/capistrano/doctor/gems_doctor_spec.rb || die
+
+   # Avoid specs that require a TTY
+   sed -i -e '/asking for a variable/,/^  end/ s:^:#:' 
spec/integration/dsl_spec.rb || die
+   rm -f spec/lib/capistrano/configuration/question_spec.rb 
spec/lib/capistrano/doctor/output_helpers_spec.rb || die
+}



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luarocks/

2023-02-20 Thread Sam James
commit: 5e3cdfb83b9f1cbc9589268a64272cc9c489527b
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 06:51:17 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 06:51:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e3cdfb8

dev-lua/luarocks: Stabilize 3.9.2 arm64, #895630

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

 dev-lua/luarocks/luarocks-3.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/luarocks/luarocks-3.9.2.ebuild 
b/dev-lua/luarocks/luarocks-3.9.2.ebuild
index bbea02e1c5c1..8756903989dc 100644
--- a/dev-lua/luarocks/luarocks-3.9.2.ebuild
+++ b/dev-lua/luarocks/luarocks-3.9.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://luarocks.org/releases/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 RESTRICT="test"



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

2023-02-20 Thread Sam James
commit: e0e93bcf1a9d0018635e78ab740968b79a9f7658
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 06:50:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 06:50:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0e93bcf

app-emulation/qemu: fix build w/ linux-headers-6.2

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

 .../qemu-7.2.0-linux-headers-6.2-glibc-2.36.patch  | 66 ++
 app-emulation/qemu/qemu-7.2.0-r2.ebuild|  1 +
 2 files changed, 67 insertions(+)

diff --git 
a/app-emulation/qemu/files/qemu-7.2.0-linux-headers-6.2-glibc-2.36.patch 
b/app-emulation/qemu/files/qemu-7.2.0-linux-headers-6.2-glibc-2.36.patch
new file mode 100644
index ..856997886cc9
--- /dev/null
+++ b/app-emulation/qemu/files/qemu-7.2.0-linux-headers-6.2-glibc-2.36.patch
@@ -0,0 +1,66 @@
+https://bugs.gentoo.org/895662
+https://gitlab.com/qemu-project/qemu/-/commit/9f0246539ae84a5e21efd1cc4516fc343f08115a
+
+From 9f0246539ae84a5e21efd1cc4516fc343f08115a Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= 
+Date: Tue, 10 Jan 2023 12:49:00 -0500
+Subject: [PATCH] Revert "linux-user: add more compat ioctl definitions"
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+This reverts commit c5495f4ecb0cdaaf2e9dddeb48f1689cdb520ca0.
+
+glibc has fixed (in 2.36.9000-40-g774058d729) the problem
+that caused a clash when both sys/mount.h annd linux/mount.h
+are included, and backported this to the 2.36 stable release
+too:
+
+  
https://sourceware.org/glibc/wiki/Release/2.36#Usage_of_.3Clinux.2Fmount.h.3E_and_.3Csys.2Fmount.h.3E
+
+It is saner for QEMU to remove the workaround it applied for
+glibc 2.36 and expect distros to ship the 2.36 maint release
+with the fix. This avoids needing to add a further workaround
+to QEMU to deal with the fact that linux/brtfs.h now also pulls
+in linux/mount.h via linux/fs.h since Linux 6.1
+
+Signed-off-by: Daniel P. Berrangé 
+Reviewed-by: Marc-André Lureau 
+Message-Id: <20230110174901.2580297-2-berra...@redhat.com>
+Signed-off-by: Laurent Vivier 
+--- a/linux-user/syscall.c
 b/linux-user/syscall.c
+@@ -111,31 +111,6 @@
+ #define FS_IOC32_SETFLAGS  _IOW('f', 2, int)
+ #define FS_IOC32_GETVERSION_IOR('v', 1, int)
+ #define FS_IOC32_SETVERSION_IOW('v', 2, int)
+-
+-#define BLKGETSIZE64 _IOR(0x12,114,size_t)
+-#define BLKDISCARD _IO(0x12,119)
+-#define BLKIOMIN _IO(0x12,120)
+-#define BLKIOOPT _IO(0x12,121)
+-#define BLKALIGNOFF _IO(0x12,122)
+-#define BLKPBSZGET _IO(0x12,123)
+-#define BLKDISCARDZEROES _IO(0x12,124)
+-#define BLKSECDISCARD _IO(0x12,125)
+-#define BLKROTATIONAL _IO(0x12,126)
+-#define BLKZEROOUT _IO(0x12,127)
+-
+-#define FIBMAP _IO(0x00,1)
+-#define FIGETBSZ   _IO(0x00,2)
+-
+-struct file_clone_range {
+-__s64 src_fd;
+-__u64 src_offset;
+-__u64 src_length;
+-__u64 dest_offset;
+-};
+-
+-#define FICLONE _IOW(0x94, 9, int)
+-#define FICLONERANGE_IOW(0x94, 13, struct file_clone_range)
+-
+ #else
+ #include 
+ #endif
+-- 
+GitLab

diff --git a/app-emulation/qemu/qemu-7.2.0-r2.ebuild 
b/app-emulation/qemu/qemu-7.2.0-r2.ebuild
index 7632e13429ee..c13da1572122 100644
--- a/app-emulation/qemu/qemu-7.2.0-r2.ebuild
+++ b/app-emulation/qemu/qemu-7.2.0-r2.ebuild
@@ -315,6 +315,7 @@ PATCHES=(
"${FILESDIR}"/${PN}-7.1.0-also-build-virtfs-proxy-helper.patch
"${FILESDIR}"/${PN}-7.1.0-capstone-include-path.patch
"${FILESDIR}"/${PN}-7.2.0-disable-gmp.patch
+   "${FILESDIR}"/${PN}-7.2.0-linux-headers-6.2-glibc-2.36.patch
 )
 
 QA_PREBUILT="



[gentoo-commits] repo/gentoo:master commit in: sys-kernel/linux-headers/, sys-kernel/linux-headers/files/

2023-02-20 Thread Sam James
commit: 49d659b4c11e9d3955f13d8c98b4ef8544e4117d
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 05:54:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 06:50:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d659b4

sys-kernel/linux-headers: add 6.2

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

 sys-kernel/linux-headers/Manifest  |  2 +
 ...-5.10-Use-stddefs.h-instead-of-compiler.h.patch |  1 +
 sys-kernel/linux-headers/linux-headers-6.2.ebuild  | 46 ++
 3 files changed, 49 insertions(+)

diff --git a/sys-kernel/linux-headers/Manifest 
b/sys-kernel/linux-headers/Manifest
index 6a50962b1d82..31e181dc6fdf 100644
--- a/sys-kernel/linux-headers/Manifest
+++ b/sys-kernel/linux-headers/Manifest
@@ -9,6 +9,7 @@ DIST gentoo-headers-5.19-0.tar.xz 1168 BLAKE2B 
b4b90f23ddcbf0820f930bd605fb4a326
 DIST gentoo-headers-5.4-2.tar.xz 11352 BLAKE2B 
0ff989dbfff9070c291efe1a8b925462770e71d0c3faeb2e53581dcce02abe45969ec293a7293b6d843f483927b15f4accc1f24ee4966483164e8f72727cfad8
 SHA512 
b460e4d00bdd9ec2ecf229f3b2dde7c6468f775399ba6a49fa0533c0688628c7b27d83835c21eab07407fd98c220043cd1b20e37cc4decbd08a3f2fd9cf6c2be
 DIST gentoo-headers-6.0-0.tar.xz 1164 BLAKE2B 
c288c6581224235367e8bfbd726d3e5ffa19b88b4950bbf4d5df0985835b25794986bbd0018a116455acc001c87f7e3b9290f6ba5ce16278ba4bfe02b9f402e1
 SHA512 
6bb5d7342e30a7e7bc0ecef5c2f95f3d78e8877b77c427728a3ca4614a13738c6d24f725c7047b896a868ee8a0ba1aea92355aebdf6723f08e6d4fd8c0c1c7d6
 DIST gentoo-headers-6.1-0.tar.xz 1172 BLAKE2B 
6929760733cd4a89228554b57b1027ccf887b6c7e56b45f71db9926e9328e2f0cf28b2f386eaaaef461cb2e05e4b1c088ffafea308f25254409f56c381bea2ca
 SHA512 
14c3629a3c3aded37655ed277d718ed8398a08e231682f88037f1feb0c0727ef298f5e17626372fe890606930c027a3a59d8266bac746960651a90443beab5c5
+DIST gentoo-headers-6.2-1.tar.xz 1172 BLAKE2B 
e357616353d4e756477c87b9e3a31c07758f9cc883076796e960d79083c3bbe22f4df215f068b4950cc8c35685a49355c7d1059b283bbd03784bd4152bd4f506
 SHA512 
9e08c87404821fbea00972484a24e73b53ed9c4471e9a7785b2433f2b96bc884eeba2b82788ea01eb8147450e53d9eb8e8bb21968de45d036f83bf2bbeb13b77
 DIST gentoo-headers-base-3.18.tar.xz 3776668 BLAKE2B 
837a675ecf05ec270549d0ba6b9dcb98fb0e40f22007ebfa3e430152b7149dcfa29c8bbe38c737add07f75642234f1633c1d5ae0170788e8d4f765faf00bbdbe
 SHA512 
6615c604e5e618d26fff5a61691f7827bb05be9790db6c9f8e16e3842bce8f056f9928f85ae5714710b75743b0d0804faba4ba9c76e934e1de22dc03ef6d5535
 DIST gentoo-headers-base-4.14.tar.xz 8017944 BLAKE2B 
e967a3f26fa002f62af72c165cf960e855f5d84dd105b3f136e5ae24f4cdfc9e5f8b217a83955b325ca4bd6bda0a9d4c4de02d8d79fd4aa72191bc63db96183a
 SHA512 
2a4e83a9ee36ffa85b59ebac1e12f4f1c572825b767928a42c4748d924d04f0536bab4d9375ca68c11ad867c226f386c40c7c4d0158d1ab00c838eb5b2f9f21a
 DIST gentoo-headers-base-4.19.tar.xz 7956220 BLAKE2B 
5b6868188b6cb505556b8f307972be6b27c0201e8287f6a2c4d0ac8bf16cfe048cb05afacf879731ba81de5e2a8c5afc4adad007e00b12efb8b2a158a666f4dd
 SHA512 
ef0f159cb31651bf8e00c31d8ac807e64413c7bf88807e1ab4779524db10eec4726b65af0fad034a0cb2e000cd61a6008bcc174828061ffaf633c170dd09645c
@@ -20,3 +21,4 @@ DIST linux-5.19.tar.xz 131581464 BLAKE2B 
4db03a6830a3b3bbf0837e1912182a443d9a4aa
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST linux-6.0.tar.xz 133886176 BLAKE2B 
c09a9c877ac0fac83dc31d2d04d96f0a3331d4ed78e3ad4edfd4dc077e1c11d0c49f419fdac4008b5c93d1b09c2b724e12ef0b38371ad0962908abf85dfa95fa
 SHA512 
bac41a7aeb6e809616cee2f13dcd1c45e829dfd1ccf60aee1dc4c46b1e28532f4485c7d819a32940de84fdfbf89db80a4e919bce8a74b2948c5a01551771b714
 DIST linux-6.1.tar.xz 134728520 BLAKE2B 
ae60257860b2bd1bd708d183f0443afc60ebbd2b3d535c45e44c2e541bd0928530a3b62de6385dd4e4726ebbedcc0a871d4f3ffb4105b9f1f6d8ed7467f5688e
 SHA512 
6ed2a73c2699d0810e54753715635736fc370288ad5ce95c594f2379959b0e418665cd71bc512a0273fe226fe90074d8b10d14c209080a6466498417a4fdda68
+DIST linux-6.2.tar.xz 136430892 BLAKE2B 
05b63254734ea685db437cb1c00a6da63eee74d7e99f4ed2d074aaa01ac4487813ab297d337a6855cdbcbb33346b631c4256ee3b06191adfb1be3615a56bdd6d
 SHA512 
a01bee0b968b95183934fe3504516be7ef5811944a061f5aed05ecebaa27b5eb64e33232fd0a8dd622b3c8743bfe462ef7e464d381734d111a0ad6a6d9f66ddd

diff --git 
a/sys-kernel/linux-headers/files/linux-headers-5.10-Use-stddefs.h-instead-of-compiler.h.patch
 
b/sys-kernel/linux-headers/files/linux-headers-5.10-Use-stddefs.h-instead-of-compiler.h.patch
index 07c780fef26d..f1ff9b92dd0d 100644
--- 
a/sys-kernel/linux-headers/files/linux-headers-5.10-Use-stddefs.h-instead-of-compiler.h.patch
+++ 
b/sys-kernel/linux-headers/files/linux-headers-5.10-Use-stddefs.h-instead-of-compiler.h.patch
@@ -1,5 +1,6 @@
 Needed for musl.
 

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

2023-02-20 Thread Shaoyu Tseng
commit: 165b9e92ffae56c52db0ae45c9aa519469bc62bf
Author: Shaoyu Tseng <1over137  anche  no>
AuthorDate: Tue Feb 21 06:48:43 2023 +
Commit: Shaoyu Tseng  tuta  io>
CommitDate: Tue Feb 21 06:48:43 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=165b9e92

app-misc/vocabsieve: fix dependency

Signed-off-by: Shaoyu Tseng <1over137  anche.no>

 app-misc/vocabsieve/vocabsieve-0.10.1.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app-misc/vocabsieve/vocabsieve-0.10.1.ebuild 
b/app-misc/vocabsieve/vocabsieve-0.10.1.ebuild
index c742fe6ea..55bf95377 100644
--- a/app-misc/vocabsieve/vocabsieve-0.10.1.ebuild
+++ b/app-misc/vocabsieve/vocabsieve-0.10.1.ebuild
@@ -22,6 +22,7 @@ RDEPEND="
dev-python/lxml[${PYTHON_USEDEP}]
dev-python/flask[${PYTHON_USEDEP}]
dev-python/flask-sqlalchemy[${PYTHON_USEDEP}]
+   dev-python/pysubs2[${PYTHON_USEDEP}]
dev-python/bidict[${PYTHON_USEDEP}]
dev-python/pystardict[${PYTHON_USEDEP}]
dev-python/pymorphy2[${PYTHON_USEDEP}]



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

2023-02-20 Thread Joonas Niilola
commit: 137a709332b3732e738d7f7fed7a86f945fc06e6
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Feb 21 06:15:53 2023 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Feb 21 06:18:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=137a7093

media-gfx/freecad: Stabilize 0.20.2 amd64, #894682

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

 media-gfx/freecad/freecad-0.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/freecad/freecad-0.20.2.ebuild 
b/media-gfx/freecad/freecad-0.20.2.ebuild
index 5459901b4121..c34c4c9425e3 100644
--- a/media-gfx/freecad/freecad-0.20.2.ebuild
+++ b/media-gfx/freecad/freecad-0.20.2.ebuild
@@ -18,7 +18,7 @@ if [[ ${PV} = * ]]; then
S="${WORKDIR}/freecad-${PV}"
 else

SRC_URI="https://github.com/${MY_PN}/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64"
+   KEYWORDS="amd64"
S="${WORKDIR}/FreeCAD-${PV}"
 fi
 



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

2023-02-20 Thread Shaoyu Tseng
commit: ae58f34930bb24b433af38738cd0629830391e66
Author: Shaoyu Tseng <1over137  anche  no>
AuthorDate: Tue Feb 21 06:12:45 2023 +
Commit: Shaoyu Tseng  tuta  io>
CommitDate: Tue Feb 21 06:12:45 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ae58f349

dev-python/darkdetect: fix DISTUTILS_USE_PEP517

Signed-off-by: Shaoyu Tseng <1over137  anche.no>

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

diff --git a/dev-python/darkdetect/darkdetect-0.8.0.ebuild 
b/dev-python/darkdetect/darkdetect-0.8.0.ebuild
index f13950ace..cb63c5270 100644
--- a/dev-python/darkdetect/darkdetect-0.8.0.ebuild
+++ b/dev-python/darkdetect/darkdetect-0.8.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{8..11} pypy3  )
-DISTUTILS_USE_PEP517=poetry
+DISTUTILS_USE_PEP517=setuptools
 inherit distutils-r1
 
 DESCRIPTION="Detect OS dark mode from Python"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/jsonnet/

2023-02-20 Thread Ionen Wolkens
commit: 5ce20dad237ef015275bd692a88d00fd88135b1e
Author: Yu Gu  gmail  com>
AuthorDate: Tue Feb 21 04:01:40 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Feb 21 06:03:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ce20dad

dev-lang/jsonnet: Keyword 0.19.1 riscv, #895644

Signed-off-by: Yu Gu  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/29691
Signed-off-by: Ionen Wolkens  gentoo.org>

 dev-lang/jsonnet/jsonnet-0.19.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lang/jsonnet/jsonnet-0.19.1.ebuild 
b/dev-lang/jsonnet/jsonnet-0.19.1.ebuild
index c2eeb2521f6c..8e5c294e6207 100644
--- a/dev-lang/jsonnet/jsonnet-0.19.1.ebuild
+++ b/dev-lang/jsonnet/jsonnet-0.19.1.ebuild
@@ -16,7 +16,7 @@ IUSE="custom-optimization doc examples python test"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
 RDEPEND="
dev-cpp/rapidyaml:=
dev-cpp/nlohmann_json:=



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

2023-02-20 Thread Ionen Wolkens
commit: f13037e23ae2945fcd7ed2bbe242c5db32fee647
Author: Yu Gu  gmail  com>
AuthorDate: Tue Feb 21 04:01:35 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Tue Feb 21 06:03:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f13037e2

dev-cpp/rapidyaml: Keyword 0.5.0 riscv, #895644

Signed-off-by: Yu Gu  gmail.com>
Signed-off-by: Ionen Wolkens  gentoo.org>

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

diff --git a/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild 
b/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild
index 84cf212c458f..bfb67241cda1 100644
--- a/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild
+++ b/dev-cpp/rapidyaml/rapidyaml-0.5.0.ebuild
@@ -26,7 +26,7 @@ S="${WORKDIR}/${P}-src"
 
 LICENSE="MIT Boost-1.0 BSD"
 SLOT="0/${PV}"
-KEYWORDS="amd64 arm64 ppc64 x86"
+KEYWORDS="amd64 arm64 ppc64 ~riscv x86"
 IUSE="debug test"
 RESTRICT="!test? ( test )"
 



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

2023-02-20 Thread Shaoyu Tseng
commit: 15fec0ccb058906004ddd6b5174bd58a25aa510b
Author: Shaoyu Tseng <1over137  anche  no>
AuthorDate: Tue Feb 21 05:40:34 2023 +
Commit: Shaoyu Tseng  tuta  io>
CommitDate: Tue Feb 21 05:40:34 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=15fec0cc

app-misc/vocabsieve: add 0.10.1, drop 0.9.2

Signed-off-by: Shaoyu Tseng <1over137  anche.no>

 app-misc/vocabsieve/Manifest   | 2 +-
 .../vocabsieve/{vocabsieve-0.9.2.ebuild => vocabsieve-0.10.1.ebuild}   | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-misc/vocabsieve/Manifest b/app-misc/vocabsieve/Manifest
index 1d1f58b93..76ec72a5a 100644
--- a/app-misc/vocabsieve/Manifest
+++ b/app-misc/vocabsieve/Manifest
@@ -1 +1 @@
-DIST vocabsieve-0.9.2.tar.gz 195231 BLAKE2B 
7dfdd1c58fa2eefaeffa56bb2558e4b2630c6f30a47285acbf4a99685c13a725e89a6950014a0fca1c274555ae27ac6f4829c3e2939d0aee30302bf1d6466b41
 SHA512 
a2862cae2f4e11010302e9816b897af29e70c247d1f2b25909d3abcb55bb93b1bcd52a2db3611e1f6fe384a7189e73694d37aa0fc08e006bc896b914466c2462
+DIST vocabsieve-0.10.1.tar.gz 212384 BLAKE2B 
6192d2b2a814f620c876ff79fc46714484795e8122d780be179c7e2a24ba8d0c25866c247f65dec4d158b3d59b67204e33ec8c5ea4158ed5627a58c913230ab0
 SHA512 
50c3f3081eca6393a422773cb326cacaa1e3b4b25ddb2aeda5a1650d7b472605a9774d022120e7e23008afedb7ff66bb30fc58300661b66b4a3a74a6794c7f75

diff --git a/app-misc/vocabsieve/vocabsieve-0.9.2.ebuild 
b/app-misc/vocabsieve/vocabsieve-0.10.1.ebuild
similarity index 90%
rename from app-misc/vocabsieve/vocabsieve-0.9.2.ebuild
rename to app-misc/vocabsieve/vocabsieve-0.10.1.ebuild
index aa7e13d44..c742fe6ea 100644
--- a/app-misc/vocabsieve/vocabsieve-0.9.2.ebuild
+++ b/app-misc/vocabsieve/vocabsieve-0.10.1.ebuild
@@ -26,6 +26,8 @@ RDEPEND="
dev-python/pystardict[${PYTHON_USEDEP}]
dev-python/pymorphy2[${PYTHON_USEDEP}]
dev-python/pymorphy2-dicts-ru[${PYTHON_USEDEP}]
+   dev-python/pymorphy2-dicts-uk[${PYTHON_USEDEP}]
+   dev-python/pyqtdarktheme[${PYTHON_USEDEP}]
dev-python/charset_normalizer[${PYTHON_USEDEP}]
dev-python/EbookLib[${PYTHON_USEDEP}]
dev-python/sentence-splitter[${PYTHON_USEDEP}]
@@ -35,4 +37,5 @@ RDEPEND="
dev-python/markdownify[${PYTHON_USEDEP}]
dev-python/readmdict[${PYTHON_USEDEP}]
dev-python/python-lzo[${PYTHON_USEDEP}]
+   dev-python/pyqtgraph[${PYTHON_USEDEP}]
 "



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

2023-02-20 Thread Shaoyu Tseng
commit: dfa2bfadf1fae8e520672efd7cef84a5e6c122dd
Author: Shaoyu Tseng <1over137  anche  no>
AuthorDate: Tue Feb 21 05:55:50 2023 +
Commit: Shaoyu Tseng  tuta  io>
CommitDate: Tue Feb 21 05:55:50 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dfa2bfad

dev-python/darkdetect: new package, add 0.8.0

Signed-off-by: Shaoyu Tseng <1over137  anche.no>

 dev-python/darkdetect/Manifest|  1 +
 dev-python/darkdetect/darkdetect-0.8.0.ebuild | 16 
 dev-python/darkdetect/metadata.xml| 12 
 3 files changed, 29 insertions(+)

diff --git a/dev-python/darkdetect/Manifest b/dev-python/darkdetect/Manifest
new file mode 100644
index 0..438880c98
--- /dev/null
+++ b/dev-python/darkdetect/Manifest
@@ -0,0 +1 @@
+DIST darkdetect-0.8.0.tar.gz 7681 BLAKE2B 
3fd0811b87f163ab0447a041961d4cd33a87f21306acef7afe3580d2284297e8cb27d44d519d77de7800de1415e68fed806c7df86527a4bcdcac9cd8b91d4c79
 SHA512 
8cbc67b28c33341c22f635f96972517a41558abededf6541455c2dbfeca7fdabf10273f2163e47de439dd6a158dda88c7120d59eb2fc6a47aeb4dad3fd95c1dc

diff --git a/dev-python/darkdetect/darkdetect-0.8.0.ebuild 
b/dev-python/darkdetect/darkdetect-0.8.0.ebuild
new file mode 100644
index 0..f13950ace
--- /dev/null
+++ b/dev-python/darkdetect/darkdetect-0.8.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..11} pypy3  )
+DISTUTILS_USE_PEP517=poetry
+inherit distutils-r1
+
+DESCRIPTION="Detect OS dark mode from Python"
+HOMEPAGE="https://github.com/5yutan5/PyQtDarkTheme 
https://pypi.org/project/PyQtDarkTheme;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"

diff --git a/dev-python/darkdetect/metadata.xml 
b/dev-python/darkdetect/metadata.xml
new file mode 100644
index 0..d516c0036
--- /dev/null
+++ b/dev-python/darkdetect/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   1over...@anche.no
+   Shaoyu Tseng
+   
+   
+   darkdetect
+   albertosottile/darkdetect
+   
+



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/pymorphy2-dicts-uk/

2023-02-20 Thread Shaoyu Tseng
commit: 4d48d10c91f6d9fd322f784e949ac4f07ca16b89
Author: Shaoyu Tseng <1over137  anche  no>
AuthorDate: Tue Feb 21 05:39:30 2023 +
Commit: Shaoyu Tseng  tuta  io>
CommitDate: Tue Feb 21 05:39:30 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4d48d10c

dev-python/pymorphy2-dicts-uk: new package, add 2.4.1.1.1460299261

Signed-off-by: Shaoyu Tseng <1over137  anche.no>

 dev-python/pymorphy2-dicts-uk/Manifest   |  1 +
 dev-python/pymorphy2-dicts-uk/metadata.xml   | 11 +++
 .../pymorphy2-dicts-uk-2.4.1.1.1460299261.ebuild | 16 
 3 files changed, 28 insertions(+)

diff --git a/dev-python/pymorphy2-dicts-uk/Manifest 
b/dev-python/pymorphy2-dicts-uk/Manifest
new file mode 100644
index 0..a5b450c0a
--- /dev/null
+++ b/dev-python/pymorphy2-dicts-uk/Manifest
@@ -0,0 +1 @@
+DIST pymorphy2-dicts-uk-2.4.1.1.1460299261.tar.gz 4964731 BLAKE2B 
ca6526a0c7008ff1ab7258bddc19ab579aa741d6b0864bce8c3192bbb0202281738257be59701c5458cb4893f1d61f665d424e1cb1db6055a6168e0c2adde178
 SHA512 
3258a813ec1062b5e8dd2346526ec7b52610b7812e2019e7ad624feab130b2b5d5d0c8993fa5da653114010b1abf7d2557642bfc6241f2e3fa800988af5b49e9

diff --git a/dev-python/pymorphy2-dicts-uk/metadata.xml 
b/dev-python/pymorphy2-dicts-uk/metadata.xml
new file mode 100644
index 0..4ab9777da
--- /dev/null
+++ b/dev-python/pymorphy2-dicts-uk/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   1over...@anche.no
+   Shaoyu Tseng
+   
+   
+   pymorphy2-dicts-uk
+   
+

diff --git 
a/dev-python/pymorphy2-dicts-uk/pymorphy2-dicts-uk-2.4.1.1.1460299261.ebuild 
b/dev-python/pymorphy2-dicts-uk/pymorphy2-dicts-uk-2.4.1.1.1460299261.ebuild
new file mode 100644
index 0..8e432f50d
--- /dev/null
+++ b/dev-python/pymorphy2-dicts-uk/pymorphy2-dicts-uk-2.4.1.1.1460299261.ebuild
@@ -0,0 +1,16 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..10} pypy3  )
+DISTUTILS_USE_SETUPTOOLS=bdepend
+inherit distutils-r1
+
+DESCRIPTION="Ukrainian dictionary for PyMorphy2"
+HOMEPAGE="https://pypi.org/project/pymorphy2-dicts-uk/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"



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

2023-02-20 Thread Shaoyu Tseng
commit: 38e7597e1de39553eab6825738e717ce3e6fcd02
Author: Shaoyu Tseng <1over137  anche  no>
AuthorDate: Tue Feb 21 05:58:22 2023 +
Commit: Shaoyu Tseng  tuta  io>
CommitDate: Tue Feb 21 05:58:22 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=38e7597e

dev-python/pyqtdarktheme: new package, add 2.1.0

Signed-off-by: Shaoyu Tseng <1over137  anche.no>

 dev-python/pyqtdarktheme/Manifest   |  1 +
 dev-python/pyqtdarktheme/metadata.xml   | 12 
 dev-python/pyqtdarktheme/pyqtdarktheme-2.1.0.ebuild | 19 +++
 3 files changed, 32 insertions(+)

diff --git a/dev-python/pyqtdarktheme/Manifest 
b/dev-python/pyqtdarktheme/Manifest
new file mode 100644
index 0..1f72bd69c
--- /dev/null
+++ b/dev-python/pyqtdarktheme/Manifest
@@ -0,0 +1 @@
+DIST pyqtdarktheme-2.1.0.tar.gz 42186 BLAKE2B 
cfbac5c1fc458188140437bab7e0db75145e98fcb0a8098a61263839b0d9e72ba8d47230b9ea77e9ac0f78f3c0c6a25f1d4915ff9c54a886ca100193a7b94c7e
 SHA512 
d7c4e433ca7195f0daf6fed9c100f587101181e581f196837bbbee314385c9dd7f5a23beb20762c211f607b65c306e42aa303d382df1f18795275df603c10521

diff --git a/dev-python/pyqtdarktheme/metadata.xml 
b/dev-python/pyqtdarktheme/metadata.xml
new file mode 100644
index 0..1217b2bd9
--- /dev/null
+++ b/dev-python/pyqtdarktheme/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd'>
+
+   
+   1over...@anche.no
+   Shaoyu Tseng
+   
+   
+   pyqtdarktheme
+   5yutan5/pyqtdarktheme
+   
+

diff --git a/dev-python/pyqtdarktheme/pyqtdarktheme-2.1.0.ebuild 
b/dev-python/pyqtdarktheme/pyqtdarktheme-2.1.0.ebuild
new file mode 100644
index 0..1183547ce
--- /dev/null
+++ b/dev-python/pyqtdarktheme/pyqtdarktheme-2.1.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..11} pypy3  )
+DISTUTILS_USE_PEP517=poetry
+inherit distutils-r1
+
+DESCRIPTION="A flat dark theme for PySide and PyQt. "
+HOMEPAGE="https://github.com/5yutan5/PyQtDarkTheme 
https://pypi.org/project/PyQtDarkTheme;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+DEPEND="
+   dev-python/darkdetect[${PYTHON_USEDEP}]
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"



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

2023-02-20 Thread Sam James
commit: 10af62d9d094a9c42542675bdb7cf59f606436cf
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 05:14:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 05:14:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10af62d9

sys-apps/most: Stabilize 5.2.0 ppc, #895638

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

 sys-apps/most/most-5.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/most/most-5.2.0.ebuild b/sys-apps/most/most-5.2.0.ebuild
index 2f22116e0fc1..974d25e58341 100644
--- a/sys-apps/most/most-5.2.0.ebuild
+++ b/sys-apps/most/most-5.2.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.jedsoft.org/releases/${PN}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE=""
 
 RDEPEND=">=sys-libs/slang-2.1.3"



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

2023-02-20 Thread Sam James
commit: 7291752f37024a2ec8b54b9e53b6c7f1038448e0
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 05:14:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 05:14:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7291752f

sys-apps/most: Stabilize 5.2.0 arm, #895638

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

 sys-apps/most/most-5.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/most/most-5.2.0.ebuild b/sys-apps/most/most-5.2.0.ebuild
index ba08049ad5f8..2f22116e0fc1 100644
--- a/sys-apps/most/most-5.2.0.ebuild
+++ b/sys-apps/most/most-5.2.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.jedsoft.org/releases/${PN}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE=""
 
 RDEPEND=">=sys-libs/slang-2.1.3"



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

2023-02-20 Thread Sam James
commit: 89996bf945bdc89f6625c1d56afb485ca8ffbb69
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 05:14:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 05:14:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89996bf9

sys-apps/most: Stabilize 5.2.0 x86, #895638

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

 sys-apps/most/most-5.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/most/most-5.2.0.ebuild b/sys-apps/most/most-5.2.0.ebuild
index 974d25e58341..d324a0b7bde0 100644
--- a/sys-apps/most/most-5.2.0.ebuild
+++ b/sys-apps/most/most-5.2.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.jedsoft.org/releases/${PN}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc ~ppc64 sparc x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE=""
 
 RDEPEND=">=sys-libs/slang-2.1.3"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/arandr/

2023-02-20 Thread Sam James
commit: 7590735b98cdaf8ff912bdbd04ce0fbc1213a667
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 05:14:27 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 05:14:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7590735b

x11-misc/arandr: Stabilize 0.1.11 amd64, #895632

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

 x11-misc/arandr/arandr-0.1.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/arandr/arandr-0.1.11.ebuild 
b/x11-misc/arandr/arandr-0.1.11.ebuild
index a8a4c860c389..4b010ecbfecf 100644
--- a/x11-misc/arandr/arandr-0.1.11.ebuild
+++ b/x11-misc/arandr/arandr-0.1.11.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://christian.amsuess.com/tools/arandr/files/${P}.tar.gz;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc64 ~x86"
 
 RDEPEND="
dev-python/pygobject:3=[${PYTHON_USEDEP},cairo]



[gentoo-commits] repo/gentoo:master commit in: x11-misc/arandr/

2023-02-20 Thread Sam James
commit: 11e92025a2b1b8a92037a1df8b3a850c43640f9b
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 05:14:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 05:14:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11e92025

x11-misc/arandr: Stabilize 0.1.11 x86, #895632

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

 x11-misc/arandr/arandr-0.1.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/arandr/arandr-0.1.11.ebuild 
b/x11-misc/arandr/arandr-0.1.11.ebuild
index 4b010ecbfecf..ab43a0525449 100644
--- a/x11-misc/arandr/arandr-0.1.11.ebuild
+++ b/x11-misc/arandr/arandr-0.1.11.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://christian.amsuess.com/tools/arandr/files/${P}.tar.gz;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc64 x86"
 
 RDEPEND="
dev-python/pygobject:3=[${PYTHON_USEDEP},cairo]



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

2023-02-20 Thread Sam James
commit: 35b36f7c72e222a6057af7a7b1b8134afd5b8698
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 05:14:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 05:14:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b36f7c

sys-apps/most: Stabilize 5.2.0 amd64, #895638

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

 sys-apps/most/most-5.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/most/most-5.2.0.ebuild b/sys-apps/most/most-5.2.0.ebuild
index 20f8f9098a74..f94e097355b0 100644
--- a/sys-apps/most/most-5.2.0.ebuild
+++ b/sys-apps/most/most-5.2.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.jedsoft.org/releases/${PN}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE=""
 
 RDEPEND=">=sys-libs/slang-2.1.3"



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

2023-02-20 Thread Sam James
commit: c6fb55a59c3844fbebbf952a1f264b1273f2
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 05:14:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 05:14:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6fb55a5

sys-apps/most: Stabilize 5.2.0 sparc, #895638

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

 sys-apps/most/most-5.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-apps/most/most-5.2.0.ebuild b/sys-apps/most/most-5.2.0.ebuild
index f94e097355b0..ba08049ad5f8 100644
--- a/sys-apps/most/most-5.2.0.ebuild
+++ b/sys-apps/most/most-5.2.0.ebuild
@@ -10,7 +10,7 @@ SRC_URI="https://www.jedsoft.org/releases/${PN}/${P}.tar.gz
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 sparc ~x86 ~amd64-linux 
~x86-linux ~ppc-macos ~x64-macos"
 IUSE=""
 
 RDEPEND=">=sys-libs/slang-2.1.3"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/arandr/

2023-02-20 Thread Sam James
commit: f02b6001c149afcbf8c7ea5facae0f59897385bf
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 05:14:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 05:14:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f02b6001

x11-misc/arandr: Stabilize 0.1.11 arm64, #895632

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

 x11-misc/arandr/arandr-0.1.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/arandr/arandr-0.1.11.ebuild 
b/x11-misc/arandr/arandr-0.1.11.ebuild
index 1070e68f54ef..7199373632b7 100644
--- a/x11-misc/arandr/arandr-0.1.11.ebuild
+++ b/x11-misc/arandr/arandr-0.1.11.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://christian.amsuess.com/tools/arandr/files/${P}.tar.gz;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
 
 RDEPEND="
dev-python/pygobject:3=[${PYTHON_USEDEP},cairo]



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luarocks/

2023-02-20 Thread Sam James
commit: c8df65c0cd9274bba79c92cf09fb0408040bf3d5
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 05:14:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 05:14:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8df65c0

dev-lua/luarocks: Stabilize 3.9.2 arm, #895630

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

 dev-lua/luarocks/luarocks-3.9.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-lua/luarocks/luarocks-3.9.2.ebuild 
b/dev-lua/luarocks/luarocks-3.9.2.ebuild
index 7928ca87e717..49f787782485 100644
--- a/dev-lua/luarocks/luarocks-3.9.2.ebuild
+++ b/dev-lua/luarocks/luarocks-3.9.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ SRC_URI="https://luarocks.org/releases/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/arandr/

2023-02-20 Thread Sam James
commit: 4672e61ba1d0e0c9c097adea096a30be013205ef
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 05:14:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 05:14:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4672e61b

x11-misc/arandr: Stabilize 0.1.11 arm, #895632

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

 x11-misc/arandr/arandr-0.1.11.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/arandr/arandr-0.1.11.ebuild 
b/x11-misc/arandr/arandr-0.1.11.ebuild
index 7199373632b7..a8a4c860c389 100644
--- a/x11-misc/arandr/arandr-0.1.11.ebuild
+++ b/x11-misc/arandr/arandr-0.1.11.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://christian.amsuess.com/tools/arandr/files/${P}.tar.gz;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 arm arm64 ~ppc64 ~x86"
 
 RDEPEND="
dev-python/pygobject:3=[${PYTHON_USEDEP},cairo]



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luarocks/

2023-02-20 Thread Sam James
commit: 4a221feb749a8827dda88f99a9fa287a92345ceb
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 05:14:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 05:14:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a221feb

dev-lua/luarocks: Stabilize 3.9.2 amd64, #895630

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

 dev-lua/luarocks/luarocks-3.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/luarocks/luarocks-3.9.2.ebuild 
b/dev-lua/luarocks/luarocks-3.9.2.ebuild
index 49f787782485..08974bc986c6 100644
--- a/dev-lua/luarocks/luarocks-3.9.2.ebuild
+++ b/dev-lua/luarocks/luarocks-3.9.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://luarocks.org/releases/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: dev-lua/luarocks/

2023-02-20 Thread Sam James
commit: 9e23323f78129789e34a4991013cf9ff0cf9840f
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 05:14:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 05:14:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e23323f

dev-lua/luarocks: Stabilize 3.9.2 x86, #895630

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

 dev-lua/luarocks/luarocks-3.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-lua/luarocks/luarocks-3.9.2.ebuild 
b/dev-lua/luarocks/luarocks-3.9.2.ebuild
index 08974bc986c6..bbea02e1c5c1 100644
--- a/dev-lua/luarocks/luarocks-3.9.2.ebuild
+++ b/dev-lua/luarocks/luarocks-3.9.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://luarocks.org/releases/${P}.tar.gz;
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 IUSE="test"
 REQUIRED_USE="${LUA_REQUIRED_USE}"
 RESTRICT="test"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/

2023-02-20 Thread Sam James
commit: 2c82a2b2c99a1c872ae3905c8a867fa576159523
Author: hololeap  users  noreply  github  com>
AuthorDate: Wed Feb  8 01:11:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 05:13:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c82a2b2

dev-lang/ghc: Differentiate glibc vs musl binaries

GHC binaries built for glibc do not seem to play nice on musl systems.
This separates the two so musl binaries can later be built/uploaded.

Bug: https://github.com/gentoo-haskell/gentoo-haskell/issues/1368
Signed-off-by: hololeap  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

 dev-lang/ghc/ghc-8.10.6-r2.ebuild | 84 +++---
 dev-lang/ghc/ghc-9.0.2-r3.ebuild  | 85 ---
 2 files changed, 122 insertions(+), 47 deletions(-)

diff --git a/dev-lang/ghc/ghc-8.10.6-r2.ebuild 
b/dev-lang/ghc/ghc-8.10.6-r2.ebuild
index a6c5e39b7c68..d3def7c1d0a9 100644
--- a/dev-lang/ghc/ghc-8.10.6-r2.ebuild
+++ b/dev-lang/ghc/ghc-8.10.6-r2.ebuild
@@ -25,36 +25,72 @@ HOMEPAGE="https://www.haskell.org/ghc/;
 arch_binaries=""
 
 BIN_PV=${PV}
-# sorted!
-#arch_binaries="$arch_binaries alpha? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-alpha.tbz2 )"
-#arch_binaries="$arch_binaries arm? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-armv7a-hardfloat-linux-gnueabi.tbz2
 )"
-#arch_binaries="$arch_binaries arm64? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-aarch64-unknown-linux-gnu.tbz2
 )"
-arch_binaries="$arch_binaries amd64? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-x86_64-pc-linux-gnu.tbz2 
)"
-#arch_binaries="$arch_binaries ia64?  ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-ia64-fixed-fiw.tbz2 )"
-#arch_binaries="$arch_binaries ppc? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-ppc.tbz2 )"
-#arch_binaries="$arch_binaries ppc64? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-ppc64.tbz2 )"
-#arch_binaries="$arch_binaries ppc64? ( !big-endian? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-powerpc64le-unknown-linux-gnu.tbz2
 ) )"
-#arch_binaries="$arch_binaries sparc? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-sparc.tbz2 )"
-arch_binaries="$arch_binaries x86? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-i686-pc-linux-gnu.tbz2 )"
+
+# Differentiate glibc/musl
+
+#glibc_binaries="$glibc_binaries alpha? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-alpha.tbz2 )"
+glibc_binaries="$glibc_binaries amd64? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-x86_64-pc-linux-gnu.tbz2 
)"
+#glibc_binaries="$glibc_binaries arm? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-armv7a-hardfloat-linux-gnueabi.tbz2
 )"
+#glibc_binaries="$glibc_binaries arm64? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-aarch64-unknown-linux-gnu.tbz2
 )"
+#glibc_binaries="$glibc_binaries ia64?  ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-ia64-fixed-fiw.tbz2 )"
+#glibc_binaries="$glibc_binaries ppc? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-ppc.tbz2 )"
+#glibc_binaries="$glibc_binaries ppc64? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-ppc64.tbz2 )"
+#glibc_binaries="$glibc_binaries ppc64? ( !big-endian? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-powerpc64le-unknown-linux-gnu.tbz2
 ) )"
+#glibc_binaries="$glibc_binaries sparc? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-sparc.tbz2 )"
+glibc_binaries="$glibc_binaries x86? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-i686-pc-linux-gnu.tbz2 )"
+
+#musl_binaries="$musl_binaries alpha? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-alpha.tbz2 )"
+#musl_binaries="$musl_binaries amd64? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-x86_64-pc-linux-musl.tbz2 
)"
+#musl_binaries="$musl_binaries arm? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-armv7a-hardfloat-linux-musl.tbz2
 )"
+#musl_binaries="$musl_binaries arm64? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-aarch64-unknown-linux-musl.tbz2
 )"
+#musl_binaries="$musl_binaries ia64?  ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-ia64-fixed-fiw.tbz2 )"
+#musl_binaries="$musl_binaries ppc? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-ppc.tbz2 )"
+#musl_binaries="$musl_binaries ppc64? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-ppc64.tbz2 )"
+#musl_binaries="$musl_binaries ppc64? ( !big-endian? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-powerpc64le-unknown-linux-musl.tbz2
 ) )"
+#musl_binaries="$musl_binaries sparc? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-sparc.tbz2 )"
+#musl_binaries="$musl_binaries x86? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-i686-pc-linux-musl.tbz2 )"
+
+[[ -n $glibc_binaries ]] && arch_binaries="$arch_binaries elibc_glibc? ( 
$glibc_binaries )"
+[[ -n $musl_binaries ]] && 

[gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/

2023-02-20 Thread Sam James
commit: 81141d9b9109eb5fa8c6f87a15ae47fa1d137325
Author: hololeap  users  noreply  github  com>
AuthorDate: Mon Feb 20 19:26:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 05:13:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81141d9b

dev-lang/ghc: Update binaries for ghc-9.0.2

Updates to the amd64 and x86 binaries were built using

quickpkg =dev-lang/ghc-9.0.2-r4

Keywords and binary packages for arm64, ppc64 and riscv have been
dropped pending new versions. This should prevent anyone on these
platforms who are using USE=binary from accidentally using old binaries
which use the old version of 'process'.

Closes: https://bugs.gentoo.org/893524
Signed-off-by: hololeap  users.noreply.github.com>
Closes: https://github.com/gentoo/gentoo/pull/29687
Signed-off-by: Sam James  gentoo.org>

 dev-lang/ghc/Manifest|  2 ++
 dev-lang/ghc/ghc-9.0.2-r4.ebuild | 22 +++---
 2 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/dev-lang/ghc/Manifest b/dev-lang/ghc/Manifest
index f55ad841e091..dbcaf352afc1 100644
--- a/dev-lang/ghc/Manifest
+++ b/dev-lang/ghc/Manifest
@@ -6,9 +6,11 @@ DIST ghc-9.0.2-testsuite.tar.xz 2403564 BLAKE2B 
0e7f6fefb9c972f94073aca8b1514791
 DIST ghc-bin-8.10.6-i686-pc-linux-gnu.tbz2 124324289 BLAKE2B 
afb34984872b35fdedbdedeb8756cc7c33e5b943dba57dd86910b076d483bb643265d0ab0027784dec5dc489eabd65b5ab17474f25fb2ce657925aa0efaa9033
 SHA512 
4be13e6dba298d12a4d49ae4633eec83cfaaaf22b5f8cfca5f5952aa294ae52fb3601490beed3bda5a7f7b6a5bd81e0ecc9fc39e8df836cc8fd377a0d0b783a0
 DIST ghc-bin-8.10.6-x86_64-pc-linux-gnu.tbz2 122871118 BLAKE2B 
527b36abf60390c91f91bc650ee25484d39d377739da87b5b6fd1a752705c1f3bc0ce0c68644657c9a7c1fc9a3b858b9dd7d84b25eab1a89125fccb6eb1f6250
 SHA512 
42b7fae339e82a6078fae8920efea8d0992e4774ea66b100e22dd9df168be57d8bce52558b8501c3c567c40776389d94bde3f17d26d63535140ce26ac16c27e1
 DIST ghc-bin-9.0.2-aarch64-unknown-linux-gnu.tar.gz 304621314 BLAKE2B 
d38b8571d41b5703da6b29f43664293761865166a7e3ab6b9c4b039f1af15faa4aa2013a32eb00059d6e595984895762eadff7b62141157d2dea6eb9b035138d
 SHA512 
94e0e00329a18b494b509b3f8190cf6fed2399a2ac2d2d96fdfd90bf5dbeb8db68b6759f719ad85f8873961b0e983ff0006ce0bf109e96462169cbd9fa7b6784
+DIST ghc-bin-9.0.2-i686-pc-linux-gnu-r4.tbz2 118374393 BLAKE2B 
5fdb0125bc76570923b8c7238d6fd0e4e8a3fb50b4bf7e1921fe43cbb64c23a259627d6d1ce86141462bbf716d0b41a4afda9defd235dc3bc92d389a7e9414ca
 SHA512 
d4b0530d81a01adfd4878e663700b9e444e1194a7a020b42fd8f620c141fafef9bef0f24cd2c90f36680818797e883f61933d8da1adb041aa945a7c4d10c09d7
 DIST ghc-bin-9.0.2-i686-pc-linux-gnu.tbz2 123509908 BLAKE2B 
45614984803a7bfa266f99d4adb4b5f2ab7b9e5e89c6ecd501296fc99a1d96e798ccb9c832f8dcb15fff9725beb918a7b63e62ff13f59b6506a2ef17930c45d2
 SHA512 
e0b7f4474c16f0763a2f787027fbdfeb3125b48c987fa1196bc189fefad9f0bfa2806da62af46d61ca911f5275b578076e2b326acf39e0894a8daa9deda0843a
 DIST ghc-bin-9.0.2-powerpc64-unknown-linux-gnu.tar.gz 235636284 BLAKE2B 
878ac300cca5d2cbc5cb21dbb347da755b4027cbf63ec77464740854fa8010569de5e03acef67cd877da13665c906b2fd04e24e226e9eb39b57ba979093c732b
 SHA512 
28f096e965abdac9cc370c882639f10285b9073ba5332f7af215eccff948e41c01c3d6bb3bc8e3b4e809e12867a95b49f82dd76e0090b974088f75ab9d1bc199
 DIST ghc-bin-9.0.2-powerpc64le-unknown-linux-gnu.tar.gz 275226316 BLAKE2B 
10ade2359432b0ede7431ee543f0ff47f4b203465d81719da579ad63ca467359eb9fcf7336a12feb6ff75a480f349576ff8ea1b4ebe1094fff228ae4fd00d6e0
 SHA512 
64b4c84d149358b8d3a6cb29a6d3a75af11e7b14e6d910c9789c9949262e4ed2a17f8a0d1e5dd297121957061fe2395d6f43acae6b4ab28851e3cd414cd9c89c
 DIST ghc-bin-9.0.2-riscv64-unknown-linux-gnu.tar.gz 313475807 BLAKE2B 
a5e1bbd4630eaff63dd01d79fdcb26a663771c0241d3211aa3a0033cb58addbe8e696177500ac06ae727fc645bfc6f16a3df763a6a0ae039b8823bcbfb9918bb
 SHA512 
5e462f6f9d3f3507b3e09230729faa2a3e1fa92a8024fac602d75b804fff25f27e335871658f4b7b2c671f9e066373ca0285720da315a6c22f6f2c9c3cfea927
 DIST ghc-bin-9.0.2-x86_64-pc-linux-gnu-r1.tbz2 121347519 BLAKE2B 
6bd41cdb8ba1661735e46df4709888e6461cff969678716c82681a0a0b0e8d0a32532a070f52efb0ab99ca126207998e8883d01902071e797a7a0f19881d5925
 SHA512 
c7de43577fd97e6fbde7bbffba4e1d2b83cdda405cff46f95c9eff23260542b426091d8dba75605d81ed41740a793a409e7448538e5adc7a391a901f20e8f2e4
+DIST ghc-bin-9.0.2-x86_64-pc-linux-gnu-r4.tbz2 117160553 BLAKE2B 
6314d6ae30f83325cbe5d620399f2517b90b32e6b54d5570acafe0266307013c729afc1de93be092bdb86e1f276f55e7bd19392c74f1a123110a76800982a446
 SHA512 
f12e0861276f92e23e5fb42ee702cac04f9726895b8dde29e29d549fe41cad417d8f60aa6cb537e64c8de1a3550a31f62f9ce391bf3fc866f05f511b5b2463f1
 DIST process-1.6.16.0.tar.gz 87354 BLAKE2B 
8c2977d6801faef8825ed35f058a6207a518f72eb87ac3144f630bc028f4753cefb9ed4d3fc29185438bcb4f38d33f5a45aebec6a8101e4cdc1b3570ada2e5dc
 SHA512 
1663f2746a05a5a4c29d249db54eaa49edbbadfe8d189eab02276c3f6f3d6b84c81cc418c42c7a7265638402cb13276f08aeea134a7f5dd98da050a34341

diff --git a/dev-lang/ghc/ghc-9.0.2-r4.ebuild 

[gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/

2023-02-20 Thread Sam James
commit: 24cbad0193c8e1e50bc5d30828e88b0872f6620e
Author: hololeap  users  noreply  github  com>
AuthorDate: Thu Feb  9 20:08:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 05:13:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24cbad01

dev-lang/ghc: conditionally apply sphinx patch

The sphinx patch only applies to the source code and will cause a
failure if it is applied with USE=binary (this flag disables the
unpacking of the source code).

This reverts commit 978a89b79928342990c7da40c43a1cc9b84d3e7e.

Signed-off-by: hololeap  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

 dev-lang/ghc/ghc-9.0.2-r4.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/dev-lang/ghc/ghc-9.0.2-r4.ebuild b/dev-lang/ghc/ghc-9.0.2-r4.ebuild
index 9f6a1b7d14d4..73c3cf5af681 100644
--- a/dev-lang/ghc/ghc-9.0.2-r4.ebuild
+++ b/dev-lang/ghc/ghc-9.0.2-r4.ebuild
@@ -503,9 +503,6 @@ src_prepare() {
[[ -e "${f}" ]] || ln -sf "$($(tc-getPKG_CONFIG) 
--cflags-only-I libffi | sed "s/-I//g" | tr -d " ")/$(basename "${f}")" "${f}" 
|| die
done
 
-
-   eapply "${FILESDIR}"/${PN}-9.0.2-sphinx-6.patch
-
if use binary; then
if use prefix; then
relocate_ghc "${EPREFIX}"
@@ -592,6 +589,7 @@ src_prepare() {
eapply "${FILESDIR}"/latomic-subword
eapply "${WORKDIR}"/${P}-riscv64-llvm.patch
eapply "${FILESDIR}"/${PN}-9.0.2-fptools.patch # clang-16 
workaround
+   eapply "${FILESDIR}"/${PN}-9.0.2-sphinx-6.patch
 
# mingw32 target
pushd "${S}/libraries/Win32"



[gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/

2023-02-20 Thread Sam James
commit: 5c8ee4d0315853e2a0595e2d75316cba5c717c31
Author: hololeap  users  noreply  github  com>
AuthorDate: Thu Feb  9 19:58:25 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 05:13:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c8ee4d0

dev-lang/ghc: Upgrade bundled process package

Use process-1.6.16.0 on all versions of ghc

There have been recent bug fixes in the process package which are
now required by the 3.8 branch of cabal-install.

See: 
https://github.com/haskell/cabal/commit/ad9e4dc3c63a293bbd89444fc356294e64766556
See: https://github.com/haskell/process/issues/226
Signed-off-by: hololeap  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

 dev-lang/ghc/Manifest  |   1 +
 .../{ghc-8.10.6-r2.ebuild => ghc-8.10.6-r3.ebuild} |   1 +
 .../{ghc-8.10.6-r2.ebuild => ghc-9.0.2-r4.ebuild}  | 121 ++---
 3 files changed, 86 insertions(+), 37 deletions(-)

diff --git a/dev-lang/ghc/Manifest b/dev-lang/ghc/Manifest
index f3d895e800a6..f55ad841e091 100644
--- a/dev-lang/ghc/Manifest
+++ b/dev-lang/ghc/Manifest
@@ -11,3 +11,4 @@ DIST ghc-bin-9.0.2-powerpc64-unknown-linux-gnu.tar.gz 
235636284 BLAKE2B 878ac300
 DIST ghc-bin-9.0.2-powerpc64le-unknown-linux-gnu.tar.gz 275226316 BLAKE2B 
10ade2359432b0ede7431ee543f0ff47f4b203465d81719da579ad63ca467359eb9fcf7336a12feb6ff75a480f349576ff8ea1b4ebe1094fff228ae4fd00d6e0
 SHA512 
64b4c84d149358b8d3a6cb29a6d3a75af11e7b14e6d910c9789c9949262e4ed2a17f8a0d1e5dd297121957061fe2395d6f43acae6b4ab28851e3cd414cd9c89c
 DIST ghc-bin-9.0.2-riscv64-unknown-linux-gnu.tar.gz 313475807 BLAKE2B 
a5e1bbd4630eaff63dd01d79fdcb26a663771c0241d3211aa3a0033cb58addbe8e696177500ac06ae727fc645bfc6f16a3df763a6a0ae039b8823bcbfb9918bb
 SHA512 
5e462f6f9d3f3507b3e09230729faa2a3e1fa92a8024fac602d75b804fff25f27e335871658f4b7b2c671f9e066373ca0285720da315a6c22f6f2c9c3cfea927
 DIST ghc-bin-9.0.2-x86_64-pc-linux-gnu-r1.tbz2 121347519 BLAKE2B 
6bd41cdb8ba1661735e46df4709888e6461cff969678716c82681a0a0b0e8d0a32532a070f52efb0ab99ca126207998e8883d01902071e797a7a0f19881d5925
 SHA512 
c7de43577fd97e6fbde7bbffba4e1d2b83cdda405cff46f95c9eff23260542b426091d8dba75605d81ed41740a793a409e7448538e5adc7a391a901f20e8f2e4
+DIST process-1.6.16.0.tar.gz 87354 BLAKE2B 
8c2977d6801faef8825ed35f058a6207a518f72eb87ac3144f630bc028f4753cefb9ed4d3fc29185438bcb4f38d33f5a45aebec6a8101e4cdc1b3570ada2e5dc
 SHA512 
1663f2746a05a5a4c29d249db54eaa49edbbadfe8d189eab02276c3f6f3d6b84c81cc418c42c7a7265638402cb13276f08aeea134a7f5dd98da050a34341

diff --git a/dev-lang/ghc/ghc-8.10.6-r2.ebuild 
b/dev-lang/ghc/ghc-8.10.6-r3.ebuild
similarity index 99%
copy from dev-lang/ghc/ghc-8.10.6-r2.ebuild
copy to dev-lang/ghc/ghc-8.10.6-r3.ebuild
index d3def7c1d0a9..2478db3c35bd 100644
--- a/dev-lang/ghc/ghc-8.10.6-r2.ebuild
+++ b/dev-lang/ghc/ghc-8.10.6-r3.ebuild
@@ -109,6 +109,7 @@ S="${WORKDIR}"/${GHC_P}
 
 BUMP_LIBRARIES=(
# "hackage-name  hackage-version"
+   "process  1.6.16.0"
 )
 
 LICENSE="BSD"

diff --git a/dev-lang/ghc/ghc-8.10.6-r2.ebuild 
b/dev-lang/ghc/ghc-9.0.2-r4.ebuild
similarity index 86%
rename from dev-lang/ghc/ghc-8.10.6-r2.ebuild
rename to dev-lang/ghc/ghc-9.0.2-r4.ebuild
index d3def7c1d0a9..9f6a1b7d14d4 100644
--- a/dev-lang/ghc/ghc-8.10.6-r2.ebuild
+++ b/dev-lang/ghc/ghc-9.0.2-r4.ebuild
@@ -16,8 +16,8 @@ fi
 PYTHON_COMPAT=( python3_{9..10} )
 inherit python-any-r1
 inherit autotools bash-completion-r1 flag-o-matic ghc-package
-inherit multilib multiprocessing pax-utils toolchain-funcs prefix
-inherit check-reqs
+inherit multiprocessing pax-utils toolchain-funcs prefix
+inherit check-reqs llvm
 DESCRIPTION="The Glasgow Haskell Compiler"
 HOMEPAGE="https://www.haskell.org/ghc/;
 
@@ -29,26 +29,31 @@ BIN_PV=${PV}
 # Differentiate glibc/musl
 
 #glibc_binaries="$glibc_binaries alpha? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-alpha.tbz2 )"
-glibc_binaries="$glibc_binaries amd64? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-x86_64-pc-linux-gnu.tbz2 
)"
+glibc_binaries="$glibc_binaries amd64? ( 
https://eidetic.codes/ghc-bin-${PV}-x86_64-pc-linux-gnu-r1.tbz2 )"
 #glibc_binaries="$glibc_binaries arm? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-armv7a-hardfloat-linux-gnueabi.tbz2
 )"
-#glibc_binaries="$glibc_binaries arm64? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-aarch64-unknown-linux-gnu.tbz2
 )"
+glibc_binaries="$glibc_binaries arm64? ( 
https://github.com/matoro/ghc/releases/download/${PV}/ghc-bin-${PV}-aarch64-unknown-linux-gnu.tar.gz
 )"
 #glibc_binaries="$glibc_binaries ia64?  ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-ia64-fixed-fiw.tbz2 )"
 #glibc_binaries="$glibc_binaries ppc? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-ppc.tbz2 )"
 #glibc_binaries="$glibc_binaries ppc64? ( 
https://slyfox.uni.cx/~slyfox/distfiles/ghc-bin-${PV}-ppc64.tbz2 )"
-#glibc_binaries="$glibc_binaries ppc64? ( !big-endian? ( 

[gentoo-commits] repo/gentoo:master commit in: dev-lang/ghc/

2023-02-20 Thread Sam James
commit: 36bc3a31d2ec1b87aa10fe4239b31838717f82db
Author: hololeap  users  noreply  github  com>
AuthorDate: Wed Feb  8 01:17:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 05:13:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36bc3a31

dev-lang/ghc: Force C.utf8 locale on all versions

Closes: https://github.com/gentoo-haskell/gentoo-haskell/issues/1289
Signed-off-by: hololeap  users.noreply.github.com>
Signed-off-by: Sam James  gentoo.org>

 dev-lang/ghc/ghc-9.0.2-r3.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/dev-lang/ghc/ghc-9.0.2-r3.ebuild b/dev-lang/ghc/ghc-9.0.2-r3.ebuild
index 21f2dedfd9de..cf9330be391d 100644
--- a/dev-lang/ghc/ghc-9.0.2-r3.ebuild
+++ b/dev-lang/ghc/ghc-9.0.2-r3.ebuild
@@ -424,6 +424,11 @@ src_unpack() {
 }
 
 src_prepare() {
+   # Force the use of C.utf8 locale
+   # 
+   # 
+   export LC_ALL=C.utf8
+
ghc_setup_cflags
 
# ghc-9.0.2 release anomaly



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

2023-02-20 Thread Lucio Sauer
commit: ba946358292a00369b57948a64b4e1787fe71508
Author: Lucio Sauer  posteo  net>
AuthorDate: Tue Feb 21 03:47:12 2023 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Tue Feb 21 03:47:12 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba946358

app-misc/onefetch: add 2.15.1

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

 app-misc/onefetch/Manifest   | 106 +
 app-misc/onefetch/onefetch-2.15.1.ebuild | 395 +++
 2 files changed, 501 insertions(+)

diff --git a/app-misc/onefetch/Manifest b/app-misc/onefetch/Manifest
index d134e62d4..e87877100 100644
--- a/app-misc/onefetch/Manifest
+++ b/app-misc/onefetch/Manifest
@@ -1,9 +1,11 @@
 DIST 2.14.2.tar.gz 2041718 BLAKE2B 
18c3ae13f6a60a8a502883c3a60f3daf235389fbb3165f493cb7501e70ba9f9eb0423f120d75f882b5c05f0d4e999dcbd1175241cc821465f0c05fd0d25ace77
 SHA512 
a803540f45d4c912a0d38b77259d1eccbad2467b11c4f5448cecb2a65431286d2a068af24555f32a06c2896cba8465b4ee352055c57c5954964951613efa9ce8
+DIST addr2line-0.17.0.crate 32260 BLAKE2B 
23c3715820a04260460a41695d535da3565f76519b7313d0ed684352b339de2ea668c44fe8ca58fc1a5b9f84cc5e9d04d889440abb5985bdc04b267dbdad9d9c
 SHA512 
ef3bbd7c6d1dfdd0b47e3be1fb4c8b15ed61a769bed7e80dce80461a1ee13ef21c75e62e9a66328504f862341f1e808abec5790ac79784e18655afcc16206b95
 DIST adler-1.0.2.crate 12778 BLAKE2B 
a1dc17786adae945ac09d3525e609ed944e6465690787bbb831a1b9d53793cba1989793d0a5606d5d23ee20d36457923d451b1b3530c9ec7072a487aa3e55bbd
 SHA512 
7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
 DIST adler32-1.2.0.crate 6411 BLAKE2B 
51d44ccfd774158687b8244e83377e40ff896364e3d41e9015665131cc2a176d4ca0ab5a84df027dec0869ee735ee36f5687a06c1d2341de666070cdbab89483
 SHA512 
8ed72612fb78e213fc92963fdae0508ef26988656c939e6c9cddccbe2658d4a956a8ae934d9658262a8b2687dc446b3f1ee7614128b440487c81e606526dfda3
 DIST ahash-0.8.1.crate 42520 BLAKE2B 
5f656e7ba652481e109cf3c47c694557b41ef6e92a6bd88ddaff7b2c42ad7c7320b45eb1bad43b8804769d46f56d0998a14c58b2175c758747bd247ce3d6a638
 SHA512 
f840f3124d22c90479ad5eb2818a37fcab3822426d7e6b8c7bfe6647eaee55c547df22505c065f8179bbb172982d89462231d4429f9b41f4faf74821fe668568
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST android_system_properties-0.1.4.crate 4637 BLAKE2B 
a8d1768a924fc04ea27f4606b21cc3ee657b2ced18a267974b2eacfa73c895719ed56fc508beaa20997fe1848c23d40b5438400d6390a15950fafe57fb96d3f3
 SHA512 
6580064f046352d2ecc205f78fbac64f36e85a10d15c2c046cd7037ab2505d0d95ad785a4b1e276708116088a0d0ff5e7f89a0d26f498f0dfa038c8cf8d0dd2a
+DIST anes-0.1.6.crate 23857 BLAKE2B 
9ef464a964709b408c7d7846b9b1e54e52d6ae8f21f22ccfe509ef7197d4694f439084dbdb01fdf88829d181965ea9d1452253789a46fdf6d0520e3413c50d61
 SHA512 
f9dfaaca9ca327881ec30efaf24e208daae668b1e9d6963c8b0ca9f9fd13be777c793076a87980429f0dfa4db28ef5331ce6652a76da4d5a87485b23fc2fde29
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
 DIST anyhow-1.0.66.crate 43770 BLAKE2B 
8d74397c47bd64c00f015cf7ee279fa020ea39191440208d77e4a5fdb35fca531e8bb9b765be223b24050d0fd1db76fa5b516146f450937f84a5c113c9eca997
 SHA512 
7b4078906df2805d491dc2f29c4eec85a9f43078c0dcd9c05261c2706ed655953b693c4f59fda62547681b29cda9ac7a0789f1359bb18110403cfe34e9fb0dc3
 DIST arc-swap-1.5.0.crate 65351 BLAKE2B 
c6b278134f6e29551302e27131639f3bc5bfb05042701cf6c12aab1697f211be0942c44919d374e196ef03605fb137334b42decb9623a137b6ead346586c2105
 SHA512 
b668a75b2ac77a9d2df3f29b70c8c22e5a961cd2478cd76b6d313e0e1ff809508887451b895f057d160860daa4b02cb74616ab8daa34d163ef3f42a009842031
@@ -11,9 +13,12 @@ DIST arrayvec-0.4.12.crate 26551 BLAKE2B 
45514f09f0fd1fae7afb7dc812142ac8d88d1f4
 DIST arrayvec-0.7.2.crate 29341 BLAKE2B 
eae9d3f494033ea2d837a6024cb24bd4574683ed1e76ac6be7f7c6b0d8ee65c0eaf03dbae7fea04cf0921299f69234ad91e1cf41342de86f554f74e287dd3ba1
 SHA512 
80cc6e55b6032f4882362813de970d3d99e600ada774b28ac6a24c9c8e018fda3b35c5750ac3a09fca6fb9496e2e3fe608b58d21b1b84685ebd170f567a0ecbc
 DIST askalono-0.4.6.crate 30153 BLAKE2B 
158d8e9f5754b36fc19cf7b0a91f63587cb81cc6a3e1a26a0013c56c5a846df468f564ee7b766de8022ab4d8211354f205468c8bee8c7e796f3d26d2bace73ca
 SHA512 
4d0cacf8dd18f3efcadf35473788e59a2ee4d2c1ad1d931b97037352c8f5c79631800375e05916627adb10c76cd938c8c0ed2eebcc6cb69b190dbd80741294e8
 DIST atoi-1.0.0.crate 7768 BLAKE2B 

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

2023-02-20 Thread Lucio Sauer
commit: a7ba959d52f678cdf799fdb3c45e1aea68cb61ed
Author: Lucio Sauer  posteo  net>
AuthorDate: Tue Feb 21 03:46:14 2023 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Tue Feb 21 03:46:14 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a7ba959d

app-misc/onefetch: add github upstream metadata

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

 app-misc/onefetch/metadata.xml | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/app-misc/onefetch/metadata.xml b/app-misc/onefetch/metadata.xml
index 7cbf171c5..5e3dcea5e 100644
--- a/app-misc/onefetch/metadata.xml
+++ b/app-misc/onefetch/metadata.xml
@@ -5,4 +5,10 @@
ra...@sandhuservices.dev
Rahul Sandhu

+   
+   
+   https://github.com/o2sh/onefetch/releases/
+   
+   o2sh/onefetch
+   
 



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

2023-02-20 Thread Magnus Granberg
commit: 7ca1b498984d6cb5c788cde2a68ba82d44e23965
Author: Magnus Granberg  gentoo  org>
AuthorDate: Tue Feb 21 02:33:49 2023 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Tue Feb 21 02:33:49 2023 +
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=7ca1b498

Add Could NOT find to search pattern db

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

 sql/search_pattern.sql | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sql/search_pattern.sql b/sql/search_pattern.sql
index afa87d4..1969442 100644
--- a/sql/search_pattern.sql
+++ b/sql/search_pattern.sql
@@ -460,6 +460,7 @@ INSERT INTO public.projects_pattern VALUES (483, 
'e89c2c1a-46e0-4ded-81dd-c51afe
 INSERT INTO public.projects_pattern VALUES (484, 
'e89c2c1a-46e0-4ded-81dd-c51afeb7fcff', ', not found$', 0, 0, 'configure', 
'info', 'search');
 INSERT INTO public.projects_pattern VALUES (485, 
'e89c2c1a-46e0-4ded-81dd-c51afeb7fcff', 'Could not find', 0, 0, 'configure', 
'error', 'search');
 INSERT INTO public.projects_pattern VALUES (486, 
'e89c2c1a-46e0-4ded-81dd-c51afeb7fcff', 'No such file or directory', 0, 0, 
'configure', 'error', 'search');
+INSERT INTO public.projects_pattern VALUES (487, 
'e89c2c1a-46e0-4ded-81dd-c51afeb7fcff', 'Could NOT find', 0, 0, 'configure', 
'error', 'search');
 
 -- File CATCH.install
 INSERT INTO public.projects_pattern VALUES (500, 
'e89c2c1a-46e0-4ded-81dd-c51afeb7fcff', 'Can''t locate Locale/gettext.pm in 
@INC', 0, 0, 'install', 'error', 'search');



[gentoo-commits] repo/gentoo:master commit in: app-emacs/groovy-emacs-modes/files/, app-emacs/groovy-emacs-modes/

2023-02-20 Thread Maciej Barć
commit: 665eceefafe15f59b67ca652bb60cf830368b64a
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Feb 21 01:44:02 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Feb 21 01:50:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665eceef

app-emacs/groovy-emacs-modes: new package; add 2.1

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

 app-emacs/groovy-emacs-modes/Manifest  |  1 +
 .../files/50groovy-emacs-modes-gentoo.el   |  2 +
 .../groovy-emacs-modes-2.1.ebuild  | 45 ++
 app-emacs/groovy-emacs-modes/metadata.xml  | 18 +
 4 files changed, 66 insertions(+)

diff --git a/app-emacs/groovy-emacs-modes/Manifest 
b/app-emacs/groovy-emacs-modes/Manifest
new file mode 100644
index ..65edd5328139
--- /dev/null
+++ b/app-emacs/groovy-emacs-modes/Manifest
@@ -0,0 +1 @@
+DIST groovy-emacs-modes-2.1.tar.gz 116174 BLAKE2B 
be913268b9ae4c1ca74f3391d9dad11b4804a651098a160d8c4e0ac449ea2d0a381e73c3b7412311f73df8569b5e2933b0c3e169bb57483b9bc87089c9623369
 SHA512 
c7367248640a4891db144afb16bc8a00545eb0155a87404c653ceed5706f684b34d135c2327659032769fa437c7e5dfd5942b287dc16b9636a9c7645762c670a

diff --git a/app-emacs/groovy-emacs-modes/files/50groovy-emacs-modes-gentoo.el 
b/app-emacs/groovy-emacs-modes/files/50groovy-emacs-modes-gentoo.el
new file mode 100644
index ..653c0ed582ca
--- /dev/null
+++ b/app-emacs/groovy-emacs-modes/files/50groovy-emacs-modes-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(load "groovy-emacs-modes-autoloads" nil t)

diff --git a/app-emacs/groovy-emacs-modes/groovy-emacs-modes-2.1.ebuild 
b/app-emacs/groovy-emacs-modes/groovy-emacs-modes-2.1.ebuild
new file mode 100644
index ..7b4a823f9cb5
--- /dev/null
+++ b/app-emacs/groovy-emacs-modes/groovy-emacs-modes-2.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24.3
+
+inherit elisp
+
+DESCRIPTION="Groovy major mode, grails minor mode, and a groovy inferior mode"
+HOMEPAGE="https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes/;
+SRC_URI="https://github.com/Groovy-Emacs-Modes/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DOCS=( README.md groovy-mode.png )
+SITEFILE="50${PN}-gentoo.el"
+
+RDEPEND="
+   app-emacs/s
+   app-emacs/dash
+"
+BDEPEND="
+   ${RDEPEND}
+   test? (
+   app-emacs/ert-runner
+   app-emacs/f
+   app-emacs/shut-up
+   app-emacs/undercover
+   )
+"
+
+src_compile() {
+   elisp_src_compile
+   elisp-make-autoload-file
+}
+
+src_test() {
+   ert-runner -L . -L test --reporter ert+duration --script test || die
+}

diff --git a/app-emacs/groovy-emacs-modes/metadata.xml 
b/app-emacs/groovy-emacs-modes/metadata.xml
new file mode 100644
index ..6d47d76cce35
--- /dev/null
+++ b/app-emacs/groovy-emacs-modes/metadata.xml
@@ -0,0 +1,18 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+GNU Emacs modes for Groovy and Grails. The major features are syntax
+highlighting with groovy-mode, REPL integration with run-groovy and Grails
+project navigation with grails-mode.
+  
+  
+
https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes/issues/
+Groovy-Emacs-Modes/groovy-emacs-modes
+  
+



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

2023-02-20 Thread Maciej Barć
commit: c100a7965b08725a52ff47a49a0e036b55537037
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Feb 21 01:12:49 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Feb 21 01:50:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c100a796

media-gfx/curtail: new package; add 1.3.1

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

 media-gfx/curtail/Manifest |  1 +
 media-gfx/curtail/curtail-1.3.1.ebuild | 60 ++
 media-gfx/curtail/metadata.xml | 20 
 3 files changed, 81 insertions(+)

diff --git a/media-gfx/curtail/Manifest b/media-gfx/curtail/Manifest
new file mode 100644
index ..038023e9dd0a
--- /dev/null
+++ b/media-gfx/curtail/Manifest
@@ -0,0 +1 @@
+DIST curtail-1.3.1.tar.gz 176042 BLAKE2B 
0757c3c3eed24fea8f1493021d30df40fd8c78dad3bfd7f63cfaa83f36d36f69c47ba4e41a53a7a4299d436fb978ae3fc31afa07b5a1c9d82a6400a17c104966
 SHA512 
47d1b3939eaeaa3d27c497318bc80d0b7cb1c2674d66ed17c8cc5e6206b3efce7867ff01542b40ee6a4b4127160f2baed084b5b99cf518f2438dcf53af425f89

diff --git a/media-gfx/curtail/curtail-1.3.1.ebuild 
b/media-gfx/curtail/curtail-1.3.1.ebuild
new file mode 100644
index ..0077c4c0406c
--- /dev/null
+++ b/media-gfx/curtail/curtail-1.3.1.ebuild
@@ -0,0 +1,60 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit gnome2-utils meson python-single-r1 xdg
+
+DESCRIPTION="Image compressor, supporting PNG, JPEG and WebP"
+HOMEPAGE="https://github.com/Huluti/Curtail/;
+SRC_URI="https://github.com/Huluti/${PN^}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+S="${WORKDIR}"/${P^}
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+RESTRICT="test"  # Just desktop / schema / appstream file validation (fails).
+
+RDEPEND="
+   ${PYTHON_DEPS}
+   >=x11-libs/gtk+-3.20:3[introspection]
+   $(python_gen_cond_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]')
+"
+BDEPEND="
+   ${RDEPEND}
+   dev-libs/appstream-glib
+   dev-util/desktop-file-utils
+"
+RDEPEND+="
+   media-gfx/jpegoptim
+   media-gfx/optipng
+   media-gfx/pngquant
+   media-libs/libwebp
+"
+
+DOCS=( CHANGELOG.md README.md )
+
+src_prepare() {
+   sed -i "s|@PYTHON@|${PYTHON}|" "${S}"/src/${PN}.in || die
+
+   default
+}
+
+src_install() {
+   meson_src_install
+   python_optimize
+}
+
+pkg_postinst() {
+   xdg_pkg_postinst
+   gnome2_schemas_update
+}
+
+pkg_postrm() {
+   xdg_pkg_postrm
+   gnome2_schemas_update
+}

diff --git a/media-gfx/curtail/metadata.xml b/media-gfx/curtail/metadata.xml
new file mode 100644
index ..f46007665087
--- /dev/null
+++ b/media-gfx/curtail/metadata.xml
@@ -0,0 +1,20 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+x...@gentoo.org
+Maciej Barć
+  
+  
+Curtail (previously ImCompressor) is an useful image compressor, supporting
+PNG, JPEG and WebP file types. It support both lossless and lossy
+compression modes with an option to whether keep or not metadata of images.
+It is inspired by Trimage and Image-Optimizer.
+  
+  
+
https://raw.githubusercontent.com/Huluti/Curtail/master/CHANGELOG.md
+https://github.com/Huluti/Curtail/issues/
+Huluti/Curtail
+  
+



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

2023-02-20 Thread Magnus Granberg
commit: 021a017b6e7ba89d28fac0e40db2ebb8baad9ce2
Author: Magnus Granberg  gentoo  org>
AuthorDate: Tue Feb 21 01:39:54 2023 +
Commit: Magnus Granberg  gentoo  org>
CommitDate: Tue Feb 21 01:39:54 2023 +
URL:
https://gitweb.gentoo.org/proj/tinderbox-cluster.git/commit/?id=021a017b

Get all search pattern that match

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

 buildbot_gentoo_ci/steps/bugs.py |   4 +-
 buildbot_gentoo_ci/steps/logs.py | 178 ---
 py/log_parser.py |  53 +++-
 3 files changed, 49 insertions(+), 186 deletions(-)

diff --git a/buildbot_gentoo_ci/steps/bugs.py b/buildbot_gentoo_ci/steps/bugs.py
index 801fc98..6c85aac 100644
--- a/buildbot_gentoo_ci/steps/bugs.py
+++ b/buildbot_gentoo_ci/steps/bugs.py
@@ -96,8 +96,8 @@ class GetBugs(BuildStep):
 for match_word in match_search_text:
 if match_word in match_bug_text:
 matches = matches + 1
-if matches >= 10:
-print(f"Bug: {str(bug['id'])} Summary: {bug['summary']}")
+print(f"Bug: {str(bug['id'])} Matched words: {str(matches)} 
Summary: {bug['summary']}")
+if matches >= 5:
 match = {}
 match['match'] = True
 match['id'] = bug['id']

diff --git a/buildbot_gentoo_ci/steps/logs.py b/buildbot_gentoo_ci/steps/logs.py
index 2a52308..e4fc951 100644
--- a/buildbot_gentoo_ci/steps/logs.py
+++ b/buildbot_gentoo_ci/steps/logs.py
@@ -19,6 +19,7 @@ from buildbot.process.results import FAILURE
 from buildbot.process.results import WARNINGS
 from buildbot.process.results import SKIPPED
 from buildbot.plugins import steps
+from buildbot.plugins import util
 
 from buildbot_gentoo_ci.steps import minio
 from buildbot_gentoo_ci.steps import master as master_steps
@@ -35,11 +36,15 @@ def PersOutputOfLogParser(rc, stdout, stderr):
 for k, v in json.loads(line).items():
 summary_log_dict[int(k)] = {
 'text' : v['text'],
-'type' : v['type'],
-'status' : v['status'],
-'id' : v['id'],
-'search_pattern' : v['search_pattern']
+'pattern_infos' : [],
 }
+for s in v['pattern_info']:
+summary_log_dict[int(k)]['pattern_infos'].append({
+'type' : s['type'],
+'status' : 
s['status'],
+'id' : s['id'],
+'search_pattern' : 
s['search_pattern'],
+})
 build_summery_output['summary_log_dict'] = summary_log_dict
 #FIXME: Handling of stderr output
 return {
@@ -140,6 +145,8 @@ class SetupParserBuildLoger(BuildStep):
 command.append(log_cpv['full_logname'])
 command.append('-u')
 command.append(self.getProperty('project_data')['uuid'])
+command.append('-d')
+command.append(util.Secret("log_parser_database"))
 self.aftersteps_list.append(steps.SetPropertyFromCommand(
 name = 
'RunBuildLogParser',
 haltOnFailure = 
True,
@@ -152,159 +159,6 @@ class SetupParserBuildLoger(BuildStep):
 yield self.build.addStepsAfterCurrentStep(self.aftersteps_list)
 return SUCCESS
 
-class ParserBuildLog(BuildStep):
-
-name = 'ParserBuildLog'
-description = 'Running'
-descriptionDone = 'Ran'
-descriptionSuffix = None
-haltOnFailure = True
-flunkOnFailure = True
-
-def __init__(self, **kwargs):
-self.logfile_text_dict = {}
-self.summery_dict = {}
-self.index = 1
-self.log_search_pattern_list = []
-self.max_text_lines = 0
-super().__init__(**kwargs)
-
-#FIXME: ansifilter
-def ansiFilter(self, text):
-return text
-
-@defer.inlineCallbacks
-def get_log_search_pattern(self):
-# get pattern from the projects
-# add that to log_search_pattern_list
-for project_pattern in (yield 
self.gentooci.db.projects.getProjectLogSearchPatternByUuid(self.getProperty('project_data')['uuid'])):
-# check if the search pattern is vaild
-try:
-re.compile(project_pattern['search'])
-except re.error:
-print("Non valid regex pattern")
-print(project_pattern)
-else:
-self.log_search_pattern_list.append(project_pattern)
-# get the default project pattern
-# add if 

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

2023-02-20 Thread Alice Ferrazzi
commit: e5740ec3dac326adb638877358df534beba5f911
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Tue Feb 21 00:40:33 2023 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Tue Feb 21 00:40:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5740ec3

sys-kernel/rt-sources: add 5.10.168_p83, drop 5.10.165_p81

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

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

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index f68ef139c79b..527f928c2529 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -17,8 +17,8 @@ DIST patch-4.19.271-rt120.patch.xz 168236 BLAKE2B 
6b5f68ab96f350fef7dff579a55c57
 DIST patch-4.19.271.xz 5011412 BLAKE2B 
236a7a5b79e9b004b175df8e9ce62abc593d208af15692b577252535acdf7663b6b4c415604c2b0a02a3e2f03fadfbc4ed5c97b241d32c8756a0a15d954bfb6d
 SHA512 
f2a0dd6e893bb4bb783776f6ffadd456818b1cb1bbba1c8c7abbe85102dcf708fa0c8ad8fdeb09ce80962f3290391fee8695b58b9c430c3e90958d04c20e658a
 DIST patch-4.9.327-rt197.patch.xz 169900 BLAKE2B 
432b68f260db4970c3bd844a4d1a8709ceaaee86df6a77bd4be6260f53b1491f900cb63fd59efbcd55161e6c5629274fd555a05d97baef15bd68103194b2c6c1
 SHA512 
acfbe50962fb2fe6b215be10f076427161950098f33278bf5a51c3a28dd70203923e92b2a43b635fb2fe4fb791f4fd532eb4db378b094baa8abaa9fbfeaed822
 DIST patch-4.9.327.xz 4449004 BLAKE2B 
b48aa23af600cafe5117854b76105c9c65adf9f2f026927367781cd360c61c551b174d2ea73eb02543e626408b27bf3bb8cfed62d9c36e9bac6d22c7e1099a48
 SHA512 
d6a5421cfbd70ff20664cbf05f9c955f03b55c3e22306f7adfd87ed760794817fd7d2211e5d92b169df64d8578717a9250c7ea6ca312bf10287a7283bf66d0e6
-DIST patch-5.10.165-rt81.patch.xz 170480 BLAKE2B 
888ebb862e517b02a7e75f10521188c0d2882b1a955e0f012e86a08c92667d68b0684dac1c3b650cf8fb8ac8f211f475add5139cceb809c7350ce4c05835bf7c
 SHA512 
3d176ce049d3e13fcaad1a646708a979d5729a3fe80ad7db82ecdbe9d477b918543ea7c419d6a46ddbe5d94e3e660e89ba1adff9704431d9cc76713abf2284e1
-DIST patch-5.10.165.xz 4278688 BLAKE2B 
09c3925cf14a2ba9f69f765108ae462aae47ed58f1fcb966029e5cf863dcfbe337de4cb61bbbc6238cc77da11c48f39859fbe703e8df8c680c50821464fc091c
 SHA512 
a23f466013b1d0a868552ba9a75c87e8ffe59721a04abd8665be308a18cdb0b85ed41ce11ff9956c19612a00d1172cf723166923050440b975e0ae468c2cc7c1
+DIST patch-5.10.168-rt83.patch.xz 170464 BLAKE2B 
75edc2e070f60ae7e7d77edb67a531495b63df29e94c29fd1c7c8c3fa32a79c272ec85a84d0ad586d26dbe66ccee2314ef44d300cf0d0ac098b1f332f7bad8dd
 SHA512 
46f1d5c6bfb2b13a622c9980e7dd84771502e97d9ce564ef0144650fed9c55f7562ce9a73d29edc7767add40a24a04257894b00499e84dfb6102c01de14d35df
+DIST patch-5.10.168.xz 4330740 BLAKE2B 
33c5340b3f3655505f92b22569f6800a2ced7de9415656a237bbba5c15be678b6933d4894e9a85e8e9f5c7c146d8c76e201f3dd9343a4ab09dae3a89df4ea020
 SHA512 
607842d9949415e119ffe521a6385d1ed2359a50523dca38ce6eb4337b084885353c8345a520cb9e98cb57454417d981d6314e6f471293e53387ece30d7b7fb8
 DIST patch-5.15.94-rt59.patch.xz 77104 BLAKE2B 
ee67da4f04975669bf580266568235aa2155c537f2cc9fcdac759342ecffbecdd8cf38ecde3def6c1a5204207910284073df61b5829f278bc786870bac5fec20
 SHA512 
e4b8b0be508b54dc28e00d0ff6f815e8699821915348bab41ece3a5a1fbf2fd13472181823a60ff93f82eb287e22a225bb9c22a8410b8944e2c85c163d48ca9b
 DIST patch-5.15.94.xz 3567604 BLAKE2B 
35e9494cff7e2c0e1b95cd8d7cd85761cc817555321863ff523a322dc5e8c4c74cb3881aa9f29a77a222e9bcf6df37296c17f21c612dedc96ede75ca878b453d
 SHA512 
7196fe9f5c788e3d8d5db8c55a946486959ac13ba67a5816023c76e8db29d54c81031a5063181ad22d5619b6b959422088890894c3093eadd0f2a3e570ddac3f
 DIST patch-5.4.230-rt80.patch.xz 183116 BLAKE2B 
4a28dfb2ac1cfa81a1d97a0b86e4ae7e47ed6e37b17926a8fccf87e9f3b43ad716b270cfbddd8db48e82ae5fa76b77f46f3506b63c004035b45c5b8935977d24
 SHA512 
124e0c99afb439d6c97596ea47a6ded73bf7bbc688bdeee9e7177cfc4f6c41985f2cbf9d0100e97b3db20a21735e76a3c09d29251fbdf54f8862498c63ae5e9d

diff --git a/sys-kernel/rt-sources/rt-sources-5.10.165_p81.ebuild 
b/sys-kernel/rt-sources/rt-sources-5.10.168_p83.ebuild
similarity index 100%
rename from sys-kernel/rt-sources/rt-sources-5.10.165_p81.ebuild
rename to sys-kernel/rt-sources/rt-sources-5.10.168_p83.ebuild



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

2023-02-20 Thread Alice Ferrazzi
commit: 8671fdf7d053740bbcc902c692052bab110962eb
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Tue Feb 21 00:41:07 2023 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Tue Feb 21 00:41:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8671fdf7

sys-kernel/rt-sources: add 6.1.12_p7

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

 sys-kernel/rt-sources/Manifest|  5 +++
 sys-kernel/rt-sources/rt-sources-6.1.12_p7.ebuild | 52 +++
 2 files changed, 57 insertions(+)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 527f928c2529..723598933376 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -1,9 +1,11 @@
 DIST deblob-5.10 163706 BLAKE2B 
75983edaaf8d8ed2689a3b26cf316edb9b9262bd29411168c9a8504775dd324752a4fc8ad24ec3a641a4ba474cca975c472cfa9d58d120ae7f684f19b519f180
 SHA512 
e3b89e751633f81da0f1e23c24133e84f5a6c89390d6b54e7af6e42c9378ecf2525bd42d7639a42aa3c3a034c838e5ca36f78d4932903298068be03de8ad48f3
 DIST deblob-5.15 170757 BLAKE2B 
368539e7487c25b9808f277c36a5e30dd3a06d21dcf2aefa0066e12549c6cb2b243dfcd0a5413734607e1818d38a9ca6ef5db250517a3dbf9c5f886a8e15e9c2
 SHA512 
b74781bc6db536b2471149f1aef203e63b16794c3c732bb8b743a94d30fddbdcabca4113af7e364ca5ea019052aa528c398792c6faf9ad13700bba8bb61c4e3a
 DIST deblob-6.0 178810 BLAKE2B 
dcaf7441084baa631e0d9652deb1105a00f280323ad8de43dbc50cb0455004aba15f2f7bf68ac0601a24e561f6bf3f4084ee91a1a4909380fab2d88bed5834b5
 SHA512 
f39bf8c4d0a7a0047e2b1d351b7cdd13457d89f59b82c9fa4348787f04b257e9ec027f68f1de999d96a594e53d64753fd043772bdf35b148f763daefccc93fa8
+DIST deblob-6.1 179334 BLAKE2B 
312939cfee46ecb769da5d715608d4fd5ed38dad38a9ee9b3806683e0c820532404d1c0dda991531f56110a3c88e11b9a1b9cb9e4d5f4ee0b5ea50a03e51c45f
 SHA512 
76ae8d5d03ba375be2b4f562c4f6d374d8168be59a542bd0c0bdc5c0aaff48c833f51efe3f82e75356ea718558e39555295f10660a34b205dc854cf80c383944
 DIST deblob-check-5.10 32768 BLAKE2B 
2bf256e203d704722f7f6bddf4ae37eaa5409223a4988db0ac4fea2766aea06e7b4bff7e982b58d80895c15be9b58c138c0d7a9c1898818bff2f1ca67aa873da
 SHA512 
b5aa4a29f477f5875c5f1d96aae2fecab1648a3210bfc14e74a40bede0c391d80b0b36ba56a3113f5523da7e9b7ef0bf20e32d2de60f1bd35c2cd2bfe4412904
 DIST deblob-check-5.15 619562 BLAKE2B 
6279eb78d81f42416aa24898c747eac71b3dc0a98182354a778c20f6d51f3692e64db4e37aa4489dccae70d87ce5cafbc5d4feee6d505789761dcff1b6a9dbd3
 SHA512 
47fe403177a93e2271b7b5244f086d2ce2d1253dddeeb6d6bf153327380d2aa7dbaa63a741da2acadf6c65d64b2578cc5c0fad08209609f36ce2f8a88dfa7b5e
 DIST deblob-check-6.0 652755 BLAKE2B 
5cd69f9b34134d5290c939e886badf37bf851ebfda1ad067598cf76ed459ceb19a745a96e6c779a17ed553382a0876bd0abc11add8933d482e9eec66903b58ef
 SHA512 
6d0be64424494d748703ae714d54ae098b8b8468b9672c4fe918847112463a1e49cd536a60af8510a379e664811e61d2e6b741cbfd6aea51635a5732946e8e57
+DIST deblob-check-6.1 656184 BLAKE2B 
6c3ae2b5b7c34936388163fbc16e0eff0aee5fccf01f543454fbf3d0881bd321e160f4aab78d478bad1008f424e0e7c20871dd74ef6eee8358c98718f5d5da8a
 SHA512 
0aea6f699bc451a5319ca8dab8e18c79708a25caeec3f77182c98216a04526cab51c0e14035d2599c66ac44ebae39328b9d71781aaf2ea2bc22fb73f7f3c1340
 DIST linux-4.14.tar.xz 100770500 BLAKE2B 
85dc4aa953fe65e273a24473d8de98e4f204f97c43be9fc87cf5be01f796f94cfde5c8f9c84619751f1cac51f83ce0b4681fb19c5f2965a72d4a94fe5577846a
 SHA512 
77e43a02d766c3d73b7e25c4aafb2e931d6b16e870510c22cef0cdb05c3acb7952b8908ebad12b10ef982c6efbe286364b1544586e715cf38390e483927904d8
 DIST linux-4.19.tar.xz 103117552 BLAKE2B 
1dbf16cf410867412d17568fe42bc1e90c034183b654d270b650621ff7664a321950943d0639205bc1ee7ef6210be170c1f2c785a042ed8a4ec5e3a486d890e0
 SHA512 
ab67cc746b375a8b135e8b23e35e1d6787930d19b3c26b2679787d62951cbdbc3bb66f8ededeb9b890e5008b2459397f9018f1a6772fdef67780b06a4cb9f6f4
 DIST linux-4.9.tar.xz 93192404 BLAKE2B 
83ae310b17d47f1f18d6d28537c31e10f3e60458c5954c4611158ca99e71cc0da2e051272eabf27d5887df4a7cb4a5dd66ff993077c11d2221e92d300a0b48d7
 SHA512 
bf67ff812cc3cb7e5059e82cc5db0d9a7c5637f7ed9a42e4730c715bf7047c81ed3a571225f92a33ef0b6d65f35595bc32d773356646df2627da55e9bc7f1f1a
@@ -11,6 +13,7 @@ DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a936
 DIST linux-5.15.tar.xz 121913744 BLAKE2B 
3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b83a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83
 SHA512 
d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST linux-6.0.tar.xz 133886176 BLAKE2B 

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

2023-02-20 Thread Alice Ferrazzi
commit: d696a119ba5749f594f342eb254fc4ffb9a4a123
Author: Alice Ferrazzi  gentoo  org>
AuthorDate: Tue Feb 21 00:40:02 2023 +
Commit: Alice Ferrazzi  gentoo  org>
CommitDate: Tue Feb 21 00:40:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d696a119

sys-kernel/rt-sources: add 4.14.305_p143, drop 4.14.302_p142

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

 sys-kernel/rt-sources/Manifest| 4 ++--
 ...t-sources-4.14.302_p142.ebuild => rt-sources-4.14.305_p143.ebuild} | 0
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-kernel/rt-sources/Manifest b/sys-kernel/rt-sources/Manifest
index 9f81053ae215..f68ef139c79b 100644
--- a/sys-kernel/rt-sources/Manifest
+++ b/sys-kernel/rt-sources/Manifest
@@ -11,8 +11,8 @@ DIST linux-5.10.tar.xz 116606704 BLAKE2B 
b923d7b66309224f42f35f8a5fa219421b0a936
 DIST linux-5.15.tar.xz 121913744 BLAKE2B 
3921274b23f7938abdf3ed9334534b4581e13d7484303d3a5280eddb038999aaa8b83a487472d9c4a219af0f06b9fecccaf348fb5510ab8762f4ef4b7e83
 SHA512 
d25ad40b5bcd6a4c6042fd0fd84e196e7a58024734c3e9a484fd0d5d54a0c1d87db8a3c784eff55e43b6f021709dc685eb0efa18d2aec327e4f88a79f405705a
 DIST linux-5.4.tar.xz 109441440 BLAKE2B 
193bc4a3147e147d5529956164ec4912fad5d5c6fb07f909ff1056e57235834173194afc686993ccd785c1ff15804de0961b625f3008cca0e27493efc8f27b13
 SHA512 
9f60f77e8ab972b9438ac648bed17551c8491d6585a5e85f694b2eaa4c623fbc61eb18419b2656b6795eac5deec0edaa04547fc6723fbda52256bd7f3486898f
 DIST linux-6.0.tar.xz 133886176 BLAKE2B 
c09a9c877ac0fac83dc31d2d04d96f0a3331d4ed78e3ad4edfd4dc077e1c11d0c49f419fdac4008b5c93d1b09c2b724e12ef0b38371ad0962908abf85dfa95fa
 SHA512 
bac41a7aeb6e809616cee2f13dcd1c45e829dfd1ccf60aee1dc4c46b1e28532f4485c7d819a32940de84fdfbf89db80a4e919bce8a74b2948c5a01551771b714
-DIST patch-4.14.302-rt142.patch.xz 243076 BLAKE2B 
2b5f5a60dd704c6545cc3ed0b5586d693bdc31f6717e0fddc6a60c0d2d093285673437fa350ee9a674f2e0d2a856ea6556f214d385d6d1bbe44d5040ab91ebc8
 SHA512 
087aa0c45bd652b9d9b72e4ccaf44528225fa732e68a14f15642efe7379ad74263c55013e1c630e3664e5d430959a617d27bef480e6acdfde81d4da1d7518565
-DIST patch-4.14.302.xz 4966856 BLAKE2B 
0cab871be44e7748429d5e589da2a81464151af60bffb7b503b5add203778115b5497ed3bf58b95c67a0709b95c6b9e262a9ec95ac7a23dc136ceb7e862d63dd
 SHA512 
4afd32508ebaa876d8ccfde3ab78fd03edc8fa4a8d9d345eff88012081b9a6518bbf90b89c9db937065e819d640ec0b81e09b7fbb0be8192c93b5365d77830a0
+DIST patch-4.14.305-rt143.patch.xz 243100 BLAKE2B 
5c2018d24874ae6ba5868867d9ce44a3c4e3b50a2c4c265e311cd66b7934eb55ef738d66e8d464bb99f514f2e6b2cc6120daa91eb8206533a641ae10bd666840
 SHA512 
d2e68ff37977c3422d3b81430ad1e601ad8f0d544fe2e13a639f94636f20dbda9c44749cde0f12c6304d3d9da84d3a76c467ded8e06583005daf094ab4d24454
+DIST patch-4.14.305.xz 5022012 BLAKE2B 
c56cbcbad13922081496cea5ba7613352e195256eb247be570a57125c263506e73eaf34b6c0c85c3d6a8cae58f4ac5bcd3383601f0ac76c1659924d861b77507
 SHA512 
728f210c9fe167241cd466dfb289068b39b329659d16ffe9386a11e4cc2bfc0ba55f26e65e078adcf2a995a2a320476c0a9f3a0f838bb8daf48a1fc04f9a312e
 DIST patch-4.19.271-rt120.patch.xz 168236 BLAKE2B 
6b5f68ab96f350fef7dff579a55c574b73230d1a8363a8f5ef39e56faece2a9fbbee2e9f1587c026bffcced27f8d5c8cc98a37716936ff4f3c67db2fd7d4be2a
 SHA512 
f98e5e13b4759f37df7190849fd1f9e7c87e9a1f1e41219a12686fd969b4f0a34fa854f709226b5a2949f486161702ba92aa7b391538f42da8d77f50acf1c2d3
 DIST patch-4.19.271.xz 5011412 BLAKE2B 
236a7a5b79e9b004b175df8e9ce62abc593d208af15692b577252535acdf7663b6b4c415604c2b0a02a3e2f03fadfbc4ed5c97b241d32c8756a0a15d954bfb6d
 SHA512 
f2a0dd6e893bb4bb783776f6ffadd456818b1cb1bbba1c8c7abbe85102dcf708fa0c8ad8fdeb09ce80962f3290391fee8695b58b9c430c3e90958d04c20e658a
 DIST patch-4.9.327-rt197.patch.xz 169900 BLAKE2B 
432b68f260db4970c3bd844a4d1a8709ceaaee86df6a77bd4be6260f53b1491f900cb63fd59efbcd55161e6c5629274fd555a05d97baef15bd68103194b2c6c1
 SHA512 
acfbe50962fb2fe6b215be10f076427161950098f33278bf5a51c3a28dd70203923e92b2a43b635fb2fe4fb791f4fd532eb4db378b094baa8abaa9fbfeaed822

diff --git a/sys-kernel/rt-sources/rt-sources-4.14.302_p142.ebuild 
b/sys-kernel/rt-sources/rt-sources-4.14.305_p143.ebuild
similarity index 100%
rename from sys-kernel/rt-sources/rt-sources-4.14.302_p142.ebuild
rename to sys-kernel/rt-sources/rt-sources-4.14.305_p143.ebuild



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

2023-02-20 Thread Lucio Sauer
commit: 65d1aaf69a51ec4f429cba522fc2d42b48bd7dd6
Author: Lucio Sauer  posteo  net>
AuthorDate: Tue Feb 21 00:56:13 2023 +
Commit: Lucio Sauer  posteo  net>
CommitDate: Tue Feb 21 00:56:13 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=65d1aaf6

app-misc/anki-bin: add 2.1.58

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

 app-misc/anki-bin/Manifest   |  5 +++
 app-misc/anki-bin/anki-bin-2.1.58.ebuild | 68 
 2 files changed, 73 insertions(+)

diff --git a/app-misc/anki-bin/Manifest b/app-misc/anki-bin/Manifest
index d51196767..9cc2c5e0a 100644
--- a/app-misc/anki-bin/Manifest
+++ b/app-misc/anki-bin/Manifest
@@ -2,4 +2,9 @@ DIST anki-bin-2.1.57.1 2212 BLAKE2B 
18dba4d3f7210b1fa765490617c4290b7a0f37abd75d
 DIST anki-bin-2.1.57.desktop 458 BLAKE2B 
7311e2ea71b40bd586a547a14316ca5447d582c046c3850ec5f63637640401fa53e8cdb8799ca8d6b169e38dae3e507946f4fbe5057c0d48e92729033fc6514b
 SHA512 
4666f855e488c0f3cdf2d071aeb373cf8eff96eefe71eb7bb67344fed66150b821d83bed4d4ec2966f63d2a6ede1701f1b19236a6a72e3002e70d2f404d55220
 DIST anki-bin-2.1.57.png 34595 BLAKE2B 
7b8adeece0d666f819d2e579d04f00102d6a28fe5915b2d13ae0bbf72671f95610d2bb47235509756684d38e4be495b41b6b5814fa0ee2b303adc1c78ed54b88
 SHA512 
c5051738be8c766629a0ec4cbf95c5f554e7bbca2fb5103b3545f2c34a6fcfd87c1384bbd5239199a8491fa46889b299f5f6e1f23988e271402239cdc2a0a9e7
 DIST anki-bin-2.1.57.zip 12827095 BLAKE2B 
590c3767fdee4063e35d3b9e5cba1a08eee6ce11f3790aca7a207ee785599245b58cafee86a7045f0ecfe6dabab578b7c0d98b6f95650d2ad8dc05b139851090
 SHA512 
0d228af16a3b4dfd14f6ce4f46c0d984668eac0853596f039af6d701f5135f023ac9cb6688b6614ab23b81c960c9ffdb1f059fbebb950680291a9cb9ef73bc94
+DIST anki-bin-2.1.58.1 2212 BLAKE2B 
18dba4d3f7210b1fa765490617c4290b7a0f37abd75df6fdb395ea758fa2557789f595e0c0470c918ee988dfa5270df48dda095e8f6dce2aad597b0bba23db50
 SHA512 
50ee6633758b028c54b899d70cf582c54d4fdbb7e13f10921303db3a84d325ac689b48dbf4a5f03584748e89ad7820e14cd4646d7a3fa97919496f48a99cdb05
+DIST anki-bin-2.1.58.desktop 458 BLAKE2B 
7311e2ea71b40bd586a547a14316ca5447d582c046c3850ec5f63637640401fa53e8cdb8799ca8d6b169e38dae3e507946f4fbe5057c0d48e92729033fc6514b
 SHA512 
4666f855e488c0f3cdf2d071aeb373cf8eff96eefe71eb7bb67344fed66150b821d83bed4d4ec2966f63d2a6ede1701f1b19236a6a72e3002e70d2f404d55220
+DIST anki-bin-2.1.58.png 34595 BLAKE2B 
7b8adeece0d666f819d2e579d04f00102d6a28fe5915b2d13ae0bbf72671f95610d2bb47235509756684d38e4be495b41b6b5814fa0ee2b303adc1c78ed54b88
 SHA512 
c5051738be8c766629a0ec4cbf95c5f554e7bbca2fb5103b3545f2c34a6fcfd87c1384bbd5239199a8491fa46889b299f5f6e1f23988e271402239cdc2a0a9e7
+DIST anki-bin-2.1.58.zip 12842522 BLAKE2B 
163039131fcaa19f8a2cd1da242f79d26a3822011182ea1edfa76a336826a95da0b7db99d7ae4e84c93dbb65ca61816403f0dd53130a45e53cfca957c9cdb01d
 SHA512 
ebacfa4cc15775be295505853ca3be18d5fa2b4e869e7945a8a669929c8a6ecd4f21c380544c2f425603dc571bfec7102ad112548d56dbf981754b324b544521
 DIST aqt-2.1.57.zip 6269844 BLAKE2B 
a8863be1192180f34544df522a6bb69e96968525f0c839ba217cbb360aa06624cd2e0f4fc67559e77dfef4d0ad76c91352b6c210e4f2c39c33733a48785acc89
 SHA512 
6532a0c59ae2e3e041558c758a57e5b6b19ec11afb63755dda04cc55eb6a30a363d2ede88754e4825f3bddc4dd30b11be33155d5a99c4021d30d6d54d1b8c130
+DIST aqt-2.1.58.zip 6274492 BLAKE2B 
d81c37992673596a963a6136656d16b39d155bffc711dd2c244c407622a404c845719c6d704871aa39e9d45db73b8164f4785a2842add1437162c5a4891eab87
 SHA512 
330494c9d75c73b43b5bf9301f996b167cd4477bf36909b2f8410bb3ceae759b5a8f0a747428206198b770e6840968ebf98fb7a00ec86d004f78efc152824bb5

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

[gentoo-commits] repo/gentoo:master commit in: sys-apps/groff/files/, sys-apps/groff/

2023-02-20 Thread Sam James
commit: 6371dca10b4767737fe3926b25215fc99e734b68
Author: Sam James  gentoo  org>
AuthorDate: Tue Feb 21 00:29:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Feb 21 00:30:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6371dca1

sys-apps/groff: add 1.23.0_rc3, drop 1.23.0_rc2

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

 sys-apps/groff/Manifest|  2 +-
 ...off-1.23.0_rc2-skip-broken-diffutils-test.patch | 38 --
 ...f-1.23.0_rc2.ebuild => groff-1.23.0_rc3.ebuild} |  1 -
 3 files changed, 1 insertion(+), 40 deletions(-)

diff --git a/sys-apps/groff/Manifest b/sys-apps/groff/Manifest
index 0c2d3d45c64e..6b3da3030a5b 100644
--- a/sys-apps/groff/Manifest
+++ b/sys-apps/groff/Manifest
@@ -1,2 +1,2 @@
 DIST groff-1.22.4.tar.gz 4137480 BLAKE2B 
cdda8a7e8e42b8d8991656ecfbffe0cd0ed5d8932467cab2f3c1eecb3365f4a5c03321b6ed929d451c3dfb00a46046a781303a1c55c4aa65eb7d178fb36b1cbc
 SHA512 
1c42d3cd71efaf067b5850945d9097fa1f0fadd5e2b6ba7446bd9d4f439fe1ad058e4ddb0d4e0f503682137dfc7c822944ce1e3e5cf981673f8ba197ea77126d
-DIST groff-1.23.0.rc2.tar.gz 7330614 BLAKE2B 
5f9ffd19a6742fae0162c956e8c736bd5f72df5ef2a53a274957bd6caa40b40d73783acee319ff7bcb12942fae2c420d2f7a267bb0cdcb0bc2527b28cd17f9fd
 SHA512 
dfa3c9fa6a76a6bd1496e9e0e4145b7d694383fd3b339a065b7aa63c9507aea331ef90e1ef98cf3eae81b24cb177ee7a9a8be2c91e30296ffe4da0c68aa3e793
+DIST groff-1.23.0.rc3.tar.gz 7347387 BLAKE2B 
d61ccf18450816abb2436799c3ffac0ce0bc827ad4f262c94e172b0dbaae18593b7562576067e0380ff96cbc40b4fe63382082867659fbc6971cadc81e8dc36d
 SHA512 
bfdc6761e02b698b7d7dac059c14c1f3de94057cda4952aca2fa41da3bd9657daef86bdddc46a392397ccb761f627d1652ce5f4a38890c480fbdb89f9926b662

diff --git 
a/sys-apps/groff/files/groff-1.23.0_rc2-skip-broken-diffutils-test.patch 
b/sys-apps/groff/files/groff-1.23.0_rc2-skip-broken-diffutils-test.patch
deleted file mode 100644
index f11bc56382b2..
--- a/sys-apps/groff/files/groff-1.23.0_rc2-skip-broken-diffutils-test.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-https://savannah.gnu.org/bugs/?63726
-https://git.savannah.gnu.org/cgit/groff.git/commit/?id=10274fb69e517b2c4b10fcd0ba3347e5bd0eefd7
 a/Makefile.in
-+++ b/Makefile.in
-@@ -4449,8 +4449,7 @@ SUFFIXES = .roff .in .ps .mom .pdf .me.in .me .man
- 
- # tests launched by make check
- check_SCRIPTS = 
--TESTS = contrib/gdiffmk/tests/gdiffmk_tests.sh $(hdtbl_TESTS) \
--  $(mm_TESTS) $(am__append_14) $(rfc1345_TESTS) \
-+TESTS = $(hdtbl_TESTS) $(mm_TESTS) $(am__append_14) $(rfc1345_TESTS) \
-   $(font_devpdf_TESTS) $(grotty_TESTS) $(eqn_TESTS) \
-   $(preconv_TESTS) $(refer_TESTS) $(tbl_TESTS) $(groff_TESTS) \
-   $(nroff_TESTS) $(grog_TESTS) $(tmac_TESTS)
-@@ -10558,13 +10557,6 @@ recheck: all $(check_PROGRAMS) $(check_SCRIPTS)
-   am__force_recheck=am--force-recheck \
-   TEST_LOGS="$$log_list"; \
-   exit $$?
--contrib/gdiffmk/tests/gdiffmk_tests.sh.log: 
contrib/gdiffmk/tests/gdiffmk_tests.sh
--  @p='contrib/gdiffmk/tests/gdiffmk_tests.sh'; \
--  b='contrib/gdiffmk/tests/gdiffmk_tests.sh'; \
--  $(am__check_pre) $(LOG_DRIVER) --test-name "$$f" \
--  --log-file $$b.log --trs-file $$b.trs \
--  $(am__common_driver_flags) $(AM_LOG_DRIVER_FLAGS) $(LOG_DRIVER_FLAGS) 
-- $(LOG_COMPILE) \
--  "$$tst" $(AM_TESTS_FD_REDIRECT)
- contrib/hdtbl/examples/test-hdtbl.sh.log: contrib/hdtbl/examples/test-hdtbl.sh
-   @p='contrib/hdtbl/examples/test-hdtbl.sh'; \
-   b='contrib/hdtbl/examples/test-hdtbl.sh'; \
 a/contrib/gdiffmk/gdiffmk.am
-+++ b/contrib/gdiffmk/gdiffmk.am
-@@ -22,7 +22,6 @@
- 
- gdiffmk_srcdir = $(top_srcdir)/contrib/gdiffmk
- bin_SCRIPTS += gdiffmk
--TESTS += contrib/gdiffmk/tests/gdiffmk_tests.sh
- man1_MANS += contrib/gdiffmk/gdiffmk.1
- EXTRA_DIST += \
-   contrib/gdiffmk/gdiffmk.1.man \

diff --git a/sys-apps/groff/groff-1.23.0_rc2.ebuild 
b/sys-apps/groff/groff-1.23.0_rc3.ebuild
similarity index 97%
rename from sys-apps/groff/groff-1.23.0_rc2.ebuild
rename to sys-apps/groff/groff-1.23.0_rc3.ebuild
index ac8ba6b2371f..0d90fdb18750 100644
--- a/sys-apps/groff/groff-1.23.0_rc2.ebuild
+++ b/sys-apps/groff/groff-1.23.0_rc3.ebuild
@@ -44,7 +44,6 @@ DOCS=( BUG-REPORT ChangeLog MORE.STUFF NEWS PROBLEMS PROJECTS 
README TODO )
 PATCHES=(
# bug #16108, bug #17580, bug #121502
"${FILESDIR}"/${PN}-1.19.2-man-unicode-dashes.patch
-   "${FILESDIR}"/${PN}-1.23.0_rc2-skip-broken-diffutils-test.patch
 )
 
 src_prepare() {



[gentoo-commits] repo/gentoo:master commit in: www-servers/caddy/

2023-02-20 Thread Zac Medico
commit: 9c396b05f9ea4431fecea8bc264cc0663689bdaa
Author: Zac Medico  gentoo  org>
AuthorDate: Tue Feb 21 00:27:56 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Tue Feb 21 00:28:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c396b05

www-servers/caddy: add 2.6.4

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

 www-servers/caddy/Manifest   |  2 ++
 www-servers/caddy/caddy-2.6.4.ebuild | 45 
 2 files changed, 47 insertions(+)

diff --git a/www-servers/caddy/Manifest b/www-servers/caddy/Manifest
index 70c9b25b74e1..c9746ab33df1 100644
--- a/www-servers/caddy/Manifest
+++ b/www-servers/caddy/Manifest
@@ -2,3 +2,5 @@ DIST caddy-2.5.2-deps.tar.xz 121709464 BLAKE2B 
d15157536916aae8a63dcdcdd01bef7fa
 DIST caddy-2.5.2.tar.gz 538564 BLAKE2B 
dcdaacc63ec0481a9add35ac79c4d02d0a262dc4a1b5215877843797817832cf07e2ecaa2c8f73173f5e0bf38d4d15f2f6c5909f0dc3c8a178db9b001af5206f
 SHA512 
98eb10075b6eacd93cfe893f7df6d8d8ce41649b6a6b78937c1ee7ba82ebdf483204d98c5e45501617abfe426d3b12a9a413e49304e1b62569ab3bad489e2c66
 DIST caddy-2.6.2-deps.tar.xz 157577068 BLAKE2B 
4ee60155de108ae1a0c897f3cd95549fff6add81b8c6b5cc1e4407d47eb8e81da825977ac9334fa884729759b88a8e23297a9c7b10a088d865ee6698cd444054
 SHA512 
ca7ab6522b6a3ba2741ad3c40044236196331fd0abcfdf480690a6dfd63127512e31cdc6219deff6b7ec9f6c7acaa672c161b738b87d22e655896bf1d5f70788
 DIST caddy-2.6.2.tar.gz 556197 BLAKE2B 
a3fd7e69a33ee045de7f4b8218d5bb41e1f740c744bf633554c93d298c06506f3b8f2f8ff739b423641958459fed84d6783a2ffe764ff175ee329eab9dc7dc19
 SHA512 
01761de707668d589af7eeecdd694c94e867d5710f0b72285b4d2e6fb26cf9e10baeed3920e9b9b292c75568c84ff79b400026e37d7dcc003cebb839469b6c1b
+DIST caddy-2.6.4-deps.tar.xz 126961712 BLAKE2B 
45448376fb368639913360c96074a21b6907a0d573de403d46f150f004b24a0e328c210e6192d6540444bef6b33d4dbff7f44ad129bbe6cdfc344fb108500bf0
 SHA512 
f8d73a888c6f0e1c1467878162e3c34da35dcfc2ab7232db4f5e7ac5b51b2f91f6a98a07d732a8f17d9523226a21a8a9b1075a474e9d2b5f3c7869ef0a9e892a
+DIST caddy-2.6.4.tar.gz 568213 BLAKE2B 
4837c8511002538ed6d7ac92743a834e76bdba3a35e92a3587ee29911c4a623d37948725a4c20967f3893abe7ce05a88aeb93af294045d722193a68ca7c69bff
 SHA512 
438869a24c0f68e8d742752d3573cf7894c566344f85d0e262ddf26d91c711dd27a0422396bfdd94823c8ee4c7fd24ce222938f3339f1c19e706e64207fc483f

diff --git a/www-servers/caddy/caddy-2.6.4.ebuild 
b/www-servers/caddy/caddy-2.6.4.ebuild
new file mode 100644
index ..9f2ebbf5fde8
--- /dev/null
+++ b/www-servers/caddy/caddy-2.6.4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit fcaps go-module systemd
+
+DESCRIPTION="Fast, cross-platform HTTP/2 web server with automatic HTTPS"
+HOMEPAGE="https://caddyserver.com;
+SRC_URI="https://github.com/caddyserver/caddy/archive/v${PV}.tar.gz -> 
${P}.tar.gz
+   https://dev.gentoo.org/~zmedico/dist/${P}-deps.tar.xz;
+
+LICENSE="Apache-2.0 BSD ECL-2.0 MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~riscv"
+RDEPEND="
+   acct-user/http
+   acct-group/http"
+DEPEND="${RDEPEND}"
+
+RESTRICT="test"
+
+FILECAPS=(
+   -m 755 'cap_net_bind_service=+ep' usr/bin/${PN}
+)
+
+src_compile() {
+   ego build ./cmd/caddy
+}
+
+src_install() {
+   dobin caddy
+   dodoc README.md
+   keepdir /etc/caddy
+   insinto /etc/caddy
+   newins "${FILESDIR}"/caddy_config.json caddy_config.json.example
+   systemd_dounit "${FILESDIR}/${PN}.service"
+   newinitd "${FILESDIR}/initd" "${PN}"
+   newconfd "${FILESDIR}/confd" "${PN}"
+   insinto /etc/logrotate.d
+   newins "${FILESDIR}/logrotated" "${PN}"
+}
+
+pkg_postinst() {
+   fcaps_pkg_postinst
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/aspell-lv/

2023-02-20 Thread Conrad Kostecki
commit: 2d2ba9aa53e10402073d0650b1b6a58ea0d5291b
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Feb 20 23:57:59 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Feb 21 00:09:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d2ba9aa

app-dicts/aspell-lv: add 0.9.3

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

 app-dicts/aspell-lv/Manifest   |  1 +
 app-dicts/aspell-lv/aspell-lv-0.9.3.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/app-dicts/aspell-lv/Manifest b/app-dicts/aspell-lv/Manifest
index 6bca0500f259..846eef6aab02 100644
--- a/app-dicts/aspell-lv/Manifest
+++ b/app-dicts/aspell-lv/Manifest
@@ -1 +1,2 @@
 DIST aspell6-lv-0.5.5-1.tar.bz2 72416 BLAKE2B 
6894fcd11f0ba802b410be8fca5f34562f1a4d18c128953214f97b12a3d4e745c1f90f358ae2cd57740ba5a56e04b437daf3c2b27f978df8ac1202bb9e347fb7
 SHA512 
94a9c6da3fd29f17fbe5d02cd4764bf24379abef526725bb34c0726f7ff385fcb876df24b741bc66518295c3bb75c800aa6010130454c6dc1d6372d12d2eb98e
+DIST aspell6-lv-0.9.3.tar.bz2 375712 BLAKE2B 
c3be65d78595978cf54102f6cab1f7b3f8f3511cd6ef1d7a0efa5638c2e8019afefd9ac41bd37560ff33a0a8bf15ae586134ce60067d2322d0af34be29108a37
 SHA512 
7148c704297dd0383059968898a4330c66929fd6ec4bbfcbb9120794bcd58d5d78e6c2b9d11b57f477563189356d54aec2c2c3b4871598efec3831b8e4ba5e66

diff --git a/app-dicts/aspell-lv/aspell-lv-0.9.3.ebuild 
b/app-dicts/aspell-lv/aspell-lv-0.9.3.ebuild
new file mode 100644
index ..98c0cde18505
--- /dev/null
+++ b/app-dicts/aspell-lv/aspell-lv-0.9.3.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ASPELL_LANG="Latvian"
+ASPELL_VERSION=6
+MY_PN="${PN/aspell/aspell${ASPELL_VERSION}}"
+MY_P="${MY_PN}-${PV}"
+
+inherit aspell-dict-r1
+
+HOMEPAGE="http://dict.dv.lv/download.php?prj=lv;
+SRC_URI="http://dict.dv.lv/download/${MY_P}.tar.bz2;
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"



[gentoo-commits] repo/gentoo:master commit in: games-server/bedrock-server/

2023-02-20 Thread Conrad Kostecki
commit: 23c9a8ecc3f2bfa5a6ea33f9040c3a105ba7aace
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Feb 20 23:50:47 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Feb 21 00:09:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23c9a8ec

games-server/bedrock-server: add 1.19.62.01

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

 games-server/bedrock-server/Manifest   |  1 +
 .../bedrock-server-1.19.62.01.ebuild   | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/games-server/bedrock-server/Manifest 
b/games-server/bedrock-server/Manifest
index 8cd28df3fcd1..d31150c7a61a 100644
--- a/games-server/bedrock-server/Manifest
+++ b/games-server/bedrock-server/Manifest
@@ -1 +1,2 @@
 DIST bedrock-server-1.19.51.01.zip 76976732 BLAKE2B 
30ed7a0ba1d2d13b91c5400e17a4facf92a540bf96216dd2fd6cce2d67e5576a8dc73e1c534bb7d0c3afff54cfd3a2715b1c10ecbde3129880003a55fd58fa5e
 SHA512 
b4554cb0fe66bc742d80e2c6143faa6ad10412645207a845a84cbd99550888a0e9e80df764419ff50b24abbdd63d1260c2532c79add2dd4e012604e5bff59173
+DIST bedrock-server-1.19.62.01.zip 77824871 BLAKE2B 
9b3d875cf798ba0d68e2a95a78ba24ff4635751c910fadb70949bcb395f4f37fef425328a8268045f1ec52f2bc171df461706d549f0e656c46834564feec4c97
 SHA512 
8ec08145ff7b7ef646084bcb5bd242c762ff3e9ca6e1aedcf04e04f6e6521fb5b52f2cd3c8906af64c23b62b3ab5a0ef422c17428b91b438249870cb0bf15caf

diff --git a/games-server/bedrock-server/bedrock-server-1.19.62.01.ebuild 
b/games-server/bedrock-server/bedrock-server-1.19.62.01.ebuild
new file mode 100644
index ..2bedaf12c16a
--- /dev/null
+++ b/games-server/bedrock-server/bedrock-server-1.19.62.01.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="The official bedrock (non-java) based server for the sandbox 
video game"
+HOMEPAGE="https://www.minecraft.net/;
+SRC_URI="https://minecraft.azureedge.net/bin-linux/${P}.zip;
+S="${WORKDIR}"
+
+LICENSE="Mojang"
+SLOT="0"
+KEYWORDS="-* ~amd64"
+
+RDEPEND="
+   acct-group/bedrock
+   acct-user/bedrock
+   app-misc/dtach
+   dev-libs/openssl:0/1.1
+   sys-libs/zlib
+"
+
+BDEPEND="app-arch/unzip"
+
+RESTRICT="bindist mirror"
+
+DOCS=(
+   "bedrock_server_how_to.html"
+   "release-notes.txt"
+)
+
+QA_PREBUILT="opt/bedrock-server/bedrock_server"
+
+src_compile() {
+   :;
+}
+
+src_install() {
+   exeinto /opt/bedrock-server
+   doexe bedrock_server
+
+   insinto /opt/bedrock-server
+   doins {allowlist,permissions}.json server.properties
+   doins -r {behavior,resource}_packs definitions
+
+   dodir /opt/bin
+   dosym ../bedrock-server/bedrock_server /opt/bin/bedrock-server
+
+   newinitd "${FILESDIR}"/bedrock-server.initd-r4 bedrock-server
+   newconfd "${FILESDIR}"/bedrock-server.confd bedrock-server
+
+   einstalldocs
+}



[gentoo-commits] repo/gentoo:master commit in: sys-block/arcconf/

2023-02-20 Thread Conrad Kostecki
commit: 9db20e035d2e1a5e669ba557fa2aa7820029259f
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Feb 21 00:08:57 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Feb 21 00:09:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9db20e03

sys-block/arcconf: add 4.09.00.25611

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

 sys-block/arcconf/Manifest |  1 +
 sys-block/arcconf/arcconf-4.09.00.25611.ebuild | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/sys-block/arcconf/Manifest b/sys-block/arcconf/Manifest
index eb91e33106c5..1becacf1286f 100644
--- a/sys-block/arcconf/Manifest
+++ b/sys-block/arcconf/Manifest
@@ -1,2 +1,3 @@
+DIST arcconf_B25611.zip 47701464 BLAKE2B 
b0b2cb896841646174eb94460b3213113d9193d3af0382be7e9cf58dd08ebdb923eff3e042395b5bfbb8ca97762042c16848f30d1205f0774617f670246ff56d
 SHA512 
7bdff9278fed081f1e93d43143ae1828703a859c4552973e8dc3e92199db80ee295d789c7efb752693590b5dccd61c2593b483cc7bb2aefb20d88293295b36ce
 DIST arcconf_v2_01_22270.zip 47168976 BLAKE2B 
95693a1408e5a4d0d638bbf265f2e1e64247dfec2b1078b56860c5fcd4b13ffa5967bfb9967abfd4b79c788aaeb20759b3a9070a84b083c1653e4868a96ac4cf
 SHA512 
0f91a697c44ea0c0561bec9e432e7d4eba8eb8a2b0255a9867bdb183f81e745aee1dcc2b0017847803dbb27f55cad3e985f4bcd3a202c52f5b557fb724e94d9e
 DIST arcconf_v4_01_24763.zip 48927178 BLAKE2B 
d3af421390278097d45d22f3544946be032331f3bdb37f07737e5e353d24b5682ec5585f7b8d72c58ce74fce7914c337b7b60035f16faf5191c096a50d7f8489
 SHA512 
44198741ecbb8e090900e0130ac981d40462fdca75af5452a5a20e9b9e9bf76836922eb03d4f3df0a7219cacbbf62d0ee9c1628fb94e0415e3923c6ecb85bf35

diff --git a/sys-block/arcconf/arcconf-4.09.00.25611.ebuild 
b/sys-block/arcconf/arcconf-4.09.00.25611.ebuild
new file mode 100644
index ..2a4528ad3550
--- /dev/null
+++ b/sys-block/arcconf/arcconf-4.09.00.25611.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PV="B$(ver_cut 4)"
+
+inherit linux-info
+
+DESCRIPTION="Microsemi Adaptec RAID Controller Command Line Utility"
+HOMEPAGE="https://www.microsemi.com/;
+SRC_URI="http://download.adaptec.com/raid/storage_manager/${PN}_${MY_PV}.zip;
+S="${WORKDIR}/linux_x64"
+
+LICENSE="Microsemi"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~arm64"
+
+BDEPEND="app-arch/unzip"
+
+RESTRICT="mirror bindist"
+
+QA_PREBUILT="usr/bin/arcconf"
+
+pkg_setup() {
+   # CONFIG_HARDENED_USERCOPY_PAGESPAN makes ARCCONF segault
+   # LEGACY_VSYSCALL_NONE makes ARCCONF segaultmakes ARCCONF segault
+   if linux-info_get_any_version && linux_config_src_exists; then
+   CONFIG_CHECK="!HARDENED_USERCOPY_PAGESPAN !LEGACY_VSYSCALL_NONE"
+   check_extra_config
+   fi
+}
+
+src_install() {
+   dobin $(usex arm64 'arm/linuxarm_x64/cmdline/' '')arcconf
+}



[gentoo-commits] repo/gentoo:master commit in: app-benchmarks/stress-ng/

2023-02-20 Thread Conrad Kostecki
commit: ba9790d61196d52ebfaa5e841a79d1e39e6ae6f7
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon Feb 20 23:59:00 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Feb 21 00:09:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba9790d6

app-benchmarks/stress-ng: add 0.15.04

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

 app-benchmarks/stress-ng/Manifest |  1 +
 app-benchmarks/stress-ng/stress-ng-0.15.04.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/app-benchmarks/stress-ng/Manifest 
b/app-benchmarks/stress-ng/Manifest
index 933f850cceae..e69b5df70cca 100644
--- a/app-benchmarks/stress-ng/Manifest
+++ b/app-benchmarks/stress-ng/Manifest
@@ -1 +1,2 @@
 DIST stress-ng-0.15.03.tar.gz 3782622 BLAKE2B 
e980ba366e3729e6bf5ed7c13383ffd1a237a6fa01bc33037f7ad28a5e84b57cf2d75cba83143c99c8c2294e49498b0d9db9ecc83e5047d68130d593001a33f2
 SHA512 
67d8fc47bc8c31e4b01c7ddffe2797889380317e57b1cafec34314b78425fd371a016fd1519278ddb9f04f0c6f9f4783cde98eaadb39fbd62fd1ffa1ce0166f2
+DIST stress-ng-0.15.04.tar.gz 3797315 BLAKE2B 
32e1aa2e2d9ab42e9b5c3829c4cc313688158089d0caccc275df4dcd3160830313acae8cd4ba9a3e513627714124669f7181566485373ac77b86591ae1bcb729
 SHA512 
8b757b7983cda4101016699bdf2181cf3fcdefc3d0439ea0e965e660b4fbcca655d6b18633395dec243066ede9c52879e74728057f2573618a0721d9dbbf9628

diff --git a/app-benchmarks/stress-ng/stress-ng-0.15.04.ebuild 
b/app-benchmarks/stress-ng/stress-ng-0.15.04.ebuild
new file mode 100644
index ..12a6f5017085
--- /dev/null
+++ b/app-benchmarks/stress-ng/stress-ng-0.15.04.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit linux-info toolchain-funcs
+
+DESCRIPTION="Stress test for a computer system with various selectable ways"
+HOMEPAGE="https://github.com/ColinIanKing/stress-ng;
+SRC_URI="https://github.com/ColinIanKing/${PN}/archive/refs/tags/V${PV}.tar.gz 
-> ${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc64 ~riscv ~sparc ~x86"
+IUSE="apparmor sctp"
+
+DEPEND="
+   dev-libs/libaio
+   dev-libs/libbsd
+   dev-libs/libgcrypt:0=
+   sys-apps/attr
+   sys-apps/keyutils:=
+   sys-libs/libcap
+   sys-libs/zlib
+   virtual/libcrypt:=
+   apparmor? (
+   sys-apps/apparmor-utils
+   sys-libs/libapparmor
+   )
+   sctp? ( net-misc/lksctp-tools )
+"
+
+RDEPEND="${DEPEND}"
+
+DOCS=( "README.md" "README.Android" "TODO" "syscalls.txt" )
+
+pkg_pretend() {
+   if use apparmor; then
+   CONFIG_CHECK="SECURITY_APPARMOR"
+   check_extra_config
+   fi
+}
+
+src_compile() {
+   tc-export CC
+
+   export MAN_COMPRESS="0"
+
+   local myemakeopts=(
+   HAVE_APPARMOR="$(usex apparmor 1 0)"
+   HAVE_LIB_SCTP="$(usex sctp 1 0)"
+   VERBOSE="1"
+   )
+
+   emake "${myemakeopts[@]}"
+}



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

2023-02-20 Thread John Helmert III
commit: 3d922dc008b488e069d7b2cf6b39d0dcb4a31737
Author: Matt Jolly  footclan  ninja>
AuthorDate: Fri Feb 10 23:15:45 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Feb 20 23:52:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d922dc0

app-misc/elasticsearch: add myself as a maintainer

Signed-off-by: Matt Jolly  footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/29540
Signed-off-by: John Helmert III  gentoo.org>

 app-misc/elasticsearch/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/app-misc/elasticsearch/metadata.xml 
b/app-misc/elasticsearch/metadata.xml
index f3ded0c75da8..d22a53b6412b 100644
--- a/app-misc/elasticsearch/metadata.xml
+++ b/app-misc/elasticsearch/metadata.xml
@@ -1,6 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   Matt.Jolly@footclan.ninja
+   Matt Jolly
+   

hydrapo...@gmail.com
Tomáš Mózes



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

2023-02-20 Thread John Helmert III
commit: a7916854c100fca4b8142677c0f514882404ff12
Author: Matt Jolly  footclan  ninja>
AuthorDate: Fri Feb 10 23:11:48 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Feb 20 23:52:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7916854

app-misc/elasticsearch: add 8.6.2

- add ES_PATH_CONF default in src_prepare
- respect EPREFIX for log location

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: John Helmert III  gentoo.org>

 app-misc/elasticsearch/Manifest   |   1 +
 app-misc/elasticsearch/elasticsearch-8.6.2.ebuild | 102 ++
 2 files changed, 103 insertions(+)

diff --git a/app-misc/elasticsearch/Manifest b/app-misc/elasticsearch/Manifest
index b2e201628269..94ba2d768a68 100644
--- a/app-misc/elasticsearch/Manifest
+++ b/app-misc/elasticsearch/Manifest
@@ -1,3 +1,4 @@
 DIST elasticsearch-7.17.7-no-jdk-linux-x86_64.tar.gz 167491953 BLAKE2B 
dec416ed84d47f95e72d415f6200b0573ef4adfe833753b87f8a2e927561344ea949a1fe2f51d0c8bbd97463d68734542388051904bc631b5f690ce37540a83f
 SHA512 
9a9c8ad4b31a3d9b8c560bbb97f03dc4809fb4c993dbcf99835847896e35caa46309a50e17e86bb56ed00312fba2f79ed064ab422b968488bd619e294f845c5b
 DIST elasticsearch-7.17.8-no-jdk-linux-x86_64.tar.gz 167420965 BLAKE2B 
f0a03372bb42a327c720e4b3d875f867cbc64a6df2874a7c6acf67dc8ace6d660dce4a64117f33a47e3e856b6f7aae31c50f42fca5da4f193beb1ae25401f8d4
 SHA512 
904e049ba42335fe979f055b586d616f04e269caa16ffe285e8e30df31971aa9739b334d7471e19afd477103b541e8400a91aeecc4df7825d246c361ccdad29b
 DIST elasticsearch-8.5.2-linux-x86_64.tar.gz 580694330 BLAKE2B 
9d8fab39fc413cea59500bf5d4aec080c4fb49e58852af4a7f552d03b7e1f31402286900c680ecdc62553b4662f652f9e6a961a7102f80a2fb8af3e809317ab5
 SHA512 
c5069264de265b5405d56cc811d7b32278196ca4c1a9326306f449b19af072a9f75f2ceb0b63c2a8dd4803cdf63b484cac5885ef8d9cb1b8d83332128f34a075
+DIST elasticsearch-8.6.2-linux-x86_64.tar.gz 581745209 BLAKE2B 
c5d76e8fd2b7b28d50a0b81950c5d824f5000d3239efef9c3312e153829f09d98ba1394dceff2f147c29e2cd24be2ea4aaf0e0dc830e51989b87c8c7b48e3b3c
 SHA512 
4c5ea98af53861d6c7f06f855f3bd4f4f52136d8149347e43f633a23ba56d3237f6ff7346bf849090f4e52b28fc21c98df8d9b0f0f845a330834367705cd366a

diff --git a/app-misc/elasticsearch/elasticsearch-8.6.2.ebuild 
b/app-misc/elasticsearch/elasticsearch-8.6.2.ebuild
new file mode 100644
index ..30abfdf800ac
--- /dev/null
+++ b/app-misc/elasticsearch/elasticsearch-8.6.2.ebuild
@@ -0,0 +1,102 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd tmpfiles
+
+DESCRIPTION="Free and Open, Distributed, RESTful Search Engine"
+HOMEPAGE="https://www.elastic.co/elasticsearch/;
+SRC_URI="https://artifacts.elastic.co/downloads/${PN}/${P}-linux-x86_64.tar.gz;
+
+LICENSE="Apache-2.0 BSD-2 Elastic-2.0 LGPL-3 MIT public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="acct-group/elasticsearch
+   acct-user/elasticsearch"
+RDEPEND="acct-group/elasticsearch
+   acct-user/elasticsearch
+   sys-libs/zlib
+   virtual/jre:17"
+
+QA_PREBUILT="usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/\(bin\|lib\)/.*"
+QA_PRESTRIPPED="usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/\(bin\|lib\)/.*"
+
+PATCHES=(
+   "${FILESDIR}/${PN}-env.patch"
+)
+
+src_prepare() {
+   default
+
+   rm -rf jdk || die
+   sed -i -e "s:logs/:${EPREFIX}/var/log/${PN}/:g" config/jvm.options || 
die "Unable to set Elasticsearch log location"
+   # elasticsearch-env sets the envvar for the config location if not 
specified elsewhere;
+   # certain utilities try and source this. Although we patch ES_JAVA_HOME 
for Gentoo slightly earlier,
+   # it's easier to respect EPREFIX for the config location using sed.
+   sed -i 
"s:ES_PATH_CONF=\"\$ES_HOME\"/config:ES_PATH_CONF=\"${EPREFIX}/etc/${PN}\":" 
bin/elasticsearch-env  \
+   || die "Unable to set Elasticsearch config directory"
+   rm LICENSE.txt NOTICE.txt || die
+   rmdir logs || die
+}
+
+src_install() {
+   keepdir /etc/${PN}
+   keepdir /etc/${PN}/scripts
+
+   insinto /etc/${PN}
+   doins -r config/.
+   rm -r config || die
+
+   fowners -R root:${PN} /etc/${PN}
+   fperms -R 2750 /etc/${PN}
+
+   insinto /usr/share/${PN}
+   doins -r .
+
+   keepdir /usr/share/${PN}/plugins
+
+   exeinto /usr/share/${PN}/bin
+   doexe "${FILESDIR}"/elasticsearch-systemd-pre-exec
+
+   fperms -R +x /usr/share/${PN}/bin
+   fperms -R +x 
/usr/share/${PN}/modules/x-pack-ml/platform/linux-x86_64/bin
+
+   keepdir /var/{lib,log}/${PN}
+   fowners ${PN}:${PN} /var/{lib,log}/${PN}
+   fperms 0750 /var/{lib,log}/${PN}
+
+   insinto /etc/sysctl.d
+   newins "${FILESDIR}/${PN}.sysctl.d" ${PN}.conf
+
+   newconfd "${FILESDIR}/${PN}.conf.4" ${PN}
+   newinitd "${FILESDIR}/${PN}.init.8" ${PN}
+
+   

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

2023-02-20 Thread John Helmert III
commit: 0b88107e96b86fe3a77d0c41ddd36fe8c6cc9a79
Author: Matt Jolly  footclan  ninja>
AuthorDate: Mon Feb 20 02:33:49 2023 +
Commit: John Helmert III  gentoo  org>
CommitDate: Mon Feb 20 23:52:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b88107e

app-misc/elasticsearch: drop 8.5.2

Signed-off-by: Matt Jolly  footclan.ninja>
Signed-off-by: John Helmert III  gentoo.org>

 app-misc/elasticsearch/Manifest   |  1 -
 app-misc/elasticsearch/elasticsearch-8.5.2.ebuild | 95 ---
 2 files changed, 96 deletions(-)

diff --git a/app-misc/elasticsearch/Manifest b/app-misc/elasticsearch/Manifest
index 94ba2d768a68..d528de807a3f 100644
--- a/app-misc/elasticsearch/Manifest
+++ b/app-misc/elasticsearch/Manifest
@@ -1,4 +1,3 @@
 DIST elasticsearch-7.17.7-no-jdk-linux-x86_64.tar.gz 167491953 BLAKE2B 
dec416ed84d47f95e72d415f6200b0573ef4adfe833753b87f8a2e927561344ea949a1fe2f51d0c8bbd97463d68734542388051904bc631b5f690ce37540a83f
 SHA512 
9a9c8ad4b31a3d9b8c560bbb97f03dc4809fb4c993dbcf99835847896e35caa46309a50e17e86bb56ed00312fba2f79ed064ab422b968488bd619e294f845c5b
 DIST elasticsearch-7.17.8-no-jdk-linux-x86_64.tar.gz 167420965 BLAKE2B 
f0a03372bb42a327c720e4b3d875f867cbc64a6df2874a7c6acf67dc8ace6d660dce4a64117f33a47e3e856b6f7aae31c50f42fca5da4f193beb1ae25401f8d4
 SHA512 
904e049ba42335fe979f055b586d616f04e269caa16ffe285e8e30df31971aa9739b334d7471e19afd477103b541e8400a91aeecc4df7825d246c361ccdad29b
-DIST elasticsearch-8.5.2-linux-x86_64.tar.gz 580694330 BLAKE2B 
9d8fab39fc413cea59500bf5d4aec080c4fb49e58852af4a7f552d03b7e1f31402286900c680ecdc62553b4662f652f9e6a961a7102f80a2fb8af3e809317ab5
 SHA512 
c5069264de265b5405d56cc811d7b32278196ca4c1a9326306f449b19af072a9f75f2ceb0b63c2a8dd4803cdf63b484cac5885ef8d9cb1b8d83332128f34a075
 DIST elasticsearch-8.6.2-linux-x86_64.tar.gz 581745209 BLAKE2B 
c5d76e8fd2b7b28d50a0b81950c5d824f5000d3239efef9c3312e153829f09d98ba1394dceff2f147c29e2cd24be2ea4aaf0e0dc830e51989b87c8c7b48e3b3c
 SHA512 
4c5ea98af53861d6c7f06f855f3bd4f4f52136d8149347e43f633a23ba56d3237f6ff7346bf849090f4e52b28fc21c98df8d9b0f0f845a330834367705cd366a

diff --git a/app-misc/elasticsearch/elasticsearch-8.5.2.ebuild 
b/app-misc/elasticsearch/elasticsearch-8.5.2.ebuild
deleted file mode 100644
index 74c42298df8a..
--- a/app-misc/elasticsearch/elasticsearch-8.5.2.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd tmpfiles
-
-DESCRIPTION="Free and Open, Distributed, RESTful Search Engine"
-HOMEPAGE="https://www.elastic.co/elasticsearch/;
-SRC_URI="https://artifacts.elastic.co/downloads/${PN}/${P}-linux-x86_64.tar.gz;
-
-LICENSE="Apache-2.0 BSD-2 Elastic-2.0 LGPL-3 MIT public-domain"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="acct-group/elasticsearch
-   acct-user/elasticsearch"
-RDEPEND="acct-group/elasticsearch
-   acct-user/elasticsearch
-   sys-libs/zlib
-   virtual/jre:17"
-
-QA_PREBUILT="usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/\(bin\|lib\)/.*"
-QA_PRESTRIPPED="usr/share/elasticsearch/modules/x-pack-ml/platform/linux-x86_64/\(bin\|lib\)/.*"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-env.patch"
-)
-
-src_prepare() {
-   default
-
-   rm -rf jdk || die
-   sed -i -e "s:logs/:/var/log/${PN}/:g" config/jvm.options || die
-   rm LICENSE.txt NOTICE.txt || die
-   rmdir logs || die
-}
-
-src_install() {
-   keepdir /etc/${PN}
-   keepdir /etc/${PN}/scripts
-
-   insinto /etc/${PN}
-   doins -r config/.
-   rm -r config || die
-
-   fowners -R root:${PN} /etc/${PN}
-   fperms -R 2750 /etc/${PN}
-
-   insinto /usr/share/${PN}
-   doins -r .
-
-   keepdir /usr/share/${PN}/plugins
-
-   exeinto /usr/share/${PN}/bin
-   doexe "${FILESDIR}"/elasticsearch-systemd-pre-exec
-
-   fperms -R +x /usr/share/${PN}/bin
-   fperms -R +x 
/usr/share/${PN}/modules/x-pack-ml/platform/linux-x86_64/bin
-
-   keepdir /var/{lib,log}/${PN}
-   fowners ${PN}:${PN} /var/{lib,log}/${PN}
-   fperms 0750 /var/{lib,log}/${PN}
-
-   insinto /etc/sysctl.d
-   newins "${FILESDIR}/${PN}.sysctl.d" ${PN}.conf
-
-   newconfd "${FILESDIR}/${PN}.conf.4" ${PN}
-   newinitd "${FILESDIR}/${PN}.init.8" ${PN}
-
-   systemd_install_serviced "${FILESDIR}/${PN}.service.conf"
-   systemd_newunit "${FILESDIR}"/${PN}.service.4 ${PN}.service
-
-   newtmpfiles "${FILESDIR}"/${PN}.tmpfiles.d ${PN}.conf
-}
-
-pkg_postinst() {
-   # Elasticsearch will choke on our keep file and dodir will not preserve 
the empty dir
-   rm /usr/share/${PN}/plugins/.keep* || die
-   tmpfiles_process /usr/lib/tmpfiles.d/${PN}.conf
-   if ! systemd_is_booted ; then
-   elog "You may create multiple instances of ${PN} by"
-   elog "symlinking the init script:"
-   elog "ln -sf /etc/init.d/${PN} 

[gentoo-commits] repo/gentoo:master commit in: dev-libs/opencl-clang/files/

2023-02-20 Thread Conrad Kostecki
commit: 0bf30892b7442138ca6131e218b870375e877a46
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Wed Feb  8 16:49:10 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Feb 20 23:44:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf30892

dev-libs/opencl-clang: remove unused patch

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

 dev-libs/opencl-clang/files/opencl-clang-13.0.0_version.patch | 11 ---
 1 file changed, 11 deletions(-)

diff --git a/dev-libs/opencl-clang/files/opencl-clang-13.0.0_version.patch 
b/dev-libs/opencl-clang/files/opencl-clang-13.0.0_version.patch
deleted file mode 100644
index 1664960b6608..
--- a/dev-libs/opencl-clang/files/opencl-clang-13.0.0_version.patch
+++ /dev/null
@@ -1,11 +0,0 @@
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -20,7 +20,7 @@
- add_definitions(-DUSE_PREBUILT_LLVM)
- 
- if(NOT PREFERRED_LLVM_VERSION)
--set(PREFERRED_LLVM_VERSION "12.0.0")
-+set(PREFERRED_LLVM_VERSION "13.0.0")
- endif(NOT PREFERRED_LLVM_VERSION)
- message(STATUS "Looking for LLVM version ${PREFERRED_LLVM_VERSION}")
- find_package(LLVM ${PREFERRED_LLVM_VERSION} REQUIRED)



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

2023-02-20 Thread Sam James
commit: 92d13a6c5aee33c11fcfcb71adda551ffd79626f
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 20 23:33:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 20 23:33:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92d13a6c

sys-devel/autoconf-archive: add 2023.02.20

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

 sys-devel/autoconf-archive/Manifest|  1 +
 .../autoconf-archive-2023.02.20.ebuild | 18 ++
 2 files changed, 19 insertions(+)

diff --git a/sys-devel/autoconf-archive/Manifest 
b/sys-devel/autoconf-archive/Manifest
index 61f502f3c838..68e2e8aa48f7 100644
--- a/sys-devel/autoconf-archive/Manifest
+++ b/sys-devel/autoconf-archive/Manifest
@@ -1 +1,2 @@
 DIST autoconf-archive-2022.09.03.tar.xz 676144 BLAKE2B 
9511b1bd2afee78209261d9757c3fc6bf079eb6ea82bc039530532cfaaea8a7d977f6310265c0af2fde377edc9bddfcabf1e81c426a9716d5bf4b4eb7bb64a4a
 SHA512 
157b5b6a979d5ec5bfab6ddf34422da620fec1e95f4c901821abbb7361544af77747b4a449029b84750d75679d6130a591e98da8772de2c121ecdea163f0340b
+DIST autoconf-archive-2023.02.20.tar.xz 678184 BLAKE2B 
a72469e61a6ef702cbf4e30712c7dbe36369da7dad6e2312eb7026af41a989a47ded0a27975349486b69155f9e8199f89720dc57f98440b2766294a0f8755ee6
 SHA512 
a744f5aa0c1a813b81ad1528aebf7511bde7f470f34626d2057ed6664127120182e031fec5d22027d4a204544266135f202b8ef453bff70a3b0315c506c82528

diff --git a/sys-devel/autoconf-archive/autoconf-archive-2023.02.20.ebuild 
b/sys-devel/autoconf-archive/autoconf-archive-2023.02.20.ebuild
new file mode 100644
index ..74cad29304c1
--- /dev/null
+++ b/sys-devel/autoconf-archive/autoconf-archive-2023.02.20.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="GNU Autoconf Macro Archive"
+HOMEPAGE="https://www.gnu.org/software/autoconf-archive/;
+SRC_URI="mirror://gnu/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos 
~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+
+# File collisions, bug #540246
+RDEPEND="
+   !=gnome-base/gnome-common-3.14.0-r0
+   !>=gnome-base/gnome-common-3.14.0-r1[-autoconf-archive(+)]
+"



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

2023-02-20 Thread Sam James
commit: 3fc0ad0470729ed7e5703cb8a7d6b5569ecc49cd
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 20 23:28:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 20 23:28:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fc0ad04

dev-python/pytest-httpx: Stabilize 0.21.3 ALLARCHES, #895610

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

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

diff --git a/dev-python/pytest-httpx/pytest-httpx-0.21.3.ebuild 
b/dev-python/pytest-httpx/pytest-httpx-0.21.3.ebuild
index fe25b787d728..209a66e83b11 100644
--- a/dev-python/pytest-httpx/pytest-httpx-0.21.3.ebuild
+++ b/dev-python/pytest-httpx/pytest-httpx-0.21.3.ebuild
@@ -23,7 +23,7 @@ S="${WORKDIR}/${MY_PN}-${PV}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
=dev-python/httpx-0.23*[${PYTHON_USEDEP}]



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

2023-02-20 Thread Sam James
commit: f0996f347ef7fc9b13fdcc30e7e93761fe9035e2
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 20 23:28:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 20 23:28:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0996f34

dev-python/weasyprint: Stabilize 57.2-r1 amd64, #895612

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

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

diff --git a/dev-python/weasyprint/weasyprint-57.2-r1.ebuild 
b/dev-python/weasyprint/weasyprint-57.2-r1.ebuild
index c9362f1c7799..df8f1a72c91c 100644
--- a/dev-python/weasyprint/weasyprint-57.2-r1.ebuild
+++ b/dev-python/weasyprint/weasyprint-57.2-r1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
>=dev-python/cffi-0.6:=[${PYTHON_USEDEP}]



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

2023-02-20 Thread Sam James
commit: f11ec850116f94c848b51b49640aedf269ae1561
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 20 23:28:13 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 20 23:28:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f11ec850

dev-python/license-expression: Stabilize 30.1.0 ALLARCHES, #895604

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

 dev-python/license-expression/license-expression-30.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/license-expression/license-expression-30.1.0.ebuild 
b/dev-python/license-expression/license-expression-30.1.0.ebuild
index c39dad207703..218a3e602333 100644
--- a/dev-python/license-expression/license-expression-30.1.0.ebuild
+++ b/dev-python/license-expression/license-expression-30.1.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86"
 
 RDEPEND="
>=dev-python/boolean-py-4.0[${PYTHON_USEDEP}]



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

2023-02-20 Thread Sam James
commit: e1fa612683279cce6201bd6a010d34071728f269
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 20 23:28:15 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 20 23:28:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1fa6126

dev-python/xarray: Stabilize 2023.2.0 amd64, #895606

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

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

diff --git a/dev-python/xarray/xarray-2023.2.0.ebuild 
b/dev-python/xarray/xarray-2023.2.0.ebuild
index b39160ee0cb8..e339501f09f8 100644
--- a/dev-python/xarray/xarray-2023.2.0.ebuild
+++ b/dev-python/xarray/xarray-2023.2.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc ~x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/numpy-1.22[${PYTHON_USEDEP}]



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

2023-02-20 Thread Sam James
commit: 66ddd66a6c58947723a77ae8bd1e29d931b20566
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 20 23:28:10 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 20 23:28:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66ddd66a

dev-python/markupsafe: Stabilize 2.1.2 x86, #895592

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

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

diff --git a/dev-python/markupsafe/markupsafe-2.1.2.ebuild 
b/dev-python/markupsafe/markupsafe-2.1.2.ebuild
index 599144b33ef7..9585d76ea5a7 100644
--- a/dev-python/markupsafe/markupsafe-2.1.2.ebuild
+++ b/dev-python/markupsafe/markupsafe-2.1.2.ebuild
@@ -22,6 +22,6 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris"
 
 distutils_enable_tests pytest



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

2023-02-20 Thread Sam James
commit: 3efbdaecca5339a02798ada1ce7408a5fc93863f
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 20 23:28:07 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 20 23:28:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3efbdaec

dev-python/bottleneck: Stabilize 1.3.6 amd64, #895582

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

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

diff --git a/dev-python/bottleneck/bottleneck-1.3.6.ebuild 
b/dev-python/bottleneck/bottleneck-1.3.6.ebuild
index fbe1eaed6a84..f444ca933eb1 100644
--- a/dev-python/bottleneck/bottleneck-1.3.6.ebuild
+++ b/dev-python/bottleneck/bottleneck-1.3.6.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/numpy-1.9.1[${PYTHON_USEDEP}]



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

2023-02-20 Thread Sam James
commit: ec46a023e3efc12fc8df7b8558aa2a12adca8ff1
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb 20 23:28:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb 20 23:28:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec46a023

app-crypt/tpm2-abrmd: Stabilize 3.0.0-r1 amd64, #894968

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

 app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r1.ebuild 
b/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r1.ebuild
index d633f64b8567..4a3159c771dc 100644
--- a/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r1.ebuild
+++ b/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/tpm2-software/${PN}/releases/download/${PV}/${P}.tar
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 arm ~arm64 ~ppc64 ~riscv x86"
 IUSE="static-libs test"
 
 RESTRICT="!test? ( test )"



  1   2   3   4   >