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

2022-09-22 Thread Michał Górny
commit: b0b58afd7c211938e7aa2aafe821519a8980ef00
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 06:35:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:40:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b58afd

dev-python/dask: Bump to 2022.9.1

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

 dev-python/dask/Manifest |  1 +
 dev-python/dask/dask-2022.9.1.ebuild | 61 
 2 files changed, 62 insertions(+)

diff --git a/dev-python/dask/Manifest b/dev-python/dask/Manifest
index 18a5cd807d74..7ac7d3164dbe 100644
--- a/dev-python/dask/Manifest
+++ b/dev-python/dask/Manifest
@@ -1,2 +1,3 @@
 DIST dask-2022.8.1.gh.tar.gz 8759920 BLAKE2B 
bc84706772072a1df2a1c0089f9bc1332a0110430f1c6f2e120e76f565b0666fb0f7f9ac6c25da356f2825e0cd8dfa5b2ef7998d3a231aefc41a5ce09980a22a
 SHA512 
ba042cf069b88c752a371a6ea2df69dd75dabd934befa2d91f4e1e754ad197a14369935452125a621d14527e0d6a0a3a2abdee8f127aa05c6c812116cb27dc3e
 DIST dask-2022.9.0.gh.tar.gz 8762083 BLAKE2B 
60c7a37124b61b49fc06a754b5842695fd63d234e087ec44a40793aeb330034e0d5e3caaedd239fd498a9b01c2bc450f62cdc22848bfd654bfdab6a07d9be7de
 SHA512 
a88f71b9e8cdc69ce3a4babbc2434f830110df284d56eec37cadb6b81add3cd5f2e751ea5e9b390d112d16ee0952c296368851889fec202e3601c2fcf8f52a97
+DIST dask-2022.9.1.gh.tar.gz 8766675 BLAKE2B 
da4735dd860b96d691bbe3782ce04fb4e53a265984dc52593ecd1cbd1a1e536ad2677998e01bcfa99d783255ce053a44c4ed4cb0ce83128520755c20530bca3f
 SHA512 
944d333bbe2f946b85173d289e287737816359a959b61d9bf2b9ef0f75173482a2912355fd71f8a8aa29e58f5b66a91909dc53c1cd269ab2bc569bad62a67f6c

