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

2022-09-19 Thread Michał Górny
commit: fab50376b8117284c971e2334935fce7b54a1359
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:52:03 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fab50376

dev-python/mdurl: Remove old

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

 dev-python/mdurl/Manifest   |  1 -
 dev-python/mdurl/mdurl-0.1.1.ebuild | 25 -
 2 files changed, 26 deletions(-)

diff --git a/dev-python/mdurl/Manifest b/dev-python/mdurl/Manifest
index 00f72e2e2a4a..efa2e7b9c247 100644
--- a/dev-python/mdurl/Manifest
+++ b/dev-python/mdurl/Manifest
@@ -1,2 +1 @@
-DIST mdurl-0.1.1.gh.tar.gz 15265 BLAKE2B 
1a0126c674c69f43df08be248e88bc65529ea25703f6d43f1cd5917181b547b55541a4dae953a4e20e1f18bdc3eac17e54e6347d9e90fe2957c6935bee3edaf2
 SHA512 
ae7ee5672f59595d96fa3fd8b45154d3175881432dea60c72ef6dbd0b22124a20183539c83552bb9a8dfa1fc1c4ac3132201ce389a6678853c55c0224aa04622
 DIST mdurl-0.1.2.gh.tar.gz 15236 BLAKE2B 
797ff496e116c0aa4c5045e9dc34f0762b1492d74fc0b85a081fb7447c3880618e0e4936205afb92b75524e0381fe4ab94d0d47faae9a6ed6d7b2fc51a5efba3
 SHA512 
e301ca3ab6d80df1ad28b9c2725d66b6e6cf139d93e5f7fd2a70333678616a3f6db64f15250972eee3cd1cf1eaff6ec587415629e6802dcf07995edff6865ff2

diff --git a/dev-python/mdurl/mdurl-0.1.1.ebuild 
b/dev-python/mdurl/mdurl-0.1.1.ebuild
deleted file mode 100644
index 69825963d362..
--- a/dev-python/mdurl/mdurl-0.1.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Markdown URL utilities"
-HOMEPAGE="
-   https://pypi.org/project/mdurl/
-   https://github.com/executablebooks/mdurl/
-"
-SRC_URI="
-   https://github.com/hukkin/mdurl/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="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/pbr/

2022-09-19 Thread Michał Górny
commit: 003471b74969bf3e2cab48e828e99b93cf45f3bf
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:52:14 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=003471b7

dev-python/pbr: Remove old

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

 dev-python/pbr/Manifest |  1 -
 dev-python/pbr/pbr-5.9.0.ebuild | 71 -
 2 files changed, 72 deletions(-)

diff --git a/dev-python/pbr/Manifest b/dev-python/pbr/Manifest
index 60888db34e69..5ad0f418ca6d 100644
--- a/dev-python/pbr/Manifest
+++ b/dev-python/pbr/Manifest
@@ -1,2 +1 @@
 DIST pbr-5.10.0.tar.gz 127122 BLAKE2B 
45a254629c2d1e73ce500edb5ba05f165dfaa9987bd62500490cdcceed11708878bc82441f218cf2f5a38b50301a2bcd0aabd0a5e5810346586d8d6463162ba9
 SHA512 
a5f4393407a17f4de5977483f3c7fa651780b9b9069a0a1898a5b511742262dfb06f891cfcb632c5b64ecfd041188095ceb880c6e71c99c81f0eace59e4e1976
-DIST pbr-5.9.0.tar.gz 126893 BLAKE2B 
3f1d39c037afa7fe6d45b0b039968243e99717b347d1f1ada25023a64e7e683c0d83d2ce177e0f7c5f4cb65cd2a0eedd594b463d5d72bdc86560d811bd3f0cd3
 SHA512 
b36cc331664b91899a884bb1bc6980174ba2463db35c591d480d0b5a49dd37781132893e488c6a9238fbd2ec16589652d66b01a8c2701d02ff5c0b04e9c6121b