diff --git a/dev-python/dask/dask-2022.9.1.ebuild 
b/dev-python/dask/dask-2022.9.1.ebuild
new file mode 100644
index ..6ad6f0bd45e1
--- /dev/null
+++ b/dev-python/dask/dask-2022.9.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Task scheduling and blocked algorithms for parallel processing"
+HOMEPAGE="
+   https://www.dask.org/
+   https://github.com/dask/dask/
+   https://pypi.org/project/dask/
+"
+SRC_URI="
+   https://github.com/dask/dask/archive/${PV}.tar.gz -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   >=dev-python/cloudpickle-0.2.2[${PYTHON_USEDEP}]
+   >=dev-python/fsspec-0.6.0[${PYTHON_USEDEP}]
+   >=dev-python/numpy-1.15.1[${PYTHON_USEDEP}]
+   >=dev-python/pandas-0.25.0[${PYTHON_USEDEP}]
+   >=dev-python/packaging-20.0[${PYTHON_USEDEP}]
+   >=dev-python/partd-0.3.10[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.3.1[${PYTHON_USEDEP}]
+   >=dev-python/toolz-0.8.2[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/toolz[${PYTHON_USEDEP}]
+   test? (
+   dev-python/moto[${PYTHON_USEDEP}]
+   dev-python/numexpr[${PYTHON_USEDEP}]
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   dev-python/scipy[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # another test relying on -Werror
+   "dask/array/tests/test_overlap.py::test_map_overlap_no_depth[None]"
+   # TODO
+   dask/array/tests/test_reductions.py::test_mean_func_does_not_warn
+   dask/tests/test_config.py::test__get_paths
+   dask/array/tests/test_linalg.py::test_solve_assume_a
+   
"dask/dataframe/tests/test_dataframe.py::test_repartition_npartitions[0-float-5-1-True]"
+   
"dask/dataframe/tests/test_dataframe.py::test_repartition_npartitions[1-float-5-1-True]"
+)
+
+python_test() {
+   epytest -p no:flaky -m "not network"
+}



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

2022-09-22 Thread Michał Górny
commit: 7f720828e012dbe38b9fb679027e329a7bfa36f4
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 06:34:19 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:40:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f720828

dev-python/cfn-lint: Bump to 0.65.1

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

 dev-python/cfn-lint/Manifest   |  1 +
 dev-python/cfn-lint/cfn-lint-0.65.1.ebuild | 54 ++
 2 files changed, 55 insertions(+)

diff --git a/dev-python/cfn-lint/Manifest b/dev-python/cfn-lint/Manifest
index 435824a2e40b..f14d4a7e5de6 100644
--- a/dev-python/cfn-lint/Manifest
+++ b/dev-python/cfn-lint/Manifest
@@ -2,3 +2,4 @@ DIST cfn-lint-0.62.0.gh.tar.gz 9610430 BLAKE2B 
fdeed685abab1bb701698b02ba961d046
 DIST cfn-lint-0.63.2.gh.tar.gz 9672817 BLAKE2B 
dcd445c2372bf044bc4eab4b33056d2113914cdeeb1a2b376643cc4bbb3d92dcfdaaf2e6aa5f0d0473be00b42ecea0eda2a5ae3fa493d4e648be12db81b9d9e7
 SHA512 
d9bff0c43f7c2b710536fb7212e3d78d3827d7838ef8246767625c3de1a2ee0e5056df42b6b94e0efd7e7b2933d477a9962e0e3d53a78a3cca774fd52706a330
 DIST cfn-lint-0.64.1.gh.tar.gz 9792758 BLAKE2B 
95bc86fa41c17498575abfd4eb7e16d9e8a8dfc36d4304aa216890773e52d1e43f4deb178f2bd69c8edc445a417ca37ef53069ac9d398ccf27e3b9a6d90ee8c9
 SHA512 
edd7296e74db943c6ae818c2ae8f5220c4d8834eb7858c474e38f7852c1a7839b89ba949c105a3d2044f4b952e56fdc9e7a08493ed74e06b29ec9c0ea0b48a6a
 DIST cfn-lint-0.65.0.gh.tar.gz 9807118 BLAKE2B 
abafc4fac788ba0af80359997b92cd60089472dee51952fc3029485a87be8e8fb9deb1599610471216ee8da103f7198808f9122727182005140c527672a921f8
 SHA512 
68eeb18914fb92cdacea9f80d4564937eba92b645f62a3fc22e874001554837ac3107741d4134cc8b1d880eaca38a560a92631c6ae3dfb2c412ad6fcb3f91cab
+DIST cfn-lint-0.65.1.gh.tar.gz 9670213 BLAKE2B 
22a627dc417f8df76fef9228eb4139210f693b0f5723e70f0dcb3651a18c921e8f174b8c97709016b2c184f3e12e03e49ad7e7a720415ad5cb820aecdfba4616
 SHA512 
391db28d47caa5cb66f3994944766f9ba6a0500ac5c8c474cef0a60e44236aedde7bceefb78cbc48cef3109ddf9206960a212df3ebdf7eb82b84940ca7202b7c

diff --git a/dev-python/cfn-lint/cfn-lint-0.65.1.ebuild 
b/dev-python/cfn-lint/cfn-lint-0.65.1.ebuild
new file mode 100644
index ..d9b9960e1574
--- /dev/null
+++ b/dev-python/cfn-lint/cfn-lint-0.65.1.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="CloudFormation Linter"
+HOMEPAGE="
+   https://github.com/aws-cloudformation/cfn-lint/
+   https://pypi.org/project/cfn-lint/
+"
+SRC_URI="
+   https://github.com/aws-cloudformation/cfn-lint/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/aws-sam-translator-1.51.0[${PYTHON_USEDEP}]
+   dev-python/jsonpatch[${PYTHON_USEDEP}]
+   >=dev-python/jschema_to_python-1.2.3[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.0[${PYTHON_USEDEP}]
+   dev-python/junit-xml[${PYTHON_USEDEP}]
+   dev-python/networkx[${PYTHON_USEDEP}]
+   >dev-python/pyyaml-5.4[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.15.0[${PYTHON_USEDEP}]
+   >=dev-python/sarif_om-1.0.4[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # TODO
+   test/unit/module/test_template.py::TestTemplate::test_build_graph
+   # requires git repo
+   
test/unit/module/maintenance/test_update_documentation.py::TestUpdateDocumentation::test_update_docs
+   # Internet
+   
test/unit/module/formatters/test_formatters.py::TestFormatters::test_sarif_formatter
+   
test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_2
+   
test/unit/module/maintenance/test_update_resource_specs.py::TestUpdateResourceSpecs::test_update_resource_specs_python_3
+)
+
+src_prepare() {
+   # unpin the deps
+   sed -e 's:~=[0-9.]*::' -i setup.py || die
+   distutils-r1_src_prepare
+}



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

2022-09-22 Thread Michał Górny
commit: 8dc9e309ad3d6f8cf83757a03885b118269ddcd7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 06:36:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:40:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dc9e309

dev-python/flask-compress: Bump to 1.13

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

 dev-python/flask-compress/Manifest |  1 +
 .../flask-compress/flask-compress-1.13.ebuild  | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/flask-compress/Manifest 
b/dev-python/flask-compress/Manifest
index 4bddeea9673e..2e8c64992fa7 100644
--- a/dev-python/flask-compress/Manifest
+++ b/dev-python/flask-compress/Manifest
@@ -1 +1,2 @@
 DIST Flask-Compress-1.12.tar.gz 12581 BLAKE2B 
5c925c19756730beaf5ac24b492e8bffcf7dd7c80df3c8440a8dfeca67e9756c50839246081b01b2da8c4b05839ee35b21b30f8e007734bbfcc1f056770ef3de
 SHA512 
5712aff44379656e03f7b63fdef727721245cb9329e698a2e25aefca21a77202f5eb0c5f5828395647c694a5b417778a7b5db9eb592753a979d3994603a5
+DIST Flask-Compress-1.13.tar.gz 12675 BLAKE2B 
252c63500e5ba2adbe857a52fcffe2dc8280198c79210d64ae8439c8e0daaeaa4e295002a5fdacb6724971018f7e3322c00bab85bfd0ad2291f53103f01f3ee1
 SHA512 
e910971f94966f14d4657f7fa1c92a4e73ca7afd08959ed5d5694228851f06e614873f3202d19c6a06be2c277136f097d88eb578773dd7b5e9130456c9828ed0

diff --git a/dev-python/flask-compress/flask-compress-1.13.ebuild 
b/dev-python/flask-compress/flask-compress-1.13.ebuild
new file mode 100644
index ..4464bc0c4ec8
--- /dev/null
+++ b/dev-python/flask-compress/flask-compress-1.13.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+MY_PN="Flask-Compress"
+MY_P="${MY_PN}-${PV}"
+
+DESCRIPTION="Compress responses in your Flask app with gzip"
+HOMEPAGE="
+   https://github.com/colour-science/flask-compress/
+   https://pypi.org/project/Flask-Compress/
+"
+SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   app-arch/brotli[python,${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest



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

2022-09-22 Thread Michał Górny
commit: aaa49426e7822b9ba791bb5c081e9c8dfdfd0b0d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 06:40:52 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:40:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaa49426

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

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

 dev-python/google-api-python-client/Manifest   |  1 +
 .../google-api-python-client-2.62.0.ebuild | 53 ++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/google-api-python-client/Manifest 
b/dev-python/google-api-python-client/Manifest
index aa7ed30661a6..139a12ca7480 100644
--- a/dev-python/google-api-python-client/Manifest
+++ b/dev-python/google-api-python-client/Manifest
@@ -1,3 +1,4 @@
 DIST google-api-python-client-2.57.0.gh.tar.gz 33298709 BLAKE2B 
6c50bdcfc38180ece5f8202b0f3adcfc446cc0b057122aee7f706401248b7d860d9227c444b26faea49de5e4147010765edc5e54271907f6490e6f0d9fe0ac1e
 SHA512 
f96c40b21f4191e5a06a4068b65c952d9d2bef3849a6aa821232c60dfc8b6c6598606b596c750cc87928871367cbbcb24af46b5626d602915ccf7a7f316988ba
 DIST google-api-python-client-2.58.0.gh.tar.gz 33498127 BLAKE2B 
c00ecad1e863e5abb92cfbbbf57778b63ceaf73ae4cfb00ddf4fd0ed31656a28e475b91a02c03a6231790c2f3ab3e3243d131a97ed0f51151946568f5b56e18c
 SHA512 
00c1606fadb46a6f4f60939135e9fd2840b267cd962630e4cd2d123588e9bdc8c0ed397d9e038ae91a2f31b732eb7698476fc1cf2322771b5720c11a97321b00
 DIST google-api-python-client-2.60.0.gh.tar.gz 33586321 BLAKE2B 
01bb4dcf8a9b90a65c4e58ded91a7c03c525c15d29dc5b63011e1d1b8281ea68c04526af29d7853f4b7e16681c2482970f3b95faa190522ddf2f0ad3dd4e5e50
 SHA512 
7cae2e66ae7a41d25e551a5e9b14757d62c0212fe18640b4c1b8f51ff9e0150cfb9a2492de67530c7d24d6d09231d365520c3c06ffb342ba4a68a1a07b69b27d
+DIST google-api-python-client-2.62.0.gh.tar.gz 34525876 BLAKE2B 
0f2bcd7588a6635511d3851f0a0881761d9cf905a83b406aaa824ef1ac86a3f9af9df2f90193b30852028b804fd30d8aa6214a5be83e26401a626ce3156e884f
 SHA512 
4348bce74db02f74bd386d0276de2e2ec0126e7c1b79bea962056612f868d2b2306c51663ca293672db750460bd3722a66fb22139d14f30adcd3e0d455a2118a

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

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

2022-09-22 Thread Michał Górny
commit: 77fb346cf5d5e03cdd535bb8164f04af05431e67
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 07:15:43 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:40:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77fb346c

dev-python/humanize: Bump to 4.4.0

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

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

diff --git a/dev-python/humanize/Manifest b/dev-python/humanize/Manifest
index ff2a404fbbb7..479ee58eebdf 100644
--- a/dev-python/humanize/Manifest
+++ b/dev-python/humanize/Manifest
@@ -1 +1,2 @@
 DIST humanize-4.3.0.tar.gz 78035 BLAKE2B 
03cea639879165453becc41f62e7b6e34a62ac3a74c37141e0c3f7e9d855b2727710ab5ac231a3829d03c413b297449dccbfc8b804b3f5ddcd402dd813adbf57
 SHA512 
b8713fa9ec2c2210f93e06436a5bef390937b85ccd0bc95520e53d5c0f49354b94a7957ef50dd9e391d8377d1faf43003c47028b19cef42885fd083cbda1ac46
+DIST humanize-4.4.0.tar.gz 78519 BLAKE2B 
f61b654e201995479ace22b5aac106b08304ed9212cf5c6c7f87731d861c42c5e0243f7bb0b7f2c29b870421fa81fba0c36e4ead90ff90f207bc984286ac119a
 SHA512 
bbbd386d9af82d9db0f2edc4653928654203c4239419232abfc15c51ccd865b355366549c46651e1291d4222ca8b2a297ffc0fce3cc32be4ae2f904ae308a8e4

diff --git a/dev-python/humanize/humanize-4.4.0.ebuild 
b/dev-python/humanize/humanize-4.4.0.ebuild
new file mode 100644
index ..b471878fc311
--- /dev/null
+++ b/dev-python/humanize/humanize-4.4.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Common humanization utilities"
+HOMEPAGE="
+   https://github.com/python-humanize/humanize/
+   https://pypi.org/project/humanize/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/hatch-fancy-pypi-readme/

2022-09-22 Thread Michał Górny
commit: 84174dcad533cf0fd4aa22e17e43b40a5c43cdf2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 07:14:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:40:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84174dca

dev-python/hatch-fancy-pypi-readme: Bump to 22.7.0

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

 dev-python/hatch-fancy-pypi-readme/Manifest|  1 +
 .../hatch-fancy-pypi-readme-22.7.0.ebuild  | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/hatch-fancy-pypi-readme/Manifest 
b/dev-python/hatch-fancy-pypi-readme/Manifest
index 172765ae3b7b..bf73e6338d45 100644
--- a/dev-python/hatch-fancy-pypi-readme/Manifest
+++ b/dev-python/hatch-fancy-pypi-readme/Manifest
@@ -1 +1,2 @@
 DIST hatch-fancy-pypi-readme-22.3.0.gh.tar.gz 22107 BLAKE2B 
7358a35ed9176d5107d406c1f99cfcf17ce409224dcad55ac845087e2fd6cc9ab88e5ea929e3b1304bbff6464cbbbd0b0d9716bcfe199dcd887c809cd6a9356a
 SHA512 
93fe293ddce6dde450bc427d8fa492cf2b1f7d4a0e2d754873f765f588a962ca2c7c48b515ba613503bed6100b302ed91bbedb4d6a9f8d7bc10ab4b1418164e8
+DIST hatch-fancy-pypi-readme-22.7.0.gh.tar.gz 25457 BLAKE2B 
7426e6d8407b6b137524e651fdd4637980cdd781735c79df5172d3c9c45e5b7f07957e2591cc84c7eb750ac494770a68a8a7590dc7131eeb48c44bdb5a9995ac
 SHA512 
4c6a02ac3774ee87f1cd725fae341739c3037aae772361e5664539fd0d8c09ba359245ddc925e028387a0359856979e35588d23824a66584a10f9fcac108b7d4

diff --git 
a/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-22.7.0.ebuild 
b/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-22.7.0.ebuild
new file mode 100644
index ..f954065f6873
--- /dev/null
+++ b/dev-python/hatch-fancy-pypi-readme/hatch-fancy-pypi-readme-22.7.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Fancy PyPI READMEs with Hatch"
+HOMEPAGE="
+   https://pypi.org/project/hatch-fancy-pypi-readme/
+   https://github.com/hynek/hatch-fancy-pypi-readme/
+"
+SRC_URI="
+   https://github.com/hynek/hatch-fancy-pypi-readme/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   dev-python/hatchling[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   dev-python/tomli[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # fails without Internet (via pip)
+   tests/test_end_to_end.py
+)



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

2022-09-22 Thread Michał Górny
commit: d1ae9d0b8f3575c85d4e9d8474570381d9f8a5a3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 06:41:31 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:40:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1ae9d0b

dev-python/google-auth: Bump to 2.11.1

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

 dev-python/google-auth/Manifest  |  1 +
 dev-python/google-auth/google-auth-2.11.1.ebuild | 58 
 2 files changed, 59 insertions(+)

diff --git a/dev-python/google-auth/Manifest b/dev-python/google-auth/Manifest
index 9e61492a6b08..2c84cc04a336 100644
--- a/dev-python/google-auth/Manifest
+++ b/dev-python/google-auth/Manifest
@@ -1 +1,2 @@
 DIST google-auth-2.11.0.tar.gz 205568 BLAKE2B 
76f43804c117006141e46291eaa35b49e73f4eec81307b7c3c6fdf82faf1a1f3101ef1a652c5dff05ca6686ded0859c6a3bee8d38cd584fd5cacef9598aae9b1
 SHA512 
0b2c8653184d95b1f0981326721a8604bee6737e2e4fb68c12d695c74e03406e6d189b00740c34ee74d6ae4032581bd099018f8eaf1d65759e4c5fa4127305cf
+DIST google-auth-2.11.1.tar.gz 205716 BLAKE2B 
06cf90b915c82bb53795427fc971c6a979baa34d3e32d43db20c0df86df9ef39d0ee80c4026dd502ff1d5233f1d80b0a4fa9750aafe9f0d427013a2d8ad34054
 SHA512 
f89fc2ec2d130156132f7e7290f4237ee9adf832f6b1914a39ea7d56943bb26fa02e940e826eb9c4e5351aa91ebf03cc5969c25e5020a89a09ea8f92535a0c07

diff --git a/dev-python/google-auth/google-auth-2.11.1.ebuild 
b/dev-python/google-auth/google-auth-2.11.1.ebuild
new file mode 100644
index ..de5188c8fdb8
--- /dev/null
+++ b/dev-python/google-auth/google-auth-2.11.1.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Google Authentication Library"
+HOMEPAGE="
+   https://github.com/googleapis/google-auth-library-python/
+   https://pypi.org/project/google-auth/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   =dev-python/pyasn1-0.1.7[${PYTHON_USEDEP}]
+   >=dev-python/pyasn1-modules-0.2.1[${PYTHON_USEDEP}]
+   >=dev-python/rsa-3.1.4[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+   !dev-python/namespace-google
+"
+BDEPEND="
+   test? (
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   dev-python/grpcio[${PYTHON_USEDEP}]
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/moto[${PYTHON_USEDEP}]
+   dev-python/pyopenssl[${PYTHON_USEDEP}]
+   dev-python/pytest-localserver[${PYTHON_USEDEP}]
+   dev-python/pyu2f[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   dev-python/responses[${PYTHON_USEDEP}]
+   dev-python/urllib3[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_IGNORE=(
+   # these are compatibility tests with oauth2client
+   # disable them to unblock removal of that package
+   tests/test__oauth2client.py
+)
+
+python_compile() {
+   distutils-r1_python_compile
+   find "${BUILD_DIR}" -name '*.pth' -delete || die
+}



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

2022-09-22 Thread Michał Górny
commit: 5d0933121c5eb116df907d6580b31698cbb20dbd
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 07:16:28 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:40:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d093312

dev-python/hypothesis: Bump to 6.54.6

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

 dev-python/hypothesis/Manifest |  1 +
 dev-python/hypothesis/hypothesis-6.54.6.ebuild | 76 ++
 2 files changed, 77 insertions(+)

diff --git a/dev-python/hypothesis/Manifest b/dev-python/hypothesis/Manifest
index 18929650288f..dfe265a31710 100644
--- a/dev-python/hypothesis/Manifest
+++ b/dev-python/hypothesis/Manifest
@@ -1,3 +1,4 @@
 DIST hypothesis-6.54.3.gh.tar.gz 9325211 BLAKE2B 
e0d6bc21057b50676ef98d1c9721b82c30986670758b2a7bfd1b101cc8d42258bf0d61887867445aafe13b8064c47d64583ab492e21b6fea510ef0c26fe01782
 SHA512 
288c5ea9c1dd8ee0839c11385f52ba8b8122f408aa11c6d2416460233ef78890e3014e659ef4312da4822da3abe2dd9163f68d2711556800e805ae41280aa132
 DIST hypothesis-6.54.4.gh.tar.gz 9325437 BLAKE2B 
2000c806a0c791d1eb353a829e5e96d53e935d360fd450b3807186121fec4dfd171b8821e08b6c23b0cbea8d24b0d88c32126281173a0de2f12b29d09ec2d62b
 SHA512 
7e5b70cc2df874163205e3d35f3f5e6a71319e779b35f1596c69222373e9b766a143ccf37aa1699de6b98827978e44ccbca0b1e30e6ffe29c8b68c83bb3af869
 DIST hypothesis-6.54.5.gh.tar.gz 9325448 BLAKE2B 
b4cb8a413ad96f11f4dbf4a1a529e389dbca45561264cf0922721a25009d1065fdce21064faf53bd7aad2f589c159b52d899aa7b12c12da68beae8c9186c0505
 SHA512 
37205ea28b44537409a94592e466376e9612f84a8501ad2ff5504fc648e062555ffb600416bdd1f9a74f39ba39729defd581025e0611c501839721721f7cf6e3
+DIST hypothesis-6.54.6.gh.tar.gz 9325898 BLAKE2B 
01dde1d57192ede0a732ba2a50954fb6b1a1532e584715186f813977b2f22fd3411ec489874da67e687ca470ac58340dc45b821923ab01b03888c44a7882c0c0
 SHA512 
d678d0936c7906c839c29ad6c08154a067f8be2e18344139051ecc4b5c737f5088d2775a25758da2e29b74574b47c5f817643ccb762db851bc2b25e4fdbb3259

diff --git a/dev-python/hypothesis/hypothesis-6.54.6.ebuild 
b/dev-python/hypothesis/hypothesis-6.54.6.ebuild
new file mode 100644
index ..c45634356c75
--- /dev/null
+++ b/dev-python/hypothesis/hypothesis-6.54.6.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+CLI_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( "${CLI_COMPAT[@]}" python3_11 pypy3 )
+PYTHON_REQ_USE="threads(+),sqlite"
+
+inherit distutils-r1 multiprocessing optfeature
+
+TAG=hypothesis-python-${PV}
+MY_P=hypothesis-${TAG}
+DESCRIPTION="A library for property based testing"
+HOMEPAGE="
+   https://github.com/HypothesisWorks/hypothesis/
+   https://pypi.org/project/hypothesis/
+"
+SRC_URI="
+   https://github.com/HypothesisWorks/hypothesis/archive/${TAG}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/${MY_P}/hypothesis-python"
+
+LICENSE="MPL-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+IUSE="cli"
+
+RDEPEND="
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   >=dev-python/sortedcontainers-2.1.0[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/exceptiongroup-1.0.0_rc8[${PYTHON_USEDEP}]
+   ' 3.8 3.9 3.10)
+   cli? (
+   $(python_gen_cond_dep '
+   dev-python/black[${PYTHON_USEDEP}]
+   dev-python/click[${PYTHON_USEDEP}]
+   ' "${CLI_COMPAT[@]}")
+   )
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_test() {
+   # subtests are broken by warnings from random plugins
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   local -x 
PYTEST_PLUGINS=xdist.plugin,pytest_forked,_hypothesis_pytestplugin
+
+   epytest tests/cover tests/pytest tests/quality -n "$(makeopts_jobs)"
+}
+
+python_install() {
+   distutils-r1_python_install
+   if ! use cli || ! has "${EPYTHON}" "${CLI_COMPAT[@]/_/.}"; then
+   rm -r "${ED}/usr/bin" "${D}$(python_get_scriptdir)" || die
+   fi
+}
+
+pkg_postinst() {
+   optfeature "datetime support" dev-python/pytz
+   optfeature "dateutil support" dev-python/python-dateutil
+   optfeature "numpy support" dev-python/numpy
+   optfeature "django support" dev-python/django dev-python/pytz
+   optfeature "pandas support" dev-python/pandas
+   optfeature "pytest support" dev-python/pytest
+}



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

2022-09-22 Thread Michał Górny
commit: 52351fe0639e57ee53fecd139e0e20afce7e6b8f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 07:17:53 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:40:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52351fe0

dev-python/ipykernel: Bump to 6.15.3

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

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

diff --git a/dev-python/ipykernel/Manifest b/dev-python/ipykernel/Manifest
index aa487bec888b..958c13679d61 100644
--- a/dev-python/ipykernel/Manifest
+++ b/dev-python/ipykernel/Manifest
@@ -1,2 +1,3 @@
 DIST ipykernel-6.15.1.tar.gz 133140 BLAKE2B 
7d63b55f2b8d883234258106b8239cf77031336ce6e7e38234490a031fc4a56861788210fdb2acd0f895e4df43257b0339ef1592e12d33b441e4ba9061acbd08
 SHA512 
10f2390a4edafea89fcc049d5e07ef542418a3a7b076efec1f02bc0a787e01280624cc543bb60604478cae63b58a86d031b549a6f872c7a8530043d670dbdc0e
 DIST ipykernel-6.15.2.tar.gz 133297 BLAKE2B 
05b92074dba2324a2bbbe58fb459f455e47236fcbed711b63c3bfd83978b1e80a7fe079c08fbfb031d9f182d2b24a265705f6540b6c87ee933b641beaee53f9d
 SHA512 
14f1f819d67f16e9c5ea5705ce9c1827bd1ae44f742ca809c4402ef64b229e902f9a724c0609cbf225da595f4ed48cd14348f3c887d70bc18c4b017ec01de720
+DIST ipykernel-6.15.3.tar.gz 136470 BLAKE2B 
45279a6cfc85c3c2bafe9913b78077a3212bc61b961824f449cdf6ed6a34fe777e0fef1585bc7e4062f4e73124efd24a1c6a16e4168a03d31420836105c3ba55
 SHA512 
52e9b20b4b9ce691a42a64f535b41b9567a9849c87c0c9903d0b14dc6a00c57ab42d93b6bca8d955be8a31354722268006ce8b576664eb8a4b7f6a3400164c1d

diff --git a/dev-python/ipykernel/ipykernel-6.15.3.ebuild 
b/dev-python/ipykernel/ipykernel-6.15.3.ebuild
new file mode 100644
index ..5526cde6276c
--- /dev/null
+++ b/dev-python/ipykernel/ipykernel-6.15.3.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_REQ_USE="threads(+)"
+
+inherit distutils-r1
+
+DESCRIPTION="IPython Kernel for Jupyter"
+HOMEPAGE="https://github.com/ipython/ipykernel;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/debugpy-1.0[${PYTHON_USEDEP}]
+   >=dev-python/ipython-7.23.1[${PYTHON_USEDEP}]
+   >=dev-python/jupyter_client-6.1.12[${PYTHON_USEDEP}]
+   >=dev-python/matplotlib-inline-0.1[${PYTHON_USEDEP}]
+   dev-python/nest_asyncio[${PYTHON_USEDEP}]
+   dev-python/packaging[${PYTHON_USEDEP}]
+   dev-python/psutil[${PYTHON_USEDEP}]
+   >=dev-python/pyzmq-17[${PYTHON_USEDEP}]
+   >=dev-python/traitlets-5.1.0[${PYTHON_USEDEP}]
+   >=www-servers/tornado-6.1[${PYTHON_USEDEP}]
+"
+# RDEPEND seems specifically needed in BDEPEND, at least jupyter
+# bug #816486
+BDEPEND="
+   ${RDEPEND}
+   test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+   dev-python/pytest-timeout[${PYTHON_USEDEP}]
+   dev-python/ipyparallel[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # TODO
+   
ipykernel/inprocess/tests/test_kernel.py::InProcessKernelTestCase::test_pylab
+   ipykernel/tests/test_debugger.py::test_attach_debug
+   
ipykernel/tests/test_debugger.py::test_breakpoint_in_cell_with_leading_empty_lines
+   ipykernel/tests/test_debugger.py::test_rich_inspect_at_breakpoint
+   ipykernel/tests/test_debugger.py::test_rich_inspect_not_at_breakpoint
+   ipykernel/tests/test_debugger.py::test_set_breakpoints
+   ipykernel/tests/test_debugger.py::test_stop_on_breakpoint
+)
+
+src_prepare() {
+   sed -i -e 's:^TIMEOUT = .*:TIMEOUT = 120:' ipykernel/tests/*.py || die
+   distutils-r1_src_prepare
+}
+
+python_compile() {
+   distutils-r1_python_compile
+   # Use python3 in kernel.json configuration, bug #784764
+   sed -i -e '/python3.[0-9]\+/s//python3/' \
+   
"${BUILD_DIR}/install${EPREFIX}/usr/share/jupyter/kernels/python3/kernel.json" 
|| die
+}



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

2022-09-22 Thread Jakov Smolić
commit: 5092d6c626d6a842ccc29467b51b536823ef71ae
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep 22 08:05:02 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep 22 08:05:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5092d6c6

sci-mathematics/z3: Stabilize 4.11.2 amd64, #872290

Signed-off-by: Jakov Smolić  gentoo.org>

 sci-mathematics/z3/z3-4.11.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/z3/z3-4.11.2.ebuild 
b/sci-mathematics/z3/z3-4.11.2.ebuild
index f26a148b6241..649953708aaa 100644
--- a/sci-mathematics/z3/z3-4.11.2.ebuild
+++ b/sci-mathematics/z3/z3-4.11.2.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/z3-${P}
 
 SLOT="0/$(ver_cut 1-2)"
 LICENSE="MIT"
-KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="doc examples gmp isabelle java python"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



[gentoo-commits] repo/gentoo:master commit in: net-misc/electrum/

2022-09-22 Thread Jakov Smolić
commit: 227c4c72be2e38cdcbe796004d2a37d79e722809
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep 22 08:05:06 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep 22 08:05:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=227c4c72

net-misc/electrum: Stabilize 4.3.1 ALLARCHES, #872293

Signed-off-by: Jakov Smolić  gentoo.org>

 net-misc/electrum/electrum-4.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/electrum/electrum-4.3.1.ebuild 
b/net-misc/electrum/electrum-4.3.1.ebuild
index 52e7834f1a47..719d71694cf4 100644
--- a/net-misc/electrum/electrum-4.3.1.ebuild
+++ b/net-misc/electrum/electrum-4.3.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="cli ncurses qrcode +qt5"
 REQUIRED_USE="|| ( cli ncurses qt5 )"
 



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

2022-09-22 Thread Jakov Smolić
commit: 51386c39394b97f290df49bcb4f915d8a31aca26
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep 22 08:05:10 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep 22 08:05:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51386c39

media-sound/picard: Stabilize 2.8.3 amd64, #872296

Signed-off-by: Jakov Smolić  gentoo.org>

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

diff --git a/media-sound/picard/picard-2.8.3.ebuild 
b/media-sound/picard/picard-2.8.3.ebuild
index e50d604072d8..6ee75852aa3a 100644
--- a/media-sound/picard/picard-2.8.3.ebuild
+++ b/media-sound/picard/picard-2.8.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} = ** ]]; then
inherit git-r3
 else

SRC_URI="https://musicbrainz.osuosl.org/pub/musicbrainz/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="amd64 ~x86"
S="${WORKDIR}/${PN}-release-${PV}"
 fi
 



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

2022-09-22 Thread Jakov Smolić
commit: 18538c4d4273e9ef13f419766d6437a3175c2cf7
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep 22 08:05:16 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep 22 08:05:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18538c4d

sci-mathematics/z3: Stabilize 4.11.2 x86, #872290

Signed-off-by: Jakov Smolić  gentoo.org>

 sci-mathematics/z3/z3-4.11.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/z3/z3-4.11.2.ebuild 
b/sci-mathematics/z3/z3-4.11.2.ebuild
index 649953708aaa..f578c7837da9 100644
--- a/sci-mathematics/z3/z3-4.11.2.ebuild
+++ b/sci-mathematics/z3/z3-4.11.2.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/z3-${P}
 
 SLOT="0/$(ver_cut 1-2)"
 LICENSE="MIT"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="doc examples gmp isabelle java python"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2022-09-22 Thread Michał Górny
commit: df3a453ace97d9e02211ad1add167b6219049ddb
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 10:25:32 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 10:29:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df3a453a

dev-python/MechanicalSoup: Bump to 1.2.0

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

 dev-python/MechanicalSoup/Manifest |  1 +
 .../MechanicalSoup/MechanicalSoup-1.2.0.ebuild | 51 ++
 2 files changed, 52 insertions(+)

diff --git a/dev-python/MechanicalSoup/Manifest 
b/dev-python/MechanicalSoup/Manifest
index 32f0e612a905..d4203bb62d6a 100644
--- a/dev-python/MechanicalSoup/Manifest
+++ b/dev-python/MechanicalSoup/Manifest
@@ -1 +1,2 @@
 DIST MechanicalSoup-1.1.0.tar.gz 49270 BLAKE2B 
947b35d819dc69508595adcfe5a0c8e6bd34888c995e9c3931613498ee1ca840ce16a14359aacbf9d40aa4f9ae59d45d14da5a150e3ce39ae7e72f587c94820e
 SHA512 
26eaa54bcd1c0aac26504d7c482ed001830a1c79bf48a3055cef92348e9336887bef86cda68281911032159a3404a1f4ee8de9b6516d7d767cfd6b3b380c4ebe
+DIST MechanicalSoup-1.2.0.tar.gz 49669 BLAKE2B 
a9791fd2d389c8a553ed0acce179094770651553b7aaf299ec6779509b4ffb1bb97a4a4afe01af3e4ccb56cf100b5bacc39e9aedf1143a9eb6f4b98dbb020062
 SHA512 
5857274e07c678dc0e19ad4fef828ccf41bb846edad566c2da9914144ced8802efd546265efac792acbb885b29cab5cde4ac3cd2002826a8bb31f91004eb2caa

diff --git a/dev-python/MechanicalSoup/MechanicalSoup-1.2.0.ebuild 
b/dev-python/MechanicalSoup/MechanicalSoup-1.2.0.ebuild
new file mode 100644
index ..c44576b3c1e6
--- /dev/null
+++ b/dev-python/MechanicalSoup/MechanicalSoup-1.2.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A Python library for automating interaction with websites"
+HOMEPAGE="
+   https://github.com/MechanicalSoup/MechanicalSoup/
+   https://pypi.org/project/MechanicalSoup/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="examples"
+
+RDEPEND="
+   >=dev-python/beautifulsoup4-4.7[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.22.0[${PYTHON_USEDEP}]
+   dev-python/lxml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   >=dev-python/requests-mock-1.3.0[${PYTHON_USEDEP}]
+   dev-python/pytest-httpbin[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs
+
+python_prepare_all() {
+   # Override pytest options to skip coverage and flake8
+   sed -e '/^addopts =/d' -i setup.cfg || die
+   distutils-r1_python_prepare_all
+}
+
+python_install_all() {
+   if use examples; then
+   docompress -x "/usr/share/doc/${PF}/examples"
+   dodoc -r examples
+   fi
+   distutils-r1_python_install_all
+}



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

2022-09-22 Thread Michał Górny
commit: 0991fd2a8efd45b8b0a30675816fc44343c0cf2b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 10:22:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 10:29:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0991fd2a

dev-python/jsonschema-spec: Bump to 0.1.2

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

 dev-python/jsonschema-spec/Manifest|  1 +
 .../jsonschema-spec/jsonschema-spec-0.1.2.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/jsonschema-spec/Manifest 
b/dev-python/jsonschema-spec/Manifest
index 738a8b87f272..6aee67b3ad7f 100644
--- a/dev-python/jsonschema-spec/Manifest
+++ b/dev-python/jsonschema-spec/Manifest
@@ -1 +1,2 @@
 DIST jsonschema-spec-0.1.1.gh.tar.gz 21747 BLAKE2B 
441f34c62da2d22699379035e20f2ed78a974413ea9c2f80b753cc2b41d978351c69aaa50750139e622d075c4c3979dc43b888bea111a0f4b31fa9d37822a1fa
 SHA512 
b1bdd03c6fc022877d0801d859abe0dd19e066afe2a1eab6c650a8741a50473e74945ddde429508e5dccf379a84b25fbd60c49fdc310aa770bed52b63e60e397
+DIST jsonschema-spec-0.1.2.gh.tar.gz 21782 BLAKE2B 
238f035e75ec45edade5fd00269d2fc208a73208d1e07586490728b8c97819d6fddd9b909d2af00e63ebc4c141cb8dbaaf8e3e7ce88c3ff58ada2ba147c1e2c9
 SHA512 
0cba83a14e88d4fe2fcce9e4d39fa4284f23366a1f8acab16fa4b7b824d0c02bf04429d61c51a39a7a188c4e2b79f4481bba14ca688edee71beb0060e16617e0

diff --git a/dev-python/jsonschema-spec/jsonschema-spec-0.1.2.ebuild 
b/dev-python/jsonschema-spec/jsonschema-spec-0.1.2.ebuild
new file mode 100644
index ..1a6a4f949102
--- /dev/null
+++ b/dev-python/jsonschema-spec/jsonschema-spec-0.1.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="JSONSchema Spec with object-oriented paths"
+HOMEPAGE="
+   https://pypi.org/project/jsonschema-spec/
+   https://github.com/p1c2u/jsonschema-spec/
+"
+SRC_URI="
+   https://github.com/p1c2u/jsonschema-spec/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/jsonschema-4.0.0[${PYTHON_USEDEP}]
+   dev-python/pathable[${PYTHON_USEDEP}]
+   >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}]
+   dev-python/pathable[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -e '/--cov/d' -i pyproject.toml || die
+   distutils-r1_src_prepare
+}



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

2022-09-22 Thread Michał Górny
commit: 3fef134c7b95a6ebaba6e265e41b1e2f6f493b92
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 10:14:27 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 10:29:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fef134c

dev-python/aiohttp: Bump to 3.8.3

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

 dev-python/aiohttp/Manifest |   1 +
 dev-python/aiohttp/aiohttp-3.8.3.ebuild | 111 
 2 files changed, 112 insertions(+)

diff --git a/dev-python/aiohttp/Manifest b/dev-python/aiohttp/Manifest
index 7c1042028406..aa09c3538b38 100644
--- a/dev-python/aiohttp/Manifest
+++ b/dev-python/aiohttp/Manifest
@@ -1 +1,2 @@
 DIST aiohttp-3.8.1.tar.gz 7324180 BLAKE2B 
99f85b8510782a31de2d2f6c8efa65ef5c5cde600a5c5f49d6362d5833a0443b9adcaed9beb27c5d8502aca37af154b06017f48836b73d4c61d78204b62b7f05
 SHA512 
3611549393e50c8d30426aee9ddd23794a71ddefe4384eb549049b93e452fafb38de7ad900737213b61fbe717bd85035a780c1622593eae250328f17d484a0a7
+DIST aiohttp-3.8.3.tar.gz 7337480 BLAKE2B 
28d2b5bf6dd6f19506127747511e006c22fcb59959ab090bdc53ca5ee0f7f186aedb0c8b4103c2ea52399dc998fa2e6d3f872239223cf72629a1168e3950f1f8
 SHA512 
248c232604c91442b2fc9fa55fbf7df8e3af56dcf4cd9c516414a3a738c5c60a8a06395cd9c6e2c8ea9884728aea757423735c7b9be889e6f17e3ee6395a2f64

diff --git a/dev-python/aiohttp/aiohttp-3.8.3.ebuild 
b/dev-python/aiohttp/aiohttp-3.8.3.ebuild
new file mode 100644
index ..357bff009c56
--- /dev/null
+++ b/dev-python/aiohttp/aiohttp-3.8.3.ebuild
@@ -0,0 +1,111 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1 multiprocessing
+
+DESCRIPTION="HTTP client/server for asyncio"
+HOMEPAGE="
+   https://github.com/aio-libs/aiohttp/
+   https://pypi.org/project/aiohttp/
+"
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+RDEPEND="
+   app-arch/brotli[python,${PYTHON_USEDEP}]
+   >=dev-python/aiosignal-1.1.2[${PYTHON_USEDEP}]
+   >=dev-python/async-timeout-4.0.0_alpha3[${PYTHON_USEDEP}]
+   >=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
+   >=dev-python/charset_normalizer-2.0[${PYTHON_USEDEP}]
+   >=dev-python/frozenlist-1.1.1[${PYTHON_USEDEP}]
+   >=dev-python/multidict-4.5.0[${PYTHON_USEDEP}]
+   >=dev-python/yarl-1.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+   test? (
+   app-arch/brotli[python,${PYTHON_USEDEP}]
+   dev-python/async_generator[${PYTHON_USEDEP}]
+   dev-python/freezegun[${PYTHON_USEDEP}]
+   www-servers/gunicorn[${PYTHON_USEDEP}]
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   dev-python/pytest-mock[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   dev-python/re-assert[${PYTHON_USEDEP}]
+   !hppa? ( !ia64? (
+   dev-python/trustme[${PYTHON_USEDEP}]
+   ) )
+   )
+"
+
+DOCS=( CHANGES.rst CONTRIBUTORS.txt README.rst )
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   '>=dev-python/alabaster-0.6.2' \
+   'dev-python/sphinxcontrib-asyncio' \
+   'dev-python/sphinxcontrib-blockdiag' \
+   'dev-python/sphinxcontrib-newsfeed' \
+   'dev-python/sphinxcontrib-spelling' \
+   'dev-python/sphinx' \
+   'dev-python/sphinx-aiohttp-theme'
+
+src_prepare() {
+   # increase the timeout a little
+   sed -e '/abs_tol=/s/0.001/0.01/' -i tests/test_helpers.py || die
+
+   # xfail_strict fails on py3.10
+   sed -i -e '/--cov/d' -e '/xfail_strict/d' setup.cfg || die
+
+   # which(1)...
+   sed -i -e 's:which:command -v:' Makefile || die
+
+   distutils-r1_src_prepare
+}
+
+python_configure_all() {
+   # workaround missing files
+   mkdir requirements tools || die
+   > requirements/cython.txt || die
+   > tools/gen.py || die
+   chmod +x tools/gen.py || die
+   # force rehashing first
+   emake requirements/.hash/cython.txt.hash
+   > .update-pip || die
+   > .install-cython || die
+   emake cythonize
+}
+
+python_test() {
+   local EPYTEST_IGNORE=(
+   # proxy is not packaged
+   tests/test_proxy_functional.py
+   )
+
+   local EPYTEST_DESELECT=(
+   # Internet
+   tests/test_client_session.py::test_client_session_timeout_zero
+   )
+
+   case ${EPYTHON} in
+   pypy3)
+   EPYTEST_DESELECT+=(
+   # C extensions are not used on PyPy3
+   tests/test_http_parser.py::test_c_parser_loaded
+   )
+   

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

2022-09-22 Thread Michał Górny
commit: 5ffa3f8b13079b64b69fe58a741e7c8e8e27eaa2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 10:23:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 10:29:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ffa3f8b

dev-python/marshmallow: Bump to 3.18.0

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

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

diff --git a/dev-python/marshmallow/Manifest b/dev-python/marshmallow/Manifest
index 859ff8808e31..46b9f8e09c4b 100644
--- a/dev-python/marshmallow/Manifest
+++ b/dev-python/marshmallow/Manifest
@@ -1,3 +1,4 @@
 DIST marshmallow-3.16.0.tar.gz 180106 BLAKE2B 
c3d9b9c1645e7df103940b8e637f3de027f23e5da4a6ebd25412fef9d2d61483ec934af5c37f781121928a7b2f98b44793a8671173a5c548936ce0bbd0d2290d
 SHA512 
5d3c7babff9117261afb902090bffcdba4eee2984d13862f4974fc043c6e56420707a6d3aba4a6046d947ef9414386c24895fc9a2538e36e505692e76d70f409
 DIST marshmallow-3.17.0.gh.tar.gz 180037 BLAKE2B 
17fa577a969d82555312b362b41e6c61c209566ba418c9aa14ef1195b7317477a9e7c7d669e5643bee0d12454fee79bcf35a9eb625ad499347299e6727afb6bc
 SHA512 
3fceb6dcb3df7339d0c002ac90ed9960bdcc174b29ad0fc3222a435d3980b892ae07c1080483b7a5a71455a475ae1086869432cefab898a1008ad33c7efc1f99
 DIST marshmallow-3.17.1.gh.tar.gz 180094 BLAKE2B 
7c4dc60923ef95bdd0d77da4d6c643193944ca02115fd12529fa564860acee3ec495f1b402f5bee6b4a90fe6100e766cc0959918aed57b232e9ff2e5d2500602
 SHA512 
f72f969fba2136cfe288fea93a6db791b99f163f5b5af3498c6dbef9150abd5ce66b9678b1ba6538c3add530272b13c197a57d2e35cf148a5d21bf12feafcdd4
+DIST marshmallow-3.18.0.gh.tar.gz 181535 BLAKE2B 
6c808157038cf33d2906fbf2f4aa8a605adfe8301da56ba8f7df782e2970bae7f5e040aa8c9c9bda134b6e7e13d50a9bec1f8e715e06b8543742e2cd142d099d
 SHA512 
25ee09faf93d5ae25b35089881a644cf409edbca3134ad092ad150b166604151c3474bfcd2ae07d29b066e89e67df643e65d9fece4bbad8b11af07554a0ceaf6

diff --git a/dev-python/marshmallow/marshmallow-3.18.0.ebuild 
b/dev-python/marshmallow/marshmallow-3.18.0.ebuild
new file mode 100644
index ..f924d3b5509e
--- /dev/null
+++ b/dev-python/marshmallow/marshmallow-3.18.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for converting to and from native Python datatypes"
+HOMEPAGE="
+   https://github.com/marshmallow-code/marshmallow/
+   https://pypi.org/project/marshmallow/
+"
+SRC_URI="
+   https://github.com/marshmallow-code/marshmallow/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/packaging-0.17[${PYTHON_USEDEP}]
+   dev-python/python-dateutil[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytz[${PYTHON_USEDEP}]
+   dev-python/simplejson[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: media-sound/zynaddsubfx/, media-sound/zynaddsubfx/files/

2022-09-22 Thread Miroslav Šulc
commit: 1e9433c933a02d0a2526ea67d7fd3d276de85681
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Sep 22 06:08:47 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Sep 22 06:08:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e9433c9

media-sound/zynaddsubfx: dropped obsolete 3.0.5

Bug: https://bugs.gentoo.org/871342
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-sound/zynaddsubfx/Manifest   |  1 -
 .../files/zynaddsubfx-3.0.5-cmake.patch| 15 
 .../zynaddsubfx/files/zynaddsubfx-3.0.5-docs.patch | 12 ---
 media-sound/zynaddsubfx/zynaddsubfx-3.0.5.ebuild   | 90 --
 4 files changed, 118 deletions(-)

diff --git a/media-sound/zynaddsubfx/Manifest b/media-sound/zynaddsubfx/Manifest
index 64dfea5bacae..899fdbeb6639 100644
--- a/media-sound/zynaddsubfx/Manifest
+++ b/media-sound/zynaddsubfx/Manifest
@@ -1,2 +1 @@
-DIST zynaddsubfx-3.0.5.tar.bz2 8141703 BLAKE2B 
61f28a62d5ef8c17b5e38febb8ad1ecd40c80f87b26d90804131b97b57534adf5ad96a1f54980b75fd5e71185e2d5376a7df35696c7bcfd593b5d8e34bd2e386
 SHA512 
1e4d5a6393937e6c7103e6d0e97df76f2d129350854c2f338aa888591091b1508c63e9b52c8e5a176e282ff2f6b72c6a87de54875c412771aff26e8ece2c84e8
 DIST zynaddsubfx-3.0.6.tar.bz2 10001014 BLAKE2B 
4adbeffb9bc0bd77bf81a6734f5c26fc676426e644e27cebb8e54e8d74d869c0e1b468782cd1a64aacef8f9b788d434a8d30a194944650eea03c4fd146ee7bf7
 SHA512 
86311f00d97e20c7eb22a46c99736c56765ed9737e728ef380a324e4a92c731086ed74f5d7bfeae104b690ab1ee1b40bfb8f240bc4c46f8afd47308ec48cbcea

diff --git a/media-sound/zynaddsubfx/files/zynaddsubfx-3.0.5-cmake.patch 
b/media-sound/zynaddsubfx/files/zynaddsubfx-3.0.5-cmake.patch
deleted file mode 100644
index 8fbcf9aca56a..
--- a/media-sound/zynaddsubfx/files/zynaddsubfx-3.0.5-cmake.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-Fix missing CMake include
-
-Authored by:  Simon van der Veldt 2020-09-30
-Committed by:  Mark McCurry 2020-10-03
-
 a/src/Nio/CMakeLists.txt
-+++ b/src/Nio/CMakeLists.txt
-@@ -21,6 +21,7 @@
- add_definitions(-DIN_DEFAULT="${DefaultInput}")
- 
- if(JackEnable)
-+include(CheckIncludeFiles)
- include_directories(${JACK_INCLUDE_DIR})
- list(APPEND zynaddsubfx_nio_SRCS JackEngine.cpp JackMultiEngine.cpp)
- list(APPEND zynaddsubfx_nio_lib ${JACK_LIBRARIES})

diff --git a/media-sound/zynaddsubfx/files/zynaddsubfx-3.0.5-docs.patch 
b/media-sound/zynaddsubfx/files/zynaddsubfx-3.0.5-docs.patch
deleted file mode 100644
index 44060eaf4824..
--- a/media-sound/zynaddsubfx/files/zynaddsubfx-3.0.5-docs.patch
+++ /dev/null
@@ -1,12 +0,0 @@
 a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -28,9 +28,6 @@ include(CTestConfig.cmake)
- add_subdirectory(src)
- add_subdirectory(doc) # Doxygen only
-
--install(FILES AUTHORS.txt COPYING HISTORY.txt README.adoc
--  DESTINATION share/doc/zynaddsubfx
--  )
- install(FILES zynaddsubfx-jack-multi.desktop zynaddsubfx-jack.desktop 
zynaddsubfx-alsa.desktop zynaddsubfx-oss.desktop
- DESTINATION share/applications)
- install(FILES zynaddsubfx.svg

diff --git a/media-sound/zynaddsubfx/zynaddsubfx-3.0.5.ebuild 
b/media-sound/zynaddsubfx/zynaddsubfx-3.0.5.ebuild
deleted file mode 100644
index 36d58edcadf9..
--- a/media-sound/zynaddsubfx/zynaddsubfx-3.0.5.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake flag-o-matic
-
-DESCRIPTION="Software synthesizer capable of making a countless number of 
instruments"
-HOMEPAGE="http://zynaddsubfx.sourceforge.net/;
-SRC_URI="mirror://sourceforge/zynaddsubfx/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="alsa doc dssi +fltk jack lash portaudio"
-
-REQUIRED_USE="|| ( alsa jack portaudio )"
-
-BDEPEND="
-   virtual/pkgconfig
-   doc? ( app-doc/doxygen )
-"
-DEPEND="
-   >=dev-libs/mxml-2.2.1
-   media-libs/liblo
-   sci-libs/fftw:3.0
-   sys-libs/zlib
-   alsa? ( media-libs/alsa-lib )
-   dssi? ( media-libs/dssi )
-   fltk? (
-   >=x11-libs/fltk-1.3:1
-   x11-libs/libX11
-   x11-libs/libXpm
-   )
-   jack? ( virtual/jack )
-   lash? ( media-sound/lash )
-   portaudio? ( media-libs/portaudio )
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-docs.patch
-   "${FILESDIR}"/${P}-cmake.patch # bug 761823
-)
-
-DOCS=( ChangeLog HISTORY.txt README.adoc )
-
-src_prepare() {
-   cmake_src_prepare
-
-   if ! use dssi; then
-   sed -i -e '/pkg_search_module.*DSSI/s/^/#DONT/' 
src/CMakeLists.txt || die
-   fi
-   if ! use jack; then
-   sed -e '/pkg_check_modules.*JACK/s/^/#DONT/' -i 
{rtosc,src}/CMakeLists.txt || die
-   fi
-   if ! use lash; then
-   sed -i -e '/pkg_search_module.*LASH/s/^/#DONT/' 
src/CMakeLists.txt || die
-   fi
-   if ! use portaudio; then
-  

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

2022-09-22 Thread Michał Górny
commit: 068011336887538ab57b92e7ff30acf50ab43b37
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 07:44:32 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:45:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06801133

dev-python/xarray: Remove old

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

 dev-python/xarray/Manifest |  1 -
 .../files/xarray-0.19.0-riscv_tests_datetime.patch | 73 --
 dev-python/xarray/xarray-2022.3.0.ebuild   | 42 -
 3 files changed, 116 deletions(-)

diff --git a/dev-python/xarray/Manifest b/dev-python/xarray/Manifest
index 83ffaa877fbd..1e93d52b801d 100644
--- a/dev-python/xarray/Manifest
+++ b/dev-python/xarray/Manifest
@@ -1,2 +1 @@
-DIST xarray-2022.3.0.tar.gz 2943007 BLAKE2B 
4c323573835c00275b9c293157c78e42d14f2736c07dc06c61643052992b9c75d624cdf9a93487094fbffd9577662388807b661d388032add3b2e2ca3a63b812
 SHA512 
c088b985a852c57dcef14d8a5107987c0c33f17bde1d9d639d30ac826d906639ce0ee4fe8345c65a5479b944057af045fe50c2d2ea932356aceb0718f55cd24a
 DIST xarray-2022.6.0.tar.gz 3013166 BLAKE2B 
4f2c17595ec904508e5f9c1d6ffead45be527b7f2ab73383126d57c7894712e924b605a86f890b0fec4ff45d1a263ce27fa324febf83f703ad36079e68f69663
 SHA512 
415bd84246d6d2b8aebf316ac9ef82ca7afeacce718349b75479c0aa693e2866dfe236e6dcaf41cae68afd7a99408f5027c938e6b7f447f5323e076b804f5165

diff --git a/dev-python/xarray/files/xarray-0.19.0-riscv_tests_datetime.patch 
b/dev-python/xarray/files/xarray-0.19.0-riscv_tests_datetime.patch
deleted file mode 100644
index 1f356e95b561..
--- a/dev-python/xarray/files/xarray-0.19.0-riscv_tests_datetime.patch
+++ /dev/null
@@ -1,73 +0,0 @@
-These tests are x86{_64}-centric because they rely on a specific result of
-casting a float64 NaN to int64, which is undefined in the C standard.
-See https://github.com/numpy/numpy/issues/8325 for details.
-
 a/xarray/tests/__init__.py
-+++ b/xarray/tests/__init__.py
-@@ -40,6 +40,12 @@
- )
- 
- 
-+riscv_xfail = pytest.mark.xfail(
-+"riscv" in platform.machine(),
-+reason="expected failure on RISC-V",
-+)
-+
-+
- def _importorskip(modname, minversion=None):
- try:
- mod = importlib.import_module(modname)
 a/xarray/tests/test_backends.py
-+++ b/xarray/tests/test_backends.py
-@@ -71,6 +71,7 @@
- requires_scipy,
- requires_scipy_or_netCDF4,
- requires_zarr,
-+riscv_xfail,
- )
- from .test_coding_times import (
- _ALL_CALENDARS,
-@@ -492,6 +493,7 @@
- assert actual["x"].encoding["_Encoding"] == "ascii"
- 
- @arm_xfail
-+@riscv_xfail
- def test_roundtrip_numpy_datetime_data(self):
- times = pd.to_datetime(["2000-01-01", "2000-01-02", "NaT"])
- expected = Dataset({"t": ("t", times), "t0": times[0]})
 a/xarray/tests/test_coding_times.py
-+++ b/xarray/tests/test_coding_times.py
-@@ -36,6 +36,7 @@
- requires_cftime,
- requires_cftime_1_4_1,
- requires_dask,
-+riscv_xfail,
- )
- 
- _NON_STANDARD_CALENDARS_SET = {
-@@ -466,6 +467,7 @@
- 
- 
- @arm_xfail
-+@riscv_xfail
- @requires_cftime
- @pytest.mark.parametrize(
- ["num_dates", "units", "expected_list"],
 a/xarray/tests/test_duck_array_ops.py
-+++ b/xarray/tests/test_duck_array_ops.py
-@@ -38,6 +38,7 @@
- requires_bottleneck,
- requires_cftime,
- requires_dask,
-+riscv_xfail,
- )
- 
- 
-@@ -280,6 +281,7 @@
- 
- 
- @arm_xfail
-+@riscv_xfail
- @pytest.mark.filterwarnings("ignore::RuntimeWarning")
- @pytest.mark.parametrize("dask", [False, True] if has_dask else [False])
- def test_datetime_mean(dask):

diff --git a/dev-python/xarray/xarray-2022.3.0.ebuild 
b/dev-python/xarray/xarray-2022.3.0.ebuild
deleted file mode 100644
index 6394aa2d7491..
--- a/dev-python/xarray/xarray-2022.3.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="N-D labeled arrays and datasets in Python"
-HOMEPAGE="https://xarray.pydata.org/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/numpy-1.18[${PYTHON_USEDEP}]
-   >=dev-python/pandas-1.1[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]"
-# note: most of test dependencies are optional
-BDEPEND="
-   test? (
-   dev-python/bottleneck[${PYTHON_USEDEP}]
-   dev-python/hypothesis[${PYTHON_USEDEP}]
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/toolz[${PYTHON_USEDEP}]
-   !hppa? ( >=dev-python/scipy-1.4[${PYTHON_USEDEP}] )
-   )"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-0.19.0-riscv_tests_datetime.patch
-)
-

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

2022-09-22 Thread Michał Górny
commit: 85b3c4ee61776d2122fcae08ea10a252b622d777
Author: matoro  users  noreply  github  com>
AuthorDate: Thu Sep 22 03:12:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:45:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85b3c4ee

dev-python/python-email-validator: Keyword 1.3.0 mips, #850070

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

 dev-python/python-email-validator/python-email-validator-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/python-email-validator/python-email-validator-1.3.0.ebuild 
b/dev-python/python-email-validator/python-email-validator-1.3.0.ebuild
index d1d134328779..af09ff733c10 100644
--- a/dev-python/python-email-validator/python-email-validator-1.3.0.ebuild
+++ b/dev-python/python-email-validator/python-email-validator-1.3.0.ebuild
@@ -19,7 +19,7 @@ SRC_URI="
 "
 
 LICENSE="CC0-1.0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 SLOT="0"
 
 RDEPEND="



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

2022-09-22 Thread Michał Górny
commit: ca4ae9b4c721a37b77ebc1960a4e8cc8d9ccba27
Author: matoro  users  noreply  github  com>
AuthorDate: Wed Sep 21 21:56:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:45:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca4ae9b4

dev-python/backcall: Keyword 0.2.0-r1 mips, #831222

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

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

diff --git a/dev-python/backcall/backcall-0.2.0-r1.ebuild 
b/dev-python/backcall/backcall-0.2.0-r1.ebuild
index cdd11a8d5655..e895cf1552e6 100644
--- a/dev-python/backcall/backcall-0.2.0-r1.ebuild
+++ b/dev-python/backcall/backcall-0.2.0-r1.ebuild
@@ -14,6 +14,6 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
 
 distutils_enable_tests pytest



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

2022-09-22 Thread Michał Górny
commit: ff80cad32a9722ed56fca5e11c63bce93b41e02f
Author: matoro  users  noreply  github  com>
AuthorDate: Wed Sep 21 21:56:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:45:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff80cad3

dev-python/debugpy: Keyword 1.6.3 mips, #831222

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

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

diff --git a/dev-python/debugpy/debugpy-1.6.3.ebuild 
b/dev-python/debugpy/debugpy-1.6.3.ebuild
index 4c731f772480..76923ba042f7 100644
--- a/dev-python/debugpy/debugpy-1.6.3.ebuild
+++ b/dev-python/debugpy/debugpy-1.6.3.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 # This is completely broken
 RESTRICT="test"



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

2022-09-22 Thread Michał Górny
commit: b36a5e86853a50a8792bb71e0a2fd0f8d37e9deb
Author: matoro  users  noreply  github  com>
AuthorDate: Wed Sep 21 21:56:42 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:45:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b36a5e86

dev-python/untangle: Keyword 1.2.1-r1 mips, #831222

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

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

diff --git a/dev-python/untangle/untangle-1.2.1-r1.ebuild 
b/dev-python/untangle/untangle-1.2.1-r1.ebuild
index 5eb51b75d48f..b9b232cfde96 100644
--- a/dev-python/untangle/untangle-1.2.1-r1.ebuild
+++ b/dev-python/untangle/untangle-1.2.1-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 distutils_enable_tests pytest
 



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

2022-09-22 Thread Michał Górny
commit: 426986dd3bf3ddfe712f8f317e5d50cadc5e6ab7
Author: matoro  users  noreply  github  com>
AuthorDate: Wed Sep 21 21:56:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:45:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=426986dd

dev-python/pydevd: Keyword 2.8.0-r1 mips, #831222

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

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

diff --git a/dev-python/pydevd/pydevd-2.8.0-r1.ebuild 
b/dev-python/pydevd/pydevd-2.8.0-r1.ebuild
index a4da1a2f06b0..26d973b1c209 100644
--- a/dev-python/pydevd/pydevd-2.8.0-r1.ebuild
+++ b/dev-python/pydevd/pydevd-2.8.0-r1.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}/PyDev.Debugger-${MY_P}"
 
 LICENSE="EPL-1.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 # After removing and recompiling the prebuilt lib the tests fail?
 # For some reason the test suite is executing a slightly different gdb command



[gentoo-commits] repo/gentoo:master commit in: app-doc/mathjax-docs/

2022-09-22 Thread Michał Górny
commit: fedac184413539ea840809ed75492154d109f0bf
Author: matoro  users  noreply  github  com>
AuthorDate: Wed Sep 21 21:56:48 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:45:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fedac184

app-doc/mathjax-docs: Keyword 2.7.7 mips, #831222

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

 app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild 
b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
index cc87a5b9fd0b..8098c758596a 100644
--- a/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
+++ b/app-doc/mathjax-docs/mathjax-docs-2.7.7.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/MathJax-docs-${COMMIT}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 
 BDEPEND="
$(python_gen_any_dep '



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

2022-09-22 Thread Michał Górny
commit: 60cfbc83f57e807f00065bd98b9d34800a640c93
Author: matoro  users  noreply  github  com>
AuthorDate: Wed Sep 21 21:56:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:45:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60cfbc83

dev-python/pickleshare: Keyword 0.7.5 mips, #831222

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

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

diff --git a/dev-python/pickleshare/pickleshare-0.7.5.ebuild 
b/dev-python/pickleshare/pickleshare-0.7.5.ebuild
index babf1152b1d3..94b98c8f945a 100644
--- a/dev-python/pickleshare/pickleshare-0.7.5.ebuild
+++ b/dev-python/pickleshare/pickleshare-0.7.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 RDEPEND="
>=dev-python/path-py-6.2[${PYTHON_USEDEP}]"



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

2022-09-22 Thread Michał Górny
commit: 958bd47633a03b93eaee9e1dad1579ff36578f77
Author: matoro  users  noreply  github  com>
AuthorDate: Wed Sep 21 21:56:49 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:45:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=958bd476

dev-libs/mathjax: Keyword 2.7.7 mips, #831222

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

 dev-libs/mathjax/mathjax-2.7.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/mathjax/mathjax-2.7.7.ebuild 
b/dev-libs/mathjax/mathjax-2.7.7.ebuild
index ddbeca772756..ae0030683dc3 100644
--- a/dev-libs/mathjax/mathjax-2.7.7.ebuild
+++ b/dev-libs/mathjax/mathjax-2.7.7.ebuild
@@ -12,7 +12,7 @@ S="${WORKDIR}"/MathJax-${PV}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86 ~amd64-linux ~x86-linux ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
 IUSE="doc examples"
 
 RDEPEND="doc? ( app-doc/mathjax-docs:${SLOT} )"



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

2022-09-22 Thread Michał Górny
commit: e41ecfe1347288d8df1cd29b8c5bde7e71a24de6
Author: matoro  users  noreply  github  com>
AuthorDate: Wed Sep 21 21:56:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:45:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e41ecfe1

dev-python/fastjsonschema: Keyword 2.16.2 mips, #831222

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

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

diff --git a/dev-python/fastjsonschema/fastjsonschema-2.16.2.ebuild 
b/dev-python/fastjsonschema/fastjsonschema-2.16.2.ebuild
index 4d2f3bd44cd4..30d3fd50572e 100644
--- a/dev-python/fastjsonschema/fastjsonschema-2.16.2.ebuild
+++ b/dev-python/fastjsonschema/fastjsonschema-2.16.2.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 distutils_enable_tests pytest
 



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

2022-09-22 Thread Michał Górny
commit: 0d2ca5860b9f57c1d42d9d00a367e994f1f9356b
Author: matoro  users  noreply  github  com>
AuthorDate: Wed Sep 21 21:56:53 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:45:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d2ca586

dev-python/argon2-cffi: Keyword 21.3.0-r2 mips, #831222

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

 dev-python/argon2-cffi/argon2-cffi-21.3.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/argon2-cffi/argon2-cffi-21.3.0-r2.ebuild 
b/dev-python/argon2-cffi/argon2-cffi-21.3.0-r2.ebuild
index dfdf08ce4462..81333afeec08 100644
--- a/dev-python/argon2-cffi/argon2-cffi-21.3.0-r2.ebuild
+++ b/dev-python/argon2-cffi/argon2-cffi-21.3.0-r2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 RDEPEND="
>=dev-python/argon2-cffi-bindings-21.2.0[${PYTHON_USEDEP}]



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

2022-09-22 Thread Michał Górny
commit: 36e8a158179a08a1564d7c9caac8ae49d973cd22
Author: matoro  users  noreply  github  com>
AuthorDate: Wed Sep 21 21:56:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:45:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36e8a158

dev-python/argon2-cffi-bindings: Keyword 21.2.0-r1 mips, #831222

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

 dev-python/argon2-cffi-bindings/argon2-cffi-bindings-21.2.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/argon2-cffi-bindings/argon2-cffi-bindings-21.2.0-r1.ebuild 
b/dev-python/argon2-cffi-bindings/argon2-cffi-bindings-21.2.0-r1.ebuild
index 26a326d0d3ba..8d805c38c984 100644
--- a/dev-python/argon2-cffi-bindings/argon2-cffi-bindings-21.2.0-r1.ebuild
+++ b/dev-python/argon2-cffi-bindings/argon2-cffi-bindings-21.2.0-r1.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE="cpu_flags_x86_sse2"
 
 DEPEND="



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

2022-09-22 Thread Michał Górny
commit: 30ce6bafcaf31cf255990c2098b1f986f2e3573e
Author: matoro  users  noreply  github  com>
AuthorDate: Wed Sep 21 21:56:56 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:45:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30ce6baf

dev-python/prompt_toolkit: Keyword 3.0.31 mips, #831222

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

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

diff --git a/dev-python/prompt_toolkit/prompt_toolkit-3.0.31.ebuild 
b/dev-python/prompt_toolkit/prompt_toolkit-3.0.31.ebuild
index daef0b2a5e76..3e2881b39eed 100644
--- a/dev-python/prompt_toolkit/prompt_toolkit-3.0.31.ebuild
+++ b/dev-python/prompt_toolkit/prompt_toolkit-3.0.31.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 RDEPEND="
dev-python/wcwidth[${PYTHON_USEDEP}]



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

2022-09-22 Thread Joonas Niilola
commit: 0996bae453067163e0c4111a95ccc6025d70f518
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Sep 22 08:00:53 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep 22 08:06:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0996bae4

dev-lang/spidermonkey: disable rust-simd on 78

 - broken with newer rust versions, may cause performance issues but this
   branch is EOL.

Closes: https://bugs.gentoo.org/871972
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-lang/spidermonkey/spidermonkey-78.15.0.ebuild | 8 +---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/dev-lang/spidermonkey/spidermonkey-78.15.0.ebuild 
b/dev-lang/spidermonkey/spidermonkey-78.15.0.ebuild
index 909743ac2f47..80ef8034aaa8 100644
--- a/dev-lang/spidermonkey/spidermonkey-78.15.0.ebuild
+++ b/dev-lang/spidermonkey/spidermonkey-78.15.0.ebuild
@@ -306,9 +306,11 @@ src_configure() {
$(use_enable test tests)
)
 
-   if ! use x86 && [[ ${CHOST} != armv*h* ]] ; then
-   myeconfargs+=( --enable-rust-simd )
-   fi
+   # Breaks with newer (1.63+) Rust.
+   # if ! use x86 && [[ ${CHOST} != armv*h* ]] ; then
+   #   myeconfargs+=( --enable-rust-simd )
+   #fi
+   myeconfargs+=( --disable-rust-simd )
 
# Modifications to better support ARM, bug 717344
if use cpu_flags_arm_neon ; then



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

2022-09-22 Thread Joonas Niilola
commit: 38436cd41aef312a4f9fefbf82e8fbc9923a44cc
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Sep 22 08:06:12 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep 22 08:06:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38436cd4

dev-lang/spidermonkey: update known test failure list on 102

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

 .../files/spidermonkey-102-known-test-failures.txt   | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git 
a/dev-lang/spidermonkey/files/spidermonkey-102-known-test-failures.txt 
b/dev-lang/spidermonkey/files/spidermonkey-102-known-test-failures.txt
index e3ba380635b8..2585667d7260 100644
--- a/dev-lang/spidermonkey/files/spidermonkey-102-known-test-failures.txt
+++ b/dev-lang/spidermonkey/files/spidermonkey-102-known-test-failures.txt
@@ -1,5 +1,9 @@
-non262/Intl/available-locales-supported.js
-non262/Intl/available-locales-resolved.js
-non262/Intl/DateTimeFormat/fractional-second-digits-append-item.js
-non262/Intl/DateTimeFormat/day-period-hour-cycle.js
 non262/Date/time-zone-etc_localetime.js
+non262/Date/time-zones-imported.js
+non262/Intl/DateTimeFormat/day-period-hour-cycle.js
+non262/Intl/DateTimeFormat/fractional-second-digits-append-item.js
+non262/Intl/DateTimeFormat/timeZone_backward_links.js
+non262/Intl/DateTimeFormat/timeZone_version.js
+non262/Intl/available-locales-resolved.js
+non262/Intl/available-locales-supported.js
+non262/Intl/supportedValuesOf-timeZones-canonical.js



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

2022-09-22 Thread Joonas Niilola
commit: 20bef838f9be3e437ac423a3c6e4b204ebc85327
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Sep 22 08:02:20 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep 22 08:06:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20bef838

dev-lang/spidermonkey: add 102.3.0

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

 dev-lang/spidermonkey/Manifest|   3 +
 dev-lang/spidermonkey/spidermonkey-102.3.0.ebuild | 404 ++
 2 files changed, 407 insertions(+)

diff --git a/dev-lang/spidermonkey/Manifest b/dev-lang/spidermonkey/Manifest
index 3021af457d1e..ab0a923a8b8f 100644
--- a/dev-lang/spidermonkey/Manifest
+++ b/dev-lang/spidermonkey/Manifest
@@ -1,5 +1,7 @@
 DIST firefox-102.2.0esr.source.tar.xz 479840072 BLAKE2B 
00975ffc02a11619d971731d53fbd480e9e6940d2cb9bd77c529b790e9734db85cc48b4e70d5acf447d221620feb8e9d9b8d129d07f270acd0d388574b129ee4
 SHA512 
06d753867ccfe1b2c79148cc60bc816b47a2abfa98219808868e9028bef1763d982ef7012698d06b8959cce79163d7926baf5f9d5ca9daa18c51fbf0efc59993
+DIST firefox-102.3.0esr.source.tar.xz 478260896 BLAKE2B 
c40ddcfefee874f6dff5d175331144461917269e912d959af20aa19cb8bdc57209403d1e5962311614be8fede33733f734c19bb0d32d881421fa1197539dce5f
 SHA512 
35357791f4de8b474780083a22fb52b7846b8012cbf01403f2b9526151d11c196ce0f9fba8e0f16d8235d7259af6fba1bc3acbb5b7e79129a28f390467aa7556
 DIST firefox-102esr-patches-01j.tar.xz 16572 BLAKE2B 
28be4564c6ae20cd44ee4034e61d594bc9d0d5ef06abca81e8d319fc629ee768adb662226acc69454b6875b033bce89b30da3679f3b9a53dbdc97d78f94a2b14
 SHA512 
36ec59f1ea88513c69bc1b42b47b639510b91cfe59fc80da393bc89c239024af2a9787e33b49e73d380b3c07603ea7b6c95fb435416f25c1baa285b4e0462679
+DIST firefox-102esr-patches-02j.tar.xz 19688 BLAKE2B 
f26b8dd2613712ab49db34247c432769386ac066238b86c0eea367cebbd167334f822866129d0874efc35da4da686e6185881649b0b3095dede28ec8c658a3b2
 SHA512 
456cd2b7d9f907080afb5225d353154117624fa938f24dcfae7ada03f5b39572e5d6d6e1a4bba7825465b48f6d38b04e5c0f69556c82d4ebbe1463e11dc809d7
 DIST firefox-68.0-patches-15.tar.xz 16060 BLAKE2B 
f9e6cd58ea51bed1af90a9d30fd551dc7e939afcd1b4d00de1271bd4bda94021c6f1799fd9945962c14ffa1fd0b6a6429369c4e45efc2000f179b9b2e46971e7
 SHA512 
9cb2479637dd8b84e0ab68dc0fe144acd2dc74feca282fd3c4b485ca6f0de8190244587622713a5421b243ccda153f738e9a8f463e87e15e93e9b725d943e128
 DIST firefox-68.12.0esr.source.tar.xz 313856956 BLAKE2B 
eeaa4acc9fabf15ec1b313170a30cee8e1fc10a8b08512b915b83b7d6a81c09b365733ed94638bd434864fd7b0cb8cbf1bc2e43441be69e31117e8e6a099234c
 SHA512 
839b02422e4c87bdb12e0995cd35ca8c1996f3fba00bbb46b419e46b67df5ec48a264cb14632db777ce29166ee4fdcb06e2ee3ce847e64328c58c9a2f9129f4c
 DIST firefox-78.15.0esr.source.tar.xz 330819568 BLAKE2B 
dc8785613c2f72c55d484642c89c2545765a9efbd609bc7c2cf57b4a3a06a2ea22e6959e42b5b8af867db782e8b2097a67dec858796b744e47008a8e575e2316
 SHA512 
ac3de735b246ce4f0e1619cd2664321ffa374240ce6843e785d79a350dc30c967996bbcc5e3b301cb3d822ca981cbea116758fc4122f1738d75ddfd1165b6378
@@ -9,6 +11,7 @@ DIST firefox-91.13.0esr.source.tar.xz 380053584 BLAKE2B 
75d0daa512b3a2d41974a016
 DIST firefox-91esr-patches-10j.tar.xz 18320 BLAKE2B 
ec882411eed19bafab8676e3d79f4ae43947bb97c44571c1497bb93a44fcfec99de06ebacbdf8c4944dcecdf949e4f684908d7ce4226cdcec60241e62e75810e
 SHA512 
670a14d852bb74b9074c3fef9310650f71ce1c56314109c49aea02a7a69acc836af60a8beab11da53e21b10a8e6da341fcfa18b68a1dfd33b26978dd63758e9c
 DIST mozjs-60.5.2.tar.bz2 32816585 BLAKE2B 
45ac4c9646e1275faf60eeedbf486f802cd106583eb7f640fe2243adc7cbb811dced5cefa94426cceca63468b0112be84078ffcef24cb2b8c1a7b6c8173c0d45
 SHA512 
5fb73330e7803bdd524fbe7cfdf4e6b72e85d4b22b0c827400317b5d052d1088d36e558ceac376393089e9d03e658b24e69262851fc04a66bbcda47135423dc0
 DIST spidermonkey-102-patches-03j.tar.xz 5208 BLAKE2B 
e60cd2f201530a1e0f635af2c7be7f966f1c4ed32b5ede834fd89006c3314c82548f970799d50fb379eb5a808edd773d4d92a3df9bda2efbd238bec77bea23f7
 SHA512 
ad5968e33846fe3012e0f1b1d73d3383ba691e72db71195a80e07ced038916abe07431fb82ed20c08fb806508910ae4c11504cdb4774c0ff31569b7519ed9de4
+DIST spidermonkey-102-patches-04j.tar.xz 3996 BLAKE2B 
468697521adacc5d647b04f2228fc4c1a8131bc2523142f2d57f32e321303581ae8f793baae48966ecb27f48bf77eb084f7b2df1c1a0c667e9ed59ae93d786e6
 SHA512 
201bb779e2373cc00dfadc29a62b593030dfc12eec076114b92927f29f476d3fafdd056112dd1bb1f19f82827f4fe1252141e3998bec719e4196737a316d4ef2
 DIST spidermonkey-60.0-patches-04.tar.xz 4428 BLAKE2B 
af78049cd9b3ee6a9b689e6253486c4670fd3b506faade7d745dafaa7af329c0bd15cd35e95528a4c96688230f4803130967fb09b97aae2bda0ce0f73acaaf3e
 SHA512 
fb1326a81512146ba98773d4f7e0c4bc1bff0f076897c13f576fcf63b56f6965efeff633eea9160bca9f9bc4546505901084eabc33bc955de0b7ab3d6334387a
 DIST spidermonkey-68.6.0-patches-04.tar.xz 5956 BLAKE2B 
b1250391a5173e676272d5926b710c06b0e9de1ff03b130a57fdac30f2deefbee3fa92250b37e28087572fe5cce73eb112ef4e1fb0c0401d6ecdb22ab9868998
 SHA512 

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

2022-09-22 Thread Joonas Niilola
commit: 287c14b28972233682ed193e7de8c64286b21ca6
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Sep 22 08:02:29 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep 22 08:06:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=287c14b2

dev-lang/spidermonkey: drop 102.2.0

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

 dev-lang/spidermonkey/Manifest|   3 -
 dev-lang/spidermonkey/spidermonkey-102.2.0.ebuild | 406 --
 2 files changed, 409 deletions(-)

diff --git a/dev-lang/spidermonkey/Manifest b/dev-lang/spidermonkey/Manifest
index ab0a923a8b8f..5df8900dc4c9 100644
--- a/dev-lang/spidermonkey/Manifest
+++ b/dev-lang/spidermonkey/Manifest
@@ -1,6 +1,4 @@
-DIST firefox-102.2.0esr.source.tar.xz 479840072 BLAKE2B 
00975ffc02a11619d971731d53fbd480e9e6940d2cb9bd77c529b790e9734db85cc48b4e70d5acf447d221620feb8e9d9b8d129d07f270acd0d388574b129ee4
 SHA512 
06d753867ccfe1b2c79148cc60bc816b47a2abfa98219808868e9028bef1763d982ef7012698d06b8959cce79163d7926baf5f9d5ca9daa18c51fbf0efc59993
 DIST firefox-102.3.0esr.source.tar.xz 478260896 BLAKE2B 
c40ddcfefee874f6dff5d175331144461917269e912d959af20aa19cb8bdc57209403d1e5962311614be8fede33733f734c19bb0d32d881421fa1197539dce5f
 SHA512 
35357791f4de8b474780083a22fb52b7846b8012cbf01403f2b9526151d11c196ce0f9fba8e0f16d8235d7259af6fba1bc3acbb5b7e79129a28f390467aa7556
-DIST firefox-102esr-patches-01j.tar.xz 16572 BLAKE2B 
28be4564c6ae20cd44ee4034e61d594bc9d0d5ef06abca81e8d319fc629ee768adb662226acc69454b6875b033bce89b30da3679f3b9a53dbdc97d78f94a2b14
 SHA512 
36ec59f1ea88513c69bc1b42b47b639510b91cfe59fc80da393bc89c239024af2a9787e33b49e73d380b3c07603ea7b6c95fb435416f25c1baa285b4e0462679
 DIST firefox-102esr-patches-02j.tar.xz 19688 BLAKE2B 
f26b8dd2613712ab49db34247c432769386ac066238b86c0eea367cebbd167334f822866129d0874efc35da4da686e6185881649b0b3095dede28ec8c658a3b2
 SHA512 
456cd2b7d9f907080afb5225d353154117624fa938f24dcfae7ada03f5b39572e5d6d6e1a4bba7825465b48f6d38b04e5c0f69556c82d4ebbe1463e11dc809d7
 DIST firefox-68.0-patches-15.tar.xz 16060 BLAKE2B 
f9e6cd58ea51bed1af90a9d30fd551dc7e939afcd1b4d00de1271bd4bda94021c6f1799fd9945962c14ffa1fd0b6a6429369c4e45efc2000f179b9b2e46971e7
 SHA512 
9cb2479637dd8b84e0ab68dc0fe144acd2dc74feca282fd3c4b485ca6f0de8190244587622713a5421b243ccda153f738e9a8f463e87e15e93e9b725d943e128
 DIST firefox-68.12.0esr.source.tar.xz 313856956 BLAKE2B 
eeaa4acc9fabf15ec1b313170a30cee8e1fc10a8b08512b915b83b7d6a81c09b365733ed94638bd434864fd7b0cb8cbf1bc2e43441be69e31117e8e6a099234c
 SHA512 
839b02422e4c87bdb12e0995cd35ca8c1996f3fba00bbb46b419e46b67df5ec48a264cb14632db777ce29166ee4fdcb06e2ee3ce847e64328c58c9a2f9129f4c
@@ -10,7 +8,6 @@ DIST firefox-91.11.0esr.source.tar.xz 384459848 BLAKE2B 
cff327378a1712d0dfb99e1a
 DIST firefox-91.13.0esr.source.tar.xz 380053584 BLAKE2B 
75d0daa512b3a2d41974a0169778be9ef19a100de2bd382add9831860ca93976585a41e760b6a7ec753268fb78f9f61049780fa7961834248bc8157cfdcc2827
 SHA512 
38b4cc52de21e76d6061e6ba175e1cbfd888a16070aa951f5a44283f2db9d7e94f2504621f0da78feac6e71491a6d0e7038f63dd0ae112dcad700eb02e9aa516
 DIST firefox-91esr-patches-10j.tar.xz 18320 BLAKE2B 
ec882411eed19bafab8676e3d79f4ae43947bb97c44571c1497bb93a44fcfec99de06ebacbdf8c4944dcecdf949e4f684908d7ce4226cdcec60241e62e75810e
 SHA512 
670a14d852bb74b9074c3fef9310650f71ce1c56314109c49aea02a7a69acc836af60a8beab11da53e21b10a8e6da341fcfa18b68a1dfd33b26978dd63758e9c
 DIST mozjs-60.5.2.tar.bz2 32816585 BLAKE2B 
45ac4c9646e1275faf60eeedbf486f802cd106583eb7f640fe2243adc7cbb811dced5cefa94426cceca63468b0112be84078ffcef24cb2b8c1a7b6c8173c0d45
 SHA512 
5fb73330e7803bdd524fbe7cfdf4e6b72e85d4b22b0c827400317b5d052d1088d36e558ceac376393089e9d03e658b24e69262851fc04a66bbcda47135423dc0
-DIST spidermonkey-102-patches-03j.tar.xz 5208 BLAKE2B 
e60cd2f201530a1e0f635af2c7be7f966f1c4ed32b5ede834fd89006c3314c82548f970799d50fb379eb5a808edd773d4d92a3df9bda2efbd238bec77bea23f7
 SHA512 
ad5968e33846fe3012e0f1b1d73d3383ba691e72db71195a80e07ced038916abe07431fb82ed20c08fb806508910ae4c11504cdb4774c0ff31569b7519ed9de4
 DIST spidermonkey-102-patches-04j.tar.xz 3996 BLAKE2B 
468697521adacc5d647b04f2228fc4c1a8131bc2523142f2d57f32e321303581ae8f793baae48966ecb27f48bf77eb084f7b2df1c1a0c667e9ed59ae93d786e6
 SHA512 
201bb779e2373cc00dfadc29a62b593030dfc12eec076114b92927f29f476d3fafdd056112dd1bb1f19f82827f4fe1252141e3998bec719e4196737a316d4ef2
 DIST spidermonkey-60.0-patches-04.tar.xz 4428 BLAKE2B 
af78049cd9b3ee6a9b689e6253486c4670fd3b506faade7d745dafaa7af329c0bd15cd35e95528a4c96688230f4803130967fb09b97aae2bda0ce0f73acaaf3e
 SHA512 
fb1326a81512146ba98773d4f7e0c4bc1bff0f076897c13f576fcf63b56f6965efeff633eea9160bca9f9bc4546505901084eabc33bc955de0b7ab3d6334387a
 DIST spidermonkey-68.6.0-patches-04.tar.xz 5956 BLAKE2B 
b1250391a5173e676272d5926b710c06b0e9de1ff03b130a57fdac30f2deefbee3fa92250b37e28087572fe5cce73eb112ef4e1fb0c0401d6ecdb22ab9868998
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: app-i18n/transifex-client/

2022-09-22 Thread Joonas Niilola
commit: 8ce58fae3d123792a71f77a829cdf3ae40bb6a70
Author: Robert Siebeck  r123  de>
AuthorDate: Tue Sep 13 12:58:31 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep 22 11:34:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ce58fae

app-i18n/transifex-client: add version 1.3.1

Signed-off-by: Robert Siebeck  r123.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 app-i18n/transifex-client/Manifest |  2 ++
 .../transifex-client/transifex-client-1.3.1.ebuild | 32 ++
 2 files changed, 34 insertions(+)

diff --git a/app-i18n/transifex-client/Manifest 
b/app-i18n/transifex-client/Manifest
index 68db5956ddfa..612798ee020f 100644
--- a/app-i18n/transifex-client/Manifest
+++ b/app-i18n/transifex-client/Manifest
@@ -2,3 +2,5 @@ DIST transifex-client-1.1-deps.tar.xz 227565760 BLAKE2B 
d976f8e778abd2bab54306f5
 DIST transifex-client-1.1.0.tar.gz 83035 BLAKE2B 
fafee6b554116c8525409b2ad581f4b9c46faf58332b885afc74468e73f50936af743e9fefca29f773a8126fd5e91f0fd902b3542c1d2bb0e41ff6475d3bcddb
 SHA512 
315208498ad18a6008c16b8e7cf6c25c227b4c28f1c54ced7fc31d082da3eb54859230acd67ad293405770be444c96687a1879792b6385c3ca6cf5f221ed9450
 DIST transifex-client-1.3.0-deps.tar.bz 241930614 BLAKE2B 
7855172504f3fe1208556e0030bcaec7dac4b21ed948926368b0b91c1984cb73e6d0bda0110bdd592cf3be7835f847fe54009f2c5c41fd14899b7b5d37932937
 SHA512 
5eb88614b354aeac0acd02cfe416c884adb8070614946dd71de512030e410a20ca7eb6b426876c218ef9b6ec1d4faf9eb557e2daf84cf9895cce04c33a937655
 DIST transifex-client-1.3.0.tar.gz 87395 BLAKE2B 
90da67d49e1b2e09d509b0ff373f0403eddc5c29a63ca64f747006ed3cb95c51add58e442a139e7e17d28b44e700aed249d0e5ca563f6af832578640f8f7164d
 SHA512 
6e81d94e95157322d0fc74386d7e6f218f589bb81ce36b0967c09ca9199d641b13953f491373d9e7ec9f6ddc50c243801a24da985a2e577b733bf364623e3d75
+DIST transifex-client-1.3.1-deps.tar.bz 241386467 BLAKE2B 
fb0e2c6c3f722afee5b6ce0eb8536b53139ec816411eba9bfa6fdf17d850c3cce0bce5f662e770da582001b7f34709d362d2ac3cfc8149f4affa5878a9f475f9
 SHA512 
f2d77065a31c2aa8c6518b5ce382ed82ee6eb34d03c2981daf9563ab09367d8f2a8b0be37947a23dfca56d59c987e555b89b6728fffba190b56b54871b161895
+DIST transifex-client-1.3.1.tar.gz 87320 BLAKE2B 
5fa402f8b9dbcde3030335b544ff5b7982f3477d7f3484d324709467dd694e2d4368e2e78c8ac7203eff92c079814594d7251372cc023bc22c21d966a5ef6a7a
 SHA512 
8692c8d98511240672e1252e309c714eda89c83e34b53826cc8fb0d24059a3fc46ad3f5159c57ce974d63f26c35281cf7100207d3d5932f26c87692f80dac7d2

diff --git a/app-i18n/transifex-client/transifex-client-1.3.1.ebuild 
b/app-i18n/transifex-client/transifex-client-1.3.1.ebuild
new file mode 100644
index ..9a033bd17757
--- /dev/null
+++ b/app-i18n/transifex-client/transifex-client-1.3.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="The Transifex command-line client"
+HOMEPAGE="https://github.com/transifex/cli;
+
+SRC_URI="https://github.com/transifex/cli/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz
+   
https://gitlab.com/api/v4/projects/35204985/packages/generic/${PN}/${PV}/${P}-deps.tar.bz;
+S="${WORKDIR}"/cli-${PV}
+
+LICENSE="Apache-2.0 BSD BSD-2 ISC LGPL-3 MIT MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+
+src_compile() {
+   emake GOFLAGS="${GOFLAGS} 
-ldflags=-X="github.com/transifex/cli/internal/txlib.Version=${PV}
+}
+
+src_test() {
+   # Skip tests depending on a network connection. Bug #831772
+   rm internal/txlib/update_test.go || die
+   go test ./... || die
+}
+
+src_install() {
+   dobin bin/tx
+   dodoc README.md
+}



[gentoo-commits] repo/gentoo:master commit in: app-dicts/myspell-de/

2022-09-22 Thread Joonas Niilola
commit: 936853b817497d6be3aec4d23ddeed2f7602ec49
Author: Robert Siebeck  r123  de>
AuthorDate: Thu Sep 15 07:45:42 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep 22 11:34:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=936853b8

app-dicts/myspell-de: take maintainership

Signed-off-by: Robert Siebeck  r123.de>
Closes: https://github.com/gentoo/gentoo/pull/27265
Signed-off-by: Joonas Niilola  gentoo.org>

 app-dicts/myspell-de/metadata.xml | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/app-dicts/myspell-de/metadata.xml 
b/app-dicts/myspell-de/metadata.xml
index 13909778f856..123df3cd5c79 100644
--- a/app-dicts/myspell-de/metadata.xml
+++ b/app-dicts/myspell-de/metadata.xml
@@ -1,7 +1,14 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   gentoo.2...@r123.de
+   Robert Siebeck
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   


German "frami" standard dictionary with spell check, 
hyphenation patterns and



[gentoo-commits] repo/gentoo:master commit in: profiles/desc/, app-dicts/myspell-de/

2022-09-22 Thread Joonas Niilola
commit: ba04241e5184252af15449da3abd8b01694de18b
Author: Robert Siebeck  r123  de>
AuthorDate: Thu Sep 15 07:44:49 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep 22 11:34:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba04241e

app-dicts/myspell-de: support installing country-specific locales

Country-specific locales for Austria, Switzerland and Germany can be selected
via USE flags. Using the de locale will install the files for all countries.

Signed-off-by: Robert Siebeck  r123.de>
Signed-off-by: Joonas Niilola  gentoo.org>

 .../myspell-de/myspell-de-2017.01.12-r1.ebuild | 53 ++
 profiles/desc/l10n.desc|  2 +
 2 files changed, 55 insertions(+)

diff --git a/app-dicts/myspell-de/myspell-de-2017.01.12-r1.ebuild 
b/app-dicts/myspell-de/myspell-de-2017.01.12-r1.ebuild
new file mode 100644
index ..262d7cdec76b
--- /dev/null
+++ b/app-dicts/myspell-de/myspell-de-2017.01.12-r1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit myspell-r2
+
+MY_PV=$(ver_rs 1- -)   # -MM-DD
+
+DESCRIPTION="German (AT,CH,DE) dictionaries for myspell/hunspell"
+HOMEPAGE="
+   
https://extensions.libreoffice.org/extensions/german-de-at-frami-dictionaries
+   
https://extensions.libreoffice.org/extensions/german-de-ch-frami-dictionaries
+   
https://extensions.libreoffice.org/extensions/german-de-de-frami-dictionaries
+"
+SRC_URI="
+   l10n_de? (
+   
https://extensions.libreoffice.org/extensions/german-de-at-frami-dictionaries/$(ver_rs
 1 -)/@@download/file/dict-de_AT-frami_${MY_PV}.oxt
+   
https://extensions.libreoffice.org/extensions/german-de-ch-frami-dictionaries/$(ver_rs
 1 -)/@@download/file/dict-de_CH-frami_${MY_PV}.oxt
+   
https://extensions.libreoffice.org/extensions/german-de-de-frami-dictionaries/${MY_PV}/@@download/file/dict-de_DE-frami_${MY_PV}.oxt
 )
+   l10n_de-AT? ( 
https://extensions.libreoffice.org/extensions/german-de-at-frami-dictionaries/$(ver_rs
 1 -)/@@download/file/dict-de_AT-frami_${MY_PV}.oxt )
+   l10n_de-CH? ( 
https://extensions.libreoffice.org/extensions/german-de-ch-frami-dictionaries/$(ver_rs
 1 -)/@@download/file/dict-de_CH-frami_${MY_PV}.oxt )
+   l10n_de-DE? ( 
https://extensions.libreoffice.org/extensions/german-de-de-frami-dictionaries/${MY_PV}/@@download/file/dict-de_DE-frami_${MY_PV}.oxt
 )
+"
+
+LICENSE="GPL-3 GPL-2 LGPL-3+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86"
+
+PLOCALES=( "de-AT" "de-CH" "de-DE" )
+IUSE+="+l10n_de ${PLOCALES[@]/#/l10n_}"
+REQUIRED_USE="|| ( l10n_de ${PLOCALES[@]/#/l10n_} )"
+
+src_prepare() {
+   # fixing file names
+   for i in *_frami.*; do
+   mv "${i}" "${i/_frami}" || die
+   done
+
+   MYSPELL_DICT=( )
+   MYSPELL_HYPH=( )
+   MYSPELL_THES=( )
+   for lang in "${PLOCALES[@]}"; do
+   local mylinguas="${lang//-/_}"
+   if use "l10n_${lang}" || use l10n_de; then
+   MYSPELL_DICT+=( "${mylinguas}.aff" "${mylinguas}.dic" )
+   MYSPELL_HYPH+=( "hyph_${mylinguas}.dic" )
+   MYSPELL_THES+=( "th_${mylinguas}_v2.dat" 
"th_${mylinguas}_v2.idx" )
+   fi
+   done
+
+   default
+}

diff --git a/profiles/desc/l10n.desc b/profiles/desc/l10n.desc
index e50db4be3262..8507b4ecd5b2 100644
--- a/profiles/desc/l10n.desc
+++ b/profiles/desc/l10n.desc
@@ -56,7 +56,9 @@ cy - Welsh
 da - Danish
 de - German
 de-1901 - German (traditional orthography)
+de-AT - German (Austria)
 de-CH - German (Switzerland)
+de-DE - German (Germany)
 dgo - Dogri (individual language)
 doi - Dogri (macrolanguage)
 dsb - Lower Sorbian



[gentoo-commits] repo/gentoo:master commit in: app-i18n/transifex-client/

2022-09-22 Thread Joonas Niilola
commit: c40ff410803fe4a8845459784c91fdf1edf2d0a2
Author: Robert Siebeck  r123  de>
AuthorDate: Tue Sep 13 12:58:51 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Sep 22 11:34:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c40ff410

app-i18n/transifex-client: remove version 1.1.0

Signed-off-by: Robert Siebeck  r123.de>
Closes: https://github.com/gentoo/gentoo/pull/27238
Signed-off-by: Joonas Niilola  gentoo.org>

 app-i18n/transifex-client/Manifest |  2 --
 .../transifex-client/transifex-client-1.1.0.ebuild | 32 --
 2 files changed, 34 deletions(-)

diff --git a/app-i18n/transifex-client/Manifest 
b/app-i18n/transifex-client/Manifest
index 612798ee020f..9c352452785f 100644
--- a/app-i18n/transifex-client/Manifest
+++ b/app-i18n/transifex-client/Manifest
@@ -1,5 +1,3 @@
-DIST transifex-client-1.1-deps.tar.xz 227565760 BLAKE2B 
d976f8e778abd2bab54306f53afa02f450be3564d427ac3624849e17d2e1adc109c0ec344bfb052a59e5a8060dd0d7313919efbf9883243f27aa82b25df0d5fb
 SHA512 
d244fc394db334478593b69069b61b2795607ed3fdf719b6083eebcb50e128e33c8513e35660490005f2716892d98886f990a0850a15f91c3f75e9569341005a
-DIST transifex-client-1.1.0.tar.gz 83035 BLAKE2B 
fafee6b554116c8525409b2ad581f4b9c46faf58332b885afc74468e73f50936af743e9fefca29f773a8126fd5e91f0fd902b3542c1d2bb0e41ff6475d3bcddb
 SHA512 
315208498ad18a6008c16b8e7cf6c25c227b4c28f1c54ced7fc31d082da3eb54859230acd67ad293405770be444c96687a1879792b6385c3ca6cf5f221ed9450
 DIST transifex-client-1.3.0-deps.tar.bz 241930614 BLAKE2B 
7855172504f3fe1208556e0030bcaec7dac4b21ed948926368b0b91c1984cb73e6d0bda0110bdd592cf3be7835f847fe54009f2c5c41fd14899b7b5d37932937
 SHA512 
5eb88614b354aeac0acd02cfe416c884adb8070614946dd71de512030e410a20ca7eb6b426876c218ef9b6ec1d4faf9eb557e2daf84cf9895cce04c33a937655
 DIST transifex-client-1.3.0.tar.gz 87395 BLAKE2B 
90da67d49e1b2e09d509b0ff373f0403eddc5c29a63ca64f747006ed3cb95c51add58e442a139e7e17d28b44e700aed249d0e5ca563f6af832578640f8f7164d
 SHA512 
6e81d94e95157322d0fc74386d7e6f218f589bb81ce36b0967c09ca9199d641b13953f491373d9e7ec9f6ddc50c243801a24da985a2e577b733bf364623e3d75
 DIST transifex-client-1.3.1-deps.tar.bz 241386467 BLAKE2B 
fb0e2c6c3f722afee5b6ce0eb8536b53139ec816411eba9bfa6fdf17d850c3cce0bce5f662e770da582001b7f34709d362d2ac3cfc8149f4affa5878a9f475f9
 SHA512 
f2d77065a31c2aa8c6518b5ce382ed82ee6eb34d03c2981daf9563ab09367d8f2a8b0be37947a23dfca56d59c987e555b89b6728fffba190b56b54871b161895

diff --git a/app-i18n/transifex-client/transifex-client-1.1.0.ebuild 
b/app-i18n/transifex-client/transifex-client-1.1.0.ebuild
deleted file mode 100644
index a8541179dbdf..
--- a/app-i18n/transifex-client/transifex-client-1.1.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module
-
-DESCRIPTION="The Transifex command-line client"
-HOMEPAGE="https://github.com/transifex/cli;
-
-SRC_URI="https://github.com/transifex/cli/archive/refs/tags/v${PV}.tar.gz -> 
${P}.tar.gz
-   
https://gitlab.com/api/v4/projects/35204985/packages/generic/${PN}/${PV}/${PN}-1.1-deps.tar.xz;
-S="${WORKDIR}"/cli-${PV}
-
-LICENSE="Apache-2.0 BSD BSD-2 ISC LGPL-3 MIT MPL-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-
-src_compile() {
-   emake GOFLAGS="${GOFLAGS} 
-ldflags=-X="github.com/transifex/cli/internal/txlib.Version=${PV}
-}
-
-src_test() {
-   # Skip tests depending on a network connection. Bug #831772
-   rm internal/txlib/update_test.go || die
-   go test ./... || die
-}
-
-src_install() {
-   dobin bin/tx
-   dodoc README.md
-}



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

2022-09-22 Thread Michał Górny
commit: b96bedea8ed0eef8ce52106c2e1ba981a24ff2c9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 06:18:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 06:23:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96bedea

dev-python/awxkit: Bump to 21.6.0

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

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

diff --git a/dev-python/awxkit/Manifest b/dev-python/awxkit/Manifest
index d7f042468575..934bc7c2f4dc 100644
--- a/dev-python/awxkit/Manifest
+++ b/dev-python/awxkit/Manifest
@@ -3,3 +3,4 @@ DIST awxkit-21.2.0.gh.tar.gz 16531568 BLAKE2B 
aa6677408415b2abd6a8d0f3286e2147f0
 DIST awxkit-21.3.0.gh.tar.gz 15808522 BLAKE2B 
0c8f563601e8140af763ef88d9c69232b1c5b5de726962c210883af78d400286f7a415971311a7543b150d165c10cadbfbbd11d58ea8b9336efe9db7a7d29493
 SHA512 
05f2996a51aedc059041d72a50c21b3dd161c958ac869e4c9d36b45ae483e2e4c6a743e8ba336acde8108fa43d9eec0131d76a8ef3cf0dbeec1416dc8317c698
 DIST awxkit-21.4.0.gh.tar.gz 16058858 BLAKE2B 
215b18809bd1050c6e93a03711fd8cb1b96299c2f335d01e7c40ea54ee9aaefab652f86826914e908ff4a19a02e79a61fc13edd5533c6b619366f76aa7fcfa46
 SHA512 
fc4513e7adcbf75aa801dfedb1f92a08e1dbe804a0a8b18809ec5ef98dd42bdf08856c486a9781cc6d34a932a86d587a90eac28099016e956c7468078d44d3ba
 DIST awxkit-21.5.0.gh.tar.gz 16077945 BLAKE2B 
06e4b67fd49f9f11d65c4209ef70732e4dc33613c1875f4827421da200d2e7a7eaf8774c14a8f7713ce9227fc477103b114f6d2c170ed180e1cd101c59ca4c4a
 SHA512 
7d90e1cc8133c3e5dca3a73e718c6449fc75e85fe7a1e1e28c971bc4883d249ed2e17124b5d1de06fd0adac358e49a3987620cc5d274bd666a78bc5cd75577fc
+DIST awxkit-21.6.0.gh.tar.gz 16088139 BLAKE2B 
f23c0fb89380e6d716fe5e36afd6cf9f79ab07aedb6ed7dc081a21f09fa8f8e2ed5fd6199f26759c4fdd08db6459b6cd80affa00d18e06ea5bc897957bb65edc
 SHA512 
87c6ba1343a17faa4e4d70b76b9ec4b04b74a6f1ff02e44b02838a21d5242ebb25daaa379e0e1d3ff8d59782f7ce0d30c17cf3984d34d74ed8fd3f9dac316097

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



[gentoo-commits] repo/gentoo:master commit in: dev-python/aws-sam-translator/

2022-09-22 Thread Michał Górny
commit: ac31d29bbd1d8d8259979588ded81c87590454a8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 06:17:40 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 06:23:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac31d29b

dev-python/aws-sam-translator: Bump to 1.51.0

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

 dev-python/aws-sam-translator/Manifest |  1 +
 .../aws-sam-translator-1.51.0.ebuild   | 59 ++
 2 files changed, 60 insertions(+)

diff --git a/dev-python/aws-sam-translator/Manifest 
b/dev-python/aws-sam-translator/Manifest
index efbfc5d3572f..348d4652d017 100644
--- a/dev-python/aws-sam-translator/Manifest
+++ b/dev-python/aws-sam-translator/Manifest
@@ -1 +1,2 @@
 DIST aws-sam-translator-1.50.0.gh.tar.gz 1103467 BLAKE2B 
8d9408b7e92a5c515da47075a0722c937223e73dfa99d92d6daf91997a2edf4e1854afb88f7020fdab3457453d1c54ea77cf7e3466ec71ede36bfb3fc9c469fa
 SHA512 
2f8f494218a1ac018893de59e7bede88b73ce446b29cc818d9309275851b080608656f69c422a9b49c885a6e6cbe7f34826f31cf4da9f2ee0667a1663dbee32a
+DIST aws-sam-translator-1.51.0.gh.tar.gz 1107033 BLAKE2B 
be5d46fa4caa7619c0b959eeec65d0902fdb197369c84c930618398a9b4110c2b1e281c80e63c659be266bb6b2f191495c40578fde73ab31c93bd05906bd55e3
 SHA512 
d21f3d0b3d4947ad25811f0274e5807089a8d1e2aab76310a80a92f48cfe9ac683bcecea3c833692948f94934be5662cf7585aab0a4a949fcf368901d2e1b9a8

diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.51.0.ebuild 
b/dev-python/aws-sam-translator/aws-sam-translator-1.51.0.ebuild
new file mode 100644
index ..4194237c6fc3
--- /dev/null
+++ b/dev-python/aws-sam-translator/aws-sam-translator-1.51.0.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="A library that transform SAM templates into AWS CloudFormation 
templates"
+HOMEPAGE="
+   https://github.com/aws/serverless-application-model/
+   https://pypi.org/project/aws-sam-translator/
+"
+SRC_URI="
+   
https://github.com/aws/serverless-application-model/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+S="${WORKDIR}/serverless-application-model-${PV}"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+   =dev-python/boto3-1.19.5[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-3.2[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/mock[${PYTHON_USEDEP}]
+   dev-python/parameterized[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   
tests/validator/test_validator_api.py::TestValidatorApi::test_errors_13_error_definitionuri
+   
tests/unit/test_region_configuration.py::TestRegionConfiguration::test_is_service_supported_positive_4_ec2
+   
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_sar_success_one_app
+   
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_sar_throttling_doesnt_stop_processing
+   
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_sleep_between_sar_checks
+   
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_transform_template_translate::test_unexpected_sar_error_stops_processing
+   
tests/plugins/application/test_serverless_app_plugin.py::TestServerlessAppPlugin_on_before_and_on_after_transform_template::test_time_limit_exceeds_between_combined_sar_calls
+)
+
+python_prepare_all() {
+   # remove pytest-cov dependency
+   sed -i -e '/addopts/d' pytest.ini || die
+
+   # deps are installed by ebuild, don't try to reinstall them via pip
+   truncate --size=0 requirements/*.txt || die
+
+   distutils-r1_python_prepare_all
+}



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

2022-09-22 Thread Michał Górny
commit: 9881b1a1f86f6ade604610be8f25b628631af758
Author: matoro  users  noreply  github  com>
AuthorDate: Thu Sep 22 01:02:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:46:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9881b1a1

dev-python/pathlib2: Keyword 2.3.7_p1 alpha, #868267

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

 dev-python/pathlib2/pathlib2-2.3.7_p1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pathlib2/pathlib2-2.3.7_p1.ebuild 
b/dev-python/pathlib2/pathlib2-2.3.7_p1.ebuild
index 93343f82a684..0d7f9427607f 100644
--- a/dev-python/pathlib2/pathlib2-2.3.7_p1.ebuild
+++ b/dev-python/pathlib2/pathlib2-2.3.7_p1.ebuild
@@ -23,6 +23,6 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 distutils_enable_tests pytest



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

2022-09-22 Thread Michał Górny
commit: 6618eca8c62d8bf315ab3a7e906c96b064550a98
Author: matoro  users  noreply  github  com>
AuthorDate: Thu Sep 22 01:02:31 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:46:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6618eca8

dev-python/jaraco-text: Keyword 3.9.1 alpha, #868267

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

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

diff --git a/dev-python/jaraco-text/jaraco-text-3.9.1.ebuild 
b/dev-python/jaraco-text/jaraco-text-3.9.1.ebuild
index 0d3d2c246668..db7762d5350e 100644
--- a/dev-python/jaraco-text/jaraco-text-3.9.1.ebuild
+++ b/dev-python/jaraco-text/jaraco-text-3.9.1.ebuild
@@ -20,7 +20,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 RDEPEND="
>=dev-python/jaraco-context-4.1.1-r1[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-perl/XS-Parse-Keyword/

2022-09-22 Thread Michał Górny
commit: a22832ad4f82fa7e1c0d357965ee0059a95db4b8
Author: matoro  users  noreply  github  com>
AuthorDate: Wed Sep 21 18:15:17 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:46:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a22832ad

dev-perl/XS-Parse-Keyword: Keyword 0.250.0 alpha, #863014

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

 dev-perl/XS-Parse-Keyword/XS-Parse-Keyword-0.250.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/XS-Parse-Keyword/XS-Parse-Keyword-0.250.0.ebuild 
b/dev-perl/XS-Parse-Keyword/XS-Parse-Keyword-0.250.0.ebuild
index 2f65d4a08d28..d7e5cd4d5edf 100644
--- a/dev-perl/XS-Parse-Keyword/XS-Parse-Keyword-0.250.0.ebuild
+++ b/dev-perl/XS-Parse-Keyword/XS-Parse-Keyword-0.250.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="XS functions to assist in parsing keyword syntax"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND=""
 BDEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: dev-perl/ExtUtils-CChecker/

2022-09-22 Thread Michał Górny
commit: 5155ea4fa295b6c8146aabce8a90346c57aecaf0
Author: matoro  users  noreply  github  com>
AuthorDate: Wed Sep 21 18:15:14 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:46:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5155ea4f

dev-perl/ExtUtils-CChecker: Keyword 0.110.0 alpha, #863014

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

 dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.110.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.110.0.ebuild 
b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.110.0.ebuild
index 366ebd16c3b2..df39e64a983b 100644
--- a/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.110.0.ebuild
+++ b/dev-perl/ExtUtils-CChecker/ExtUtils-CChecker-0.110.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="Configure-time utilities for using C headers"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="
virtual/perl-ExtUtils-CBuilder



[gentoo-commits] repo/gentoo:master commit in: sys-auth/fprintd/

2022-09-22 Thread Michał Górny
commit: 331b37b6fb756463e0a64425d9564311f4d05438
Author: matoro  users  noreply  github  com>
AuthorDate: Thu Sep 22 02:02:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:46:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=331b37b6

sys-auth/fprintd: Keyword 1.94.1 alpha, #764554

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

 sys-auth/fprintd/fprintd-1.94.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/fprintd/fprintd-1.94.1.ebuild 
b/sys-auth/fprintd/fprintd-1.94.1.ebuild
index cca15ee2f37a..54b26b7b3ee6 100644
--- a/sys-auth/fprintd/fprintd-1.94.1.ebuild
+++ b/sys-auth/fprintd/fprintd-1.94.1.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://gitlab.freedesktop.org/libfprint/${PN}/-/archive/v${PV}/${MY_P}
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ~ia64 ppc ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ~riscv sparc x86"
 IUSE="doc pam systemd test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: app-text/po4a/

2022-09-22 Thread Michał Górny
commit: 6d4fa002c34988f0163f91b54bd09b58df25c111
Author: matoro  users  noreply  github  com>
AuthorDate: Wed Sep 21 18:15:22 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:46:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d4fa002

app-text/po4a: Keyword 0.67 alpha, #863014

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

 app-text/po4a/po4a-0.67.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/po4a/po4a-0.67.ebuild b/app-text/po4a/po4a-0.67.ebuild
index af06ae98..eebde273c947 100644
--- a/app-text/po4a/po4a-0.67.ebuild
+++ b/app-text/po4a/po4a-0.67.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/mquinson/${PN}/releases/download/v${PV}/${P}.tar.gz;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



[gentoo-commits] repo/gentoo:master commit in: dev-perl/Syntax-Keyword-Try/

2022-09-22 Thread Michał Górny
commit: d0bbb8c023c4a8168b32296df774e662f8e6c7a2
Author: matoro  users  noreply  github  com>
AuthorDate: Wed Sep 21 18:15:20 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:46:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0bbb8c0

dev-perl/Syntax-Keyword-Try: Keyword 0.270.0 alpha, #863014

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

 dev-perl/Syntax-Keyword-Try/Syntax-Keyword-Try-0.270.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-perl/Syntax-Keyword-Try/Syntax-Keyword-Try-0.270.0.ebuild 
b/dev-perl/Syntax-Keyword-Try/Syntax-Keyword-Try-0.270.0.ebuild
index dea4a3d57d51..898f40e07b67 100644
--- a/dev-perl/Syntax-Keyword-Try/Syntax-Keyword-Try-0.270.0.ebuild
+++ b/dev-perl/Syntax-Keyword-Try/Syntax-Keyword-Try-0.270.0.ebuild
@@ -9,7 +9,7 @@ inherit perl-module
 
 DESCRIPTION="a try/catch/finally syntax for Perl"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 
 RDEPEND="dev-perl/XS-Parse-Keyword"
 BDEPEND="${RDEPEND}



[gentoo-commits] repo/gentoo:master commit in: games-util/libstrangle/

2022-09-22 Thread Ionen Wolkens
commit: c733a1e06f720c46e0d80c0e51ed5a12697c4b32
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Sep 22 08:03:51 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Sep 22 08:10:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c733a1e0

games-util/libstrangle: enable abi_x86_32 by default

Similarly to what's done for wine and friends, unsure why haven't done
this in the first place considering this has no further multilib deps
(this doesn't link with any libraries in DEPEND, what this uses will
depend on what applicates/games are linked with themselves).

Remove warning too, assume anyone manually turning it off would know
what they're getting into.

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

 games-util/libstrangle/libstrangle-0.1.1_p20220222-r1.ebuild | 8 ++--
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/games-util/libstrangle/libstrangle-0.1.1_p20220222-r1.ebuild 
b/games-util/libstrangle/libstrangle-0.1.1_p20220222-r1.ebuild
index edb24350dc18..c39f31b01542 100644
--- a/games-util/libstrangle/libstrangle-0.1.1_p20220222-r1.ebuild
+++ b/games-util/libstrangle/libstrangle-0.1.1_p20220222-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit multilib multilib-minimal toolchain-funcs
+inherit multilib-minimal toolchain-funcs
 
 STRANGLE_COMMIT="0273e318e3b0cc759155db8729ad74266b74cb9b"
 
@@ -15,6 +15,7 @@ S="${WORKDIR}/${PN}-${STRANGLE_COMMIT}"
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
+IUSE="+abi_x86_32"
 
 RDEPEND="
sys-apps/grep[pcre]
@@ -58,8 +59,3 @@ multilib_src_install_all() {
emake DESTDIR="${D}" prefix="${EPREFIX}"/usr install-common
einstalldocs
 }
-
-pkg_postinst() {
-   has_multilib_profile && use amd64 && use !abi_x86_32 &&
-   ewarn "Note that USE=abi_x86_32 is needed for 32bit games 
(common with steam / wine)"
-}



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

2022-09-22 Thread Andrew Ammerlaan
commit: 8e5f37aba0dbc39c1e7ebf2b439d3b9b177821e1
Author: Yiyang Wu  gmail  com>
AuthorDate: Thu Sep 22 03:32:03 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep 22 10:18:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e5f37ab

sci-libs/miopen: shrink 5.1.3-gfx1031.patch to fix QA warning

Signed-off-by: Yiyang Wu  gmail.com>
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-libs/miopen/files/miopen-5.1.3-gfx1031.patch | 22 --
 1 file changed, 22 deletions(-)

diff --git a/sci-libs/miopen/files/miopen-5.1.3-gfx1031.patch 
b/sci-libs/miopen/files/miopen-5.1.3-gfx1031.patch
index 42041f2414ed..de22d66d887a 100644
--- a/sci-libs/miopen/files/miopen-5.1.3-gfx1031.patch
+++ b/sci-libs/miopen/files/miopen-5.1.3-gfx1031.patch
@@ -14,7 +14,6 @@ Enable gfx1031 support
  {
  assert(num_cu == 110);
 Only in MIOpen-rocm-5.1.3: patches
-diff --color -upr 
MIOpen-rocm-5.1.3/src/composable_kernel/composable_kernel/include/utility/config.hpp
 gfx1031/src/composable_kernel/composable_kernel/include/utility/config.hpp
 --- 
MIOpen-rocm-5.1.3/src/composable_kernel/composable_kernel/include/utility/config.hpp
   2022-05-08 14:08:05.0 +0800
 +++ gfx1031/src/composable_kernel/composable_kernel/include/utility/config.hpp 
2022-09-01 18:36:18.634980274 +0800
 @@ -13,7 +13,7 @@
@@ -44,7 +43,6 @@ diff --color -upr 
MIOpen-rocm-5.1.3/src/composable_kernel/composable_kernel/incl
  #define CK_USE_AMD_V_FMAC_F32
  #define CK_USE_AMD_V_DOT2_F32_F16
  #define CK_USE_AMD_V_DOT4_I32_I8
-diff --color -upr 
MIOpen-rocm-5.1.3/src/include/miopen/solver/ck_utility_common.hpp 
gfx1031/src/include/miopen/solver/ck_utility_common.hpp
 --- MIOpen-rocm-5.1.3/src/include/miopen/solver/ck_utility_common.hpp  
2022-05-08 14:08:05.0 +0800
 +++ gfx1031/src/include/miopen/solver/ck_utility_common.hpp2022-09-01 
18:36:18.638980266 +0800
 @@ -54,6 +54,7 @@ static inline bool is_ck_supported_hardw
@@ -64,7 +62,6 @@ diff --color -upr 
MIOpen-rocm-5.1.3/src/include/miopen/solver/ck_utility_common.
  
  // buffer atomic-fadd
  compiler_flag << " -DCK_USE_AMD_BUFFER_ATOMIC_FADD="
-diff --color -upr 
MIOpen-rocm-5.1.3/src/include/miopen/solver/implicitgemm_util.hpp 
gfx1031/src/include/miopen/solver/implicitgemm_util.hpp
 --- MIOpen-rocm-5.1.3/src/include/miopen/solver/implicitgemm_util.hpp  
2022-05-08 14:08:05.0 +0800
 +++ gfx1031/src/include/miopen/solver/implicitgemm_util.hpp2022-09-01 
18:36:18.638980266 +0800
 @@ -469,7 +469,7 @@ static inline bool is_use_amd_buffer_loa
@@ -95,7 +92,6 @@ diff --color -upr 
MIOpen-rocm-5.1.3/src/include/miopen/solver/implicitgemm_util.
  }
  
  // greatest common divisor, aka highest common factor
-diff --color -upr MIOpen-rocm-5.1.3/src/kernels/batchnorm_functions.h 
gfx1031/src/kernels/batchnorm_functions.h
 --- MIOpen-rocm-5.1.3/src/kernels/batchnorm_functions.h2022-05-08 
14:08:05.0 +0800
 +++ gfx1031/src/kernels/batchnorm_functions.h  2022-09-01 18:36:18.858979772 
+0800
 @@ -159,6 +159,10 @@
@@ -109,7 +105,6 @@ diff --color -upr 
MIOpen-rocm-5.1.3/src/kernels/batchnorm_functions.h gfx1031/sr
  #define UNUSED __attribute__((__unused__))
  
  #if(MIO_BN_VARIANT != 4)
-diff --color -upr 
MIOpen-rocm-5.1.3/src/kernels/MIOpenBatchNormActivBwdPerAct.cl 
gfx1031/src/kernels/MIOpenBatchNormActivBwdPerAct.cl
 --- MIOpen-rocm-5.1.3/src/kernels/MIOpenBatchNormActivBwdPerAct.cl 
2022-05-08 14:08:05.0 +0800
 +++ gfx1031/src/kernels/MIOpenBatchNormActivBwdPerAct.cl   2022-09-01 
18:36:18.858979772 +0800
 @@ -34,7 +34,7 @@
@@ -121,7 +116,6 @@ diff --color -upr 
MIOpen-rocm-5.1.3/src/kernels/MIOpenBatchNormActivBwdPerAct.cl
  #undef MIOPEN_USE_AMDGCN
  #define MIOPEN_USE_AMDGCN 1
  #endif
-diff --color -upr 
MIOpen-rocm-5.1.3/src/kernels/MIOpenBatchNormActivBwdSpatial.cl 
gfx1031/src/kernels/MIOpenBatchNormActivBwdSpatial.cl
 --- MIOpen-rocm-5.1.3/src/kernels/MIOpenBatchNormActivBwdSpatial.cl
2022-05-08 14:08:05.0 +0800
 +++ gfx1031/src/kernels/MIOpenBatchNormActivBwdSpatial.cl  2022-09-01 
18:36:18.858979772 +0800
 @@ -32,7 +32,7 @@
@@ -133,7 +127,6 @@ diff --color -upr 
MIOpen-rocm-5.1.3/src/kernels/MIOpenBatchNormActivBwdSpatial.c
  #undef MIOPEN_USE_AMDGCN
  #define MIOPEN_USE_AMDGCN 1
  #endif
-diff --color -upr 
MIOpen-rocm-5.1.3/src/kernels/MIOpenBatchNormActivFwdTrainSpatial.cl 
gfx1031/src/kernels/MIOpenBatchNormActivFwdTrainSpatial.cl
 --- MIOpen-rocm-5.1.3/src/kernels/MIOpenBatchNormActivFwdTrainSpatial.cl   
2022-05-08 14:08:05.0 +0800
 +++ gfx1031/src/kernels/MIOpenBatchNormActivFwdTrainSpatial.cl 2022-09-01 
18:36:18.858979772 +0800
 @@ -33,7 +33,7 @@
@@ -145,7 +138,6 @@ diff --color -upr 
MIOpen-rocm-5.1.3/src/kernels/MIOpenBatchNormActivFwdTrainSpat
  #undef MIOPEN_USE_AMDGCN
  #define MIOPEN_USE_AMDGCN 1
  #endif
-diff --color -upr MIOpen-rocm-5.1.3/src/kernels/MIOpenBatchNormBwdSpatial.cl 

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

2022-09-22 Thread Andrew Ammerlaan
commit: ce369e4a15e0df245cfcd626611bda81fd39327f
Author: Yiyang Wu  gmail  com>
AuthorDate: Thu Sep 22 03:35:20 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep 22 10:18:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce369e4a

sci-libs/miopen: drop 4.3.0

Signed-off-by: Yiyang Wu  gmail.com>
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 sci-libs/miopen/Manifest   |  1 -
 sci-libs/miopen/files/miopen-4.3.0-no-strip.patch  | 16 -
 .../files/miopen-4.3.0-strip-xnack-in-flags.patch  | 18 -
 sci-libs/miopen/miopen-4.3.0.ebuild| 80 --
 4 files changed, 115 deletions(-)

diff --git a/sci-libs/miopen/Manifest b/sci-libs/miopen/Manifest
index c987c1548233..39e5f94389f6 100644
--- a/sci-libs/miopen/Manifest
+++ b/sci-libs/miopen/Manifest
@@ -1,3 +1,2 @@
-DIST MIOpen-4.3.0.tar.gz 59405686 BLAKE2B 
fe91bd91a74023866883d6d0a2a8071a8fe40c4cff2fb4ef58fc6e343a05ac2a731f73e657f4d183ade4e5b7c1fbbe41f3f032918f6e50cb713073aee8d97dc5
 SHA512 
a8615b7738acfbc7f68d9417b0746c62630d2b48fb8485fafba4db65a4b277a8230f601d249d7e54f89ba25c14176429ca76ad8365a437b09d836b031b0c4fbb
 DIST MIOpen-5.0.2.tar.gz 76294827 BLAKE2B 
7b2a1f0e675793aee4a0fa2a270caac8332cda36c8f04cee483cc2882ed987b6e676e9c24a1acf4976a16a10f922b1a6263470b419aa88a29cfcb6d6d4b4cc29
 SHA512 
a581b45220797904db3e4dd3840f2ef96085f00baf8187c5ab574325a66da4f599dee6496457bb1cc32825b57a13fb0ef35a2ef1bd2a5f449c7e7b9fa64b27d1
 DIST MIOpen-5.1.3.tar.gz 88118329 BLAKE2B 
d24722ffc5f5dab6d6a1de2ce34193ad2f25c9a2562e38c52e010a29870f01d9ea1c56970ba0601a088c8286e97958ee95d0da27fc8082126dd2ebe5ccb36b70
 SHA512 
a14e28cfcb12e5061e0e7b999ef3e67fa0a0e897e31bc50e7288b8a23eb1791312e33d3b697021c2b654ccc065ae1b046c1cfd77ba8e04b0f3e87e9cc0626dcd

diff --git a/sci-libs/miopen/files/miopen-4.3.0-no-strip.patch 
b/sci-libs/miopen/files/miopen-4.3.0-no-strip.patch
deleted file mode 100644
index 2d0565821063..
--- a/sci-libs/miopen/files/miopen-4.3.0-no-strip.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Don't strip for release. Let portage handle stripping.
 orig/CMakeLists.txt
-+++ MIOpen-rocm-4.3.0/CMakeLists.txt
-@@ -69,12 +69,6 @@ set(MIOPEN_ENABLE_SQLITE_BACKOFF On CACH
- option( BUILD_DEV "Build for development only" OFF)
- 
- 
--# Strip symbols for release
--if(NOT WIN32 AND NOT APPLE)
--set(CMAKE_C_FLAGS_RELEASE "${CMAKE_C_FLAGS_RELEASE} -s")
--set(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -s")
--endif()
--
- rocm_setup_version(VERSION 2.12.0)
- 
- list( APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake )

diff --git a/sci-libs/miopen/files/miopen-4.3.0-strip-xnack-in-flags.patch 
b/sci-libs/miopen/files/miopen-4.3.0-strip-xnack-in-flags.patch
deleted file mode 100644
index dc6db68c2afc..
--- a/sci-libs/miopen/files/miopen-4.3.0-strip-xnack-in-flags.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-if options like :xnack- exists in ${AMDGPU_TARGETS}, CMakeLists cannot handle 
HIP_COMPILER_FLAGS well
-
-the original regex replace should include :+- so xnack- is stripped as well. 
Otherwise clang complation at MIOpen runtime will fail.
-
-Signed-off-by: Yiyang Wu 
 orig/CMakeLists.txt
-+++ MIOpen-rocm-4.3.0/CMakeLists.txt
-@@ -191,8 +191,8 @@ find_package(hip REQUIRED PATHS /opt/roc
- message(STATUS "Build with HIP ${hip_VERSION}")
- target_flags(HIP_COMPILER_FLAGS hip::device)
- # Remove cuda arch flags
--string(REGEX REPLACE --cuda-gpu-arch=[a-z0-9]+ "" HIP_COMPILER_FLAGS 
"${HIP_COMPILER_FLAGS}")
--string(REGEX REPLACE --offload-arch=[a-z0-9]+ "" HIP_COMPILER_FLAGS 
"${HIP_COMPILER_FLAGS}")
-+string(REGEX REPLACE --cuda-gpu-arch=[a-z0-9:+-]+ "" HIP_COMPILER_FLAGS 
"${HIP_COMPILER_FLAGS}")
-+string(REGEX REPLACE --offload-arch=[a-z0-9:+-]+ "" HIP_COMPILER_FLAGS 
"${HIP_COMPILER_FLAGS}")
- 
- # Override HIP version in config.h, if necessary.
- # The variables set by find_package() can't be overwritten,

diff --git a/sci-libs/miopen/miopen-4.3.0.ebuild 
b/sci-libs/miopen/miopen-4.3.0.ebuild
deleted file mode 100644
index 41e9131d7714..
--- a/sci-libs/miopen/miopen-4.3.0.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-DESCRIPTION="AMD's Machine Intelligence Library"
-HOMEPAGE="https://github.com/ROCmSoftwarePlatform/MIOpen;
-SRC_URI="https://github.com/ROCmSoftwarePlatform/MIOpen/archive/rocm-${PV}.tar.gz
 -> MIOpen-${PV}.tar.gz"
-
-LICENSE="MIT"
-KEYWORDS="~amd64"
-SLOT="0/$(ver_cut 1-2)"
-
-IUSE="debug test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   dev-util/hip:${SLOT}
-   >=dev-db/sqlite-3.17
-   dev-libs/ocl-icd
-   dev-util/rocm-clang-ocl:${SLOT}
-   sci-libs/rocBLAS:${SLOT}
-   dev-libs/boost
-"
-
-DEPEND="${RDEPEND}"
-
-BDEPEND="dev-libs/half:0/1"
-
-S="${WORKDIR}/MIOpen-rocm-${PV}"
-
-PATCHES=(
-   "${FILESDIR}/${PN}-4.2.0-disable-no-inline-boost.patch"

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

2022-09-22 Thread Andrew Ammerlaan
commit: b3cd05705d2a74e713b497ce76a9decd3f277541
Author: Yiyang Wu  gmail  com>
AuthorDate: Thu Sep 22 03:36:49 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep 22 10:18:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3cd0570

sci-libs/rocSOLVER: clean redundant file

Fixes QA warning

Signed-off-by: Yiyang Wu  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27394
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 .../rocSOLVER/files/rocSOLVER-5.1.3-libfmt8.patch  | 173 -
 sci-libs/rocSOLVER/rocSOLVER-5.1.3.ebuild  |   2 +-
 2 files changed, 1 insertion(+), 174 deletions(-)

diff --git a/sci-libs/rocSOLVER/files/rocSOLVER-5.1.3-libfmt8.patch 
b/sci-libs/rocSOLVER/files/rocSOLVER-5.1.3-libfmt8.patch
deleted file mode 100644
index 3f2c0553689b..
--- a/sci-libs/rocSOLVER/files/rocSOLVER-5.1.3-libfmt8.patch
+++ /dev/null
@@ -1,173 +0,0 @@
-Backported from upstream to fix dev-cpp/libfmt-8 compatibility
-
-remove changes of CHANGELOG.md from original git commit
-
-From 2bbfb8976f6e4d667499c77e41a6433850063e88 Mon Sep 17 00:00:00 2001
-From: Cory Bloor 
-Date: Tue, 8 Feb 2022 23:53:57 -0700
-Subject: [PATCH] Fix compatibility with fmt v8.1 (#371)
-
-* Make rocsolver_logvalue fmt specializations const
-
-This allows for compile-time format string processing in fmt v8.0.
-
-* Fix compatibility with fmt v7.1
-
-* Update CHANGELOG.md

- CHANGELOG.md   |  2 ++
- library/src/include/rocsolver_logvalue.hpp | 38 +-
- 2 files changed, 25 insertions(+), 15 deletions(-)
-
-diff --git a/library/src/include/rocsolver_logvalue.hpp 
b/library/src/include/rocsolver_logvalue.hpp
-index 199f8d57d..9b3791031 100644
 a/library/src/include/rocsolver_logvalue.hpp
-+++ b/library/src/include/rocsolver_logvalue.hpp
-@@ -1,5 +1,5 @@
- /* 
-- * Copyright (c) 2021 Advanced Micro Devices, Inc.
-+ * Copyright (c) 2021-2022 Advanced Micro Devices, Inc.
-  *  */
- 
- #pragma once
-@@ -8,6 +8,14 @@
- 
- #include "rocsolver_datatype2string.hpp"
- 
-+/* The format function for user-defined types cannot be const before fmt v8.0
-+   but must be const in fmt v8.1 if the type is used in a tuple. */
-+#if FMT_VERSION < 8
-+#define ROCSOLVER_FMT_CONST
-+#else
-+#define ROCSOLVER_FMT_CONST const
-+#endif
-+
- /***
-  * Wrapper for types passed to logger, so we can more easily adjust the
-  * default way of printing built-in types without doing it globally. (e.g.
-@@ -37,7 +45,7 @@ template 
- struct formatter> : formatter
- {
- template 
--auto format(rocsolver_logvalue wrapper, FormatCtx& ctx)
-+auto format(rocsolver_logvalue wrapper, FormatCtx& ctx) 
ROCSOLVER_FMT_CONST
- {
- return formatter::format(wrapper.value, ctx);
- }
-@@ -49,7 +57,7 @@ template <>
- struct formatter> : formatter
- {
- template 
--auto format(rocsolver_logvalue wrapper, FormatCtx& ctx)
-+auto format(rocsolver_logvalue wrapper, FormatCtx& ctx) 
ROCSOLVER_FMT_CONST
- {
- return formatter::format(wrapper.value ? '1' : '0', ctx);
- }
-@@ -58,7 +66,7 @@ template <>
- struct formatter> : formatter
- {
- template 
--auto format(rocsolver_logvalue wrapper, FormatCtx& ctx)
-+auto format(rocsolver_logvalue wrapper, FormatCtx& 
ctx) ROCSOLVER_FMT_CONST
- {
- return formatter::format(rocblas2char_operation(wrapper.value), 
ctx);
- }
-@@ -67,7 +75,7 @@ template <>
- struct formatter> : formatter
- {
- template 
--auto format(rocsolver_logvalue wrapper, FormatCtx& ctx)
-+auto format(rocsolver_logvalue wrapper, FormatCtx& ctx) 
ROCSOLVER_FMT_CONST
- {
- return formatter::format(rocblas2char_fill(wrapper.value), ctx);
- }
-@@ -76,7 +84,7 @@ template <>
- struct formatter> : formatter
- {
- template 
--auto format(rocsolver_logvalue wrapper, FormatCtx& ctx)
-+auto format(rocsolver_logvalue wrapper, FormatCtx& ctx) 
ROCSOLVER_FMT_CONST
- {
- return formatter::format(rocblas2char_diagonal(wrapper.value), 
ctx);
- }
-@@ -85,7 +93,7 @@ template <>
- struct formatter> : formatter
- {
- template 
--auto format(rocsolver_logvalue wrapper, FormatCtx& ctx)
-+auto format(rocsolver_logvalue wrapper, FormatCtx& ctx) 
ROCSOLVER_FMT_CONST
- {
- return formatter::format(rocblas2char_side(wrapper.value), ctx);
- }
-@@ -94,7 +102,7 @@ template <>
- struct formatter> : formatter
- {
- template 
--auto format(rocsolver_logvalue wrapper, FormatCtx& ctx)
-+auto format(rocsolver_logvalue wrapper, FormatCtx& ctx) 
ROCSOLVER_FMT_CONST
- {
- return formatter::format(rocblas2char_direct(wrapper.value), 
ctx);
- }
-@@ -104,7 +112,7 @@ template <>
- 

[gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/

2022-09-22 Thread Miroslav Šulc
commit: 74af58be3ff6aff5ffd99a90991fefa3638b8288
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Sep 22 07:29:34 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Sep 22 07:29:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74af58be

net-analyzer/zabbix: bump to 6.0.9

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

 net-analyzer/zabbix/Manifest|   2 +
 net-analyzer/zabbix/zabbix-6.0.9.ebuild | 411 
 2 files changed, 413 insertions(+)

diff --git a/net-analyzer/zabbix/Manifest b/net-analyzer/zabbix/Manifest
index 7aaa1a4f68cb..f15aa0ff77be 100644
--- a/net-analyzer/zabbix/Manifest
+++ b/net-analyzer/zabbix/Manifest
@@ -7,6 +7,8 @@ DIST zabbix-6.0.7-go-deps.tar.xz 35327308 BLAKE2B 
eb95964650a58bd30021e9207f
 DIST zabbix-6.0.7.tar.gz 34190093 BLAKE2B 
781edbeaf5452f8e54b6fe91b77ad9dfc8ffcf4716e97f39f5ff8160f084d551cdee9bc34d67141ebcfc5eb0cb074a03c55e0dce36d06c6d589ee021c1c6dba6
 SHA512 
36e8e26edd104cfdd2510dd201b8020a41d7af3006ad04d6659083ebcc14574b3360c01f70c86a1e008f719c1078512c891ac525ffe7480816973b515f0dcc8f
 DIST zabbix-6.0.8-go-deps.tar.xz 35354840 BLAKE2B 
bae764f1c66accc77171099c47432c8024c1e591286ac88cab7e25acb7c5f168ac69c5824d3e1e7281bfd2e26a1c80f5c77201368290424cc54fbb7134a76307
 SHA512 
f15d64e76c3ff037aa040fadd79805834b41c7494309c0d24f95c7d20c6c67c3d374f9079e2cc31a9af20a775d1691ef9cc57075cb895ee4e96f8b00cc41e2e6
 DIST zabbix-6.0.8.tar.gz 34291972 BLAKE2B 
9c3fc052c8da9e4d54462ed84ea5a7dc784b2b2256e8ca56083f2419319d6f79b4ff25a11b853214d0bd2a9f0f4b96d09bdbe1c5b311767d045e94070d80fedb
 SHA512 
76e3ec798b4cb4474ef6c0f936aea04cc9e15ce3aefb146e1de09b08c64559bdaa1caaa011fdfa94c23765417d8c3be3da9aa22dfb2cb403e588befa25fcc668
+DIST zabbix-6.0.9-go-deps.tar.xz 35300488 BLAKE2B 
7a516774f812e41a8640a68de11fb2f9e8e4d1da90d3c7a76807b25025ab32400e3c9efff7818ed90868da2d753c61e0f03126df0f7661cd440b1b59dc216217
 SHA512 
0f2c1e79b4b894384c9c09056242ccec732ffe49e80a6167748da4671e6f869486c1be70a83f09beaef356cfde4ec1b1a34ce2c5b122a0f19f351a82614d1389
+DIST zabbix-6.0.9.tar.gz 34515806 BLAKE2B 
c9b5a432ede5fc5307c30ee1c1f986cb1cb8f0351a46f9f0ee9add2c5d86a9b96ed933d2c6801022451cc8b52babc54deba8ba2478d90136a12798728f83366f
 SHA512 
20211e2eab47d03a5de221f3a466aaff24c01b868208d4cbd7a10a16a10cd20172f009842c631169962c06e13ca8b0c6f0b6bd3cfd060b68b59f95a136a2e207
 DIST zabbix-6.2.1-go-deps.tar.xz 35335980 BLAKE2B 
07af6563a9349aa70bf5c258c949ebea520e191088e41e546e0f0cf139fd8f3d47d1d64c6135ed36851269fd0e5cd7b7e52d0d25ccd6fd1ed0108f60daf7cde0
 SHA512 
146a3a4dc2d49b4d1f48f2f3e38f1d123860d4854c5b4a696c07649141cf6de4b076751cb99582688518b060100a0b740357921177b5340ea4b9426480051360
 DIST zabbix-6.2.1.tar.gz 34776549 BLAKE2B 
4952f81936e999c03b8aa71cc370ddc7fcea7f3951bc403501c3617748ecd81a10c5bfe9f80ff55a2521e6b874c50463aa61151ea30ddd6a7b46b20b5e24b645
 SHA512 
cfdca2a34fecd31ff6f58257abc695e9aba3eaeefebd66f8653b5999e3b650e5ba94d036fc5b9d8e03a1cf532d5f76b1d36a3a9759831707d88ebbe37dc20fc5
 DIST zabbix-6.2.2-go-deps.tar.xz 35354668 BLAKE2B 
2fba7e9ee2c04f74d0fe041489136ac30e27ef5869799e0eef720baf0c1f3e4426fc43a8abbb5295b5dec7a5a3ddaf2399096858e47d2d594a23b72654aa
 SHA512 
92d88ad0d398238cafc29a7d76b4105b8af690694a121aeb9068c5939231933ef9fb319287def02d6248dded6e6e4a6b77152be0bc3925327a4baa8974b1e76c

diff --git a/net-analyzer/zabbix/zabbix-6.0.9.ebuild 
b/net-analyzer/zabbix/zabbix-6.0.9.ebuild
new file mode 100644
index ..4b12b01e37ea
--- /dev/null
+++ b/net-analyzer/zabbix/zabbix-6.0.9.ebuild
@@ -0,0 +1,411 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# To create the go modules tarball:
+#   cd src/go
+#   GOMODCACHE="${PWD}"/go-mod go mod download -modcacherw
+#   tar -acf zabbix-${PV}-go-deps.tar.xz go-mod
+
+EAPI=8
+
+GO_OPTIONAL="yes"
+# needed to make webapp-config dep optional
+WEBAPP_OPTIONAL="yes"
+inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module 
user-info
+
+DESCRIPTION="ZABBIX is software for monitoring of your applications, network 
and servers"
+HOMEPAGE="https://www.zabbix.com/;
+MY_P=${P/_/}
+MY_PV=${PV/_/}
+SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/$(ver_cut 1-2)/${P}.tar.gz
+   agent2? ( 
https://dev.gentoo.org/~fordfrog/distfiles/${P}-go-deps.tar.xz )
+"
+
+LICENSE="GPL-2"
+SLOT="0/$(ver_cut 1-2)"
+WEBAPP_MANUAL_SLOT="yes"
+KEYWORDS="~amd64 ~x86"
+IUSE="agent +agent2 curl frontend gnutls ipv6 java ldap libxml2 mysql odbc 
openipmi +openssl oracle +pcre2 +postgres proxy server snmp sqlite ssh static"
+REQUIRED_USE="|| ( agent agent2 frontend proxy server )
+   ?? ( gnutls openssl )
+   proxy? ( ^^ ( mysql oracle postgres sqlite ) )
+   server? ( ^^ ( mysql oracle postgres ) !sqlite )
+   static? ( !oracle !snmp )"
+
+COMMON_DEPEND="
+   curl? ( net-misc/curl )
+   gnutls? ( net-libs/gnutls:0= )
+   java? ( >=virtual/jdk-1.8:* )
+   ldap? (
+   

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

2022-09-22 Thread Michał Górny
commit: d5545e5bf7e1edade9910c2e2be1d9bccf1ebe17
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 06:38:53 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:40:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5545e5b

dev-python/fonttools: Bump to 4.37.3

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

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

diff --git a/dev-python/fonttools/Manifest b/dev-python/fonttools/Manifest
index a9c69d56827f..cf91244a6d0d 100644
--- a/dev-python/fonttools/Manifest
+++ b/dev-python/fonttools/Manifest
@@ -1,2 +1,3 @@
 DIST fonttools-4.36.0.gh.tar.gz 3567028 BLAKE2B 
45c2481680a314e101ed3a14915585b503a15853937846a5ceadd15e524f053663e0c6876bb105b0f2593ac790029da48cbede8139be98809764e5a6e3e2b11a
 SHA512 
48a07548f72e9818292c1552675fce94b8ecb876172cd7adb429426c1d987f54a6e0482b7847e48c3b9854821567023cce402c613488d9e17277eff8a615d3c2
 DIST fonttools-4.37.2.gh.tar.gz 3593663 BLAKE2B 
d0e6e7beb370a8611f6c92cb3c0d253cda1a946985dee12d1e911a33d45415e15ecdadd2be3eef3d121ffc27a450ed19bcea7c5b19f562af206ea6207b0c7dee
 SHA512 
5850c31f68a6a7e1476644938ccb69d1213eb218a966a67c72f41fbbbc63cf5ed2f9638ce9497fd0702308ebf5637fc471b32a44b2ebcfbb9f4d3c2898dd626b
+DIST fonttools-4.37.3.gh.tar.gz 3594598 BLAKE2B 
bd2c347e1542c2be4136c75804d95ddc1514c4b131f6754467e4229928391f607d206b6edff1fbce62d270801adac3d53fa187a06983dec6d44c699029a8e47e
 SHA512 
7e8f9d68d59e6e842f2cc7acabd4188a1f5b1beb3437148ecb4ced1144eca5ae6af64c501b8ffedb780c72d84c73d7363d7d6ef3b3fc829bad27cba0c15c5ca9

diff --git a/dev-python/fonttools/fonttools-4.37.3.ebuild 
b/dev-python/fonttools/fonttools-4.37.3.ebuild
new file mode 100644
index ..75d1f33eb4b3
--- /dev/null
+++ b/dev-python/fonttools/fonttools-4.37.3.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_REQ_USE="xml(+)"
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Library for manipulating TrueType, OpenType, AFM and Type1 fonts"
+HOMEPAGE="
+   https://github.com/fonttools/fonttools/
+   https://pypi.org/project/fonttools/
+"
+SRC_URI="
+   https://github.com/fonttools/fonttools/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/fs-2.4.9[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/cython[${PYTHON_USEDEP}]
+   test? (
+   app-arch/brotli[python,${PYTHON_USEDEP}]
+   app-arch/zopfli
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # When dev-python/pytest-shutil is installed, we get weird import 
errors.
+   # This is due to incomplete nesting in the Tests/ tree:
+   #
+   #   Tests/feaLib/__init__.py
+   #   Tests/ufoLib/__init__.py
+   #   Tests/svgLib/path/__init__.py
+   #   Tests/otlLib/__init__.py
+   #   Tests/varLib/__init__.py
+   #
+   # This tree requires an __init__.py in Tests/svgLib/ too, bug #701148.
+   touch Tests/svgLib/__init__.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+src_configure() {
+   export FONTTOOLS_WITH_CYTHON=1
+}
+
+src_test() {
+   # virtualx used when matplotlib is installed causing plot module tests 
to run
+   virtx distutils-r1_src_test
+}
+
+python_test() {
+   epytest Tests fontTools || die "Tests failed with ${EPYTHON}"
+}



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

2022-09-22 Thread Michał Górny
commit: 5ec2d782b8b5a1afb6141ba8c56f6705485fe028
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 07:29:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 07:40:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ec2d782

dev-python/keyring: Bump to 23.9.3

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

 dev-python/keyring/Manifest  |  1 +
 dev-python/keyring/keyring-23.9.3.ebuild | 51 
 2 files changed, 52 insertions(+)

diff --git a/dev-python/keyring/Manifest b/dev-python/keyring/Manifest
index e8fd34096232..ea2ad57af626 100644
--- a/dev-python/keyring/Manifest
+++ b/dev-python/keyring/Manifest
@@ -1,3 +1,4 @@
 DIST keyring-23.8.2.gh.tar.gz 45987 BLAKE2B 
3a8faf6487c2d4dd76e549585a236e4744e5a4d23a778515425e7e78c7161717c2d16b8f268fbc8b8c59d6fb3fb39fc789b0dd92363b6d61073047af8d99b804
 SHA512 
af5c764d355c548d1f1364006dbaf6ee366a7dbbda9649145dafa5d610a4691ab4488151c054359e26a467312653601ddf722bddf35deae309067355337eddec
 DIST keyring-23.9.0.gh.tar.gz 46610 BLAKE2B 
31581974d40d4fd0febd576db3967f29a09e9d9251c59fa2d0198cb80f3ec49d043fdde4002f3893cffce6936f4e9e2186457f870ba97e65a22c70a2741e17d3
 SHA512 
c8432d61ef94a56cd3aafa3f766cc1488585cadbea757eb63ba3d73a0b373ac949a27edba4b282ffb8629fcd9a3a6c0b0acea90dd377bf3f2fe5a290b82e4b44
 DIST keyring-23.9.1.gh.tar.gz 46768 BLAKE2B 
4b1acd33f53244a8932efbd54a8edc065071cf2ce2049d590a7804b171b90719fb18d982aa7bea217f76beab80e2cce5d4ff4f5440d23342879aed5ee79d7c82
 SHA512 
e384c4e592b2c4b9b6505c1fe22d9192c6d577add52e874490833dadaf1aba9dfc708593762471de0f5995bc6bb35f61ba541590a152528b489128fca629c623
+DIST keyring-23.9.3.gh.tar.gz 46913 BLAKE2B 
d55425c8e18f65362aab531b707e261b0990ab9c4f890286a63964fd2b29380ad9e2c19eae4c723848e3fcfff0eb6d3dcd4377e7151fa2dc5731987f2b468121
 SHA512 
8ee5da4f464fae90237f246037e2c675740dfda4945d6afcf2e5a4fdaf076766442590db92f9d32bda2dc820446a95a6e8ee3ccbccdb9c09e6c71bbd0e52f5b1

diff --git a/dev-python/keyring/keyring-23.9.3.ebuild 
b/dev-python/keyring/keyring-23.9.3.ebuild
new file mode 100644
index ..a90ebe22521a
--- /dev/null
+++ b/dev-python/keyring/keyring-23.9.3.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides access to the system keyring service"
+HOMEPAGE="
+   https://github.com/jaraco/keyring/
+   https://pypi.org/project/keyring/
+"
+SRC_URI="
+   https://github.com/jaraco/keyring/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+SLOT="0"
+LICENSE="PSF-2"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+
+RDEPEND="
+   >=dev-python/secretstorage-3.2[${PYTHON_USEDEP}]
+   >=dev-python/jeepney-0.4.2[${PYTHON_USEDEP}]
+   $(python_gen_cond_dep '
+   >=dev-python/importlib_metadata-3.6[${PYTHON_USEDEP}]
+   ' 3.8 3.9)
+"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+EPYTEST_DESELECT=(
+   # this test fails if importlib-metadata returns more than one
+   # entry, i.e. when keyring is installed already
+   tests/test_packaging.py::test_entry_point
+)
+
+EPYTEST_IGNORE=(
+   # apparently does not unlock the keyring properly
+   tests/backends/test_libsecret.py
+   # hangs
+   tests/backends/test_kwallet.py
+)



[gentoo-commits] repo/gentoo:master commit in: games-action/polymc/

2022-09-22 Thread Andrew Ammerlaan
commit: a82c2165fbc03843f69d955e3ea8228d20ca4815
Author: Thiago Donato Ferreira  gmail  com>
AuthorDate: Mon Sep 19 23:02:42 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep 22 10:14:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a82c2165

games-action/polymc: add dev-qt/qtsvg as a RDEPEND

This is needed because most icons in the app are SVGs that don't show up
without this dependency.

Signed-off-by: Thiago Donato Ferreira  gmail.com>
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 .../polymc/{polymc-1.4.2-r1.ebuild => polymc-1.4.2-r2.ebuild}| 3 +++
 games-action/polymc/polymc-.ebuild   | 5 -
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/games-action/polymc/polymc-1.4.2-r1.ebuild 
b/games-action/polymc/polymc-1.4.2-r2.ebuild
similarity index 98%
rename from games-action/polymc/polymc-1.4.2-r1.ebuild
rename to games-action/polymc/polymc-1.4.2-r2.ebuild
index 0f99fa720844..cfd8180bf564 100644
--- a/games-action/polymc/polymc-1.4.2-r1.ebuild
+++ b/games-action/polymc/polymc-1.4.2-r2.ebuild
@@ -81,6 +81,9 @@ DEPEND="
 # And we need more than just the GL headers
 RDEPEND="
${COMMON_DEPENDS}
+
+   >=dev-qt/qtsvg-${MIN_QT}:${QT_SLOT}
+
>=virtual/jre-1.8.0:*
virtual/opengl
 "

diff --git a/games-action/polymc/polymc-.ebuild 
b/games-action/polymc/polymc-.ebuild
index c9733e891936..5f9c909ad33a 100644
--- a/games-action/polymc/polymc-.ebuild
+++ b/games-action/polymc/polymc-.ebuild
@@ -62,7 +62,6 @@ QT_DEPS="
 
qt6? (

>=dev-qt/qtbase-${MIN_QT_6_VERSION}:6[concurrent,gui,network,widgets,xml(+)]
-   >=dev-qt/qtsvg-${MIN_QT_6_VERSION}:6
>=dev-qt/qt5compat-${MIN_QT_6_VERSION}:6
)
 "
@@ -92,6 +91,10 @@ DEPEND="
 # And we need more than just the GL headers
 RDEPEND="
${COMMON_DEPENDS}
+
+   !qt6? ( >=dev-qt/qtsvg-${MIN_QT_5_VERSION}:5 )
+qt6? ( >=dev-qt/qtsvg-${MIN_QT_6_VERSION}:6 )
+
>=virtual/jre-1.8.0:*
virtual/opengl
 "



[gentoo-commits] repo/gentoo:master commit in: games-action/polymc/

2022-09-22 Thread Andrew Ammerlaan
commit: 5d9d7066d2cff588b590e09f029fed9066a62bdc
Author: Thiago Donato Ferreira  gmail  com>
AuthorDate: Tue Sep 20 21:25:12 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep 22 10:14:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d9d7066

games-action/polymc: drop 1.4.1-r2

Signed-off-by: Thiago Donato Ferreira  gmail.com>
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 games-action/polymc/Manifest   |   1 -
 games-action/polymc/polymc-1.4.1-r2.ebuild | 133 -
 2 files changed, 134 deletions(-)

diff --git a/games-action/polymc/Manifest b/games-action/polymc/Manifest
index ec41e2572d21..a1bac66848dd 100644
--- a/games-action/polymc/Manifest
+++ b/games-action/polymc/Manifest
@@ -1,2 +1 @@
-DIST polymc-1.4.1.tar.gz 5771113 BLAKE2B 
d55907770d913c814015c4337c0442cb3fdaf92815f3e2f1f496b7869b6da8ee2295260efc3df67e7407ee27d300c4e89900603281e69163c07df216193c05d9
 SHA512 
170d03b61d3e9edbe1a0b27812e52fb90963d09769327f2d95eab6c4b7c88291136f47a44b7c206808fcc2e0e9ddf4aeb3a3f267ccbdc6b70b44d91c4642bf75
 DIST polymc-1.4.2.tar.gz 5766773 BLAKE2B 
0d40f2b1fc6df28089d874a2de949b24a719936b0961fa08a0e909a82931b411926464328ada8ec05c148ba39e405ff9f4d336fc4ade316725756e235231eb60
 SHA512 
6212752a176e0d3414f66b013b46adc500c5d9e7fa250646aaf9b6bd42b9cbaa7c23282c7da6105e37d6ae77f790cd0036ad4e07b8aa50b611d41045035bc533

diff --git a/games-action/polymc/polymc-1.4.1-r2.ebuild 
b/games-action/polymc/polymc-1.4.1-r2.ebuild
deleted file mode 100644
index 826e2e11a7aa..
--- a/games-action/polymc/polymc-1.4.1-r2.ebuild
+++ /dev/null
@@ -1,133 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake java-pkg-2 optfeature xdg
-
-HOMEPAGE="https://polymc.org/ https://github.com/PolyMC/PolyMC;
-DESCRIPTION="A custom, open source Minecraft launcher"
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-
-   EGIT_REPO_URI="
-   https://github.com/PolyMC/PolyMC
-   https://github.com/PolyMC/libnbtplusplus
-   "
-
-   EGIT_SUBMODULES=( 'depends/libnbtplusplus' )
-else
-   MY_PN="PolyMC"
-
-   # Let's use the vendored tarball to avoid dealing with the submodules 
directly
-   SRC_URI="
-   
https://github.com/PolyMC/PolyMC/releases/download/${PV}/${MY_PN}-${PV}.tar.gz 
-> ${P}.tar.gz
-   "
-
-   # The PolyMC's files are unpacked to ${WORKDIR}/PolyMC-${PV}
-   S="${WORKDIR}/${MY_PN}-${PV}"
-
-   KEYWORDS="~amd64"
-fi
-
-# Apache-2.0 for MultiMC (PolyMC is forked from it)
-# GPL-3 for PolyMC
-# LGPL-3 for libnbtplusplus
-# See the rest of PolyMC's libraries at 
https://github.com/PolyMC/PolyMC/tree/develop/libraries
-LICENSE="Apache-2.0 Boost-1.0 BSD BSD-2 GPL-2+ GPL-3 LGPL-3 OFL-1.1 MIT"
-
-SLOT="0"
-
-IUSE="debug lto test"
-REQUIRED_USE="
-   lto? ( !debug )
-"
-
-RESTRICT="!test? ( test )"
-
-MIN_QT="5.12.0"
-QT_SLOT=5
-
-QT_DEPS="
-   >=dev-qt/qtconcurrent-${MIN_QT}:${QT_SLOT}
-   >=dev-qt/qtcore-${MIN_QT}:${QT_SLOT}
-   >=dev-qt/qtgui-${MIN_QT}:${QT_SLOT}
-   >=dev-qt/qtnetwork-${MIN_QT}:${QT_SLOT}
-   >=dev-qt/qttest-${MIN_QT}:${QT_SLOT}
-   >=dev-qt/qtwidgets-${MIN_QT}:${QT_SLOT}
-   >=dev-qt/qtxml-${MIN_QT}:${QT_SLOT}
-"
-
-# Required at both build-time and run-time
-COMMON_DEPENDS="
-   ${QT_DEPS}
-   >=dev-libs/quazip-1.3:=[qt5(+)]
-   sys-libs/zlib
-"
-
-BDEPEND="
-   app-text/scdoc
-   kde-frameworks/extra-cmake-modules:5
-"
-
-DEPEND="
-   ${COMMON_DEPENDS}
-   media-libs/libglvnd
-   >=virtual/jdk-1.8.0:*
-"
-
-# At run-time we don't depend on JDK, only JRE
-# And we need more than just the GL headers
-RDEPEND="
-   ${COMMON_DEPENDS}
-   >=virtual/jre-1.8.0:*
-   virtual/opengl
-"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-include_QDebug.patch
-)
-
-src_prepare() {
-   cmake_src_prepare
-
-   # Prevent conflicting with the user's flags
-   # See https://bugs.gentoo.org/848765 for more info
-   sed -i -e 's/-Werror//' -e 's/-D_FORTIFY_SOURCE=2//' CMakeLists.txt || 
die 'Failed to remove -Werror and -D_FORTIFY_SOURCE via sed'
-}
-
-src_configure(){
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_PREFIX="/usr"
-   # Resulting binary is named polymc
-   -DLauncher_APP_BINARY_NAME="${PN}"
-   # Force Qt5 to avoid accidentaly building the Qt6 version and 
breaking things
-   -DLauncher_QT_VERSION_MAJOR=${QT_SLOT}
-
-   -DENABLE_LTO=$(usex lto)
-   -DBUILD_TESTING=$(usex test)
-   )
-
-   if use debug; then
-   CMAKE_BUILD_TYPE=Debug
-   else
-   CMAKE_BUILD_TYPE=Release
-   fi
-
-   cmake_src_configure
-}
-
-src_compile(){
-   cmake_src_compile
-}
-
-pkg_postinst() {
-   xdg_pkg_postinst
-
-   # https://github.com/PolyMC/PolyMC/issues/227

[gentoo-commits] repo/gentoo:master commit in: games-action/polymc/

2022-09-22 Thread Andrew Ammerlaan
commit: ff08079716399cafe5aad20e334b9b8c09ca709d
Author: Thiago Donato Ferreira  gmail  com>
AuthorDate: Sun Sep 18 22:24:11 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep 22 10:14:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff080797

games-action/polymc: add qt6 USE flag to the live ebuild

Signed-off-by: Thiago Donato Ferreira  gmail.com>
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 games-action/polymc/metadata.xml   |  1 +
 games-action/polymc/polymc-.ebuild | 36 ++
 2 files changed, 24 insertions(+), 13 deletions(-)

diff --git a/games-action/polymc/metadata.xml b/games-action/polymc/metadata.xml
index f704149126f6..7ba4aabb75f4 100644
--- a/games-action/polymc/metadata.xml
+++ b/games-action/polymc/metadata.xml
@@ -25,5 +25,6 @@
   PolyMC is a multi-instance Minecraft launcher focused on 
user freedom, redistributability, and simplicity.
   
 Enable link-time optimization
+Build with Qt6 support instead of the default Qt5
   
 

diff --git a/games-action/polymc/polymc-.ebuild 
b/games-action/polymc/polymc-.ebuild
index 0f99fa720844..c9733e891936 100644
--- a/games-action/polymc/polymc-.ebuild
+++ b/games-action/polymc/polymc-.ebuild
@@ -39,30 +39,41 @@ LICENSE="Apache-2.0 BSD BSD-2 GPL-2+ GPL-3 ISC LGPL-2.1+ 
LGPL-3+ MIT"
 
 SLOT="0"
 
-IUSE="debug lto test"
+IUSE="debug lto qt6 test"
 REQUIRED_USE="
lto? ( !debug )
 "
 
 RESTRICT="!test? ( test )"
 
-MIN_QT="5.12.0"
-QT_SLOT=5
+MIN_QT_5_VERSION="5.12.0"
+MIN_QT_6_VERSION="6.0.0"
 
 QT_DEPS="
-   >=dev-qt/qtconcurrent-${MIN_QT}:${QT_SLOT}
-   >=dev-qt/qtcore-${MIN_QT}:${QT_SLOT}
-   >=dev-qt/qtgui-${MIN_QT}:${QT_SLOT}
-   >=dev-qt/qtnetwork-${MIN_QT}:${QT_SLOT}
-   >=dev-qt/qttest-${MIN_QT}:${QT_SLOT}
-   >=dev-qt/qtwidgets-${MIN_QT}:${QT_SLOT}
-   >=dev-qt/qtxml-${MIN_QT}:${QT_SLOT}
+   !qt6? (
+   >=dev-qt/qtconcurrent-${MIN_QT_5_VERSION}:5
+   >=dev-qt/qtcore-${MIN_QT_5_VERSION}:5
+   >=dev-qt/qtgui-${MIN_QT_5_VERSION}:5
+   >=dev-qt/qtnetwork-${MIN_QT_5_VERSION}:5
+   >=dev-qt/qttest-${MIN_QT_5_VERSION}:5
+   >=dev-qt/qtwidgets-${MIN_QT_5_VERSION}:5
+   >=dev-qt/qtxml-${MIN_QT_5_VERSION}:5
+   )
+
+   qt6? (
+   
>=dev-qt/qtbase-${MIN_QT_6_VERSION}:6[concurrent,gui,network,widgets,xml(+)]
+   >=dev-qt/qtsvg-${MIN_QT_6_VERSION}:6
+   >=dev-qt/qt5compat-${MIN_QT_6_VERSION}:6
+   )
 "
 
 # Required at both build-time and run-time
 COMMON_DEPENDS="
${QT_DEPS}
-   >=dev-libs/quazip-1.3:=[qt5(+)]
+
+   !qt6? ( >=dev-libs/quazip-1.3:=[qt5(+)] )
+qt6? ( >=dev-libs/quazip-1.3:=[qt6(-)] )
+
sys-libs/zlib
 "
 
@@ -102,8 +113,7 @@ src_configure(){
-DCMAKE_INSTALL_PREFIX="/usr"
# Resulting binary is named polymc
-DLauncher_APP_BINARY_NAME="${PN}"
-   # Force Qt5 to avoid accidentaly building the Qt6 version and 
breaking things
-   -DLauncher_QT_VERSION_MAJOR=${QT_SLOT}
+   -DLauncher_QT_VERSION_MAJOR=$(usex qt6 6 5)
 
-DENABLE_LTO=$(usex lto)
-DBUILD_TESTING=$(usex test)



[gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/ppc64le/17.0/desktop/systemd/, ...

2022-09-22 Thread Georgy Yakovlev
commit: 8b582ac7772c2e17f6808974a2f2c54e92638346
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Sep 22 06:22:20 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Sep 22 06:24:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b582ac7

profiles: add ppc64le/desktop/systemd{,/merged-usr} profiles

Bug: https://bugs.gentoo.org/715680
Signed-off-by: Georgy Yakovlev  gentoo.org>

 profiles/default/linux/ppc64le/17.0/desktop/systemd/eapi  | 1 +
 profiles/default/linux/ppc64le/17.0/desktop/systemd/merged-usr/eapi   | 1 +
 profiles/default/linux/ppc64le/17.0/desktop/systemd/merged-usr/parent | 2 ++
 profiles/default/linux/ppc64le/17.0/desktop/systemd/parent| 2 ++
 profiles/profiles.desc| 2 ++
 5 files changed, 8 insertions(+)

diff --git a/profiles/default/linux/ppc64le/17.0/desktop/systemd/eapi 
b/profiles/default/linux/ppc64le/17.0/desktop/systemd/eapi
new file mode 100644
index ..7ed6ff82de6b
--- /dev/null
+++ b/profiles/default/linux/ppc64le/17.0/desktop/systemd/eapi
@@ -0,0 +1 @@
+5

diff --git 
a/profiles/default/linux/ppc64le/17.0/desktop/systemd/merged-usr/eapi 
b/profiles/default/linux/ppc64le/17.0/desktop/systemd/merged-usr/eapi
new file mode 100644
index ..7ed6ff82de6b
--- /dev/null
+++ b/profiles/default/linux/ppc64le/17.0/desktop/systemd/merged-usr/eapi
@@ -0,0 +1 @@
+5

diff --git 
a/profiles/default/linux/ppc64le/17.0/desktop/systemd/merged-usr/parent 
b/profiles/default/linux/ppc64le/17.0/desktop/systemd/merged-usr/parent
new file mode 100644
index ..c8b1675247c9
--- /dev/null
+++ b/profiles/default/linux/ppc64le/17.0/desktop/systemd/merged-usr/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../../features/merged-usr

diff --git a/profiles/default/linux/ppc64le/17.0/desktop/systemd/parent 
b/profiles/default/linux/ppc64le/17.0/desktop/systemd/parent
new file mode 100644
index ..7e061533c151
--- /dev/null
+++ b/profiles/default/linux/ppc64le/17.0/desktop/systemd/parent
@@ -0,0 +1,2 @@
+..
+../../../../../../targets/systemd

diff --git a/profiles/profiles.desc b/profiles/profiles.desc
index 88e3e5cf2a5c..228506db4479 100644
--- a/profiles/profiles.desc
+++ b/profiles/profiles.desc
@@ -246,6 +246,8 @@ ppc64   
default/linux/ppc64le/17.0/desktop/gnome/systemd/merged-usr dev
 ppc64  default/linux/ppc64le/17.0/desktop/plasma   
stable
 ppc64  default/linux/ppc64le/17.0/desktop/plasma/systemd   
stable
 ppc64  default/linux/ppc64le/17.0/desktop/plasma/systemd/merged-usr
dev
+ppc64  default/linux/ppc64le/17.0/desktop/systemd  
stable
+ppc64  default/linux/ppc64le/17.0/desktop/systemd/merged-usr   
dev
 ppc64  default/linux/ppc64le/17.0/systemd  
stable
 ppc64  default/linux/ppc64le/17.0/systemd/merged-usr   
dev
 ppc64  default/linux/ppc64le/17.0/developer
exp



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/

2022-09-22 Thread Miroslav Šulc
commit: b273309edcd51e7d3295f93e4c9b0c824b20fcc8
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Sep 22 07:35:05 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Sep 22 07:35:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b273309e

net-analyzer/zabbix: bump to 4.0.44

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

 net-analyzer/zabbix/Manifest |   1 +
 net-analyzer/zabbix/zabbix-4.0.44.ebuild | 367 +++
 2 files changed, 368 insertions(+)

diff --git a/net-analyzer/zabbix/Manifest b/net-analyzer/zabbix/Manifest
index 40bf9e750f71..b5749c267db3 100644
--- a/net-analyzer/zabbix/Manifest
+++ b/net-analyzer/zabbix/Manifest
@@ -1,4 +1,5 @@
 DIST zabbix-4.0.43.tar.gz 17648025 BLAKE2B 
1dbe0c8691d990278bcc540dcd57d7640a3d832021a9ec416dd67857a3e6e0724659ca13c6c59482e45e772cdb3c22f66810d0111e59d0371ed37f3d8b61275b
 SHA512 
5d7f81a2e7dd8d060ab46c37622b4b73702d208e065bd99022f6c7e9598f2230b89347e73864238861eed7747d5439221ed1e4cc7ac99bf1e990d9550612dd7f
+DIST zabbix-4.0.44.tar.gz 17713321 BLAKE2B 
1f75f99430846cfc029d5e541ede7ef8c019a42af0ab6d70be3170052b723877ca54f6554cd9a29f7f436fb6e9d5ffd02913a1b12ad45a2a8ed00432738e5660
 SHA512 
223d6fdd352e5731487797d839c1741209eae79af78a058d3ba29e5a9eaab5cbf91072ad827bdd676696d3ea518c638d7fd515bff2a257aef3a7ad38f41b3cb6
 DIST zabbix-5.0.26-go-deps.tar.xz 34385532 BLAKE2B 
a52924f8bee464deb6f6812242c0d7d987e7b46d097f0a118e2cb429d6d3d26f8e116d66e594a26e22bc5bf81997d21fb66ef97151538a814f63fe2c55a7f729
 SHA512 
49727ccd5e26d28e577fe9ee1d7eaa2de3d5054e831ea82e5dc9d8177c63063cf957b575072c5dc68b294763d519fff9041700e2dc267394e6ec143d272b1dd7
 DIST zabbix-5.0.26.tar.gz 21248951 BLAKE2B 
9119e66acc71f5ed8baf07b6bc90a69152188e1e74058146a9c7eef7d36fc9f0363a5635518bdb696b76fb93c9777878b8d4411853c641dec809e86cba4cfa74
 SHA512 
b10b3eb849ea3646aeaf3d2a1dbf639e6effbd21a23c06e4f2686a177d2ae186537607ed0a76c3f520cb84f3bba3079f5d9f7e840077cf5e1a3eac4b46f0558b
 DIST zabbix-5.0.27-go-deps.tar.xz 34405712 BLAKE2B 
a24aa4bfde3726e04a6eb2664e4e9ab510ebaee55bd35ee61fe296cd961482d587305f461ca76a483d5441c3a2a8554dbb510bb00aabf3d60a0cc7342f48f61b
 SHA512 
6f871b203247633253339db21015ad8610d905d9c7801ca34291af373fdc1a57b676b575da02b21968ab624fd3e87084cd4c4d234f43520d55a4a448c27d09e6

diff --git a/net-analyzer/zabbix/zabbix-4.0.44.ebuild 
b/net-analyzer/zabbix/zabbix-4.0.44.ebuild
new file mode 100644
index ..1e0af68937f8
--- /dev/null
+++ b/net-analyzer/zabbix/zabbix-4.0.44.ebuild
@@ -0,0 +1,367 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# needed to make webapp-config dep optional
+WEBAPP_OPTIONAL="yes"
+inherit webapp java-pkg-opt-2 systemd toolchain-funcs tmpfiles user-info
+
+DESCRIPTION="ZABBIX is software for monitoring of your applications, network 
and servers"
+HOMEPAGE="https://www.zabbix.com/;
+MY_P=${P/_/}
+MY_PV=${PV/_/}
+SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/4.0/${P}.tar.gz;
+LICENSE="GPL-2"
+SLOT="0/$(ver_cut 1-2)"
+WEBAPP_MANUAL_SLOT="yes"
+KEYWORDS="~amd64 ~x86"
+IUSE="+agent curl frontend gnutls ipv6 java ldap libxml2 mbedtls mysql odbc 
openipmi +openssl oracle +postgres proxy server snmp sqlite ssh static xmpp"
+REQUIRED_USE="|| ( agent frontend proxy server )
+   ?? ( gnutls mbedtls openssl )
+   proxy? ( ^^ ( mysql oracle postgres sqlite ) )
+   server? ( ^^ ( mysql oracle postgres ) !sqlite )
+   static? ( !oracle !snmp )"
+
+COMMON_DEPEND="
+   curl? ( net-misc/curl )
+   gnutls? ( net-libs/gnutls:0= )
+   java? ( >=virtual/jdk-1.8:* )
+   ldap? (
+   =dev-libs/cyrus-sasl-2*
+   net-libs/gnutls:=
+   net-nds/openldap:=
+   )
+   libxml2? ( dev-libs/libxml2 )
+   mbedtls? ( net-libs/mbedtls:0= )
+   mysql? ( dev-db/mysql-connector-c:= )
+   odbc? ( dev-db/unixODBC )
+   openipmi? ( sys-libs/openipmi )
+   openssl? ( dev-libs/openssl:=[-bindist(-)] )
+   oracle? ( dev-db/oracle-instantclient[odbc,sdk] )
+   postgres? ( dev-db/postgresql:* )
+   proxy?  (
+   dev-libs/libevent:=
+   sys-libs/zlib
+   )
+   server? (
+   dev-libs/libevent:=
+   sys-libs/zlib
+   )
+   snmp? ( net-analyzer/net-snmp:= )
+   sqlite? ( dev-db/sqlite )
+   ssh? ( net-libs/libssh2 )
+   xmpp? ( dev-libs/iksemel )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   acct-group/zabbix
+   acct-user/zabbix
+   java? ( >=virtual/jre-1.8:* )
+   mysql? ( virtual/mysql )
+   proxy? (
+   dev-libs/libpcre
+   net-analyzer/fping[suid]
+   )
+   server? (
+   app-admin/webapp-config
+   dev-libs/libpcre
+   net-analyzer/fping[suid]
+   )
+   frontend? (
+   app-admin/webapp-config
+   

[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty-terminfo/

2022-09-22 Thread Ionen Wolkens
commit: e3226655f357325d7c9a021470869fb3d3b240c0
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Sep 22 09:15:58 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Sep 22 09:15:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3226655

x11-terms/kitty-terminfo: add 0.26.3

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

 x11-terms/kitty-terminfo/Manifest  |  1 +
 .../kitty-terminfo/kitty-terminfo-0.26.3.ebuild| 23 ++
 2 files changed, 24 insertions(+)

diff --git a/x11-terms/kitty-terminfo/Manifest 
b/x11-terms/kitty-terminfo/Manifest
index 3ea236ddc574..72aaaddc4ea9 100644
--- a/x11-terms/kitty-terminfo/Manifest
+++ b/x11-terms/kitty-terminfo/Manifest
@@ -1 +1,2 @@
 DIST kitty-0.26.2.tar.xz 4716932 BLAKE2B 
fbbd1bbeb42bfb5be1348ead4605d45f93a90e31e707444c901b9f4c20b42d470c1e3cec9e0f135f04ad49bb472824fb7445932403127e8cbc639b5dac6ee982
 SHA512 
4bfb3d9438bb018dc10503be610df4e6e8bb1f9459b5131f46fde6279ba5423e44dbbcb86a2dc2602ee208266edc78074f6496e99761cf43f7081ea9e88175f7
+DIST kitty-0.26.3.tar.xz 4730520 BLAKE2B 
a2d876eb295256ac420700e941ac9cb0e79c9717a93226cc30db63ab047dcd0be2e11b36b44c7c15daa0b77a451242d32f71024cee724869ba8937b93dd5
 SHA512 
77a518cd3ec4bb059907f16d01068914951cadbbcf803dcbfae13cc9ce144f65a886d7e986c7191019a0be9ccf902f086c72a24287458d083cbd3fd136d2c589

diff --git a/x11-terms/kitty-terminfo/kitty-terminfo-0.26.3.ebuild 
b/x11-terms/kitty-terminfo/kitty-terminfo-0.26.3.ebuild
new file mode 100644
index ..35ff98034a87
--- /dev/null
+++ b/x11-terms/kitty-terminfo/kitty-terminfo-0.26.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Terminfo for kitty, a GPU-based terminal emulator"
+HOMEPAGE="https://sw.kovidgoyal.net/kitty/;
+SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/kitty-${PV}.tar.xz;
+S="${WORKDIR}/kitty-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+RESTRICT="test" # intended to be ran on the full kitty package
+
+BDEPEND="sys-libs/ncurses"
+
+src_compile() { :; }
+
+src_install() {
+   dodir /usr/share/terminfo
+   tic -xo "${ED}"/usr/share/terminfo terminfo/kitty.terminfo || die
+}



[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty/

2022-09-22 Thread Ionen Wolkens
commit: 899d20b625040f94cb4dcf7f89a3fdb856f5e6e4
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Sep 22 09:16:19 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Sep 22 09:16:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=899d20b6

x11-terms/kitty: add 0.26.3

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

 x11-terms/kitty/Manifest|   2 +
 x11-terms/kitty/kitty-0.26.3.ebuild | 131 
 2 files changed, 133 insertions(+)

diff --git a/x11-terms/kitty/Manifest b/x11-terms/kitty/Manifest
index f6aeece75d47..385893a86dc9 100644
--- a/x11-terms/kitty/Manifest
+++ b/x11-terms/kitty/Manifest
@@ -1,2 +1,4 @@
 DIST kitty-0.26.2.tar.xz 4716932 BLAKE2B 
fbbd1bbeb42bfb5be1348ead4605d45f93a90e31e707444c901b9f4c20b42d470c1e3cec9e0f135f04ad49bb472824fb7445932403127e8cbc639b5dac6ee982
 SHA512 
4bfb3d9438bb018dc10503be610df4e6e8bb1f9459b5131f46fde6279ba5423e44dbbcb86a2dc2602ee208266edc78074f6496e99761cf43f7081ea9e88175f7
 DIST kitty-0.26.2.tar.xz.sig 566 BLAKE2B 
4f36d131143ad4c1ea3dbdd7b094cbfd7ece133e573ec95714d5b778a80cb58b3b89ab02f575442aaf1618985e37528285009bb724721e5d48b1ffc611175672
 SHA512 
8ec0f237eb0b9f868ea703ab8b5cb85405f9360ad8e7402a0e5a3c4f3268a5a127359a9444c0e7cf05f364ea5dfeb31f9657a110fadc34bb6ed870ef939a4ada
+DIST kitty-0.26.3.tar.xz 4730520 BLAKE2B 
a2d876eb295256ac420700e941ac9cb0e79c9717a93226cc30db63ab047dcd0be2e11b36b44c7c15daa0b77a451242d32f71024cee724869ba8937b93dd5
 SHA512 
77a518cd3ec4bb059907f16d01068914951cadbbcf803dcbfae13cc9ce144f65a886d7e986c7191019a0be9ccf902f086c72a24287458d083cbd3fd136d2c589
+DIST kitty-0.26.3.tar.xz.sig 566 BLAKE2B 
6e8e622bec031416b0f591c0b53f53ba874c977511c447ab625f52bc7fca04f1003ca5db4cc4138336f5afc4f729b2b8b6e0f5d77e296033422774665fbd5ba3
 SHA512 
4a8fd60ca1baa619790909243a620f816c44a28a8d889633c5b433af0f46cd1c92bcbcbbd9db942c385764387958db294cdeb3cdffc0369a79d56f41ccb81b57

diff --git a/x11-terms/kitty/kitty-0.26.3.ebuild 
b/x11-terms/kitty/kitty-0.26.3.ebuild
new file mode 100644
index ..3ee9cbb30121
--- /dev/null
+++ b/x11-terms/kitty/kitty-0.26.3.ebuild
@@ -0,0 +1,131 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+inherit edo optfeature multiprocessing python-single-r1 toolchain-funcs xdg
+
+if [[ ${PV} ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kovidgoyal/kitty.git;
+else
+   inherit verify-sig
+   SRC_URI="
+   
https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz
+   verify-sig? ( 
https://github.com/kovidgoyal/kitty/releases/download/v${PV}/${P}.tar.xz.sig )"
+   
VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}/usr/share/openpgp-keys/kovidgoyal.gpg"
+   KEYWORDS="~amd64 ~ppc64 ~x86"
+fi
+
+DESCRIPTION="Fast, feature-rich, GPU-based terminal"
+HOMEPAGE="https://sw.kovidgoyal.net/kitty/;
+
+LICENSE="GPL-3"
+SLOT="0"
+IUSE="+X test transfer wayland"
+REQUIRED_USE="
+   || ( X wayland )
+   ${PYTHON_REQUIRED_USE}"
+RESTRICT="!X? ( test ) !test? ( test ) !transfer? ( test ) !wayland? ( test )"
+
+# dlopen: fontconfig,libglvnd
+RDEPEND="
+   ${PYTHON_DEPS}
+   dev-libs/openssl:=
+   media-libs/fontconfig
+   media-libs/harfbuzz:=
+   media-libs/lcms:2
+   media-libs/libglvnd[X?]
+   media-libs/libpng:=
+   sys-apps/dbus
+   sys-libs/zlib:=
+   x11-libs/libxkbcommon[X?]
+   x11-misc/xkeyboard-config
+   ~x11-terms/kitty-shell-integration-${PV}
+   ~x11-terms/kitty-terminfo-${PV}
+   X? ( x11-libs/libX11 )
+   transfer? ( net-libs/librsync:= )
+   wayland? ( dev-libs/wayland )"
+DEPEND="
+   ${RDEPEND}
+   X? (
+   x11-base/xorg-proto
+   x11-libs/libXcursor
+   x11-libs/libXi
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   )
+   wayland? ( dev-libs/wayland-protocols )"
+BDEPEND="
+   ${PYTHON_DEPS}
+   sys-libs/ncurses
+   virtual/pkgconfig
+   test? ( $(python_gen_cond_dep 'dev-python/pillow[${PYTHON_USEDEP}]') )
+   wayland? ( dev-util/wayland-scanner )"
+[[ ${PV} ==  ]] || BDEPEND+=" verify-sig? ( 
sec-keys/openpgp-keys-kovidgoyal )"
+
+src_prepare() {
+   default
+
+   # seds unfortunately feel easier on maintainenance than patches here
+   sed -e "s/'x11 wayland'/'$(usev X x11) $(usev wayland)'/" \
+   -e "$(usev !X '/gl_libs =/s/=.*/= []/')" \
+   -e "/num_workers =/s/=.*/= $(makeopts_jobs)/" \
+   -e "s/cflags.append.*-O3.*/pass/" -e 's/-O3//' \
+   -i setup.py || die
+
+   if use !transfer; then
+   sed -i 's/rs_cflag =/& []#/;/files.*rsync/d' setup.py || die
+   rm -r kittens/transfer || die
+   fi
+
+   # test relies on 'who' command which doesn't detect users with 

[gentoo-commits] repo/gentoo:master commit in: x11-terms/kitty-shell-integration/

2022-09-22 Thread Ionen Wolkens
commit: f33e9d087139b3b5ce6eea736cddc87be8fcf742
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Thu Sep 22 09:15:38 2022 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Sep 22 09:15:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33e9d08

x11-terms/kitty-shell-integration: add 0.26.3

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

 x11-terms/kitty-shell-integration/Manifest |  1 +
 .../kitty-shell-integration-0.26.3.ebuild  | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/x11-terms/kitty-shell-integration/Manifest 
b/x11-terms/kitty-shell-integration/Manifest
index 3ea236ddc574..72aaaddc4ea9 100644
--- a/x11-terms/kitty-shell-integration/Manifest
+++ b/x11-terms/kitty-shell-integration/Manifest
@@ -1 +1,2 @@
 DIST kitty-0.26.2.tar.xz 4716932 BLAKE2B 
fbbd1bbeb42bfb5be1348ead4605d45f93a90e31e707444c901b9f4c20b42d470c1e3cec9e0f135f04ad49bb472824fb7445932403127e8cbc639b5dac6ee982
 SHA512 
4bfb3d9438bb018dc10503be610df4e6e8bb1f9459b5131f46fde6279ba5423e44dbbcb86a2dc2602ee208266edc78074f6496e99761cf43f7081ea9e88175f7
+DIST kitty-0.26.3.tar.xz 4730520 BLAKE2B 
a2d876eb295256ac420700e941ac9cb0e79c9717a93226cc30db63ab047dcd0be2e11b36b44c7c15daa0b77a451242d32f71024cee724869ba8937b93dd5
 SHA512 
77a518cd3ec4bb059907f16d01068914951cadbbcf803dcbfae13cc9ce144f65a886d7e986c7191019a0be9ccf902f086c72a24287458d083cbd3fd136d2c589

diff --git 
a/x11-terms/kitty-shell-integration/kitty-shell-integration-0.26.3.ebuild 
b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.26.3.ebuild
new file mode 100644
index ..4c3e987c411b
--- /dev/null
+++ b/x11-terms/kitty-shell-integration/kitty-shell-integration-0.26.3.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="Shell integration scripts for kitty, a GPU-based terminal 
emulator"
+HOMEPAGE="https://sw.kovidgoyal.net/kitty/;
+SRC_URI="https://github.com/kovidgoyal/kitty/releases/download/v${PV}/kitty-${PV}.tar.xz;
+S="${WORKDIR}/kitty-${PV}"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~x86"
+RESTRICT="test" # intended to be ran on the full kitty package
+
+src_compile() { :; }
+
+src_install() {
+   # install the whole directory in the upstream suggested location
+   # for consistency (i.e. less variation between distros if someone
+   # ssh into Gentoo), then set symlinks to autoload where possible
+   # (these exit immediately if KITTY_SHELL_INTEGRATION is unset)
+   insinto /usr/share/kitty
+   doins -r shell-integration
+
+   dosym -r 
{/usr/share/kitty/shell-integration/bash,/etc/bash/bashrc.d}/kitty.bash
+
+   dosym -r 
/usr/share/{kitty/shell-integration/fish,fish}/vendor_completions.d/kitty.fish
+   dosym -r 
/usr/share/{kitty/shell-integration/fish,fish}/vendor_conf.d/kitty-shell-integration.fish
+
+   dosym -r 
/usr/share/{kitty/shell-integration/zsh/completions,zsh/site-functions}/_kitty
+   # zsh integration is handled automatically without needing to modify rc 
files,
+   # but may require user intervention depending on zsh invocation or if 
remote
+
+   # this is used internally by the ssh kitten and is not useful there
+   rm -r "${ED}"/usr/share/kitty/shell-integration/ssh || die
+}



[gentoo-commits] repo/gentoo:master commit in: net-misc/electrum/, net-misc/electrum/files/

2022-09-22 Thread Michał Górny
commit: 2feab18f3a63137901820164ebc318f922403686
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 09:44:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 09:44:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2feab18f

net-misc/electrum: Remove old

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

 net-misc/electrum/Manifest   |  2 -
 net-misc/electrum/electrum-4.2.2.ebuild  | 99 
 net-misc/electrum/electrum-4.3.0.ebuild  | 95 ---
 net-misc/electrum/files/3.1.2-no-user-root.patch | 17 
 4 files changed, 213 deletions(-)

diff --git a/net-misc/electrum/Manifest b/net-misc/electrum/Manifest
index b6a7d360af49..56775674b3f3 100644
--- a/net-misc/electrum/Manifest
+++ b/net-misc/electrum/Manifest
@@ -1,3 +1 @@
-DIST electrum-4.2.2.gh.tar.gz 5071636 BLAKE2B 
a13ae03e513736e5f24ded46a9b6ce13312a7d9243082f1d5b1948e7519f40f1fab238ec73550f72607ff2463a54a31f47c6ab8e511efddfcec362d5e427c6c1
 SHA512 
ae39ca0b548f3e4c7454096a7a05f9400a738e3b1c217ae9d41bf6156f7d642d3f1911f97829bfadbf6fdb6873538f38525363d256b363dac41d378c6b41002d
-DIST electrum-4.3.0.gh.tar.gz 5436120 BLAKE2B 
180fcbd7749888707e9e57a9117b1df98f248584d68a9edcea996a73a0fdbc78f0955f778af50afae1a7a02b0d12b4aefe58b8a63f59a2b220ecddb20126966f
 SHA512 
305ff483de498c93b118422fdff0f67ba9522275d45a5f8b14040697647b58b8113e312fd6b14bf15d3cbba3907d978657dd99d8c02e199d8c936afa2b9a6407
 DIST electrum-4.3.1.gh.tar.gz 5444509 BLAKE2B 
68d63b730396c229bcb09262740a7d3ef322fce7fd16265d352e3eb2039e123d043307036d906b1688cc43d33620cf1b8f7aaa03ac9f5d68e5f9a2b84e6d44a7
 SHA512 
038b7c643ed11fe14e368be91bc09e5f043d4ae86cdf0ad0d80861ffa47aececcc4b0bec5a8596a8d78590b859bf302ed99d2d57bab1a2a053677fc7fa190e06

diff --git a/net-misc/electrum/electrum-4.2.2.ebuild 
b/net-misc/electrum/electrum-4.2.2.ebuild
deleted file mode 100644
index 3741fcfc777b..
--- a/net-misc/electrum/electrum-4.2.2.ebuild
+++ /dev/null
@@ -1,99 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="ncurses?"
-
-inherit desktop distutils-r1 xdg-utils
-
-DESCRIPTION="User friendly Bitcoin client"
-HOMEPAGE="https://electrum.org/;
-SRC_URI="
-   https://github.com/spesmilo/electrum/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="cli ncurses qrcode +qt5"
-REQUIRED_USE="|| ( cli ncurses qt5 )"
-
-RDEPEND="
-   ${PYTHON_DEPS}
-   dev-libs/libsecp256k1
-   >=dev-python/aiohttp-socks-0.3[${PYTHON_USEDEP}]
-   =dev-python/aiorpcX-0.22*[${PYTHON_USEDEP}]
-   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
-   dev-python/bitstring[${PYTHON_USEDEP}]
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   >=dev-python/dnspython-2[${PYTHON_USEDEP}]
-   dev-python/pbkdf2[${PYTHON_USEDEP}]
-   dev-python/PySocks[${PYTHON_USEDEP}]
-   dev-python/qrcode[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-   >=dev-python/protobuf-python-3.12[${PYTHON_USEDEP}]
-   qrcode? ( media-gfx/zbar[v4l] )
-   qt5? (
-   dev-python/PyQt5[gui,widgets,${PYTHON_USEDEP}]
-   )
-   ncurses? ( $(python_gen_impl_dep 'ncurses') )
-"
-BDEPEND="
-   test? (
-   dev-python/pyaes[${PYTHON_USEDEP}]
-   dev-python/pycryptodome[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   eapply "${FILESDIR}/3.1.2-no-user-root.patch"
-
-   # Prevent data files from being installed in the wrong location
-   sed -i -e '/icons_dirname/d' -e '/applications/d' setup.py || die
-
-   # use backwards-compatible cryptodome API
-   sed -i -e 's:Cryptodome:Crypto:' electrum/crypto.py || die
-
-   # make qdarkstyle dep optional
-   sed -i -e '/qdarkstyle/d' contrib/requirements/requirements.txt || die
-
-   local bestgui
-   if use qt5; then
-   bestgui=qt
-   elif use ncurses; then
-   bestgui=text
-   else
-   bestgui=stdio
-   fi
-   sed -i 's/^\([[:space:]]*\)\(config_options\['\''cwd'\''\] = 
.*\)$/\1\2\n\1config_options.setdefault("gui", "'"${bestgui}"'")\n/' 
${PN}/${PN} || die
-
-   eapply_user
-
-   xdg_environment_reset
-   distutils-r1_src_prepare
-}
-
-src_install() {
-   doicon -s 128 electrum/gui/icons/${PN}.png
-   domenu electrum.desktop
-   dodoc RELEASE-NOTES
-   distutils-r1_src_install
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-   xdg_desktop_database_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-   xdg_desktop_database_update
-}

diff --git a/net-misc/electrum/electrum-4.3.0.ebuild 

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

2022-09-22 Thread Andrew Ammerlaan
commit: 182e4fb7dd7b95b2121b524014f3bf3ec40ec873
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep 22 10:48:58 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep 22 10:55:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=182e4fb7

dev-python/mkdocs-redirects: add 1.2.0

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/mkdocs-redirects/Manifest   |  1 +
 .../mkdocs-redirects/mkdocs-redirects-1.2.0.ebuild | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/mkdocs-redirects/Manifest 
b/dev-python/mkdocs-redirects/Manifest
index b7b71b9ecdb5..1e95435c2015 100644
--- a/dev-python/mkdocs-redirects/Manifest
+++ b/dev-python/mkdocs-redirects/Manifest
@@ -1,2 +1,3 @@
 DIST mkdocs-redirects-1.0.5.gh.tar.gz 6624 BLAKE2B 
2f974dcf2dc438d3d8e2289793150b0a5a0394027552a8f3878f83fc0ab78b0e1c38f29bcd155adccf40e5259e93e81b419741784584f924f5eb18a0059f3107
 SHA512 
3365f19792438262528236cb9531f12ef31bf368d849387855a58b6427cbe7be6b55292fe5174804f42b29acf0a921ce9987e8b3a7ed3870444fcf94d4a52df6
 DIST mkdocs-redirects-1.1.0.gh.tar.gz 7000 BLAKE2B 
7bb98549613926fd7ff3fd9ddf6469703589bb38051358baffc2989bc496df38b270f859f9f40a21d688a7a453d0a4d1532af339d4e43d1144324729ab84824f
 SHA512 
4ccda56bc26fd005ed0a1b0651c65883ad1f87912fc1c61fa9089a0e84bf1d124e943d1fae6f5bac4a521676419dcd8d409524926334f2ea5ae8b0d2f2d4ee52
+DIST mkdocs-redirects-1.2.0.gh.tar.gz 7434 BLAKE2B 
cba7252865135c66ca467473e5c373b1779131dc0fdea47092d97d97d4222e6e9b38f9b312f0341af90b8a05a24c3c33250b060c2b3029d49dc970da0b2fc48e
 SHA512 
e26260277f56005d8fab3a7e6d05187796356909d7ab4f8d6cd6edd535b0ee944e49faf5b6366269bfface1a855f399e3d95275a5f0967134f6c8e1256bef220

diff --git a/dev-python/mkdocs-redirects/mkdocs-redirects-1.2.0.ebuild 
b/dev-python/mkdocs-redirects/mkdocs-redirects-1.2.0.ebuild
new file mode 100644
index ..a1097be70143
--- /dev/null
+++ b/dev-python/mkdocs-redirects/mkdocs-redirects-1.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Plugin for Mkdocs page redirects"
+HOMEPAGE="
+   https://github.com/mkdocs/mkdocs-redirects
+   https://pypi.org/project/mkdocs-redirects/
+"
+SRC_URI="
+   
https://github.com/mkdocs/mkdocs-redirects/archive/refs/tags/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/mkdocs-1.0.4[${PYTHON_USEDEP}]
+   

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

2022-09-22 Thread Andrew Ammerlaan
commit: 2fc3749ed4c45b09277e5df4d98e2933f56b0977
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep 22 10:32:48 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep 22 10:55:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fc3749e

dev-python/wcmatch: add 8.4.1

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/wcmatch/Manifest |  1 +
 dev-python/wcmatch/wcmatch-8.4.1.ebuild | 61 +
 2 files changed, 62 insertions(+)

diff --git a/dev-python/wcmatch/Manifest b/dev-python/wcmatch/Manifest
index 106502d62cf3..56830604ca0d 100644
--- a/dev-python/wcmatch/Manifest
+++ b/dev-python/wcmatch/Manifest
@@ -1 +1,2 @@
+DIST wcmatch-8.4.1.gh.tar.gz 117065 BLAKE2B 
6528170503507aa9742a0e0878f7cfe2586408471acde82ffbf1011fbf48cbed6a45d580436cb6a63a54a81d1c237544a48112eb4c06f923752eb09521d7f8a5
 SHA512 
6bc8d59b678a40e28eee7816f3b447fe3396f52e982df8e0b5e26472b4ffd1342f58edc41850386954783e6d07f1d66d9372cc1495f048b9a542b572b1d8e20f
 DIST wcmatch-8.4.gh.tar.gz 116596 BLAKE2B 
cdfbc243fa62f4854490510a563163f99dac09eed16248fa7a72d0a2a7b96484fab4edf3ba497e96a46dca1f734b9c1b098da4d71784775f51b48fcfa5b8a24c
 SHA512 
92478a769be129f9997ef75a384b9978d0647bbd7f2212aa058f1438e698a0a77d069871daf20889455f6e9bb73266d4e312f29f61c704a708fa48fa565d7614

diff --git a/dev-python/wcmatch/wcmatch-8.4.1.ebuild 
b/dev-python/wcmatch/wcmatch-8.4.1.ebuild
new file mode 100644
index ..42be0b6abeee
--- /dev/null
+++ b/dev-python/wcmatch/wcmatch-8.4.1.ebuild
@@ -0,0 +1,61 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=hatchling
+
+DOCS_BUILDER="mkdocs"
+DOCS_DEPEND="
+   >=dev-python/mkdocs_pymdownx_material_extras-2.0
+   dev-python/mkdocs-material
+   dev-python/mkdocs-git-revision-date-localized-plugin
+   dev-python/mkdocs-minify-plugin
+   dev-python/pyspelling
+"
+
+inherit distutils-r1 docs
+
+DESCRIPTION="Wildcard/glob file name matcher"
+HOMEPAGE="
+   https://github.com/facelessuser/wcmatch/
+   https://pypi.org/project/wcmatch/
+"
+SRC_URI="
+   https://github.com/facelessuser/wcmatch/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/bracex-2.1.1[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+   test? (
+   dev-vcs/git
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # tests require some files in homedir
+   > "${HOME}"/test1.txt || die
+   > "${HOME}"/test2.txt || die
+
+   # mkdocs-git-revision-date-localized-plugin needs git repo
+   if use doc; then
+   git init || die
+   git config --global user.email "la...@gentoo.org" || die
+   git config --global user.name "Larry the Cow" || die
+   git add . || die
+   git commit -m 'init' || die
+   fi
+
+   distutils-r1_python_prepare_all
+}



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

2022-09-22 Thread Andrew Ammerlaan
commit: 2dc14603bf041cd7447342c55df6dc811bcba234
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep 22 10:36:48 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep 22 10:55:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc14603

dev-python/qtsass: add 0.3.2

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/qtsass/Manifest|  1 +
 dev-python/qtsass/qtsass-0.3.2.ebuild | 24 
 2 files changed, 25 insertions(+)

diff --git a/dev-python/qtsass/Manifest b/dev-python/qtsass/Manifest
index 798ccadae8f8..aa31f27434de 100644
--- a/dev-python/qtsass/Manifest
+++ b/dev-python/qtsass/Manifest
@@ -1,2 +1,3 @@
 DIST qtsass-0.3.0.tar.gz 27880 BLAKE2B 
07f71e794392ee23db901b1ae74e4c8a040b3e5b0681e05e2aa22ec2bdc958e588e2ee9ca9e5fdb4d341827b7c39a4ceb589ed4c669454cae78ee9747883
 SHA512 
fc3e082a01b35d1e7cada22cd5bea2aed37d4d3dd5a036d3d6d7621fb64ac61fdb3f2358f377f69e2cc5678798069af1d7cce04c4bcb9edf390d5162d308389c
 DIST qtsass-0.3.1.gh.tar.gz 28048 BLAKE2B 
d9f59898fcf7b825b515047f8a4e7db3dbd29c3133bbf1d65c5423b49ac2963786b83c0edefc1a596145f034e143362176d6fca965fa0899d6857073223e0d26
 SHA512 
7d7f65048d9944e80009edc2dcd9e4cd673e35d672d4424a4de5af7982604891452ecb7fb78e50bfc4f0cd3b5060eccad9db18bdd38c9900d9a3013753237e94
+DIST qtsass-0.3.2.gh.tar.gz 28601 BLAKE2B 
a02a21fb80d977cff09d3af74f50b68f341163997b68bb0eddf8aa5011b523992ef33f8d7afb8ee8361261c9ae7c45c5a141cfc957fdd3e10dc07ceafac06101
 SHA512 
2939ac9b2536148541abda4f3ea2750e814054c70a96614880453bf1443643e463fda9d2d308b3051461f88b4cf53046fc2ea057b62a2190b70a4b3f6daf033b

diff --git a/dev-python/qtsass/qtsass-0.3.2.ebuild 
b/dev-python/qtsass/qtsass-0.3.2.ebuild
new file mode 100644
index ..295f07dc7a26
--- /dev/null
+++ b/dev-python/qtsass/qtsass-0.3.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+DISTUTILS_USE_PEP517=setuptools
+inherit distutils-r1
+
+DESCRIPTION="Compile SASS files to Qt stylesheets"
+HOMEPAGE="https://github.com/spyder-ide/qtsass;
+SRC_URI="https://github.com/spyder-ide/${PN}/archive/v${PV}.tar.gz -> 
${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="dev-python/libsass[${PYTHON_USEDEP}]"
+
+BDEPEND="test? (
+   dev-python/flaky[${PYTHON_USEDEP}]
+)"
+
+distutils_enable_tests pytest



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

2022-09-22 Thread Andrew Ammerlaan
commit: 191031bf0fc1be41139ccb688c01aa4997f4d493
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep 22 10:43:04 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep 22 10:55:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=191031bf

dev-python/pyzmq: add 24.0.1

Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/pyzmq/Manifest|  1 +
 dev-python/pyzmq/pyzmq-24.0.1.ebuild | 81 
 2 files changed, 82 insertions(+)

diff --git a/dev-python/pyzmq/Manifest b/dev-python/pyzmq/Manifest
index a92fe62bdc42..6a155b7c8df1 100644
--- a/dev-python/pyzmq/Manifest
+++ b/dev-python/pyzmq/Manifest
@@ -1 +1,2 @@
 DIST pyzmq-23.2.1.gh.tar.gz 402170 BLAKE2B 
4cedd065cecbabc0e18928423e853a38953cd1f360fc326573c60bf69ffefadf3bed556d9d71eedf824e646ae23640d14b6aa8938c397c367be32cc36d300e38
 SHA512 
4ba236b87db062b245a04530de5b1e8385491107ae8de465f6f664c75ab8a929d57491eb3f8dddf31ff1db7b1eee89a6892a9a844bc285096cc9960704b36c9c
+DIST pyzmq-24.0.1.gh.tar.gz 404000 BLAKE2B 
01928ba3c64a5afce8e7a97821658da2067a5f6c36c0173ab2f818e83a729939f346ef67bb9a39251abf365f5772abdf7e9e62afb4cc434b5603f474485a7427
 SHA512 
d4b6346e780f356941a624321f1619771fb2f0ef9f65a3c0a03e837ef081ece7ed59c03f57e8647ab1cd38cfc7404d597dd294768f9e9b890115b9eebc085484

diff --git a/dev-python/pyzmq/pyzmq-24.0.1.ebuild 
b/dev-python/pyzmq/pyzmq-24.0.1.ebuild
new file mode 100644
index ..d68843bf062b
--- /dev/null
+++ b/dev-python/pyzmq/pyzmq-24.0.1.ebuild
@@ -0,0 +1,81 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+# TODO: Find out exactly where this error comes from
+# error: '<' not supported between instances of 'str' and 'int'
+#DISTUTILS_USE_PEP517=setuptools
+PYTHON_REQ_USE="threads(+)"
+
+inherit flag-o-matic distutils-r1 toolchain-funcs
+
+DESCRIPTION="Lightweight and super-fast messaging library built on top of the 
ZeroMQ library"
+HOMEPAGE="
+   https://zeromq.org/languages/python/
+   https://pypi.org/project/pyzmq/
+   https://github.com/zeromq/pyzmq/;
+SRC_URI="
+   https://github.com/zeromq/pyzmq/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="LGPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc 
~x86 ~amd64-linux ~x86-linux"
+IUSE="+draft"
+
+DEPEND="
+   >=net-libs/zeromq-4.2.2-r2:=[drafts]
+"
+# it uses cffi backend for pypy, cython backend for cpython
+RDEPEND="${DEPEND}
+   $(python_gen_cond_dep '
+   dev-python/py[${PYTHON_USEDEP}]
+   dev-python/cffi:=[${PYTHON_USEDEP}]
+   ' pypy3)
+"
+BDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_USEDEP}]
+   ' 'python*')
+   test? (
+   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
+   >=www-servers/tornado-5.0.2[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-23.2.0-libdir.patch
+)
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs \
+   "dev-python/numpydoc"
+
+python_configure_all() {
+   tc-export CC
+   append-cppflags -DZMQ_BUILD_DRAFT_API=$(usex draft '1' '0')
+}
+
+python_compile() {
+   esetup.py cython --force
+   ZMQ_PREFIX="${EPREFIX}/usr" distutils-r1_python_compile
+}
+
+python_test() {
+   local EPYTEST_DESELECT=(
+   # TODO
+   zmq/tests/test_constants.py::TestConstants::test_draft
+   zmq/tests/test_cython.py::test_cython
+
+   # hangs often
+   zmq/tests/test_log.py::TestPubLog::test_blank_root_topic
+   )
+   local EPYTEST_IGNORE=(
+   zmq/tests/test_mypy.py
+   )
+
+   cd "${BUILD_DIR}/lib" || die
+   epytest -p no:flaky
+}



[gentoo-commits] repo/gentoo:master commit in: media-libs/suil/

2022-09-22 Thread Miroslav Šulc
commit: 12c4ca88186f3158d699c39b40017485446bfe71
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Sep 22 06:10:15 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Sep 22 06:10:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12c4ca88

media-libs/suil: dropped obsolete 0.10.12 & 0.10.14

Bug: https://bugs.gentoo.org/872125
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/suil/Manifest|  2 --
 media-libs/suil/suil-0.10.12.ebuild | 55 ---
 media-libs/suil/suil-0.10.14.ebuild | 58 -
 3 files changed, 115 deletions(-)

diff --git a/media-libs/suil/Manifest b/media-libs/suil/Manifest
index 704e77dd7a2e..7c2877e7ee80 100644
--- a/media-libs/suil/Manifest
+++ b/media-libs/suil/Manifest
@@ -1,3 +1 @@
-DIST suil-0.10.12.tar.bz2 339666 BLAKE2B 
f70bbc18f5fa1a9263fe5c0a9241e966e124a855273bc6fe863375aef8505193e49b67d3b9d7ff6d4e4cf50cb6c2cb2b2d53dccab06005f82725e024cc8347d5
 SHA512 
f2b9ca36cc35d6b51c6e4ae144d61b1ba5e3b51113cca48d0535f6346ff918bdc7e299f0036ea1431c0ef59b1a02f1f4086a95db552d0a06bffb54567ab4a278
-DIST suil-0.10.14.tar.xz 33620 BLAKE2B 
8ad873ade71ee6f5ba9c8560e116d8de86d8a919c24eed83ba2ff5fa5a968a4a30fdecb00c21c9f267eb22aadcef954872fab9122903826d812e3ad71c7bcd69
 SHA512 
fd44ac4dd465aa9e678d00cf9d7ca7ac1a18f1045e6d61c2f542a0bec7f8783230740f9a3a28d11b76cbee71cc7d4baa261112b83936a264083faeda9c02379e
 DIST suil-0.10.16.tar.xz 33744 BLAKE2B 
614217013b39215f4b6d9414451a55fbca42dd038c6bc961d3769660707bf2da45432c97628edef8dacb8630437bcb304d10616ced2fd9cf9a6a4d094f196f6c
 SHA512 
9b1dac07b017934a93f70d514ec477785683e7ed5949b62a2c4ad139c1e84265399f54d3140dcf0e542d20a0919286aacb52103c91e2f6fc7ebd707db2d98ac4

diff --git a/media-libs/suil/suil-0.10.12.ebuild 
b/media-libs/suil/suil-0.10.12.ebuild
deleted file mode 100644
index f5a16245b610..
--- a/media-libs/suil/suil-0.10.12.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..11} )
-PYTHON_REQ_USE='threads(+)'
-
-inherit python-any-r1 waf-utils
-
-DESCRIPTION="Lightweight C library for loading and wrapping LV2 plugin UIs"
-HOMEPAGE="http://drobilla.net/software/suil/;
-SRC_URI="http://download.drobilla.net/${P}.tar.bz2;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ppc ppc64 ~riscv x86"
-IUSE="doc gtk qt5"
-
-BDEPEND="
-   virtual/pkgconfig
-   doc? (
-   app-doc/doxygen
-   dev-python/sphinx
-   dev-python/sphinx_lv2_theme
-   )
-"
-CDEPEND="
-   media-libs/lv2
-   gtk? ( x11-libs/gtk+:2 )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   )"
-RDEPEND="${CDEPEND}"
-DEPEND="
-   ${CDEPEND}
-   ${PYTHON_DEPS}
-"
-
-DOCS=( AUTHORS NEWS README.md )
-
-src_prepare() {
-   default
-   sed -i -e 's/^.*run_ldconfig/#\0/' wscript || die
-}
-
-src_configure() {
-   waf-utils_src_configure \
-   --mandir="${EPREFIX}/usr/share/man" \
-   --docdir="${EPREFIX}/usr/share/doc/${PF}" \
-   $(usex gtk '' --no-gtk) \
-   $(usex qt5 '' --no-qt5) \
-   $(usex doc --docs '')
-}

diff --git a/media-libs/suil/suil-0.10.14.ebuild 
b/media-libs/suil/suil-0.10.14.ebuild
deleted file mode 100644
index 951d4de5215c..
--- a/media-libs/suil/suil-0.10.14.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..11} )
-PYTHON_REQ_USE='threads(+)'
-
-inherit meson python-any-r1
-
-DESCRIPTION="Lightweight C library for loading and wrapping LV2 plugin UIs"
-HOMEPAGE="http://drobilla.net/software/suil/;
-SRC_URI="http://download.drobilla.net/${P}.tar.xz;
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="doc gtk qt5"
-
-BDEPEND="
-   virtual/pkgconfig
-   doc? (
-   app-doc/doxygen
-   dev-python/sphinx
-   dev-python/sphinx_lv2_theme
-   )
-"
-CDEPEND="
-   media-libs/lv2
-   gtk? ( x11-libs/gtk+:2 )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   )"
-RDEPEND="${CDEPEND}"
-DEPEND="
-   ${CDEPEND}
-   ${PYTHON_DEPS}
-"
-
-DOCS=( AUTHORS NEWS README.md )
-
-src_prepare() {
-   default
-
-   # fix doc installation path
-   sed -iE "s%install_dir: docdir / 'suil-0',%install_dir: docdir / 
'${PF}',%g" doc/c/meson.build || die
-}
-
-src_configure() {
-   local emesonargs=(
-   $(meson_feature doc docs)
-   $(meson_feature gtk gtk3)
-   $(meson_feature qt5)
-   )
-
-   meson_src_configure
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/

2022-09-22 Thread Miroslav Šulc
commit: 2455b17e16da2626c9dbf2bd9642e7ba44850399
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Sep 22 07:25:07 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Sep 22 07:25:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2455b17e

net-analyzer/zabbix: bump to 6.2.3

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

 net-analyzer/zabbix/Manifest|   2 +
 net-analyzer/zabbix/zabbix-6.2.3.ebuild | 411 
 2 files changed, 413 insertions(+)

diff --git a/net-analyzer/zabbix/Manifest b/net-analyzer/zabbix/Manifest
index 9859510d522b..7aaa1a4f68cb 100644
--- a/net-analyzer/zabbix/Manifest
+++ b/net-analyzer/zabbix/Manifest
@@ -11,3 +11,5 @@ DIST zabbix-6.2.1-go-deps.tar.xz 35335980 BLAKE2B 
07af6563a9349aa70bf5c258c949eb
 DIST zabbix-6.2.1.tar.gz 34776549 BLAKE2B 
4952f81936e999c03b8aa71cc370ddc7fcea7f3951bc403501c3617748ecd81a10c5bfe9f80ff55a2521e6b874c50463aa61151ea30ddd6a7b46b20b5e24b645
 SHA512 
cfdca2a34fecd31ff6f58257abc695e9aba3eaeefebd66f8653b5999e3b650e5ba94d036fc5b9d8e03a1cf532d5f76b1d36a3a9759831707d88ebbe37dc20fc5
 DIST zabbix-6.2.2-go-deps.tar.xz 35354668 BLAKE2B 
2fba7e9ee2c04f74d0fe041489136ac30e27ef5869799e0eef720baf0c1f3e4426fc43a8abbb5295b5dec7a5a3ddaf2399096858e47d2d594a23b72654aa
 SHA512 
92d88ad0d398238cafc29a7d76b4105b8af690694a121aeb9068c5939231933ef9fb319287def02d6248dded6e6e4a6b77152be0bc3925327a4baa8974b1e76c
 DIST zabbix-6.2.2.tar.gz 34995538 BLAKE2B 
749e43f23e06f9ad84bea2bae82fc1b8a499df3b873d26fd4fbfefd28288a3f17c1f05207d143516787cb1417107dd8594c704ea79b1a3d745affc787e723ff9
 SHA512 
b9ea0fb8fbfba6ecba54ad3abb68b10a005098cbbdf7130c6f9321cabcfe60a3b3094214a84e1c9d18fc4a0c959cf238eea43b400af027b9f200fb99c088658a
+DIST zabbix-6.2.3-go-deps.tar.xz 35349056 BLAKE2B 
1548167558be12e7519e59e011eb6e761a0a5e1625fb460bbf3106ca5a895277789ce4b2f649884ebb0f236997771378ea47919f3e6fb6a4f4908a29ef34385e
 SHA512 
a8934a5bb2367395c1ba6bf7ccd830c951fb585e7dc054d29f2667bfc45d18eed13889f4c31f8f417aba1920df06512e927c77975f70ab419e7525768caece7f
+DIST zabbix-6.2.3.tar.gz 35252249 BLAKE2B 
fdc9bd32c1aa632b266d26d88cdc08ac40d2663823730298ae2a136730ad4646a38921b0425ac87ef2c4dad7c62f5d41c2955cdf6b275204e26306b115ae3568
 SHA512 
9a8d3021f0e2929897c2f6d3e05721a9dd55ec5778c39edf7af9fb99590f8eece6bba40cb085426373837409d690646254fd2a3f0b151224532226dc46df14f4

diff --git a/net-analyzer/zabbix/zabbix-6.2.3.ebuild 
b/net-analyzer/zabbix/zabbix-6.2.3.ebuild
new file mode 100644
index ..4b12b01e37ea
--- /dev/null
+++ b/net-analyzer/zabbix/zabbix-6.2.3.ebuild
@@ -0,0 +1,411 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# To create the go modules tarball:
+#   cd src/go
+#   GOMODCACHE="${PWD}"/go-mod go mod download -modcacherw
+#   tar -acf zabbix-${PV}-go-deps.tar.xz go-mod
+
+EAPI=8
+
+GO_OPTIONAL="yes"
+# needed to make webapp-config dep optional
+WEBAPP_OPTIONAL="yes"
+inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module 
user-info
+
+DESCRIPTION="ZABBIX is software for monitoring of your applications, network 
and servers"
+HOMEPAGE="https://www.zabbix.com/;
+MY_P=${P/_/}
+MY_PV=${PV/_/}
+SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/$(ver_cut 1-2)/${P}.tar.gz
+   agent2? ( 
https://dev.gentoo.org/~fordfrog/distfiles/${P}-go-deps.tar.xz )
+"
+
+LICENSE="GPL-2"
+SLOT="0/$(ver_cut 1-2)"
+WEBAPP_MANUAL_SLOT="yes"
+KEYWORDS="~amd64 ~x86"
+IUSE="agent +agent2 curl frontend gnutls ipv6 java ldap libxml2 mysql odbc 
openipmi +openssl oracle +pcre2 +postgres proxy server snmp sqlite ssh static"
+REQUIRED_USE="|| ( agent agent2 frontend proxy server )
+   ?? ( gnutls openssl )
+   proxy? ( ^^ ( mysql oracle postgres sqlite ) )
+   server? ( ^^ ( mysql oracle postgres ) !sqlite )
+   static? ( !oracle !snmp )"
+
+COMMON_DEPEND="
+   curl? ( net-misc/curl )
+   gnutls? ( net-libs/gnutls:0= )
+   java? ( >=virtual/jdk-1.8:* )
+   ldap? (
+   =dev-libs/cyrus-sasl-2*
+   net-libs/gnutls:=
+   net-nds/openldap:=
+   )
+   libxml2? ( dev-libs/libxml2 )
+   mysql? ( dev-db/mysql-connector-c:= )
+   odbc? ( dev-db/unixODBC )
+   openipmi? ( sys-libs/openipmi )
+   openssl? ( dev-libs/openssl:=[-bindist(-)] )
+   oracle? ( dev-db/oracle-instantclient[odbc,sdk] )
+   postgres? ( dev-db/postgresql:* )
+   proxy?  (
+   dev-libs/libevent:=
+   sys-libs/zlib
+   )
+   server? (
+   dev-libs/libevent:=
+   sys-libs/zlib
+   )
+   snmp? ( net-analyzer/net-snmp:= )
+   sqlite? ( dev-db/sqlite )
+   ssh? ( net-libs/libssh2 )
+"
+
+RDEPEND="${COMMON_DEPEND}
+   acct-group/zabbix
+   acct-user/zabbix
+   java? ( >=virtual/jre-1.8:* )
+   mysql? ( virtual/mysql )
+   proxy? (
+   !pcre2? ( dev-libs/libpcre )
+   pcre2? 

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

2022-09-22 Thread Andreas Sturmlechner
commit: bdf336385d4cc0e1bf67df458d638dbc1cc3a69e
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep 22 10:10:52 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep 22 10:10:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdf33638

sci-geosciences/xtide: drop 2.15.1-r2, 2.15.1-r3

Closes: https://bugs.gentoo.org/867232
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 sci-geosciences/xtide/Manifest   |  1 -
 sci-geosciences/xtide/xtide-2.15.1-r2.ebuild | 51 
 sci-geosciences/xtide/xtide-2.15.1-r3.ebuild | 38 -
 3 files changed, 90 deletions(-)

diff --git a/sci-geosciences/xtide/Manifest b/sci-geosciences/xtide/Manifest
index f3d722d6a226..13d163d93a6e 100644
--- a/sci-geosciences/xtide/Manifest
+++ b/sci-geosciences/xtide/Manifest
@@ -1,2 +1 @@
-DIST xtide-2.15.1.tar.bz2 710182 BLAKE2B 
31c336c16d855615bb3b33571f71cf47ff4ae524c1ca987e4b29a1c0a88844d9de7fa9f0340a07360c6e0299826e47d0c448dec074a3755a929300cc72cb6462
 SHA512 
3951d5c797981fd4a0396d21830241a700d0f6c7a21694addf7df14f4b3864fbeecb6d352f075a7ccd1c15f8c6b7ddee6ddd501a2699165a9432e8e8dcc0a448
 DIST xtide-2.15.5.tar.xz 574972 BLAKE2B 
b03a2d0b4c2616b0a81fc745a7781dba74e0d7977c84790ab5fc3aebaf3a04ae51fa9bd5b79166195e0b6cbe736efa3e31b5203a25bb6f60df385c0f357294f9
 SHA512 
314c3d256a873ae5862e83050937c72983e5ac0bc9dc2c1a9264d0285f73f681eae1451706c5c6c2829d980423044e83adff3fcf8975b33eb03eed8cb72f1f43

diff --git a/sci-geosciences/xtide/xtide-2.15.1-r2.ebuild 
b/sci-geosciences/xtide/xtide-2.15.1-r2.ebuild
deleted file mode 100644
index 5cd9b00baedf..
--- a/sci-geosciences/xtide/xtide-2.15.1-r2.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit desktop gnome2-utils
-
-DESCRIPTION="XTide provides tide and current predictions in a wide variety of 
formats"
-HOMEPAGE="https://flaterco.com/xtide/;
-SRC_URI="ftp://ftp.flaterco.com/xtide/${P}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-   media-libs/libpng:0=
-   sci-geosciences/gpsd
-   >=sci-geosciences/libtcd-2.2.5_p2
-   x11-libs/libX11
-   x11-libs/libXaw3d[unicode(+)]
-   x11-libs/libXaw3dXft
-   x11-libs/libXft
-   x11-libs/libXpm
-   x11-libs/libXt
-"
-RDEPEND="${DEPEND}
-   media-fonts/font-schumacher-misc
-"
-
-src_install() {
-   default
-
-   echo 'HFILE_PATH=/usr/share/harmonics' > 50xtide_harm
-   doenvd 50xtide_harm
-
-   newicon -s 48 iconsrc/icon_48x48_orig.png ${PN}.png
-   make_desktop_entry ${PN} 'Tide prediction' ${PN} 'Science'
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}

diff --git a/sci-geosciences/xtide/xtide-2.15.1-r3.ebuild 
b/sci-geosciences/xtide/xtide-2.15.1-r3.ebuild
deleted file mode 100644
index 60d326916506..
--- a/sci-geosciences/xtide/xtide-2.15.1-r3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit desktop xdg
-
-DESCRIPTION="XTide provides tide and current predictions in a wide variety of 
formats"
-HOMEPAGE="https://flaterco.com/xtide/;
-SRC_URI="ftp://ftp.flaterco.com/xtide/${P}.tar.bz2;
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="media-libs/libpng:=
-   sci-geosciences/gpsd
-   >=sci-geosciences/libtcd-2.2.5_p2
-   x11-libs/libX11
-   x11-libs/libXaw3d[unicode(+)]
-   x11-libs/libXaw3dXft
-   x11-libs/libXft
-   x11-libs/libXpm
-   x11-libs/libXt"
-RDEPEND="${DEPEND}
-   media-fonts/font-schumacher-misc"
-
-src_install() {
-   default
-
-   echo 'HFILE_PATH=/usr/share/harmonics' > 50xtide_harm || die
-   doenvd 50xtide_harm
-
-   newicon -s 48 iconsrc/icon_48x48_orig.png ${PN}.png
-   make_desktop_entry ${PN} 'Tide prediction' ${PN} 'Science'
-
-   find "${ED}" -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: net-libs/accounts-qml/

2022-09-22 Thread Andreas Sturmlechner
commit: 3ac14d4aa005fb451f1003d7bfb8f24b8b8f1a26
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Sep 22 10:11:57 2022 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Sep 22 10:11:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ac14d4a

net-libs/accounts-qml: drop 0.7-r1

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

 net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild | 52 
 1 file changed, 52 deletions(-)

diff --git a/net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild 
b/net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild
deleted file mode 100644
index 69d8dd7a258a..
--- a/net-libs/accounts-qml/accounts-qml-0.7-r1.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils
-
-DESCRIPTION="QML bindings for accounts-qt and signond"
-HOMEPAGE="https://accounts-sso.gitlab.io/;
-SRC_URI="https://gitlab.com/accounts-sso/${PN}-module/-/archive/VERSION_${PV}/${PN}-module-VERSION_${PV}.tar.gz
-   https://dev.gentoo.org/~asturm/distfiles/${P}-patches-1.tar.xz;
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-IUSE="doc test"
-
-BDEPEND="
-   doc? ( app-doc/doxygen )
-"
-RDEPEND="
-   dev-qt/qtcore:5
-   dev-qt/qtdeclarative:5
-   net-libs/accounts-qt
-   net-libs/signond
-"
-DEPEND="${RDEPEND}
-   test? (
-   dev-qt/qtgui:5
-   dev-qt/qttest:5
-   )
-"
-
-# dbus problems
-RESTRICT="test"
-
-PATCHES=( "${WORKDIR}/${P}-patches-1/${P}-no-tests.patch" )
-
-S="${WORKDIR}/${PN}-module-VERSION_${PV}"
-
-src_prepare() {
-   default
-   sed -e 's/-Werror//' -i common-project-config.pri || die
-}
-
-src_configure() {
-   eqmake5 PREFIX="${EPREFIX}"/usr
-}
-
-src_install() {
-   emake INSTALL_ROOT="${D}" install_subtargets
-}



[gentoo-commits] repo/proj/guru:dev commit in: app-editors/imhex/

2022-09-22 Thread Ronny Gutbrod
commit: d1a59f75541fc4aa41e9cf8d89a03bd172c4b47e
Author: Ronny (tastytea) Gutbrod  tastytea  de>
AuthorDate: Thu Sep 22 10:10:40 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Thu Sep 22 10:10:40 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d1a59f75

app-editors/imhex: die early if gcc is too old

Signed-off-by: Ronny (tastytea) Gutbrod  tastytea.de>

 app-editors/imhex/imhex-1.22.0-r1.ebuild | 8 +++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/app-editors/imhex/imhex-1.22.0-r1.ebuild 
b/app-editors/imhex/imhex-1.22.0-r1.ebuild
index 6d16b8837..6e5fb12bb 100644
--- a/app-editors/imhex/imhex-1.22.0-r1.ebuild
+++ b/app-editors/imhex/imhex-1.22.0-r1.ebuild
@@ -7,7 +7,7 @@ CMAKE_BUILD_TYPE="Release"
 CMAKE_MAKEFILE_GENERATOR="emake"
 PYTHON_COMPAT=( python3_{8..11} )
 
-inherit cmake desktop llvm python-r1 xdg
+inherit cmake desktop llvm python-r1 toolchain-funcs xdg
 
 DESCRIPTION="A hex editor for reverse engineers, programmers, and eyesight"
 HOMEPAGE="https://github.com/WerWolv/ImHex;
@@ -51,6 +51,12 @@ BDEPEND="
sys-devel/llvm
 "
 
+pkg_pretend() {
+   if tc-is-gcc && [[ $(gcc-major-version) -lt 12 ]]; then
+   die "${PN} requires GCC 12 or newer"
+   fi
+}
+
 src_prepare() {
default
# Due to network sandboxing, we can't do network test here.



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

2022-09-22 Thread Andreas K. Hüttel
commit: c05dafb11ab3241e51646ae4f7a915c88182d10d
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Thu Sep 22 06:41:59 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Thu Sep 22 06:44:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c05dafb1

sys-libs/glibc: Re-keyword 2.36

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

 sys-libs/glibc/glibc-2.36-r3.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-libs/glibc/glibc-2.36-r3.ebuild 
b/sys-libs/glibc/glibc-2.36-r3.ebuild
index 5e0dceed3be4..1c3abc020acc 100644
--- a/sys-libs/glibc/glibc-2.36-r3.ebuild
+++ b/sys-libs/glibc/glibc-2.36-r3.ebuild
@@ -26,8 +26,7 @@ PATCH_DEV=dilfridge
 if [[ ${PV} == * ]]; then
inherit git-r3
 else
-   #KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-   KEYWORDS=""
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86"
SRC_URI="mirror://gnu/glibc/${P}.tar.xz"
SRC_URI+=" 
https://dev.gentoo.org/~${PATCH_DEV}/distfiles/${P}-patches-${PATCH_VER}.tar.xz;
 fi



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

2022-09-22 Thread Jakov Smolić
commit: 948dd68c98bdb068e4f4a373685726aac140d558
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep 22 08:04:03 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep 22 08:04:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=948dd68c

x11-wm/dwm: Stabilize 6.3 ppc, #867718

Signed-off-by: Jakov Smolić  gentoo.org>

 x11-wm/dwm/dwm-6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/dwm/dwm-6.3.ebuild b/x11-wm/dwm/dwm-6.3.ebuild
index 27ed9110e0ad..7921cd8d7736 100644
--- a/x11-wm/dwm/dwm-6.3.ebuild
+++ b/x11-wm/dwm/dwm-6.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://git.suckless.org/dwm;
 else
SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="MIT"



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

2022-09-22 Thread Jakov Smolić
commit: 8078002f52fc25062686b58179564e9fa87a2940
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep 22 08:04:10 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep 22 08:04:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8078002f

sci-mathematics/z3: Stabilize 4.11.2 arm, #872290

Signed-off-by: Jakov Smolić  gentoo.org>

 sci-mathematics/z3/z3-4.11.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/z3/z3-4.11.2.ebuild 
b/sci-mathematics/z3/z3-4.11.2.ebuild
index 11ce984b9ecc..f26a148b6241 100644
--- a/sci-mathematics/z3/z3-4.11.2.ebuild
+++ b/sci-mathematics/z3/z3-4.11.2.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/z3-${P}
 
 SLOT="0/$(ver_cut 1-2)"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="doc examples gmp isabelle java python"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2022-09-22 Thread Jakov Smolić
commit: 1ca6800fb66945e9ac620947eb65c112ba693daa
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep 22 08:04:08 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep 22 08:04:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ca6800f

sci-mathematics/z3: Stabilize 4.11.2 arm64, #872290

Signed-off-by: Jakov Smolić  gentoo.org>

 sci-mathematics/z3/z3-4.11.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/z3/z3-4.11.2.ebuild 
b/sci-mathematics/z3/z3-4.11.2.ebuild
index 4c7fa51d483e..11ce984b9ecc 100644
--- a/sci-mathematics/z3/z3-4.11.2.ebuild
+++ b/sci-mathematics/z3/z3-4.11.2.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/z3-${P}
 
 SLOT="0/$(ver_cut 1-2)"
 LICENSE="MIT"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 IUSE="doc examples gmp isabelle java python"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 



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

2022-09-22 Thread Jakov Smolić
commit: 7dd238f31d009e7a85455665013e2d39463bdf73
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep 22 08:04:05 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep 22 08:04:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dd238f3

x11-wm/dwm: Stabilize 6.3 ppc64, #867718

Signed-off-by: Jakov Smolić  gentoo.org>

 x11-wm/dwm/dwm-6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/dwm/dwm-6.3.ebuild b/x11-wm/dwm/dwm-6.3.ebuild
index 7921cd8d7736..e7d213a52362 100644
--- a/x11-wm/dwm/dwm-6.3.ebuild
+++ b/x11-wm/dwm/dwm-6.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://git.suckless.org/dwm;
 else
SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm arm64 ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ppc ppc64 ~riscv x86"
 fi
 
 LICENSE="MIT"



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

2022-09-22 Thread Jakov Smolić
commit: 6a75640d7d9312574b002f3fcdeeff7dc5aa
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep 22 08:03:57 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep 22 08:03:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a75640d

x11-wm/dwm: Stabilize 6.3 arm64, #867718

Signed-off-by: Jakov Smolić  gentoo.org>

 x11-wm/dwm/dwm-6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/dwm/dwm-6.3.ebuild b/x11-wm/dwm/dwm-6.3.ebuild
index 06b481edfa54..27ed9110e0ad 100644
--- a/x11-wm/dwm/dwm-6.3.ebuild
+++ b/x11-wm/dwm/dwm-6.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://git.suckless.org/dwm;
 else
SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="MIT"



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtlocation/

2022-09-22 Thread Jakov Smolić
commit: a3d7100a60d923dd6b27acb50129fae73d1922d8
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep 22 08:04:06 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep 22 08:04:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3d7100a

dev-qt/qtlocation: Stabilize 5.15.5 ppc64, #872041

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-qt/qtlocation/qtlocation-5.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtlocation/qtlocation-5.15.5.ebuild 
b/dev-qt/qtlocation/qtlocation-5.15.5.ebuild
index 0e27ef20621e..dec94bbf5378 100644
--- a/dev-qt/qtlocation/qtlocation-5.15.5.ebuild
+++ b/dev-qt/qtlocation/qtlocation-5.15.5.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Location (places, maps, navigation) library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 fi
 
 IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-qt/qtspeech/

2022-09-22 Thread Jakov Smolić
commit: 40fb26e81943cf94d6e4c03830a9f7374caf50e4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Sep 22 08:04:07 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Sep 22 08:04:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40fb26e8

dev-qt/qtspeech: Stabilize 5.15.5 ppc64, #872041

Signed-off-by: Jakov Smolić  gentoo.org>

 dev-qt/qtspeech/qtspeech-5.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-qt/qtspeech/qtspeech-5.15.5.ebuild 
b/dev-qt/qtspeech/qtspeech-5.15.5.ebuild
index a73f0796dd13..e6c79caf8289 100644
--- a/dev-qt/qtspeech/qtspeech-5.15.5.ebuild
+++ b/dev-qt/qtspeech/qtspeech-5.15.5.ebuild
@@ -9,7 +9,7 @@ inherit qt5-build
 DESCRIPTION="Text-to-speech library for the Qt5 framework"
 
 if [[ ${QT5_BUILD_TYPE} == release ]]; then
-   KEYWORDS="amd64 arm arm64 ~ppc64 ~riscv x86"
+   KEYWORDS="amd64 arm arm64 ppc64 ~riscv x86"
 fi
 
 IUSE="alsa flite"



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

2022-09-22 Thread Agostino Sarubbo
commit: ea9f97bfa45f3d959abba7257c9fb86a30638008
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 22 07:43:33 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 22 07:43:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9f97bf

sys-kernel/gentoo-sources: Stabilize 4.9.329 sparc, #871948

Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-kernel/gentoo-sources/gentoo-sources-4.9.329.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.9.329.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.9.329.ebuild
index f41223587770..9dea5278124c 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.9.329.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.9.329.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2022-09-22 Thread Agostino Sarubbo
commit: 33c099ea52ea3a982900bd6797e409147846a5f9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 22 07:43:32 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 22 07:43:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33c099ea

sys-kernel/gentoo-sources: Stabilize 4.14.294 sparc, #871948

Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-kernel/gentoo-sources/gentoo-sources-4.14.294.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.14.294.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.14.294.ebuild
index e196ebcede24..291539ffc9d9 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.14.294.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.14.294.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2022-09-22 Thread Agostino Sarubbo
commit: 5f9c0c9a071a793f7d8258263b239b9265bbf2a6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 22 07:43:33 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 22 07:43:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f9c0c9a

sys-kernel/gentoo-sources: Stabilize 4.19.259 sparc, #871948

Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-kernel/gentoo-sources/gentoo-sources-4.19.259.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-4.19.259.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-4.19.259.ebuild
index 9c7075e3e227..105885762a2a 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-4.19.259.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-4.19.259.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2022-09-22 Thread Agostino Sarubbo
commit: 24cbea4546dd3067e5ccafa5b09a4935841cfcc6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 22 07:43:34 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 22 07:43:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24cbea45

sys-kernel/gentoo-sources: Stabilize 5.15.69 sparc, #871948

Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-kernel/gentoo-sources/gentoo-sources-5.15.69.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.15.69.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.15.69.ebuild
index 6ce185356ece..51997d69e53c 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.15.69.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.15.69.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2022-09-22 Thread Agostino Sarubbo
commit: 6dfffb6d1426edefb8a16908d97eaf96f0e7b5d6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 22 07:43:33 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 22 07:43:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6dfffb6d

sys-kernel/gentoo-sources: Stabilize 5.10.144 sparc, #871948

Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-kernel/gentoo-sources/gentoo-sources-5.10.144.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.10.144.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.10.144.ebuild
index caa91d579a8c..4ef0139cc22d 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.10.144.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.10.144.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2022-09-22 Thread Agostino Sarubbo
commit: d727f166a1aa47a95414a00c2b4298aea3b7712d
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 22 07:43:34 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 22 07:43:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d727f166

sys-kernel/gentoo-sources: Stabilize 5.4.214 sparc, #871948

Signed-off-by: Agostino Sarubbo  gentoo.org>

 sys-kernel/gentoo-sources/gentoo-sources-5.4.214.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/gentoo-sources/gentoo-sources-5.4.214.ebuild 
b/sys-kernel/gentoo-sources/gentoo-sources-5.4.214.ebuild
index c1192f4f9a84..3fb58ecff059 100644
--- a/sys-kernel/gentoo-sources/gentoo-sources-5.4.214.ebuild
+++ b/sys-kernel/gentoo-sources/gentoo-sources-5.4.214.ebuild
@@ -10,7 +10,7 @@ inherit kernel-2
 detect_version
 detect_arch
 
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc 
x86"
 HOMEPAGE="https://dev.gentoo.org/~mpagano/genpatches;
 IUSE="experimental"
 



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

2022-09-22 Thread Agostino Sarubbo
commit: 66461172e5a82edb35ff9de5edae780f597926ad
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 22 07:43:58 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 22 07:43:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66461172

sci-geosciences/xtide: Stabilize 2.15.5 x86, #867232

Signed-off-by: Agostino Sarubbo  gentoo.org>

 sci-geosciences/xtide/xtide-2.15.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-geosciences/xtide/xtide-2.15.5.ebuild 
b/sci-geosciences/xtide/xtide-2.15.5.ebuild
index 11a25c22907b..bda5dbc7ee96 100644
--- a/sci-geosciences/xtide/xtide-2.15.5.ebuild
+++ b/sci-geosciences/xtide/xtide-2.15.5.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://flaterco.com/files/xtide/${P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="media-libs/libpng:=
sci-geosciences/gpsd:=



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

2022-09-22 Thread Agostino Sarubbo
commit: 233e0ebfa0a2b9c76214cc2cdfe9a2b1bb471e63
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 22 07:44:00 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 22 07:44:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233e0ebf

x11-wm/dwm: Stabilize 6.3 x86, #867718

Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-wm/dwm/dwm-6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/dwm/dwm-6.3.ebuild b/x11-wm/dwm/dwm-6.3.ebuild
index 4aa3a90e8bc4..06b481edfa54 100644
--- a/x11-wm/dwm/dwm-6.3.ebuild
+++ b/x11-wm/dwm/dwm-6.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://git.suckless.org/dwm;
 else
SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz;
-   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 fi
 
 LICENSE="MIT"



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

2022-09-22 Thread Agostino Sarubbo
commit: 55a074a9e1d6dc0699f69f81a982053af178477e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 22 07:43:12 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 22 07:43:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55a074a9

dev-python/xarray: Stabilize 2022.6.0 ppc64, #866737

Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/xarray/xarray-2022.6.0.ebuild 
b/dev-python/xarray/xarray-2022.6.0.ebuild
index 04bed2de3e0c..d29dce1b169d 100644
--- a/dev-python/xarray/xarray-2022.6.0.ebuild
+++ b/dev-python/xarray/xarray-2022.6.0.ebuild
@@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
 
 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.19[${PYTHON_USEDEP}]



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

2022-09-22 Thread Michał Górny
commit: 8fb5ae5649568ea36788ab2ca5e893a8ba00d16c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 10:59:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 11:01:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fb5ae56

dev-python/openapi-schema-validator: Bump to 0.3.4

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

 dev-python/openapi-schema-validator/Manifest   |  1 +
 .../openapi-schema-validator-0.3.4.ebuild  | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/dev-python/openapi-schema-validator/Manifest 
b/dev-python/openapi-schema-validator/Manifest
index c4d757e499ae..022baf2e9b0b 100644
--- a/dev-python/openapi-schema-validator/Manifest
+++ b/dev-python/openapi-schema-validator/Manifest
@@ -2,3 +2,4 @@ DIST openapi-schema-validator-0.2.3.gh.tar.gz 25501 BLAKE2B 
d961cabca647f59d4d41
 DIST openapi-schema-validator-0.3.0.gh.tar.gz 27083 BLAKE2B 
288f5d18874625c69eccf9be6442258ff8af735795eac0ee0449e5976584b1af22c1ea771bb79b4fa68623e60d417b140737e0d1ee85791027393650f0c1f747
 SHA512 
003ea97a1cac598eb3728d96291d8be56c6ba9e2d3cd4f77c1258962f67b460a887f4473fed39587870583e13a83403623c3b2f96fa8d02345583cd3bdaf008b
 DIST openapi-schema-validator-0.3.1.gh.tar.gz 23232 BLAKE2B 
d02f9004d7baf96e76fb035e212efbdb773f1d7685c8b73107d887ad1cdf2496afd4232bd4fbb263597106b6a7e7d0eb7e6efbe64f422ca11ff228d5f2f51fdb
 SHA512 
72564409e80c8dd8578ba2a363865623aa03b8b2324abd37bea31c503632a367bacf81d8de801579b80347906d2b24c14371c9b37b70176e0bf51ca8c6b9e071
 DIST openapi-schema-validator-0.3.3.gh.tar.gz 16389 BLAKE2B 
af700555fd3a21e85cd7205dc549c305c5830bf8b3d3e36f8755153a12e0e6cd8db08cd75350760608db4f38774f369b51b239e47bb7dc6352a7559bf39ef02b
 SHA512 
a621573f7d840bd6e8eb096a820a5ebdf4a07f186f2babda2128b34c66bd8249262d017cdeddec61d9984947666b73cb23a7ac419afd5ae892c14b7b754db57b
+DIST openapi-schema-validator-0.3.4.gh.tar.gz 16593 BLAKE2B 
17882dff25d1bed05efa74792930a357d82cb404bbf746a6f348e9813b4af86842da1523a8e3dfaec1426c82efff6b0bddbfca89c8569ba36a4324ab4e5a418b
 SHA512 
714f93594c875a04194a6980dc5e092866609787e424ef480d42da93c114e3b658a5efef13f78ed3db35f6e7399d7dda8adbc1d3bb8606512aa4f135edeaeb75

diff --git 
a/dev-python/openapi-schema-validator/openapi-schema-validator-0.3.4.ebuild 
b/dev-python/openapi-schema-validator/openapi-schema-validator-0.3.4.ebuild
new file mode 100644
index ..79fa33f1e09d
--- /dev/null
+++ b/dev-python/openapi-schema-validator/openapi-schema-validator-0.3.4.ebuild
@@ -0,0 +1,38 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="OpenAPI schema validation for Python"
+HOMEPAGE="
+   https://github.com/p1c2u/openapi-schema-validator/
+   https://pypi.org/project/openapi-schema-validator/
+"
+SRC_URI="
+   https://github.com/p1c2u/openapi-schema-validator/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+RDEPEND="
+   >=dev-python/attrs-19.2.0[${PYTHON_USEDEP}]
+   dev-python/isodate[${PYTHON_USEDEP}]
+   >=dev-python/jsonschema-4.0.0[${PYTHON_USEDEP}]
+   dev-python/rfc3339-validator[${PYTHON_USEDEP}]
+   dev-python/strict-rfc3339[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -e '/--cov/d' -i pyproject.toml || die
+   distutils-r1_src_prepare
+}



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

2022-09-22 Thread Michał Górny
commit: 2cc794f62849ac820bc559e708810b4fbabcf063
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep 22 10:58:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep 22 11:01:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cc794f6

dev-python/openapi-core: Bump to 0.15.0

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

 dev-python/openapi-core/Manifest   |  1 +
 dev-python/openapi-core/openapi-core-0.15.0.ebuild | 62 ++
 2 files changed, 63 insertions(+)

diff --git a/dev-python/openapi-core/Manifest b/dev-python/openapi-core/Manifest
index 7128faa27623..630d6d32635d 100644
--- a/dev-python/openapi-core/Manifest
+++ b/dev-python/openapi-core/Manifest
@@ -1,2 +1,3 @@
 DIST openapi-core-0.14.2.gh.tar.gz 57519 BLAKE2B 
06dfd284612ca11a271f075444db9b859ca5416e31594680d6b32abec1fe917105f213209d1bfcb9664b265ea3d62839579134e8e104754075cd692d1ba7a99a
 SHA512 
19a2508d56053214993abed7d173d17b55a80dac6421681d7c64082f910bf9cb03c99d4006a2cd883d51d54f11a18f90188f141a78b9d69a9a031c284a14f8f1
 DIST openapi-core-0.14.5.gh.tar.gz 57645 BLAKE2B 
c5c9c308b93a37e32708677cc7c7a2ccb9ec3f018390e56a251224b6b8776943ccd0ddfb560cdc3f1182cb32a9b2817878a0d4dda3906c179db9841853caf7ac
 SHA512 
69d9fb2cc21dfdb939beae45b1c681faf9f8e3366b36e5907b00be65ac669ec40e3ae3fe910fb2c4f6c70d1412e6a67e4e4e47e3cf2c424716da4c813223295e
+DIST openapi-core-0.15.0.gh.tar.gz 73274 BLAKE2B 
8bae95a3a70438702d6a49c06954dba610766b945076357cc32382b59efbbf2d839a282b41b3d96f75b25e8864c0b9f9bfec1eecd8056e205bda5d62fbc6abc4
 SHA512 
3e9327fdf7d8b84d29627bfcb9a7c7e471ddf8cb06c5b2ffd3518fadcb872738cdfc5365558c51b8e0526bfbe5a841b9bc9598d630c6c6ddf141dc9c6681c3d6

diff --git a/dev-python/openapi-core/openapi-core-0.15.0.ebuild 
b/dev-python/openapi-core/openapi-core-0.15.0.ebuild
new file mode 100644
index ..a3dc9027e13e
--- /dev/null
+++ b/dev-python/openapi-core/openapi-core-0.15.0.ebuild
@@ -0,0 +1,62 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=poetry
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Client-side and server-side support for the OpenAPI Specification 
v3"
+HOMEPAGE="
+   https://github.com/p1c2u/openapi-core/
+   https://pypi.org/project/openapi-core/
+"
+SRC_URI="
+   https://github.com/p1c2u/openapi-core/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/pathable-0.4.0[${PYTHON_USEDEP}]
+   dev-python/isodate[${PYTHON_USEDEP}]
+   dev-python/more-itertools[${PYTHON_USEDEP}]
+   dev-python/parse[${PYTHON_USEDEP}]
+   

[gentoo-commits] repo/gentoo:master commit in: media-libs/openal/

2022-09-22 Thread Miroslav Šulc
commit: 1b30baf1559e080d1d3e1d08536379d5d3eaa675
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Sep 22 06:11:25 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Sep 22 06:11:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b30baf1

media-libs/openal: dropped obsolete 1.22.2

Bug: https://bugs.gentoo.org/872128
Signed-off-by: Miroslav Šulc  gentoo.org>

 media-libs/openal/openal-1.22.2.ebuild | 82 --
 1 file changed, 82 deletions(-)

diff --git a/media-libs/openal/openal-1.22.2.ebuild 
b/media-libs/openal/openal-1.22.2.ebuild
deleted file mode 100644
index fcd183194ebd..
--- a/media-libs/openal/openal-1.22.2.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake-multilib
-
-MY_P="${PN}-soft-${PV}"
-
-DESCRIPTION="A software implementation of the OpenAL 3D audio API"
-HOMEPAGE="https://www.openal-soft.org/;
-SRC_URI="https://www.openal-soft.org/openal-releases/${MY_P}.tar.bz2;
-
-# See 
https://github.com/kcat/openal-soft/blob/e0097c18b82d5da37248c4823fde48b6e0002cdd/BSD-3Clause
-# Some components are under BSD
-LICENSE="LGPL-2+ BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 
~amd64-linux ~x86-linux"
-IUSE="
-   alsa coreaudio debug jack oss portaudio pulseaudio sdl sndio qt5
-   cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse4_1
-   cpu_flags_arm_neon
-"
-
-RDEPEND="
-   alsa? ( media-libs/alsa-lib[${MULTILIB_USEDEP}] )
-   jack? ( virtual/jack[${MULTILIB_USEDEP}] )
-   portaudio? ( media-libs/portaudio[${MULTILIB_USEDEP}] )
-   pulseaudio? ( media-sound/pulseaudio[${MULTILIB_USEDEP}] )
-   qt5? (
-   dev-qt/qtcore:5
-   dev-qt/qtgui:5
-   dev-qt/qtwidgets:5
-   )
-   sdl? ( media-libs/libsdl2[${MULTILIB_USEDEP}] )
-   sndio? ( media-sound/sndio:=[${MULTILIB_USEDEP}] )
-"
-DEPEND="${RDEPEND}
-   oss? ( virtual/os-headers )"
-
-S="${WORKDIR}/${MY_P}"
-
-DOCS=( alsoftrc.sample docs/env-vars.txt docs/hrtf.txt ChangeLog README.md )
-
-src_configure() {
-   # -DEXAMPLES=OFF to avoid FFmpeg dependency wrt #481670
-   my_configure() {
-   local mycmakeargs=(
-   -DALSOFT_REQUIRE_ALSA=$(usex alsa)
-   -DALSOFT_REQUIRE_COREAUDIO=$(usex coreaudio)
-   -DALSOFT_REQUIRE_JACK=$(usex jack)
-   -DALSOFT_REQUIRE_OSS=$(usex oss)
-   -DALSOFT_REQUIRE_PORTAUDIO=$(usex portaudio)
-   -DALSOFT_REQUIRE_PULSEAUDIO=$(usex pulseaudio)
-   -DALSOFT_REQUIRE_SDL2=$(usex sdl)
-   # See bug #809314 for getting both options for sndio
-   -DALSOFT_{BACKEND,REQUIRE}_SNDIO=$(usex sndio)
-   -DALSOFT_UTILS=$(multilib_is_native_abi && echo "ON" || 
echo "OFF")
-   -DALSOFT_NO_CONFIG_UTIL=$(usex qt5 
"$(multilib_is_native_abi && echo "OFF" || echo "ON")" ON)
-   -DALSOFT_EXAMPLES=OFF
-   )
-
-   # Avoid unused variable warnings, bug #738240
-   if use amd64 || use x86 ; then
-   mycmakeargs+=(
-   -DALSOFT_CPUEXT_SSE=$(usex cpu_flags_x86_sse)
-   -DALSOFT_CPUEXT_SSE2=$(usex cpu_flags_x86_sse2)
-   -DALSOFT_CPUEXT_SSE4_1=$(usex 
cpu_flags_x86_sse4_1)
-   )
-   fi
-
-   if use arm || use arm64 ; then
-   mycmakeargs+=(
-   -DALSOFT_CPUEXT_NEON=$(usex cpu_flags_arm_neon)
-   )
-   fi
-
-   cmake_src_configure
-   }
-
-   multilib_parallel_foreach_abi my_configure
-}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/zabbix/

2022-09-22 Thread Miroslav Šulc
commit: 41b4776f6f8def03f0acae69c9daab1b5d1aeba4
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Thu Sep 22 07:33:18 2022 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Thu Sep 22 07:33:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b4776f

net-analyzer/zabbix: bump to 5.0.28

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

 net-analyzer/zabbix/Manifest |   2 +
 net-analyzer/zabbix/zabbix-5.0.28.ebuild | 398 +++
 2 files changed, 400 insertions(+)

diff --git a/net-analyzer/zabbix/Manifest b/net-analyzer/zabbix/Manifest
index f15aa0ff77be..40bf9e750f71 100644
--- a/net-analyzer/zabbix/Manifest
+++ b/net-analyzer/zabbix/Manifest
@@ -3,6 +3,8 @@ DIST zabbix-5.0.26-go-deps.tar.xz 34385532 BLAKE2B 
a52924f8bee464deb6f6812242c0d
 DIST zabbix-5.0.26.tar.gz 21248951 BLAKE2B 
9119e66acc71f5ed8baf07b6bc90a69152188e1e74058146a9c7eef7d36fc9f0363a5635518bdb696b76fb93c9777878b8d4411853c641dec809e86cba4cfa74
 SHA512 
b10b3eb849ea3646aeaf3d2a1dbf639e6effbd21a23c06e4f2686a177d2ae186537607ed0a76c3f520cb84f3bba3079f5d9f7e840077cf5e1a3eac4b46f0558b
 DIST zabbix-5.0.27-go-deps.tar.xz 34405712 BLAKE2B 
a24aa4bfde3726e04a6eb2664e4e9ab510ebaee55bd35ee61fe296cd961482d587305f461ca76a483d5441c3a2a8554dbb510bb00aabf3d60a0cc7342f48f61b
 SHA512 
6f871b203247633253339db21015ad8610d905d9c7801ca34291af373fdc1a57b676b575da02b21968ab624fd3e87084cd4c4d234f43520d55a4a448c27d09e6
 DIST zabbix-5.0.27.tar.gz 21319138 BLAKE2B 
bd6d8986c3c1fbfb702fcda97ce1567701c4354cfed624978a3820b79643295e38c08370e43a2d2ae8b78f68118e4b443488903227197d3afd5fc298b806549e
 SHA512 
e6c3f63e0f3999d723c6e46611cbdb33eea2c81cf33821bf6204ea1e3c31a8745a65641da037886798f918e8f775d97c326dd180dc4b26d66cc0af822e8697ad
+DIST zabbix-5.0.28-go-deps.tar.xz 34382032 BLAKE2B 
09d5ba3e81bef941b09907d3bad752935a8106d9e0ea083d13b8946c68dab995180f3b8cc18ef0506f987a12672c3899392e54a5072be03cf4ffa19fbe11ee3d
 SHA512 
e22df02943569b4ef5dfbe043b137941194e0e44d059424d3ff59b34dfab1322dbbaf29586257f561328beec7f85f060c69866ed2723fe75f4bb45a21d2fbde1
+DIST zabbix-5.0.28.tar.gz 21453968 BLAKE2B 
aa4c94ee43d986897694a9a27cfd2a5cb2aa23678e8eeb1df9b7c7198d480a2543203dda6a81b316ed3a5c80d87ea51c8160f268525e3b7e96d2087f332c4f7e
 SHA512 
9f47205997bf2e7326dc7a7e04d352174dbc1c69fb1b34fdcbc10325ec0a3b70bf5c27373e6276e657f9a88a6d62f413e64612decf93eb53870471e53f2b6925
 DIST zabbix-6.0.7-go-deps.tar.xz 35327308 BLAKE2B 
eb95964650a58bd30021e9207f3feb25e9e0c87ed459446d6494bc2388d21d501e73ea8e0a99e4feabbd6d6c12d18c11b096cc6dc1fb534acbe8b3b353ac
 SHA512 
eff9ec6c170279aa228b05a83c5f1bb8d793216189575180d05255faf6a6062c2ab6366ff4aa4e2cd092636a984e6658be47c404628d24dbee209111d28a516e
 DIST zabbix-6.0.7.tar.gz 34190093 BLAKE2B 
781edbeaf5452f8e54b6fe91b77ad9dfc8ffcf4716e97f39f5ff8160f084d551cdee9bc34d67141ebcfc5eb0cb074a03c55e0dce36d06c6d589ee021c1c6dba6
 SHA512 
36e8e26edd104cfdd2510dd201b8020a41d7af3006ad04d6659083ebcc14574b3360c01f70c86a1e008f719c1078512c891ac525ffe7480816973b515f0dcc8f
 DIST zabbix-6.0.8-go-deps.tar.xz 35354840 BLAKE2B 
bae764f1c66accc77171099c47432c8024c1e591286ac88cab7e25acb7c5f168ac69c5824d3e1e7281bfd2e26a1c80f5c77201368290424cc54fbb7134a76307
 SHA512 
f15d64e76c3ff037aa040fadd79805834b41c7494309c0d24f95c7d20c6c67c3d374f9079e2cc31a9af20a775d1691ef9cc57075cb895ee4e96f8b00cc41e2e6

diff --git a/net-analyzer/zabbix/zabbix-5.0.28.ebuild 
b/net-analyzer/zabbix/zabbix-5.0.28.ebuild
new file mode 100644
index ..d3c97bb80618
--- /dev/null
+++ b/net-analyzer/zabbix/zabbix-5.0.28.ebuild
@@ -0,0 +1,398 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# To create the go modules tarball:
+#   cd src/go
+#   GOMODCACHE="${PWD}"/go-mod go mod download -modcacherw
+#   tar -acf zabbix-${PV}-go-deps.tar.xz go-mod
+
+EAPI=8
+
+GO_OPTIONAL="yes"
+# needed to make webapp-config dep optional
+WEBAPP_OPTIONAL="yes"
+inherit webapp java-pkg-opt-2 systemd tmpfiles toolchain-funcs go-module 
user-info
+
+DESCRIPTION="ZABBIX is software for monitoring of your applications, network 
and servers"
+HOMEPAGE="https://www.zabbix.com/;
+MY_P=${P/_/}
+MY_PV=${PV/_/}
+SRC_URI="https://cdn.zabbix.com/${PN}/sources/stable/$(ver_cut 1-2)/${P}.tar.gz
+   agent2? ( 
https://dev.gentoo.org/~fordfrog/distfiles/${P}-go-deps.tar.xz )
+"
+
+LICENSE="GPL-2"
+SLOT="0/$(ver_cut 1-2)"
+WEBAPP_MANUAL_SLOT="yes"
+KEYWORDS="~amd64 ~x86"
+IUSE="+agent +agent2 curl frontend gnutls ipv6 java ldap libxml2 mysql odbc 
openipmi +openssl oracle +postgres proxy server snmp sqlite ssh static"
+REQUIRED_USE="|| ( agent agent2 frontend proxy server )
+   ?? ( gnutls openssl )
+   proxy? ( ^^ ( mysql oracle postgres sqlite ) )
+   server? ( ^^ ( mysql oracle postgres ) !sqlite )
+   static? ( !oracle !snmp )"
+
+COMMON_DEPEND="
+   curl? ( net-misc/curl )
+   gnutls? ( net-libs/gnutls:0= )
+   java? ( >=virtual/jdk-1.8:* )
+   ldap? (
+   

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

2022-09-22 Thread Agostino Sarubbo
commit: 1aed78259ea1b4d427323ffbf5c65b609bef42ba
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 22 07:41:09 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 22 07:41:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1aed7825

x11-wm/dwm: Stabilize 6.3 amd64, #867718

Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-wm/dwm/dwm-6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-wm/dwm/dwm-6.3.ebuild b/x11-wm/dwm/dwm-6.3.ebuild
index 555ed365accd..4aa3a90e8bc4 100644
--- a/x11-wm/dwm/dwm-6.3.ebuild
+++ b/x11-wm/dwm/dwm-6.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} ==  ]]; then
EGIT_REPO_URI="https://git.suckless.org/dwm;
 else
SRC_URI="https://dl.suckless.org/${PN}/${P}.tar.gz;
-   KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+   KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="MIT"



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

2022-09-22 Thread Agostino Sarubbo
commit: 60b359748423836600d04073fc90e207b73834f5
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 22 07:41:11 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 22 07:41:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b35974

dev-python/canonicaljson: Stabilize 1.6.2 amd64, #870118

Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/canonicaljson/canonicaljson-1.6.2.ebuild 
b/dev-python/canonicaljson/canonicaljson-1.6.2.ebuild
index dbb41eddded4..8c050cdb8e11 100644
--- a/dev-python/canonicaljson/canonicaljson-1.6.2.ebuild
+++ b/dev-python/canonicaljson/canonicaljson-1.6.2.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/python-${P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="amd64 ~ppc64"
 
 RDEPEND="dev-python/simplejson[${PYTHON_USEDEP}]"
 



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

2022-09-22 Thread Agostino Sarubbo
commit: 4cbc2e43c2b92d9b071ab1c954370b0a325bd0b7
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 22 07:41:12 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 22 07:41:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cbc2e43

dev-python/pymacaroons: Stabilize 0.13.0 amd64, #870118

Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/pymacaroons/pymacaroons-0.13.0.ebuild 
b/dev-python/pymacaroons/pymacaroons-0.13.0.ebuild
index 223a0c3db03f..a2bee30a6ff0 100644
--- a/dev-python/pymacaroons/pymacaroons-0.13.0.ebuild
+++ b/dev-python/pymacaroons/pymacaroons-0.13.0.ebuild
@@ -17,7 +17,7 @@ 
SRC_URI="https://github.com/ecordell/pymacaroons/archive/v${PV}.tar.gz -> ${P}.g
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="amd64 ~ppc64"
 IUSE="test"
 
 RESTRICT="!test? ( test )"



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

2022-09-22 Thread Agostino Sarubbo
commit: 0bfb46dd69de815ee60b0e07aa90d55adc2c9fbf
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 22 07:41:11 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 22 07:41:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bfb46dd

dev-python/frozendict: Stabilize 2.3.4 amd64, #870118

Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/frozendict/frozendict-2.3.4.ebuild 
b/dev-python/frozendict/frozendict-2.3.4.ebuild
index f1e01464495c..9ba0f0bd0a42 100644
--- a/dev-python/frozendict/frozendict-2.3.4.ebuild
+++ b/dev-python/frozendict/frozendict-2.3.4.ebuild
@@ -21,7 +21,7 @@ S="${WORKDIR}/python-${P}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="amd64 ~ppc64"
 
 distutils_enable_tests pytest
 



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

2022-09-22 Thread Agostino Sarubbo
commit: 891596933c1ff7f3d60050313254de3d683389ac
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 22 07:41:12 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 22 07:41:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89159693

dev-python/signedjson: Stabilize 1.1.4 amd64, #870118

Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/signedjson/signedjson-1.1.4.ebuild 
b/dev-python/signedjson/signedjson-1.1.4.ebuild
index c4cb90c641c4..8c361d0b228f 100644
--- a/dev-python/signedjson/signedjson-1.1.4.ebuild
+++ b/dev-python/signedjson/signedjson-1.1.4.ebuild
@@ -19,7 +19,7 @@ S="${WORKDIR}/python-${P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="amd64 ~ppc64"
 
 RDEPEND="
dev-python/canonicaljson[${PYTHON_USEDEP}]



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

2022-09-22 Thread Agostino Sarubbo
commit: e24432de2e38420c2333e4fc8bfcfd534d8f32d4
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Sep 22 07:41:12 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Sep 22 07:41:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24432de

dev-python/unpaddedbase64: Stabilize 2.1.0 amd64, #870118

Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild 
b/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild
index c08e3106639c..fc1813251aeb 100644
--- a/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild
+++ b/dev-python/unpaddedbase64/unpaddedbase64-2.1.0.ebuild
@@ -19,6 +19,6 @@ S="${WORKDIR}/python-${P}"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64"
+KEYWORDS="amd64 ~ppc64"
 
 distutils_enable_tests unittest



  1   2   3   4   >