diff --git a/dev-python/pbr/pbr-5.9.0.ebuild b/dev-python/pbr/pbr-5.9.0.ebuild
deleted file mode 100644
index 1fa3a8120a3a..
--- a/dev-python/pbr/pbr-5.9.0.ebuild
+++ /dev/null
@@ -1,71 +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_TESTED=( python3_{8..11} )
-PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Inject some useful and sensible default behaviors into setuptools"
-HOMEPAGE="
-   https://opendev.org/openstack/pbr/
-   https://github.com/openstack/pbr/
-   https://pypi.org/project/pbr/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/setuptools-60.5.0[${PYTHON_USEDEP}]
-"
-# git is needed for tests, see https://bugs.launchpad.net/pbr/+bug/1326682 and 
https://bugs.gentoo.org/show_bug.cgi?id=561038
-# docutils is needed for sphinx exceptions... 
https://bugs.gentoo.org/show_bug.cgi?id=603848
-# stestr is run as external tool
-BDEPEND="
-   test? (
-   $(python_gen_cond_dep '
-   >=dev-python/wheel-0.32.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.12.0[${PYTHON_USEDEP}]
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   >=dev-python/testresources-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/virtualenv-20.0.3[${PYTHON_USEDEP}]
-   dev-vcs/git
-   ' "${PYTHON_TESTED[@]}")
-   )"
-
-distutils_enable_tests unittest
-
-python_prepare_all() {
-   # TODO: investigate
-   sed -e s':test_console_script_develop:_&:' \
-   -e s':test_console_script_install:_&:' \
-   -i pbr/tests/test_core.py || die
-   # network
-   rm pbr/tests/test_wsgi.py || die
-   # installs random packages via pip from the Internet
-   sed -e 's:test_requirement_parsing:_&:' \
-   -e 's:test_pep_517_support:_&:' \
-   -i pbr/tests/test_packaging.py || die
-
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   if ! has "${EPYTHON}" "${PYTHON_TESTED[@]/_/.}"; then
-   einfo "Testing on ${EPYTHON} is not supported at the moment"
-   return
-   fi
-
-   eunittest -b
-}



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

2022-09-19 Thread Michał Górny
commit: fd8ea1accb3327187b4884894cd24039fd30658e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:50:37 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd8ea1ac

dev-python/hatchling: Fix pathspec dep

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

 .../hatchling/{hatchling-1.10.0.ebuild => hatchling-1.10.0-r1.ebuild}   | 2 +-
 .../hatchling/{hatchling-1.9.0.ebuild => hatchling-1.9.0-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/hatchling/hatchling-1.10.0.ebuild 
b/dev-python/hatchling/hatchling-1.10.0-r1.ebuild
similarity index 97%
rename from dev-python/hatchling/hatchling-1.10.0.ebuild
rename to dev-python/hatchling/hatchling-1.10.0-r1.ebuild
index 868dd0172a97..df0b58619f54 100644
--- a/dev-python/hatchling/hatchling-1.10.0.ebuild
+++ b/dev-python/hatchling/hatchling-1.10.0-r1.ebuild
@@ -29,7 +29,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~
 RDEPEND="
>=dev-python/editables-0.2[${PYTHON_USEDEP}]
>=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/pathspec-0.9[${PYTHON_USEDEP}]
+   >=dev-python/pathspec-0.10.1[${PYTHON_USEDEP}]
>=dev-python/pluggy-1.0.0[${PYTHON_USEDEP}]
>=dev-python/tomli-1.2.2[${PYTHON_USEDEP}]
 "

diff --git a/dev-python/hatchling/hatchling-1.9.0.ebuild 
b/dev-python/hatchling/hatchling-1.9.0-r1.ebuild
similarity index 97%
rename from dev-python/hatchling/hatchling-1.9.0.ebuild
rename to dev-python/hatchling/hatchling-1.9.0-r1.ebuild
index 868dd0172a97..df0b58619f54 100644
--- a/dev-python/hatchling/hatchling-1.9.0.ebuild
+++ b/dev-python/hatchling/hatchling-1.9.0-r1.ebuild
@@ -29,7 +29,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips 
~ppc ~ppc64 ~riscv ~
 RDEPEND="
>=dev-python/editables-0.2[${PYTHON_USEDEP}]
>=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/pathspec-0.9[${PYTHON_USEDEP}]
+   >=dev-python/pathspec-0.10.1[${PYTHON_USEDEP}]
>=dev-python/pluggy-1.0.0[${PYTHON_USEDEP}]
>=dev-python/tomli-1.2.2[${PYTHON_USEDEP}]
 "



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

2022-09-19 Thread Michał Górny
commit: ab852db55e153a2a035a4be62847fbd863ad8204
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:55:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab852db5

dev-python/pyspnego: Remove old

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

 dev-python/pyspnego/Manifest  |  1 -
 dev-python/pyspnego/pyspnego-0.5.4.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-python/pyspnego/Manifest b/dev-python/pyspnego/Manifest
index e742357fec21..d53b3586b777 100644
--- a/dev-python/pyspnego/Manifest
+++ b/dev-python/pyspnego/Manifest
@@ -1,2 +1 @@
-DIST pyspnego-0.5.4.tar.gz 390427 BLAKE2B 
dcd9a58b2ecdab8d0ef89c6d321cdc75b8711d613afc7fdc2d3986768397b8c097cd2dd86383da7072f8e85686ea02afbe4c738d603d20590c67f8560df5e790
 SHA512 
5f49ba1a2f86880ded9f09f81969eecdfefc468c72c770846e3af6520bb186c585bf8d74e8fc16bcba24d9220f88d6f5d9b59af203efe499866d6335d13b96b5
 DIST pyspnego-0.6.0.tar.gz 200621 BLAKE2B 
cb6b44ccfb87600c480f67ddae686a424ad75a7f16c8f78d3539159c523069b71c534a3dfb8ec06ee26b75261d87d54e8b96aaa2d0f477f2488438075d6212a5
 SHA512 
65f877a2fcff4671606063223d1499be19368040a0f70d0d9363dd84c0b09a195a5e6bc7da1d3745fbf81af822f20f3d903ca2a9372898a2973ba93b6661a708

diff --git a/dev-python/pyspnego/pyspnego-0.5.4.ebuild 
b/dev-python/pyspnego/pyspnego-0.5.4.ebuild
deleted file mode 100644
index 40133c3a646b..
--- a/dev-python/pyspnego/pyspnego-0.5.4.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# 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..11} )
-
-inherit distutils-r1 optfeature
-
-DESCRIPTION="Library to handle SPNEGO and CredSSP authentication"
-HOMEPAGE="
-   https://github.com/jborean93/pyspnego/
-   https://pypi.org/project/pyspnego/
-"
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   dev-python/cryptography[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/gssapi[${PYTHON_USEDEP}]
-   >=dev-python/krb5-0.3.0[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-pkg_postinst() {
-   optfeature "Kerberos authentication" "dev-python/gssapi 
>=dev-python/krb5-0.3.0"
-   optfeature "YAML output support" "dev-python/ruamel-yaml"
-}



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

2022-09-19 Thread Michał Górny
commit: c94758fee6034ba2a46d9d8826dfa800acb782b8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:55:33 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c94758fe

dev-python/jsonschema: Remove old

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

 dev-python/jsonschema/Manifest|  1 -
 dev-python/jsonschema/jsonschema-4.9.1.ebuild | 54 ---
 2 files changed, 55 deletions(-)

diff --git a/dev-python/jsonschema/Manifest b/dev-python/jsonschema/Manifest
index c91102e18fb4..55182cb82cf7 100644
--- a/dev-python/jsonschema/Manifest
+++ b/dev-python/jsonschema/Manifest
@@ -1,4 +1,3 @@
 DIST jsonschema-4.10.2.tar.gz 285395 BLAKE2B 
2e40fc5e8b93922c12110f1983f933a07455d9f5d1388fc2c1ee8f07e042f3840573553f709ab7f373c8f5be0651996ffd203696bd0ec1356e90163dad8f4eb4
 SHA512 
1328af7b4bc70ce43aec6e27b75c9ebe1c2745eceb3b794aeb41eb430362123f9b40dda26e90e62f23d5733ff4fd21407b05569603ee1e2a4941c2009e1855e7
 DIST jsonschema-4.15.0.tar.gz 290458 BLAKE2B 
5b43f5ceb6c02a82a9440dc0009123131d225e1aecd0ecb3e434f90f18192e5911916fba018ec1f636751bc019eef2840816d70cc53e7a84e82a149e66b99134
 SHA512 
8293b1dd7b16eb77b19ce89608384b3d97c1523ba080f38e6293390ba1b326d970721fdd6966623fc8a94b2b3357d1a68e1cc40b16eed037979fe6eb5684fa3f
 DIST jsonschema-4.16.0.tar.gz 292399 BLAKE2B 
b1a78bc7dbc7cd10324638b57ebe4593afbdcbeb8d4b247aa127f41d5f6cce5e7970f5db1576e6a761357d8efe453ef514ae49f58b6624a05c4b7771daff3721
 SHA512 
c84abc992f410e9d558e2ce06c7172e9e2d298cff469baf8a23b1ea5b4777e6addfa757c5cc62b2e28e257721ee55e04bec0852e5f525adfa87392cbf712828f
-DIST jsonschema-4.9.1.tar.gz 281177 BLAKE2B 
210308d140b39f5a5506a3561b8eaa211fbc9a0eb0576975125fa998bf9a507221b5ab75bd4d0f5bcd6d2e3b70a1a07ef4bcfb1d0b88b29a218b074b7d5649a1
 SHA512 
d63b927c183077d0fe6978536416523229be0ce3a393e6cbc12fd9229bfa45ba035fd721a7722042d7cb6bcf4c720485d7ff877aae93cd62c9c48b984e802267

diff --git a/dev-python/jsonschema/jsonschema-4.9.1.ebuild 
b/dev-python/jsonschema/jsonschema-4.9.1.ebuild
deleted file mode 100644
index 427f7ac5b4af..
--- a/dev-python/jsonschema/jsonschema-4.9.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-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="An implementation of JSON-Schema validation for Python"
-HOMEPAGE="
-   https://pypi.org/project/jsonschema/
-   https://github.com/python-jsonschema/jsonschema/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv ~s390 sparc 
x86"
-
-RDEPEND="
-   >=dev-python/attrs-17.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pyrsistent-0.18.0[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   >=dev-python/importlib_resources-1.4.0[${PYTHON_USEDEP}]
-   dev-python/pkgutil_resolve_name[${PYTHON_USEDEP}]
-   ' 3.8)
-"
-BDEPEND="
-   dev-python/hatch-vcs[${PYTHON_USEDEP}]
-"
-
-# formatter deps
-RDEPEND+="
-   dev-python/fqdn[${PYTHON_USEDEP}]
-   dev-python/idna[${PYTHON_USEDEP}]
-   dev-python/isoduration[${PYTHON_USEDEP}]
-   >=dev-python/jsonpointer-1.13[${PYTHON_USEDEP}]
-   dev-python/rfc3339-validator[${PYTHON_USEDEP}]
-   dev-python/rfc3986-validator[${PYTHON_USEDEP}]
-   dev-python/rfc3987[${PYTHON_USEDEP}]
-   dev-python/uri_template[${PYTHON_USEDEP}]
-   >=dev-python/webcolors-1.11[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # requires pip, does not make much sense for the users
-   jsonschema/tests/test_cli.py::TestCLIIntegration::test_license
-   # wtf?
-   jsonschema/tests/test_deprecations.py::TestDeprecations::test_version
-)



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

2022-09-19 Thread Michał Górny
commit: ac1ff3cdc11ddb4017504a08c615196c5da2dd51
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:55:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac1ff3cd

dev-python/partd: Remove old

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

 dev-python/partd/Manifest   |  1 -
 dev-python/partd/partd-1.2.0.ebuild | 27 ---
 2 files changed, 28 deletions(-)

diff --git a/dev-python/partd/Manifest b/dev-python/partd/Manifest
index 9a8b2ab689d3..5ebadda700e1 100644
--- a/dev-python/partd/Manifest
+++ b/dev-python/partd/Manifest
@@ -1,2 +1 @@
-DIST partd-1.2.0.tar.gz 36720 BLAKE2B 
dccc14704134d1453b92e896080a820b817efc78f86511307d4d1f6e2787f38935edaa8fdfb0ea4f2350ab99f5ad06cef98bb1eba4d4e45b2582a3ada2f5d907
 SHA512 
dbcf6a73e23aacd6502f0669abcb8e51547f280b1b7b94baa7ab5637cd838f8427ad1c4e39127fb7f8b164f3a83b66611b2c71667d31fe0137619fb6c457fab9
 DIST partd-1.3.0.tar.gz 36153 BLAKE2B 
e717d61f44c30cfef487e0849a920f839bcafdba1f39b884d9bb4314547074f876aaae53e8613687f5f71dabcc6fd68c95c37264dc52a52544eed50367e85acc
 SHA512 
0ebcccb5dd25d7328bf76e05523b3e40836a92ea867d26aee31e739b7859ca7848da92c6c20824ed1343c1ced2c759361b25ec30f8405e61bd36308613f866c7

diff --git a/dev-python/partd/partd-1.2.0.ebuild 
b/dev-python/partd/partd-1.2.0.ebuild
deleted file mode 100644
index 54d33b7e497f..
--- a/dev-python/partd/partd-1.2.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Appendable key-value storage"
-HOMEPAGE="https://github.com/dask/partd/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="dev-python/locket[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/blosc[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/pyzmq[${PYTHON_USEDEP}]
-   dev-python/toolz[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest



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

2022-09-19 Thread Michał Górny
commit: cb6d82c83c4969f07d889f11f7039b6c8a61fa06
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:53:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb6d82c8

dev-python/cfn-lint: Remove old

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

 dev-python/cfn-lint/Manifest   |  3 --
 dev-python/cfn-lint/cfn-lint-0.61.5.ebuild | 54 --
 dev-python/cfn-lint/cfn-lint-0.63.0.ebuild | 54 --
 dev-python/cfn-lint/cfn-lint-0.64.0.ebuild | 54 --
 4 files changed, 165 deletions(-)

diff --git a/dev-python/cfn-lint/Manifest b/dev-python/cfn-lint/Manifest
index 370c6ee0847f..435824a2e40b 100644
--- a/dev-python/cfn-lint/Manifest
+++ b/dev-python/cfn-lint/Manifest
@@ -1,7 +1,4 @@
-DIST cfn-lint-0.61.5.gh.tar.gz 9580886 BLAKE2B 
0e83a604bc8761cd6007039cc28d90e471ef3cd3c542e7ce977d290638bcbff2b196c5d3c5f23b8d6db064b867ab594360dedb86494aba955c065c7cbad8b519
 SHA512 
14a1c282f1d87ce5ddd231f92e01a4edd85a62802f2335ba95470acaa0d8deb0306433124f3d1bea6c965ebfe5b30145431087a71cb1e8b953bf94b5d691bcbf
 DIST cfn-lint-0.62.0.gh.tar.gz 9610430 BLAKE2B 
fdeed685abab1bb701698b02ba961d0460c2fbf631ee6c8c51d17e8087bdbd2a26d366afd6916ff118e047bc1e45e0ac4124cf5140b7dede5cb116e5e49bec3e
 SHA512 
830f3929330cbb6d3ae74c9d172c4540272def94bae4f5a0d181fd41688479bf9e9a82ccb9ccea20b823b8580743722a8cb551d790cab92322c7e472e679d28a
-DIST cfn-lint-0.63.0.gh.tar.gz 9613588 BLAKE2B 
96f36310b9201e39a03fb9ca4e102feed68bd71c6af10f48875055d8e5ce42dff61772d5ba702b3f390a49c5e10077a70eb86206145c132d03f6998ea3f26f4a
 SHA512 
daa8412254234d36b3e65a27fc93dc6af2283830afa6de58c979759b7dc02ec220ebf18b1d116f38356a368223efec787135b36aaac4d2a6444ec6820a0303fb
 DIST cfn-lint-0.63.2.gh.tar.gz 9672817 BLAKE2B 
dcd445c2372bf044bc4eab4b33056d2113914cdeeb1a2b376643cc4bbb3d92dcfdaaf2e6aa5f0d0473be00b42ecea0eda2a5ae3fa493d4e648be12db81b9d9e7
 SHA512 
d9bff0c43f7c2b710536fb7212e3d78d3827d7838ef8246767625c3de1a2ee0e5056df42b6b94e0efd7e7b2933d477a9962e0e3d53a78a3cca774fd52706a330
-DIST cfn-lint-0.64.0.gh.tar.gz 9792738 BLAKE2B 
f74d8131d46c5fc1cf78fcf7e3a6620d1c19288437c3eda896fe357518aa91056826e7c80c860c636a7394a021852b4ef93451d0bcf03efb1b7b1da41f0b1652
 SHA512 
4e4cc098f0f7024456278e5994b0508408cb70230934ced084c67ddecae2070c1686430b367b0c812274d40201256a9f8ca0d30c208ee00c2435dcad09419d80
 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

diff --git a/dev-python/cfn-lint/cfn-lint-0.61.5.ebuild 
b/dev-python/cfn-lint/cfn-lint-0.61.5.ebuild
deleted file mode 100644
index efe7cae9474b..
--- a/dev-python/cfn-lint/cfn-lint-0.61.5.ebuild
+++ /dev/null
@@ -1,54 +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="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.47.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
-   

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

2022-09-19 Thread Michał Górny
commit: 2a9c355e3fb7aaa76a21ab4a7c7ba647c01d992f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:55:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a9c355e

dev-python/phonenumbers: Remove old

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

 dev-python/phonenumbers/Manifest   |  1 -
 .../phonenumbers/phonenumbers-8.12.53.ebuild   | 39 --
 2 files changed, 40 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index 8ec2b903a865..5fb05833b4a4 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,3 +1,2 @@
-DIST python-phonenumbers-8.12.53.gh.tar.gz 4904940 BLAKE2B 
c8da67f781c71265faa4d24e5cadf7d2c4e707de6f6fc2efae37f0b846cafd6c00814188c2d89d98ec0fb7dbeef9fedc45dc908adf117643bc2b2a0ab56a4496
 SHA512 
aa699e5df1b612bbcf384e01b80251099872e67fd5632dab35e53861ab6b28157266ac0a1700f4371a0a2975f0484256fb46b6287b87dc8e69aca85323475490
 DIST python-phonenumbers-8.12.54.gh.tar.gz 4905001 BLAKE2B 
5fc206b3dd5f5cc96ecfc91b33369fb12d8a11245f846039478bf77f9dbc8e1bfe0e169eb6f1c360ac2a730f79b512178b115f82434790baeb3b2d26d5eaa370
 SHA512 
0da4f3ffa57f0c2ddaf843eea1440b33844be7ee45122a21d00b5630b720eac059777dca2051e00baf39158737478d5077f97ec6b9293528b11a9844294a621c
 DIST python-phonenumbers-8.12.55.gh.tar.gz 4905987 BLAKE2B 
3c05fbe261f9c347bdccb9e664f0005f3f67120df5a494b105780ac5f00a407289bd6be6bbaefbf843937193b760b772e1d8c298a6676770f97d7e6a3d16f25a
 SHA512 
f1aaecd70d761aaa2b6b53d5dc03624f1a64cfb8733b2ac3260bb295be527238755659b55b5d79b6a49a06c56616517afb2cd56b3f39f5eba8dcc27b61e4a6b5

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



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

2022-09-19 Thread Michał Górny
commit: 4594c2d112df4816370eb3332ac543bf799ecd96
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:54:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4594c2d1

dev-python/python-openstackclient: Remove old

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

 dev-python/python-openstackclient/Manifest |  1 -
 .../python-openstackclient-5.8.0.ebuild| 57 --
 2 files changed, 58 deletions(-)

diff --git a/dev-python/python-openstackclient/Manifest 
b/dev-python/python-openstackclient/Manifest
index 0ddbeb38fbcd..f9fe5e9f4ce1 100644
--- a/dev-python/python-openstackclient/Manifest
+++ b/dev-python/python-openstackclient/Manifest
@@ -1,2 +1 @@
-DIST python-openstackclient-5.8.0.tar.gz 827602 BLAKE2B 
07893ae405532614605560d4d3423e501e2d86da5ad5a529fdc62113d55ad7a010407d45143a4d7ae8adc731804e6698a5cd527089ff9de809ac117f08e4e959
 SHA512 
ebd288fbdcd18245bed4262ab191ba06dbe6fb54ad4247c332f9c11b1439c3158e557bf20a7a7205e7913becb6c59126121521a32bce1f70092dc2d7f648b808
 DIST python-openstackclient-6.0.0.tar.gz 838447 BLAKE2B 
c6b213b022e8c75d3a94752b29cebda4d9ca1d329dc1cb0b470f6e787dd930b379d16bec6c4a0047e63110e01dbf48bee72ed6ccbf54036fa3d1d5de55487e8b
 SHA512 
20bd8da025ee3c69a5e491089edcb42f961c5109563718198ddd22fab8d6928fa08afd6a7db608c70386bd2b61c571c2fadb1c76f84c3d7f1a60c65d4520dfa6

diff --git 
a/dev-python/python-openstackclient/python-openstackclient-5.8.0.ebuild 
b/dev-python/python-openstackclient/python-openstackclient-5.8.0.ebuild
deleted file mode 100644
index 6313a9cb59bc..
--- a/dev-python/python-openstackclient/python-openstackclient-5.8.0.ebuild
+++ /dev/null
@@ -1,57 +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="A client for the OpenStack APIs"
-HOMEPAGE="https://github.com/openstack/python-openstackclient;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-
-RDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/cliff-3.5.0[${PYTHON_USEDEP}]
-   >=dev-python/openstacksdk-0.56.0[${PYTHON_USEDEP}]
-   >=dev-python/osc-lib-2.3.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/python-keystoneclient-3.22.0[${PYTHON_USEDEP}]
-   >=dev-python/python-novaclient-17.0.0[${PYTHON_USEDEP}]
-   >=dev-python/python-cinderclient-3.3.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-2.0.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
-   >=dev-python/wrapt-1.7.0[${PYTHON_USEDEP}]
-   >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # Depends on specific runner
-   sed -e 's/test_command_has_logger/_&/' -i 
openstackclient/tests/unit/common/test_command.py || die
-
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   # functional tests require cloud instance access
-   eunittest -b openstackclient/tests/unit
-}



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

2022-09-19 Thread Michał Górny
commit: 904a189f7ad7758c7574f257f6e6740b0e5c72fc
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:53:28 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=904a189f

dev-python/nototools: Remove old

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

 dev-python/nototools/Manifest|  1 -
 dev-python/nototools/nototools-0.2.16.ebuild | 35 
 2 files changed, 36 deletions(-)

diff --git a/dev-python/nototools/Manifest b/dev-python/nototools/Manifest
index 06697292a2d7..84a1cd5125b6 100644
--- a/dev-python/nototools/Manifest
+++ b/dev-python/nototools/Manifest
@@ -1,2 +1 @@
-DIST nototools-0.2.16.tar.gz 9712796 BLAKE2B 
654f449a00741dfa4a9b3b8c2a80d40907698098d1c4ee94363657d88b24fe1f26287af5e7795484846d394573a868ff82fa9a8c0a51b953325d6f6f97d7f7c8
 SHA512 
3c70c29f8411ae3eedc2738e0b2f42f9c0b675494bbdc107a8b43612fba08401c704ec94db63bb92aa1648b168f9e0d9e8139b8c61dc3b43973876d105324554
 DIST nototools-0.2.17.tar.gz 9743805 BLAKE2B 
ba601b4c9c4df7fc264dd88c60e50c1db08c21bc07f3ab408f91f445a801bd96ed193e5f9cb320378f6411027b1be004d718233d531bb2ec600badfaffd2d876
 SHA512 
a5b733c47ce61f6cb18f9772e8fee04f8ee2a3d834afa3f71a5f1c8110124224b9d325db75976104dd880b7c0538568574b2e497faa8f4d5541451e9c3e40cd3

diff --git a/dev-python/nototools/nototools-0.2.16.ebuild 
b/dev-python/nototools/nototools-0.2.16.ebuild
deleted file mode 100644
index 04fbc372331c..
--- a/dev-python/nototools/nototools-0.2.16.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-MY_PN="notofonttools"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Noto fonts support tools and scripts plus web site generation"
-HOMEPAGE="https://github.com/googlefonts/nototools;
-#SRC_URI="https://github.com/googlefonts/nototools/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-SRC_URI="mirror://pypi/${PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0 OFL-1.1"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86"
-
-RDEPEND="
-   >=media-gfx/scour-0.37
-   >=dev-python/booleanOperations-0.9.0[${PYTHON_USEDEP}]
-   >=dev-python/defcon-0.6.0[${PYTHON_USEDEP}]
-   >=dev-python/fonttools-4.11.0[${PYTHON_USEDEP}]
-   >=dev-python/pillow-8.3.2[${PYTHON_USEDEP}]
-   >=dev-python/pyclipper-1.2.1[${PYTHON_USEDEP}]
-"
-
-S="${WORKDIR}/${MY_P}"
-
-# Some tests weren't ported to python3 yet and lots of failures
-RESTRICT="test"
-
-distutils_enable_tests setup.py



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

2022-09-19 Thread Michał Górny
commit: 1df45af93b372fdf7912764eb74aa2d7e325184c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:54:26 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df45af9

dev-python/secretstorage: Remove old

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

 dev-python/secretstorage/Manifest  |  1 -
 .../secretstorage/secretstorage-3.3.2.ebuild   | 56 --
 2 files changed, 57 deletions(-)

diff --git a/dev-python/secretstorage/Manifest 
b/dev-python/secretstorage/Manifest
index 5ad286c4d8e2..f5625856fd41 100644
--- a/dev-python/secretstorage/Manifest
+++ b/dev-python/secretstorage/Manifest
@@ -1,2 +1 @@
-DIST SecretStorage-3.3.2.tar.gz 19285 BLAKE2B 
17089e61a9549f4547faa8c6f7f711f5e4b3ba9ac0bf7787c3384d4920c5cd02704bab86fd4b7abe4ad9b93098b1668cf89901f4a0760023e274c8daf009d5a4
 SHA512 
f04a35925f86fec25435554083ac0d4b21b88cbc19b67a4c744247e659bc767675a52d18b33be557e99593922aecb0c261ec40803c61e089ff35b6c8b541ac63
 DIST SecretStorage-3.3.3.tar.gz 19739 BLAKE2B 
9ad575df8b059102a38b4f20c956bf80a5f440a80c13a9fe10a96b14c49bd7868667306b75fca7a395e4d4ce44d28174fafcf27521446d4c7d070c5381d7
 SHA512 
9a048c8245cfb01babebdd85dbbe84f9634b9b28188f7d11d3abad841109cfa307861de05e529199e409e595864ff3e097fcc961fcff210040d214a50f932f6e

diff --git a/dev-python/secretstorage/secretstorage-3.3.2.ebuild 
b/dev-python/secretstorage/secretstorage-3.3.2.ebuild
deleted file mode 100644
index 9d520e6034d8..
--- a/dev-python/secretstorage/secretstorage-3.3.2.ebuild
+++ /dev/null
@@ -1,56 +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=( pypy3 python3_{8..11} )
-
-inherit distutils-r1
-
-MY_PN="SecretStorage"
-
-DESCRIPTION="Python bindings to FreeDesktop.org Secret Service API"
-HOMEPAGE="
-   https://github.com/mitya57/secretstorage/
-   https://pypi.org/project/SecretStorage/
-"
-SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_PN}-${PV}.tar.gz"
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux 
~x86-linux"
-
-RDEPEND="
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   >=dev-python/jeepney-0.6[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   !hppa? ( !sparc? ( !s390? (
-   sys-apps/dbus
-   virtual/secret-service
-   )
-   ) ) )
-"
-
-distutils_enable_tests unittest
-distutils_enable_sphinx docs \
-   dev-python/alabaster
-
-src_test() {
-   case ${ARCH} in
-   hppa|sparc)
-   einfo "gnome-keyring is not supported on ${ARCH}, 
skipping tests"
-   return
-   ;;
-   esac
-
-   distutils-r1_src_test
-}
-
-python_test() {
-   dbus-run-session "${EPYTHON}" -m unittest discover -v -s tests \
-   || die "tests failed with ${EPYTHON}"
-}



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

2022-09-19 Thread Michał Górny
commit: a7d7732574bf3c0994300cce93941f9fb0374707
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:54:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7d77325

dev-python/aws-sam-translator: Remove old

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

 dev-python/aws-sam-translator/Manifest |  4 --
 .../aws-sam-translator-1.46.0.ebuild   | 60 --
 .../aws-sam-translator-1.47.0.ebuild   | 60 --
 .../aws-sam-translator-1.48.0.ebuild   | 60 --
 .../aws-sam-translator-1.49.0.ebuild   | 59 -
 5 files changed, 243 deletions(-)

diff --git a/dev-python/aws-sam-translator/Manifest 
b/dev-python/aws-sam-translator/Manifest
index b19ae682a27f..efbfc5d3572f 100644
--- a/dev-python/aws-sam-translator/Manifest
+++ b/dev-python/aws-sam-translator/Manifest
@@ -1,5 +1 @@
-DIST aws-sam-translator-1.46.0.gh.tar.gz 1082378 BLAKE2B 
915f09ab6ecdecca7cc149ebd93d7370a3cfd103cf7e222fe5f8aefe084a8f285606a7a18467d996d643c70b132014d7ebeeb6d313498b8879ad13d905f3afbb
 SHA512 
c33edd6209d7051a0d8132cdb675953a691f371e4ce02207d047be03211aff4d4c491c0f8d0fb8776a0693ff702d24ffc338d005bc9c6f166658e8293e478731
-DIST aws-sam-translator-1.47.0.gh.tar.gz 1087660 BLAKE2B 
47e13a468f2ac0015683acb187a83f0e8f8b23162d4cd1b70eadfe36d3e10ea19259f2f313beb557175456f3455da3b08594207bb013cc33d30e4964ddec8ba8
 SHA512 
29af2b6c51384c906328d839f412dddbf0d9fcf07e77484567fd6c63be44d152b003087595530e20c63e504bc2fc27cc041c4cf21aab070240b6211a93a2dd20
-DIST aws-sam-translator-1.48.0.gh.tar.gz 1098247 BLAKE2B 
99f3c94f94535e1ccfac5e20a2e403d7be6867bf7a644390a0aeb3444edaecf55d6b9454dd01c09ab12693c9abbf9c2994ea018f636f759f0f2d67e364ef4dd6
 SHA512 
150447a0068e056f38b246f27e3c5db831fb4a01cbc302d6203713d935a480bcd8d758873819eda02f2a4bf5a07ab397cbe63b6006bd053c5589b3220515eb65
-DIST aws-sam-translator-1.49.0.gh.tar.gz 1100512 BLAKE2B 
d1c5cbdcf4b4bd53b2d3fb1fa4e945a38294e2c4da0c3d1479c0d43191045a8b4c85edcb008e7e843830c203f795b0620607046d0715a922e8dc4629be781961
 SHA512 
b614438f6dd7c903f7817a66f26d18026b909011cb48adb19c23f1897e6657bc997a964dd1282d7da37d782aafc0c0fd503524ae0024a682bf06ee2e15020f27
 DIST aws-sam-translator-1.50.0.gh.tar.gz 1103467 BLAKE2B 
8d9408b7e92a5c515da47075a0722c937223e73dfa99d92d6daf91997a2edf4e1854afb88f7020fdab3457453d1c54ea77cf7e3466ec71ede36bfb3fc9c469fa
 SHA512 
2f8f494218a1ac018893de59e7bede88b73ce446b29cc818d9309275851b080608656f69c422a9b49c885a6e6cbe7f34826f31cf4da9f2ee0667a1663dbee32a

diff --git a/dev-python/aws-sam-translator/aws-sam-translator-1.46.0.ebuild 
b/dev-python/aws-sam-translator/aws-sam-translator-1.46.0.ebuild
deleted file mode 100644
index e6fa6549e819..
--- a/dev-python/aws-sam-translator/aws-sam-translator-1.46.0.ebuild
+++ /dev/null
@@ -1,60 +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..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-2.6[${PYTHON_USEDEP}]
-   >=dev-python/six-1.11[${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
-   

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

2022-09-19 Thread Michał Górny
commit: 46be49e9849b93ea2074d50024ef98b97ffeaf82
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:52:52 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46be49e9

dev-python/ipywidgets: Remove old

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

 dev-python/ipywidgets/Manifest|  1 -
 dev-python/ipywidgets/ipywidgets-7.7.1.ebuild | 38 ---
 2 files changed, 39 deletions(-)

diff --git a/dev-python/ipywidgets/Manifest b/dev-python/ipywidgets/Manifest
index 6400c314a77c..6fd468405146 100644
--- a/dev-python/ipywidgets/Manifest
+++ b/dev-python/ipywidgets/Manifest
@@ -1,3 +1,2 @@
-DIST ipywidgets-7.7.1.tar.gz 4075672 BLAKE2B 
1e52d3b3b9380f42f67ad658f6e8579a61220e7160c10b1569437c1fd74ce962fbe746f3a6a3e302b5417812f69807deddc0ae3fe255b8e2f213d65103d55362
 SHA512 
ed6bf1a59a511714a3af96cc66e7665b9b264f56862ca4ea02d943137fcc6018da8fcb8dff4a8f9157bfb46cc19b7d58ceaff028e84f2f8d18ee16e57ce7fb96
 DIST ipywidgets-8.0.1.tar.gz 111771 BLAKE2B 
78217eaf6386f18a634c016562925213233ed6fc3b35266fede83f66e831f761766be0db3e23ef694edd9bc6089ff987df97f6addf2a17bc5ef1d4b6d59585b7
 SHA512 
cb443734897f786a86a34ab6177d84e32d00155513c835756dc53a76b7201144e0cb34c3701c06b07df22de78f6d43973f4b9be456c3b4a22db39c16de4a4dc6
 DIST ipywidgets-8.0.2.tar.gz 112516 BLAKE2B 
85af0099fbbd3344e7e7985770a3dd60a5acd9dc048a274f3401e0ba6e28ff9f30405d1c32297e9b9dc004e617b26aad3f4f881d25804a9d2178f90ed2eb1c14
 SHA512 
45726027c68cbb6647813ba5be9e2192e63a9d80dd69246b516fef32fa0822b6cbc76d2a0622211a24fb46082c5aebcc620ece687f593077740913deaa69ceda

diff --git a/dev-python/ipywidgets/ipywidgets-7.7.1.ebuild 
b/dev-python/ipywidgets/ipywidgets-7.7.1.ebuild
deleted file mode 100644
index 70a44baacad2..
--- a/dev-python/ipywidgets/ipywidgets-7.7.1.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
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="IPython HTML widgets for Jupyter"
-HOMEPAGE="
-   https://ipywidgets.readthedocs.io/
-   https://github.com/jupyter-widgets/ipywidgets/
-   https://pypi.org/project/ipywidgets/
-"
-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 
~amd64-linux ~x86-linux"
-
-RDEPEND="
-   >=dev-python/ipykernel-4.5.1[${PYTHON_USEDEP}]
-   >=dev-python/ipython_genutils-0.2.0[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-4.3.1[${PYTHON_USEDEP}]
-   >=dev-python/widgetsnbextension-3.6.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   # upstream hack to autoconfigure ipywidgets in jupyter
-   # we don't have jupyterlab_widgets packaged
-   sed -i -e '/jupyterlab_widgets/d' setup.py || die
-   distutils-r1_src_prepare
-}



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

2022-09-19 Thread Michał Górny
commit: 0a48faeacde0fd3cb7d7662d558d2904cd81ded5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:54:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a48faea

dev-python/pytz: Remove old

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

 dev-python/pytz/Manifest   |  2 --
 .../pytz/files/pytz-2020.5-system-zoneinfo.patch   | 33 -
 dev-python/pytz/pytz-2022.1.ebuild | 42 --
 dev-python/pytz/pytz-2022.2.ebuild | 34 --
 4 files changed, 111 deletions(-)

diff --git a/dev-python/pytz/Manifest b/dev-python/pytz/Manifest
index dcf992af2219..4863ccf5f897 100644
--- a/dev-python/pytz/Manifest
+++ b/dev-python/pytz/Manifest
@@ -1,3 +1 @@
-DIST pytz-2022.1.tar.gz 320473 BLAKE2B 
9a745629a9e4547f8c8765353e58baa6d63e3e6b357e9ca88f69928fb9350cebb6bb3371eee419b4b92b29e6253f8c24af8c781f10d72211d78cb699043496fe
 SHA512 
7737aa28626743026b7de932b27bf44d7b209f495d9dd7f90c6448ec271e007f23004fcd04982e2ca6d0a4075206e1dae7b8836319c299b5559c514366d518a6
 DIST pytz-2022.2.1.tar.gz 316105 BLAKE2B 
74a3f416c5e15a050cc62594851d80022c81cb611e6c1d1130cfc7e1bc9cb3b833edca9e67203695c50abb7587bf514216f8c0153890658bc8a9f1498e82f867
 SHA512 
9c78d9f484e2e0e101ca7e10fba8e6c9870255b2c320b3499a0cc9b480adac64b07f2f124048aa957c6bc9311a4ac43060368e1f0d85d8e8c8f7df598e47912b
-DIST pytz-2022.2.tar.gz 322487 BLAKE2B 
37aa920a571b751e7fe55140561f9d895273c63c5ec4f0ce32e12a9966c903de590d1bbeb8c3d29eeb6ffa46ecf68584128aefc4349c3fde2af923f275c1c01c
 SHA512 
7a908801585f95dc7e19756b454b38ca991e3c280ab4d946152ff0ecfb5ac89e266b21c5a165797ec64c9adf729f935d7eebd3f918df3143bd68b23876cf

diff --git a/dev-python/pytz/files/pytz-2020.5-system-zoneinfo.patch 
b/dev-python/pytz/files/pytz-2020.5-system-zoneinfo.patch
deleted file mode 100644
index 94bad7e234ac..
--- a/dev-python/pytz/files/pytz-2020.5-system-zoneinfo.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-diff --git a/pytz/__init__.py b/pytz/__init__.py
-index a1f75b6..f2a2330 100644
 a/pytz/__init__.py
-+++ b/pytz/__init__.py
-@@ -92,8 +92,7 @@ def open_resource(name):
- if zoneinfo_dir is not None:
- filename = os.path.join(zoneinfo_dir, *name_parts)
- else:
--filename = os.path.join(os.path.dirname(__file__),
--'zoneinfo', *name_parts)
-+filename = os.path.join('/usr/share/zoneinfo', *name_parts)
- if not os.path.exists(filename):
- # http://bugs.launchpad.net/bugs/383171 - we avoid using this
- # unless absolutely necessary to help when a broken version of
-diff --git a/setup.py b/setup.py
-index e31ff2b..ba6926b 100644
 a/setup.py
-+++ b/setup.py
-@@ -15,14 +15,8 @@ me = 'Stuart Bishop'
- memail = 'stu...@stuartbishop.net'
- packages = ['pytz']
- resources = ['zone.tab', 'locales/pytz.pot']
--for dirpath, dirnames, filenames in os.walk(os.path.join('pytz', 'zoneinfo')):
--# remove the 'pytz' part of the path
--basepath = dirpath.split(os.path.sep, 1)[1]
--resources.extend([os.path.join(basepath, filename) for filename in 
filenames])
- package_data = {'pytz': resources}
- 
--assert len(resources) > 10, 'zoneinfo files not found!'
--
- setup(
- name='pytz',
- version=pytz.VERSION,

diff --git a/dev-python/pytz/pytz-2022.1.ebuild 
b/dev-python/pytz/pytz-2022.1.ebuild
deleted file mode 100644
index ddd2ce81c6a3..
--- a/dev-python/pytz/pytz-2022.1.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..11} pypy3 )
-PYTHON_REQ_USE="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="World timezone definitions for Python"
-HOMEPAGE="
-   https://pythonhosted.org/pytz/
-   https://pypi.org/project/pytz/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x64-solaris"
-IUSE=""
-
-DEPEND="
-   || (
-   >=sys-libs/timezone-data-2017a
-   sys-libs/glibc[vanilla]
-   )
-"
-RDEPEND="
-   ${DEPEND}
-"
-
-PATCHES=(
-   # Use timezone-data zoneinfo.
-   "${FILESDIR}"/pytz-2020.5-system-zoneinfo.patch
-)
-
-python_test() {
-   "${EPYTHON}" pytz/tests/test_tzinfo.py -v ||
-   die "Tests fail with ${EPYTHON}"
-}

diff --git a/dev-python/pytz/pytz-2022.2.ebuild 
b/dev-python/pytz/pytz-2022.2.ebuild
deleted file mode 100644
index 02775780a89a..
--- a/dev-python/pytz/pytz-2022.2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-

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

2022-09-19 Thread Michał Górny
commit: af4ff9056989293ef706c29be9c237940d9c21a2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:53:08 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af4ff905

dev-python/xmlschema: Remove old

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

 dev-python/xmlschema/Manifest   |  1 -
 dev-python/xmlschema/xmlschema-2.0.1.ebuild | 39 -
 2 files changed, 40 deletions(-)

diff --git a/dev-python/xmlschema/Manifest b/dev-python/xmlschema/Manifest
index b12d8209843c..3ef8c57ad2d4 100644
--- a/dev-python/xmlschema/Manifest
+++ b/dev-python/xmlschema/Manifest
@@ -1,4 +1,3 @@
-DIST xmlschema-2.0.1.tar.gz 475999 BLAKE2B 
646f839ec8c1e3e7a18250e5e98a2d2503974b331a296c428eeceb5400af792c432851bf4cc7b8a15bfa815a9316f3a243535412344fd968ede7fbbee352bce5
 SHA512 
2087c3a4dc8517b3a05e852f213c611c6040c9bf41a392b26467a9d4a27140a2ce577a13cb1d0f4074f1d3d8bc33d6e115386cb1d675a6b6ee5ee29c01b20173
 DIST xmlschema-2.0.2.tar.gz 476241 BLAKE2B 
56d1708a2139591d4efaa93a448485cef28f6a4dfd602f6919a4d7afaf249c5ec8d4500062a5f959d2d4f7a28819d8e45724830b09e1e66298192af0f8ddd32f
 SHA512 
3ec7a6a8337e1c342e4f4db02fac51a5b31a95f21b4630d8750014c418ecfd12fecd271309bd18235288f373f3e01511998af907adcd444720b6f14d13762123
 DIST xmlschema-2.0.3.tar.gz 479014 BLAKE2B 
19b5e3892a59e780c23c4b9789901a55509b63d3dd3466d473a47aa43eec8894ad2f99dbae7fa2063a53430d99db1455dd2e370fc0e1932750bf6aecc6657b8e
 SHA512 
ab805229d28d53bbc265a4393ca286d0df81803c53ec16b52879ce3edcdc5e7576602088b5fe977e13dcfb5039af652ef96be5a3e9d23592fee104da5a486516
 DIST xmlschema-2.0.4.tar.gz 481517 BLAKE2B 
105f382dee65a55c6b3073d20fee8582123e6f7aa55e5c02f57e8278354ecb5a05d3f00f5a6fac7a53168e8de258ec8380d6637eea881d5725cb8980c3cbff7b
 SHA512 
57902a14c6b038f3f8e2e996ca9f07e87341a754ece9c4b636d1f8b53db1caf176c6d4a975a843ccdbf7e24ce721f51fb3f0a0efd04719c6f81601c0b56910ba

diff --git a/dev-python/xmlschema/xmlschema-2.0.1.ebuild 
b/dev-python/xmlschema/xmlschema-2.0.1.ebuild
deleted file mode 100644
index dce07c4e88fe..
--- a/dev-python/xmlschema/xmlschema-2.0.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2019-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="An XML Schema validator and decoder"
-HOMEPAGE="
-   https://github.com/sissaschool/xmlschema/
-   https://pypi.org/project/xmlschema/
-"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   =dev-python/elementpath-3.0.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   ${RDEPEND}
-   dev-python/jinja[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   )
-"
-
-python_test() {
-   "${EPYTHON}" tests/test_all.py -v ||
-   die "Tests fail with ${EPYTHON}"
-}



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

2022-09-19 Thread Michał Górny
commit: a220a5a6884054811e827be868fea4ffe40033f4
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:53:17 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a220a5a6

dev-python/paste: Remove old

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

 dev-python/paste/Manifest   |  1 -
 dev-python/paste/paste-3.5.1.ebuild | 50 -
 2 files changed, 51 deletions(-)

diff --git a/dev-python/paste/Manifest b/dev-python/paste/Manifest
index 784f0c2a192b..be44253624ef 100644
--- a/dev-python/paste/Manifest
+++ b/dev-python/paste/Manifest
@@ -1,2 +1 @@
-DIST Paste-3.5.1.tar.gz 637755 BLAKE2B 
fc5f4afc064ced52322f7c2cb20c84d24538bdd3a5dadf7b47f62dd8b64ed62a2925102b785e366bc9b9257835529ae226a4d291bebd40d70bda16be781613c6
 SHA512 
7ae39691bb6067309a12bf76e2a110913c7be6ddcda6215eaf0228144ff26a1c7b50500729b65e27652dc7a7edf6fe26bd144d261e8754d7af8bac495d4613f9
 DIST Paste-3.5.2.tar.gz 638207 BLAKE2B 
98d9f508923836e41657b653b1cd70d3cea13121dee375c6cfaf28e6f82ebcc36ba74658ade927fd6802f09bf9d9ca566d2b9bbf3eed5122aedd35ed0ac9d5ec
 SHA512 
a1920dbd7ebea137ca33f8f8c33aad563329d1eea193d84e6aa7fc57690f706c1969e3ba76bbf21a73c59a0fe0f732daa4db15705914ac359814b4332a01bc75

diff --git a/dev-python/paste/paste-3.5.1.ebuild 
b/dev-python/paste/paste-3.5.1.ebuild
deleted file mode 100644
index a89c1a5d2dda..
--- a/dev-python/paste/paste-3.5.1.ebuild
+++ /dev/null
@@ -1,50 +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..11} pypy3 )
-
-inherit distutils-r1
-
-MY_P="Paste-${PV}"
-DESCRIPTION="Tools for using a Web Server Gateway Interface stack"
-HOMEPAGE="
-   https://pythonpaste.readthedocs.io/en/latest/
-   https://github.com/cdent/paste/
-   https://pypi.org/project/Paste/
-"
-SRC_URI="mirror://pypi/${MY_P::1}/${PN^}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris"
-
-RDEPEND="
-   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
-   !dev-python/namespace-paste
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs
-
-python_compile() {
-   distutils-r1_python_compile
-   find "${BUILD_DIR}" -name '*.pth' -delete || die
-}
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Internet
-   tests/test_proxy.py
-   )
-
-   [[ ${EPYTHON} == python3.11 ]] && EPYTEST_DESELECT+=(
-   # fails due to cgi deprecation warning
-   tests/test_cgiapp.py::test_form
-   )
-
-   epytest
-}



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

2022-09-19 Thread Michał Górny
commit: 076be2f5e2f682c8b7e4a83e62ddb43cdfab10f6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:54:16 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=076be2f5

dev-python/stripe: Remove old

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

 dev-python/stripe/Manifest|  1 -
 dev-python/stripe/stripe-4.0.2.ebuild | 71 ---
 2 files changed, 72 deletions(-)

diff --git a/dev-python/stripe/Manifest b/dev-python/stripe/Manifest
index 06c2bef28388..aa5a147c4baf 100644
--- a/dev-python/stripe/Manifest
+++ b/dev-python/stripe/Manifest
@@ -1,2 +1 @@
-DIST stripe-4.0.2.tar.gz 252436 BLAKE2B 
d05153e4ddc58b5cbb9f42202a5b8dbcaeff39fab51b5415c59bbbfd615003b4d76881a408fd067a0e17d275a663e7ac8d574af6ead90f9c51e677617ef6117b
 SHA512 
b13ace2419555e21a93f37a328bd59d9ac8af69787dc89ed4851ce5a5a616a34e63d5667b9981f43c486dafee18186a9dc32524c047c9db204dc8ba831198c91
 DIST stripe-4.1.0.tar.gz 266799 BLAKE2B 
ce801bd6d4536163d7fc56b46b23a76d0ed2c392be65b8891750d0c413e3d8195004b09603fc3f360ea97e32e6472f887aa41ca502cf8a0460b9bac3ece610b3
 SHA512 
6a243526d56bc83caced776850bc3d2582c19f28779684bbf7b0a81f477d8c02c21151052b05b31160f2f81a83f5d7260bd82c171681a059b12012e794c6e5cf

diff --git a/dev-python/stripe/stripe-4.0.2.ebuild 
b/dev-python/stripe/stripe-4.0.2.ebuild
deleted file mode 100644
index bd7dee2fb86e..
--- a/dev-python/stripe/stripe-4.0.2.ebuild
+++ /dev/null
@@ -1,71 +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..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Stripe python bindings"
-HOMEPAGE="
-   https://github.com/stripe/stripe-python/
-   https://pypi.org/project/stripe/
-"
-SRC_URI="mirror://pypi/s/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="
-   >=dev-python/requests-2.20[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-util/stripe-mock-0.141.0
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   net-misc/curl
-   )
-"
-
-distutils_enable_tests pytest
-
-DOCS=( LONG_DESCRIPTION.rst CHANGELOG.md README.md )
-
-python_test() {
-   epytest tests
-}
-
-src_test() {
-   local stripe_mock_port=12111
-   local stripe_mock_max_port=12121
-   local stripe_mock_logfile="${T}/stripe_mock_${EPYTHON}.log"
-   # Try to start stripe-mock until we find a free port
-   while [[ "${stripe_mock_port}" -le "${stripe_mock_max_port}" ]]; do
-   ebegin "Trying to start stripe-mock on port ${stripe_mock_port}"
-   stripe-mock --http-port ${stripe_mock_port} &> 
"${stripe_mock_logfile}" &
-   local stripe_mock_pid=$!
-   sleep 2
-   # Did stripe-mock start?
-   curl --fail -u "sk_test_123:" \
-   http://127.0.0.1:${stripe_mock_port}/v1/customers &> 
/dev/null
-   eend $? "Port ${stripe_mock_port} unavailable"
-   if [[ $? -eq 0 ]]; then
-   einfo "stripe-mock running on port ${stripe_mock_port}"
-   break
-   fi
-   (( stripe_mock_port++ ))
-   done
-   if [[ "${stripe_mock_port}" -gt "${stripe_mock_max_port}" ]]; then
-   eerror "Unable to start stripe-mock for tests"
-   die "Please see the logfile located at: ${stripe_mock_logfile}"
-   fi
-
-   local -x STRIPE_MOCK_PORT=${stripe_mock_port}
-   distutils-r1_src_test
-
-   # Tear down stripe-mock
-   kill "${stripe_mock_pid}" || die "Unable to stop stripe-mock"
-}



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

2022-09-19 Thread Michał Górny
commit: ed0d2ab377ff87f5573ad3d4df8ddd2ac8061405
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:52:30 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed0d2ab3

dev-util/pkgcheck: Remove old

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

 dev-util/pkgcheck/Manifest|  1 -
 dev-util/pkgcheck/pkgcheck-0.10.12.ebuild | 68 ---
 2 files changed, 69 deletions(-)

diff --git a/dev-util/pkgcheck/Manifest b/dev-util/pkgcheck/Manifest
index 3caa6ead15de..aeb93e6a26fb 100644
--- a/dev-util/pkgcheck/Manifest
+++ b/dev-util/pkgcheck/Manifest
@@ -1,3 +1,2 @@
-DIST pkgcheck-0.10.12.tar.gz 477880 BLAKE2B 
9d71e6d3312f2c11a722f12c854a14523174b91ca1cf8ea89f6da3463e8aeab1744b083a31eca675e40069b57f4b2b24a83efa0d692d90cd00b9e9c4ec452a02
 SHA512 
e146dd0533b769078102ff27f90120c459ceb614aed4365a43a36e1a24d1230890c9da7a756b3fcce528806ca1fca10d8d8c283dcc464a7c98368bac0d98a26f
 DIST pkgcheck-0.10.14.tar.gz 490827 BLAKE2B 
cf45c66e8cbe11f65840eb98de7e4c8359396f6271dc7d728daeb54704e53c1480198bc1451b4d50510d00029243a0d6dd91201f4bd7b3b5860df27b66792ee7
 SHA512 
c792a7dfe4f49e6c2008a44f6afb10a2db2067e8e6b9fc6bfe27010e62a6341328f62f3f2e87c4025997392f3883431d4a66c97beb3eeb690cef63e697754ec3
 DIST pkgcheck-0.10.15.tar.gz 493266 BLAKE2B 
1dfff3ded8f76c807e79415c6eab1786aeb103975ca639f509e4d97448bed3c7e7969b30ad699528d1a655a6be39fa89f20bf91ee774ab40ca1c99ed23c6f970
 SHA512 
9bcee0428f6276dc1a5a92dfb528402bc51dd38a79fc2bfeba391297e6e6c058ebf5579e086de881a3331c669dd4700f4b2d5baa74f66172953a329d7e815433

diff --git a/dev-util/pkgcheck/pkgcheck-0.10.12.ebuild 
b/dev-util/pkgcheck/pkgcheck-0.10.12.ebuild
deleted file mode 100644
index 2fe3519dc54c..
--- a/dev-util/pkgcheck/pkgcheck-0.10.12.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_IN_SOURCE_BUILD=1
-inherit distutils-r1 optfeature
-
-if [[ ${PV} == * ]] ; then
-   EGIT_REPO_URI="https://github.com/pkgcore/pkgcheck.git;
-   inherit git-r3
-else
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv 
~s390 sparc x86 ~x64-macos"
-   SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-fi
-
-DESCRIPTION="pkgcore-based QA utility for ebuild repos"
-HOMEPAGE="https://github.com/pkgcore/pkgcheck;
-
-LICENSE="BSD MIT"
-SLOT="0"
-
-if [[ ${PV} == * ]]; then
-   RDEPEND="
-   ~dev-python/snakeoil-[${PYTHON_USEDEP}]
-   ~sys-apps/pkgcore-[${PYTHON_USEDEP}]"
-else
-   RDEPEND="
-   >=dev-python/snakeoil-0.9.11[${PYTHON_USEDEP}]
-   >=sys-apps/pkgcore-0.12.12[${PYTHON_USEDEP}]"
-fi
-RDEPEND+="
-   dev-libs/tree-sitter
-   dev-libs/tree-sitter-bash
-   dev-python/chardet[${PYTHON_USEDEP}]
-   dev-python/lazy-object-proxy[${PYTHON_USEDEP}]
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/pathspec[${PYTHON_USEDEP}]
-   >=dev-python/tree-sitter-0.19.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-vcs/git
-   )
-"
-
-distutils_enable_tests setup.py
-
-export USE_SYSTEM_TREE_SITTER_BASH=1
-
-src_test() {
-   local -x PYTHONDONTWRITEBYTECODE=
-   distutils-r1_src_test
-}
-
-python_install_all() {
-   local DOCS=( NEWS.rst )
-   [[ ${PV} == * ]] || doman man/*
-   distutils-r1_python_install_all
-}
-
-pkg_postinst() {
-   optfeature "Network check support" dev-python/requests
-   optfeature "Perl module version check support" 
dev-perl/Gentoo-PerlMod-Version
-}



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

2022-09-19 Thread Michał Górny
commit: 187523bfe2c68af027224db88662f8ea2dc74de1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:51:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=187523bf

dev-python/matplotlib-inline: Remove old

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

 dev-python/matplotlib-inline/Manifest  |  2 --
 .../matplotlib-inline-0.1.3-r1.ebuild  | 25 --
 .../matplotlib-inline-0.1.5.ebuild | 25 --
 3 files changed, 52 deletions(-)

diff --git a/dev-python/matplotlib-inline/Manifest 
b/dev-python/matplotlib-inline/Manifest
index f70f50f7a419..3712c797f69c 100644
--- a/dev-python/matplotlib-inline/Manifest
+++ b/dev-python/matplotlib-inline/Manifest
@@ -1,3 +1 @@
-DIST matplotlib-inline-0.1.3.gh.tar.gz 7337 BLAKE2B 
995b6e5ce9068760e701e3b429d2187bdc7e7c5b989d54a9fb1f8b5f385f91c6a3621a54d5a1e62c9000737f5f42d9ceae5be7f36b664b7e06ff9c712e6d76ac
 SHA512 
684821204faa3cb35c46663b8c8cb8f0ba5d4f761d15bc708de69c98753685c89da1d330087bcfa970792de592188768dc068accc471d55360f551e44cf4a79a
-DIST matplotlib-inline-0.1.5.gh.tar.gz 7520 BLAKE2B 
90fe7ed66b6d0ef7fd2b2a9478847adaa37af281ea383b60a1d01091d1be338411ccb2480e4bf34f0722e29cf6564a58ab358718c7704ac0c1c09375ba043627
 SHA512 
2a12d675ae6db1657f7202450ef3d889618c896d3571fd1a6c43b75fba1d72e80e49a06d55f7c81b1afd2cd4a9ef282b5bcbadd2b53a19e02bd3f8bc9301
 DIST matplotlib-inline-0.1.6.gh.tar.gz 7526 BLAKE2B 
fd8fde8e218e19fdf7a09bd7f36abd2e4422ed7de8ed8e2d6e52d995e76b62d8e60223fc43a243f2a0ca545037b44ead9520b67cf54b173d95389eb401b17e9a
 SHA512 
7d34f5a86d65d7a2017cf924dc363d7578d1eb14943c3de56e5a0ac79d92d674b387c5528ea76e9e11e0193e71d8cd1315ceb517e9c9678c41ed412e8fd42c04

diff --git a/dev-python/matplotlib-inline/matplotlib-inline-0.1.3-r1.ebuild 
b/dev-python/matplotlib-inline/matplotlib-inline-0.1.3-r1.ebuild
deleted file mode 100644
index 4b448be54c8b..
--- a/dev-python/matplotlib-inline/matplotlib-inline-0.1.3-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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="Inline Matplotlib backend for Jupyter"
-HOMEPAGE="https://github.com/ipython/matplotlib-inline/;
-SRC_URI="
-   https://github.com/ipython/matplotlib-inline/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-RDEPEND="
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/matplotlib-inline/matplotlib-inline-0.1.5.ebuild 
b/dev-python/matplotlib-inline/matplotlib-inline-0.1.5.ebuild
deleted file mode 100644
index 90cd627e843a..
--- a/dev-python/matplotlib-inline/matplotlib-inline-0.1.5.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Inline Matplotlib backend for Jupyter"
-HOMEPAGE="https://github.com/ipython/matplotlib-inline/;
-SRC_URI="
-   https://github.com/ipython/matplotlib-inline/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/traitlets[${PYTHON_USEDEP}]
-"



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

2022-09-19 Thread Michał Górny
commit: 52b1e72b4e96808d8107d78f41d274ba0ecb1ed5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:52:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52b1e72b

dev-python/pygments: Remove old

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

 dev-python/pygments/Manifest  |  1 -
 dev-python/pygments/pygments-2.12.0-r1.ebuild | 39 ---
 2 files changed, 40 deletions(-)

diff --git a/dev-python/pygments/Manifest b/dev-python/pygments/Manifest
index 96b4dbc5a122..0671aac32415 100644
--- a/dev-python/pygments/Manifest
+++ b/dev-python/pygments/Manifest
@@ -1,2 +1 @@
-DIST Pygments-2.12.0.tar.gz 4282017 BLAKE2B 
9ad241d5bcafe59057e9495edb75468e6fa74d150f2d3266590a5a567a7df8ce2ef4ea18f90a8ab83e2fb84993fcf00dec12b04dd968f4c516b8339c49aecc08
 SHA512 
70bbfaefeb34f9afb5d74aa924ac3da4a913d1c7f607c0b3f80b6cd25c88a8996e516a689062bf2009c472b2e309eb044f0f427fa1ea8479bf921b51c524
 DIST Pygments-2.13.0.tar.gz 4324285 BLAKE2B 
6edbce4827684baf61c571fe4d900fd8d1850c49ed9a2ec4bf674757b17efc3d933145f0ccb743d5f713887dff95abce58d38ceafb4d5b033d46afbf5645c6fe
 SHA512 
d492acf112423fa997f35d6d3cae18b89bf11619c696879c6df49697dca933b6d54d7cb22907e06812e0a562f03e8ed5ccefde5247bc1c51cf2d3d69e7d65422

diff --git a/dev-python/pygments/pygments-2.12.0-r1.ebuild 
b/dev-python/pygments/pygments-2.12.0-r1.ebuild
deleted file mode 100644
index 03d5af23ad29..
--- a/dev-python/pygments/pygments-2.12.0-r1.ebuild
+++ /dev/null
@@ -1,39 +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..11} pypy3 )
-
-inherit distutils-r1 bash-completion-r1
-
-MY_P=${P^}
-DESCRIPTION="Pygments is a syntax highlighting package written in Python"
-HOMEPAGE="
-   https://pygments.org/
-   https://github.com/pygments/pygments/
-   https://pypi.org/project/Pygments/
-"
-SRC_URI="mirror://pypi/${MY_P:0:1}/${PN^}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-BDEPEND="
-   test? (
-   dev-python/lxml[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP}]
-   dev-python/wcag-contrast-ratio[${PYTHON_USEDEP}]
-   virtual/ttf-fonts
-   )
-"
-
-distutils_enable_tests pytest
-
-python_install_all() {
-   distutils-r1_python_install_all
-   newbashcomp external/pygments.bashcomp pygmentize
-}



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

2022-09-19 Thread Michał Górny
commit: dfdd2ea2744ee44d8a2e1cbea3e1957a391b5e88
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:51:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:56:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfdd2ea2

dev-python/freezegun: Remove old

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

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

diff --git a/dev-python/freezegun/Manifest b/dev-python/freezegun/Manifest
index 6b40418c0f62..e5694ca118a4 100644
--- a/dev-python/freezegun/Manifest
+++ b/dev-python/freezegun/Manifest
@@ -1,2 +1 @@
-DIST freezegun-1.2.1.tar.gz 29740 BLAKE2B 
780b0573602df157b9b195c3fbd76c81c893a4558355bdf26661f8ec1fb4b6a265c0b684f1c812a6a52ca7beed4dd36b1cc0fb675acf3c7e10a8e264ad0a3b6d
 SHA512 
5f8334a66dc33cbffa8f22d41e101d66c99a1ac4b7a0c24ee6da62b58dab2b0b340ade48b8dd0020d4fb4cb6e082071869a2757bbd05eff703f66f167050d4e1
 DIST freezegun-1.2.2.tar.gz 30670 BLAKE2B 
88941ccd9694c842e4999da47e1a8fbe9b82c1fa512467de174715e627c213167cf3c7f943b35d039ff118bae9d1bca4b64ceaa5683db818727cd9ad2533a827
 SHA512 
c6dc3da66a2d3063f819a104b6bc98eb3d4b772b8edb06bde130a6e355d96e1861e650c44eb691be892223150a652a528fda4237bd77b1bdcee1fcfad74f307c

diff --git a/dev-python/freezegun/freezegun-1.2.1.ebuild 
b/dev-python/freezegun/freezegun-1.2.1.ebuild
deleted file mode 100644
index 5f9f4b21f4d7..
--- a/dev-python/freezegun/freezegun-1.2.1.ebuild
+++ /dev/null
@@ -1,32 +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..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Let your Python tests travel through time"
-HOMEPAGE="https://github.com/spulec/freezegun;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
-
-RDEPEND="
-   >dev-python/python-dateutil-2.7[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   $(python_gen_impl_dep sqlite)
-   )
-"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.1.0-py310.patch
-)



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

2022-09-19 Thread Michał Górny
commit: a61c44cfab528d8a3ac1a082cbcb357baa68653d
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:40:48 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:40:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a61c44cf

dev-python/configupdater: Mark ALLARCHES

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

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

diff --git a/dev-python/configupdater/metadata.xml 
b/dev-python/configupdater/metadata.xml
index 9fbb7c1b9718..719d937f2e6e 100644
--- a/dev-python/configupdater/metadata.xml
+++ b/dev-python/configupdater/metadata.xml
@@ -4,6 +4,7 @@

pyt...@gentoo.org

+   

pyscaffold/configupdater
ConfigUpdater



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

2022-09-19 Thread Michał Górny
commit: 821343bb564041e7f148bdaa151f0641988f3280
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:39:10 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:39:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=821343bb

dev-python/executing: Remove old

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

 dev-python/executing/Manifest   |  1 -
 dev-python/executing/executing-0.9.1.ebuild | 42 -
 2 files changed, 43 deletions(-)

diff --git a/dev-python/executing/Manifest b/dev-python/executing/Manifest
index cbd5786d768e..e19305e0f696 100644
--- a/dev-python/executing/Manifest
+++ b/dev-python/executing/Manifest
@@ -1,3 +1,2 @@
 DIST executing-0.10.0.gh.tar.gz 507523 BLAKE2B 
5ab17adb1d40b83b0cf294aba350faf124a810b4c95e408e9bd2ba80d918154cb41d8b4d4748cd7d897d47e085883a30f431dedd595b00506beb5038e084f473
 SHA512 
f1ee25679cd1f88f273ee68e8e926a6e98b749a50d063ea3aa73f35ac0d7ea65b13364269f01265f164dba1d775a742cd7cf3594558e06efb39fb1157b3b9f5c
-DIST executing-0.9.1.gh.tar.gz 506644 BLAKE2B 
04d7012a348186c44c892d9f442b33042a9e01951c47b1d9a42ca22195dc7fa0b8f17ebf552ca65e9aa038942a6962941aeafee2d15bdcef834d413d5512c910
 SHA512 
98ba2f155324e05ae927d0a97ec6ff54bcfd8d38551dde872f12aedfefc2297003b50d17e6e32e89a909a9b1e70cec9d474db03d6a4f9fb1814ebcca045bb982
 DIST executing-1.0.0.gh.tar.gz 507720 BLAKE2B 
601ddbd4c7dacd6b72317e9f07d8b8566d14b1c805bb7a2768449d51bf75818945f3b61b67dd0402d1d6171bd74165107ef98e835910529d82b8858bd016ac6d
 SHA512 
912cea61ddb2ef12034432d68fa7239daad3c6365dbcbed72f08121b9fdc07e614b5c2233c53f5f7ee3472fca4f690af3db0944a0ed2c83623de8d682cff0a61

diff --git a/dev-python/executing/executing-0.9.1.ebuild 
b/dev-python/executing/executing-0.9.1.ebuild
deleted file mode 100644
index 471d3466d941..
--- a/dev-python/executing/executing-0.9.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2020-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="Get information about what a Python frame is currently doing"
-HOMEPAGE="
-   https://github.com/alexmojaki/executing/
-   https://pypi.org/project/executing/
-"
-SRC_URI="
-   https://github.com/alexmojaki/executing/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-# asttokens is optional runtime dep
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/asttokens[${PYTHON_USEDEP}]
-   dev-python/littleutils[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-python_test() {
-   # this test explodes when collected by pytest
-   "${EPYTHON}" tests/test_main.py || die "Tests failed with ${EPYTHON}"
-   epytest tests/test_pytest.py
-}



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

2022-09-19 Thread Michał Górny
commit: 8cf08a652cdacdd3cfc7402facc3f169e15abcc1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:40:18 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:40:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cf08a65

dev-python/configupdater: Remove old

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

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

diff --git a/dev-python/configupdater/Manifest 
b/dev-python/configupdater/Manifest
index 526a5a05798a..bf6848ce9030 100644
--- a/dev-python/configupdater/Manifest
+++ b/dev-python/configupdater/Manifest
@@ -1,2 +1 @@
 DIST configupdater-3.1.1.gh.tar.gz 138777 BLAKE2B 
9fef5815bc41903a65c2c53c6b9ff3d00d1f4efe65008c725afda8d12694be4d18810cbfc03b291246789d736f1a2933061f2683bfc62e9e1d72e2e4f159d772
 SHA512 
1e499f87d0ac3d75f32aafe532d7c83b4b86fbaa204fcdbaf7a3dcb5262d936fe027ee0b21d169ef69a0590edbe965a872390b14be274fbb1c893f2d4695b92c
-DIST configupdater-3.1.gh.tar.gz 138671 BLAKE2B 
48e349780e11ca26b4b15b44aa298058840cfcea47fc7b2e555f3ca743de1956a15255bfea2c5f96624e02e399bed99ae45f3422ab1660b8ae83087ddf6117e1
 SHA512 
89685a93f3bec907184d818b5adea4f87967df313fe4e4216aeef2c227fdf0b0f98757ec27da7f43adff6e2ee37020dd57b98569d5811c9dc7c3201852b27432

diff --git a/dev-python/configupdater/configupdater-3.1.ebuild 
b/dev-python/configupdater/configupdater-3.1.ebuild
deleted file mode 100644
index bb6d09e8a58f..
--- a/dev-python/configupdater/configupdater-3.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 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="Parser like ConfigParser but for updating configuration files"
-HOMEPAGE="
-   https://github.com/pyscaffold/configupdater/
-   https://pypi.org/project/ConfigUpdater/
-"
-SRC_URI="
-   https://github.com/pyscaffold/configupdater/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT PSF-2 PYTHON"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-src_prepare() {
-   distutils-r1_src_prepare
-   sed -i -e '/--cov/d' setup.cfg || die
-}



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

2022-09-19 Thread Michał Górny
commit: 61a0bb579d6319b85fc6541927386ea9eeb1116c
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:39:01 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:39:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61a0bb57

dev-python/audioread: Remove old

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

 dev-python/audioread/Manifest  |  1 -
 dev-python/audioread/audioread-2.1.9-r1.ebuild | 41 --
 2 files changed, 42 deletions(-)

diff --git a/dev-python/audioread/Manifest b/dev-python/audioread/Manifest
index c4cff31fc50d..e7df7e9c5a8d 100644
--- a/dev-python/audioread/Manifest
+++ b/dev-python/audioread/Manifest
@@ -1,2 +1 @@
-DIST audioread-2.1.9.tar.gz 377500 BLAKE2B 
a90d1d7531c265a8c2b7933ac0bfc00fbdf298546620fef3ccae0204fc1eedcc584bf2fdb79b1bbda81b29d03346abc236cd0234684ba3cc70642f837033ab99
 SHA512 
ad2260b6931cfeebb815d48221366a2a5d8095965ff18e94c5eb0809d9a1b02e650a62ad5e895b7f1e003771fa3babf56f59ce4538aca78b678566fd28327290
 DIST audioread-3.0.0.tar.gz 377038 BLAKE2B 
fc81bb2459b5cb5e028abb7c6c963c9d731cc90f79108a40b5aafc88ff6e3c09d23d7ac166d2360d22015d75ebead6beb72022b1e0e654fe469a75a5ddd9
 SHA512 
c9f1e5206df998ad9d112dd4b75ae41cde01271485eed27f62feed89c5ca36d4bbce7a888498d3c20d85e8b50de6ef263f795eec164c4bd348d83535b66c38ae

diff --git a/dev-python/audioread/audioread-2.1.9-r1.ebuild 
b/dev-python/audioread/audioread-2.1.9-r1.ebuild
deleted file mode 100644
index dc3fcdfea8ba..
--- a/dev-python/audioread/audioread-2.1.9-r1.ebuild
+++ /dev/null
@@ -1,41 +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..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Wrapper for audio file decoding using FFmpeg or GStreamer"
-HOMEPAGE="https://pypi.org/project/audioread/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="ffmpeg gstreamer mad"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-   ffmpeg? ( media-video/ffmpeg )
-   gstreamer? (
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   media-libs/gstreamer:1.0
-   media-plugins/gst-plugins-meta:1.0
-   )
-   mad? ( dev-python/pymad[${PYTHON_USEDEP}] )
-"
-BDEPEND="
-   test? (
-   dev-python/pymad[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   distutils-r1_python_prepare_all
-   sed -e "/'pytest-runner'/d" -i setup.py || die
-}



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

2022-09-19 Thread Michał Górny
commit: c8dadf8e66b2bfdeb42fd0652c83d3892b496328
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:39:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:39:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8dadf8e

dev-python/gssapi: Remove old

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

 dev-python/gssapi/Manifest   |  2 --
 dev-python/gssapi/gssapi-1.7.3-r1.ebuild | 41 ---
 dev-python/gssapi/gssapi-1.8.0.ebuild| 42 
 3 files changed, 85 deletions(-)

diff --git a/dev-python/gssapi/Manifest b/dev-python/gssapi/Manifest
index c0e765458596..1594d3f92a9e 100644
--- a/dev-python/gssapi/Manifest
+++ b/dev-python/gssapi/Manifest
@@ -1,3 +1 @@
-DIST gssapi-1.7.3.gh.tar.gz 3830322 BLAKE2B 
ea3d633b9b88ab5105b5ba67dfd0ec138ac76e121be2ee82c43ca4f2a229c4592f5d417f5b9b0c8d2ce894bdcc35025361431280c4dc8a17782d1ea920390805
 SHA512 
8bb6346ef9dc5cb380bbe5e51931aa3470149d33a3eeef68a758ce0b2ef06785bdca9cb7ae809a8329ab2a05ac802ac3100f9d8e3d7d3034b4bbce1bc87b4268
-DIST gssapi-1.8.0.gh.tar.gz 113341 BLAKE2B 
c9e7890e7a318b055515b991b1d39a5677e591819d010edb45f8ce58541aa03e918d177fab506c37e8f1c54ee54fb145b5aa89bf69e353c1fd6c95a6d880e6d3
 SHA512 
47b3f295134d18240e8b53cacaf060661d024cc10846155318047640e508ffd05daa09240576ccb898ca71df254d0f030562e285d58d9e6c3258f10bb642d6de
 DIST gssapi-1.8.1.gh.tar.gz 114888 BLAKE2B 
c3e56d00c2266e16eca05262d513e62f30cece88aaea8cd6f0d65059777f55bc1d5218990698855dc2069c6c7d8ca93972a033554d114dce608201404f7f46b4
 SHA512 
baea4e5cc123006c77e23f6bf2e30bb755df70761a0e5af711594fad6fdbf1b8747cfce45810aa24336f7f7d2171404e9ec137984cb48c59f5df302711f1b185

diff --git a/dev-python/gssapi/gssapi-1.7.3-r1.ebuild 
b/dev-python/gssapi/gssapi-1.7.3-r1.ebuild
deleted file mode 100644
index e756fde5ea9c..
--- a/dev-python/gssapi/gssapi-1.7.3-r1.ebuild
+++ /dev/null
@@ -1,41 +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..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Low and high level wrappers around the GSSAPI C libraries"
-HOMEPAGE="https://github.com/pythongssapi/python-gssapi 
https://pypi.org/project/gssapi/;
-#SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-# Needed to recythonise for Python 3.11
-SRC_URI="https://github.com/pythongssapi/python-gssapi/releases/download/v${PV}/python-${P}.tar.gz
 -> ${P}.gh.tar.gz"
-S="${WORKDIR}"/python-${P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   dev-python/decorator[${PYTHON_USEDEP}]
-   virtual/krb5
-"
-
-BDEPEND="
-   dev-python/cython[${PYTHON_USEDEP}]
-   virtual/krb5
-   test? (
-   dev-python/k5test[${PYTHON_USEDEP}]
-   dev-python/parameterized[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   cd "${T}" || die
-   epytest --pyargs gssapi
-}

diff --git a/dev-python/gssapi/gssapi-1.8.0.ebuild 
b/dev-python/gssapi/gssapi-1.8.0.ebuild
deleted file mode 100644
index 1c7d320855eb..
--- a/dev-python/gssapi/gssapi-1.8.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..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Low and high level wrappers around the GSSAPI C libraries"
-HOMEPAGE="https://github.com/pythongssapi/python-gssapi 
https://pypi.org/project/gssapi/;
-SRC_URI="
-   
https://github.com/pythongssapi/python-gssapi/releases/download/v${PV}/python-${P}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S="${WORKDIR}"/python-${P}
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-RDEPEND="
-   dev-python/decorator[${PYTHON_USEDEP}]
-   virtual/krb5
-"
-
-BDEPEND="
-   dev-python/cython[${PYTHON_USEDEP}]
-   virtual/krb5
-   test? (
-   dev-python/k5test[${PYTHON_USEDEP}]
-   dev-python/parameterized[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   cd "${T}" || die
-   epytest --pyargs gssapi
-}



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

2022-09-19 Thread Michał Górny
commit: 85eaf6dc2bbeaa47d06afffb74e147ad79c71868
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:41:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:41:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85eaf6dc

dev-python/pyproject-fmt: Remove old

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

 dev-python/pyproject-fmt/Manifest  |  2 --
 .../pyproject-fmt/pyproject-fmt-0.3.3.ebuild   | 38 --
 .../pyproject-fmt/pyproject-fmt-0.3.4.ebuild   | 38 --
 3 files changed, 78 deletions(-)

diff --git a/dev-python/pyproject-fmt/Manifest 
b/dev-python/pyproject-fmt/Manifest
index ebdc6642028d..f99614b1f23e 100644
--- a/dev-python/pyproject-fmt/Manifest
+++ b/dev-python/pyproject-fmt/Manifest
@@ -1,3 +1 @@
-DIST pyproject-fmt-0.3.3.gh.tar.gz 14399 BLAKE2B 
82af6d6c4424f83ed9a5539d64bfd517cf08df4bb14b7f1321a379a4d87d140f1518444b503731344e5fdbb4b94d92ce23605fe2a1cc978d26901eae98a31b8c
 SHA512 
49c4648e140b34a6d2f27cc01be7253693e79687f2ff8dbcae5ca3cc64c14f5945f942ffb42d1d286ff221e5aaed22dc1f9953216f49232ce311c4c18130754e
-DIST pyproject-fmt-0.3.4.gh.tar.gz 14400 BLAKE2B 
3ab116fe4d4f683eb3700ca2cb855744111b806514ef18f56cbe6628bfdb6935b813e852ff6ff64716959f1580e8817f485ddcdec6c463ecf5c8935912316528
 SHA512 
0e3adddfbe8afe3b9da85033ceea7c4e37f59bf48722a5897f6e7f2963cd95ba9eef7309c095f4b3fbd927a6486a058289cc3fa5f90c0108a75686b1b81d13e2
 DIST pyproject-fmt-0.3.5.gh.tar.gz 14718 BLAKE2B 
6ccf58350fd2c4cd0726a3f66513cf9f4558b9e1cc8b9b1e2ea2b94844b9e6ab925ff5f141cbd32d8ea63b43f84a432034af69150fc1fa8ddcbfeab0a139c2d5
 SHA512 
c6b668d860f04a944872867574cfbe0946e7a5425cfa5f5b18e9ef0ce1e007197e7eb9915d76ca54e8963e71eb3fa7aee1f8362a63aa7bf89e06ca95681cdae8

diff --git a/dev-python/pyproject-fmt/pyproject-fmt-0.3.3.ebuild 
b/dev-python/pyproject-fmt/pyproject-fmt-0.3.3.ebuild
deleted file mode 100644
index bf9e0c458bdd..
--- a/dev-python/pyproject-fmt/pyproject-fmt-0.3.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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="Format your pyproject.toml file"
-HOMEPAGE="
-   https://github.com/tox-dev/pyproject-fmt/
-   https://pypi.org/project/pyproject-fmt/
-"
-SRC_URI="
-   https://github.com/tox-dev/pyproject-fmt/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/tomlkit-0.10[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/hatch-vcs[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/pytest-mock-3.7[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}

diff --git a/dev-python/pyproject-fmt/pyproject-fmt-0.3.4.ebuild 
b/dev-python/pyproject-fmt/pyproject-fmt-0.3.4.ebuild
deleted file mode 100644
index f6ca5366cc12..
--- a/dev-python/pyproject-fmt/pyproject-fmt-0.3.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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="Format your pyproject.toml file"
-HOMEPAGE="
-   https://github.com/tox-dev/pyproject-fmt/
-   https://pypi.org/project/pyproject-fmt/
-"
-SRC_URI="
-   https://github.com/tox-dev/pyproject-fmt/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv 
~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/packaging-21.3[${PYTHON_USEDEP}]
-   >=dev-python/tomlkit-0.10[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/hatch-vcs[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/pytest-mock-3.7[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}



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

2022-09-19 Thread Michał Górny
commit: 1105b36c12a12465b56e6eccf1d8cea8bc2c8e68
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:43:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:43:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1105b36c

dev-python/pyproject-fmt: Mark ALLARCHES

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

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

diff --git a/dev-python/pyproject-fmt/metadata.xml 
b/dev-python/pyproject-fmt/metadata.xml
index 2b685521272a..87639cb41cb1 100644
--- a/dev-python/pyproject-fmt/metadata.xml
+++ b/dev-python/pyproject-fmt/metadata.xml
@@ -4,6 +4,7 @@

pyt...@gentoo.org

+   

tox-dev/pyproject-fmt
pyproject-fmt



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

2022-09-19 Thread Michał Górny
commit: 67f1227cc7075fe13634f4fc8e38fcf9e1cd0e44
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:36:13 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:37:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67f1227c

dev-python/mkdocs-material: Remove old

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

 dev-python/mkdocs-material/Manifest|  3 --
 .../mkdocs-material/mkdocs-material-8.3.9.ebuild   | 41 --
 .../mkdocs-material/mkdocs-material-8.4.1.ebuild   | 41 --
 .../mkdocs-material/mkdocs-material-8.4.2.ebuild   | 41 --
 4 files changed, 126 deletions(-)

diff --git a/dev-python/mkdocs-material/Manifest 
b/dev-python/mkdocs-material/Manifest
index 615c96ea8a89..42bb4da61e7a 100644
--- a/dev-python/mkdocs-material/Manifest
+++ b/dev-python/mkdocs-material/Manifest
@@ -1,6 +1,3 @@
-DIST mkdocs-material-8.3.9.gh.tar.gz 8347276 BLAKE2B 
51c953aad234a177d6b74bc8ef5e836ea6ee9f3c9e53b843efe25214069bfd94c3695fbe0dde0d3daec54c030bc35f5c4be668592afda45fa7ba7bbeb63a0475
 SHA512 
e7012a6f7db41b2bc4a43d0463f08fb3f7102ca3d7957ecdb2c88343a96ea774c8f724e498b2254a6bc6464d88681a605e52e4632c56cf0c60c6bf4269ac01a9
 DIST mkdocs-material-8.4.0.gh.tar.gz 8459364 BLAKE2B 
42d0a3fa9a06cd03629dcf10e8052ce56ec87ce9449da26b1d94ab5e520cd34be16f49339237ebaa673bd86a7148e663f5e7bddbfd9ef2f9151a0d62cd0a2c85
 SHA512 
5e1c4c08ca8c6a2d4af2b2ef51c3e136c630a683aaf6c1ce93a4b322127eadf4ba718cde0e2d8814c486658ecdcfbda7179e4478ddbf6ba8a8ca3876acd4b33a
-DIST mkdocs-material-8.4.1.gh.tar.gz 8461800 BLAKE2B 
7272973be76715313e449882a0cde02ba91cb02160c5a71d91690f9c05da404c0039bd19f1a093ef0686ef38710e1da1a283a5997f7658b27dce3cf1d150a7cc
 SHA512 
cd591b97009a3586b68af0885e05a26cc61689461b1b9d9c8e7c324ef2372062c9a9fa4cf83b167eaf2b148bd3adb7aeffa358bff19a70bc9d95c6f8a8cecdd3
-DIST mkdocs-material-8.4.2.gh.tar.gz 8471859 BLAKE2B 
aff2c0a972744a3e87586b448cb95dc3501efac69ce8247983a63dd73adc08e666e72e8595b962cad396435ba6eebf309b20c2dd6610ffa6a8bac8d934a039a0
 SHA512 
2bcaedc66b58c8a4ba476794433b94e3b5fb95c51085b867656ae65d96a9cfeb0b66a59187a53c3208f9ae3c967f2c5a3848dd1ee62c9ff6c1aab90ea65b10e7
 DIST mkdocs-material-8.4.3.gh.tar.gz 624 BLAKE2B 
e7dbe0b3cd2e385db1882b5bdf90efbe7f1d528b38fe0764b5aee78546427bde939054a61f36e7d8769099fe3615c36c13d6d29ebf30e4faff123380a5793eaa
 SHA512 
ea5601d4f846315c71b0eaa0c8309c0d351530bdfcdee4ba7f9734f92314b66613984c41af6b0387e7186e2f915150aa6981e16511af6f7bb67bf94fb33b88e7
 DIST mkdocs-material-8.5.2.gh.tar.gz 10262607 BLAKE2B 
16fe2e9d377cf8361ddcf5bdd1f5b461783ef03a26894abd9cfe8ba3c88e4d89e5ee8da3e566b996ea1595a6600933d4140ca698f3a303e6fc4c2b32e208af1e
 SHA512 
74066b3b85be3dc5f4380ab73a98dd07fc8430a65b6ec9a51f1513fa3f0703f3eff4567344642710bf8e91e8cf9193b552a58f865b86367f397d0c884e1849f8

diff --git a/dev-python/mkdocs-material/mkdocs-material-8.3.9.ebuild 
b/dev-python/mkdocs-material/mkdocs-material-8.3.9.ebuild
deleted file mode 100644
index 65c7c88b4dd1..
--- a/dev-python/mkdocs-material/mkdocs-material-8.3.9.ebuild
+++ /dev/null
@@ -1,41 +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..11} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
-   dev-python/mkdocs-material-extensions
-   dev-python/mkdocs-minify-plugin
-   dev-python/mkdocs-redirects
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="A Material Design theme for MkDocs"
-HOMEPAGE="
-   https://github.com/squidfunk/mkdocs-material/
-   https://pypi.org/project/mkdocs-material/
-"
-SRC_URI="
-   https://github.com/squidfunk/${PN}/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/jinja-2.11.1[${PYTHON_USEDEP}]
-   >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
-   >=dev-python/mkdocs-1.3.0[${PYTHON_USEDEP}]
-   >=dev-python/pygments-2.12[${PYTHON_USEDEP}]
-   >=dev-python/pymdown-extensions-9.4[${PYTHON_USEDEP}]
-"
-
-# mkdocs-material-extensions depends on mkdocs-material creating a circular dep
-PDEPEND=">=dev-python/mkdocs-material-extensions-1.0.3[${PYTHON_USEDEP}]"

diff --git a/dev-python/mkdocs-material/mkdocs-material-8.4.1.ebuild 
b/dev-python/mkdocs-material/mkdocs-material-8.4.1.ebuild
deleted file mode 100644
index 71839dd0e93b..
--- a/dev-python/mkdocs-material/mkdocs-material-8.4.1.ebuild
+++ /dev/null
@@ -1,41 +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..11} )
-
-DOCS_BUILDER="mkdocs"
-DOCS_DEPEND="
-   dev-python/mkdocs-material-extensions
-   dev-python/mkdocs-minify-plugin
-   dev-python/mkdocs-redirects
-"
-
-inherit distutils-r1 docs
-
-DESCRIPTION="A 

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

2022-09-19 Thread Michał Górny
commit: 7b92aeb1fd176dbe0b435607dbe98ec78f91ea03
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:35:42 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:37:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b92aeb1

dev-python/pikepdf: Remove old

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

 dev-python/pikepdf/Manifest|  3 --
 dev-python/pikepdf/pikepdf-5.4.2.ebuild| 61 -
 dev-python/pikepdf/pikepdf-5.6.0.ebuild| 61 -
 dev-python/pikepdf/pikepdf-6.0.0_p2.ebuild | 62 --
 4 files changed, 187 deletions(-)

diff --git a/dev-python/pikepdf/Manifest b/dev-python/pikepdf/Manifest
index ac772624f664..9a64dfa2a5f2 100644
--- a/dev-python/pikepdf/Manifest
+++ b/dev-python/pikepdf/Manifest
@@ -1,6 +1,3 @@
-DIST pikepdf-5.4.2.gh.tar.gz 2901145 BLAKE2B 
d7559901f59e5bd08ef660b88a4e9d50ac1bb64b397bcd56c1ed707ea7c0d9eca61d7ffe9e98361c01f3b71b640a9da1376c130fa5dff3324bbe2d64ce267347
 SHA512 
9afbd565ae82c65f743ffe7dc37509a15b03a1057bbdf4243ebacf4e0d315f9dead31fcd0f8b34023850a4d85aec302c229b1df0f045db4b1a8c171b58732b48
 DIST pikepdf-5.5.0.gh.tar.gz 2901781 BLAKE2B 
8bc04627b781a65965c0679f28c7849d1f4e25008a50ee5965b4a4cb6c3c26f86d478a916228a37039a0fc062257cbf08db01e62ea877de208f7a64772e9
 SHA512 
61e802d52b3bce83ca1d0543a025e5390223bd856e1033a0df8ac63f457dc0b1473cf2c64965d857ceccde472d2d513fb335db6604c184cdcf2231129dfa5e38
-DIST pikepdf-5.6.0.gh.tar.gz 2904572 BLAKE2B 
c248eb44d7b093029dcc0b84be64bb361dab50eaf6ee91dc4a9d95dd645266243d44e2f2f96496d2ea3f2a92e7cbee5ec48a545f8e640e15fae87ff86c1ed973
 SHA512 
dd579c43c4e6186fa07b7e8bbdc8f65afc7b8b4063ae65eab2b0e986d7f2db38a0a71de73efad2a7d691af2d300f85076fc3ea61ed9c6b40265d53b4bdaa6133
 DIST pikepdf-5.6.1.gh.tar.gz 2905150 BLAKE2B 
35c06251debb935b88f13e27f42f80b36275575d7848409bb19fa380be7429b785b8fea36e7d882a49df2e40e6c34fcc3d900b1b362f5ccf600780291f43d1f7
 SHA512 
add8edb16cba2081c479739ec215dc8c96a1896a159febb5bc2f74c2da1e8cf83b12a1302e1ad2ce8ab6fbf01a16104f8efb9c7a764fa1eedbc795dc45a71dfe
-DIST pikepdf-6.0.0_p2.gh.tar.gz 2905192 BLAKE2B 
d17c3a7c414a02f4936a80dd5caa7d7f37ac97f9d57a2cf16a4af8b3bd3fd5dafdead940b85b2213cf7565ee8f45fb4894380ce9412118fb8510185c91d891c6
 SHA512 
efd99c6d50594d074bfb4ef4f10dbd37c88df5e80a94f41782875618596bdb43cb03645ffeedac9c4c1c9df520fade9f96d1e5695bfba6ed30f77653832b9f88
 DIST pikepdf-6.0.1.gh.tar.gz 2905054 BLAKE2B 
8f633b6c359fd912a5ee2af52050e46ddc8b593ed70b8f5730fc6db8244f2ad630b175e6c2391d600e8229820dbd6dfbf52cc19124a6a69fa8e25fbc62a6c6c0
 SHA512 
9b44f94b5354b21036d5e6cd84d8a90b0193f63f0fe8e3e19b59febb4450380ea69a59a62af8ffec185a7ecd0542d3fcce926756c648ddb20552ed0762972193

diff --git a/dev-python/pikepdf/pikepdf-5.4.2.ebuild 
b/dev-python/pikepdf/pikepdf-5.4.2.ebuild
deleted file mode 100644
index 6f8e5d46da2f..
--- a/dev-python/pikepdf/pikepdf-5.4.2.ebuild
+++ /dev/null
@@ -1,61 +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
-
-MY_P=${P/_p/.post}
-DESCRIPTION="Python library to work with pdf files based on qpdf"
-HOMEPAGE="
-   https://github.com/pikepdf/pikepdf/
-   https://pypi.org/project/pikepdf/
-"
-SRC_URI="
-   https://github.com/${PN}/${PN}/archive/v${PV/_p/.post}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="MPL-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-DEPEND="
-   >=app-text/qpdf-10.6.2:0=
-"
-RDEPEND="
-   ${DEPEND}
-   dev-python/deprecation[${PYTHON_USEDEP}]
-   >=dev-python/lxml-4.0[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   >=dev-python/pillow-9[${PYTHON_USEDEP}]
-   >=dev-python/pybind11-2.9.1[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/pybind11-2.9.1[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm-7.0.5[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/tomli[${PYTHON_USEDEP}]
-   ' 3.8 3.9 3.10)
-   test? (
-   >=dev-python/attrs-20.2.0[${PYTHON_USEDEP}]
-   >=dev-python/hypothesis-5[${PYTHON_USEDEP}]
-   >=dev-python/pillow-5.0.0[${PYTHON_USEDEP},jpeg,lcms,tiff]
-   >=dev-python/psutil-5[${PYTHON_USEDEP}]
-   >=dev-python/pytest-6[${PYTHON_USEDEP}]
-   >=dev-python/pytest-timeout-1.4.2[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.8.0[${PYTHON_USEDEP}]
-   >=dev-python/python-xmp-toolkit-2.0.1[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -e '/-n auto/d' -i pyproject.toml || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/pikepdf/pikepdf-5.6.0.ebuild 
b/dev-python/pikepdf/pikepdf-5.6.0.ebuild
deleted file mode 100644
index 

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

2022-09-19 Thread Michał Górny
commit: e0b354d3adc1f9f7d3de5f56eb91a7b0726a190f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:36:34 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:37:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0b354d3

dev-python/hcloud-python: Remove old

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

 dev-python/hcloud-python/Manifest  |  1 -
 .../hcloud-python/hcloud-python-1.17.0.ebuild  | 45 --
 2 files changed, 46 deletions(-)

diff --git a/dev-python/hcloud-python/Manifest 
b/dev-python/hcloud-python/Manifest
index 885b0a11411e..4870731b9df6 100644
--- a/dev-python/hcloud-python/Manifest
+++ b/dev-python/hcloud-python/Manifest
@@ -1,2 +1 @@
-DIST hcloud-python-1.17.0.gh.tar.gz 98069 BLAKE2B 
b8fb2f1c4a3d139225a19599f956a845789872642bc62ec0434f5393e90f5ef64226b6363eeae0b3312084312aac4ddbe77e6e134b0502783e72568f23a71ee5
 SHA512 
829972585b5fe612ee5294c97e6ad4a913229e8d87cec8e00d61480a780682b4eb75e2b9da5962bdb3dfda15b0a81afa74383be874e381a5f8e1a27d7014
 DIST hcloud-python-1.18.0.gh.tar.gz 99047 BLAKE2B 
c32b048653bea1910ed8a82d0e08603a154dc89208c0cf8b9e046078277460fedffe6568c7c3cf56a8408bb0423d38464c4fd57dded4523886560823e3ee65da
 SHA512 
8339b5da4df7f5e1f38fbd7a3f205387bfd7a65a7c4eaa757c4c35056b70c06230fe9b8a597b54bac082af975184bd5ef33a6e2747b60a67cc34d6771435452c

diff --git a/dev-python/hcloud-python/hcloud-python-1.17.0.ebuild 
b/dev-python/hcloud-python/hcloud-python-1.17.0.ebuild
deleted file mode 100644
index c429f98a9034..
--- a/dev-python/hcloud-python/hcloud-python-1.17.0.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Official Hetzner Cloud python library"
-HOMEPAGE="https://github.com/hetznercloud/hcloud-python;
-SRC_URI="
-   https://github.com/hetznercloud/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="doc examples"
-
-RDEPEND="
-   >=dev-python/future-0.17.1[${PYTHON_USEDEP}]
-   >=dev-python/python-dateutil-2.7.5[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.20[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs \
-   dev-python/sphinx_rtd_theme
-distutils_enable_tests pytest
-
-python_install_all() {
-   use examples && dodoc -r examples
-   distutils-r1_python_install_all
-}
-
-python_test() {
-   # Integration tests need docker:
-   # 
https://github.com/hetznercloud/hcloud-python/blob/master/.travis.yml#L16
-   epytest --ignore tests/integration
-}



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

2022-09-19 Thread Michał Górny
commit: d37e2b77fac5ea8b7b2ddca4ca0ab1266c31e9ad
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:36:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:37:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37e2b77

dev-python/google-auth: Remove old

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

 dev-python/google-auth/Manifest  |  1 -
 dev-python/google-auth/google-auth-2.10.0.ebuild | 58 
 2 files changed, 59 deletions(-)

diff --git a/dev-python/google-auth/Manifest b/dev-python/google-auth/Manifest
index fa703c2a6c23..9e61492a6b08 100644
--- a/dev-python/google-auth/Manifest
+++ b/dev-python/google-auth/Manifest
@@ -1,2 +1 @@
-DIST google-auth-2.10.0.tar.gz 205591 BLAKE2B 
e5b6ea1a65afc42318dc26ed5fa18de19232ca85e6da5be47c45b41861595f763b42bfdd92aaa63d20bbbf76fc1447dbeb7d88424ae5f82ce23ea9f875d04700
 SHA512 
91cf5391606b896691a9ae1489391bb0545c461172439c3011fc56c575f4a67341eb25a41faec437cb82fc0a2835adc95006327e3460591137238721a6eddd50
 DIST google-auth-2.11.0.tar.gz 205568 BLAKE2B 
76f43804c117006141e46291eaa35b49e73f4eec81307b7c3c6fdf82faf1a1f3101ef1a652c5dff05ca6686ded0859c6a3bee8d38cd584fd5cacef9598aae9b1
 SHA512 
0b2c8653184d95b1f0981326721a8604bee6737e2e4fb68c12d695c74e03406e6d189b00740c34ee74d6ae4032581bd099018f8eaf1d65759e4c5fa4127305cf

diff --git a/dev-python/google-auth/google-auth-2.10.0.ebuild 
b/dev-python/google-auth/google-auth-2.10.0.ebuild
deleted file mode 100644
index 37c2ffef06a9..
--- a/dev-python/google-auth/google-auth-2.10.0.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
-
-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/google-api-python-client/

2022-09-19 Thread Michał Górny
commit: dc873d8416717103af53028862bc008f2b8e4be1
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:37:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:37:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc873d84

dev-python/google-api-python-client: Remove old

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

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

diff --git a/dev-python/google-api-python-client/Manifest 
b/dev-python/google-api-python-client/Manifest
index 63ceb581c205..aa7ed30661a6 100644
--- a/dev-python/google-api-python-client/Manifest
+++ b/dev-python/google-api-python-client/Manifest
@@ -1,4 +1,3 @@
-DIST google-api-python-client-2.56.0.gh.tar.gz 33165501 BLAKE2B 
5b4d72404f15c211cb01ca5291a74c83e9551b28c2e9e268462d481a3b05f557998fba8ed14c1233a023f60813be5b702f88371d47499a18cef152a52577f2ce
 SHA512 
3ea968d11eda34d7807469c1651e8685ae695faed2772acbb23964468fa0cf9036fe468f427cd3f5bccd7c69746729858838446cbd320f0db7edff4add554d81
 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

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.56.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.56.0.ebuild
deleted file mode 100644
index 1c528a1a0c2d..
--- a/dev-python/google-api-python-client/google-api-python-client-2.56.0.ebuild
+++ /dev/null
@@ -1,53 +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="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/libtmux/

2022-09-19 Thread Michał Górny
commit: 4df140ee71e3c5d04bf66faa437307222e712f65
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:36:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:37:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df140ee

dev-python/libtmux: Remove old

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

 dev-python/libtmux/Manifest  |  1 -
 dev-python/libtmux/libtmux-0.14.0.ebuild | 48 
 2 files changed, 49 deletions(-)

diff --git a/dev-python/libtmux/Manifest b/dev-python/libtmux/Manifest
index 99541e5a6c30..74da2767fb07 100644
--- a/dev-python/libtmux/Manifest
+++ b/dev-python/libtmux/Manifest
@@ -1,2 +1 @@
-DIST libtmux-0.14.0.gh.tar.gz 241472 BLAKE2B 
910005f944eefc8e7a92e476fb5d6c1693b1d1a6a82a27445487b9d16037610d6bd79301dea3c14a3be297ff8c774ba9e80f2036b6cf6259822c31ff673eaacf
 SHA512 
726df5781a6c1a80f31035c6dda6e423e30c49d7d6e9865cfb1a96dc36cc4a4f22f1330a87d3d1fa2f513ac34a7e1c4a51c9bd3dc1d2be79c67767061b76
 DIST libtmux-0.14.2.gh.tar.gz 234682 BLAKE2B 
e93b0a280c3cfdfab4c9a313d251d15665c530813f00aa78151efe62a6a566f2d8986afed015de4a8be80b48f31ac197e98d3efa592eb8895e8d9626ff34ef72
 SHA512 
1565529ecf555dac8f896146e2d802c0e5460458ea1da6ba5496d5d2c394f56cc8c5f7650c5d4aebd1750659bbdc529e439e60dff6a0ccef8806bb65305d2421

diff --git a/dev-python/libtmux/libtmux-0.14.0.ebuild 
b/dev-python/libtmux/libtmux-0.14.0.ebuild
deleted file mode 100644
index 11a0390b8004..
--- a/dev-python/libtmux/libtmux-0.14.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-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} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="python api for tmux"
-HOMEPAGE="https://libtmux.git-pull.com/;
-SRC_URI="
-   https://github.com/tmux-python/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
-
-RDEPEND="
-   >=app-misc/tmux-3.0a
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-rerunfailures[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/twine[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   libtmux/pane.py::libtmux.pane.Pane.send_keys
-)
-
-python_prepare_all() {
-   local issues="https://github.com/tmux-python/libtmux/issues/;
-   sed -r -i "s|:issue:\`([[:digit:]]+)\`|\`issue \1 ${issues}\1\`|" 
CHANGES || die
-   rm requirements/doc.txt || die
-
-   # increase timeouts for tests
-   sed -e 's/0.01/0.1/' -i tests/test_test.py || die
-
-   distutils-r1_python_prepare_all
-}



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

2022-09-19 Thread Michał Górny
commit: edf82e986598c3fc92707c61235d3ff335387963
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:32:02 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:37:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=edf82e98

dev-python/versioneer: Remove old

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

 dev-python/versioneer/Manifest   |  3 --
 dev-python/versioneer/versioneer-0.22.ebuild | 36 --
 dev-python/versioneer/versioneer-0.24.ebuild | 46 
 dev-python/versioneer/versioneer-0.25.ebuild | 46 
 4 files changed, 131 deletions(-)

diff --git a/dev-python/versioneer/Manifest b/dev-python/versioneer/Manifest
index 58b2cc9b051c..0836cda15e8f 100644
--- a/dev-python/versioneer/Manifest
+++ b/dev-python/versioneer/Manifest
@@ -1,5 +1,2 @@
-DIST python-versioneer-0.24.gh.tar.gz 68202 BLAKE2B 
9a946ca2d99c614635431bdac8b87ca7a0c9d60f7161e615f69aa664b0191e33e6c8823efa0f436f8f1897318698497b5fc7db6135beac37bfdfa78cc37d343e
 SHA512 
e8b99ca83675744ef2b4e342621ccf276c5319d7fc603c02c983aff88b57fb62dba192aaf9c6b53af5e0771690d0592b86b8772fc1e628944fe3a9479018e2be
-DIST python-versioneer-0.25.gh.tar.gz 74923 BLAKE2B 
8f8ce626bab5a475c2fc16a703e7e145005424e76f60adae044bf2bb59554ef74805cca12882db7e7f51830bc09b3add66f932cad6861b05f0fc78a27f94318d
 SHA512 
0ee0ce63862507fbaa31cc2581333030d61d179248de2957ac73df712ba1d2c9e3cad203f83450f0c5520070c0bfc78c3f40c657f0c4a9106591a8217c6ea795
 DIST python-versioneer-0.26.gh.tar.gz 75408 BLAKE2B 
492538de63d0394f622e5d344955024559b66dea71909cabb366aa7df5cf8b43d3599af6693df3d8cb98c96df314f6cafa12bd237dc6f44be42370fe9cf0224f
 SHA512 
7729cb94d30d3a666ac7e24f9c98880e801d54f986f9bd442695bc71e01ffc06ac53c952e67ab9a5db5d1cefe2a2dc37cd34e84cd5810e7873ae96a7afb65ad0
-DIST versioneer-0.22.tar.gz 50847 BLAKE2B 
3508ac89e65df7a936168fefc1a557191d9362ba69fc9b79eea495cb340c9e314ba5fbac28041bc502aee3adff555e56b43e4ff7fb0d682e96fc3e2ad6bddbad
 SHA512 
f02d50a47c1990275ebf9e720bdb7f13e5fbfc344b361197ecb7602e5ff02e438e43983b4e1cbfde5aa6fa4328a1ffdac60009d6925cf027e484b0ce12587484
 DIST versioneer-0.23.tar.gz 52097 BLAKE2B 
05762e7033e023760c118f060ad869a64e6d2b052e0a3150661364802ecad161169bd756a80284b506bb05ffa64019a6ecd56c215ae2cd1a18648e900f806d18
 SHA512 
c01f1eb1fca1c4ff55169742fd016796556b2178c21eb9d89b9fd83faf90c0bd3bfb0fe178c6078a776a7d2ccd61443d1c645d5f371b062fe06df970f1d3b323

diff --git a/dev-python/versioneer/versioneer-0.22.ebuild 
b/dev-python/versioneer/versioneer-0.22.ebuild
deleted file mode 100644
index d79ea33ab270..
--- a/dev-python/versioneer/versioneer-0.22.ebuild
+++ /dev/null
@@ -1,36 +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..11} )
-inherit distutils-r1
-
-DESCRIPTION="Easy VCS-based management of project version strings"
-HOMEPAGE="
-   https://pypi.org/project/versioneer/
-   https://github.com/python-versioneer/python-versioneer/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="public-domain"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-vcs/git
-   )
-"
-
-python_test() {
-   esetup.py make_versioneer
-
-   git config --global user.email "y...@example.com" || die
-   git config --global user.name "Your Name" || die
-
-   "${EPYTHON}" test/git/test_git.py -v || die
-}

diff --git a/dev-python/versioneer/versioneer-0.24.ebuild 
b/dev-python/versioneer/versioneer-0.24.ebuild
deleted file mode 100644
index 7cbfa9f48b41..
--- a/dev-python/versioneer/versioneer-0.24.ebuild
+++ /dev/null
@@ -1,46 +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..11} )
-
-inherit distutils-r1
-
-MY_P=python-versioneer-${PV}
-DESCRIPTION="Easy VCS-based management of project version strings"
-HOMEPAGE="
-   https://pypi.org/project/versioneer/
-   https://github.com/python-versioneer/python-versioneer/
-"
-SRC_URI="
-   
https://github.com/python-versioneer/python-versioneer/archive/${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-SLOT="0"
-LICENSE="Unlicense"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/build[${PYTHON_USEDEP}]
-   dev-python/packaging[${PYTHON_USEDEP}]
-   dev-vcs/git
-   !!dev-python/nose[${PYTHON_USEDEP}]
-   

[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-datetime-plugin/

2022-09-19 Thread Michał Górny
commit: 2107ee5773f722139e5aca37ebf6bf19843e4dc3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:26:26 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:37:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2107ee57

xfce-extra/xfce4-datetime-plugin: Bump to 0.8.2

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

 xfce-extra/xfce4-datetime-plugin/Manifest  |  1 +
 .../xfce4-datetime-plugin-0.8.2.ebuild | 33 ++
 2 files changed, 34 insertions(+)

diff --git a/xfce-extra/xfce4-datetime-plugin/Manifest 
b/xfce-extra/xfce4-datetime-plugin/Manifest
index 8d83c5e4f06f..ebde3251fc53 100644
--- a/xfce-extra/xfce4-datetime-plugin/Manifest
+++ b/xfce-extra/xfce4-datetime-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-datetime-plugin-0.8.1.tar.bz2 330734 BLAKE2B 
606802f4bf23960f8829be7c83e2a17666bfa94f6ab7821713591542d476463c72b6832012d2a865cf408d606b7ebe54080e02246f070cf45bed6474b75c6051
 SHA512 
2671b3732e9bfca68543ababa69dd16d988ba0acf0f0c8d2eba539143f8764f561053c69de3f89441e32c3098d135ee0cdf630aed5a4db16316455bdfc98120a
+DIST xfce4-datetime-plugin-0.8.2.tar.bz2 328440 BLAKE2B 
b3314b5250edd63749fa7f4e54ae9b2c2ad1d05d56e31556950560164c0e2042f4ef2ca842c1f712bb6184a4db50cacadf766734ea16b7aac88aaecbf96c95a6
 SHA512 
3457b503c6fc72b2a1ffb7a26bf71776362087fcb3a33c6050d169843591855420c60399869131013653a6acac5b18f5926fc51690b49ebad01c4d078b2bca97

diff --git 
a/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.8.2.ebuild 
b/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.8.2.ebuild
new file mode 100644
index ..6504a5fa350b
--- /dev/null
+++ b/xfce-extra/xfce4-datetime-plugin/xfce4-datetime-plugin-0.8.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A panel plug-in with date, time and embedded calendar"
+HOMEPAGE="
+   https://goodies.xfce.org/projects/panel-plugins/xfce4-datetime-plugin
+   https://gitlab.xfce.org/panel-plugins/xfce4-datetime-plugin/
+"
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+
+DEPEND="
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/xfce4-panel-4.12:=
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2022-09-19 Thread Michał Górny
commit: cea44a83262a276eb231ea81f1c48b9613cba5b9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:35:00 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:37:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea44a83

dev-python/cwcwidth: Remove old

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

 dev-python/cwcwidth/Manifest |  1 -
 dev-python/cwcwidth/cwcwidth-0.1.6-r1.ebuild | 29 
 2 files changed, 30 deletions(-)

diff --git a/dev-python/cwcwidth/Manifest b/dev-python/cwcwidth/Manifest
index 8420e0c49562..078f6faa064b 100644
--- a/dev-python/cwcwidth/Manifest
+++ b/dev-python/cwcwidth/Manifest
@@ -1,2 +1 @@
-DIST cwcwidth-0.1.6.gh.tar.gz 11563 BLAKE2B 
014c1ae377005c704620fda7063e9891c014bb3f3f22160baf55cbef6e07084302a34ccea6bce2ca0f06d193ed3782006e308930a19c9a3c02bf181070eb5654
 SHA512 
0516fd49d625cd4bec26c27fd2fbbde55ca13a92bee3712018627a5c7f7a0c04aa06842ecce4c99d468f262a829f4ec5ff20bbc66232ad0fc037a7ade5845622
 DIST cwcwidth-0.1.7.gh.tar.gz 11282 BLAKE2B 
20be2d54aceabc02a12fadc0cdee6e53037480fcc01be3b08b0ec69ccd515cdbe91a9024ea29e6dbd0d4c927ae0a32dd7debcc07815a9f2053a9ef6a5d5a0d7b
 SHA512 
b81b1ccdce44e8e11d55258752a20e25a76452b3f0324e6168d89a5dfce706e0dd9dd28096234fcea4c38f619a41518dd7fe249552f7e27f77d383074001e468

diff --git a/dev-python/cwcwidth/cwcwidth-0.1.6-r1.ebuild 
b/dev-python/cwcwidth/cwcwidth-0.1.6-r1.ebuild
deleted file mode 100644
index c9ab823077da..
--- a/dev-python/cwcwidth/cwcwidth-0.1.6-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# 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..11} )
-inherit distutils-r1
-
-DESCRIPTION="Python bindings for wc(s)width"
-HOMEPAGE="
-   https://github.com/sebastinas/cwcwidth/
-   https://pypi.org/project/cwcwidth/;
-SRC_URI="
-   https://github.com/sebastinas/cwcwidth/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
-
-distutils_enable_tests unittest
-
-src_test() {
-   cd tests || die
-   distutils-r1_src_test
-}



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

2022-09-19 Thread Michał Górny
commit: 49c80866dd2669bc39cb5a701399a014933c6f38
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:31:10 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:37:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49c80866

dev-python/widgetsnbextension: Remove old

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

 dev-python/widgetsnbextension/Manifest |  1 -
 .../widgetsnbextension-3.6.1.ebuild| 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/widgetsnbextension/Manifest 
b/dev-python/widgetsnbextension/Manifest
index c9c8a2770c32..0210036ab4a3 100644
--- a/dev-python/widgetsnbextension/Manifest
+++ b/dev-python/widgetsnbextension/Manifest
@@ -1,3 +1,2 @@
-DIST widgetsnbextension-3.6.1.tar.gz 802619 BLAKE2B 
8b1d829137d418d35386d64b71050627ab8639ecae76fa0dbda46925ed495405f234f16b29213d3520e20f8021f139064e1e844c2a63004ab2bd0f3830af2a80
 SHA512 
0c7a723648299b2839d04b85bec0909f780f32a1181940b8b6ee985b0703732cd6ee57f904ebcbb678c069bd4fb2c27f94a554ffca91890176a7147ab7fd8faf
 DIST widgetsnbextension-4.0.2.tar.gz 1021825 BLAKE2B 
3fd4ccbb05346723fb039e3eb3d42c6a131f519eca641efc2ea02df9666fd511b380a5b8cc599297ce6d3ffc5eb1fdb3bb1b132d816b9ffd0da1022e5749c0c7
 SHA512 
5cdcf428ff897ceffd57293810213423e941665e578e770bccf7b4c8703b5adfacece9cdcd2f3cec4f5cea433b289c4015bfa824c7702315566f6c0aca719f04
 DIST widgetsnbextension-4.0.3.tar.gz 1021892 BLAKE2B 
739408b0e473d41bed6afd9867c3dc7b2b2202f3c26e1062f8f9b3bd7a76102cf28cd0a6b71d3ba2f9b285e0e7f5be0b0289c1ea133c644589892474b0b31bb2
 SHA512 
9cf55cccf32e2330bb0825c877479d9e93dd828d6d248fa11b1f44c73a16b2dd1cdb6817f55413ff6463003bc65f0f54a0b354ca653fbd9eab4fa9d32f76

diff --git a/dev-python/widgetsnbextension/widgetsnbextension-3.6.1.ebuild 
b/dev-python/widgetsnbextension/widgetsnbextension-3.6.1.ebuild
deleted file mode 100644
index 912563da1289..
--- a/dev-python/widgetsnbextension/widgetsnbextension-3.6.1.ebuild
+++ /dev/null
@@ -1,26 +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="threads(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="IPython HTML widgets for Jupyter"
-HOMEPAGE="
-   https://ipython.org/
-   https://pypi.org/project/widgetsnbextension/
-"
-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 
~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND="
-   dev-python/notebook[${PYTHON_USEDEP}]
-"



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-places-plugin/

2022-09-19 Thread Michał Górny
commit: c9f1d7720569daa926be7569016aa58fe64fc412
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 20 05:29:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 20 05:37:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9f1d772

xfce-extra/xfce4-places-plugin: Bump to 1.8.2

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

 xfce-extra/xfce4-places-plugin/Manifest|  1 +
 .../xfce4-places-plugin-1.8.2.ebuild   | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/xfce-extra/xfce4-places-plugin/Manifest 
b/xfce-extra/xfce4-places-plugin/Manifest
index 480b7f3c106d..25ac35fe179a 100644
--- a/xfce-extra/xfce4-places-plugin/Manifest
+++ b/xfce-extra/xfce4-places-plugin/Manifest
@@ -1 +1,2 @@
 DIST xfce4-places-plugin-1.8.1.tar.bz2 380906 BLAKE2B 
3b5c82fe3fb9fbcc0b9aa79df62da06025f5dd154d4323787d52cbf659351dcc808a4c6e8d4148332eb31a8d292b51d58dba6c81fdf49443b94928a1e82f66f0
 SHA512 
c0db29050df6ff2862a6ebc6f89d92e39f0c0511f9e719a979b5132935655078a5f5418b8b87bee2fbccaa37f5489d503dc1ae329eb7fd88970dc55b31db3324
+DIST xfce4-places-plugin-1.8.2.tar.bz2 388168 BLAKE2B 
4ffd6fddae71c40c82dd86427c742865a237d48650480db9b817e04f35d6b142896f51f63772f9ab3ca15f1fdccee492d442ee78a1033394154e561075ee66ac
 SHA512 
ad298407183ea499bd4a7c923e80141886c7ca809f4af4184074a1c98e73c72fbf610e06bccdffe3c1bacce39d945dc094d0ea9a82ca67ff7f8b79c8d9c5c53d

diff --git a/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.8.2.ebuild 
b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.8.2.ebuild
new file mode 100644
index ..6dbca3313e8d
--- /dev/null
+++ b/xfce-extra/xfce4-places-plugin/xfce4-places-plugin-1.8.2.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A panel plug-in to provide quick access to files, folders and 
removable media"
+HOMEPAGE="
+   https://goodies.xfce.org/projects/panel-plugins/xfce4-places-plugin
+   https://gitlab.xfce.org/panel-plugins/xfce4-places-plugin/
+"
+SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+IUSE="libnotify"
+
+DEPEND="
+   >=dev-libs/glib-2.50:2
+   >=x11-libs/gtk+-3.22:3
+   x11-libs/libX11:=
+   >=xfce-base/exo-0.6:=
+   >=xfce-base/libxfce4ui-4.13:=
+   >=xfce-base/libxfce4util-4.12:=
+   >=xfce-base/xfce4-panel-4.12:=
+   >=xfce-base/xfconf-4.12:=
+   libnotify? ( >=x11-libs/libnotify-0.7:= )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable libnotify notifications)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}



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

2022-09-19 Thread Joonas Niilola
commit: f9eeb35aeef0fd18d9c92de27481fc370009d985
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Sep 20 05:27:10 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Sep 20 05:27:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9eeb35a

www-client/firefox-bin: add 105.0, drop 104.0.2

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

 www-client/firefox-bin/Manifest| 196 ++---
 ...bin-104.0.2.ebuild => firefox-bin-105.0.ebuild} |   0
 2 files changed, 98 insertions(+), 98 deletions(-)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index 50ac3092d3e5..48ced6a3ce87 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -94,102 +94,102 @@ DIST firefox-102.3.0esr-vi.xpi 586368 BLAKE2B 
3ec464d87002e196970b04792767e539c9
 DIST firefox-102.3.0esr-xh.xpi 427184 BLAKE2B 
85d46e7f2d1220e13ce660677603cb9ba90e2244c6140cb02ed3a93745479268c4b72a04d02ee184b88519b69b2c5784526625f3e478f41040a0722bf8ef
 SHA512 
a8ebe8abaed1019b5b8cdf567f1bd8eb41f34b75609e99e7abf53c92884c49a886d5c481245b4411ecf735acf2e611f872464d47a040ec7e6a6f19eafd23f51d
 DIST firefox-102.3.0esr-zh-CN.xpi 589094 BLAKE2B 
d496632b1f029535012ad3b43e93534b206651701a83e32750f03f3d7c2b2b22c6165aa0748fcee89c1b97a535e521ee4e8c20ea51fb6633892a0e851b8adaee
 SHA512 
b328345dba6f6d02561fd63dad909b1c071af652d36c198fb746fd7907b6ca7d048899a4ef42477ccfbe5c2345be3afd4bbed1fa75f04f6c6714f0831e1b
 DIST firefox-102.3.0esr-zh-TW.xpi 590469 BLAKE2B 
71323bfe2c05d01e38ad6629291a83f82eb2b5486a133d0836e5982d6ca8e2fda0ec11e66d874dfefff31b6b42237324b80146ac643b78d557102a8b693f6847
 SHA512 
3038339af3b2c01824c17bdcdfbe64354c63e4bc55b6bd463297c1f875c49980a747c5447f9f468ff567d6bb2b883b2cec91a1d716fed3245aa1a1bd840412fc
-DIST firefox-104.0.2-ach.xpi 458326 BLAKE2B 
eba568e83dd1103b5e6ec2a955aca8c866526ea276f9da0279932c8ab531d3ac0ceb53bafd5ee93dbc2762c1b4a6baca31fa85f6328e6f8c8ec9419e4e9faeaf
 SHA512 
4f28bceea0d5e74a777b77a460399bbc90012c3010ba3f663c0ebc122f8e8eb659518f9a696d547380e0210a4d47f8dce86f162c5174697537fb5ae9acc90ac0
-DIST firefox-104.0.2-af.xpi 423660 BLAKE2B 
01af740806fc537f59476a761c468b9a388c9075c22f8aed4dc26362ccd9a276b5452c7294cf11776e4f16f5a584c8db9f0803647243bf237bc8dd5e5d93de6b
 SHA512 
e57bad8e8f4292d0d4334cb3821ee99e1391b26dcf1f1fe3ec94a5e4a36240c74e0cbd6d7aba0b851d77858bfba7b9aab3e91c72aec6cc5a83a54a848feef4f5
-DIST firefox-104.0.2-an.xpi 502550 BLAKE2B 
8388698af62217b8eb15f4f020702543556d5995b2e8ae3c70bfc83b1a4c54974fe13eca0ffac1eacb81c38bd02bfd44f1cf84bd5b46a2c84ab3326b25c37ec7
 SHA512 
08c2157844b28e5f4736744d163220d72daace953679a63e99d44cbcf0b186eb19ba7d30eab9e157852584fe98044926f2787e4a60134d3f4f1d5bc4a250a8d5
-DIST firefox-104.0.2-ar.xpi 565459 BLAKE2B 
a24c5d9771b06db7b83275e7303757dfec585817ad3f46cf8fd43c0aa3c523ccb1f9aad56a1e3b334bd8ef05d1768cdf8d4f75ec73071fa55436b63be78e8507
 SHA512 
5245d86cead3a00cd616db52e2ae45362e943ecff727962407789465b231e44f40462073ba7d9bdc87345fc135e2ef126b535e965f252f1f0df90502cfd7be27
-DIST firefox-104.0.2-ast.xpi 498361 BLAKE2B 
ffda33cb72504a9f21fdea8fe5a2656e6d43eecb8bc3c6c9ed39fea4702a8c7b7909027de23dc02ffeb124f1d178f161e19e2ac4a0615d6a8f4b6f5eadb98f79
 SHA512 
732993329e1368951935b61aeedb7796d453fa43824d010c31fbcb10c9c1f31064b3caadfe3ef6ebe37f84674eba79152aab29910cac95cf71b146ce22dcf5c7
-DIST firefox-104.0.2-az.xpi 489605 BLAKE2B 
c11b22540a8450e45f2d0c423f5a359428e47139451a1a4ec9519e145a29caedddcfa4d226951167cf9c7ad205df045c4b14bceaa1b9ffa31b6aaa53d8c42de3
 SHA512 
6e823109df3d34a16fb6fb60588d89651946fad16aa2cbb1fdfb071757d20dc75a024b82dd1318770815ae581749862a2e700df4b3c50e3271e40cc71f81be9b
-DIST firefox-104.0.2-be.xpi 637262 BLAKE2B 
ef30f08cab2bd8bebe19f66a996b9a39d3467f93c423010b4388f9894352b933b1683fb7b04cdf37b44a8ae869e57fb1f33f56084182ec0b69b27bd2410e01bf
 SHA512 
4ba3be25706e72d9b263f233e3bd4fad6873b0f391cf35f32f407b55df9affdb4a5e5c1fc68e8ae416127074d397f03ac4b5320860b93e20927b77fb88cf97c4
-DIST firefox-104.0.2-bg.xpi 581967 BLAKE2B 
8ca3bb0173ac93dc9cb83fea951dbbda423daf39cd5b68e5bd9a9a36d965df24307f5315a5fa18ba0d0e05dbccda6ee13422e7fd42e18231e90f6b142e88
 SHA512 
245fef211927dd71c8df1496b0f332c7a0b4fdb2205475f29321c153908a76b6761f2d36628b53fe8ff4e1522ad469477b75e8c95cba4040f44b71acaa1e0470
-DIST firefox-104.0.2-bn.xpi 580175 BLAKE2B 
a467e3f1e7d941599ab1d811228b3901797cbbbf87ee543e245ead92b5794c54db57ca126f7875239c2cdc5e72af2c0ba92cef2b96ac81ae4f96580e08a5b1a2
 SHA512 
2e0d0a8248ee33499f6c85a9c9b1d3fee77286ed6d2be2eb53449e85a4e6b89eec6e50c0e69462a8ea1371addf572a2436e52218e321b72344b197548090ed68
-DIST firefox-104.0.2-br.xpi 535106 BLAKE2B 
6d7905c37b5a95f04f811aeb7f7aed270ae788ad58742d7afc684bcc48538ec4578ce66220c5c4486f8af86ae3764dcb605ab10ea276fa5e4c6608f494546ceb
 SHA512 
ceb5c77cfaea5643440f28151adf46655f8006e18ccbe8ded35bdd7b0106b1dcb8ae1304d272c416f5fe44bf0418b993ae22e2a16fc4c56267ff96583786156e
-DIST firefox-104.0.2-bs.xpi 466916 BLAKE2B 

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

2022-09-19 Thread Joonas Niilola
commit: 6b2e6c37845bb051558b09afc141827d8c15c12c
Author: Joonas Niilola  gentoo  org>
AuthorDate: Tue Sep 20 05:24:55 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Sep 20 05:24:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b2e6c37

www-client/firefox-bin: add 102.3.0, drop 102.2.0

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

 www-client/firefox-bin/Manifest| 196 ++---
 ...n-102.2.0.ebuild => firefox-bin-102.3.0.ebuild} |   0
 2 files changed, 98 insertions(+), 98 deletions(-)

diff --git a/www-client/firefox-bin/Manifest b/www-client/firefox-bin/Manifest
index a4dbcee92995..50ac3092d3e5 100644
--- a/www-client/firefox-bin/Manifest
+++ b/www-client/firefox-bin/Manifest
@@ -1,99 +1,99 @@
-DIST firefox-102.2.0esr-ach.xpi 443117 BLAKE2B 
2f51f80dcf1c375a8aa17bf3548c1dcbde77e8c5e2ddbd9cfa6442df190f4b82afd3dbb51671169563279f43906bdd637c3d84716bb624daa4224751c96f0574
 SHA512 
7845c5ff08d5393c84977fc53998b3fa85f33375eab75d5fe58a83b7baaa4e437908bbb87b26c25015b8a4f924edf8b03b8e2fc9977d60ae2ca98c813e2a8eac
-DIST firefox-102.2.0esr-af.xpi 408454 BLAKE2B 
10b406e9525dd2a8c95d2f54ee6b99f42821e74224ad95a72e41977bd57a40077b82887d7cb45718616ab92c34f921626bbf178d76c0c372d9132d31234bba74
 SHA512 
45cb00b40353169e8dea93f812bbe012698a2ef99cc9ba80e5f192ea0848e34bef4f511ed409d7a0c94a456a7315e0ea3a39877029bb05dd1c2e5b5fc536c60e
-DIST firefox-102.2.0esr-an.xpi 486996 BLAKE2B 
e5c5fe85ccfb4f587af54a3e6edb3704daf3a85032294e81b6c783670b4780e675ff5fbf8803de69a66f74935b60e6739439585b9149d9e8bea8684208ec9d3d
 SHA512 
aae8ee12e5e3246918233ba2e08c48725e4d7d6fe6c2d8e3def23f34d0426211d7a8c144c8b936d3713456e3f510e4a0487922e7527df55d8ca1155cc978
-DIST firefox-102.2.0esr-ar.xpi 550925 BLAKE2B 
b8d307b2f5cf6a507f23f780bd084c151b9b51fcfa31e2157afa543bc5af33d190345e59a03fd33ba1756fa3b7ce286541881685429ad25474e18299fa7aa901
 SHA512 
4d21f00d42e37953982199fda14d24e608b14e26cedf08331f7d0d07f3b3e872e5490b79067d63ec23b795a13caf2e5cfe55dd30c9b2b1f2ce8917b59374f0d9
-DIST firefox-102.2.0esr-ast.xpi 483312 BLAKE2B 
8eb1a459f7527c9c7d1450c684711a0ba948a1bd5b141e6441ddfa663ed471aa74ce8604523be28ca80cc72fd68af61009c4e05dd0914fe918a29898e36c0adf
 SHA512 
d36ead76b77dbe37d886e66774a53c04411cb237441ecbcada40c4c08e1ca0303766f7eee1c0b63e15ef3cec63ecbf330c914ec90b895a2a8a059947c5758d6a
-DIST firefox-102.2.0esr-az.xpi 474708 BLAKE2B 
4892da38653ce4c6fa02239dbe717e5def960e7c31ae1def8e1b4e50b5dea9ec20e200871bcba88d9735920ee0f3c70cd3c68021165d62b7a88a841e388d9f7e
 SHA512 
18f471be51f02abec75c7b67b16cd0493ad0afe36f6176c57ab002b073435d2fff072880ef44535a3f3f42449ccc3bf160b09f711d167d4a7befc9c5987f676c
-DIST firefox-102.2.0esr-be.xpi 613482 BLAKE2B 
8c82c4e655494feb47954f4fb7da0cc592fa6bd39f8a14f02ae2b2331d9c9b69c239ab25c7f94c6031871c6a0a7aa8db08160b6166e7200de84e989dde523234
 SHA512 
53f98f38405e3dbcdc93c7cb616b1272451cc1d588604fe5e0a888e7aa5c8273146de556a3662fb50b516ff15efd85f18c42ec10e85f0b68c0a0fc040b1a7685
-DIST firefox-102.2.0esr-bg.xpi 563645 BLAKE2B 
92195668a613a78fe52a30e1a811d1516f1b163e3ece5565d4fced760fbe1a5e93b736d9506e46727ac2c2df2730c6831e61720e3d9623a1049fed6b1be47358
 SHA512 
2998c95d8497f999dd958564a596172d9b223f29a764b04d82d7336f7ad6626ae217e1c9f3c152472347823cd4e718d4837fc96c5b536f9f2f1056ae1123713c
-DIST firefox-102.2.0esr-bn.xpi 565253 BLAKE2B 
2d82b636c83a60b7a21dd78de4a049b0d3f7005840047c3cc45eab9930efc4010fa433a9569ba60b001a2ce739c30356b00f7216ac26ae8b459b14899456723d
 SHA512 
a26bee769ecc8837c8da89a9047a81d4c6a5e4cca1ff4fcf687b7a36ad83802bc91ce983c1a12169c08fa6f843ecefb72c30ac40fd1b9eef443e1b3c3b30adb3
-DIST firefox-102.2.0esr-br.xpi 521036 BLAKE2B 
83ed8ea0cdf36ff212bb6a9ac45f7ff2de40b9d3456d8a26d829ed9f6bd803768875ba871c55092f8f758c907f7606b4be0257c71f69d0da19c088e439de9d6d
 SHA512 
20db78bcf2e3cd78492b04d4641e9a22809cc6c86e29a623227a54af9bfebac37c6be6b619b707736ac5f8f31a59889ba524989c9b60a0f24e21a1c6a8e02925
-DIST firefox-102.2.0esr-bs.xpi 451833 BLAKE2B 
030a7348f92935db2493616bd5ff0a626a6af7d12c49a2efdcb2f74fce14764eb100394f42ece3a3e95dafe7a49ab8c48b4e9ad6e6a76c88be96b70497d78231
 SHA512 
c48931f47512d4b2c3668c8a175e8738d254361acca7afdb4dcce526ee429b0858a39b8cb1b4947c1c30fc60dffe2f61e72ddbe7eba05a57fd2dc379f32f22c9
-DIST firefox-102.2.0esr-ca-valencia.xpi 526181 BLAKE2B 
7dbafb073a7097db3f9b8909cfa4cdab85f70984df26437bde8ace14315350a8a3a1ee6ae69184047bcec79f5e511946cbe533da9a2ca94fefe115dce25f2494
 SHA512 
8c7efe3791efdc847cf0071d72111b57a2fcced960309a55cd30f7e804458aecd5614fa77e98d8e46bcc582cee005588531c5446d11f2b53efe8899e51cb2f1c
-DIST firefox-102.2.0esr-ca.xpi 522652 BLAKE2B 
666c1cb2850681180ddc0a60b0de31b8768da260a607cb254b73523f6f25becf16331ae63e954370c3105eb2f31da6db04f79f2484f0c39a74c52a9c99bb734c
 SHA512 
ab3e7bd92b04f458942b959ff9025ba899623a9ad51e56b3b7a8c7e3d1f60fcb83cacfd03fe11571836cfa329fe055bebd6f45b4a2475a1190622736a097be15
-DIST firefox-102.2.0esr-cak.xpi 539676 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: app-shells/fish/

2022-09-19 Thread Sam James
commit: b72ba860f54f57e3a0d93f2de1fc763dc1d9e525
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 04:18:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 04:18:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b72ba860

app-shells/fish: HTTPSify HOMEPAGE

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

 app-shells/fish/fish-3.4.0.ebuild | 2 +-
 app-shells/fish/fish-3.5.1.ebuild | 2 +-
 app-shells/fish/fish-.ebuild  | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-shells/fish/fish-3.4.0.ebuild 
b/app-shells/fish/fish-3.4.0.ebuild
index b5f7b1b12b38..4a7e4e120edb 100644
--- a/app-shells/fish/fish-3.4.0.ebuild
+++ b/app-shells/fish/fish-3.4.0.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} )
 inherit cmake python-any-r1 readme.gentoo-r1
 
 DESCRIPTION="Friendly Interactive SHell"
-HOMEPAGE="http://fishshell.com/;
+HOMEPAGE="https://fishshell.com/;
 
 MY_PV="${PV/_beta/b}"
 MY_P="${PN}-${MY_PV}"

diff --git a/app-shells/fish/fish-3.5.1.ebuild 
b/app-shells/fish/fish-3.5.1.ebuild
index 936ed237ea77..fe718cdc3436 100644
--- a/app-shells/fish/fish-3.5.1.ebuild
+++ b/app-shells/fish/fish-3.5.1.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..11} )
 inherit cmake python-any-r1 readme.gentoo-r1
 
 DESCRIPTION="Friendly Interactive SHell"
-HOMEPAGE="http://fishshell.com/;
+HOMEPAGE="https://fishshell.com/;
 
 MY_PV="${PV/_beta/b}"
 MY_P="${PN}-${MY_PV}"

diff --git a/app-shells/fish/fish-.ebuild b/app-shells/fish/fish-.ebuild
index 936ed237ea77..fe718cdc3436 100644
--- a/app-shells/fish/fish-.ebuild
+++ b/app-shells/fish/fish-.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..11} )
 inherit cmake python-any-r1 readme.gentoo-r1
 
 DESCRIPTION="Friendly Interactive SHell"
-HOMEPAGE="http://fishshell.com/;
+HOMEPAGE="https://fishshell.com/;
 
 MY_PV="${PV/_beta/b}"
 MY_P="${PN}-${MY_PV}"



[gentoo-commits] repo/gentoo:master commit in: mail-client/aerc/

2022-09-19 Thread William Hubbs
commit: 5dabe985439ca22a82850d7132f191cf88e70d74
Author: William Hubbs  gentoo  org>
AuthorDate: Tue Sep 20 04:04:06 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Sep 20 04:06:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dabe985

mail-client/aerc: revbump to fix notmuch support

Closes: https://bugs.gentoo.org/871090
Signed-off-by: William Hubbs  gentoo.org>

 mail-client/aerc/{aerc-.ebuild => aerc-0.12.0-r1.ebuild} | 10 ++
 mail-client/aerc/aerc-.ebuild| 10 ++
 2 files changed, 12 insertions(+), 8 deletions(-)

diff --git a/mail-client/aerc/aerc-.ebuild 
b/mail-client/aerc/aerc-0.12.0-r1.ebuild
similarity index 87%
copy from mail-client/aerc/aerc-.ebuild
copy to mail-client/aerc/aerc-0.12.0-r1.ebuild
index 6b95381472cd..b83c27212713 100644
--- a/mail-client/aerc/aerc-.ebuild
+++ b/mail-client/aerc/aerc-0.12.0-r1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://git.sr.ht/~rjarry/aerc;
 else
SRC_URI="https://git.sr.ht/~rjarry/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.gz;
+   SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz;
KEYWORDS="~amd64 ~ppc64"
 fi
 
@@ -37,14 +37,16 @@ src_unpack() {
 }
 
 src_compile() {
-   LDFLAGS= \
-   emake GOFLAGS="-mod=vendor $(usex notmuch "-tags=notmuch" "")" \
+   unset LDFLAGS
+   emake GOFLAGS="$(usex notmuch "-tags=notmuch" "")" \
PREFIX="${EPREFIX}/usr" VERSION=${PV}  all
 }
 
 src_install() {
-   emake PREFIX="${EPREFIX}/usr" DESTDIR="${ED}" install
+   emake GOFLAGS="$(usex notmuch "-tags=notmuch" "")" \
+   DESTDIR="${ED}" PREFIX="${EPREFIX}/usr" VERSION="${PV}" install
einstalldocs
+dodoc CHANGELOG.md
 }
 
 pkg_postinst() {

diff --git a/mail-client/aerc/aerc-.ebuild 
b/mail-client/aerc/aerc-.ebuild
index 6b95381472cd..b83c27212713 100644
--- a/mail-client/aerc/aerc-.ebuild
+++ b/mail-client/aerc/aerc-.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://git.sr.ht/~rjarry/aerc;
 else
SRC_URI="https://git.sr.ht/~rjarry/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.gz;
+   SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz;
KEYWORDS="~amd64 ~ppc64"
 fi
 
@@ -37,14 +37,16 @@ src_unpack() {
 }
 
 src_compile() {
-   LDFLAGS= \
-   emake GOFLAGS="-mod=vendor $(usex notmuch "-tags=notmuch" "")" \
+   unset LDFLAGS
+   emake GOFLAGS="$(usex notmuch "-tags=notmuch" "")" \
PREFIX="${EPREFIX}/usr" VERSION=${PV}  all
 }
 
 src_install() {
-   emake PREFIX="${EPREFIX}/usr" DESTDIR="${ED}" install
+   emake GOFLAGS="$(usex notmuch "-tags=notmuch" "")" \
+   DESTDIR="${ED}" PREFIX="${EPREFIX}/usr" VERSION="${PV}" install
einstalldocs
+dodoc CHANGELOG.md
 }
 
 pkg_postinst() {



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

2022-09-19 Thread Sam James
commit: 57ec5fc566a8e47fefad628fc61aa9a575341ff2
Author: Sheng Yu  protonmail  com>
AuthorDate: Wed Sep 14 10:01:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 03:39:23 2022 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=57ec5fc5

gpkg-sign: add gpg configuration check

Bug: https://bugs.gentoo.org/869470
Signed-off-by: Sheng Yu  protonmail.com>
Closes: https://github.com/gentoo/portage/pull/899
Signed-off-by: Sam James  gentoo.org>

 bin/gpkg-sign  |  9 +
 lib/_emerge/actions.py | 16 
 2 files changed, 25 insertions(+)

diff --git a/bin/gpkg-sign b/bin/gpkg-sign
index 57fc6ce98..0aa6483e7 100755
--- a/bin/gpkg-sign
+++ b/bin/gpkg-sign
@@ -16,6 +16,15 @@ def main(
 gpkg_file, keep_current_signature=False, allow_unsigned=False, 
skip_signed=False
 ):
 eout = portage.output.EOutput()
+
+if not portage.settings.get("BINPKG_GPG_SIGNING_GPG_HOME"):
+eout.eerror("BINPKG_GPG_SIGNING_GPG_HOME is not set")
+exit(1)
+
+if not portage.settings.get("BINPKG_GPG_SIGNING_KEY"):
+eout.eerror("BINPKG_GPG_SIGNING_KEY is not set")
+exit(1)
+
 try:
 package = gpkg.gpkg(settings=portage.settings, gpkg_file=gpkg_file)
 if allow_unsigned:

diff --git a/lib/_emerge/actions.py b/lib/_emerge/actions.py
index e79bb30c0..26120ad6d 100644
--- a/lib/_emerge/actions.py
+++ b/lib/_emerge/actions.py
@@ -614,6 +614,22 @@ def action_build(
 in trees[eroot]["root_config"].settings.features
 )
 ):
+for binpkg_gpg_config in (
+"BINPKG_GPG_SIGNING_GPG_HOME",
+"BINPKG_GPG_SIGNING_KEY",
+):
+if not trees[eroot]["root_config"].settings.get(
+binpkg_gpg_config
+):
+writemsg_level(
+colorize(
+"BAD", f"!!! {binpkg_gpg_config} is not 
set\n"
+),
+level=logging.ERROR,
+noiselevel=-1,
+)
+return 1
+
 portage.writemsg_stdout(">>> Unlocking GPG... ")
 sys.stdout.flush()
 gpg = GPG(trees[eroot]["root_config"].settings)



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

2022-09-19 Thread Sam James
commit: 50854d7a8d7b83e0a598f4e1258d3e063a3fe9e0
Author: Sheng Yu  protonmail  com>
AuthorDate: Fri Sep 16 12:19:19 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 03:39:22 2022 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=50854d7a

Fix wrong creation of empty binpkg from binhost

Bug: https://bugs.gentoo.org/870283
Signed-off-by: Sheng Yu  protonmail.com>
Closes: https://github.com/gentoo/portage/pull/901
Signed-off-by: Sam James  gentoo.org>

 lib/_emerge/Binpkg.py | 9 -
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/lib/_emerge/Binpkg.py b/lib/_emerge/Binpkg.py
index 949ac8ee7..7ce0da15f 100644
--- a/lib/_emerge/Binpkg.py
+++ b/lib/_emerge/Binpkg.py
@@ -50,6 +50,7 @@ class Binpkg(CompositeTask):
 "_pkg_path",
 "_tree",
 "_verify",
+"_pkg_allocated_path",
 )
 
 def _writemsg_level(self, msg, level=0, noiselevel=0):
@@ -68,6 +69,7 @@ class Binpkg(CompositeTask):
 self._tree = "bintree"
 self._bintree = self.pkg.root_config.trees[self._tree]
 self._verify = not self.opts.pretend
+self._pkg_allocated_path = None
 
 # Use realpath like doebuild_environment() does, since we assert
 # that this path is literally identical to PORTAGE_BUILDDIR.
@@ -206,6 +208,7 @@ class Binpkg(CompositeTask):
 # --getbinpkg is enabled.
 if fetcher is not None:
 self._fetched_pkg = fetcher.pkg_path
+self._pkg_allocated_path = fetcher.pkg_allocated_path
 if self._default_exit(fetcher) != os.EX_OK:
 self._async_unlock_builddir(returncode=self.returncode)
 return
@@ -246,7 +249,11 @@ class Binpkg(CompositeTask):
 
 if self._fetched_pkg:
 pkg_path = self._bintree.getname(
-self._bintree.inject(pkg.cpv, 
current_pkg_path=self._fetched_pkg),
+self._bintree.inject(
+pkg.cpv,
+current_pkg_path=self._fetched_pkg,
+allocated_pkg_path=self._pkg_allocated_path,
+),
 allocate_new=False,
 )
 else:



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

2022-09-19 Thread Sam James
commit: 355b6598225e3ffa921d2fb6646539bcbcc694a7
Author: Sheng Yu  protonmail  com>
AuthorDate: Thu Sep 15 15:52:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 03:39:23 2022 +
URL:https://gitweb.gentoo.org/proj/portage.git/commit/?id=355b6598

GPKG quickpkg allow missing files

Bug: https://bugs.gentoo.org/870229
Signed-off-by: Sheng Yu  protonmail.com>
Closes: https://github.com/gentoo/portage/pull/900
Signed-off-by: Sam James  gentoo.org>

 lib/portage/gpkg.py | 16 +---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/lib/portage/gpkg.py b/lib/portage/gpkg.py
index 5f8e19341..c0a80208f 100644
--- a/lib/portage/gpkg.py
+++ b/lib/portage/gpkg.py
@@ -33,7 +33,7 @@ from portage.exception import (
 MissingSignature,
 InvalidSignature,
 )
-from portage.output import colorize
+from portage.output import colorize, EOutput
 from portage.util._urlopen import urlopen
 from portage.util import writemsg
 from portage.util import shlex_split, varexpand
@@ -1271,6 +1271,7 @@ class gpkg:
 Will compress the given files to image with root,
 ignoring all other files.
 """
+eout = EOutput()
 
 protect_file = io.BytesIO(
 b"# empty file because --include-config=n when `quickpkg` was 
used\n"
@@ -1284,7 +1285,7 @@ class gpkg:
 
 # Get pre image info
 container_tar_format, image_tar_format = 
self._get_tar_format_from_stats(
-*self._check_pre_quickpkg_files(contents, root_dir)
+*self._check_pre_quickpkg_files(contents, root_dir, 
ignore_missing=True)
 )
 
 # Long CPV
@@ -1341,6 +1342,7 @@ class gpkg:
 except OSError as e:
 if e.errno != errno.ENOENT:
 raise
+eout.ewarn(f'Missing file from local system: "{path}"')
 del e
 continue
 contents_type = contents[path][0]
@@ -1984,7 +1986,9 @@ class gpkg:
 image_total_size,
 )
 
-def _check_pre_quickpkg_files(self, contents, root, image_prefix="image"):
+def _check_pre_quickpkg_files(
+self, contents, root, image_prefix="image", ignore_missing=False
+):
 """
 Check the pre quickpkg files size and path, return the longest
 path length, largest single file size, and total files size.
@@ -2034,6 +2038,12 @@ class gpkg:
 + image_prefix_length
 )
 
+if not os.path.exists(path):
+if ignore_missing:
+continue
+else:
+raise FileNotFound(path)
+
 file_stat = os.lstat(path)
 
 if os.path.islink(path):



[gentoo-commits] repo/proj/guru:dev commit in: games-emulation/flycast/

2022-09-19 Thread Samuel Bauer
commit: 55c93c959734b5d180f2c35e9d3cefa5c81635e7
Author: Samuel Bauer  yahoo  fr>
AuthorDate: Tue Sep 20 03:29:14 2022 +
Commit: Samuel Bauer  yahoo  fr>
CommitDate: Tue Sep 20 03:29:14 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=55c93c95

games-emulation/flycast: changes to submodules and build system

Signed-off-by: Samuel Bauer  yahoo.fr>

 games-emulation/flycast/flycast-.ebuild | 12 +++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/games-emulation/flycast/flycast-.ebuild 
b/games-emulation/flycast/flycast-.ebuild
index 8e597f576..eefcdbb67 100644
--- a/games-emulation/flycast/flycast-.ebuild
+++ b/games-emulation/flycast/flycast-.ebuild
@@ -10,7 +10,7 @@ inherit cmake git-r3 lua-single xdg
 DESCRIPTION="Sega Dreamcast, Naomi and Atomiswave emulator"
 HOMEPAGE="https://github.com/flyinghead/flycast;
 EGIT_REPO_URI="https://github.com/flyinghead/flycast;
-EGIT_SUBMODULES=( 'core/deps/breakpad' )
+EGIT_SUBMODULES=( 'core/deps/breakpad' 'core/deps/volk' 
'core/deps/VulkanMemoryAllocator' )
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -81,6 +81,16 @@ src_prepare() {
# Ensure static libs are not built
sed -i -e '/BUILD_SHARED_LIBS/d' CMakeLists.txt
 
+   # Vulkan-header
+   sed -i -e 
'/add_subdirectory(core.*Vulkan-Headers)$/,/Vulkan::Headers/d' \
+   -e '/core\/deps\/Vulkan-Headers\/include)/d' CMakeLists.txt
+   # local fix for < 1.3.224
+   sed -i -e '/^1,$/d' core/rend/vulkan/compiler.cpp
+   sed -i -e '/swapchainExtent = /{s/= 
/_cast(/;s/;/);/}' core/rend/vulkan/vulkan_context.cpp
+
+   # Do not use ccache
+   sed -i -e '/find_program(CCACHE_PROGRAM ccache)/d' CMakeLists.txt
+
cmake_src_prepare
 }
 



[gentoo-commits] repo/gentoo:master commit in: app-backup/mkstage4/

2022-09-19 Thread Yixun Lan
commit: bf5f5f73cc4abaedfda19cf4856b8c75ef12b312
Author: Horea Christian  chymera  eu>
AuthorDate: Mon Sep 19 10:06:27 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Tue Sep 20 02:40:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf5f5f73

app-backup/mkstage4: add 0.3.1

Closes: https://github.com/gentoo/gentoo/pull/27354
Signed-off-by: Horea Christian  chymera.eu>
Signed-off-by: Yixun Lan  gentoo.org>

 app-backup/mkstage4/Manifest  |  1 +
 app-backup/mkstage4/mkstage4-0.3.1.ebuild | 29 +
 2 files changed, 30 insertions(+)

diff --git a/app-backup/mkstage4/Manifest b/app-backup/mkstage4/Manifest
index da37f93a34ab..c5bf5ef2a2df 100644
--- a/app-backup/mkstage4/Manifest
+++ b/app-backup/mkstage4/Manifest
@@ -1 +1,2 @@
+DIST mkstage4-0.3.1.tar.gz 19416 BLAKE2B 
d9d2ec0d9c3aba6331e2500f927cdeace8b728a535f9cc4b4cb8ea93fb7dea2bc5f95be5dbea76c9948836f35bea832a9fdb2acea34518f9a4b5a456507973e0
 SHA512 
f58c89d0d9cc3a65cfa62cc18b0c5f172a69d4b4582e839e98ecd52cafd584395a91e5531ceb171dacd5e4975d6858ae91c5f97a26b62dab0f4ab809f7bcd4c0
 DIST mkstage4-0.3.tar.gz 18648 BLAKE2B 
3a881bc1ec14f5c9795d49306966b586c30a8b415542fb500b5a2af7735008832ebc64f0a166ea4e2fdb48a555bd789b352784f1b05118116ae3f634937beed6
 SHA512 
6971bf4b43a2fdef0b54802b010c99e95caf896c8e109c54f5a6beb4db1714ea5639e0859ba3f958eed92b9fc6a3bb613bb82de440729e71e53543d60549d2db

diff --git a/app-backup/mkstage4/mkstage4-0.3.1.ebuild 
b/app-backup/mkstage4/mkstage4-0.3.1.ebuild
new file mode 100644
index ..30dce56e4216
--- /dev/null
+++ b/app-backup/mkstage4/mkstage4-0.3.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Bash Utility for Creating Stage 4 Tarballs"
+HOMEPAGE="https://github.com/TheChymera/mkstage4;
+SRC_URI="https://github.com/TheChymera/mkstage4/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="test? ( dev-util/bats )"
+RDEPEND="
+   app-shells/bash
+   app-arch/tar
+"
+
+src_install() {
+   newbin mkstage4.sh mkstage4
+   einstalldocs
+}
+
+src_test() {
+   bats tests/* || die
+}



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

2022-09-19 Thread Mike Gilbert
commit: 063ec602afcb1a5eab373e4c253d625666c96afd
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Sep 20 02:20:29 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Sep 20 02:20:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=063ec602

sys-kernel/linux-firmware: s/ROOT/EROOT/

Bug: https://bugs.gentoo.org/871315
Signed-off-by: Mike Gilbert  gentoo.org>

 sys-kernel/linux-firmware/linux-firmware-20220913-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-kernel/linux-firmware/linux-firmware-20220913-r2.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-20220913-r2.ebuild
index 49b0902920bc..57a14cdbbc9c 100644
--- a/sys-kernel/linux-firmware/linux-firmware-20220913-r2.ebuild
+++ b/sys-kernel/linux-firmware/linux-firmware-20220913-r2.ebuild
@@ -317,7 +317,7 @@ pkg_preinst() {
 
# Fix 'symlink is blocked by a directory' Bug #871315
if has_version "<${CATEGORY}/${PN}-20220913-r2" ; then
-   rm -rf "${ROOT}"/lib/firmware/qcom/LENOVO/21BX
+   rm -rf "${EROOT}"/lib/firmware/qcom/LENOVO/21BX
fi
 
# Make sure /boot is available if needed.



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

2022-09-19 Thread Mike Gilbert
commit: 2289c56e7ea222a3f37d25b07214281560deccb8
Author: Mike Gilbert  gentoo  org>
AuthorDate: Tue Sep 20 02:01:00 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Tue Sep 20 02:07:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2289c56e

sys-kernel/linux-firmware: tweak directory removal logic

Adjust the has_version call to check include 20220913 for those of us
who upgraded at a bad time.

Don't execute the same code in pkg_postinst. That just ends up removing
the symlink.

Bug: https://bugs.gentoo.org/871315
Signed-off-by: Mike Gilbert  gentoo.org>

 ...rmware-20220913-r1.ebuild => linux-firmware-20220913-r2.ebuild} | 7 +--
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/sys-kernel/linux-firmware/linux-firmware-20220913-r1.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-20220913-r2.ebuild
similarity index 97%
rename from sys-kernel/linux-firmware/linux-firmware-20220913-r1.ebuild
rename to sys-kernel/linux-firmware/linux-firmware-20220913-r2.ebuild
index a7c4c4ee148e..49b0902920bc 100644
--- a/sys-kernel/linux-firmware/linux-firmware-20220913-r1.ebuild
+++ b/sys-kernel/linux-firmware/linux-firmware-20220913-r2.ebuild
@@ -316,7 +316,7 @@ pkg_preinst() {
fi
 
# Fix 'symlink is blocked by a directory' Bug #871315
-   if has_version "<${CATEGORY}/${PN}-20220913" ; then
+   if has_version "<${CATEGORY}/${PN}-20220913-r2" ; then
rm -rf "${ROOT}"/lib/firmware/qcom/LENOVO/21BX
fi
 
@@ -339,11 +339,6 @@ pkg_postinst() {
fi
done
 
-   # Fix 'symlink is blocked by a directory' Bug #871315
-   if has_version "<${CATEGORY}/${PN}-20220913" ; then
-   rm -rf "${ROOT}"/lib/firmware/qcom/LENOVO/21BX
-   fi
-
# Don't forget to umount /boot if it was previously mounted by us.
use initramfs && mount-boot_pkg_postinst
 }



[gentoo-commits] repo/gentoo:master commit in: mail-client/aerc/

2022-09-19 Thread William Hubbs
commit: 25c6999bb262025c6ac8275aa33bf1983d8c7f1f
Author: William Hubbs  gentoo  org>
AuthorDate: Tue Sep 20 02:04:17 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Sep 20 02:04:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25c6999b

mail-client/aerc: drop 0.9.0, 0.10.0

Signed-off-by: William Hubbs  gentoo.org>

 mail-client/aerc/Manifest   |  4 ---
 mail-client/aerc/aerc-0.10.0.ebuild | 67 -
 mail-client/aerc/aerc-0.9.0.ebuild  | 67 -
 3 files changed, 138 deletions(-)

diff --git a/mail-client/aerc/Manifest b/mail-client/aerc/Manifest
index fa85c71fd131..8414cee0e88a 100644
--- a/mail-client/aerc/Manifest
+++ b/mail-client/aerc/Manifest
@@ -1,8 +1,4 @@
-DIST aerc-0.10.0-deps.tar.xz 117874916 BLAKE2B 
fc9921f245be1be740f145ab1e067c3f6dac5b26b2544e26a0cbad7b78baebcacbd79a523e9805cfeb65573b13328600f5f93faeadebce410099918304d91036
 SHA512 
2363026323b126797537277ad7b514a9be94f48f8c5e9fb67f216640c5ab93fb5531d8bb4018789b670c7a71eec31cafa72a005c7ad384a1e9afaa57258e02b2
-DIST aerc-0.10.0.tar.gz 209836 BLAKE2B 
2d51d0d9db90e41cce76ccd3cb802218777a6463a0211eb39378542caec9d2c9468f5f6d18d27d130b1153fa19d1633a9fe93730dcb51ec1afdb92a32cfc5893
 SHA512 
016182847e1fb8198973aa8522d9a205a8589760d40b0177cb41a9b236277fb4aa11d2c0f14bd836be5a53f4b4d5ef65b407407e09399a2ad025fbf22d53bfbb
 DIST aerc-0.11.0-deps.tar.xz 119175388 BLAKE2B 
daf4addd0d80ecc14485c5e7e32043a64f98936fb87f93586ec2dbb775c68232ade979c33dfeaef8495fac5a9687f5907b17b4e425de5f4609b1be2642325624
 SHA512 
fd779454dd551a875584879e24a910b68939e8fdf18009211c1eb4e1c7cc0eb7cff8780b1bf90f81489c199a46a10e533596589d5a5a09946fe309c7dd0cb39e
 DIST aerc-0.11.0.tar.gz 230891 BLAKE2B 
e598c04eebed7d8be201630546557be0820b81d90198c2c408d657bdf8135f58a3029f30f6245842ebbbdb713e61915fc7d57fc8aae05d4ecd6cedff45068a56
 SHA512 
141c0300e60d81b725426f98d59ee645a2c24f478359587259ec645b6a710e6d292d1b8319a9f57f94d5be2f98cd48171dc6d99b54a20e49f16ed77199a2e127
 DIST aerc-0.12.0-deps.tar.xz 304180452 BLAKE2B 
14f7d7e1a06bfd2b8692a4451623f657af919ac497d6119bf7fe5e6a8524b3bc25de4208566d7d92a74c267270021a13ccf6db05dee50a1d2c980e5e07b560df
 SHA512 
d19d26f8ae62330f451261cace7ea0fc2a4af94c252f732bf9388d673b769b96c5d29640b992cc77a2cfaa8acaee628714206f01dd075e2788537b875bca8c63
 DIST aerc-0.12.0.tar.gz 293215 BLAKE2B 
e7e7c156c464ae49eabe7b6ba3e79c3bbca240ace0a3323f8a740a5b872dbbf329127e4edf1395139588e3f0142280f24ef9783c25d3e00176359f82767b439a
 SHA512 
3624a3e0583a1509e2400c9c2e73cbba505841b52fc24b1ec3c6f3ff7bf44d7ff9e3b1cb25e7c0c522e9748572d2c4b37958de8c0ffb2d0e220de941c5db
-DIST aerc-0.9.0-deps.tar.xz 117828944 BLAKE2B 
9d5e8561ecc4cae5568655cfb8491b970a0ff8640d35f0d1ae6493ed1d59fc03051556526c2699afea5b27ddb8f25c948fdd5115695935977e5e09fffb1df02a
 SHA512 
7f66ad4124d4da9a295aa096105e4bef2487c393e7b0299fc0da3aacb8dc87cab2b34057419a9ae4f18c3e1385725fc31bae640325b99957782f0aa3eef51e12
-DIST aerc-0.9.0.tar.gz 184022 BLAKE2B 
523228d08361434690c6c565746408ac50061ee12fc9983c0831beac8d4badc6196a5f3186f3a7c5e63b3eaae51f9af230804e093dd87f425412c5877541
 SHA512 
5821a35bc9c893ac800532b24cce0dcee5113fe41cce057e3ce952c7d7e9add680cbb11b4700cc8896d852817534d979df44f1cb82d93ae5438ebed826bab7bb

diff --git a/mail-client/aerc/aerc-0.10.0.ebuild 
b/mail-client/aerc/aerc-0.10.0.ebuild
deleted file mode 100644
index f09b2cc25fa8..
--- a/mail-client/aerc/aerc-0.10.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit go-module xdg
-
-DESCRIPTION="Email client for your terminal"
-HOMEPAGE="https://aerc-mail.org;
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://git.sr.ht/~rjarry/aerc;
-else
-   SRC_URI="https://git.sr.ht/~rjarry/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-deps.tar.xz;
-   KEYWORDS="~amd64 ~ppc64"
-fi
-
-LICENSE="Apache-2.0 BSD BSD-2 MIT"
-SLOT="0"
-IUSE="notmuch"
-
-DEPEND="notmuch? ( net-mail/notmuch:= )"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   >=app-text/scdoc-1.9.7
-   >=dev-lang/go-1.13
-"
-
-src_unpack() {
-   if [[ ${PV} == * ]]; then
-   git-r3_src_unpack
-   go-module_live_vendor
-   else
-   go-module_src_unpack
-   fi
-}
-
-src_compile() {
-   unset LDFLAGS
-   emake GOFLAGS="$(usex notmuch "-tags=notmuch" "")" \
-   PREFIX="${EPREFIX}/usr" VERSION=${PV}  all
-}
-
-src_install() {
-   emake PREFIX="${EPREFIX}/usr" DESTDIR="${ED}" install
-   einstalldocs
-}
-
-pkg_postinst() {
-   if [[ -z ${REPLACING_VERSIONS} ]]; then
-   elog "If you want to allow your users to activate html email"
-   elog "processing via w3m as shown in the tutorial, make sure 
you"
-   elog "emerge net-proxy/dante and 

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

2022-09-19 Thread William Hubbs
commit: bc9d5a4864125643afb5c0945c2489b336c64aa6
Author: William Hubbs  gentoo  org>
AuthorDate: Tue Sep 20 02:04:16 2022 +
Commit: William Hubbs  gentoo  org>
CommitDate: Tue Sep 20 02:04:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc9d5a48

dev-lang/go-bootstrap: drop 1.16.6

Signed-off-by: William Hubbs  gentoo.org>

 dev-lang/go-bootstrap/Manifest   | 10 --
 dev-lang/go-bootstrap/go-bootstrap-1.16.6.ebuild | 39 
 2 files changed, 49 deletions(-)

diff --git a/dev-lang/go-bootstrap/Manifest b/dev-lang/go-bootstrap/Manifest
index 7835c8e54e56..e69525058370 100644
--- a/dev-lang/go-bootstrap/Manifest
+++ b/dev-lang/go-bootstrap/Manifest
@@ -1,16 +1,11 @@
-DIST go-darwin-amd64-bootstrap-1.16.6.tbz 127674985 BLAKE2B 
1addecf6c3c59771d27c9ae38bb1348632b0840a5fc5a8f88ef37f3882e37810f6851d56c64a171c47d2ba9da6c00e5876aa10d207d8a6e907aa53861c0ff54b
 SHA512 
4d1107cbf2b467a3cf7ebeb868d300df1955f376f016dc1aa0ec6b823c69d4cd80f327f90819f54b235ea9e6d4c4fa8a355325c28c5149aabd7af72fb563a493
 DIST go-darwin-amd64-bootstrap-1.18.6.tbz 145727291 BLAKE2B 
3fa2efac8ff4b8527a946875af9bd5a2214bb97a7ec0cf24486b25eca964a19c47d8a5fd0c163efdeb24cd11eb3246eb3886b687a0009e96fdc9f5580c8e227c
 SHA512 
b5b91d230ea80e852c251bc884327c398141962ea93a2e776f0d506a754e5006a47c429fc2fd019631cf5b82c1734c092af00b5260e4a41f05f00d7e59412a41
 DIST go-darwin-amd64-bootstrap-1.19.1.tbz 153199405 BLAKE2B 
d1da88b2d367fc8f014dea5c92ba39a8dbc0a43babc1f2ecc85405c8c4b9339bdb9058af77d986d40d54ea38665f2b02dcd64565d5616bdb22c183eb40df8329
 SHA512 
ab35caeb32503515b918f9313ba8dac5893fa8321a435e35eeda5624701098784b0072c2c789986a46c8fa8482fc8b2caa2b296e5bbddab5127942c24bc4e9a1
-DIST go-linux-386-bootstrap-1.16.6.tbz 125879388 BLAKE2B 
e0813b451b41c474617543688d105b19aa7cdd6984be40b0fddf12709af4c6e4382d3b3e1f65c0a12ca24896bb2ad25fe0a2cd3b7aeefa4f55354e939aef4c29
 SHA512 
eb4a013b7f53f9b6580afcae75b98df32982f19c113be58540871f36570e00fced1672ad85894660ef6c72c10392fec21c3d8e3db98ea8074e00b07e6ca160f3
 DIST go-linux-386-bootstrap-1.18.6.tbz 142678990 BLAKE2B 
9dfd44ee127d822a91f48ecedb898583dfc7428e023b9adf78e2d44bfaef3d6126d2c87e455c3020dd71e23cef26fe683176037a07ba9e5931e8ce2979b90bcb
 SHA512 
4d8ada5b623a9e804ac0a0fa47d0bc2551431114f8d7998d79037f9db6f6a091228e09a79c51b8ee0223970c00183a408aba2bb71aaf634ab92428022aebc35c
 DIST go-linux-386-bootstrap-1.19.1.tbz 150297103 BLAKE2B 
3c3eb2ac2d7daaad42c95b061b24417fc50ff295f0d55e0051c5edd39a8e8070a76bd8bf7c39a945a9955b12c0cb75785717089cb45f37e8e6a1f0fa8c0bcabf
 SHA512 
8017672ba9befaf466dc12cb460c9374a78fe420b3b8393e663f4db48c27d0318131c74db2fef9c9445a65c9aff931617f0bae32c55efeb00913bd7d3eaf3401
-DIST go-linux-amd64-bootstrap-1.16.6.tbz 125758119 BLAKE2B 
fe653fbb47d22624a24bbf1fc52f5158830726e3bc93a8b0c5ab4811daf082b02130b834031af19dfc929860417b4b734f54125fbbaaeed0e3c35fdd686e4991
 SHA512 
6feb11c3326199db296ebcb68b81bcd21d456c3cffca1e8f30dd6303c3bdccde410b38d49f0ccec47e397e5d7a84aba91b91e85afd44a14150c6e20046bff8df
 DIST go-linux-amd64-bootstrap-1.18.6.tbz 143005294 BLAKE2B 
fdb4f31824b2cc37a9e96c6a77371543186636de5f4ab13468f2b9ee9bff84fdcd863b29340d48e85bb1ff15c4b03127997a08a631d959c14fe8e80fe713bebc
 SHA512 
ffd31e523c1c3a576c67b623c99c96eec2598056a344c575d2fcf33e64fc84ed80cd54f35eb252754fa2d13ff2d25290ee5946433ce54557592e1a7d299bb4eb
 DIST go-linux-amd64-bootstrap-1.19.1.tbz 150216372 BLAKE2B 
c66c7965382d119fe02495c5b0eb3e2872c33f5df772481f5d55863223ef91a6fe817005eb26c6fa65faaf1debf709036e46ca6fb92297567de9d71be50f1df8
 SHA512 
53dc31a1737cbdce233056ac0e8a91479dbbc116e821ef8a49588992f167b81fe006d0e4b4234186af3e6201f5718082bf8cf5540f99b1faef8de1b563214c9f
-DIST go-linux-arm-bootstrap-1.16.6.tbz 121505187 BLAKE2B 
d732fcd1b8c9696aca70608813be1d99aa097aa51a709c3580bb1c5b3548e38b52bbcae7e958b00632dcaec6c1083d90f13a3bc2682e0a743bfae9055164d15b
 SHA512 
25ed02b4a1c3b42a6b97a7d1fbfd0c6304ab784b69cadac15ae0fb1d701767ff2614fa7ebf070b8430510745e2d0d3f612a3f383e836fda4ca80c3398175c46c
 DIST go-linux-arm-bootstrap-1.18.6.tbz 138008731 BLAKE2B 
a8bd1af70bfd6a74699f59c1700232b09087b567f052a61feae6a91680d89a3fb864c59d8970c0fa45f922188fec6b7232ce141b9031463d9449ff923914deba
 SHA512 
c2e3bb0bfba0ac094172786ee24f6432f2add9827da07a56651b88551a556be4650a081ada3ea2f9b39094761c7c2541e3d37df287b6632418ffb86e25e8856a
 DIST go-linux-arm-bootstrap-1.19.1.tbz 14449 BLAKE2B 
68b31bcefab6b4cd65cb27b02d74f807d8df6e3cfd9d1c295d98db89e3c35705880b3af3f37325175226974f926e77cb06ae3ecf2e01c17363a65c929239ecde
 SHA512 
d1f3bdceefa074d2eb4c946ed0e75c3356704e0db65edcb61fc3ee36ca02111a2b3f1d8ba5ef46a4fe7c347eadb179815d4f9136e7b10a16ae8b52d188f53a48
-DIST go-linux-arm64-bootstrap-1.16.6.tbz 119471617 BLAKE2B 
518ed7baf7c74aface2f458e5f3ed6e8c0f9aa2314d59f83688818fda8acb1d15e8d9288210eef916f09773868253661c30ffc259570e2f2e3de829cc49e91c4
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: app-shells/fish/

2022-09-19 Thread Georgy Yakovlev
commit: 4c2d7546ddd720287c61fa062d61232de675e62f
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Sep 20 01:38:14 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Sep 20 01:38:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2d7546

app-shells/fish: drop 3.5.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-shells/fish/Manifest  |   1 -
 app-shells/fish/fish-3.5.0.ebuild | 108 --
 2 files changed, 109 deletions(-)

diff --git a/app-shells/fish/Manifest b/app-shells/fish/Manifest
index 68f49710bd8d..271ba61ef4f8 100644
--- a/app-shells/fish/Manifest
+++ b/app-shells/fish/Manifest
@@ -1,3 +1,2 @@
 DIST fish-3.4.0.tar.xz 3292216 BLAKE2B 
3691e5387a8392d7d43b3b0f8b893e83e246c3532684e95a19c7b2eb4ebe80bcf04aaa1b965f5c4f6d782d0ae52269bb1cdafef76845b02f9f99d4c82ea77ce3
 SHA512 
463ee8d86815520c6de9777fd2b5975f06cc0842137c86cca7ae0331e95d74e755bf6f4b0bdea7e96c11371436ff9f97ce483ae026daa1e8d385f6cad8860ed4
-DIST fish-3.5.0.tar.xz 3326276 BLAKE2B 
ac8fa514a728af5bc02ea02f57344d92d3d897c5dda3a2a32b6dbaab81c795828da0cc6938f19bb6d538aa1e620b67de72225fa73b52405c94e1eecab2299faa
 SHA512 
ccec4abcdb425563688c6112f3c9c57add16aa3a05c121d2633b655d27185e1c96c263d51d6af7d83c068580d7d0723c072f1a4853fa8b6736291beeab64b859
 DIST fish-3.5.1.tar.xz 3329900 BLAKE2B 
960ee4036dd44bda93300a377e44f5c3db19f2c24ee60112c3e8b886cc434e9bc08c65dd99ab13aefde6c7cb66e027f446064bc6b7f20f9a85b16753ea7b50c3
 SHA512 
328e3d972f9e7cffe161515540f00a97c5cbe11b43ec293090bedb96a6a8e689e07ceafecb3efcd0e378edea59811adb0acc011d5885ac28d98838387c678235

diff --git a/app-shells/fish/fish-3.5.0.ebuild 
b/app-shells/fish/fish-3.5.0.ebuild
deleted file mode 100644
index 936ed237ea77..
--- a/app-shells/fish/fish-3.5.0.ebuild
+++ /dev/null
@@ -1,108 +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} )
-
-inherit cmake python-any-r1 readme.gentoo-r1
-
-DESCRIPTION="Friendly Interactive SHell"
-HOMEPAGE="http://fishshell.com/;
-
-MY_PV="${PV/_beta/b}"
-MY_P="${PN}-${MY_PV}"
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git;
-else
-   
SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.xz;
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-solaris"
-fi
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="+doc nls test"
-
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-   >=dev-libs/libpcre2-10.32:=[pcre32]
-   sys-apps/coreutils
-   sys-libs/ncurses:=[unicode(+)]
-"
-
-DEPEND="${RDEPEND}"
-BDEPEND="
-   nls? ( sys-devel/gettext )
-   test? (
-   ${PYTHON_DEPS}
-   dev-tcltk/expect
-   $(python_gen_any_dep '
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   ')
-   )
-"
-# we don't need shpinx dep for release tarballs
-[[ ${PV} ==  ]] && DEPEND+=" doc? ( dev-python/sphinx )"
-
-S="${WORKDIR}/${MY_P}"
-
-python_check_deps() {
-   use test || return 0
-   python_has_version "dev-python/pexpect[${PYTHON_USEDEP}]"
-}
-
-src_prepare() {
-   # workaround for https://github.com/fish-shell/fish-shell/issues/4883
-   sed -i 
's#${TEST_INSTALL_DIR}/${CMAKE_INSTALL_PREFIX}#${TEST_INSTALL_DIR}#' \
-   cmake/Tests.cmake || die
-   cmake_src_prepare
-}
-
-src_configure() {
-   local mycmakeargs=(
-   -DCMAKE_INSTALL_BINDIR="${EPREFIX}/bin"
-   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
-   -DCURSES_NEED_NCURSES=ON
-   -DINSTALL_DOCS="$(usex doc)"
-   -DWITH_GETTEXT="$(usex nls)"
-   )
-   # release tarballs ship pre-built docs // -DHAVE_PREBUILT_DOCS=TRUE
-   if [[ ${PV} ==  ]]; then
-   mycmakeargs+=( -DBUILD_DOCS="$(usex doc)" )
-   else
-   mycmakeargs+=( -DBUILD_DOCS=OFF )
-   fi
-   cmake_src_configure
-}
-
-src_install() {
-   cmake_src_install
-   keepdir /usr/share/fish/vendor_{completions,conf,functions}.d
-   readme.gentoo_create_doc
-}
-
-src_test() {
-   # some tests are fragile, sanitize environment
-   local -x COLUMNS=80
-   local -x LINES=24
-
-   # very fragile, depends on terminal, size, tmux, screen and timing
-   if [[ ${PV} !=  ]]; then
-   rm -v tests/pexpects/terminal.py || die
-   fi
-
-   # zfs completion test will fail with "Permission denied the ZFS 
utilities must be run as root."
-   mv "${S}"/share/completions/zfs.{fish,disabled} || die
-
-   cmake_build test
-
-   # now restore zfs completions
-   mv "${S}"/share/completions/zfs.{disabled,fish} || die
-}
-
-pkg_postinst() {
-   readme.gentoo_print_elog
-}



[gentoo-commits] repo/gentoo:master commit in: app-shells/fish/, app-shells/fish/files/

2022-09-19 Thread Georgy Yakovlev
commit: 9f2752b4daf8dfb8c1ba9a0dfc5591ded17a0dba
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Sep 20 01:37:53 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Sep 20 01:37:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f2752b4

app-shells/fish: drop 3.4.1

Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-shells/fish/Manifest  |   1 -
 app-shells/fish/files/fish-3.4.1-atomic.patch |  65 
 app-shells/fish/fish-3.4.1.ebuild | 107 --
 3 files changed, 173 deletions(-)

diff --git a/app-shells/fish/Manifest b/app-shells/fish/Manifest
index d956f27aa0b7..68f49710bd8d 100644
--- a/app-shells/fish/Manifest
+++ b/app-shells/fish/Manifest
@@ -1,4 +1,3 @@
 DIST fish-3.4.0.tar.xz 3292216 BLAKE2B 
3691e5387a8392d7d43b3b0f8b893e83e246c3532684e95a19c7b2eb4ebe80bcf04aaa1b965f5c4f6d782d0ae52269bb1cdafef76845b02f9f99d4c82ea77ce3
 SHA512 
463ee8d86815520c6de9777fd2b5975f06cc0842137c86cca7ae0331e95d74e755bf6f4b0bdea7e96c11371436ff9f97ce483ae026daa1e8d385f6cad8860ed4
-DIST fish-3.4.1.tar.xz 3293068 BLAKE2B 
5edcd59445e6d928fb2183deb68fb0a305f6f80c134fef48ea79d91b79af1da6b31a1e870a9df963bb27dfc5985f326d9b6d53d64b16c79f9c303aa8edfa4423
 SHA512 
20a2892ec0c413c4c3fcfe5fbf52fb2398de35a9172758728bd2ccdccc5fb6e0e18712a664d02db67543d47180a4d04f3998a6297d23088926b6d03baefdf981
 DIST fish-3.5.0.tar.xz 3326276 BLAKE2B 
ac8fa514a728af5bc02ea02f57344d92d3d897c5dda3a2a32b6dbaab81c795828da0cc6938f19bb6d538aa1e620b67de72225fa73b52405c94e1eecab2299faa
 SHA512 
ccec4abcdb425563688c6112f3c9c57add16aa3a05c121d2633b655d27185e1c96c263d51d6af7d83c068580d7d0723c072f1a4853fa8b6736291beeab64b859
 DIST fish-3.5.1.tar.xz 3329900 BLAKE2B 
960ee4036dd44bda93300a377e44f5c3db19f2c24ee60112c3e8b886cc434e9bc08c65dd99ab13aefde6c7cb66e027f446064bc6b7f20f9a85b16753ea7b50c3
 SHA512 
328e3d972f9e7cffe161515540f00a97c5cbe11b43ec293090bedb96a6a8e689e07ceafecb3efcd0e378edea59811adb0acc011d5885ac28d98838387c678235

diff --git a/app-shells/fish/files/fish-3.4.1-atomic.patch 
b/app-shells/fish/files/fish-3.4.1-atomic.patch
deleted file mode 100644
index a12e069a7433..
--- a/app-shells/fish/files/fish-3.4.1-atomic.patch
+++ /dev/null
@@ -1,65 +0,0 @@
-https://bugs.gentoo.org/836951
-Taken from https://github.com/fish-shell/fish-shell/pull/8851
-
-From a3eb41ca882cc390b656515dd668a6816f745121 Mon Sep 17 00:00:00 2001
-From: Raymond Wong 
-Date: Mon, 4 Apr 2022 01:14:26 +0800
-Subject: [PATCH 1/2] cmake: alter check for 64-bit atomic operation
-
-Signed-off-by: Raymond Wong 

- cmake/ConfigureChecks.cmake | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/cmake/ConfigureChecks.cmake b/cmake/ConfigureChecks.cmake
-index bc190de054f..924aea1015a 100644
 a/cmake/ConfigureChecks.cmake
-+++ b/cmake/ConfigureChecks.cmake
-@@ -255,10 +255,10 @@ int main () {
- check_cxx_source_compiles("
- #include 
- #include 
--std::atomic x (0);
-+std::atomic n64 (0);
- int main() {
--uint64_t i = x.load(std::memory_order_relaxed);
--return std::atomic_is_lock_free();
-+uint64_t i = n64.load(std::memory_order_relaxed);
-+return std::atomic_is_lock_free();
- }"
- LIBATOMIC_NOT_NEEDED)
- IF (NOT LIBATOMIC_NOT_NEEDED)
-
-From 2fe9bfe0a6c1a821dabbf52af35c8eb2cd6e029b Mon Sep 17 00:00:00 2001
-From: Raymond Wong 
-Date: Sun, 3 Apr 2022 14:01:15 +0800
-Subject: [PATCH 2/2] cmake: check for 8-bit atomic operation
-
-Fix building on RISC-V.
-Closes #8850.
-
-Signed-off-by: Raymond Wong 

- cmake/ConfigureChecks.cmake | 7 +--
- 1 file changed, 5 insertions(+), 2 deletions(-)
-
-diff --git a/cmake/ConfigureChecks.cmake b/cmake/ConfigureChecks.cmake
-index 924aea1015a..6562d324f45 100644
 a/cmake/ConfigureChecks.cmake
-+++ b/cmake/ConfigureChecks.cmake
-@@ -255,10 +255,13 @@ int main () {
- check_cxx_source_compiles("
- #include 
- #include 
-+std::atomic n8 (0);
- std::atomic n64 (0);
- int main() {
--uint64_t i = n64.load(std::memory_order_relaxed);
--return std::atomic_is_lock_free();
-+uint8_t i = n8.load(std::memory_order_relaxed);
-+uint64_t j = n64.load(std::memory_order_relaxed);
-+return std::atomic_is_lock_free()
-+ & std::atomic_is_lock_free();
- }"
- LIBATOMIC_NOT_NEEDED)
- IF (NOT LIBATOMIC_NOT_NEEDED)

diff --git a/app-shells/fish/fish-3.4.1.ebuild 
b/app-shells/fish/fish-3.4.1.ebuild
deleted file mode 100644
index 08acc9d3b69e..
--- a/app-shells/fish/fish-3.4.1.ebuild
+++ /dev/null
@@ -1,107 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit cmake python-any-r1 readme.gentoo-r1
-
-DESCRIPTION="Friendly Interactive SHell"
-HOMEPAGE="http://fishshell.com/;
-
-MY_PV="${PV/_beta/b}"
-MY_P="${PN}-${MY_PV}"
-
-if [[ ${PV} == "" ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git;
-else
-   

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

2022-09-19 Thread Georgy Yakovlev
commit: 70c8cc62d1fb977f5c788f319163666370ece33c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Sep 20 01:31:26 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Sep 20 01:31:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c8cc62

dev-util/rustup: update EAPI 7 -> 8

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-util/rustup/rustup-.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/rustup/rustup-.ebuild 
b/dev-util/rustup/rustup-.ebuild
index 4c042a9473f7..e5921e9dc313 100644
--- a/dev-util/rustup/rustup-.ebuild
+++ b/dev-util/rustup/rustup-.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 CRATES="
 "



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

2022-09-19 Thread Marek Szuba
commit: c9eaacb7f947b4fc08bc6631223b9398760ef7c4
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Sep 19 23:51:49 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Sep 20 00:42:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9eaacb7

media-gfx/gmic: use different OpenMP library when using clang

Closes: https://bugs.gentoo.org/870823
Signed-off-by: Marek Szuba  gentoo.org>

 media-gfx/gmic/gmic-3.1.6.ebuild | 40 +++-
 1 file changed, 23 insertions(+), 17 deletions(-)

diff --git a/media-gfx/gmic/gmic-3.1.6.ebuild b/media-gfx/gmic/gmic-3.1.6.ebuild
index 936aba83276c..da836f3b546c 100644
--- a/media-gfx/gmic/gmic-3.1.6.ebuild
+++ b/media-gfx/gmic/gmic-3.1.6.ebuild
@@ -80,24 +80,30 @@ pkg_setup() {
 }
 
 gmic_emake() {
+   local mymakeargs=(
+   CC="$(tc-getCC)"
+   CXX="$(tc-getCXX)"
+   STRIP="/bin/true"
+   LIB="$(get_libdir)"
+   OPT_CFLAGS="${CXXFLAGS}"
+   OPT_LIBS="${LDFLAGS}"
+   GMIC_USE_CURL=$(usex curl)
+   GMIC_USE_EXR=$(usex openexr)
+   GMIC_USE_FFTW=$(usex fftw)
+   GMIC_USE_GRAPHICSMAGICK=$(usex graphicsmagick)
+   GMIC_USE_JPEG=$(usex jpeg)
+   GMIC_USE_OPENCV=$(usex opencv)
+   GMIC_USE_OPENMP=$(usex openmp)
+   GMIC_USE_PNG=$(usex png)
+   GMIC_USE_TIFF=$(usex tiff)
+   GMIC_USE_X11=$(usex X)
+   QMAKE="qmake5"
+   )
+
+   tc-is-clang && mymakeargs+=( OPENMP_LIBS="-lomp" )
+
emake -j1 -C src \
-   CC="$(tc-getCC)" \
-   CXX="$(tc-getCXX)" \
-   STRIP="/bin/true" \
-   LIB="$(get_libdir)" \
-   OPT_CFLAGS="${CXXFLAGS}" \
-   OPT_LIBS="${LDFLAGS}" \
-   GMIC_USE_CURL=$(usex curl) \
-   GMIC_USE_EXR=$(usex openexr) \
-   GMIC_USE_FFTW=$(usex fftw) \
-   GMIC_USE_GRAPHICSMAGICK=$(usex graphicsmagick) \
-   GMIC_USE_JPEG=$(usex jpeg) \
-   GMIC_USE_OPENCV=$(usex opencv) \
-   GMIC_USE_OPENMP=$(usex openmp) \
-   GMIC_USE_PNG=$(usex png) \
-   GMIC_USE_TIFF=$(usex tiff) \
-   GMIC_USE_X11=$(usex X) \
-   QMAKE="qmake5" \
+   "${mymakeargs[@]}" \
$@
 }
 



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

2022-09-19 Thread Marek Szuba
commit: aeb9bceb89d94c59e3b0ded5375442d5f99d4130
Author: Marek Szuba  gentoo  org>
AuthorDate: Mon Sep 19 23:53:28 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Sep 20 00:42:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeb9bceb

media-gfx/gmic: phase out virtual/jpeg

Signed-off-by: Marek Szuba  gentoo.org>

 media-gfx/gmic/gmic-3.0.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gmic/gmic-3.0.1-r1.ebuild 
b/media-gfx/gmic/gmic-3.0.1-r1.ebuild
index 1136691482d8..013dbdbdad9b 100644
--- a/media-gfx/gmic/gmic-3.0.1-r1.ebuild
+++ b/media-gfx/gmic/gmic-3.0.1-r1.ebuild
@@ -39,7 +39,7 @@ DEPEND="
${QT_DEPEND}
)
graphicsmagick? ( media-gfx/graphicsmagick:0= )
-   jpeg? ( virtual/jpeg:0 )
+   jpeg? ( media-libs/libjpeg-turbo:= )
opencv? ( >=media-libs/opencv-2.3.1a-r1:0= )
openexr? (
dev-libs/imath:=



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

2022-09-19 Thread Georgy Yakovlev
commit: 1fce79e2f1c5dab1d049abe13ecb10148f8c4ec6
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Sep 20 00:28:35 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Sep 20 00:29:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fce79e2

x11-misc/xwallpaper: add 0.7.4

Signed-off-by: Georgy Yakovlev  gentoo.org>

 x11-misc/xwallpaper/Manifest|  1 +
 x11-misc/xwallpaper/xwallpaper-0.7.4.ebuild | 50 +
 2 files changed, 51 insertions(+)

diff --git a/x11-misc/xwallpaper/Manifest b/x11-misc/xwallpaper/Manifest
index 24b4414b228e..00c689ce1094 100644
--- a/x11-misc/xwallpaper/Manifest
+++ b/x11-misc/xwallpaper/Manifest
@@ -1 +1,2 @@
 DIST xwallpaper-0.7.3.tar.xz 86388 BLAKE2B 
45942dbe7e3627fbbf99ac5ab94c88ecea919e48131f268f0be10a0fba15a4feddf207c0787ac47f75bc6a5cc94f2b78d599e97950609196930a73073ae21ec1
 SHA512 
7fa9cc9ca2445afdfcb647724a6dc8bb3b52b9a6c91d237f6b443cf1fe6624c67d16d611bf4e435c5f3dcdae6cbf73bbde257a4e194bc127dc13dca1f8067c19
+DIST xwallpaper-0.7.4.tar.xz 86432 BLAKE2B 
c10a69ab5734e43e99a746872bff427797e1d8f9de06d241fa81435036527b029031bb49733cf2119e8725883f20b9253b779ef9113d32d1b4f77bd73511a76a
 SHA512 
f6eaf41befe724ad55d14f607bdfe9d05c79139054deb6590198ce767cf42173f068459dd894b284f3e8dbc95fc482d8ed7ed1c615f7b72b249897a6a01d51ba

diff --git a/x11-misc/xwallpaper/xwallpaper-0.7.4.ebuild 
b/x11-misc/xwallpaper/xwallpaper-0.7.4.ebuild
new file mode 100644
index ..70132cc575a5
--- /dev/null
+++ b/x11-misc/xwallpaper/xwallpaper-0.7.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="Wallpaper setting utility for X"
+HOMEPAGE="https://github.com/stoeckmann/xwallpaper;
+
+if [[ ${PV} ==  ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/stoeckmann/${PN}.git;
+else
+   
SRC_URI="https://github.com/stoeckmann/${PN}/releases/download/v${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+fi
+
+LICENSE="ISC"
+SLOT="0"
+IUSE="+jpeg +png seccomp xpm"
+
+RDEPEND="
+   x11-libs/pixman
+   x11-libs/xcb-util
+   x11-libs/xcb-util-image
+   jpeg? ( media-libs/libjpeg-turbo:= )
+   png? ( media-libs/libpng:0= )
+   seccomp? ( >=sys-libs/libseccomp-2.3.1:0= )
+   xpm? ( x11-libs/libXpm )
+"
+
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local myconf=(
+   $(use_with jpeg)
+   $(use_with png)
+   $(use_with seccomp)
+   $(use_with xpm)
+   --with-randr
+   )
+   econf "${myconf[@]}"
+}



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

2022-09-19 Thread Georgy Yakovlev
commit: a30b7c8411b6cb2ae665e18a346c655a29c6c07e
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Sep 20 00:28:47 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Sep 20 00:29:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a30b7c84

x11-misc/xwallpaper: update EAPI 7 -> 8

Signed-off-by: Georgy Yakovlev  gentoo.org>

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

diff --git a/x11-misc/xwallpaper/xwallpaper-.ebuild 
b/x11-misc/xwallpaper/xwallpaper-.ebuild
index eabdc06bd22f..70132cc575a5 100644
--- a/x11-misc/xwallpaper/xwallpaper-.ebuild
+++ b/x11-misc/xwallpaper/xwallpaper-.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit autotools
 



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

2022-09-19 Thread Georgy Yakovlev
commit: 1f2ef54a05e5b622be217af0c7c51c639b4d1c46
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Sep 20 00:19:00 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Sep 20 00:22:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f2ef54a

sys-apps/fd: add 8.4.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-apps/fd/Manifest|  46 
 sys-apps/fd/fd-8.4.0.ebuild | 130 
 2 files changed, 176 insertions(+)

diff --git a/sys-apps/fd/Manifest b/sys-apps/fd/Manifest
index 78b804808ad0..87a7cb46833b 100644
--- a/sys-apps/fd/Manifest
+++ b/sys-apps/fd/Manifest
@@ -4,89 +4,135 @@ DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97
 DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
 DIST anyhow-1.0.35.crate 28928 BLAKE2B 
74fec657b5c21455298198bd9feddbc5086c433f2c43de45950e33341ca9527f88f4ccb94eef248437e455394d54ec0dc13af33843deb799a0215abd1b1a874f
 SHA512 
e93baa31f9eb04dcefc9e17fe030778337796490cec3467799f98dbfda77f55522457adde388c08b8893303e8a34292b863793f37956c4adfb7a88ba10fbd154
 DIST anyhow-1.0.52.crate 44224 BLAKE2B 
79d68d3390d27e0e27f9db784ad10b5d7845dec7949fbc722f944ef3988419acd72c509b44a4544e99bea5e57407da5b1ce40a96277d307fc408c958ea915c31
 SHA512 
b87e0b304daff85894c34060b97379d8e3d9be03078275313035c7142c76b3e59922b25924ac98a0b1b70fc98746eb174ca4b7ef33a26e115f294c1f1200aa6a
+DIST anyhow-1.0.57.crate 44614 BLAKE2B 
b8d8274325b7959cedb2b8f4023d13b0d3824034c8433aea9a0a6f3c3fa6a6d7460b93bf624dff4b7168075524545f1a312e454ed0b15e8dff2109cf3c6dc433
 SHA512 
311b9280aa7d573c11752ca2ffe810e2d4b55fe4c34cca948bbd42f1ddb1d36a51eda39684cffb7f6c4a18508cb53a5a38495521562a0088e3374fee800ff004
+DIST argmax-0.3.0.crate 11172 BLAKE2B 
de9b84974cabc05c41b4d1f74f68ba18d8743fce84bc66da932215d2495de21204b219c669f3c20e95ab934918e7eb9bd5518f2d3097bdd2b367984771db2a33
 SHA512 
6415c45fd7c7d4ddac7c821ab4777dd0bc8e96475034db38270e308238990170f3475a4fe3faecc7d8a3ae2ae4a017ccd8bdc20a02ed153b38c429b226362078
 DIST atty-0.2.14.crate 5470 BLAKE2B 
2db856a9e898a430258f059aeaf7c844a153293e8856d90ac81f7d91a888c89198768ad5cb09303c23241fe85c560a55148fa56a303651a82b0edb895616bfab
 SHA512 
d7b6c4b9a0f898d91ddbc41a5ee45bbf45d1d269508c8cc87ee3e3990500e41e0ec387afb1f3bc7db55bedac396dd86c6509f4bf9e5148d809c3802edcc5e1d9
 DIST autocfg-1.0.1.crate 12908 BLAKE2B 
40c53cab298e4f26634c3acff3ece6a3371188d91dbf377ed664eabedcde20536edaa93daf406618f37edde019f049a6e7b9a47f627344587dbd126bee2b5e3a
 SHA512 
630b348acb98b012e97804e6325d03c89abc22f2157762c59144c04e6c733daf550bdc7f0fe0b9f3b50e15dae8c1c3c4bdfce3d805b02f0fc987311f5332419b
+DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
 DIST bitflags-1.2.1.crate 16745 BLAKE2B 
0fa6d3ce44aad7616d5cd02aad8c1d0b0fed4022650eb43067c4a72e6fc88da05442674fa51826e4858a47c9de233e1ba2229820af094197cd11bb416ceffb2b
 SHA512 
ad89b3798845e23737a620bba581c2ff1ff3e15bac12555c765e201d2c0b90ecea0cdbc5b5b1a3fa9858c385e8e041f8226f5acfae5bbbe9925643fff2bf3f0b
 DIST bitflags-1.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST bstr-0.2.14.crate 345490 BLAKE2B 
96095cf4d70d88cd5cb4a61bd0e72a673933c7d1d95b713bd44375e739037ae12451602fa539ebf98e73d39a6786728ad145e882117b98108d945ba96b810e83
 SHA512 
de62c0f31ad672f90a8038fa163c7cdaf474b35ec24592aee5549af7c76d43e6ed00f8d7237e15ab27576c27a7232033a217955de6a0a3b40c83661b3a7e1e8a
 DIST bstr-0.2.17.crate 330350 BLAKE2B 
90c3a48d78b73d7e36a3da9fda0beae6e91ce534d17198ea8ceee0b613d03297f9dd8bca30e1ec5da01d1da359a1da72b2c2771b77c82bebab5006cafd665192
 SHA512 
883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2
 DIST cc-1.0.66.crate 53454 BLAKE2B 
fe34309ae50a3b022c36270a1dc819713f9d70e9ade2f421c33c542e865dc861e3b5191e8949de253515aef6878f786a6abe048391a819d09bf57f33054a90ce
 SHA512 
b07a70f88fa0588fb0f6bc7376e985834672cc9914a0713afe01740af6bcf01821d15720d831e8b7ea8b42f5866dbd011a245997f35bf8febc3b13d66089723e
 DIST cc-1.0.72.crate 57495 BLAKE2B 
b2057ca53aacafa063a4eaa907bfb65aa32ce01a74a90b9085c8243a87723cee8ce79e4904f9d205f9d451598ee34495f8879d27c189477ca43bd39b88b5ea2e
 SHA512 

[gentoo-commits] repo/gentoo:master commit in: app-shells/fish/

2022-09-19 Thread Georgy Yakovlev
commit: c7df688193b8ef219acba6c4be9d28b057746c7c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Sep 20 00:22:36 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Sep 20 00:22:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7df6881

app-shells/fish: add 3.5.1

Closes: https://bugs.gentoo.org/863341
Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-shells/fish/Manifest  |   1 +
 app-shells/fish/fish-3.5.1.ebuild | 108 ++
 2 files changed, 109 insertions(+)

diff --git a/app-shells/fish/Manifest b/app-shells/fish/Manifest
index bb92772d4c31..d956f27aa0b7 100644
--- a/app-shells/fish/Manifest
+++ b/app-shells/fish/Manifest
@@ -1,3 +1,4 @@
 DIST fish-3.4.0.tar.xz 3292216 BLAKE2B 
3691e5387a8392d7d43b3b0f8b893e83e246c3532684e95a19c7b2eb4ebe80bcf04aaa1b965f5c4f6d782d0ae52269bb1cdafef76845b02f9f99d4c82ea77ce3
 SHA512 
463ee8d86815520c6de9777fd2b5975f06cc0842137c86cca7ae0331e95d74e755bf6f4b0bdea7e96c11371436ff9f97ce483ae026daa1e8d385f6cad8860ed4
 DIST fish-3.4.1.tar.xz 3293068 BLAKE2B 
5edcd59445e6d928fb2183deb68fb0a305f6f80c134fef48ea79d91b79af1da6b31a1e870a9df963bb27dfc5985f326d9b6d53d64b16c79f9c303aa8edfa4423
 SHA512 
20a2892ec0c413c4c3fcfe5fbf52fb2398de35a9172758728bd2ccdccc5fb6e0e18712a664d02db67543d47180a4d04f3998a6297d23088926b6d03baefdf981
 DIST fish-3.5.0.tar.xz 3326276 BLAKE2B 
ac8fa514a728af5bc02ea02f57344d92d3d897c5dda3a2a32b6dbaab81c795828da0cc6938f19bb6d538aa1e620b67de72225fa73b52405c94e1eecab2299faa
 SHA512 
ccec4abcdb425563688c6112f3c9c57add16aa3a05c121d2633b655d27185e1c96c263d51d6af7d83c068580d7d0723c072f1a4853fa8b6736291beeab64b859
+DIST fish-3.5.1.tar.xz 3329900 BLAKE2B 
960ee4036dd44bda93300a377e44f5c3db19f2c24ee60112c3e8b886cc434e9bc08c65dd99ab13aefde6c7cb66e027f446064bc6b7f20f9a85b16753ea7b50c3
 SHA512 
328e3d972f9e7cffe161515540f00a97c5cbe11b43ec293090bedb96a6a8e689e07ceafecb3efcd0e378edea59811adb0acc011d5885ac28d98838387c678235

diff --git a/app-shells/fish/fish-3.5.1.ebuild 
b/app-shells/fish/fish-3.5.1.ebuild
new file mode 100644
index ..936ed237ea77
--- /dev/null
+++ b/app-shells/fish/fish-3.5.1.ebuild
@@ -0,0 +1,108 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit cmake python-any-r1 readme.gentoo-r1
+
+DESCRIPTION="Friendly Interactive SHell"
+HOMEPAGE="http://fishshell.com/;
+
+MY_PV="${PV/_beta/b}"
+MY_P="${PN}-${MY_PV}"
+
+if [[ ${PV} == "" ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/${PN}-shell/${PN}-shell.git;
+else
+   
SRC_URI="https://github.com/${PN}-shell/${PN}-shell/releases/download/${MY_PV}/${MY_P}.tar.xz;
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc 
~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos 
~x86-solaris"
+fi
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE="+doc nls test"
+
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+   >=dev-libs/libpcre2-10.32:=[pcre32]
+   sys-apps/coreutils
+   sys-libs/ncurses:=[unicode(+)]
+"
+
+DEPEND="${RDEPEND}"
+BDEPEND="
+   nls? ( sys-devel/gettext )
+   test? (
+   ${PYTHON_DEPS}
+   dev-tcltk/expect
+   $(python_gen_any_dep '
+   dev-python/pexpect[${PYTHON_USEDEP}]
+   ')
+   )
+"
+# we don't need shpinx dep for release tarballs
+[[ ${PV} ==  ]] && DEPEND+=" doc? ( dev-python/sphinx )"
+
+S="${WORKDIR}/${MY_P}"
+
+python_check_deps() {
+   use test || return 0
+   python_has_version "dev-python/pexpect[${PYTHON_USEDEP}]"
+}
+
+src_prepare() {
+   # workaround for https://github.com/fish-shell/fish-shell/issues/4883
+   sed -i 
's#${TEST_INSTALL_DIR}/${CMAKE_INSTALL_PREFIX}#${TEST_INSTALL_DIR}#' \
+   cmake/Tests.cmake || die
+   cmake_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DCMAKE_INSTALL_BINDIR="${EPREFIX}/bin"
+   -DCMAKE_INSTALL_SYSCONFDIR="${EPREFIX}/etc"
+   -DCURSES_NEED_NCURSES=ON
+   -DINSTALL_DOCS="$(usex doc)"
+   -DWITH_GETTEXT="$(usex nls)"
+   )
+   # release tarballs ship pre-built docs // -DHAVE_PREBUILT_DOCS=TRUE
+   if [[ ${PV} ==  ]]; then
+   mycmakeargs+=( -DBUILD_DOCS="$(usex doc)" )
+   else
+   mycmakeargs+=( -DBUILD_DOCS=OFF )
+   fi
+   cmake_src_configure
+}
+
+src_install() {
+   cmake_src_install
+   keepdir /usr/share/fish/vendor_{completions,conf,functions}.d
+   readme.gentoo_create_doc
+}
+
+src_test() {
+   # some tests are fragile, sanitize environment
+   local -x COLUMNS=80
+   local -x LINES=24
+
+   # very fragile, depends on terminal, size, tmux, screen and timing
+   if [[ ${PV} !=  ]]; then
+   rm -v tests/pexpects/terminal.py || die
+   fi
+
+   # zfs 

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

2022-09-19 Thread Sam James
commit: a3c8a71d8fd6017b83f6d1356dada6d8bb12d2e6
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:03:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:05:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3c8a71d

mail-mta/msmtp: Stabilize 1.8.22 amd64, #871945

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

 mail-mta/msmtp/msmtp-1.8.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/msmtp/msmtp-1.8.22.ebuild 
b/mail-mta/msmtp/msmtp-1.8.22.ebuild
index 13d463822304..426027b0b9ae 100644
--- a/mail-mta/msmtp/msmtp-1.8.22.ebuild
+++ b/mail-mta/msmtp/msmtp-1.8.22.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://marlam.de/msmtp/releases/${P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="daemon doc gnome-keyring +gnutls idn +mta nls sasl ssl vim-syntax"
 
 # fcaps.eclass unconditionally defines "filecaps" USE flag which we need for



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

2022-09-19 Thread Sam James
commit: a863c42115933bb7693b7f92443862d43842117a
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:05:14 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:05:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a863c421

dev-python/executing: Stabilize 0.10.0 x86, #871879

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

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

diff --git a/dev-python/executing/executing-0.10.0.ebuild 
b/dev-python/executing/executing-0.10.0.ebuild
index 48fcc297be82..471d3466d941 100644
--- a/dev-python/executing/executing-0.10.0.ebuild
+++ b/dev-python/executing/executing-0.10.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 # asttokens is optional runtime dep
 BDEPEND="



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

2022-09-19 Thread Sam James
commit: fee17e305f4f709c2524096d4f4db1ad46766f6c
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:06:02 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:06:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fee17e30

dev-python/gssapi: Stabilize 1.8.1 x86, #871861

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

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

diff --git a/dev-python/gssapi/gssapi-1.8.1.ebuild 
b/dev-python/gssapi/gssapi-1.8.1.ebuild
index f27c21e8d53a..35dd573c939c 100644
--- a/dev-python/gssapi/gssapi-1.8.1.ebuild
+++ b/dev-python/gssapi/gssapi-1.8.1.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}"/python-${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
dev-python/decorator[${PYTHON_USEDEP}]



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

2022-09-19 Thread Sam James
commit: 5906a7c2da87ef1100530d0f0b30eafc96847879
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:06:20 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:06:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5906a7c2

mail-mta/msmtp: Stabilize 1.8.22 x86, #871945

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

 mail-mta/msmtp/msmtp-1.8.22.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mail-mta/msmtp/msmtp-1.8.22.ebuild 
b/mail-mta/msmtp/msmtp-1.8.22.ebuild
index 426027b0b9ae..77e8241562f3 100644
--- a/mail-mta/msmtp/msmtp-1.8.22.ebuild
+++ b/mail-mta/msmtp/msmtp-1.8.22.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://marlam.de/msmtp/releases/${P}.tar.xz;
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~ppc-macos"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~ppc-macos"
 IUSE="daemon doc gnome-keyring +gnutls idn +mta nls sasl ssl vim-syntax"
 
 # fcaps.eclass unconditionally defines "filecaps" USE flag which we need for



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

2022-09-19 Thread Sam James
commit: 690f2cb226742fa9b318a71124825498d63d6959
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:06:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:06:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=690f2cb2

dev-python/configupdater: Stabilize 3.1.1 x86, #871852

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

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

diff --git a/dev-python/configupdater/configupdater-3.1.1.ebuild 
b/dev-python/configupdater/configupdater-3.1.1.ebuild
index cc9d11443539..34366d17f12c 100644
--- a/dev-python/configupdater/configupdater-3.1.1.ebuild
+++ b/dev-python/configupdater/configupdater-3.1.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT PSF-2 PYTHON"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 ~sparc x86"
 
 distutils_enable_tests pytest
 



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

2022-09-19 Thread Sam James
commit: 0d360995c6a803afcfcb953b1104e58de6f2140c
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:06:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:06:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d360995

dev-python/asttokens: Stabilize 2.0.8 x86, #871918

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

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

diff --git a/dev-python/asttokens/asttokens-2.0.8.ebuild 
b/dev-python/asttokens/asttokens-2.0.8.ebuild
index 78bce9a9ec1f..defb368c7b54 100644
--- a/dev-python/asttokens/asttokens-2.0.8.ebuild
+++ b/dev-python/asttokens/asttokens-2.0.8.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]



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

2022-09-19 Thread Sam James
commit: f7c72dde1b202934dcbc2cb39070a178bcc21717
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:06:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:06:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7c72dde

dev-python/fonttools: Stabilize 4.36.0 x86, #871873

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

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

diff --git a/dev-python/fonttools/fonttools-4.36.0.ebuild 
b/dev-python/fonttools/fonttools-4.36.0.ebuild
index cedf56b1289b..5b5d6dc1e73a 100644
--- a/dev-python/fonttools/fonttools-4.36.0.ebuild
+++ b/dev-python/fonttools/fonttools-4.36.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.gh.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-macos"
+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="${RDEPEND}



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

2022-09-19 Thread Sam James
commit: d0b090fb4a8c9a5ced8a0212198666392b8df98e
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:06:16 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:06:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b090fb

dev-python/pyproject-fmt: Stabilize 0.3.5 x86, #871852

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

 dev-python/pyproject-fmt/pyproject-fmt-0.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyproject-fmt/pyproject-fmt-0.3.5.ebuild 
b/dev-python/pyproject-fmt/pyproject-fmt-0.3.5.ebuild
index 63bac8365afd..8d1fa2c2ab92 100644
--- a/dev-python/pyproject-fmt/pyproject-fmt-0.3.5.ebuild
+++ b/dev-python/pyproject-fmt/pyproject-fmt-0.3.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 ~sparc x86"
 
 RDEPEND="
>=dev-python/packaging-21.3[${PYTHON_USEDEP}]



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

2022-09-19 Thread Sam James
commit: f057cd1645d1eaa54b4846e284095be98a22dbde
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:06:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:06:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f057cd16

dev-python/ini2toml: Stabilize 0.11-r1 x86, #871852

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

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

diff --git a/dev-python/ini2toml/ini2toml-0.11-r1.ebuild 
b/dev-python/ini2toml/ini2toml-0.11-r1.ebuild
index c68adc88a97b..263dfde76bd4 100644
--- a/dev-python/ini2toml/ini2toml-0.11-r1.ebuild
+++ b/dev-python/ini2toml/ini2toml-0.11-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 ~sparc x86"
 
 RDEPEND="
>=dev-python/packaging-20.7[${PYTHON_USEDEP}]



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

2022-09-19 Thread Sam James
commit: 6c2e125a8780703d4d685d9a78d1758c7b568978
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:03:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:05:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c2e125a

dev-python/ini2toml: Stabilize 0.11-r1 amd64, #871852

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

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

diff --git a/dev-python/ini2toml/ini2toml-0.11-r1.ebuild 
b/dev-python/ini2toml/ini2toml-0.11-r1.ebuild
index 58bc36a0c25e..c68adc88a97b 100644
--- a/dev-python/ini2toml/ini2toml-0.11-r1.ebuild
+++ b/dev-python/ini2toml/ini2toml-0.11-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/packaging-20.7[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: app-emulation/open-vm-tools/

2022-09-19 Thread Sam James
commit: e9136bfddad5d6076a2f8ca1fd80d722b94b0963
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:03:46 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:05:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9136bfd

app-emulation/open-vm-tools: Stabilize 12.1.0 amd64, #871927

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

 app-emulation/open-vm-tools/open-vm-tools-12.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emulation/open-vm-tools/open-vm-tools-12.1.0.ebuild 
b/app-emulation/open-vm-tools/open-vm-tools-12.1.0.ebuild
index c6408545e1e6..f97c05758534 100644
--- a/app-emulation/open-vm-tools/open-vm-tools-12.1.0.ebuild
+++ b/app-emulation/open-vm-tools/open-vm-tools-12.1.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/vmware/open-vm-tools/releases/download/stable-${PV}/
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="X +deploypkg +dnet doc +fuse gtkmm +icu multimon pam +resolutionkms +ssl 
+vgauth"
 REQUIRED_USE="
multimon? ( X )



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

2022-09-19 Thread Sam James
commit: 89a6f1e3edb83f8060b665c3f56660c02672b0ea
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:03:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:05:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a6f1e3

dev-python/configupdater: Stabilize 3.1.1 amd64, #871852

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

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

diff --git a/dev-python/configupdater/configupdater-3.1.1.ebuild 
b/dev-python/configupdater/configupdater-3.1.1.ebuild
index d078a30c2ea3..cc9d11443539 100644
--- a/dev-python/configupdater/configupdater-3.1.1.ebuild
+++ b/dev-python/configupdater/configupdater-3.1.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT PSF-2 PYTHON"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 distutils_enable_tests pytest
 



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

2022-09-19 Thread Sam James
commit: fb92e9ac0c0c0f40f2eb64963a36f2ef1c863903
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:03:39 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:05:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb92e9ac

dev-python/asttokens: Stabilize 2.0.8 amd64, #871918

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

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

diff --git a/dev-python/asttokens/asttokens-2.0.8.ebuild 
b/dev-python/asttokens/asttokens-2.0.8.ebuild
index d89cdbcb624c..78bce9a9ec1f 100644
--- a/dev-python/asttokens/asttokens-2.0.8.ebuild
+++ b/dev-python/asttokens/asttokens-2.0.8.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86"
 
 RDEPEND="
dev-python/six[${PYTHON_USEDEP}]



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

2022-09-19 Thread Sam James
commit: 124c553940a00899f874ead5683f05bed13cba4f
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:03:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:05:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=124c5539

dev-python/pyproject-fmt: Stabilize 0.3.5 amd64, #871852

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

 dev-python/pyproject-fmt/pyproject-fmt-0.3.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pyproject-fmt/pyproject-fmt-0.3.5.ebuild 
b/dev-python/pyproject-fmt/pyproject-fmt-0.3.5.ebuild
index 7ee85fd6e205..63bac8365afd 100644
--- a/dev-python/pyproject-fmt/pyproject-fmt-0.3.5.ebuild
+++ b/dev-python/pyproject-fmt/pyproject-fmt-0.3.5.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 RDEPEND="
>=dev-python/packaging-21.3[${PYTHON_USEDEP}]



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

2022-09-19 Thread Sam James
commit: 967974341eefbec2e88e39dcdeae3c0a98c236e7
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:03:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:05:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=96797434

dev-python/fonttools: Stabilize 4.36.0 amd64, #871873

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

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

diff --git a/dev-python/fonttools/fonttools-4.36.0.ebuild 
b/dev-python/fonttools/fonttools-4.36.0.ebuild
index f2bd07ab8379..cedf56b1289b 100644
--- a/dev-python/fonttools/fonttools-4.36.0.ebuild
+++ b/dev-python/fonttools/fonttools-4.36.0.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/fonttools/fonttools/archive/${PV}.tar.gz -> ${P}.gh.
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc ~x86 ~x64-macos"
+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="${RDEPEND}



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

2022-09-19 Thread Sam James
commit: 7f69681238541bc0a327faef4d0e5a4a8a78e14e
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:03:24 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:05:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f696812

dev-python/gssapi: Stabilize 1.8.1 amd64, #871861

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

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

diff --git a/dev-python/gssapi/gssapi-1.8.1.ebuild 
b/dev-python/gssapi/gssapi-1.8.1.ebuild
index 6e2db3767fe0..f27c21e8d53a 100644
--- a/dev-python/gssapi/gssapi-1.8.1.ebuild
+++ b/dev-python/gssapi/gssapi-1.8.1.ebuild
@@ -18,7 +18,7 @@ S="${WORKDIR}"/python-${P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv ~x86"
 
 RDEPEND="
dev-python/decorator[${PYTHON_USEDEP}]



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

2022-09-19 Thread Sam James
commit: c5d300a8dbfc9322dc7d8b4c13405bf3527fff9c
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:03:30 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:05:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5d300a8

dev-python/google-api-python-client: Stabilize 2.57.0 ALLARCHES, #871867

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

 .../google-api-python-client/google-api-python-client-2.57.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/google-api-python-client/google-api-python-client-2.57.0.ebuild 
b/dev-python/google-api-python-client/google-api-python-client-2.57.0.ebuild
index 7e8aaa05d6d4..1c528a1a0c2d 100644
--- a/dev-python/google-api-python-client/google-api-python-client-2.57.0.ebuild
+++ b/dev-python/google-api-python-client/google-api-python-client-2.57.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 RDEPEND="
>=dev-python/httplib2-0.15[${PYTHON_USEDEP}]



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

2022-09-19 Thread Sam James
commit: f316b990ce830356081b96f296c699a46d262609
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:03:27 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:05:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f316b990

dev-python/google-auth: Stabilize 2.11.0 ALLARCHES, #871864

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

 dev-python/google-auth/google-auth-2.11.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/google-auth/google-auth-2.11.0.ebuild 
b/dev-python/google-auth/google-auth-2.11.0.ebuild
index de5188c8fdb8..37c2ffef06a9 100644
--- a/dev-python/google-auth/google-auth-2.11.0.ebuild
+++ b/dev-python/google-auth/google-auth-2.11.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 RDEPEND="


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

2022-09-19 Thread Sam James
commit: 7b22ee0db245ffa64f75f4cae804e76b81bd0a38
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:03:36 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:05:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b22ee0d

dev-python/audioread: Stabilize 3.0.0 ALLARCHES, #871915

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

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

diff --git a/dev-python/audioread/audioread-3.0.0.ebuild 
b/dev-python/audioread/audioread-3.0.0.ebuild
index d17c0e0ef106..368319f8dc00 100644
--- a/dev-python/audioread/audioread-3.0.0.ebuild
+++ b/dev-python/audioread/audioread-3.0.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="ffmpeg gstreamer mad"
 
 RDEPEND="



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

2022-09-19 Thread Sam James
commit: ce0844a74119ffb616f79c84aacd08d14bd5ef48
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:02:34 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:05:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0844a7

dev-python/executing: Stabilize 0.10.0 amd64, #871879

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

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

diff --git a/dev-python/executing/executing-0.10.0.ebuild 
b/dev-python/executing/executing-0.10.0.ebuild
index 8cfb5af3b630..48fcc297be82 100644
--- a/dev-python/executing/executing-0.10.0.ebuild
+++ b/dev-python/executing/executing-0.10.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc ~x86"
 
 # asttokens is optional runtime dep
 BDEPEND="



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

2022-09-19 Thread Sam James
commit: dc610dab218fb03672768f05545f5367ec140b17
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:03:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:05:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc610dab

dev-python/mkdocs-material: Stabilize 8.4.0 ALLARCHES, #871834

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

 dev-python/mkdocs-material/mkdocs-material-8.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/mkdocs-material/mkdocs-material-8.4.0.ebuild 
b/dev-python/mkdocs-material/mkdocs-material-8.4.0.ebuild
index 71839dd0e93b..65c7c88b4dd1 100644
--- a/dev-python/mkdocs-material/mkdocs-material-8.4.0.ebuild
+++ b/dev-python/mkdocs-material/mkdocs-material-8.4.0.ebuild
@@ -27,7 +27,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
+KEYWORDS="amd64 ~riscv x86"
 
 RDEPEND="
>=dev-python/jinja-2.11.1[${PYTHON_USEDEP}]



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

2022-09-19 Thread Sam James
commit: 6e2a6fbe7fcc737f4755c653bca7efa050dce823
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:03:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:05:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e2a6fbe

dev-python/pikepdf: Stabilize 5.5.0 amd64, #871816

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

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

diff --git a/dev-python/pikepdf/pikepdf-5.5.0.ebuild 
b/dev-python/pikepdf/pikepdf-5.5.0.ebuild
index 0dcfce946c36..6f8e5d46da2f 100644
--- a/dev-python/pikepdf/pikepdf-5.5.0.ebuild
+++ b/dev-python/pikepdf/pikepdf-5.5.0.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DEPEND="
>=app-text/qpdf-10.6.2:0=



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

2022-09-19 Thread Sam James
commit: f26f095c8755335fb8a8c9139e2569f987f51759
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:03:18 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:05:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f26f095c

dev-python/libtmux: Stabilize 0.14.2 ALLARCHES, #871843

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

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

diff --git a/dev-python/libtmux/libtmux-0.14.2.ebuild 
b/dev-python/libtmux/libtmux-0.14.2.ebuild
index be24d300e9a1..11a0390b8004 100644
--- a/dev-python/libtmux/libtmux-0.14.2.ebuild
+++ b/dev-python/libtmux/libtmux-0.14.2.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 
 RDEPEND="
>=app-misc/tmux-3.0a



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

2022-09-19 Thread Sam James
commit: df7b7c36bb8cee1da6d88f01424e429be49b028e
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:03:21 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:05:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df7b7c36

dev-python/hcloud-python: Stabilize 1.18.0 amd64, #871855

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

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

diff --git a/dev-python/hcloud-python/hcloud-python-1.18.0.ebuild 
b/dev-python/hcloud-python/hcloud-python-1.18.0.ebuild
index 61ebacbad568..f0eb128c1b5d 100644
--- a/dev-python/hcloud-python/hcloud-python-1.18.0.ebuild
+++ b/dev-python/hcloud-python/hcloud-python-1.18.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="doc examples"
 
 RDEPEND="



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

2022-09-19 Thread Georgy Yakovlev
commit: cb152f20681a55af38923ae3353dfe7a4e9136d6
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Sep 19 23:31:04 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Sep 20 00:03:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb152f20

app-benchmarks/hyperfine: add 1.15.0

Signed-off-by: Georgy Yakovlev  gentoo.org>

 app-benchmarks/hyperfine/Manifest|  37 ++
 app-benchmarks/hyperfine/hyperfine-1.15.0.ebuild | 136 +++
 2 files changed, 173 insertions(+)

diff --git a/app-benchmarks/hyperfine/Manifest 
b/app-benchmarks/hyperfine/Manifest
index d7e14c580277..8f0af537f7fc 100644
--- a/app-benchmarks/hyperfine/Manifest
+++ b/app-benchmarks/hyperfine/Manifest
@@ -1,6 +1,8 @@
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
+DIST aho-corasick-0.7.19.crate 113070 BLAKE2B 
5ddaa0d415d19cf9922b5723bf3480750634ea68cb66fd05bfa2bf57607eb6383ba86d8c55f70adb87b71b98caa73d8f6ebd075c006493530c81979032899b60
 SHA512 
0d63d29079650bde4e8a9f8529716b9d8c42db076a1d74715116240c2628173f1e86fb29c08a25ad07a0148e48789ab20de0c186a8b3dfb193cbfeb0d76ae78c
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
 DIST anyhow-1.0.57.crate 44614 BLAKE2B 
b8d8274325b7959cedb2b8f4023d13b0d3824034c8433aea9a0a6f3c3fa6a6d7460b93bf624dff4b7168075524545f1a312e454ed0b15e8dff2109cf3c6dc433
 SHA512 
311b9280aa7d573c11752ca2ffe810e2d4b55fe4c34cca948bbd42f1ddb1d36a51eda39684cffb7f6c4a18508cb53a5a38495521562a0088e3374fee800ff004
+DIST anyhow-1.0.64.crate 43549 BLAKE2B 
2cbed191296299d888fd7a02366cb3e5498920cfd6a05ebac9c4ba6d0bc248b49e8dd46a70effbf3d69349a2b8d28814cb04edbc52ccd5bf3050de438210ca77
 SHA512 
4d525152a0977a85719695757e515e1fc714bbaccf3ade1d7bcafa9dec3c44e93c633aade95f663f8c93378a1f2da5d55e5f2a906701a7d8369939538f860531
 DIST approx-0.3.2.crate 14288 BLAKE2B 
601eb7b83c6f0e41a4d64db5669b7058b4038319414bde74761f0b1584baf8426f9735cd0076d1dde829a056a07e8f820d85737e5b1bf371d9510551c367025c
 SHA512 
3853684c3b1c5c63204304f2e4f1c673b92311125c1df0fc16e96bd6f765e8266079e8d4ec3c85fad933361638c7515d5be18a2fc551353c4097051d0bd96ae3
 DIST approx-0.5.0.crate 14359 BLAKE2B 
d1811157cb560d24b559b5f4954654dcfe4d1d418f90ed98536c0f8c72584b9cc10c93c4e89fa376f96be043338964d07bc722ef16ebf3041e8c7eb755f2941e
 SHA512 
4c7ef7d54b6a9fac11587fd16638d36d8738e5156f5abf77cd994056377427f12170b61c03d1acf591dbb897911babc852c2a4a12b3c5277e1065d952c9e7dc6
 DIST approx-0.5.1.crate 15100 BLAKE2B 
8fe84d52263521c0b72a1d1e82ed283828f680b8b56f532df2c14ea86ca09e793686d823c5d58ecfd7a829948543bb375e85223c866cf036e9432be5d6aa7399
 SHA512 
c6d768496c974b6ff4cf7ad8e65f3fc9faf29a1957da497968ee112c6a0b9d7a0ff9a2579206e864976c0f65ed2190bc9d2b63b31a09ced7b57879e207c46407
@@ -22,32 +24,42 @@ DIST cfg-if-0.1.10.crate 7933 BLAKE2B 
063a96ed176f34f788666b40adc483d147fc011dee
 DIST cfg-if-1.0.0.crate 7934 BLAKE2B 
e99a5589c11d79d77a4537b34ce0a45d37b981c123b79b807cea836c89fc3926d693458893baca2882448d3d44e3f64e06141f6d916b748daa10b8cc1ae16d1b
 SHA512 
0fb16a8882fd30e86b62c5143b1cb18ab564e84e75bd1f28fd12f24ffdc4a42e0d2e012a99abb606c12efe3c11061ff5bf8e24ab053e550ae083f7d90f6576ff
 DIST clap-2.33.3.crate 201925 BLAKE2B 
bec9c866481c5b3fddeb314f68af9bce38fc421e42816182de3209e8ea3447b72cf033e6251eea27fe974eff8085b7d98cdd2911b5cc0ec6b4bf4c750deb8a25
 SHA512 
3eb0fd648e2e3f9e5ff69a5e6cf0d867304fe18523accd036f28a86de368e4774088a6936c108ccc045092c539fe7f7494ea96420ebf6b4bec16880cea84bedf
 DIST clap-3.1.14.crate 207088 BLAKE2B 
4fa409fda088ee654ea1d93d273ee53b8887a2b88b3df622979cb6834539b59eaa9bf2d8bc8fc7dcf4960a8c3d73e5892b8f5542c257f6595141905e6a3a4263
 SHA512 
8f90b1536cc4d638523a1798f001464d7c93351e8f422d5ae4772a59ea463fbe390198ef08938475426c837b43272d030bab1c12234c7b55fee677a527660fe4
+DIST clap-3.2.20.crate 214114 BLAKE2B 
b8bf14d5b60ac0a1156718e2993df45bd867519a195414de591ae92e009930121c674bd53ce8e5cad53659a1b9b72810a7cbbabc92d3552b2131cf3836083a4f
 SHA512 
85a1aa5f777a172aca71459225d72282fc7f21122ad7ade496a4734ffdd140476fd73d67da900fe323dd6a72d09401536e318b9654674a9f4f61dab822fe54a9
 DIST clap_complete-3.1.1.crate 22432 BLAKE2B 
8eb0696e76f3e82a8e4efa644e35d97276bd60c49d8d38b2844b4f47abf4346911bfa11bb54681eb07cc552f97b0959ab6857b2f6dba279e81eebd10fd2c10cd
 SHA512 
73ccd96b2116e756b6d4e00b28720e1e66984cd0efde5f2ec80a8a4c00737a9a096472f96ac6430c7ab586de57e38639ab15484ea6b088ddafc9f021b4680c8f
+DIST clap_complete-3.2.4.crate 31618 BLAKE2B 

[gentoo-commits] repo/gentoo:master commit in: sys-apps/ibm-powerpc-utils/

2022-09-19 Thread Georgy Yakovlev
commit: baa4aafade03bfbe7f065645f08cb3ffc268e0f3
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Tue Sep 20 00:02:51 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Sep 20 00:03:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baa4aafa

sys-apps/ibm-powerpc-utils: drop 9

Signed-off-by: Georgy Yakovlev  gentoo.org>

 .../ibm-powerpc-utils-9.ebuild | 33 --
 1 file changed, 33 deletions(-)

diff --git a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-9.ebuild 
b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-9.ebuild
deleted file mode 100644
index d4d181b373a4..
--- a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-9.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit autotools git-r3
-
-DESCRIPTION="Utilities for the maintainance of the IBM and Apple PowerPC 
platforms"
-HOMEPAGE="https://github.com/ibm-power-utilities/powerpc-utils;
-EGIT_REPO_URI="https://github.com/ibm-power-utilities/powerpc-utils;
-IUSE="+rtas"
-
-SLOT="0"
-LICENSE="GPL-2+"
-KEYWORDS=""
-
-RDEPEND="
-   !=sys-libs/librtas-2.0.2 )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-1.3.5-docdir.patch
-   "${FILESDIR}"/${P}-musl.patch # PR #63
-)
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   econf $(use_with rtas librtas)
-}



[gentoo-commits] repo/gentoo:master commit in: sys-apps/ibm-powerpc-utils/

2022-09-19 Thread Georgy Yakovlev
commit: 597d28cbbe58dae408745d6921aa8eeb6128cb0d
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Sep 19 23:36:19 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Tue Sep 20 00:03:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=597d28cb

sys-apps/ibm-powerpc-utils: add 1.3.10

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-apps/ibm-powerpc-utils/Manifest|  1 +
 .../ibm-powerpc-utils-1.3.10.ebuild| 37 ++
 2 files changed, 38 insertions(+)

diff --git a/sys-apps/ibm-powerpc-utils/Manifest 
b/sys-apps/ibm-powerpc-utils/Manifest
index 99e52049706a..0a3f12d3cea7 100644
--- a/sys-apps/ibm-powerpc-utils/Manifest
+++ b/sys-apps/ibm-powerpc-utils/Manifest
@@ -1 +1,2 @@
+DIST ibm-powerpc-utils-1.3.10.tar.gz 388572 BLAKE2B 
683263df9f1a17a31d00325a7c760d81b51bccf74914215b78069b14c9cac7336457ab48891ed69467dc8c70e3886c1e22a614c6d53b9d24714f3ce744bd69fd
 SHA512 
37b09268e9ce9041e7f823423f7517d5837625ebe33c28b9dcd8902580718327df0a835a1cf7f2659ef3e0b637f2bd008153114ea146996f3b1b97d6c078b46e
 DIST ibm-powerpc-utils-1.3.8.tar.gz 355931 BLAKE2B 
cb1756640962f55eead8556abb714f938a066d9c63e990ee6467ecdb032eac7058ce8715dc8b8d403e3c03efe98a7af0c7d560158258e7097300befbb04f8472
 SHA512 
7c9057131315d8fac6154c410562d9cd1807f76241bcc190566ece05b0ddd2ddbe1097749b7e644ccc9691641d40460a877368162e9b951fe790f53f638f635e

diff --git a/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.10.ebuild 
b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.10.ebuild
new file mode 100644
index ..17e4a78ed0f0
--- /dev/null
+++ b/sys-apps/ibm-powerpc-utils/ibm-powerpc-utils-1.3.10.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+inherit autotools systemd
+
+DESCRIPTION="Utilities for the maintainance of the IBM and Apple PowerPC 
platforms"
+HOMEPAGE="https://github.com/ibm-power-utilities/powerpc-utils;
+SRC_URI="https://github.com/ibm-power-utilities/${PN//ibm-}/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
+IUSE="+rtas"
+
+S="${WORKDIR}/${P//ibm-}"
+
+SLOT="0"
+LICENSE="GPL-2+"
+KEYWORDS="~ppc ~ppc64"
+
+RDEPEND="
+   !=sys-libs/librtas-2.0.2 )
+"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-1.3.5-docdir.patch
+)
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf \
+   --disable-werror \
+   --with-systemd="$(systemd_get_systemunitdir)" \
+   $(use_with rtas librtas)
+}



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

2022-09-19 Thread Sam James
commit: 5591d00f60e810160f78fa32a66fdbed591ddb7f
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep 20 00:01:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep 20 00:02:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5591d00f

profiles/features/hardened: drop odd USE defaults

This leads to poor UX and there's no reason for hardened
to deviate here -- none of these things make a system
more hardened, they just lead to confusion.

Closes: https://bugs.gentoo.org/871720
Bug: https://bugs.gentoo.org/831045
Signed-off-by: Sam James  gentoo.org>

 profiles/features/hardened/make.defaults | 9 +
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/profiles/features/hardened/make.defaults 
b/profiles/features/hardened/make.defaults
index 2ce5764c5271..8843d9bdb2c8 100644
--- a/profiles/features/hardened/make.defaults
+++ b/profiles/features/hardened/make.defaults
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # Jorge Manuel B. S. Vicetto  (2011-11-16)
@@ -17,10 +17,3 @@ PROFILE_IS_HARDENED=1
 # We set the default markings to none
 PAX_MARKINGS="none"
 USE="${USE} -ptpax"
-
-# Default starting set of USE flags for all default/linux profiles.
-# We unset them so we get a clean use flag profile.
-USE="${USE} -berkdb -gdbm"
-USE="${USE} -fortran"
-USE="${USE} -cli"
-USE="${USE} -dri"



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

2022-09-19 Thread Zac Medico
commit: 91158050d0c0989da46655ba58e50439f329f230
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Sep 19 23:33:33 2022 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Sep 19 23:33:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91158050

app-containers/buildah: drop 1.25.1, 1.27.0

Bug: https://bugs.gentoo.org/870934
Signed-off-by: Zac Medico  gentoo.org>

 app-containers/buildah/Manifest  |  2 --
 app-containers/buildah/buildah-1.25.1.ebuild | 51 
 app-containers/buildah/buildah-1.27.0.ebuild | 51 
 3 files changed, 104 deletions(-)

diff --git a/app-containers/buildah/Manifest b/app-containers/buildah/Manifest
index 4162262b2b9a..38ba10345072 100644
--- a/app-containers/buildah/Manifest
+++ b/app-containers/buildah/Manifest
@@ -1,3 +1 @@
-DIST buildah-1.25.1.tar.gz 14212065 BLAKE2B 
ec4f668654011f1b93745e1a1d575fdda0cd5f4d6f9f7f7b3106c24aa7d405951ecd645a54c2dd5a3ad2695069e66ad847bdb15f0e73a9c7efba2a7e283d4f58
 SHA512 
628f8095eb4488ae2be06a2a92de85dde4f3841e8ed9882132c119f27b0c93f26ba10f5dd259d63654b90539d762f6c1973d460f073c0b2450ac5d9582a6a68d
-DIST buildah-1.27.0.tar.gz 14821814 BLAKE2B 
e9d1ffc05024c3ae520e6436372a9eb592111c0e634d736853f7c84b225ad5e2ebf1a1d5de799a77828cc348a2b82d9fd17e720b149b55966172481155c3c6ae
 SHA512 
7324c85b6f5169522f0cde2cbd0d55b61a2e2fc53d7f03f24ecf606fb564ee6da82cadc493520b4105501124c6c8a1e03aa67b56fb32570f303e849630286afe
 DIST buildah-1.27.1.tar.gz 14825932 BLAKE2B 
bf290eeb4d96d255c7cdaa07af49eff44191664ac7dee255c7979656383daaa93c3673ba82ac1cbff033de769ffa08ad027f5d91c81b08a36222cb73e8a1e399
 SHA512 
a5e2ddf837e613554ffe8fe9c15ac9c8f9c2564c403e5544df7fb8802962581fb4e9dd4361c28c93443ede74c20c82f1631990e443c7895a3b4c3b8a659ee05a

diff --git a/app-containers/buildah/buildah-1.25.1.ebuild 
b/app-containers/buildah/buildah-1.25.1.ebuild
deleted file mode 100644
index d84f33be7c3f..
--- a/app-containers/buildah/buildah-1.25.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit bash-completion-r1 go-module
-GIT_COMMIT=fcf94e39
-
-DESCRIPTION="A tool that facilitates building OCI images"
-HOMEPAGE="https://github.com/containers/buildah;
-SRC_URI="https://github.com/containers/buildah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
-SLOT="0"
-KEYWORDS="amd64 arm64"
-IUSE="selinux"
-
-RDEPEND="app-crypt/gpgme:=
-   app-containers/skopeo
-   dev-libs/libgpg-error:=
-   dev-libs/libassuan:=
-   sys-apps/shadow:=
-   sys-fs/lvm2:=
-   sys-libs/libseccomp:=
-   selinux? ( sys-libs/libselinux:= )"
-DEPEND="${RDEPEND}"
-
-RESTRICT+=" test"
-
-src_prepare() {
-   default
-   [[ -f selinux_tag.sh ]] || die
-   use selinux || { echo -e "#!/bin/sh\ntrue" > \
-   selinux_tag.sh || die; }
-   sed -i -e 's/make -C/$(MAKE) -C/' Makefile || die 'sed failed'
-}
-
-src_compile() {
-   emake GIT_COMMIT=${GIT_COMMIT} all
-}
-
-src_install() {
-   dodoc CHANGELOG.md CONTRIBUTING.md README.md install.md 
troubleshooting.md
-   doman docs/*.1
-   dodoc -r docs/tutorials
-   dobin bin/{${PN},imgtype}
-   dobashcomp contrib/completions/bash/buildah
-}
-
-src_test() {
-   emake test-unit
-}

diff --git a/app-containers/buildah/buildah-1.27.0.ebuild 
b/app-containers/buildah/buildah-1.27.0.ebuild
deleted file mode 100644
index 76b4d6de3789..
--- a/app-containers/buildah/buildah-1.27.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit bash-completion-r1 go-module
-GIT_COMMIT=db8d5921
-
-DESCRIPTION="A tool that facilitates building OCI images"
-HOMEPAGE="https://github.com/containers/buildah;
-SRC_URI="https://github.com/containers/buildah/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64"
-IUSE="selinux"
-
-RDEPEND="app-crypt/gpgme:=
-   app-containers/skopeo
-   dev-libs/libgpg-error:=
-   dev-libs/libassuan:=
-   sys-apps/shadow:=
-   sys-fs/lvm2:=
-   sys-libs/libseccomp:=
-   selinux? ( sys-libs/libselinux:= )"
-DEPEND="${RDEPEND}"
-
-RESTRICT+=" test"
-
-src_prepare() {
-   default
-   [[ -f selinux_tag.sh ]] || die
-   use selinux || { echo -e "#!/bin/sh\ntrue" > \
-   selinux_tag.sh || die; }
-   sed -i -e 's/make -C/$(MAKE) -C/' Makefile || die 'sed failed'
-}
-
-src_compile() {
-   emake GIT_COMMIT=${GIT_COMMIT} all
-}
-
-src_install() {
-   dodoc CHANGELOG.md CONTRIBUTING.md README.md install.md 
troubleshooting.md
-   doman docs/*.1
-   dodoc -r docs/tutorials
-   dobin bin/{${PN},imgtype}
-   dobashcomp contrib/completions/bash/buildah

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

2022-09-19 Thread Georgy Yakovlev
commit: 00ce70fe258f644fc58251428a45c967a1934941
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Sep 19 23:25:50 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Sep 19 23:26:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00ce70fe

sys-libs/librtas: update EAPI 7 -> 8

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-libs/librtas/librtas-2.0.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-libs/librtas/librtas-2.0.3.ebuild 
b/sys-libs/librtas/librtas-2.0.3.ebuild
index 5c3f2b58d7b1..6af4142321e4 100644
--- a/sys-libs/librtas/librtas-2.0.3.ebuild
+++ b/sys-libs/librtas/librtas-2.0.3.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 inherit autotools
 
 DESCRIPTION="A set of libraries for userspace access to RTAS on the PowerPC 
platform(s)"



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

2022-09-19 Thread Georgy Yakovlev
commit: 8c08b604bcc45c0a83a0ddeb54d60629c999ebcb
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Sep 19 23:23:55 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Sep 19 23:26:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c08b604

sys-libs/librtas: add 2.0.3

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-libs/librtas/Manifest |  1 +
 sys-libs/librtas/librtas-2.0.3.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/sys-libs/librtas/Manifest b/sys-libs/librtas/Manifest
index 696537d43241..d47a6a52926a 100644
--- a/sys-libs/librtas/Manifest
+++ b/sys-libs/librtas/Manifest
@@ -1 +1,2 @@
 DIST librtas-2.0.2.tar.gz 91627 BLAKE2B 
1455af1af4a932fb81815ba67d1d1d8eeb0866bcf49fdcced622c1982121b5bb3ddeaf78f121a6540ec6c60d641991a87342713478a5be5232128db35d272059
 SHA512 
112d355bc486657289a186d9f1b8c576af55422f1527259a0cd680c07d6fa787aef2dc0cb6322721dc4aa1c5bd1de669f5c4d05e6a07de65262e9e3d4d0283c7
+DIST librtas-2.0.3.tar.gz 95483 BLAKE2B 
38ce5c3924dfdb18f3a9a6e309a0ba093468b12e05b38dd81525b59ddd5afda65da3c46b7b48c1e8aaa1dc0afc6cb1eaf7d930e6e27bb1a06005a7f24620a9cd
 SHA512 
3ff59007ad6fc893d226ae9413b57b8b478a214a824f60c2af58a65c0a3cefecc0d19bb4c791b677a0d5c1d7da9646d66f48d0e0446768092ef7afd6e4baff34

diff --git a/sys-libs/librtas/librtas-2.0.3.ebuild 
b/sys-libs/librtas/librtas-2.0.3.ebuild
new file mode 100644
index ..5c3f2b58d7b1
--- /dev/null
+++ b/sys-libs/librtas/librtas-2.0.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="A set of libraries for userspace access to RTAS on the PowerPC 
platform(s)"
+HOMEPAGE="https://github.com/ibm-power-utilities/librtas;
+SRC_URI="https://github.com/ibm-power-utilities/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~ppc ~ppc64 ~ppc64-linux"
+IUSE="static-libs"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   emake DESTDIR="${D}" install docdir="${EPREFIX}"/usr/share/doc/${PF}
+   find "${D}" -name '*.la' -delete || die
+   # librtas_src/syscall_rmo.c: static const char *lockfile_path = 
"/var/lock/LCK..librtas";
+   # this way we prevent sandbox violations in lscpu linked to rtas
+   dodir /etc/sandbox.d
+   echo 'SANDBOX_PREDICT="/run/lock/LCK..librtas"' > 
"${ED}"/etc/sandbox.d/50librtas || die
+}



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

2022-09-19 Thread Georgy Yakovlev
commit: b0f74ccdc9aaa1fb0562abacdbf340c6b80eb11e
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Sep 19 23:25:09 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Sep 19 23:26:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f74ccd

sys-libs/librtas: update upstream metadata

Signed-off-by: Georgy Yakovlev  gentoo.org>

 sys-libs/librtas/metadata.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/sys-libs/librtas/metadata.xml b/sys-libs/librtas/metadata.xml
index 99418bf98e2a..b93ca6387bf1 100644
--- a/sys-libs/librtas/metadata.xml
+++ b/sys-libs/librtas/metadata.xml
@@ -6,6 +6,8 @@
PowerPC architecture team


-   librtas
+   
https://github.com/ibm-power-utilities/librtas/issues
+   
https://github.com/ibm-power-utilities/librtas/blob/master/Changelog
+   ibm-power-utilities/librtas

 



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

2022-09-19 Thread Bernard Cafarelli
commit: a658f7ebd258cbe6d6d5d81d8eb9490d0def2f3e
Author: Mike Lothian  fireburn  co  uk>
AuthorDate: Wed Sep 14 23:05:20 2022 +
Commit: Bernard Cafarelli  gentoo  org>
CommitDate: Mon Sep 19 22:07:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a658f7eb

net-libs/nghttp2: bump to version 1.49.0

Signed-off-by: Mike Lothian  fireburn.co.uk>
Closes: https://github.com/gentoo/gentoo/pull/27258
Signed-off-by: Bernard Cafarelli  gentoo.org>

 net-libs/nghttp2/Manifest  |  1 +
 net-libs/nghttp2/nghttp2-1.49.0.ebuild | 76 ++
 2 files changed, 77 insertions(+)

diff --git a/net-libs/nghttp2/Manifest b/net-libs/nghttp2/Manifest
index 233caae41953..d43cebe2d852 100644
--- a/net-libs/nghttp2/Manifest
+++ b/net-libs/nghttp2/Manifest
@@ -1,3 +1,4 @@
 DIST nghttp2-1.47.0.tar.xz 4028580 BLAKE2B 
4f5302701c8d8a89c3ae72cbb8acb4cbcbe32cd0e2995643e0b669cf802ae28e8f6e52b2d59f69f87e0d12fc64a73c251edbe01c2b0eca2676626a9e456df93f
 SHA512 
ad6266a15789fec966db6be8ac0b9ee6cca257a3bb91fdd34a58acf0e472643a571941b5974d16c98f6ac5bfa6a03c4b70a6dff222fb0cd50909178b7e94ce48
 DIST nghttp2-1.48.0-pthread.patch 24917 BLAKE2B 
22013d89685be603094aa82f69da8741d4c0d76aea8a01de1322c19cef053964fdf0bec937650382f85607ac74466d4d052e6d40217101bc1e40326ad0ddc003
 SHA512 
bdebc50f13584826d6693aae201db9be63fcadcb8a68af188e94f008e005a2fd6aa6b91b31de2f07f84b93d981a003c8752c5fb4d47502f768bd94e21635627f
 DIST nghttp2-1.48.0.tar.xz 4112072 BLAKE2B 
a52dc1ef4c9658298acef5ad703bec1708e538ebe19584dd5fcfe39089777e105594a998c7db696ee54bc8f17d3086828c09e921d8714b7ad3efbf33d04aaca0
 SHA512 
77c22371290f77e8a538b9efea225d23567cc27cb60b71703cbcb057839b5f117cf50796aa82bf4518f22b38a5773e90a1c273eafff4b17c435ac5858bdf7c6f
+DIST nghttp2-1.49.0.tar.xz 4112260 BLAKE2B 
47e892917e52b820d13a6721213550587f6e6652d94701de3d69d923e16d1cd44d9ddf7eb2733f51ec73c0055a432e9b2f636ff4dcfa22cde637e0c421b0c073
 SHA512 
599bc8e52bbe7f5bdfbf493ea2199c4c4bdeb9eac174d4c56b11fb321b11b86e82674bd3c7f60d7ea975ef60eec3f258b5438d1157491cfa23a1b9adccd7948a

diff --git a/net-libs/nghttp2/nghttp2-1.49.0.ebuild 
b/net-libs/nghttp2/nghttp2-1.49.0.ebuild
new file mode 100644
index ..6defddb77d27
--- /dev/null
+++ b/net-libs/nghttp2/nghttp2-1.49.0.ebuild
@@ -0,0 +1,76 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# TODO: Add python support.
+
+EAPI=8
+
+inherit autotools multilib-minimal
+
+DESCRIPTION="HTTP/2 C Library"
+HOMEPAGE="https://nghttp2.org/;
+SRC_URI="https://github.com/nghttp2/nghttp2/releases/download/v${PV}/${P}.tar.xz
+   https://dev.gentoo.org/~voyageur/distfiles/${PN}-1.48.0-pthread.patch;
+
+LICENSE="MIT"
+SLOT="0/1.14" # . SONAMEs
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE="cxx debug hpack-tools jemalloc static-libs test utils xml"
+
+RESTRICT="!test? ( test )"
+
+SSL_DEPEND="
+   >=dev-libs/openssl-1.0.2:0=[-bindist(-),${MULTILIB_USEDEP}]
+"
+RDEPEND="
+   cxx? (
+   ${SSL_DEPEND}
+   dev-libs/boost:=[${MULTILIB_USEDEP}]
+   )
+   hpack-tools? ( >=dev-libs/jansson-2.5:= )
+   jemalloc? ( dev-libs/jemalloc:=[${MULTILIB_USEDEP}] )
+   utils? (
+   ${SSL_DEPEND}
+   >=dev-libs/libev-4.15[${MULTILIB_USEDEP}]
+   >=sys-libs/zlib-1.2.3[${MULTILIB_USEDEP}]
+   net-dns/c-ares:=[${MULTILIB_USEDEP}]
+   )
+   xml? ( >=dev-libs/libxml2-2.7.7:2[${MULTILIB_USEDEP}] )"
+DEPEND="${RDEPEND}
+   test? ( >=dev-util/cunit-2.1[${MULTILIB_USEDEP}] )"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=(
+   "${DISTDIR}"/${PN}-1.48.0-pthread.patch
+   )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+multilib_src_configure() {
+   local myeconfargs=(
+   --disable-examples
+   --disable-failmalloc
+   --disable-python-bindings
+   --disable-werror
+   --enable-threads
+   --without-cython
+   $(use_enable cxx asio-lib)
+   $(use_enable debug)
+   $(multilib_native_use_enable hpack-tools)
+   $(use_enable static-libs static)
+   $(use_with test cunit)
+   $(multilib_native_use_enable utils app)
+   $(multilib_native_use_with jemalloc)
+   $(multilib_native_use_with xml libxml2)
+   )
+   ECONF_SOURCE="${S}" econf "${myeconfargs[@]}"
+}
+
+multilib_src_install_all() {
+   if ! use static-libs ; then
+   find "${ED}"/usr -type f -name '*.la' -delete || die
+   fi
+}



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

2022-09-19 Thread Mike Pagano
commit: 3c8e8dcb42e0e5e6358b33e48e1dbd1d08aadf9c
Author: Mike Pagano  gentoo  org>
AuthorDate: Mon Sep 19 22:03:08 2022 +
Commit: Mike Pagano  gentoo  org>
CommitDate: Mon Sep 19 22:03:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c8e8dcb

sys-kernel/linux-firmware: drop 20220913

Signed-off-by: Mike Pagano  gentoo.org>

 .../linux-firmware/linux-firmware-20220913.ebuild  | 349 -
 1 file changed, 349 deletions(-)

diff --git a/sys-kernel/linux-firmware/linux-firmware-20220913.ebuild 
b/sys-kernel/linux-firmware/linux-firmware-20220913.ebuild
deleted file mode 100644
index f4b705f99cb1..
--- a/sys-kernel/linux-firmware/linux-firmware-20220913.ebuild
+++ /dev/null
@@ -1,349 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit mount-boot savedconfig
-
-# In case this is a real snapshot, fill in commit below.
-# For normal, tagged releases, leave blank
-MY_COMMIT=""
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   
EGIT_REPO_URI="https://git.kernel.org/pub/scm/linux/kernel/git/firmware/${PN}.git;
-else
-   if [[ -n "${MY_COMMIT}" ]]; then
-   
SRC_URI="https://git.kernel.org/cgit/linux/kernel/git/firmware/linux-firmware.git/snapshot/${MY_COMMIT}.tar.gz
 -> ${P}.tar.gz"
-   S="${WORKDIR}/${MY_COMMIT}"
-   else
-   
SRC_URI="https://mirrors.edge.kernel.org/pub/linux/kernel/firmware/${P}.tar.xz;
-   fi
-
-   KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc 
ppc64 ~riscv ~s390 sparc x86"
-fi
-
-DESCRIPTION="Linux firmware files"
-HOMEPAGE="https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git;
-
-LICENSE="GPL-2 GPL-2+ GPL-3 BSD MIT || ( MPL-1.1 GPL-2 )
-   redistributable? (
-   linux-fw-redistributable ( BSD-2 BSD BSD-4 ISC MIT 
no-source-code ) )
-   unknown-license? ( all-rights-reserved )"
-SLOT="0"
-IUSE="initramfs +redistributable savedconfig unknown-license"
-REQUIRED_USE="initramfs? ( redistributable )"
-
-RESTRICT="binchecks strip test
-   unknown-license? ( bindist )"
-
-BDEPEND="initramfs? ( app-arch/cpio )"
-
-#add anything else that collides to this
-RDEPEND="!savedconfig? (
-   redistributable? (
-   !sys-firmware/alsa-firmware[alsa_cards_ca0132]
-   !sys-block/qla-fc-firmware
-   !sys-firmware/iwl1000-ucode
-   !sys-firmware/iwl6005-ucode
-   !sys-firmware/iwl6030-ucode
-   !sys-firmware/iwl3160-ucode
-   !sys-firmware/iwl7260-ucode
-   !sys-firmware/iwl3160-7260-bt-ucode
-   !sys-firmware/raspberrypi-wifi-ucode
-   )
-   unknown-license? (
-   !sys-firmware/alsa-firmware[alsa_cards_korg1212]
-   !sys-firmware/alsa-firmware[alsa_cards_maestro3]
-   !sys-firmware/alsa-firmware[alsa_cards_sb16]
-   !sys-firmware/alsa-firmware[alsa_cards_ymfpci]
-   )
-   )"
-
-QA_PREBUILT="*"
-
-pkg_pretend() {
-   use initramfs && mount-boot_pkg_pretend
-}
-
-src_unpack() {
-   if [[ ${PV} == * ]]; then
-   git-r3_src_unpack
-   else
-   default
-   # rename directory from git snapshot tarball
-   if [[ ${#GIT_COMMIT} -gt 8 ]]; then
-   mv ${PN}-*/ ${P} || die
-   fi
-   fi
-}
-
-src_prepare() {
-   default
-
-   find . -type f -not -perm 0644 -print0 \
-   | xargs --null --no-run-if-empty chmod 0644 \
-   || die
-
-   chmod +x copy-firmware.sh || die
-
-   if use initramfs; then
-   if [[ -d "${S}/amd-ucode" ]]; then
-   local UCODETMP="${T}/ucode_tmp"
-   local UCODEDIR="${UCODETMP}/kernel/x86/microcode"
-   mkdir -p "${UCODEDIR}" || die
-   echo 1 > "${UCODETMP}/early_cpio"
-
-   local amd_ucode_file="${UCODEDIR}/AuthenticAMD.bin"
-   cat "${S}"/amd-ucode/*.bin > "${amd_ucode_file}" || die 
"Failed to concat amd cpu ucode"
-
-   if [[ ! -s "${amd_ucode_file}" ]]; then
-   die "Sanity check failed: '${amd_ucode_file}' 
is empty!"
-   fi
-
-   pushd "${UCODETMP}" &>/dev/null || die
-   find . -print0 | cpio --quiet --null -o -H newc -R 0:0 
> "${S}"/amd-uc.img
-   popd &>/dev/null || die
-   if [[ ! -s "${S}/amd-uc.img" ]]; then
-   die "Failed to create '${S}/amd-uc.img'!"
-   fi
-   else
-   # If this will ever happen 

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

2022-09-19 Thread Georgy Yakovlev
commit: b215c7a336125053486a3bbd325f647d8111e479
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Sep 19 21:13:48 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Sep 19 21:56:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b215c7a3

dev-python/nautilus-python: keyword 1.2.3-r1 for ~ppc64

Signed-off-by: Georgy Yakovlev  gentoo.org>

 dev-python/nautilus-python/nautilus-python-1.2.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/nautilus-python/nautilus-python-1.2.3-r1.ebuild 
b/dev-python/nautilus-python/nautilus-python-1.2.3-r1.ebuild
index e51196b9f0b9..896c1ffaf979 100644
--- a/dev-python/nautilus-python/nautilus-python-1.2.3-r1.ebuild
+++ b/dev-python/nautilus-python/nautilus-python-1.2.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ HOMEPAGE="https://projects.gnome.org/nautilus-python/;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm64 x86"
+KEYWORDS="~alpha amd64 ~arm64 ~ppc64 x86"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # Require pygobject:3 and USE=introspection on nautilus for sanity,



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-shell-extension-gsconnect/

2022-09-19 Thread Georgy Yakovlev
commit: b013e7816bd31eef0e65fae1ad29f1330fee3e11
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Mon Sep 19 21:14:22 2022 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Mon Sep 19 21:56:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b013e781

gnome-extra/gnome-shell-extension-gsconnect: keyword 50 for ~ppc64

Signed-off-by: Georgy Yakovlev  gentoo.org>

 .../gnome-shell-extension-gsconnect-50.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-50.ebuild
 
b/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-50.ebuild
index 18fec91712f8..d4af643b52fa 100644
--- 
a/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-50.ebuild
+++ 
b/gnome-extra/gnome-shell-extension-gsconnect/gnome-shell-extension-gsconnect-50.ebuild
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/GSConnect/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 IUSE="nautilus"
 
 COMMON_DEPEND="dev-libs/glib:2"



[gentoo-commits] proj/toolchain/glibc-patches:master commit in: 9999/

2022-09-19 Thread Andreas K. Hüttel
commit: 55f5bd36e540cdf5291da6f067c63e60a3995eb8
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Mon Sep 19 21:25:57 2022 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Mon Sep 19 21:25:57 2022 +
URL:
https://gitweb.gentoo.org/proj/toolchain/glibc-patches.git/commit/?id=55f5bd36

Add m68k alignment patch (will hopefully make it into master soon)

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

 ...e-4-byte-alignment-on-internal-locks-BZ-2.patch | 125 +
 1 file changed, 125 insertions(+)

diff --git 
a//0012-m68k-Enforce-4-byte-alignment-on-internal-locks-BZ-2.patch 
b//0012-m68k-Enforce-4-byte-alignment-on-internal-locks-BZ-2.patch
new file mode 100644
index 000..bb738e0
--- /dev/null
+++ b//0012-m68k-Enforce-4-byte-alignment-on-internal-locks-BZ-2.patch
@@ -0,0 +1,125 @@
+From 2ae75f3f15a2297c2f8924ad7eb492fd17ecae8c Mon Sep 17 00:00:00 2001
+From: Adhemerval Zanella 
+Date: Mon, 5 Sep 2022 14:10:43 -0300
+Subject: [PATCH] m68k: Enforce 4-byte alignment on internal locks (BZ #29537)
+
+A new internal definition, __LIBC_LOCK_ALIGNMENT, is used to force
+the 4-byte alignment only for m68k, other architecture keep the
+natural alignment of the type used internally (and hppa does not
+require 16-byte alignment for kernel-assisted CAS).
+---
+ sysdeps/generic/libc-lock-arch.h  | 25 +++
+ sysdeps/nptl/libc-lock.h  |  8 +-
+ sysdeps/nptl/libc-lockP.h |  3 ++-
+ sysdeps/unix/sysv/linux/m68k/libc-lock-arch.h | 25 +++
+ 4 files changed, 59 insertions(+), 2 deletions(-)
+ create mode 100644 sysdeps/generic/libc-lock-arch.h
+ create mode 100644 sysdeps/unix/sysv/linux/m68k/libc-lock-arch.h
+
+diff --git a/sysdeps/generic/libc-lock-arch.h 
b/sysdeps/generic/libc-lock-arch.h
+new file mode 100644
+index 00..4713b30a8a
+--- /dev/null
 b/sysdeps/generic/libc-lock-arch.h
+@@ -0,0 +1,25 @@
++/* Private libc-internal arch-specific definitions.  Generic version.
++   Copyright (C) 2022 Free Software Foundation, Inc.
++   This file is part of the GNU C Library.
++
++   The GNU C Library is free software; you can redistribute it and/or
++   modify it under the terms of the GNU Lesser General Public License as
++   published by the Free Software Foundation; either version 2.1 of the
++   License, or (at your option) any later version.
++
++   The GNU C Library is distributed in the hope that it will be useful,
++   but WITHOUT ANY WARRANTY; without even the implied warranty of
++   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
++   Lesser General Public License for more details.
++
++   You should have received a copy of the GNU Lesser General Public
++   License along with the GNU C Library; see the file COPYING.LIB.  If
++   not, see .  */
++
++#ifndef _LIBC_LOCK_ARCH_H
++#define _LIBC_LOCK_ARCH_H
++
++/* The default definition uses the natural alignment from the lock type.  */
++#define __LIBC_LOCK_ALIGNMENT
++
++#endif
+diff --git a/sysdeps/nptl/libc-lock.h b/sysdeps/nptl/libc-lock.h
+index 5af476c48b..63b3f3d75c 100644
+--- a/sysdeps/nptl/libc-lock.h
 b/sysdeps/nptl/libc-lock.h
+@@ -22,6 +22,7 @@
+ #include 
+ #define __need_NULL
+ #include 
++#include 
+ 
+ 
+ /* Mutex type.  */
+@@ -29,7 +30,12 @@
+ # if (!IS_IN (libc) && !IS_IN (libpthread)) || !defined _LIBC
+ typedef struct { pthread_mutex_t mutex; } __libc_lock_recursive_t;
+ # else
+-typedef struct { int lock; int cnt; void *owner; } __libc_lock_recursive_t;
++typedef struct
++{
++  int lock __LIBC_LOCK_ALIGNMENT;
++  int cnt;
++  void *owner;
++} __libc_lock_recursive_t;
+ # endif
+ #else
+ typedef struct __libc_lock_recursive_opaque__ __libc_lock_recursive_t;
+diff --git a/sysdeps/nptl/libc-lockP.h b/sysdeps/nptl/libc-lockP.h
+index d3a6837fd2..425f514c5c 100644
+--- a/sysdeps/nptl/libc-lockP.h
 b/sysdeps/nptl/libc-lockP.h
+@@ -32,9 +32,10 @@
+ld.so might be used on old kernels with a different libc.so.  */
+ #include 
+ #include 
++#include 
+ 
+ /* Mutex type.  */
+-typedef int __libc_lock_t;
++typedef int __libc_lock_t __LIBC_LOCK_ALIGNMENT;
+ typedef struct { pthread_mutex_t mutex; } __rtld_lock_recursive_t;
+ typedef pthread_rwlock_t __libc_rwlock_t;
+ 
+diff --git a/sysdeps/unix/sysv/linux/m68k/libc-lock-arch.h 
b/sysdeps/unix/sysv/linux/m68k/libc-lock-arch.h
+new file mode 100644
+index 00..1844bbaf6f
+--- /dev/null
 b/sysdeps/unix/sysv/linux/m68k/libc-lock-arch.h
+@@ -0,0 +1,25 @@
++/* Private libc-internal arch-specific definitions.  m68k version.
++   Copyright (C) 2022 Free Software Foundation, Inc.
++   This file is part of the GNU C Library.
++
++   The GNU C Library is free software; you can redistribute it and/or
++   modify it under the terms of the GNU Lesser General Public License as
++   published by the Free Software Foundation; either version 2.1 of the
++   License, or (at your option) any later 

[gentoo-commits] repo/gentoo:master commit in: sys-fs/udev/files/, sys-fs/udev/

2022-09-19 Thread Mike Gilbert
commit: fea2b533e5855d2d06fbe973635b78f48a23460d
Author: Mike Gilbert  gentoo  org>
AuthorDate: Mon Sep 19 00:50:04 2022 +
Commit: Mike Gilbert  gentoo  org>
CommitDate: Mon Sep 19 21:00:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fea2b533

sys-fs/udev: drop 249.6-r2, 249.9, 

Signed-off-by: Mike Gilbert  gentoo.org>

 sys-fs/udev/Manifest|   3 -
 sys-fs/udev/files/249.9-cross-compile.patch |  23 --
 sys-fs/udev/files/40-gentoo.rules   |   3 -
 sys-fs/udev/metadata.xml|   3 -
 sys-fs/udev/udev-249.6-r2.ebuild| 311 ---
 sys-fs/udev/udev-249.9.ebuild   | 312 
 sys-fs/udev/udev-.ebuild| 311 ---
 7 files changed, 966 deletions(-)

diff --git a/sys-fs/udev/Manifest b/sys-fs/udev/Manifest
deleted file mode 100644
index 1739d2c01014..
--- a/sys-fs/udev/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST systemd-musl-patches-249.5-r1.tar.xz 25148 BLAKE2B 
6717291b5335997dcc327764beffc4ded50a5ac0e777bb3c540b5e355bee419c3d9b4a5605c239392d4c1b0e70792bc87282fa15dc9c09a0465b5608f2909006
 SHA512 
4bb7566437c280e75402fc435a3437aedad127f7b94c9bd54b94e9e1e7507409ad0898681f23e813b9b47414f58e4ca413b6d4e520bbbf578faec09054bf7f9b
-DIST systemd-stable-249.6.tar.gz 10599611 BLAKE2B 
9c0cbaa4319f2ce9a78dbe820d1b6df5191e6c632e2eac9f71f9ff9817564d9b3fc177d2aec0c0daea8ac33bbdc2066ad68a8967cf8857f4af3668b9a3e7d3bf
 SHA512 
7a7791dfe4923c00987b924adcb1cd08c4d17af2b17b4c6c6c701856c6810cfda61f06821c39787339fc05293853c0ea61b9973fcf4495c7bf4f8054ecfae66f
-DIST systemd-stable-249.9.tar.gz 10613893 BLAKE2B 
fc7a14fa3b0cc3d05fa9f20fde2efedd3ef0f011d9dce53b0a418994b4257cf753b228cf98f749fb2028d81db55ef30a6e3d9b138d86239cad4fc730d845f9e2
 SHA512 
ce57bc6c522082e55649fc1886c4dc818c89607e175df2c92feffe288dbd38757f36b30abeebe153f5be6b664a49d729405040a952473cb2133a2e39cf9cc164

diff --git a/sys-fs/udev/files/249.9-cross-compile.patch 
b/sys-fs/udev/files/249.9-cross-compile.patch
deleted file mode 100644
index e063d303c7d8..
--- a/sys-fs/udev/files/249.9-cross-compile.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 3d7fd38ea938ab194366f40ed7aa413ad33f2fad Mon Sep 17 00:00:00 2001
-From: Yu Watanabe 
-Date: Tue, 21 Dec 2021 20:10:09 +0900
-Subject: [PATCH] meson: fix cross compiling
-
-(cherry picked from commit 3112d756a36993900b70fbff98e69a2a43b970a8)

- meson.build | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/meson.build b/meson.build
-index 02495d16c9..c76cab535d 100644
 a/meson.build
-+++ b/meson.build
-@@ -442,7 +442,7 @@ conf.set('SIZEOF_DEV_T', cc.sizeof('dev_t', prefix : 
'#include '))
- conf.set('SIZEOF_INO_T', cc.sizeof('ino_t', prefix : '#include 
'))
- conf.set('SIZEOF_TIME_T', cc.sizeof('time_t', prefix : '#include 
'))
- conf.set('SIZEOF_RLIM_T', cc.sizeof('rlim_t', prefix : '#include 
'))
--conf.set('SIZEOF_TIMEX_MEMBER', cc.sizeof('((struct timex *)0)->freq', prefix 
: '#include '))
-+conf.set('SIZEOF_TIMEX_MEMBER', cc.sizeof('typeof(((struct timex 
*)0)->freq)', prefix : '#include '))
- 
- decl_headers = '''
- #include 

diff --git a/sys-fs/udev/files/40-gentoo.rules 
b/sys-fs/udev/files/40-gentoo.rules
deleted file mode 100644
index 6b96bd07051e..
--- a/sys-fs/udev/files/40-gentoo.rules
+++ /dev/null
@@ -1,3 +0,0 @@
-# Gentoo specific groups
-ACTION=="add", SUBSYSTEM=="block", KERNEL=="fd[0-9]", GROUP="floppy"
-ACTION=="add", SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", GROUP="usb"

diff --git a/sys-fs/udev/metadata.xml b/sys-fs/udev/metadata.xml
index 4371b65f936b..dd0c7f195866 100644
--- a/sys-fs/udev/metadata.xml
+++ b/sys-fs/udev/metadata.xml
@@ -4,9 +4,6 @@

syst...@gentoo.org

-   
-   Enable kernel module loading/unloading 
support using sys-apps/kmod
-   

cpe:/a:kernel:udev
systemd/systemd

diff --git a/sys-fs/udev/udev-249.6-r2.ebuild b/sys-fs/udev/udev-249.6-r2.ebuild
deleted file mode 100644
index 46e093544366..
--- a/sys-fs/udev/udev-249.6-r2.ebuild
+++ /dev/null
@@ -1,311 +0,0 @@
-# Copyright 2003-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit bash-completion-r1 flag-o-matic linux-info meson-multilib ninja-utils 
python-any-r1 toolchain-funcs udev usr-ldscript
-
-if [[ ${PV} = * ]] ; then
-   EGIT_REPO_URI="https://github.com/systemd/systemd.git;
-   inherit git-r3
-else
-   if [[ ${PV} == *.* ]] ; then
-   MY_PN=systemd-stable
-   else
-   MY_PN=systemd
-   fi
-
-   MY_PV="${PV/_/-}"
-   MY_P="${MY_PN}-${MY_PV}"
-   S="${WORKDIR}/${MY_P}"
-   
SRC_URI="https://github.com/systemd/${MY_PN}/archive/v${MY_PV}/${MY_P}.tar.gz;
-
-   # musl patches taken from:
-   # 

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

2022-09-19 Thread Jakov Smolić
commit: 54685a8d5ba563a04496d6d24353c5c87485fb69
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon Sep 19 20:56:34 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon Sep 19 20:56:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54685a8d

dev-python/configupdater: Stabilize 3.1.1 ppc, #871852

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

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

diff --git a/dev-python/configupdater/configupdater-3.1.1.ebuild 
b/dev-python/configupdater/configupdater-3.1.1.ebuild
index 967308c549c4..d078a30c2ea3 100644
--- a/dev-python/configupdater/configupdater-3.1.1.ebuild
+++ b/dev-python/configupdater/configupdater-3.1.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT PSF-2 PYTHON"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 ~sparc ~x86"
 
 distutils_enable_tests pytest
 



  1   2   3   4   >