[gentoo-commits] repo/gentoo:master commit in: dev-python/django-cors-headers/

2022-05-16 Thread Michał Górny
commit: 2c2613c239716fa6844ebe145c721e037750a9fb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:15:51 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:17:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2613c2

dev-python/django-cors-headers: Remove old

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

 dev-python/django-cors-headers/Manifest|  1 -
 .../django-cors-headers-3.10.1-r1.ebuild   | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/django-cors-headers/Manifest 
b/dev-python/django-cors-headers/Manifest
index dfcf9bbb3947..eebc813a490c 100644
--- a/dev-python/django-cors-headers/Manifest
+++ b/dev-python/django-cors-headers/Manifest
@@ -1,2 +1 @@
-DIST django-cors-headers-3.10.1.gh.tar.gz 29478 BLAKE2B 
935167699b8c63b4741ff095a0dcfb4a0875a424e6f452989b788eb1f97147be4792c8d0304cdf1cfc6f6c339cb27bc7f701c0ae1c379bfe573031c1a2d67c14
 SHA512 
7c5e94fd59ae4ae542386c9d307ed2628b2e3cb8bd5f48e004b3a84b311acd269a2ba2faf6d034c6cab5f7a0d6e781b4c7ee7c64da8a486a46610af723ee448c
 DIST django-cors-headers-3.12.0.gh.tar.gz 26638 BLAKE2B 
7725f7db4e9a67d7cd7f4add74abb5bfd27bac4c65cf4120dee3ba412c27fd89d6e39502249ea4b253c6a7d7d0f5328296ed69ac8b3ceb337bbb89a04f93a6ce
 SHA512 
16d1d03bf1f5336703168280ff585168eb239f454aaec1f1e9928a362c7e7da17b54e896d7428ecdc91657045bede0b3c239a7f2f271c58c1b7b265b2e52aef5

diff --git 
a/dev-python/django-cors-headers/django-cors-headers-3.10.1-r1.ebuild 
b/dev-python/django-cors-headers/django-cors-headers-3.10.1-r1.ebuild
deleted file mode 100644
index 2c4e48a4ed9f..
--- a/dev-python/django-cors-headers/django-cors-headers-3.10.1-r1.ebuild
+++ /dev/null
@@ -1,30 +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="Django App that adds CORS (Cross-Origin Resource Sharing) headers 
to responses"
-HOMEPAGE="https://github.com/adamchainz/django-cors-headers";
-SRC_URI="
-   https://github.com/adamchainz/django-cors-headers/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=dev-python/django-2.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-django[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2022-05-16 Thread Michał Górny
commit: e2dccb332e130308ab5b46d3dd1cfe971573592e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:15:40 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:17:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2dccb33

dev-python/confuse: Remove old

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

 dev-python/confuse/Manifest |  1 -
 dev-python/confuse/confuse-1.6.0.ebuild | 24 
 dev-python/confuse/confuse-1.7.0.ebuild | 24 
 3 files changed, 49 deletions(-)

diff --git a/dev-python/confuse/Manifest b/dev-python/confuse/Manifest
index 372087913c73..0686ad0c9d98 100644
--- a/dev-python/confuse/Manifest
+++ b/dev-python/confuse/Manifest
@@ -1,2 +1 @@
-DIST confuse-1.6.0.tar.gz 44438 BLAKE2B 
0a528cfa2a83cb8ffc47017d61571770a9486585308f5e42531ba1f6356f76b385517a4f3319d3365cd5df41ca49578559fb1ba47edd936d6114fc00a816c736
 SHA512 
e756771dd93987f9c4ba900a2d95b5d87e99b97789810f2f70aec1fe68a919bd11aff815ca0967b8073ad034ed9b927e55599f5fac590822a7897161869da89b
 DIST confuse-1.7.0.tar.gz 49171 BLAKE2B 
f102ed445d4fc259739305f745fea6c1fef90fe4d8eb7b77bb6c370d37929807478df86ad78ffc8fc2fb1d4cd7033d76e34d880d6dab6721b5fd6cc0e7f5d02a
 SHA512 
0da6cb237aa31f63cf6d2df2e90eb27e7b1a81bd126546a4314425b9dc1d9f993232b4787815abaf7ef4b54ef03ac3286c321e6654fdf18f05f92aa69c3da78e

diff --git a/dev-python/confuse/confuse-1.6.0.ebuild 
b/dev-python/confuse/confuse-1.6.0.ebuild
deleted file mode 100644
index b55f3d873523..
--- a/dev-python/confuse/confuse-1.6.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-inherit distutils-r1
-
-DESCRIPTION="Confuse is a configuration library for Python that uses YAML"
-HOMEPAGE="https://github.com/beetbox/confuse";
-SRC_URI="https://github.com/beetbox/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-distutils_enable_sphinx docs \
-   'dev-python/sphinx_rtd_theme'

diff --git a/dev-python/confuse/confuse-1.7.0.ebuild 
b/dev-python/confuse/confuse-1.7.0.ebuild
deleted file mode 100644
index b55f3d873523..
--- a/dev-python/confuse/confuse-1.7.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-inherit distutils-r1
-
-DESCRIPTION="Confuse is a configuration library for Python that uses YAML"
-HOMEPAGE="https://github.com/beetbox/confuse";
-SRC_URI="https://github.com/beetbox/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests unittest
-distutils_enable_sphinx docs \
-   'dev-python/sphinx_rtd_theme'



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

2022-05-16 Thread Michał Górny
commit: 6b168c0ec3d074faba8cb3821b450e2efb64d9ac
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:15:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:17:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b168c0e

dev-python/denonavr: Remove old

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

 dev-python/denonavr/Manifest|  2 --
 dev-python/denonavr/denonavr-0.10.10.ebuild | 34 -
 dev-python/denonavr/denonavr-0.10.9.ebuild  | 33 
 3 files changed, 69 deletions(-)

diff --git a/dev-python/denonavr/Manifest b/dev-python/denonavr/Manifest
index d72224492991..acf4bfd30cae 100644
--- a/dev-python/denonavr/Manifest
+++ b/dev-python/denonavr/Manifest
@@ -1,3 +1 @@
-DIST denonavr-0.10.10.tar.gz 149803 BLAKE2B 
a2a034c05cee5b7c6eb51280f4064f41e1228e303043717bb7d4bf08a47230263eb0ab7a96f226ebedaeecd972c1f25f297a1ae3911c44d48949fd113e2e11a9
 SHA512 
219b04e64055c6d659db09229f895ea3acc90a9d6398d6d53d51753a14779603b8ff983b6c62aa6ce46c0945d11d9e48ff22ca9d9b36a81121cf5dfd4ffac21c
 DIST denonavr-0.10.11.tar.gz 157622 BLAKE2B 
aa311eff51dbba857f529aee1a1931b3456b7c42f4710d21aff0eb6cf21718d639795d8099e8b0ad297787ba887746b265f922c19afe692cc3317291023a2df3
 SHA512 
19a10196019067605a2565be4ee0dc56116d6f706ca97c6754e6dc638870ee657736fd17f1959753c1c24c878e0d7a721c33212e6753dc12b5fc7dae34e0
-DIST denonavr-0.10.9.tar.gz 152589 BLAKE2B 
c517e7d2fbdb23f4b684ffbb206528a641ec9d64e48f1d7aa8a4dd1247ca779bb2bda8a9deab1a985d713d275dc68fa6f961205e33b8bcc7749d9cb3c943f752
 SHA512 
134b940516a312afb03b2c5fa11a5fb68374c6e5d636332e8a7034ee6c94d2baf70b53e979c1c751eaaab6d31822de4450ceddeab12c42dfc9dd74b934593621

diff --git a/dev-python/denonavr/denonavr-0.10.10.ebuild 
b/dev-python/denonavr/denonavr-0.10.10.ebuild
deleted file mode 100644
index abf79bb7064a..
--- a/dev-python/denonavr/denonavr-0.10.10.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
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Automation Library for Denon AVR receivers"
-HOMEPAGE="https://github.com/scarface-4711/denonavr";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/asyncstdlib-3.10.2[${PYTHON_USEDEP}]
-   >=dev-python/attrs-21.2.0[${PYTHON_USEDEP}]
-   dev-python/defusedxml[${PYTHON_USEDEP}]
-   >=dev-python/httpx-0.21.0[${PYTHON_USEDEP}]
-   >=dev-python/netifaces-0.11.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-httpx[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/denonavr/denonavr-0.10.9.ebuild 
b/dev-python/denonavr/denonavr-0.10.9.ebuild
deleted file mode 100644
index a1f9035bd578..
--- a/dev-python/denonavr/denonavr-0.10.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=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-PYTHON_REQ_USE="xml(+)"
-
-inherit distutils-r1
-
-DESCRIPTION="Automation Library for Denon AVR receivers"
-HOMEPAGE="https://github.com/scarface-4711/denonavr";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/asyncstdlib[${PYTHON_USEDEP}]
-   dev-python/attrs[${PYTHON_USEDEP}]
-   dev-python/defusedxml[${PYTHON_USEDEP}]
-   dev-python/httpx[${PYTHON_USEDEP}]
-   dev-python/netifaces[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/pytest-httpx[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2022-05-16 Thread Michał Górny
commit: d4a41fc7a28ceaa8de33e7cd86aeb9a0032bdaaa
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:15:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:17:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4a41fc7

dev-python/cftime: Remove old

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

 dev-python/cftime/Manifest|  2 --
 dev-python/cftime/cftime-1.5.1.ebuild | 28 
 dev-python/cftime/cftime-1.5.2.ebuild | 29 -
 3 files changed, 59 deletions(-)

diff --git a/dev-python/cftime/Manifest b/dev-python/cftime/Manifest
index a47af2954f01..563a0d744831 100644
--- a/dev-python/cftime/Manifest
+++ b/dev-python/cftime/Manifest
@@ -1,3 +1 @@
-DIST cftime-1.5.1.tar.gz 46036 BLAKE2B 
64a4af4bc8bf29624812ca24a8fe0cdc8885f6f46fc63a69587125c88b968f6ab5d40ad332dd6bd6881fbef8b2067c2ff436efb32876b77ab74037ae2900f7f3
 SHA512 
d75673526d5c831fe32f4b432c943a289491cc2c3af3258c8aa91f9633055d5fe36f4c7b7c2fdb5bbfb02f3a9138b020316fe53509d07116481dee0663e82de7
-DIST cftime-1.5.2.tar.gz 46415 BLAKE2B 
d47d7483de2450a32d126cce3ed7be7926e91ac5138be6ad3efdc8b88ce088ffd195adc8faf538a7ddeda8427596f89245c9c7e485623066398e6a69aa686d5b
 SHA512 
4fb23aef4dbf7f8f732f95120b992d822acb79cbfe5b23521ae33da891aa17a919b6f36555a522c3d5a4ed060f247919d74525262eecf48d4a5a3f072358e907
 DIST cftime-1.6.0.tar.gz 47633 BLAKE2B 
5201afcd4ecc733511481ec7aa557953acd741d7b5f3126b94d23a0848b30ea1c65b0e965e3e5560581fb7e9b8d1acd144044e8b2cb6fe6ffed99094eb39bc32
 SHA512 
87f350155c1b875b002822424d8bb4916cc33dfff0c249c3ac7f008c0cf41ea03c1a1b187b79d4a15b935b88a5b2d217bd19f6d069e6255c7fab2ad2d69fe7f9

diff --git a/dev-python/cftime/cftime-1.5.1.ebuild 
b/dev-python/cftime/cftime-1.5.1.ebuild
deleted file mode 100644
index 3626bb7335d3..
--- a/dev-python/cftime/cftime-1.5.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Time-handling functionality from netcdf4-python"
-HOMEPAGE="https://pypi.org/project/cftime/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-
-DEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # remove pytest-cov dep
-   sed -i -e "/--cov/d" setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/cftime/cftime-1.5.2.ebuild 
b/dev-python/cftime/cftime-1.5.2.ebuild
deleted file mode 100644
index de898f499ddf..
--- a/dev-python/cftime/cftime-1.5.2.ebuild
+++ /dev/null
@@ -1,29 +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="Time-handling functionality from netcdf4-python"
-HOMEPAGE="https://pypi.org/project/cftime/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv ~x86"
-
-DEPEND=">=dev-python/numpy-1.13.4[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"
-BDEPEND=">=dev-python/cython-0.26.2[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # remove pytest-cov dep
-   sed -i -e "/--cov/d" setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}



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

2022-05-16 Thread Michał Górny
commit: 1f927674c29697ab1d5d1d7253aa2ea65023a1ac
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:15:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:17:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f927674

dev-python/coreapi: Remove old

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

 dev-python/coreapi/coreapi-2.3.3-r1.ebuild | 26 --
 1 file changed, 26 deletions(-)

diff --git a/dev-python/coreapi/coreapi-2.3.3-r1.ebuild 
b/dev-python/coreapi/coreapi-2.3.3-r1.ebuild
deleted file mode 100644
index f1d85bb66162..
--- a/dev-python/coreapi/coreapi-2.3.3-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-MY_P=python-client-${PV}
-DESCRIPTION="Python client library for Core API"
-HOMEPAGE="https://github.com/core-api/python-client";
-SRC_URI="
-   https://github.com/core-api/python-client/archive/${PV}.tar.gz
-   -> core-api-${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/coreschema[${PYTHON_USEDEP}]
-   dev-python/itypes[${PYTHON_USEDEP}]
-   dev-python/uritemplate[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest



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

2022-05-16 Thread Michał Górny
commit: c698d49bc6e7af53f631ac6081d0d0ec7288cc12
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:15:43 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:17:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c698d49b

dev-python/csvkit: Remove old

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

 dev-python/csvkit/Manifest   |  1 -
 dev-python/csvkit/csvkit-1.0.6-r1.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/dev-python/csvkit/Manifest b/dev-python/csvkit/Manifest
index c20e1de8a206..dcc54b367dba 100644
--- a/dev-python/csvkit/Manifest
+++ b/dev-python/csvkit/Manifest
@@ -1,2 +1 @@
-DIST csvkit-1.0.6.tar.gz 3784737 BLAKE2B 
b1e4583443cbfc62f713d3b311bbe313cf4e69b7aa5aa13dc6970375a727a804ba1dbd176b25487027d3bc1a5696f2ce649a460c91ef7c5591c33bb3c6f48c33
 SHA512 
fb37404405f2f2c0bf803a1df8186aa9e3b11cbf3c4f6e1fe6dc06d53730aa91d462bebcca3917e9a451f1d81df053abd9ceedfaab085ab696f9ba701c873323
 DIST csvkit-1.0.7.tar.gz 3792335 BLAKE2B 
6a9c5c1287648271eacf5f010a4b181f5e997a52d196ac4b73b95723e5ce2a3d90d0b51fe4f597b0b346292cefc16b7c283b02e9a8e56f26e10bca9b3f8622ea
 SHA512 
c6275ed000639a1ddf15246eb1e0198787f832537a284900067e3ec65986be115709b3fd4aaf8e13a9b53160edd57ebb864ee1e73354712591c78297b6d293b7

diff --git a/dev-python/csvkit/csvkit-1.0.6-r1.ebuild 
b/dev-python/csvkit/csvkit-1.0.6-r1.ebuild
deleted file mode 100644
index 33f8f4fe9e29..
--- a/dev-python/csvkit/csvkit-1.0.6-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A suite of utilities for converting to and working with CSV"
-HOMEPAGE="https://github.com/wireservice/csvkit 
https://pypi.org/project/csvkit/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=dev-python/agate-1.6.1[${PYTHON_USEDEP}]
-   >=dev-python/agate-excel-0.2.2[${PYTHON_USEDEP}]
-   >=dev-python/agate-dbf-0.2.0[${PYTHON_USEDEP}]
-   >=dev-python/agate-sql-0.5.3[${PYTHON_USEDEP}]
-   >=dev-python/six-1.6.1[${PYTHON_USEDEP}]
-"
-BDEPEND="test? ( dev-python/lxml[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   tests/test_utilities/test_in2csv.py::TestIn2CSV::test_convert_dbf
-)



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

2022-05-16 Thread Alfredo Tupone
commit: 78812ee4feafba07e463e940b72255c508d1dfd8
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon May 16 13:13:49 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon May 16 13:13:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78812ee4

dev-libs/FP16: add PeachPy depend

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone  gentoo.org>

 ...2021.03.20.ebuild => FP16-2021.03.20-r1.ebuild} | 23 --
 1 file changed, 21 insertions(+), 2 deletions(-)

diff --git a/dev-libs/FP16/FP16-2021.03.20.ebuild 
b/dev-libs/FP16/FP16-2021.03.20-r1.ebuild
similarity index 63%
rename from dev-libs/FP16/FP16-2021.03.20.ebuild
rename to dev-libs/FP16/FP16-2021.03.20-r1.ebuild
index 160c3c91f429..4fb39fced810 100644
--- a/dev-libs/FP16/FP16-2021.03.20.ebuild
+++ b/dev-libs/FP16/FP16-2021.03.20-r1.ebuild
@@ -2,9 +2,11 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
-inherit cmake
+PYTHON_COMPAT=( python3_{8,9,10,11} )
+inherit python-r1 cmake
 
 CommitId=0a92994d729ff76a58f692d3028ca1b64b145d91
+
 DESCRIPTION="conversion to/from half-precision floating point formats"
 HOMEPAGE="https://github.com/Maratyszcza/FP16/";
 SRC_URI="https://github.com/Maratyszcza/${PN}/archive/${CommitId}.tar.gz
@@ -14,9 +16,10 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 DEPEND="dev-libs/psimd"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND} ${PYTHON_DEPS}"
 BDEPEND="test? ( dev-cpp/gtest )"
 RESTRICT="!test? ( test )"
 
@@ -26,6 +29,12 @@ PATCHES=(
"${FILESDIR}"/${P}-gentoo.patch
 )
 
+src_prepare() {
+   cmake_src_prepare
+   mkdir -p module/fp16 || die
+   cp include/fp16/*py module/fp16 || die
+}
+
 src_configure() {
local mycmakeargs=(
-DFP16_BUILD_BENCHMARKS=OFF
@@ -33,3 +42,13 @@ src_configure() {
)
cmake_src_configure
 }
+
+python_install() {
+   python_domodule module/fp16
+}
+
+src_install() {
+   cmake_src_install
+   rm "${D}"/usr/include/fp16/*.py || die
+   python_foreach_impl python_install
+}



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

2022-05-16 Thread Alfredo Tupone
commit: 64880ae8d7216b71a95c692b0e0f62d75592d096
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Mon May 16 13:11:26 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon May 16 13:12:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64880ae8

dev-python/PeachPy: add to tree

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-python/PeachPy/Manifest|  1 +
 dev-python/PeachPy/PeachPy-2021.10.13.ebuild   | 31 ++
 .../PeachPy/files/PeachPy-2021.10.13-gentoo.patch  | 11 
 dev-python/PeachPy/metadata.xml| 11 
 4 files changed, 54 insertions(+)

diff --git a/dev-python/PeachPy/Manifest b/dev-python/PeachPy/Manifest
new file mode 100644
index ..29f4dbf6b889
--- /dev/null
+++ b/dev-python/PeachPy/Manifest
@@ -0,0 +1 @@
+DIST PeachPy-2021.10.13.tar.gz 248855 BLAKE2B 
5f8e7845dfa7327c62e6a953505260645ca29dc762dcb3ffd971a6a07c81f259776286c12c2147e980ae43f77d3ce060a87201e2189123290845f6543c74775f
 SHA512 
c6370de8da9152e812702a3bb53592cba89ee24fdfbeaa87d49374bad7b2d79c60e54bac17a29d861f5881f4ce076f2fe96bff378ef31bdf3cbc6bc5093f6f3d

diff --git a/dev-python/PeachPy/PeachPy-2021.10.13.ebuild 
b/dev-python/PeachPy/PeachPy-2021.10.13.ebuild
new file mode 100644
index ..5e09b4102df9
--- /dev/null
+++ b/dev-python/PeachPy/PeachPy-2021.10.13.ebuild
@@ -0,0 +1,31 @@
+# Copyright 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
+
+CommitId=257881e0a7ce985c1cf96653db1264bf09adf510
+
+DESCRIPTION="Portable Efficient Assembly Code-generator in Higher-level Python"
+HOMEPAGE="https://pypi.org/project/PeachPy/";
+SRC_URI="https://github.com/Maratyszcza/${PN}/archive/${CommitId}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="BSD-2"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="test" # depends on an old version of werkzeug
+
+RDEPEND="
+   dev-python/Opcodes[${PYTHON_USEDEP}]
+   dev-python/six[${PYTHON_USEDEP}]
+"
+DEPEND="${RDEPEND}"
+BDEPEND=""
+
+S="${WORKDIR}"/${PN}-${CommitId}
+
+PATCHES=( "${FILESDIR}"/${P}-gentoo.patch )

diff --git a/dev-python/PeachPy/files/PeachPy-2021.10.13-gentoo.patch 
b/dev-python/PeachPy/files/PeachPy-2021.10.13-gentoo.patch
new file mode 100644
index ..c5ecab041a76
--- /dev/null
+++ b/dev-python/PeachPy/files/PeachPy-2021.10.13-gentoo.patch
@@ -0,0 +1,11 @@
+--- a/setup.py 2022-05-15 19:33:42.938456878 +0200
 b/setup.py 2022-05-15 19:33:57.869231488 +0200
+@@ -35,7 +35,7 @@
+ def run(self):
+ # package_dir may be None, in that case use the current directory.
+ import os
+-if self.distribution.package_dir is None:
++if not self.distribution.package_dir:
+ src_dir = os.getcwd()
+ else:
+ src_dir = os.path.abspath(self.distribution.package_dir[""])

diff --git a/dev-python/PeachPy/metadata.xml b/dev-python/PeachPy/metadata.xml
new file mode 100644
index ..c7def3ba0623
--- /dev/null
+++ b/dev-python/PeachPy/metadata.xml
@@ -0,0 +1,11 @@
+
+https://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   tup...@gentoo.org
+   Tupone Alfredo
+   
+   
+   Maratyszcza/PeachPy
+   
+



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

2022-05-16 Thread Michał Górny
commit: cc153a28e03d890dc706646bf1322c0281c12bde
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:10:34 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:10:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc153a28

dev-python/rospkg: Remove old

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

 dev-python/rospkg/Manifest  |  1 -
 dev-python/rospkg/files/yaml_load.patch | 52 -
 dev-python/rospkg/rospkg-1.3.0.ebuild   | 42 --
 3 files changed, 95 deletions(-)

diff --git a/dev-python/rospkg/Manifest b/dev-python/rospkg/Manifest
index b7f842ecfb06..fb28f34d948c 100644
--- a/dev-python/rospkg/Manifest
+++ b/dev-python/rospkg/Manifest
@@ -1,2 +1 @@
-DIST rospkg-1.3.0.tar.gz 91442 BLAKE2B 
9bf217ff103513471b1a2b0812e4b08519d667c0b883c545b23dd42f10216390f4fb618bf67baed0ba2aba71c18c13b0a702445425ca29568394c0cc5b4dff61
 SHA512 
bfd67eee80e063db45eb98b1b73cf1865d23a14a55d72639890d7ad3d01f4c85f07aa662d9d66e996340798c002f5ee9d1167cee32b20caff900fe527ed50d5b
 DIST rospkg-1.4.0.tar.gz 91707 BLAKE2B 
02ee199a5f59d1256561cda0e9a6f05e40337a604bfba34d076cd09812fb4cd2f253785e894e9590de86226e8e250d77f50f18c4ffb2857c69095f329c7aa58e
 SHA512 
4e4a40961ed1cfba0746069725378414dc61d3f55e479e7af5efa211419e34e44f5964f8ab41a8c4c9e9b74ae275fd29cf6ffda0eab66b6a0ec7fc7066719797

diff --git a/dev-python/rospkg/files/yaml_load.patch 
b/dev-python/rospkg/files/yaml_load.patch
deleted file mode 100644
index f56b6db59ad8..
--- a/dev-python/rospkg/files/yaml_load.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-Index: rospkg-1.2.0/src/rospkg/distro.py
-===
 rospkg-1.2.0.orig/src/rospkg/distro.py
-+++ rospkg-1.2.0/src/rospkg/distro.py
-@@ -192,14 +192,14 @@ def load_distro(source_uri):
- if os.path.isfile(source_uri):
- # load rosdistro file
- with open(source_uri) as f:
--raw_data = yaml.load(f.read())
-+raw_data = yaml.safe_load(f.read())
- else:
- try:
- request = urlopen(source_uri)
- except Exception as e:
- raise ResourceNotFound('%s (%s)' % (str(e), source_uri))
- try:
--raw_data = yaml.load(request)
-+raw_data = yaml.safe_load(request)
- except ValueError:
- raise ResourceNotFound(source_uri)
- if not type(raw_data) == dict:
-Index: rospkg-1.2.0/test/test_rospkg_distro.py
-===
 rospkg-1.2.0.orig/test/test_rospkg_distro.py
-+++ rospkg-1.2.0/test/test_rospkg_distro.py
-@@ -315,7 +315,7 @@ def test_load_distro_simple():
- 
- assert distro.release_name == 'simple', distro.release_name
- assert distro.version == '1', distro.version
--assert yaml.load(open(p)) == distro.raw_data, distro.raw_data
-+assert yaml.safe_load(open(p)) == distro.raw_data, distro.raw_data
- assert set(distro.variants.keys()) == set(['base'])
- assert set(distro.stacks.keys()) == set(['stack1'])
- 
-@@ -334,7 +334,7 @@ def test_load_distro_diamondback():
- 
- assert distro.release_name == 'diamondback', distro.release_name
- assert distro.version == 'r8596', distro.version
--assert yaml.load(open(p)) == distro.raw_data, distro.raw_data
-+assert yaml.safe_load(open(p)) == distro.raw_data, distro.raw_data
- assert set(distro.variants.keys()) == set(diamondback_variants)
- assert set(distro.stacks.keys()) == set(diamondback_stacks), 
set(distro.stacks.keys()) ^ set(diamondback_stacks)
- 
-@@ -350,7 +350,7 @@ def test_load_distro_diamondback():
- 
- def test__load_variants():
- from rospkg.distro import _load_variants
--raw_data = yaml.load("""variants:
-+raw_data = yaml.safe_load("""variants:
- - ros-base:
- stacks: [ros, ros_comm]
- - ros-full:

diff --git a/dev-python/rospkg/rospkg-1.3.0.ebuild 
b/dev-python/rospkg/rospkg-1.3.0.ebuild
deleted file mode 100644
index fbd4db374f38..
--- a/dev-python/rospkg/rospkg-1.3.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-SCM=""
-if [ "${PV#}" != "${PV}" ] ; then
-   SCM="git-r3"
-   EGIT_REPO_URI="https://github.com/ros-infrastructure/rospkg";
-fi
-
-inherit ${SCM} distutils-r1
-
-DESCRIPTION="Standalone Python library for the ROS package system"
-HOMEPAGE="https://wiki.ros.org/rospkg";
-if [ "${PV#}" != "${PV}" ] ; then
-   SRC_URI=""
-   # Needed for tests
-   S="${WORKDIR}/${PN}"
-   EGIT_CHECKOUT_DIR="${S}"
-else
-   
SRC_URI="https://github.com/ros-infrastructure/rospkg/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-
-RDEPEND="dev-python/pyya

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

2022-05-16 Thread Michał Górny
commit: 14f43f6b1faab8e495c88e0c3587bcbb58b175b1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:10:22 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:10:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f43f6b

dev-python/pyamg: Remove old

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

 dev-python/pyamg/Manifest |  3 ---
 dev-python/pyamg/files/pyamg-4.0.0-test.patch | 14 --
 dev-python/pyamg/pyamg-4.1.0.ebuild   | 29 
 dev-python/pyamg/pyamg-4.2.1.ebuild   | 37 -
 dev-python/pyamg/pyamg-4.2.2.ebuild   | 39 ---
 5 files changed, 122 deletions(-)

diff --git a/dev-python/pyamg/Manifest b/dev-python/pyamg/Manifest
index 48e0aaa3ffbc..b2369788dc5a 100644
--- a/dev-python/pyamg/Manifest
+++ b/dev-python/pyamg/Manifest
@@ -1,4 +1 @@
-DIST pyamg-4.1.0.tar.gz 749906 BLAKE2B 
31c05d64317b32cbdbd616e982557f0a94bc17b2fce3d982fe93e629d56ad526516603032b3cba9785bf5ebed038481ae641f55a5a1ad621442dde08791981cb
 SHA512 
311642cbbe8dca621cb58bebb1bb05b7dc7b2364713886df96937ba56575137bcb4fb7006a232d2c14380cd41f4337f6f09a8a9794e279a155f27287497d2b08
-DIST pyamg-4.2.1.gh.tar.gz 3900395 BLAKE2B 
ad4427eb297f044b4782274ce55799bd9da4abec108267c4c0aaedab38e2fb4d89c4c365eca90e4045c411254640ead667fa0e511d9597ff00081c0ebacde9b2
 SHA512 
933f5f1da808cb02ff5fa91df54a48a971bb3b017582f5a829cf71c94f698469476b9f0306962140dc38f7265266c9b53f98dc7aaa99945b45bfa83003d26df9
-DIST pyamg-4.2.2.gh.tar.gz 3900331 BLAKE2B 
34858026eb9e1eff20101e3ef810e7f3fed40e5b363c3a0858189276259576b8abe4d2a46fc386a1d759eff724bb8b7814944d08fd555783cf33e908a05812f0
 SHA512 
f9f18df8b34f240be7e738f1e0f74f348d718f63bb7a32bf0c78158e2ace985d60fc182beee5a9e75248aad3fafe0525a6f41b3acc356c52ce15b52730cbd970
 DIST pyamg-4.2.3.gh.tar.gz 4101959 BLAKE2B 
190cce0bb06bbfc09e8c7a8d6d70498308e4d0e098c23a12d12ae8373b56ef183694430c1f85e287682f9733e3f85ff2bd94d8e10003f578af32f3c3f583a8f4
 SHA512 
ad11ed2870de41bb9596167a5a7fc3edd4c4bc898c2f5b5ffa3cfa862372d993fe1adfc5f3d199150ba69a4d2acbf75e5d99b3aa872273da0d05f1fd8d9f5c6d

diff --git a/dev-python/pyamg/files/pyamg-4.0.0-test.patch 
b/dev-python/pyamg/files/pyamg-4.0.0-test.patch
deleted file mode 100644
index 316d0a2baad4..
--- a/dev-python/pyamg/files/pyamg-4.0.0-test.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Backported from: 
https://github.com/pyamg/pyamg/commit/6f5e549e6105e18cfff9bf4b5f1834d081fa4510
-Author: Luke Olson
 a/pyamg/aggregation/tests/test_smooth.py
-+++ b/pyamg/aggregation/tests/test_smooth.py
-@@ -485,6 +485,9 @@ class TestEnergyMin(TestCase):
- Bc = ml.levels[1].B
- P = ml.levels[0].P.tocsr()
- 
-+T.eliminate_zeros()
-+P.eliminate_zeros()
-+
- # P should preserve B in its range, wherever P
- # has enough nonzeros
- mask = ((P.indptr[1:] - P.indptr[:-1]) >= B.shape[1])

diff --git a/dev-python/pyamg/pyamg-4.1.0.ebuild 
b/dev-python/pyamg/pyamg-4.1.0.ebuild
deleted file mode 100644
index 27080fa711fe..
--- a/dev-python/pyamg/pyamg-4.1.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_{7..10} )
-inherit distutils-r1
-
-DESCRIPTION="Algebraic multigrid solvers in Python"
-HOMEPAGE="https://pyamg.org";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]"
-# cannot be enabled by "distutils_enable_tests pytest"
-BDEPEND="
-   dev-python/pybind11[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests setup.py
-
-PATCHES=( "${FILESDIR}"/${PN}-4.0.0-test.patch )

diff --git a/dev-python/pyamg/pyamg-4.2.1.ebuild 
b/dev-python/pyamg/pyamg-4.2.1.ebuild
deleted file mode 100644
index 971ced744f5c..
--- a/dev-python/pyamg/pyamg-4.2.1.ebuild
+++ /dev/null
@@ -1,37 +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="Algebraic multigrid solvers in Python"
-HOMEPAGE="https://pyamg.org";
-SRC_URI="
-   https://github.com/pyamg/pyamg/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]"
-BDEPEND="
-   dev-python/pybind11[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   test? (
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests

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

2022-05-16 Thread Michał Górny
commit: 570db48630dc118d885c0b1373eca664e8397d43
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:09:00 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:09:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=570db486

dev-python/cvxopt: Remove old

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

 dev-python/cvxopt/Manifest|   1 -
 dev-python/cvxopt/cvxopt-1.2.7.ebuild | 164 --
 2 files changed, 165 deletions(-)

diff --git a/dev-python/cvxopt/Manifest b/dev-python/cvxopt/Manifest
index e55b8ce122cc..e843c7e84c72 100644
--- a/dev-python/cvxopt/Manifest
+++ b/dev-python/cvxopt/Manifest
@@ -1,2 +1 @@
-DIST cvxopt-1.2.7.tar.gz 4115486 BLAKE2B 
6db890b271d99709f433269190461291702a95874dd13b218d1529e02da80eee43385397c5dcc31099666441b51207557bc0a91c403c75aa11f04334358eefd4
 SHA512 
09b92e33eb69dccd4ce1ff8f63eb81973cce15804bbdede91c1f81d146d9a643d8a29315f324774f02fa0f0fed2edfd698ba9a1a7345aeae1f5a25d24b776274
 DIST cvxopt-1.3.0.tar.gz 4120085 BLAKE2B 
f4cb23146897d3f4b24e0fc4d59bd89e2c5b49c83aecdbec02297abbea8a16ecab85a02e9c187debbf3a03cc62e4c46128acefbec2af7ea20558e7fa1d1c0bd0
 SHA512 
b719100abb0b049765963dc4ca9f646b508a319b5f8390aa7a0578056d32a32573e195c136ffb907a57135e337887d2256c9a0883e63dad966dab43cad0bf58a

diff --git a/dev-python/cvxopt/cvxopt-1.2.7.ebuild 
b/dev-python/cvxopt/cvxopt-1.2.7.ebuild
deleted file mode 100644
index 2f9c0c1b5b48..
--- a/dev-python/cvxopt/cvxopt-1.2.7.ebuild
+++ /dev/null
@@ -1,164 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1 toolchain-funcs
-
-DESCRIPTION="Python package for convex optimization"
-HOMEPAGE="https://cvxopt.org/ https://github.com/cvxopt/cvxopt";
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+dsdp examples fftw +glpk gsl"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   virtual/blas
-   virtual/lapack
-   sci-libs/amd:0=
-   sci-libs/cholmod:0=
-   sci-libs/colamd:0=
-   sci-libs/suitesparseconfig:0=
-   sci-libs/umfpack:0=
-   dsdp? ( sci-libs/dsdp:0= )
-   fftw? ( sci-libs/fftw:3.0= )
-   glpk? ( >=sci-mathematics/glpk-4.49:0= )
-   gsl? ( sci-libs/gsl:0= )"
-RDEPEND="${DEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-distutils_enable_sphinx doc/source --no-autodoc
-distutils_enable_tests pytest
-
-# The BLAS_LIB and LAPACK_LIB variables (among others) in cvxopt's
-# setup.py are passed in as colon-delimited strings. So, for example,
-# if your blas "l" flags are "-lblas -lcblas", then cvxopt wants
-# "blas;cblas" for BLAS_LIB.
-#
-# The following function takes a flag type ("l", "L", or "I") as its
-# first argument and a list of packages as its remaining arguments. It
-# outputs a list of libraries, library paths, or include paths,
-# respectively, for the given packages, retrieved using pkg-config and
-# deduplicated, in the appropriate format.
-#
-cvxopt_output() {
-   local FLAGNAME="${1}"
-   shift
-   local PACKAGES="${@}"
-
-   local PKGCONFIG_MODE
-   case "${FLAGNAME}" in
-   l) PKGCONFIG_MODE="--libs-only-l";;
-   L) PKGCONFIG_MODE="--libs-only-L";;
-   I) PKGCONFIG_MODE="--cflags-only-I";;
-   *) echo "invalid flag name: ${FLAGNAME}"; exit 1;;
-   esac
-
-   local CVXOPT_OUTPUT=""
-   local PKGCONFIG_ITEM
-   for PKGCONFIG_ITEM in $($(tc-getPKG_CONFIG) ${PKGCONFIG_MODE} 
${PACKAGES})
-   do
-   # First strip off the leading "-l", "-L", or "-I", and replace
-   # it with a semicolon...
-   PKGCONFIG_ITEM=";${PKGCONFIG_ITEM#-${FLAGNAME}}"
-
-   # Now check to see if this element is already present in the
-   # list, and skip it if it is. This eliminates multiple entries
-   # from winding up in the list when multiple package arguments are
-   # passed to this function.
-   if [[ "${CVXOPT_OUTPUT}" != "${CVXOPT_OUTPUT%${PKGCONFIG_ITEM}}" ]]
-   then
-   # It was already the last entry in the list, so skip it.
-   continue
-   elif [[ "${CVXOPT_OUTPUT}" != "${CVXOPT_OUTPUT%${PKGCONFIG_ITEM};*}" ]]
-   then
-   # It was an earlier entry in the list. These two cases are
-   # separate to ensure that we can e.g. find ";m" at the end
-   # of the list, but that we don't find ";metis" in the process.
-   continue
-   fi
-
-   # It isn't in the list yet, so append it.
-   CVXOPT_OUTPUT+="${PKGCONFIG_ITEM}"
-   done
-
-   # Strip the leading ";" from ";foo;bar" before output.
-   echo "${CVXOPT_OUTPUT#;}"
-}
-
-python_prepare_all() {
-   # Mandatory dependencies.
-   export CVXOPT_BLAS_LIB="$(cvxopt_output l blas)"
-   export 
CVXOPT_BLAS_LIB_DIR="${EPREF

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

2022-05-16 Thread Michał Górny
commit: 64f4f36a361e4158e6422d49aace70cd39ef99c5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:10:07 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:10:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64f4f36a

dev-python/pipenv: Remove old

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

 dev-python/pipenv/Manifest |   2 -
 ...ipenv-2022-1-8-remove-first-vendor-import.patch | 162 -
 dev-python/pipenv/pipenv-2021.11.23.ebuild |  81 ---
 dev-python/pipenv/pipenv-2022.1.8.ebuild   |  99 -
 4 files changed, 344 deletions(-)

diff --git a/dev-python/pipenv/Manifest b/dev-python/pipenv/Manifest
index 3bcdf0bbc623..a96ecdd88fcd 100644
--- a/dev-python/pipenv/Manifest
+++ b/dev-python/pipenv/Manifest
@@ -1,3 +1 @@
-DIST pipenv-2021.11.23.tar.gz 11378116 BLAKE2B 
aa30c86aa3b20333d0bffc8c49761869cc9e86b69920abe5e58a0aa7ccf35a8faf6b8b29ce408c85239624a999ca4e67f4a687e1e9aa15271bea31a135acdb7d
 SHA512 
3873a3e7de33677b63bb133e397f46030ec28a24479b38009a4c409d93277327e8f53694fa56fdb8120f9cd632e849fde6f4205e29d9f5704c8844101e8e8298
-DIST pipenv-2022.1.8.tar.gz 11379235 BLAKE2B 
b73df14688ebe6d0c6153c64c2f3cd5106f184466061177cebfac120fc49af403a5d27919a8ff0e5a40e04a9950ab9949938c1d4c8d0c1a4df98440a3a2a2ae0
 SHA512 
9bad380548723172eddbbb9ebfc35a46effbd8eeeff47ad347d0ab5ae9f52e20de8dfc205dab6fb8ae8763edc488cf867a64ed443895242feb444d1bc0d9b8e0
 DIST pipenv-2022.4.8.tar.gz 11822017 BLAKE2B 
b647bf5dbbdb6a38ace41bc58c3178199c0c7cada826f18d0f58c6f3cd60290fa714ca434d19cf468cf316d51ac0895460cb007d677b53462a7efc86f3d3bb2e
 SHA512 
8c0ed65b9431b785f86bc4fa0a0a55d96228ed2f9483805536fa3056853dbfabeac02578f694e9a3f2e00be579183d10dcbb957fb834d475e1621de6a05ebd2e

diff --git 
a/dev-python/pipenv/files/pipenv-2022-1-8-remove-first-vendor-import.patch 
b/dev-python/pipenv/files/pipenv-2022-1-8-remove-first-vendor-import.patch
deleted file mode 100644
index a8ff7d107f9c..
--- a/dev-python/pipenv/files/pipenv-2022-1-8-remove-first-vendor-import.patch
+++ /dev/null
@@ -1,162 +0,0 @@
-From eefc2db1adcfdd9afc1955c81d73dc3d32c65a57 Mon Sep 17 00:00:00 2001
-From: Oz N Tiram 
-Date: Sun, 9 Jan 2022 23:52:06 +0100
-Subject: [PATCH] Remove vendored first
-
-While first is nice to have, it adds a lot of code in vendor.
-This patch achieves the same with less code in vendor (~80 lines less).

- pipenv/core.py  |  4 +-
- pipenv/vendor/first.LICENSE | 19 -
- pipenv/vendor/first.py  | 78 -
- pipenv/vendor/vendor.txt|  1 -
- 4 files changed, 2 insertions(+), 100 deletions(-)
- delete mode 100644 pipenv/vendor/first.LICENSE
- delete mode 100644 pipenv/vendor/first.py
-
-diff --git a/pipenv/core.py b/pipenv/core.py
-index 92811f74..1c04047c 100644
 a/pipenv/core.py
-+++ b/pipenv/core.py
-@@ -2525,7 +2525,6 @@ def do_check(
- args=None,
- pypi_mirror=None
- ):
--from first import first
- from pipenv.vendor.vistir.compat import JSONDecodeError
- 
- if not system:
-@@ -2569,7 +2568,8 @@ def do_check(
- if not system:
- python = project._which("python")
- else:
--python = first(system_which(p) for p in ("python", "python3", 
"python2"))
-+interpreters = [system_which(p) for p in ("python", "python3", 
"python2")]
-+python = interpreters[0] if interpreters else None
- if not python:
- click.echo(crayons.red("The Python interpreter can't be found."), 
err=True)
- sys.exit(1)
-diff --git a/pipenv/vendor/first.LICENSE b/pipenv/vendor/first.LICENSE
-deleted file mode 100644
-index a9c8c9db..
 a/pipenv/vendor/first.LICENSE
-+++ /dev/null
-@@ -1,19 +0,0 @@
--Copyright (c) 2012 Hynek Schlawack
--
--Permission is hereby granted, free of charge, to any person obtaining a copy 
of
--this software and associated documentation files (the "Software"), to deal in
--the Software without restriction, including without limitation the rights to
--use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
--of the Software, and to permit persons to whom the Software is furnished to do
--so, subject to the following conditions:
--
--The above copyright notice and this permission notice shall be included in all
--copies or substantial portions of the Software.
--
--THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
--IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
--FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
--AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
--LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
--OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
--SOFTWARE.
-diff --git a/pipenv/vendor/first.py b/pipenv/vendor/first.py
-deleted file mode 100644
-index 8cf9d2d1..0

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

2022-05-16 Thread Michał Górny
commit: 517bf1a212fadc3181ae557a30b35804e9a534ea
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:09:25 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:09:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=517bf1a2

dev-python/loguru: Remove old

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

 dev-python/loguru/Manifest|  1 -
 dev-python/loguru/loguru-0.5.3.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/loguru/Manifest b/dev-python/loguru/Manifest
index 28caff1daff7..39d14b070605 100644
--- a/dev-python/loguru/Manifest
+++ b/dev-python/loguru/Manifest
@@ -1,2 +1 @@
-DIST loguru-0.5.3.tar.gz 413858 BLAKE2B 
995df880138e09ae80c33c1c96aea36acc635c8915687ca708b708eb4a92722908da4c5c4b03e8dd01ef1a3be560c072821405010f03e131781c4f3dbb7bd9cf
 SHA512 
d26e9fcc79b6eb3437b53a03b8200679bdda8de2bced7710fb252ff3c19622fea48c20c8258a62bcd625bd18bfee080ed0a182876d91f34e1f2ef3524ac9bb46
 DIST loguru-0.6.0.tar.gz 417660 BLAKE2B 
a7b7d95ffcf652769503db3423768ff85a4fa4898f0e2b155d96ce0c42fa7f24255f9dc49ba62e8a4f19bb3b7cc8b374580fe0965c9683b14d9bcea9866e71a5
 SHA512 
6ca7087cde3b4ce11255e31af988e5e118a7ebfbb338b97ebd6e7e4af716f0301c0180a59b18c879fd799c25802b428411b868290b7593212f06d70bcbd6a9ca

diff --git a/dev-python/loguru/loguru-0.5.3.ebuild 
b/dev-python/loguru/loguru-0.5.3.ebuild
deleted file mode 100644
index 6edc46844dde..
--- a/dev-python/loguru/loguru-0.5.3.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python logging made (stupidly) simple"
-HOMEPAGE="https://github.com/Delgan/loguru";
-SRC_URI="https://github.com/Delgan/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~x86"
-
-RDEPEND="$(python_gen_cond_dep 'dev-python/aiocontextvars[${PYTHON_USEDEP}]' 
'python3_6')"
-BDEPEND="test? ( >=dev-python/colorama-0.3.4[${PYTHON_USEDEP}] )"
-# filesystem buffering tests may fail
-# on tmpfs with 64k PAGESZ, but pass fine on ext4
-distutils_enable_tests pytest



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

2022-05-16 Thread Michał Górny
commit: b9c80e1bc39af19cd151cf96f034d37eebd2fb2d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:06:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:06:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9c80e1b

dev-python/starlette: Remove old

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

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

diff --git a/dev-python/starlette/Manifest b/dev-python/starlette/Manifest
index 59deacd92d09..34794073b9be 100644
--- a/dev-python/starlette/Manifest
+++ b/dev-python/starlette/Manifest
@@ -1,3 +1,2 @@
 DIST starlette-0.18.0.gh.tar.gz 408097 BLAKE2B 
ddc85690d9eb962a8d82544a1667d17316025330c8fda0c79dc21422399bcff01ccf5baf85eda7941f40aac5845d18fdcefaa23ba8ba442d30f0b9e194f7287c
 SHA512 
521d39c1eec818250da3f2dc24cd2fb08393b76e6314a9bd5f3e520bdfa4652ae4ace5876b7e7f3a7ddc5540160e1086997a40b86a1b1bfd694c6aa1abde9106
-DIST starlette-0.19.1.gh.tar.gz 415049 BLAKE2B 
15842a521b9cef2ed823e857f984d7d8db7a9fb4c0fb06d811fe29336a104c600b9c4f0a14b535ad1a84743cb4a1452d87f3ff0ae9245270b765af89254be86e
 SHA512 
3fd721e4a8accfd4f0c1c87b4b0eb62b559066aeeb7ddd31dcacb73c2b4e8619fe727b10f2e3053199e710a561063ef7bbd73ad65294d0ce5db778d458ffbd91
 DIST starlette-0.20.0.gh.tar.gz 414497 BLAKE2B 
47c6ef632a600bd18075c8ea65811ed18e08c285ed01cb34e5f74c00b2349430703ac041beacb35b91d941501001d2b93b79b777b403f5b6bef4682f6c13b02a
 SHA512 
f28aff53732ec5950b2432ea644667d408e80cb4b51a177652a9bfe6731c6fa1208cba644fcaa84405bf51ef00f500a277c86e48f5446e2014369c1d1edda357

diff --git a/dev-python/starlette/starlette-0.19.1.ebuild 
b/dev-python/starlette/starlette-0.19.1.ebuild
deleted file mode 100644
index b006d8c4552e..
--- a/dev-python/starlette/starlette-0.19.1.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=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="The little ASGI framework that shines"
-HOMEPAGE="https://www.starlette.io/";
-SRC_URI="
-   https://github.com/encode/starlette/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   =dev-python/anyio-3.4.0[${PYTHON_USEDEP}]
-   dev-python/itsdangerous[${PYTHON_USEDEP}]
-   $(python_gen_cond_dep '
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   ' 3.8 3.9 )
-"
-BDEPEND="
-   test? (
-   dev-python/trio[${PYTHON_USEDEP}]
-   )
-"
-
-EPYTEST_IGNORE=(
-   # Unpackaged 'databases' dependency
-   tests/test_database.py
-
-   # Unpackaged 'multipart' dependency
-   tests/test_formparsers.py
-)
-
-EPYTEST_DESELECT=(
-   # Unpackaged 'multipart' dependency
-   tests/test_requests.py::test_request_form_urlencoded
-)
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   # fix accept-encoding, as new support was added with newer versions
-   sed -e '/accept-encoding/s/",/, br&/' -i 
tests/test_{websockets,requests}.py || die
-
-   distutils-r1_src_prepare
-}



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

2022-05-16 Thread Michał Górny
commit: f814beec66c7ed34c10c60feda84fa27dff08339
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:09:13 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:09:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f814beec

dev-python/flit: Remove old

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

 dev-python/flit/Manifest |  2 --
 dev-python/flit/files/flit-3.2.0-tests.patch | 12 ---
 dev-python/flit/flit-3.5.1-r1.ebuild | 42 
 dev-python/flit/flit-3.6.0-r1.ebuild | 48 
 dev-python/flit/flit-3.6.0-r2.ebuild | 48 
 5 files changed, 152 deletions(-)

diff --git a/dev-python/flit/Manifest b/dev-python/flit/Manifest
index ca34f321d209..a77ee600896d 100644
--- a/dev-python/flit/Manifest
+++ b/dev-python/flit/Manifest
@@ -1,3 +1 @@
-DIST flit-3.5.1.tar.gz 122689 BLAKE2B 
49be251df549783114c6758fa688d00fe18ed88d215f91783ce78eda722ee3d8578d83781a1a5c9ee61dd001c82df010c879dc742a1829c2ba8bcf5edb930556
 SHA512 
00e884774c7f59dfb54d6db09f65ac0ed47f1dd23872d6913f3a41de7242fb3829b2edacd03d08e080635c0a515521333aa74e6d26a2faa5fc02e56454b2b37a
-DIST flit-3.6.0.tar.gz 133365 BLAKE2B 
c4170eeded3c15a93c8e89b9483459247228136bc5ff32c6edb8cd9a4b5c3171fe381d0a1b4e325ed863457c2bce476efe3276455d5b9e4279a702dd35ed4512
 SHA512 
6506ecc73f9e0373e84b5b90a3d567f1edad6d95561886ff1f08f37addfc39006e75ab199c376a7d18452f6b8e2cbdd9e8f59a1fc96037702c3c682dc0b5a757
 DIST flit-3.7.1.tar.gz 136642 BLAKE2B 
b94f8bbe00c2c5fb28bddbdcf240255ed53ec3b24d2eab1a33e37261cf32a92a0171ea01ad1488384c15f46acbf84d47c4679b318932a3ee78f22c1d161156b0
 SHA512 
336e81b034da2f38d7decb32c8961ce62d30f6fd2cb4778b09c956eb400277673d4c94cd57cf08fa7f115f8836aadb0469197d0096f833da9317db8a4f75baed

diff --git a/dev-python/flit/files/flit-3.2.0-tests.patch 
b/dev-python/flit/files/flit-3.2.0-tests.patch
deleted file mode 100644
index 7a0a4c5c7a72..
--- a/dev-python/flit/files/flit-3.2.0-tests.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/tests/test_config.py b/tests/test_config.py
-index 214cd17..815005b 100644
 a/tests/test_config.py
-+++ b/tests/test_config.py
-@@ -5,6 +5,7 @@ from flit.config import read_flit_config, ConfigError
- 
- samples_dir = Path(__file__).parent / 'samples'
- 
-+@pytest.mark.skip("Needs internet access")
- def test_invalid_classifier():
- with pytest.raises(ConfigError):
- read_flit_config(samples_dir / 'invalid_classifier.toml')

diff --git a/dev-python/flit/flit-3.5.1-r1.ebuild 
b/dev-python/flit/flit-3.5.1-r1.ebuild
deleted file mode 100644
index 13d3a2cf3055..
--- a/dev-python/flit/flit-3.5.1-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Simplified packaging of Python modules"
-HOMEPAGE="https://github.com/takluyver/flit https://flit.readthedocs.io/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/docutils[${PYTHON_USEDEP}]
-   >=dev-python/flit_core-3.2.0[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests_download[${PYTHON_USEDEP}]
-   dev-python/tomli[${PYTHON_USEDEP}]
-   dev-python/tomli-w[${PYTHON_USEDEP}]
-"
-BDEPEND="${RDEPEND}
-   sys-apps/grep
-   test? (
-   dev-python/pip[${PYTHON_USEDEP}]
-   dev-python/responses[${PYTHON_USEDEP}]
-   dev-python/testpath[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}/flit-3.2.0-tests.patch"
-)
-
-distutils_enable_tests pytest
-distutils_enable_sphinx doc \
-   dev-python/sphinxcontrib-github-alt \
-   dev-python/pygments-github-lexers \

diff --git a/dev-python/flit/flit-3.6.0-r1.ebuild 
b/dev-python/flit/flit-3.6.0-r1.ebuild
deleted file mode 100644
index d40edb3cf264..
--- a/dev-python/flit/flit-3.6.0-r1.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 2019-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Simplified packaging of Python modules"
-HOMEPAGE="https://github.com/pypa/flit https://flit.readthedocs.io/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/docutils[${PYTHON_USEDEP}]
-   >=dev-python/flit_core-3.2.0[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/requests_download[${PYTHON_USEDEP}]
-   dev-python/tomli[${PYTHON_USEDEP}]
-   dev-python/tomli-w[${PYTHON_USEDEP}]
-"
-BDEPEND="${RDEPEND}
-   sy

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

2022-05-16 Thread Michał Górny
commit: 043abd513694404f31be2cd08f7187c54dc5f5f5
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:09:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:09:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=043abd51

dev-python/metakernel: Remove old

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

 dev-python/metakernel/metakernel-0.28.2.ebuild | 31 --
 1 file changed, 31 deletions(-)

diff --git a/dev-python/metakernel/metakernel-0.28.2.ebuild 
b/dev-python/metakernel/metakernel-0.28.2.ebuild
deleted file mode 100644
index 58faa4a144bc..
--- a/dev-python/metakernel/metakernel-0.28.2.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Metakernel for Jupyter"
-HOMEPAGE="https://github.com/Calysto/metakernel";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/jupyter_core[${PYTHON_USEDEP}]
-   >=dev-python/pexpect-4.2[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-PATCHES=( "${FILESDIR}"/${PN}-0.25.0-disable-brittle-tests.patch )
-
-python_prepare_all() {
-   # cannot import name 'MetaKernelPython' from 'metakernel_python' 
(unknown location)
-   rm generate_help.py || die
-   distutils-r1_python_prepare_all
-}



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

2022-05-16 Thread Michał Górny
commit: 3a67b4dd11bc45d96b9a4d0baa65420013150a9d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:10:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:10:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a67b4dd

dev-python/vpython: Remove old

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

 dev-python/vpython/Manifest|  2 -
 .../vpython-7.6.2-fix-python310-detection.patch| 56 --
 dev-python/vpython/vpython-7.6.1-r3.ebuild | 27 ---
 dev-python/vpython/vpython-7.6.2.ebuild| 38 ---
 4 files changed, 123 deletions(-)

diff --git a/dev-python/vpython/Manifest b/dev-python/vpython/Manifest
index b678f2d8af04..34523dd6e181 100644
--- a/dev-python/vpython/Manifest
+++ b/dev-python/vpython/Manifest
@@ -1,3 +1 @@
-DIST vpython-7.6.1.tar.gz 3552831 BLAKE2B 
78281ebbdae2bf09d139569cd344f32aa77aad59ce988a72c57b9984774bc376348c6e69c9119822fe1fbd5dbe6cecf81f17da3977b257c64321e4d4f2deb755
 SHA512 
8a06bf41865a6bb61c6616c853889b24128f32a9ce1eb8cd9ff861e4995f700ea24e7ffc04fd1edf9cd823a1a592083202abecb1373d5f544facc8646f0cf30b
-DIST vpython-7.6.2.tar.gz 4461606 BLAKE2B 
67e59d5ac8e061ffa62433bcc1c3285cf659482e298b706d2b59ef8160c154c42efa8677fce19856a88024af06fb71882ff280ba2e1312a18da272168a4eb1a9
 SHA512 
fb8f0e9219950cab6d800a44a7fa473bd39e67895170b5cd7636a78cefd83f740d5b4da245b3f252402bfae6e576948b5831d230bf365ac7141ba6bf5f1ef6d6
 DIST vpython-7.6.3.tar.gz 4461187 BLAKE2B 
4698396fb9f846db59233bb6795748cadf7a0c8c4b1969dfe439965fa29db703806197a6e91b5d91935b8fdcf5c626dac6613a73e06b88c899b0b19ef69e
 SHA512 
0270103eb5c67ecbf7461e1821e3502295976f430d290fbefc5281643802963bf6ccd729eb37b19e50b2403f7cf0dc09f869d4cd30726ccd086bacb6180f868e

diff --git 
a/dev-python/vpython/files/vpython-7.6.2-fix-python310-detection.patch 
b/dev-python/vpython/files/vpython-7.6.2-fix-python310-detection.patch
deleted file mode 100644
index 5cf5b2fe000a..
--- a/dev-python/vpython/files/vpython-7.6.2-fix-python310-detection.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-From 426eeae74eb67934bf7ddcffc07677d93a7ea191 Mon Sep 17 00:00:00 2001
-From: Mike 
-Date: Fri, 8 Oct 2021 17:22:52 -0400
-Subject: [PATCH 1/2] Fixed version check to encompass Python 3.10
-

- vpython/__init__.py | 12 ++--
- 1 file changed, 6 insertions(+), 6 deletions(-)
-
-diff --git a/vpython/__init__.py b/vpython/__init__.py
-index 3fc6ce5..c09f697 100644
 a/vpython/__init__.py
-+++ b/vpython/__init__.py
-@@ -10,14 +10,14 @@
- # both of those.
- 
- from ._notebook_helpers import _isnotebook, __is_spyder
--import platform
--__p = platform.python_version()
-+import sys
-+__v = sys.version_info
- 
--# Delete platform now that we are done with it
--del platform
-+# Delete sys now that we are done with it
-+del sys
- 
--__ispython3 = (__p[0] == '3')
--__require_notebook = (not __ispython3) or (__p[2] < '5') # Python 2.7 or 3.4 
require Jupyter notebook
-+__ispython3 = (__v.major == 3)
-+__require_notebook = (not __ispython3) or (__v.minor < 5) # Python 2.7 or 3.4 
require Jupyter notebook
- 
- if __require_notebook and (not _isnotebook):
- s = "The non-notebook version of vpython requires Python 3.5 or 
later."
-
-From 405062dcca5a9a8656b99afb52cd13ce885f8bd1 Mon Sep 17 00:00:00 2001
-From: Mike 
-Date: Mon, 11 Oct 2021 18:16:50 -0400
-Subject: [PATCH 2/2] Added username to contributors.md
-

- CONTRIBUTORS.md | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
-index 1f627bd..d608966 100644
 a/CONTRIBUTORS.md
-+++ b/CONTRIBUTORS.md
-@@ -30,6 +30,7 @@ We are certain the list is incomplete; please let one of us 
know by opening an [
- + Kyle Dunn ([@kdunn926](https://github.com/kdunn926))
- + Brian Su ([@brianbbsu](https://github.com/brianbbsu))
- + [@0dminnimda](https://github.com/0dminnimda)
-++ Mike Miller ([@Axe319](https://github.com/axe319))
- 
- ## Full timeline of vpython development
- 

diff --git a/dev-python/vpython/vpython-7.6.1-r3.ebuild 
b/dev-python/vpython/vpython-7.6.1-r3.ebuild
deleted file mode 100644
index 1d56387d3f84..
--- a/dev-python/vpython/vpython-7.6.1-r3.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="VPython for Jupyter notebook"
-HOMEPAGE="https://www.vpython.org/ https://pypi.org/project/vpython/";
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
-
-RDEPEND="
-   dev-python/autobahn[${PYTHON_USEDEP}]
-   dev-python/ipykernel[${PYTHON_USEDEP}]
-   dev-python/jupyter[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/versioneer[${PYTHON_USEDEP}]"
-BDEPEND="dev-python/cython[${PYTHON_USEDEP}]"
-DEPEND="
-   ${RDEPEND}
-   ${BDEPEND}"
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x

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

2022-05-16 Thread Michał Górny
commit: 1817a33d9ec82207a9db74eca92fa71d97d100b0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:01:31 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:03:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1817a33d

dev-python/braintree: Remove old

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

 dev-python/braintree/Manifest   |  1 -
 dev-python/braintree/braintree-4.14.0-r1.ebuild | 31 -
 2 files changed, 32 deletions(-)

diff --git a/dev-python/braintree/Manifest b/dev-python/braintree/Manifest
index c2be3780872a..fb751f120e1e 100644
--- a/dev-python/braintree/Manifest
+++ b/dev-python/braintree/Manifest
@@ -1,2 +1 @@
-DIST braintree-4.14.0-gh.tar.gz 206937 BLAKE2B 
449a70c7f83e2ee3cb5c9e74624605387e0c12359e81aa18041c4dd2146c1bbb899cc97c9bcf6348ea1d0494d73d8a2366e41c05479e637d777a636cc1f0cec7
 SHA512 
d7d77d06c1a210200732e9e8fe4a55eb25f43ca7df9ab00fdbbbf077196c1605ed825976f691440e10b23bf4727b1e8200c5bd6b2cd9a66305110440cde0edce
 DIST braintree-4.15.2.gh.tar.gz 207089 BLAKE2B 
5ed62e341c05e254cf3bec47f91704670bb57873be995352ce1e427e8075aee6193e11cbd863074b1ae39ddbf2c1a77f7c0207ffa9c8b7ca9335e2beeed42f29
 SHA512 
324823a078bc4068577793b169dd6b3d67e05d77850cebfe09602c0f6c3626ef1098f612c0ddfb7cc72b4b734d7319944c30297658f77edaf906334d27393f13

diff --git a/dev-python/braintree/braintree-4.14.0-r1.ebuild 
b/dev-python/braintree/braintree-4.14.0-r1.ebuild
deleted file mode 100644
index 6cdfcf182545..
--- a/dev-python/braintree/braintree-4.14.0-r1.ebuild
+++ /dev/null
@@ -1,31 +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="Braintree Python Library"
-HOMEPAGE="https://developers.braintreepayments.com/python/sdk/server/overview";
-# PyPI tarballs don't contain tests
-SRC_URI="https://github.com/braintree/braintree_python/archive/${PV}.tar.gz -> 
${P}-gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/requests-0.11.1[${PYTHON_USEDEP}]"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}_python-${PV}"
-DOCS=(README.md)
-
-distutils_enable_tests nose
-
-python_test() {
-   distutils-r1_python_test tests/unit
-}



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

2022-05-16 Thread Michał Górny
commit: ebcb0920beacd8c000ea668de69c5db70252b16f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:01:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:03:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebcb0920

dev-python/boolean-py: Remove old

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

 dev-python/boolean-py/Manifest  |  1 -
 dev-python/boolean-py/boolean-py-3.8.ebuild | 26 --
 2 files changed, 27 deletions(-)

diff --git a/dev-python/boolean-py/Manifest b/dev-python/boolean-py/Manifest
index da88f8cd0964..3cb1a35ef8eb 100644
--- a/dev-python/boolean-py/Manifest
+++ b/dev-python/boolean-py/Manifest
@@ -1,2 +1 @@
-DIST boolean.py-3.8.gh.tar.gz 32063 BLAKE2B 
a0314852f9d914329476e80f7e11cbc7eb55412ef7c41dec620c2a21d522950fde7471f7e1d9042b2887b5a7462b226c2b6d08c9d3fd46192aa7d6d3426dae80
 SHA512 
d41ce9a05743342c116d68b88ea36be316ac9fc190a8451aca97b52fde60c58ec49d36d2dee071f83fb5f6ad49337da80bf9de1bf3d479b46386fd87e4cf2f14
 DIST boolean.py-4.0.gh.tar.gz 33855 BLAKE2B 
68e183c670684d2f92ad94f2b88616c932c2a85db40fa1a2552bc60c9bf03999bb456e0a91623afba2af4f2c89ef6cacf0c6f0267ac55aadcf02e67c8324c8f6
 SHA512 
2c92188645c4949478b40c2879f02a0eb6f3f92c0781a910862fcccebaa3476b9f2668ef40a5faec9d5c3a9c7361043a8e1b92ed98e282d6ce89c56b8ac0c2ad

diff --git a/dev-python/boolean-py/boolean-py-3.8.ebuild 
b/dev-python/boolean-py/boolean-py-3.8.ebuild
deleted file mode 100644
index 146402394e26..
--- a/dev-python/boolean-py/boolean-py-3.8.ebuild
+++ /dev/null
@@ -1,26 +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..10} )
-inherit distutils-r1
-
-MY_P=${P/-/.}
-DESCRIPTION="Define boolean algebras, create and parse boolean expressions"
-HOMEPAGE="
-   https://pypi.org/project/boolean.py/
-   https://github.com/bastikr/boolean.py/
-"
-SRC_URI="
-   https://github.com/bastikr/boolean.py/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="BSD-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests unittest



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

2022-05-16 Thread Michał Górny
commit: d7b6268fdbc81ccd8bed49c3c109b06939ba79f9
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:01:49 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:03:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7b6268f

dev-python/cachecontrol: Remove old

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

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

diff --git a/dev-python/cachecontrol/Manifest b/dev-python/cachecontrol/Manifest
index 17bc6ba4532d..50764c5390a3 100644
--- a/dev-python/cachecontrol/Manifest
+++ b/dev-python/cachecontrol/Manifest
@@ -1,2 +1 @@
-DIST cachecontrol-0.12.10.gh.tar.gz 39944 BLAKE2B 
a760db75384a48a21506d7bcc9edc63dd5b8f7b09ba4ff7afb968c7df3a505a9c6e5eece6e275ec1c9d49763a36124f7221123739fe07695ac2b0bbfb62e948c
 SHA512 
3374a2b0cd42d6f3975b42de46e7aaf92a15403b65aaf53ba14102d6ce68bad85dc4d8f0eaa294604b54ee3e2b1d7d3c56c1dac8e717de41cc7be6d880afc1e7
 DIST cachecontrol-0.12.11.gh.tar.gz 41338 BLAKE2B 
09ce2336216b69dbe9796d658db9f5b0d378259484cba3a78ecd789843e19683adc2b1b90d579cea8700d07ed55a93ecc3a56e5da2c8ab025e5084d2847d4dbf
 SHA512 
be1c91f58edda36192f1267a8fdfdc50685ff57da5d84f5348b60898232799f18f5c318a20cf258b16d2bc83272ba58317e8c4c44a84d5d1f93b522dfc8b

diff --git a/dev-python/cachecontrol/cachecontrol-0.12.10.ebuild 
b/dev-python/cachecontrol/cachecontrol-0.12.10.ebuild
deleted file mode 100644
index 086e62651bb9..
--- a/dev-python/cachecontrol/cachecontrol-0.12.10.ebuild
+++ /dev/null
@@ -1,36 +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=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="httplib2 caching for requests"
-HOMEPAGE="
-   https://pypi.org/project/CacheControl/
-   https://github.com/ionrock/cachecontrol/
-"
-SRC_URI="
-   https://github.com/ionrock/cachecontrol/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   >=dev-python/msgpack-0.5.2[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/cherrypy[${PYTHON_USEDEP}]
-   dev-python/lockfile[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2022-05-16 Thread Michał Górny
commit: d6d1455b4f37d4333c35050c1a30ed6ac95544d2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 12:56:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:03:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6d1455b

dev-python/asyncstdlib: Remove old

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

 dev-python/asyncstdlib/Manifest|  2 --
 .../asyncstdlib/asyncstdlib-3.10.2-r1.ebuild   | 27 --
 dev-python/asyncstdlib/asyncstdlib-3.10.2.ebuild   | 22 --
 dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild   | 23 --
 4 files changed, 74 deletions(-)

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index 7dfab690f6e2..e2bc46e22f06 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1,3 +1 @@
-DIST asyncstdlib-3.10.2.gh.tar.gz 45697 BLAKE2B 
8f9bbee8d2a4e9f6a60a5088ef00940f22c2aec79557070d1b13d8d7256179bddaf1130ace0393e95e06e077824dd862e27a6c5d644ae52dab2d80989bb08027
 SHA512 
be5a8cbb521b8082ad9898907bce1a888443eafb24e2030f9dfbb2dff293646376ad44ebbc53d12e539ad70af935d833f2f114e383171388b9d724f274eb8421
-DIST asyncstdlib-3.10.3.gh.tar.gz 50929 BLAKE2B 
109c6bb7712c9d59a31f3993336fc35b6db0375a8705ec9996756ccb4f1f5982d193edd5907d1e1c4dee7e41fa41e59884a6dfda01b1594fa22b8354c6142515
 SHA512 
6c2f140495b806beb28a2cf56f71d35da1c15fad8da2727ce6e8dff40ff606c36c03370fab285d084cbf41dd675c9e40c199fa1384826b3f1aa84c2dadb7b1eb
 DIST asyncstdlib-3.10.4.gh.tar.gz 52905 BLAKE2B 
7b71e816395ab9e33ad4bd3d78d62e8260b78d736ba8b70bb6c47d9d4bbcc431f4a54b8c604e4b520df11a5317a7ab1a70d765e40089b323f985217a943eb96b
 SHA512 
ced64809f1a8d1f60ed045bef69ff6cef84fbcf1b4587c70421112cdc65d6344bb1fceeb55e64e17237a00672bbfff19d4627371b45e1e7659e405d506abf216

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.2-r1.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.2-r1.ebuild
deleted file mode 100644
index 64b97b2b04eb..
--- a/dev-python/asyncstdlib/asyncstdlib-3.10.2-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="The missing async toolbox"
-HOMEPAGE="
-   https://github.com/maxfischer2781/asyncstdlib/
-   https://pypi.org/project/asyncstdlib/";
-SRC_URI="
-   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '2,3s:flit:&_core:' pyproject.toml || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.2.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.2.ebuild
deleted file mode 100644
index 10f7da0d6a0d..
--- a/dev-python/asyncstdlib/asyncstdlib-3.10.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="The missing async toolbox"
-HOMEPAGE="
-   https://github.com/maxfischer2781/asyncstdlib/
-   https://pypi.org/project/asyncstdlib/";
-SRC_URI="
-   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests pytest

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild
deleted file mode 100644
index 91515a83ee60..
--- a/dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="The missing async toolbox"
-HOMEPAGE="
-   https://github.com/maxfischer2781/asyncstdlib/
-   https://pypi.org/project/asyncstdlib/";
-SRC_URI="
-   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests pytest



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

2022-05-16 Thread Michał Górny
commit: be4bd45232f1720b124920047b08c3cf438a978f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:01:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:03:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be4bd452

dev-python/blurb: Remove old

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

 dev-python/blurb/Manifest   |  1 -
 dev-python/blurb/blurb-1.0.8.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/blurb/Manifest b/dev-python/blurb/Manifest
index ecdea896bd85..cebdcf47b64e 100644
--- a/dev-python/blurb/Manifest
+++ b/dev-python/blurb/Manifest
@@ -1,2 +1 @@
-DIST blurb-1.0.8.tar.gz 21519 BLAKE2B 
4e76fad58821662b0a97dbde63e0fe7f3e82676ea1f22a3effdc118a014fff2b17995252bca900f495d66df36712122e7a50e95b3ebfcff7d39f8d005ef8456d
 SHA512 
63bba016cfc293923da1cf7cc5f64e8881bf28237faf9908a484d55ff435df71c30544a751e0f167ed82d1f363dca48f53be67a25adc3ebc728c88b31186abac
 DIST blurb-1.1.0.tar.gz 25064 BLAKE2B 
4fbdd0d068cc7abb1ffa78dff70bd83feccc1bcfbf8ebb085c9f7e77e0f330d3759f10a94a5ca024b465c01f9d659496ae55162a52b7158a06caf2d114d36806
 SHA512 
9397173e7bf5babf02c96df27983462e7dd2a729e9eb0cacdf23ca3778336902d5c611ab5e2432bbc877344426d7c62ea8ae77719aa08da98f9b44365583b7ee

diff --git a/dev-python/blurb/blurb-1.0.8.ebuild 
b/dev-python/blurb/blurb-1.0.8.ebuild
deleted file mode 100644
index 2d91f40572a3..
--- a/dev-python/blurb/blurb-1.0.8.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2018-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Tool to create and manage NEWS blurbs for CPython"
-HOMEPAGE="https://github.com/python/core-workflow/tree/master/blurb";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-PATCHES=(
-   "${FILESDIR}/blurb-setuptools.patch"
-)
-
-src_prepare() {
-   distutils-r1_src_prepare
-
-   # Tests expect to be run from github repo, in which code is inside dir
-   ln -s . blurb || die
-}
-
-python_test() {
-   "${EPYTHON}" -m blurb test || die "Tests failed with ${EPYTHON}"
-}



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

2022-05-16 Thread Michał Górny
commit: 46e0cff6fff9c04d10d1e7c5ef9e7b9f1f2651ed
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:03:00 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:03:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46e0cff6

dev-python/bareos: Fix RESTRICT

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

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

diff --git a/dev-python/bareos/bareos-21.0.0.ebuild 
b/dev-python/bareos/bareos-21.0.0.ebuild
index 0181d180f002..e67df5d90be7 100644
--- a/dev-python/bareos/bareos-21.0.0.ebuild
+++ b/dev-python/bareos/bareos-21.0.0.ebuild
@@ -10,9 +10,8 @@ DESCRIPTION="python bindings for bareos network backup suite"
 HOMEPAGE="https://www.bareos.com/";
 SRC_URI="https://github.com/${PN}/${PN}/archive/Release/${PV}.tar.gz -> 
${P}.tar.gz"
 S=${WORKDIR}/${PN}-Release-${PV}/python-bareos
-RESTRICT="mirror"
 
 LICENSE="AGPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-RESTRICT="test"
+RESTRICT="mirror test"



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

2022-05-16 Thread Michał Górny
commit: 077e1649540a148580b09785a94d009832e4c6cc
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:02:01 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:03:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=077e1649

dev-python/aiofiles: Remove old

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

 dev-python/aiofiles/Manifest  |  1 -
 dev-python/aiofiles/aiofiles-0.7.0.ebuild | 25 -
 dev-python/aiofiles/aiofiles-0.8.0.ebuild | 25 -
 3 files changed, 51 deletions(-)

diff --git a/dev-python/aiofiles/Manifest b/dev-python/aiofiles/Manifest
index a40abbde07b6..e977198d0f0d 100644
--- a/dev-python/aiofiles/Manifest
+++ b/dev-python/aiofiles/Manifest
@@ -1,2 +1 @@
-DIST aiofiles-0.7.0.tar.gz 23245 BLAKE2B 
5dcb743912555de9a4c58a37925ca08c4be7065ea78924854d548b32f31f93bdf1b231db840aa9ac822d467ffd8c7f57c506c5f6d550c662013008899da8b716
 SHA512 
75287266cd86c572db0795074d625dac8b3476c4d8ef9a193ce01ce80a423a4aa39f6e5ec5005fb441375ccb2a2ec84913634919ee5000bfb7623ac77a030b92
 DIST aiofiles-0.8.0.tar.gz 24139 BLAKE2B 
0f113b75832219e63c0894e70ec613138db7e243ad032bc6d7bf715aab505b5246ab7a0add64b46a9b981801cf05885f7affa965cb625941dc57b805280f0ff1
 SHA512 
4f590baa0369d465a6139c0d4f50beeec60f8f213b607e0e41598f45f507a12edc67b29c77718b03eee7532f10ead8599f55aac3fcb78d0429435c25a58f6d2e

diff --git a/dev-python/aiofiles/aiofiles-0.7.0.ebuild 
b/dev-python/aiofiles/aiofiles-0.7.0.ebuild
deleted file mode 100644
index 21d2b385d7c5..
--- a/dev-python/aiofiles/aiofiles-0.7.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="File support for asyncio"
-HOMEPAGE="https://github.com/Tinche/aiofiles";
-SRC_URI="https://github.com/Tinche/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/aiofiles/aiofiles-0.8.0.ebuild 
b/dev-python/aiofiles/aiofiles-0.8.0.ebuild
deleted file mode 100644
index ea78ba811a39..
--- a/dev-python/aiofiles/aiofiles-0.8.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="File support for asyncio"
-HOMEPAGE="https://github.com/Tinche/aiofiles";
-SRC_URI="https://github.com/Tinche/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2022-05-16 Thread Michał Górny
commit: ce461d0277bb6a69bb6872c02c2f0fb9c5fd3e4d
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:00:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:03:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce461d02

dev-python/bibtexparser: Remove old

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

 dev-python/bibtexparser/Manifest  |  1 -
 dev-python/bibtexparser/bibtexparser-1.1.0.ebuild | 28 ---
 2 files changed, 29 deletions(-)

diff --git a/dev-python/bibtexparser/Manifest b/dev-python/bibtexparser/Manifest
index 97e6c099c048..bc1d3530d62a 100644
--- a/dev-python/bibtexparser/Manifest
+++ b/dev-python/bibtexparser/Manifest
@@ -1,2 +1 @@
-DIST bibtexparser-1.1.0.tar.gz 88656 BLAKE2B 
e5285953fbf79558643e19ea39f6421394f93afbfc6820be9bee0583c1efa010b9fe3478c9f3e36bea0c64e35c9d5bcb8341f1ee784c4150883e160723b94119
 SHA512 
f984cb307bfb8ee8143499469c0a83a28b3e9f061b17e5b43b7f9aa730c91427f2b2c441e501d37ab62f99ce2b7dd1cd7dee40b21c9f1a8e8b2dddf8eac2e74b
 DIST bibtexparser-1.2.0.gh.tar.gz 88600 BLAKE2B 
f02fca0330f035b3d9051c04ab5da57232178c637d250839c3939780424d2be9afa619d7a7781cbc92917da12aeb5f35847a54f460823b46a2a717f4b0ca6f8e
 SHA512 
c8775f17d963c6dc5cf3f9dda52c798b70c939cf4c7a90501194561abd7f2386d6681cc236615366a9d8917ad01238fc2e6a4299f98b50b594c74c99bdb3ecee

diff --git a/dev-python/bibtexparser/bibtexparser-1.1.0.ebuild 
b/dev-python/bibtexparser/bibtexparser-1.1.0.ebuild
deleted file mode 100644
index 89963f80b88c..
--- a/dev-python/bibtexparser/bibtexparser-1.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1 python-r1
-
-DESCRIPTION="A BibTeX parser written in python"
-HOMEPAGE="https://github.com/sciunto-org/python-bibtexparser";
-SRC_URI="https://github.com/sciunto-org/python-bibtexparser/archive/v${PV}.tar.gz
 -> ${P}.tar.gz"
-S="${WORKDIR}/python-${P}"
-
-LICENSE="|| ( BSD LGPL-3 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/pyparsing[${PYTHON_USEDEP}]"
-
-distutils_enable_tests nose
-
-src_prepare() {
-   # fixed in upstream 5f98bac62e8ff3c8ab6b956f288f1c61b99c6a5d
-   sed -e 's:unittest2:unittest:' \
-   -i bibtexparser/tests/test_crossref_resolving.py || die
-   distutils-r1_src_prepare
-}



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

2022-05-16 Thread Michał Górny
commit: 873c4d5c7fa5ced4668f1a84bf03a4b87d270582
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:02:52 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:03:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=873c4d5c

dev-python/bareos: Update HOMEPAGE

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

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

diff --git a/dev-python/bareos/bareos-21.0.0.ebuild 
b/dev-python/bareos/bareos-21.0.0.ebuild
index c823e3bf2130..0181d180f002 100644
--- a/dev-python/bareos/bareos-21.0.0.ebuild
+++ b/dev-python/bareos/bareos-21.0.0.ebuild
@@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="python bindings for bareos network backup suite"
-HOMEPAGE="https://www.bareos.org/";
+HOMEPAGE="https://www.bareos.com/";
 SRC_URI="https://github.com/${PN}/${PN}/archive/Release/${PV}.tar.gz -> 
${P}.tar.gz"
 S=${WORKDIR}/${PN}-Release-${PV}/python-bareos
 RESTRICT="mirror"



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

2022-05-16 Thread Michał Górny
commit: cb3aaef8e4dbfa118348265cd41c195826eac869
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:01:05 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:03:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb3aaef8

dev-python/blessed: Remove old

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

 dev-python/blessed/Manifest  |  1 -
 dev-python/blessed/blessed-1.19.0.ebuild | 47 
 2 files changed, 48 deletions(-)

diff --git a/dev-python/blessed/Manifest b/dev-python/blessed/Manifest
index aabdb4a53ae5..1d16e20a98bf 100644
--- a/dev-python/blessed/Manifest
+++ b/dev-python/blessed/Manifest
@@ -1,2 +1 @@
-DIST blessed-1.19.0.tar.gz 6653907 BLAKE2B 
ba9c1247562baed398d6570fa97deeaefc325c502e0aed5907ffaf9802978933e9a5bd6c08b4d4c4a449533272005e3272f70dac5852da1c45c6c9644aee9a56
 SHA512 
a64d8d542a1a12b710375592c17d06f28a7c68d76952479738873fb956013f7c65820e797116b6151c2a338cd27cfe91b4ad1a318365357060f38d1ec0adf91e
 DIST blessed-1.19.1.tar.gz 6653802 BLAKE2B 
5755efde3c203ab21a8994e29c55cdaace1cca772c9cdee4343562bb8ee4f9ffdee97d9131646d8385ef7e46664d23723ba46a3807d85623d9512ca40c7c4002
 SHA512 
0d899c42d7c6246362081bdc5d7dd2fcb13209fe0cee7e5a4fa342bdaf16a5cc21ab7e402bc5287ab1239f7e3afb02381e0e57e2d6111b80fe3c52b92cfa0f84

diff --git a/dev-python/blessed/blessed-1.19.0.ebuild 
b/dev-python/blessed/blessed-1.19.0.ebuild
deleted file mode 100644
index 91051bcb02be..
--- a/dev-python/blessed/blessed-1.19.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Library for making terminal apps using colors, keyboard input and 
positioning"
-HOMEPAGE="https://github.com/jquast/blessed";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   dev-python/six[${PYTHON_USEDEP}]
-   dev-python/wcwidth[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # Skip those extensions as they don't have a Gentoo package
-   # Remove calls to scripts that generate rst files because they
-   # are not present in the tarball
-   sed -e '/sphinxcontrib.manpage/d' -e '/sphinx_paramlinks/d' \
-   -e '/^for script in/,/runpy.run_path/d' \
-   -i docs/conf.py || die
-   # Requires pytest-xdist and has no value for us
-   sed -i '/^looponfailroots =/d' tox.ini || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   # COLORTERM must not be truecolor
-   # See https://github.com/jquast/blessed/issues/162
-   # Ignore coverage options
-   COLORTERM= epytest --override-ini="addopts="
-}



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

2022-05-16 Thread Michał Górny
commit: 419e49e1113fd59b3a3b96010b4c0f729c389467
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:00:32 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:03:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=419e49e1

dev-python/bareos: Remove old

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

 dev-python/bareos/Manifest |  1 -
 dev-python/bareos/bareos-20.0.3.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-python/bareos/Manifest b/dev-python/bareos/Manifest
index 3ae8b27d8c05..8acbf296c4c7 100644
--- a/dev-python/bareos/Manifest
+++ b/dev-python/bareos/Manifest
@@ -1,2 +1 @@
-DIST bareos-20.0.3.tar.gz 13335390 BLAKE2B 
c35ab9fd290377fc56ae8ff87f54b1cde5d1b7caa89b9c97e259da48da4e07fa85cba38c5a4d461b7ce170f9b14a69f78ad217584abb77ee15d3e85080cbe49b
 SHA512 
3f9bf020e0d519da75221ebd200634713c791e2fdc90a13482ffb3294912d5e2ee28f8338dbef06ba6c98727bae447f6f8bb8d4a06520001f7cefa3614769082
 DIST bareos-21.0.0.tar.gz 11306618 BLAKE2B 
0363465c40a8053bb5ec772c18ac0dc852f379979e3afc45dd29c79f8187238363c1f07e2f39d25613404b1b6e253700b33b274389ca2dc4655d201bc4888166
 SHA512 
0a57bccca0589f3ce8a5664afbeb1eb1b17ec7142722e2d0bb2a0bbd9007688725b39c6db59646c180ce096e55451c09934e6479a2b4deeb4d3ee738ab2c32cd

diff --git a/dev-python/bareos/bareos-20.0.3.ebuild 
b/dev-python/bareos/bareos-20.0.3.ebuild
deleted file mode 100644
index 8c10886711d7..
--- a/dev-python/bareos/bareos-20.0.3.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 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="python bindings for bareos network backup suite"
-HOMEPAGE="https://www.bareos.org/";
-SRC_URI="https://github.com/${PN}/${PN}/archive/Release/${PV}.tar.gz -> 
${P}.tar.gz"
-S=${WORKDIR}/${PN}-Release-${PV}/python-bareos
-RESTRICT="mirror"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"



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

2022-05-16 Thread Michał Górny
commit: aca026f051feb2c17a9d0fa7be319449786c866f
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 13:00:42 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:03:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca026f0

dev-python/awxkit: Remove old

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

 dev-python/awxkit/Manifest |  3 ---
 dev-python/awxkit/awxkit-19.4.0.ebuild | 29 
 dev-python/awxkit/awxkit-20.0.1.ebuild | 39 -
 dev-python/awxkit/awxkit-20.1.0.ebuild | 40 --
 4 files changed, 111 deletions(-)

diff --git a/dev-python/awxkit/Manifest b/dev-python/awxkit/Manifest
index 91b3ddff944a..cea8cc3cc958 100644
--- a/dev-python/awxkit/Manifest
+++ b/dev-python/awxkit/Manifest
@@ -1,4 +1 @@
-DIST awxkit-19.4.0.tar.gz 95558 BLAKE2B 
fa8f408e310ba819e6d8a326e67dddac44ffe0fec2ff3018e8eeeda269c50257689b221785f27c897f526e6f5180c49aa506be6b85e01602b0d7d1dcd88a6987
 SHA512 
c6c6cf897128153fbb1dac77d50028a7649b97278394384bf5a549c1583b9c89b694f1ce2c850d0b072a4a7142a9b906edfba8d3a68cb446c73a13e3e33c0a61
-DIST awxkit-20.0.1.gh.tar.gz 15896876 BLAKE2B 
b1ad083e8aa5075b2acd03fe588223186e96f7a09451dec471f58fc463717079840368ad770c3bbcc819fdf7b148fcfdc098baa72dae923d3a3db514318c8a5e
 SHA512 
caa6092bb2d47c9027fd20e42207f4e4fd431afaaec88afd498d0f535545f99dbd9186338e803d33e3cbaa3fcb4e44f29d6d7688b2c22f9393438aae3c9c6ed3
-DIST awxkit-20.1.0.gh.tar.gz 1591 BLAKE2B 
da7f112472d55fa90fc2c92ac6c4fbce89928a24e861e18b04342039aae2ef467bbf5f8b67a0ad5a5e3a90d77f5363d6df742199d988aa7dd35ac1b00c3625ca
 SHA512 
835053a7adabc96f21650e7ed2d4bfb088fbcdbf359572673904756d7bee4fe2b60fc42d1bdacf4c8ab5a1101e474cb8d6018ae67486b16d9675dbe69b9d056c
 DIST awxkit-21.0.0.gh.tar.gz 16493147 BLAKE2B 
9b89f9f6f2e231efcde0edeb7d39a1b328b9b534a38663a2463f974028ce96aa13677d8e14d4b4a55fd3de252d5e53dbab2d104e018ad60eaca1ddb1b7bf937c
 SHA512 
e100359eb9be184924c9b562473dd23dcfddf270e72f2f0fc1f71f8774dc1d3fbfce6b365f13ecffe20b25b116690fcca504d373663c497e74d2d1185b98f01f

diff --git a/dev-python/awxkit/awxkit-19.4.0.ebuild 
b/dev-python/awxkit/awxkit-19.4.0.ebuild
deleted file mode 100644
index 6a4107d47a51..
--- a/dev-python/awxkit/awxkit-19.4.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Command line interface for Ansible AWX"
-HOMEPAGE="https://github.com/ansible/awx";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]
-   dev-python/websocket-client[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   sed -e 's|websocket-client==[[:digit:]\.]*|websocket-client|' \
-   -i setup.py || die
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/awxkit/awxkit-20.0.1.ebuild 
b/dev-python/awxkit/awxkit-20.0.1.ebuild
deleted file mode 100644
index 3cf96536cbad..
--- a/dev-python/awxkit/awxkit-20.0.1.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..10} )
-inherit distutils-r1
-
-DESCRIPTION="Command line interface for Ansible AWX"
-HOMEPAGE="https://github.com/ansible/awx";
-SRC_URI="https://github.com/ansible/awx/archive/${PV}.tar.gz -> ${P}.gh.tar.gz"
-S="${WORKDIR}/awx-${PV}/awxkit"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-python/cryptography[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   dev-python/urllib3[${PYTHON_USEDEP}]
-   dev-python/websocket-client[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
-
-   sed -e 's|websocket-client==[[:digit:]\.]*|websocket-client|' \
-   -e "/'clean'/d" \
-   -i setup.py || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/awxkit/awxkit-20.1.0.ebuild 
b/dev-python/awxkit/awxkit-20.1.0.ebuild
deleted file mode 100644
index f63cc6bc217b..
--- a/dev-python/awxkit/awxkit-20.1.0.ebuild
+++ /dev/null
@@ -1,40 +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="Command line interface for Ansible AWX"
-HOMEPAGE="https

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

2022-05-16 Thread Andrew Ammerlaan
commit: 3e7deb6695397fb6030176602f8f3b35c07b962c
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon May 16 13:00:14 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon May 16 13:01:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e7deb66

dev-python/pycodestyle: enable py3.11

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

 dev-python/pycodestyle/pycodestyle-2.8.0.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild 
b/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild
index 356ea77d9916..31d10a9978d1 100644
--- a/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild
+++ b/dev-python/pycodestyle/pycodestyle-2.8.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="Python style guide checker (fka pep8)"
@@ -14,7 +14,7 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 
sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris 
~sparc64-solaris ~x64-solaris ~x86-solaris"
 
-distutils_enable_sphinx docs
+distutils_enable_sphinx docs dev-python/sphinx_rtd_theme
 
 python_test() {
PYTHONPATH="${S}" "${PYTHON}" pycodestyle.py -v --statistics 
pycodestyle.py || die



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

2022-05-16 Thread Andrew Ammerlaan
commit: 7e5133d13205647872253f5cc82a08dd19bf26e7
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon May 16 12:57:28 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon May 16 13:01:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e5133d1

dev-python/pyflakes: enable py3.11

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

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

diff --git a/dev-python/pyflakes/pyflakes-2.4.0.ebuild 
b/dev-python/pyflakes/pyflakes-2.4.0.ebuild
index 850b36c38aeb..5a223a9a3f6f 100644
--- a/dev-python/pyflakes/pyflakes-2.4.0.ebuild
+++ b/dev-python/pyflakes/pyflakes-2.4.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 inherit distutils-r1
 
 DESCRIPTION="Passive checker for Python programs"



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

2022-05-16 Thread Andrew Ammerlaan
commit: dc7d8d48c02292a51bb0f2fff5d95ef2472b11cb
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon May 16 13:01:22 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon May 16 13:01:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc7d8d48

dev-python/python-lsp-jsonrpc: enable py3.11 and disable py3.7

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

 dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.0.0.ebuild 
b/dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.0.0.ebuild
index c50e45eabe07..0bfcf0625003 100644
--- a/dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.0.0.ebuild
+++ b/dev-python/python-lsp-jsonrpc/python-lsp-jsonrpc-1.0.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-05-16 Thread Michał Górny
commit: 89667bd345ba762dbc6e36dc1e9405b80fd17738
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 12:55:04 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 12:55:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89667bd3

dev-python/asteval: Remove old

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

 dev-python/asteval/Manifest  |  1 -
 dev-python/asteval/asteval-0.9.25.ebuild | 17 -
 2 files changed, 18 deletions(-)

diff --git a/dev-python/asteval/Manifest b/dev-python/asteval/Manifest
index 2ef499bc3baf..d42f979739cf 100644
--- a/dev-python/asteval/Manifest
+++ b/dev-python/asteval/Manifest
@@ -1,2 +1 @@
-DIST asteval-0.9.25.tar.gz 39473 BLAKE2B 
c726cc4499b71534e981eb344f424af897fb397a9b60be9a1635598a354805b77429b14939f653a7c37a1ad16f26673b718e9caf796a8f06b535cc468496c385
 SHA512 
16601ebd84a1f6fb48c51279c9d3ae513d0b98c0407d0301bddda941b04951eeca041ccf6f6801bad194b9d3f719044efef446cd91444ea07ebab4d8b763c81f
 DIST asteval-0.9.26.tar.gz 40113 BLAKE2B 
9d63b78c500e521ea2740a3068087c42fdb00913c1e110d71fba3dbc9187bd02169a095d08db16c6b2b10d7e066a0e0578ff81d220d0cadcf994bb75790ff450
 SHA512 
8d568edb018416ff40d09d9dd123ccf595426d84e1f1554a22a19dae045703494fabacf1e15a2778c3ed042b1ad2f3b318fd37a20a15c50301e651d657902e57

diff --git a/dev-python/asteval/asteval-0.9.25.ebuild 
b/dev-python/asteval/asteval-0.9.25.ebuild
deleted file mode 100644
index e44fd6fbb180..
--- a/dev-python/asteval/asteval-0.9.25.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Evaluator of Python expression using ast module"
-HOMEPAGE="https://newville.github.io/asteval/ 
https://github.com/newville/asteval";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-distutils_enable_tests pytest



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

2022-05-16 Thread Michał Górny
commit: ca13dcf1aa2831b38a04a23af95f2492a0f588f8
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 12:55:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 12:55:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca13dcf1

dev-python/authheaders: Remove old

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

 dev-python/authheaders/Manifest  |  2 --
 dev-python/authheaders/authheaders-0.14.1.ebuild | 24 
 dev-python/authheaders/authheaders-0.15.0.ebuild | 29 
 3 files changed, 55 deletions(-)

diff --git a/dev-python/authheaders/Manifest b/dev-python/authheaders/Manifest
index 07534aa3bee3..931d330840f0 100644
--- a/dev-python/authheaders/Manifest
+++ b/dev-python/authheaders/Manifest
@@ -1,3 +1 @@
-DIST authheaders-0.14.1.tar.gz 101412 BLAKE2B 
5ab6ff508123ae6f58eb4297dcd04fe3518244c0f423ecbc292948c437eac4d7ade7eceeaf4f4165625904489d494331d37c18b9dd4052a01e22c799df6c47fe
 SHA512 
842881a6d2c3d192664960a9d1954f6e2c267cc6b07d7567f019869d07c1e40fc12275c381e90ea94559bd43a9d2e183d35e80d0ee9a861e80519a98daf2a699
-DIST authheaders-0.15.0.tar.gz 106222 BLAKE2B 
7c0fcf7a85fdadf357c7c69863362de59f7450150143e21177d64b564c7b169cfea63045ae4003472be62dbb6a739181a17022d033a0c417dcfc982953f7e6bc
 SHA512 
9640ff127d42f63a34fb1fa3f8daf149b0968bf0b0d4976cf3b005345125f370a3d15e3c7ef26d276a932c2659f2eef52fa5b98936eb3caeef954b3a1f0b4fd7
 DIST authheaders-0.15.1.tar.gz 106363 BLAKE2B 
0df25b2d092677e88b7abc5d1f47ec6260e691a9eb3e2049b08e30e173c90c990c0d7b2379982934b7191ad22099f45eee50fea637f6d69ac8b853c4da97eb40
 SHA512 
aca49d9085325482888f9d25f5b085aa489700b90f9b76fdf71aa7cfeb23be9d2a38f908c79a0b92b98de94161dbb98b80af72b042ab0a46455745331d977f37

diff --git a/dev-python/authheaders/authheaders-0.14.1.ebuild 
b/dev-python/authheaders/authheaders-0.14.1.ebuild
deleted file mode 100644
index 9156e15926bc..
--- a/dev-python/authheaders/authheaders-0.14.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A library wrapping email authentication header verification and 
generation"
-HOMEPAGE="https://github.com/ValiMail/authentication-headers";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
-   >=dev-python/authres-1.0.1[${PYTHON_USEDEP}]
-   dev-python/dkimpy[${PYTHON_USEDEP}]
-   dev-python/dnspython[${PYTHON_USEDEP}]
-   >=dev-python/publicsuffix-2.20190205[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/authheaders/authheaders-0.15.0.ebuild 
b/dev-python/authheaders/authheaders-0.15.0.ebuild
deleted file mode 100644
index 9f1121bd277a..
--- a/dev-python/authheaders/authheaders-0.15.0.ebuild
+++ /dev/null
@@ -1,29 +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..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A library wrapping email authentication header verification and 
generation"
-HOMEPAGE="
-   https://pypi.org/project/authheaders/
-   https://github.com/ValiMail/authentication-headers/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
-   >=dev-python/authres-1.0.1[${PYTHON_USEDEP}]
-   dev-python/dkimpy[${PYTHON_USEDEP}]
-   dev-python/dnspython[${PYTHON_USEDEP}]
-   >=dev-python/publicsuffix-2.20190205[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



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

2022-05-16 Thread Michał Górny
commit: 6ec17233319492f09577a39617de78dc0d87f783
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 12:55:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 12:55:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ec17233

dev-python/atpublic: Remove old

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

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

diff --git a/dev-python/atpublic/Manifest b/dev-python/atpublic/Manifest
index e8623fef8ca3..0b40a3da9911 100644
--- a/dev-python/atpublic/Manifest
+++ b/dev-python/atpublic/Manifest
@@ -1,2 +1 @@
-DIST atpublic-2.3.tar.gz 16746 BLAKE2B 
60d12db8c56f3e3ce45c2e300759334b662369980b3dc36bff1edbac2d4a13dcf1bd390725eac488969d5a80e5ee5bb598c80e31ed3667c2e7d4f1f88fd00f7c
 SHA512 
88c140c7ca0cfe3db791fd43a97f9fc63de979191a026df4d9f7a34a347b657d7d7b6fb7e31a231ac3adbc5e5d014b8e3c3606b93515a6ad42ea3d101b480329
 DIST atpublic-3.0.1.tar.gz 14131 BLAKE2B 
3912c23c5ee575d7bdec1b598f1f360c54296211600115a413d97c73751b5301b2f3d22152aa62d4d7ac6da9a6cf4202a2deba1de374407ede4358620ee97391
 SHA512 
02c4af8aa02040bba2f09b852e17a0a90c0a6dce8fdabc8362a67c2f326b68369bf5f12f91291f9ff3395685530592561b132f09f9869867516592bd092e0e38

diff --git a/dev-python/atpublic/atpublic-2.3.ebuild 
b/dev-python/atpublic/atpublic-2.3.ebuild
deleted file mode 100644
index fd115ed1769c..
--- a/dev-python/atpublic/atpublic-2.3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A decorator to populate __all__ and the module globals"
-HOMEPAGE="https://gitlab.com/warsaw/public";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-   test? ( dev-python/sybil[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e 's:--cov=public::' setup.cfg || die
-   distutils-r1_src_prepare
-}



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

2022-05-16 Thread Michał Górny
commit: 580772e7e2de7a1cee6c7f233d0b00bb76d341eb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 12:54:37 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 12:55:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=580772e7

dev-python/APScheduler: Remove old

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

 dev-python/APScheduler/APScheduler-3.8.1.ebuild | 49 
 dev-python/APScheduler/APScheduler-3.9.0.ebuild | 50 -
 dev-python/APScheduler/Manifest |  2 -
 3 files changed, 101 deletions(-)

diff --git a/dev-python/APScheduler/APScheduler-3.8.1.ebuild 
b/dev-python/APScheduler/APScheduler-3.8.1.ebuild
deleted file mode 100644
index 470a0d39cdcf..
--- a/dev-python/APScheduler/APScheduler-3.8.1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="In-process task scheduler with Cron-like capabilities"
-HOMEPAGE="https://github.com/agronholm/apscheduler";
-SRC_URI="mirror://pypi/A/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/tzlocal-4[${PYTHON_USEDEP}]"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/sqlalchemy[${PYTHON_USEDEP}]
-   www-servers/tornado[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   # disable test fixtures using external servers (mongodb, redis...)
-   # these fixtures are using markers in git master, so the patch
-   # should be no longer necessary with next major bump
-   "${FILESDIR}"/APScheduler-3.8.1-external-server-tests.patch
-)
-
-EPYTEST_DESELECT=(
-   tests/test_jobstores.py::test_repr_mongodbjobstore
-   tests/test_jobstores.py::test_repr_redisjobstore
-   tests/test_jobstores.py::test_repr_zookeeperjobstore
-)
-
-python_prepare_all() {
-   # suppress setuptools warning #797751
-   sed -e 's|^upload-dir|upload_dir|' -i setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/APScheduler/APScheduler-3.9.0.ebuild 
b/dev-python/APScheduler/APScheduler-3.9.0.ebuild
deleted file mode 100644
index 6535d1243da6..
--- a/dev-python/APScheduler/APScheduler-3.9.0.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_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="In-process task scheduler with Cron-like capabilities"
-HOMEPAGE="https://github.com/agronholm/apscheduler";
-SRC_URI="mirror://pypi/A/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/pytz[${PYTHON_USEDEP}]
-   >=dev-python/six-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/tzlocal-4[${PYTHON_USEDEP}]"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/sqlalchemy[${PYTHON_USEDEP}]
-   www-servers/tornado[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   # disable test fixtures using external servers (mongodb, redis...)
-   # these fixtures are using markers in git master, so the patch
-   # should be no longer necessary with next major bump
-   "${FILESDIR}"/APScheduler-3.8.1-external-server-tests.patch
-)
-
-EPYTEST_DESELECT=(
-   tests/test_jobstores.py::test_repr_mongodbjobstore
-   tests/test_jobstores.py::test_repr_redisjobstore
-   tests/test_jobstores.py::test_repr_zookeeperjobstore
-)
-
-python_prepare_all() {
-   # suppress setuptools warning #797751
-   sed -e 's|^upload-dir|upload_dir|' -i setup.cfg || die
-   sed -e '/addopts/d' -i setup.cfg || die
-
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/APScheduler/Manifest b/dev-python/APScheduler/Manifest
index 8bc4be634098..f7cc8a75c5a7 100644
--- a/dev-python/APScheduler/Manifest
+++ b/dev-python/APScheduler/Manifest
@@ -1,3 +1 @@
-DIST APScheduler-3.8.1.tar.gz 98699 BLAKE2B 
7a8320251670de29f76375387f8a3817b3a9c401befd4bfefba106817ec3d21fc0f60af9b7a7620f83c0e1c651bc3eb8c62036a17e01ff91bf5dcf492ff78911
 SHA512 
553af2532b32bcdc7dc3047bf4f51623e87dbee62dac40b7ca8c3e64881467ecf6c50df56c863d5a44c6b8a99eb02ae22ae008d76ee4836ba398afd280bed99b
-DIST APScheduler-3.9.0.tar.gz 100492 BLAKE2B 
c1d15dcbebf52034cad0a1317bca68cf567d5acbf6619a5905e1793702339a68cef0a639463f887bb71cb96f15762bea5e5521230fa957e2fbb2ae501ca3cb36
 SHA512 
40b180f0297b0be125dea89d518331c1f78b1468b6507651c8e9b06cbb44f700ef1f1c44be8bf08f562b67ac6e89ac5022598ad79081bdf0290c207063e0898a
 DIST APSchedule

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

2022-05-16 Thread Michał Górny
commit: 9b5838b9094747bc412b68b271e182261715b485
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 12:54:49 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 12:55:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b5838b9

dev-python/async-lru: Remove old

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

 dev-python/async-lru/Manifest  |  1 -
 .../async-lru/async-lru-1.0.2_p20201029.ebuild | 37 --
 2 files changed, 38 deletions(-)

diff --git a/dev-python/async-lru/Manifest b/dev-python/async-lru/Manifest
index 5739bca78222..27d0fdc15813 100644
--- a/dev-python/async-lru/Manifest
+++ b/dev-python/async-lru/Manifest
@@ -1,2 +1 @@
 DIST async-lru-1.0.3.gh.tar.gz 10709 BLAKE2B 
437880c419d0d8df5c790ff9b93d0b608dacba1847fc0974d35f89ff97bdd07589edc5371c729889791cb05cd8ec684764ecedc6d0d36b05ee930f885570095c
 SHA512 
530c6e1f7a1ecc8a78cac927ccb9dfc2e394498a6ed3f54e73e4e9af48ef26ddeaad56a056a50b3c3974324af69b393cd94b1f4d20e3a2944b217c03a6bd6394
-DIST async-lru-17a5d207f603c0c142f01a69fbf6f487b3fef5c4.tar.gz 10486 BLAKE2B 
88831686b79ed742d28a202b1b30c52b604f6e786cd0bccc4141a81d002a2b2daf3a264bf83d40e5218a3aa3209579d99b9e1b358da708ffada50bea2d3e
 SHA512 
3c92b5c2fe149e53889f9c4adba9b88a03815d563b56d45363310c2527d4ebb800147fc8e38847f4b473d424692bfae55f96e482979009fb1a977850fb08b2f1

diff --git a/dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild 
b/dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild
deleted file mode 100644
index de9bb0e48e86..
--- a/dev-python/async-lru/async-lru-1.0.2_p20201029.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-EGIT_COMMIT=17a5d207f603c0c142f01a69fbf6f487b3fef5c4
-DESCRIPTION="Simple lru_cache for asyncio"
-HOMEPAGE="
-   https://github.com/aio-libs/async-lru/
-   https://pypi.org/project/async_lru/";
-SRC_URI="
-   https://github.com/aio-libs/async-lru/archive/${EGIT_COMMIT}.tar.gz
-   -> ${PN}-${EGIT_COMMIT}.tar.gz"
-S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-   test? (
-   >=dev-python/pytest-6.2.4[${PYTHON_USEDEP}]
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -e 's:--cache-clear::' \
-   -e 's:--no-cov-on-fail --cov=async_lru --cov-report=term 
--cov-report=html::' \
-   -i setup.cfg || die
-
-   distutils-r1_src_prepare
-}



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

2022-05-16 Thread Michał Górny
commit: 97a6128a899515ce38b1ad6d4a1fd7a7cbf81145
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 12:53:29 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 12:55:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97a6128a

dev-python/ansible-compat: Remove old

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

 dev-python/ansible-compat/Manifest |  1 -
 .../ansible-compat/ansible-compat-2.0.2.ebuild | 54 --
 2 files changed, 55 deletions(-)

diff --git a/dev-python/ansible-compat/Manifest 
b/dev-python/ansible-compat/Manifest
index fe1285517014..4ee1bfe9fd47 100644
--- a/dev-python/ansible-compat/Manifest
+++ b/dev-python/ansible-compat/Manifest
@@ -1,2 +1 @@
-DIST ansible-compat-2.0.2.tar.gz 35072 BLAKE2B 
288baaa4bb535da5fc41ea6a700d4eaf969b466848a592f3c919cac55b237cc81b9bfcd800a429b89c82781b29e80dc6486ea9bf0621ae8a3f249139021030e2
 SHA512 
ae278498f58ac1eb663115215e7ef6bda7279ff02d4a1f09e8301b88681d8c46f13a620b765cbbbacfc3d1fe8b294d5258cddbf7fd2f2cb54f0bde85fc9af593
 DIST ansible-compat-2.0.3.tar.gz 35328 BLAKE2B 
cd5a476eb23de667381c9a6667d6bd781821fc50e1aec65ca47e8bb9d47beccbea0ee62f763ed421c18c95d9f1d1c14f5cc2a62bcc77d664213eb614ccd568e4
 SHA512 
0887e5da23041d02be0371bfd9569256252c586f80cd92ab855b32172328989c8160e57169aff6d72f1c3c89c9d3a00b56293e3badc0dc4aad135b1992d06599

diff --git a/dev-python/ansible-compat/ansible-compat-2.0.2.ebuild 
b/dev-python/ansible-compat/ansible-compat-2.0.2.ebuild
deleted file mode 100644
index c1f62f805b15..
--- a/dev-python/ansible-compat/ansible-compat-2.0.2.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_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Contains functions that facilitate working with various versions 
of Ansible"
-HOMEPAGE="https://pypi.org/project/ansible-compat/ 
https://github.com/ansible/ansible-compat/";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-
-RDEPEND="
-   >=app-admin/ansible-base-2.9.0[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   >=dev-python/subprocess-tee-0.3.5[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >=dev-python/setuptools_scm-6.3.1[${PYTHON_USEDEP}]
-   >=dev-python/setuptools_scm_git_archive-1.0[${PYTHON_USEDEP}]
-   test? (
-   dev-python/flaky[${PYTHON_USEDEP}]
-   dev-python/pytest-markdown[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/pytest-plus[${PYTHON_USEDEP}]
-   )
-"
-
-# All these tests attempt to connect to galaxy.ansible.com
-EPYTEST_DESELECT=(
-   test/test_runtime.py::test_install_collection
-   test/test_runtime.py::test_install_collection_dest
-   test/test_runtime.py::test_prepare_environment_with_collections
-   test/test_runtime.py::test_prerun_reqs_v1
-   test/test_runtime.py::test_prerun_reqs_v2
-   test/test_runtime.py::test_require_collection_no_cache_dir
-   test/test_runtime.py::test_require_collection_wrong_version
-   test/test_runtime.py::test_require_collection
-   test/test_runtime.py::test_upgrade_collection
-   test/test_runtime_example.py::test_runtime
-)
-
-distutils_enable_sphinx docs \
-   dev-python/ansible-pygments \
-   dev-python/myst_parser \
-   dev-python/sphinx_ansible_theme
-
-distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: dev-python/antlr4-python3-runtime/

2022-05-16 Thread Michał Górny
commit: 64aefb16bb0ae484850de509537dbb49e3a0560b
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 12:53:50 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 12:55:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64aefb16

dev-python/antlr4-python3-runtime: Remove old

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

 dev-python/antlr4-python3-runtime/Manifest |  2 --
 .../antlr4-python3-runtime-4.10.ebuild | 25 --
 .../antlr4-python3-runtime-4.9.3.ebuild| 21 --
 3 files changed, 48 deletions(-)

diff --git a/dev-python/antlr4-python3-runtime/Manifest 
b/dev-python/antlr4-python3-runtime/Manifest
index af8337274b9a..aa437ca8d82e 100644
--- a/dev-python/antlr4-python3-runtime/Manifest
+++ b/dev-python/antlr4-python3-runtime/Manifest
@@ -1,3 +1 @@
 DIST antlr-4.10.1.tar.gz 4599964 BLAKE2B 
72688b3835350da11c015558a2840428fe69332a7b48992e118cb410005efce6ca5e02e8e5b1cf5edbf2cea506ec30fe516cce5061c52febbdb71f735c1c2cd1
 SHA512 
d950171d279b57b0fa977c77dd33e56848ca0aaf7f6ba40e5d49d69d5963e4c2e36fde5ee89e98c594064a909396d6fed9cc20129c3a1895d864eb889581e982
-DIST antlr-4.10.tar.gz 4599769 BLAKE2B 
030a4cef752aec2199a816717e242b12245d869634e8c3b94825990f1ad99c000d8bc247c95b182b8146ae57f705a437b3a43fe91f9855958ed2f2115cdbef40
 SHA512 
af865442047ad8880172e62d17b7eb68d5eeda668ed55995b05cae69ee5e47a89d7a757ddd429ab8d93f5bad50269f0e3dc2e9cf121a9b3d6a87674787858309
-DIST antlr-4.9.3.tar.gz 4640242 BLAKE2B 
fb58f5e533051cb2c439c32f0462c1d463c99df862ba7e1a37a1c61378ab36a9edb9525c2a342de5b517da6f02d8291de5976c550932314f3464aad1a778afb9
 SHA512 
61452404c9639b5a0908cda16605f17c0fed0c9adfc3278c7408f9971420e9d1fe8f9e974e0826c2e3e780fdd83324094c0246cd5b28fa63f5686b094ea08127

diff --git 
a/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.10.ebuild 
b/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.10.ebuild
deleted file mode 100644
index 93aaa44d8c7c..
--- a/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.10.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=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Python 3 runtime for ANTLR"
-HOMEPAGE="https://www.antlr.org/";
-SRC_URI="
-   https://github.com/antlr/antlr4/archive/${PV}.tar.gz
-   -> antlr-${PV}.tar.gz
-"
-S="${WORKDIR}/antlr4-${PV}/runtime/Python3"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-python_test() {
-   "${EPYTHON}" tests/run.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git 
a/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.9.3.ebuild 
b/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.9.3.ebuild
deleted file mode 100644
index 36924c849be3..
--- a/dev-python/antlr4-python3-runtime/antlr4-python3-runtime-4.9.3.ebuild
+++ /dev/null
@@ -1,21 +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=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Python 3 runtime for ANTLR"
-HOMEPAGE="https://www.antlr.org/";
-SRC_URI="https://github.com/antlr/antlr4/archive/${PV}.tar.gz -> 
antlr-${PV}.tar.gz"
-S="${WORKDIR}/antlr4-${PV}/runtime/Python3"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-python_test() {
-   "${EPYTHON}" tests/run.py -v || die "Tests failed with ${EPYTHON}"
-}



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

2022-05-16 Thread Michał Górny
commit: 2dc6b1209396e5ae251829bf9fd382bb51a5cb40
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 12:54:21 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 12:55:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc6b120

dev-python/argparse-manpage: Remove old

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

 dev-python/argparse-manpage/Manifest   |  1 -
 .../argparse-manpage/argparse-manpage-2.2.ebuild   | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-python/argparse-manpage/Manifest 
b/dev-python/argparse-manpage/Manifest
index 97807aa8377b..818ad4b33ecb 100644
--- a/dev-python/argparse-manpage/Manifest
+++ b/dev-python/argparse-manpage/Manifest
@@ -1,2 +1 @@
-DIST argparse-manpage-2.2.tar.gz 39963 BLAKE2B 
3ba427653c51265be944309dbd94368b9e62f46ec9fa3315a9b7da2de1fc6ae3399408488b74fb1c62ed39f70034d6429f3825c0857b07b71c277922870fbc13
 SHA512 
1708d33633405f1c4b9c96acd78cdbc5e3465089c7de0c5d0654f9f70ac1b7176f3798fd8bd8e7c0f2163b28dcc6d41ea2b68f2e2b03652677af3ba945d14588
 DIST argparse-manpage-3.tar.gz 45091 BLAKE2B 
b2ab9d4863227eacaf566865cd47763b9a52f4fd445ae78cf8212b3762a14c1ceb7f9008d25b8828f5e5da23e120a7be6d48239bb300670e559000de1e75fd68
 SHA512 
96225cf71dc60c638bd312331622e5b60589d7e6baf59fdfca0d90d24cff2bb232696c754c440c4e239949ea1a6280699c4f0f7816c50ec62bf77474d0c48cf4

diff --git a/dev-python/argparse-manpage/argparse-manpage-2.2.ebuild 
b/dev-python/argparse-manpage/argparse-manpage-2.2.ebuild
deleted file mode 100644
index 52946bfbf5e1..
--- a/dev-python/argparse-manpage/argparse-manpage-2.2.ebuild
+++ /dev/null
@@ -1,28 +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=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Automatically build man-pages for your Python project"
-HOMEPAGE="https://github.com/praiskup/argparse-manpage 
https://pypi.org/project/argparse-manpage/";
-SRC_URI="https://github.com/praiskup/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~sparc ~x86"
-
-BDEPEND="
-   test? (
-   dev-python/pip[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x COLUMNS=80
-   epytest
-}



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

2022-05-16 Thread Michał Górny
commit: fa05a35067715e1db700c259159490457eaef043
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 12:54:01 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 12:55:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa05a350

dev-python/ansible-runner: Remove old

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

 dev-python/ansible-runner/Manifest |  2 --
 .../ansible-runner/ansible-runner-1.4.7-r1.ebuild  | 31 ---
 .../ansible-runner/ansible-runner-1.4.8.ebuild | 36 --
 3 files changed, 69 deletions(-)

diff --git a/dev-python/ansible-runner/Manifest 
b/dev-python/ansible-runner/Manifest
index af46ab6e83b3..1db19f3ab0e0 100644
--- a/dev-python/ansible-runner/Manifest
+++ b/dev-python/ansible-runner/Manifest
@@ -1,3 +1 @@
-DIST ansible-runner-1.4.7.tar.gz 47112 BLAKE2B 
0e9ac2f63179dda44a403d90bd218f848929c2e46cc25fb5a6e34ace36db24619d3498b18319d7f49b078ea4a5d149c2eeef1671fdfe2a495cdd4cc61ca8209c
 SHA512 
504d1e25abfe39fc5a7867f799accabe98c8a065eda06869f04a5ef2a5bb30058623497c761c8fa99d39372d1215046431484eebdaa2850f50de75a273b70ab3
-DIST ansible-runner-1.4.8.tar.gz 48040 BLAKE2B 
9d8cd0fb9141a0cba4bd30a3c4c73ab143dc7b0a1d9c90aae9a901715de8795e735df04e88ecdaa25b35441ab25d38b2b33e61bdf67d80403e80bc127f6e40b3
 SHA512 
be4ef7e802bc2b70a0cfcd393a4bb3d4072bdd82c15510058b8d7caae8061ea7043b6ac6e3b9853e9fd292deefef69cf74e03ef8e483af7858e509607f0a88f0
 DIST ansible-runner-1.4.9.tar.gz 48022 BLAKE2B 
9d413a3502450ad964301fb22c280e6474794604a4d8a2d3bbbc92a1d2e7568351feabce3e9e6790916032ffb72881812c0ef9456a589e7af7cab1dea3d3182c
 SHA512 
198091472c74ab2641dd3a72afa90fcdb4b120c0a10518b55055933f3ae9934bfe229a6a006e84646ce491ce3eec828f9ffa692e6b215398e64aa55afbcb3bae

diff --git a/dev-python/ansible-runner/ansible-runner-1.4.7-r1.ebuild 
b/dev-python/ansible-runner/ansible-runner-1.4.7-r1.ebuild
deleted file mode 100644
index 9c9945831cec..
--- a/dev-python/ansible-runner/ansible-runner-1.4.7-r1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="A tool and python library that helps when interfacing with 
Ansible"
-HOMEPAGE="https://github.com/ansible/ansible-runner";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/python-daemon[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="test? ( dev-python/mock[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   sed -e 's|find_packages()|find_packages(exclude=["test", "test.*"])|' 
-i setup.py || die
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/ansible-runner/ansible-runner-1.4.8.ebuild 
b/dev-python/ansible-runner/ansible-runner-1.4.8.ebuild
deleted file mode 100644
index edca3560bfe8..
--- a/dev-python/ansible-runner/ansible-runner-1.4.8.ebuild
+++ /dev/null
@@ -1,36 +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="A tool and python library that helps when interfacing with 
Ansible"
-HOMEPAGE="https://github.com/ansible/ansible-runner";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-python/pexpect[${PYTHON_USEDEP}]
-   dev-python/psutil[${PYTHON_USEDEP}]
-   dev-python/python-daemon[${PYTHON_USEDEP}]
-   dev-python/pyyaml[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/six[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? ( dev-python/mock[${PYTHON_USEDEP}] )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   sed -e 's|find_packages()|find_packages(exclude=["test", "test.*"])|' 
-i setup.py || die
-   distutils-r1_python_prepare_all
-}



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

2022-05-16 Thread Michał Górny
commit: 7a5378795874a0dccdca49e22b86e9a9f954f2e1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 12:54:12 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 12:55:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a537879

dev-python/apispec: Remove old

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

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

diff --git a/dev-python/apispec/Manifest b/dev-python/apispec/Manifest
index 8fb69b834771..240313387eaa 100644
--- a/dev-python/apispec/Manifest
+++ b/dev-python/apispec/Manifest
@@ -1,2 +1 @@
-DIST apispec-5.2.1.gh.tar.gz 71348 BLAKE2B 
c908fb3741e72d0e8a3dfd70c186255cb5862f7c51c32c5c54ea3cba38a7ce9e02143e029a505f30f284f7b5490946897fead535a9a8743549806aacd1c7791d
 SHA512 
020d377e4dd9e2e3514cf48450bee9a5b957cb0d419f7fa4da35691b68cd108673b133d4ad07b908ca377b1418d087979eea409382ca743d350aec95b796f00f
 DIST apispec-5.2.2.gh.tar.gz 71563 BLAKE2B 
205c796ccee03000626538147d6cb26a72242ba8ffd6df47b6a7bdb82f0e2ee1d5421cb7da045fc177297acb838e7351ae996225a43c3c7a57a0a0d72e098bb1
 SHA512 
16c6229619853671403e81edaa50ce87c2575cdb6c606502e08c086aa33b25db0cef0cd455c2c74a55138eaf95667f7ffe9ac8045cbeb415df4b623878a8831c

diff --git a/dev-python/apispec/apispec-5.2.1.ebuild 
b/dev-python/apispec/apispec-5.2.1.ebuild
deleted file mode 100644
index e56c46d972d1..
--- a/dev-python/apispec/apispec-5.2.1.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
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="A pluggable API specification generator"
-HOMEPAGE="
-   https://github.com/marshmallow-code/apispec/
-   https://pypi.org/project/apispec/
-"
-SRC_URI="
-   https://github.com/marshmallow-code/apispec/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   >=dev-python/pyyaml-3.10[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/bottle[${PYTHON_USEDEP}]
-   dev-python/mock[${PYTHON_USEDEP}]
-   >=dev-python/marshmallow-3.13.0[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-distutils_enable_sphinx docs \
-   dev-python/sphinx-issues \
-   dev-python/sphinx_rtd_theme
-
-EPYTEST_DESELECT=(
-   # requires unpackaged prance
-   tests/test_ext_marshmallow_openapi.py::test_openapi_tools_validate_v2
-   tests/test_ext_marshmallow_openapi.py::test_openapi_tools_validate_v3
-)



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

2022-05-16 Thread Michał Górny
commit: e65b636c5e6d9c4392f0a71fe49063fc83bcd71c
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 12:53:38 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 12:55:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e65b636c

dev-python/anyqt: Remove old

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

 dev-python/anyqt/Manifest|  1 -
 dev-python/anyqt/anyqt-0.0.13.ebuild | 16 
 2 files changed, 17 deletions(-)

diff --git a/dev-python/anyqt/Manifest b/dev-python/anyqt/Manifest
index d77094fe486b..bf2cc8a7d9bd 100644
--- a/dev-python/anyqt/Manifest
+++ b/dev-python/anyqt/Manifest
@@ -1,2 +1 @@
-DIST anyqt-0.0.13.tar.gz 46677 BLAKE2B 
1b6eeb4a3c0ca6a76504c919e41d749d042668e0c9392616518b3b1741d4db270e5a0f354971ba5757da8f906f46149e996895212dcad2d2614d62a3d53bf554
 SHA512 
33033c90a945524ea1659de557dff36be06cbdbf8f0b580e57e7c8f386dd3d3007465e236d3865b76af4178b9d83eba51405a3257d0226bd117f7d9804146e41
 DIST anyqt-0.0.14.gh.tar.gz 48200 BLAKE2B 
15b17e2cb1067dd176d08a267b7fa0272dc9cdaa32c4cae3260053564df22c210a609dad8e4764c9cafeb0241dcabb93bbf8703e0a2ffef38c7f035e9f9f253b
 SHA512 
e3a191cb5e94ee02874059261100400a78b261fce347268759352ff23a220e46b26882cfdd449be0191080d551d3b16c2feb0a411582ab0aaf1dc79e58cc

diff --git a/dev-python/anyqt/anyqt-0.0.13.ebuild 
b/dev-python/anyqt/anyqt-0.0.13.ebuild
deleted file mode 100644
index 8890d4f53405..
--- a/dev-python/anyqt/anyqt-0.0.13.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="PyQt4/PyQt5 compatibility layer"
-HOMEPAGE="https://github.com/ales-erjavec/anyqt";
-SRC_URI="https://github.com/ales-erjavec/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"



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

2022-05-16 Thread Joonas Niilola
commit: 314c44be5e9fb517bfe00cd3cd761bd6aa94edb2
Author: Joonas Niilola  gentoo  org>
AuthorDate: Mon May 16 12:54:43 2022 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Mon May 16 12:55:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=314c44be

www-client/firefox: add 100.0.1

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

 www-client/firefox/Manifest   |   98 +++
 www-client/firefox/firefox-100.0.1.ebuild | 1267 +
 2 files changed, 1365 insertions(+)

diff --git a/www-client/firefox/Manifest b/www-client/firefox/Manifest
index 1e68019a69fa..db2c66d32064 100644
--- a/www-client/firefox/Manifest
+++ b/www-client/firefox/Manifest
@@ -96,6 +96,104 @@ DIST firefox-100.0-vi.xpi 578677 BLAKE2B 
664bdc925b884ba6b15fc8c0f1f3eb8d94ef8b0
 DIST firefox-100.0-xh.xpi 419487 BLAKE2B 
275284e39d91b8b636f37d22fcafa49d3038e3d7455c420660267b3feaf52f0c0fce335ec127a479a78e2fe6215cb59f682f1cf2d50b10dd9059f64c86f1a8c2
 SHA512 
df1b85b4b938670cdf6c6fc9e10df2315618ab4de95a0e4362ee0ee060b52ea8e24bfae7f2cff56787e0b206a966c8c8eb02637f6205a11de3a42184eea8e4e0
 DIST firefox-100.0-zh-CN.xpi 580538 BLAKE2B 
734b191a32cea0e7e70c52c5dcbc6be38535321698dc4be6c2c7e5fe31aaa3e1e0abec07636f3033b3710e4064570a41689413460831bcf88dfc5a309bdfaf2e
 SHA512 
f94787e44614dea3cef9230f7811aadee01b5312cc4a24cbeffc1b20c61dbf914b0b3ad33f3dc5f245ec891bf2c134ca22c9a4d23ec5529e2a20a0c873aa5026
 DIST firefox-100.0-zh-TW.xpi 581629 BLAKE2B 
4de41a914983af7ee59e7fd2d3ad53770d9ecea2c496785cdaa24f20b0bf1b786e725e3c4ef1fddc5bc2a2b07d85e2fb22771ef9608dbd64be98afe3ad7edab6
 SHA512 
b90f5fea05243612b327180a0ce13211464acd4dc02377a11386d0a1075aa9ec2265a511c0471193d9cf9dc8c3e1afb82d4908bddbb1d665511d84eae697b8a1
+DIST firefox-100.0.1-ach.xpi 448914 BLAKE2B 
71179d20b6d1580cfa65d4f477a0a7f10ab16923a8c0d848e6cd1b24580876bdfbe8aaa372c980d9cf0c43c2d28a4ffcb9db0dd54e9be5dd612fa422683c
 SHA512 
3ac2e2f4890184ce17aaf347d8eb1483393f580832f51bdc263698026ccf27c3d5b8ebc0a6ba9919328a2dde0a65a20f57f8d389566ca85f6898afde2d70f071
+DIST firefox-100.0.1-af.xpi 415232 BLAKE2B 
01c2eeb8d091fef19be1a40efa5a079475e0a44911dfa0564b70533c6972aad29534dc508449394e7191affb8b21837392a7b8e0f776f72d5e7eca2fb25a4aa6
 SHA512 
cbd94aee597bd5f86953f0fb0cc98f87eb8d2fe037f40d4e12d39fb75dd641211609fd3454ebe51ee8536e0e21325b85cb877e2bef58a983791e4eff5a9e8897
+DIST firefox-100.0.1-an.xpi 495515 BLAKE2B 
2677b7ba82bbe7b8213fb2912734d0dca22eb2964c85a14957c54f2715296f44b0b368302e26937dc8b158604451a9c551c245f925ef1bbca4d1441d74d3f683
 SHA512 
3c87d650a8196cfaf51fb4b1a52f086420e97e2c51e1c18ef845f4cbce5e8a5fd2cfd5a4be37706cd4e9960142330b6268d679a156e2ef1758f7358aa33dee7d
+DIST firefox-100.0.1-ar.xpi 564889 BLAKE2B 
4e6d5d8b61a4b58fef20a91284a3a6e23cd8c952cc8d02e0e2e6a44bb8e9596c84c8e1e12bf885e060517f98a868719c9cee2dd03cd645cc4837566729f3701a
 SHA512 
fd34038c7a312db4682a81ecb42217728e509712923a550f4845a54ca1910f40c98f30be4df3482f5d9f33cc7ada35839d603adbde577354460708393c32a153
+DIST firefox-100.0.1-ast.xpi 493296 BLAKE2B 
1ee127d6816007fb34aec36d0fb77a510aa9b2464f86e0251a0c9206bd9de780d606f7003beb95dd1c8502f33825e108334b920358f033d40ae94cc84c74255c
 SHA512 
99ab6208787fde0b3ae627c205268aa2e5cad8d677dcb4485a3f1bccb850a138c26719056eb2949644455ff93fdf884fd449fc0b1f408968f3028bc56bc29c21
+DIST firefox-100.0.1-az.xpi 484101 BLAKE2B 
ccb030dfff35771af76ce3913e9022d9a4f61d6253e883bea8c468e739558032324006c96005a5787e5a8938d16a330db70639c745333508c0800dc9139095d3
 SHA512 
c03da56f18275bb75e0cd058c7d156210c64629576150f2ac90956a3983c95e67b8d3c3dfa5baacb95516cf9f29103c77594f1950c55b34f4df0d99a84ca74da
+DIST firefox-100.0.1-be.xpi 628707 BLAKE2B 
f035ea3645aa3afa02a736f440c02a433e5eeff64bab5d8b48eb9c19028e4cfd784035d720cc121ec7085ec2f7a182ed28a72af5a14cc5ea6c92447bfd279b9c
 SHA512 
9fae77717553f0a3dcf228c9868dcb3ca75073b4d77e2d7fbf276643e7e0af29cbd4a09be01c382f1aabf3f4fd828f6dd9d2e09f2a74869c8452ee79ceb5be82
+DIST firefox-100.0.1-bg.xpi 566784 BLAKE2B 
74d710b1a65cbef87fcd14a01334fb3861768e9361a9100d16f0949554a88e31fabae40bce95c4b72ec5d2721acb7f321f91b237509087ed9a4a0e765578df28
 SHA512 
f2cbb02093ae1fd33c3caa87f9e45b2e8d2037a5e9658e3320b944aa398fbafbbe0e45bcdf51676d73da33a140fe237e3cd4e04a1c78698159f3993d427a1cec
+DIST firefox-100.0.1-bn.xpi 554553 BLAKE2B 
70d35e49354e67a3e9a9a563c68feb648179ba3d33f62872cf0881c2c8cd1b5a1fd8020d1654bdc62f56f4aee296f073861ebbef4b48b2afead69291145d2ef5
 SHA512 
52f152581eb9915b49749e6a6cd962b4aa481cfe46a8ff188185d8e6954b54f614f08fee0ebd3ec20f0f19232452731c2e87bc4d7b4f13eb942a129337e1f7b8
+DIST firefox-100.0.1-br.xpi 530622 BLAKE2B 
0a820982f2e51cdfa2adf82220b265c037286f76c368d021671a3088e97d72cde7fda9e00eff79d2dee18d026056045ef2f9b322667d60c26a8795d625d79592
 SHA512 
8e71181ac21a1b5c0bd4d180f10c1cdc538e4b6f1335b8651b6b3253dcebbb05c27a7e0fb32550bfd15e12fbd9ea409f6efbee0fd4f2ec0e196d7399fadb4e2c
+DIST firefox-100.0.1-bs.xpi 459039 BLAKE2B 
2818a6329bbe84830ee38094ea04f6d49794e03c0dc45bf0c5439fe5e66c272b5ee872

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

2022-05-16 Thread Andrew Ammerlaan
commit: 0d31170176590ddc791a78c1a1ebd70f6cc3e717
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Mon May 16 12:50:19 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Mon May 16 12:53:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d311701

dev-python/ujson: enable py3.11

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

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

diff --git a/dev-python/ujson/ujson-5.2.0-r1.ebuild 
b/dev-python/ujson/ujson-5.2.0-r1.ebuild
index f0755a0c8f37..3cdebd59dcb4 100644
--- a/dev-python/ujson/ujson-5.2.0-r1.ebuild
+++ b/dev-python/ujson/ujson-5.2.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-05-16 Thread Michał Górny
commit: 82b7fdcdc35e6d3c4ee143ab65134ffdcc4ba065
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 12:42:08 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 12:52:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82b7fdcd

dev-python/pikepdf: Remanifest

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

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

diff --git a/dev-python/pikepdf/Manifest b/dev-python/pikepdf/Manifest
index 8da563c09cfe..497326ad4af4 100644
--- a/dev-python/pikepdf/Manifest
+++ b/dev-python/pikepdf/Manifest
@@ -1,2 +1,2 @@
 DIST pikepdf-5.1.2.tar.gz 2355023 BLAKE2B 
1186174a8375b63035157a65a23d62d2e52447719de8b0182a4d6892334eea52f140ce113415941e9f096716b5bc71d9c4967658428d87bd45a14e0a43b70caf
 SHA512 
1b18c3ddb3826a1a74e82cf341a4ebeb5c98b587e148dbc6b479768cad14860700b39ebbcb421459f720bea63a4aa9ee4987f1c2cb944620e56c71193741a5ec
-DIST pikepdf-5.1.3.tar.gz 2356112 BLAKE2B 
9a0a5ddfd6519cd3db75ea0f534d3e91399dd0fd212ef7765e4f301ebba8f6b773039db2c5021720141a836e983749170fbd2e291ab1f4a77f96a16005e210bb
 SHA512 
2c6cd2b6746805bd879d0dbec13d8ca09d185ef4ec41045ae2831f42d7e9e1bccf4023d5c3577b84af8bc3f5ebb9c2a5dba7628af4079e5e4334d772c3d6db5c
+DIST pikepdf-5.1.3.tar.gz 2356111 BLAKE2B 
5a9ec1d06f91be44b4eacc68d7d9449a2bb74b59214ce3d1b10d3cdf81533d38450a2150834d0008cf81475e07e4de241ea16e438450dff6dadd5c15da533223
 SHA512 
d38a6203b9a4150e4daf4980517b72b0e8e797c57bd82009d6f95a1275c0e6f767e415e14fe6d1614bd51edaf660febafd0f0b85cc46482125aeced8f6912285



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

2022-05-16 Thread Agostino Sarubbo
commit: 756f90c8391539a63c69ab39a4515277379fffc6
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 16 12:51:43 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 16 12:51:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=756f90c8

dev-cpp/glog: ppc64 stable wrt bug #840927

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-cpp/glog/glog-0.5.0.ebuild b/dev-cpp/glog/glog-0.5.0.ebuild
index b3672874b744..e2ac655eab68 100644
--- a/dev-cpp/glog/glog-0.5.0.ebuild
+++ b/dev-cpp/glog/glog-0.5.0.ebuild
@@ -21,7 +21,7 @@ fi
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="gflags +libunwind llvm-libunwind test"
 RESTRICT="!test? ( test )"
 



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

2022-05-16 Thread Agostino Sarubbo
commit: 4e51ba2f8f4b09f0170da6e56e51d0b08018d4e8
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 16 12:51:28 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 16 12:51:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e51ba2f

dev-cpp/tbb: ppc stable wrt bug #835772

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-cpp/tbb/tbb-2021.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild 
b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
index 230b48402b89..c5179b96d8b9 100644
--- a/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
+++ b/dev-cpp/tbb/tbb-2021.5.0-r1.ebuild
@@ -14,7 +14,7 @@ LICENSE="Apache-2.0"
 # https://github.com/oneapi-src/oneTBB/blob/master/CMakeLists.txt#L53
 # libtbb-libtbbmalloc-libtbbbind
 SLOT="0/12.5-2.5-3.5"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test"
 RESTRICT="!test? ( test )"
 



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

2022-05-16 Thread Agostino Sarubbo
commit: 1992b34756760b4f3a3e0ecb39e03d768cb12fc2
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 16 12:51:03 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 16 12:51:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1992b347

dev-cpp/folly: amd64 stable wrt bug #835760

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-cpp/folly/folly-2022.03.28.00.ebuild 
b/dev-cpp/folly/folly-2022.03.28.00.ebuild
index b644181fecc6..f832bf20f635 100644
--- a/dev-cpp/folly/folly-2022.03.28.00.ebuild
+++ b/dev-cpp/folly/folly-2022.03.28.00.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/facebook/folly/archive/v${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="llvm-libunwind test"
 RESTRICT="!test? ( test )"
 



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

2022-05-16 Thread Agostino Sarubbo
commit: 8c496ff83bb1562fc63ff4be52945194613ea50e
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 16 12:51:10 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 16 12:51:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c496ff8

dev-util/watchman: amd64 stable wrt bug #835760

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-util/watchman/watchman-2022.03.28.00.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/watchman/watchman-2022.03.28.00.ebuild 
b/dev-util/watchman/watchman-2022.03.28.00.ebuild
index da684483d094..eb2f4ec03913 100644
--- a/dev-util/watchman/watchman-2022.03.28.00.ebuild
+++ b/dev-util/watchman/watchman-2022.03.28.00.ebuild
@@ -111,7 +111,7 @@ SRC_URI+=" $(cargo_crate_uris)"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 IUSE="llvm-libunwind python"
 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
 



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

2022-05-16 Thread Michał Górny
commit: 1cb8a117d3d5ae81e73398b0ab5b28fe7fc64e88
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 12:46:33 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 12:46:41 2022 +
URL:https://gitweb.gentoo.org/proj/qa-scripts.git/commit/?id=1cb8a117

Bump pkgcheck2html

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

 pkgcheck2html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkgcheck2html b/pkgcheck2html
index 630048b..3ed9660 16
--- a/pkgcheck2html
+++ b/pkgcheck2html
@@ -1 +1 @@
-Subproject commit 630048b8c486a72361e9f73f14d80614f804730c
+Subproject commit 3ed9660cd86f0cd0a40ec16f9289c6d6a2d1dbcd



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-uvch264/

2022-05-16 Thread Jakov Smolić
commit: 80fab57a2cacaa4c468959fab44298d3b0cea52a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:35:04 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:35:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80fab57a

media-plugins/gst-plugins-uvch264: Stabilize 1.20.2 x86, #839939

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

 media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.20.2.ebuild 
b/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.20.2.ebuild
index c8041505d60d..20f8ce4b774e 100644
--- a/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-uvch264/gst-plugins-uvch264-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer-meson
 
 DESCRIPTION="UVC compliant H264 encoding cameras plugin for GStreamer"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-libs/libgudev:=[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-voamrwbenc/

2022-05-16 Thread Jakov Smolić
commit: 9f70d83d54a2372b951e0e8679af1027531ace18
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:35:06 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:35:06 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f70d83d

media-plugins/gst-plugins-voamrwbenc: Stabilize 1.20.2 x86, #839939

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

 .../gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.20.2.ebuild 
b/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.20.2.ebuild
index a62c5746295d..c7570f67a172 100644
--- a/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-voamrwbenc/gst-plugins-voamrwbenc-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer-meson
 
 DESCRIPTION="AMR-WB audio encoder plugin for GStreamer"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND=">=media-libs/vo-amrwbenc-0.1.2-r1[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-twolame/

2022-05-16 Thread Jakov Smolić
commit: 9f89f7d6a2b2d3ebc22f04401bc1e47387920303
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:35:03 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:35:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f89f7d6

media-plugins/gst-plugins-twolame: Stabilize 1.20.2 x86, #839939

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

 media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.20.2.ebuild 
b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.20.2.ebuild
index 607db92dff5b..659df815950f 100644
--- a/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-twolame/gst-plugins-twolame-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer-meson
 
 DESCRIPTION="MPEG2 encoder plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND=">=media-sound/twolame-0.3.13-r1[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-rtmp/

2022-05-16 Thread Jakov Smolić
commit: 9ca28cb6a6d77d4adf84a57df8a7528c71cdd3b4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:34:57 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:34:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ca28cb6

media-plugins/gst-plugins-rtmp: Stabilize 1.20.2 x86, #839939

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

 media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.20.2.ebuild 
b/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.20.2.ebuild
index ee3986706682..b0cc6fbdd2a4 100644
--- a/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-rtmp/gst-plugins-rtmp-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer-meson
 
 DESCRIPTION="RTMP source/sink plugin for GStreamer"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND=">=media-video/rtmpdump-2.4_p20131018[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-voaacenc/

2022-05-16 Thread Jakov Smolić
commit: 9c1429ac0a4d4ea1d6cc0303464cc3346f754c2f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:35:05 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:35:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c1429ac

media-plugins/gst-plugins-voaacenc: Stabilize 1.20.2 x86, #839939

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

 media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.20.2.ebuild 
b/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.20.2.ebuild
index c250600d80a0..cfbce4d36571 100644
--- a/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-voaacenc/gst-plugins-voaacenc-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer-meson
 
 DESCRIPTION="AAC encoder plugin for GStreamer"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND=">=media-libs/vo-aacenc-0.1.3[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-smoothstreaming/

2022-05-16 Thread Jakov Smolić
commit: 102b870ecc0ed0d38f448821ad619f2900798f4f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:35:00 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:35:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102b870e

media-plugins/gst-plugins-smoothstreaming: Stabilize 1.20.2 x86, #839939

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

 .../gst-plugins-smoothstreaming-1.20.2.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.20.2.ebuild
 
b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.20.2.ebuild
index 086e39579ca1..dc567bedad31 100644
--- 
a/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.20.2.ebuild
+++ 
b/media-plugins/gst-plugins-smoothstreaming/gst-plugins-smoothstreaming-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer-meson
 
 DESCRIPTION="Smooth Streaming plugin for GStreamer"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND=">=dev-libs/libxml2-2.9.1-r4[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-shout2/

2022-05-16 Thread Jakov Smolić
commit: 142e3555c8b5b9f4a285819e26acf91914317cfb
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:34:58 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:34:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=142e3555

media-plugins/gst-plugins-shout2: Stabilize 1.20.2 x86, #839939

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

 media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.20.2.ebuild 
b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.20.2.ebuild
index 91b049068fe2..67ed1e3216fd 100644
--- a/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-shout2/gst-plugins-shout2-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer-meson
 
 DESCRIPTION="Icecast server sink plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86"
 
 RDEPEND=">=media-libs/libshout-2.3.1-r1[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-sidplay/

2022-05-16 Thread Jakov Smolić
commit: 60a17ceade7decbe38f5d1b4aeaf851caa46fc19
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:34:59 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:34:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60a17cea

media-plugins/gst-plugins-sidplay: Stabilize 1.20.2 x86, #839939

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

 media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.20.2.ebuild 
b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.20.2.ebuild
index 1832f158b657..dfd7a20fba39 100644
--- a/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-sidplay/gst-plugins-sidplay-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 inherit gstreamer-meson
 
 DESCRIPTION="Sid decoder plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND=">=media-libs/libsidplay-1.36.59-r1:1[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-raw1394/

2022-05-16 Thread Jakov Smolić
commit: 7ec0afce660457b3b65b5b68c50fe3109304484b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:34:56 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:34:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec0afce

media-plugins/gst-plugins-raw1394: Stabilize 1.20.2 x86, #839939

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

 media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.20.2.ebuild 
b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.20.2.ebuild
index 861da95c0491..bf455badd987 100644
--- a/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-raw1394/gst-plugins-raw1394-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer-meson
 
 DESCRIPTION="Fiwewire DV/HDV capture plugin for GStreamer"
-KEYWORDS="amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 x86"
 
 RDEPEND="
>=media-libs/libiec61883-1.2.0-r1[${MULTILIB_USEDEP}]



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

2022-05-16 Thread Jakov Smolić
commit: a4620de185678da576cd38bd115f503042d81bf9
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:34:44 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:34:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4620de1

media-sound/pulseaudio: Stabilize 15.0-r3 x86, #839939

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

 media-sound/pulseaudio/pulseaudio-15.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseaudio/pulseaudio-15.0-r3.ebuild 
b/media-sound/pulseaudio/pulseaudio-15.0-r3.ebuild
index 513801183b1e..a3ea20eec26d 100644
--- a/media-sound/pulseaudio/pulseaudio-15.0-r3.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-15.0-r3.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://gitlab.freedesktop.org/${PN}/${PN}";
 else
SRC_URI="https://freedesktop.org/software/${PN}/releases/${MY_P}.tar.xz";
-   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc 
~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc 
x86 ~amd64-linux ~x86-linux"
 fi
 
 # libpulse-simple and libpulse link to libpulse-core; this is daemon's



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-srtp/

2022-05-16 Thread Jakov Smolić
commit: 922041e95c7b78567dd21e79faac51099b5645b4
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:35:02 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:35:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=922041e9

media-plugins/gst-plugins-srtp: Stabilize 1.20.2 x86, #839939

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

 media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.20.2.ebuild 
b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.20.2.ebuild
index e53be2c33939..a2bdfde54d05 100644
--- a/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-srtp/gst-plugins-srtp-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer-meson
 
 DESCRIPTION="SRTP encoder/decoder plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv x86"
 
 RDEPEND="
>=net-libs/libsrtp-2.1.0:2=[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-neon/

2022-05-16 Thread Jakov Smolić
commit: 0b04eed43a9c1c0b14636d6fd8f44f2a2161b563
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:34:54 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:34:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b04eed4

media-plugins/gst-plugins-neon: Stabilize 1.20.2 x86, #839939

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

 media-plugins/gst-plugins-neon/gst-plugins-neon-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-neon/gst-plugins-neon-1.20.2.ebuild 
b/media-plugins/gst-plugins-neon/gst-plugins-neon-1.20.2.ebuild
index fbb68b95b805..ed4bb576c6f3 100644
--- a/media-plugins/gst-plugins-neon/gst-plugins-neon-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-neon/gst-plugins-neon-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer-meson
 
 DESCRIPTION="HTTP client source plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86"
 
 RDEPEND="
>=net-libs/neon-0.30.0[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-speex/

2022-05-16 Thread Jakov Smolić
commit: d2ab179cbc5f9e62adf10bf5f577cbfa24d8987d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:35:02 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:35:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2ab179c

media-plugins/gst-plugins-speex: Stabilize 1.20.2 x86, #839939

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

 media-plugins/gst-plugins-speex/gst-plugins-speex-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-speex/gst-plugins-speex-1.20.2.ebuild 
b/media-plugins/gst-plugins-speex/gst-plugins-speex-1.20.2.ebuild
index 2f6014d9cbbb..a5bbadbd8846 100644
--- a/media-plugins/gst-plugins-speex/gst-plugins-speex-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-speex/gst-plugins-speex-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer-meson
 
 DESCRIPTION="Speex encoder/decoder plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND=">=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-soundtouch/

2022-05-16 Thread Jakov Smolić
commit: f06827af5251831ceec0a679a1de03a25fe579f5
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:35:01 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:35:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f06827af

media-plugins/gst-plugins-soundtouch: Stabilize 1.20.2 x86, #839939

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

 .../gst-plugins-soundtouch/gst-plugins-soundtouch-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.20.2.ebuild 
b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.20.2.ebuild
index 03c0d9e5e2cc..00266e4f218b 100644
--- a/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-soundtouch/gst-plugins-soundtouch-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer-meson
 
 DESCRIPTION="Beats-per-minute detection and pitch controlling plugin for 
GStreamer"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND=">=media-libs/libsoundtouch-1.7.1[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-wavpack/

2022-05-16 Thread Jakov Smolić
commit: f44f37406b8d46f842ab66fe1ee14c03bca90d46
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:34:51 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:34:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f44f3740

media-plugins/gst-plugins-wavpack: Stabilize 1.20.2 x86, #839939

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

 media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.20.2.ebuild 
b/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.20.2.ebuild
index 049f5ede12a0..1ad2433c3523 100644
--- a/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-wavpack/gst-plugins-wavpack-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer-meson
 
 DESCRIPTION="Wavpack audio encoder/decoder plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND=">=media-sound/wavpack-4.60.1-r1[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-x264/

2022-05-16 Thread Jakov Smolić
commit: 1c0b986ed9eeb3b5254d4bb9cbd3646a0469e44f
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:34:51 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:34:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c0b986e

media-plugins/gst-plugins-x264: Stabilize 1.20.2 x86, #839939

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

 media-plugins/gst-plugins-x264/gst-plugins-x264-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-x264/gst-plugins-x264-1.20.2.ebuild 
b/media-plugins/gst-plugins-x264/gst-plugins-x264-1.20.2.ebuild
index c4114920a2cb..cdec7f49c917 100644
--- a/media-plugins/gst-plugins-x264/gst-plugins-x264-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-x264/gst-plugins-x264-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-ugly
 inherit gstreamer-meson
 
 DESCRIPTION="H.264 encoder plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 # 20111220 ensures us X264_BUILD >= 120
 RDEPEND=">=media-libs/x264-0.0.20130506:=[${MULTILIB_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-openh264/

2022-05-16 Thread Jakov Smolić
commit: b075fef08ca8c61f883d88f49ae5fb0e2b43ac5e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:34:55 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:34:55 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b075fef0

media-plugins/gst-plugins-openh264: Stabilize 1.20.2 x86, #839939

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

 media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.20.2.ebuild 
b/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.20.2.ebuild
index 44aa3abcb286..c2d5af7e41aa 100644
--- a/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-openh264/gst-plugins-openh264-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer-meson
 
 DESCRIPTION="H.264 encoder/decoder plugin for GStreamer"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
>=media-libs/openh264-1.3:=[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-vaapi/

2022-05-16 Thread Jakov Smolić
commit: 1c6c8ce04044d9ae641d3940ab38e43620785e5e
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:34:48 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:34:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c6c8ce0

media-plugins/gst-plugins-vaapi: Stabilize 1.20.2 x86, #839939

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

 media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.20.2.ebuild 
b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.20.2.ebuild
index 59d8843dbe41..25c69bf2fa9d 100644
--- a/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-vaapi/gst-plugins-vaapi-1.20.2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://gstreamer.freedesktop.org/src/${MY_PN}/${MY_PN}-${PV}.tar.xz";
 
 LICENSE="LGPL-2.1+"
 SLOT="1.0"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
 IUSE="+drm +egl gles2 +opengl wayland +X" # Keep default enabled IUSE in sync 
with gst-plugins-base and libva
 
 # gst-vaapi configure is based around GL platform mainly, unlike 
gst-plugins-bad that goes by GL API mainly; for less surprises,



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-mpeg2enc/

2022-05-16 Thread Jakov Smolić
commit: 14d5f87c44ad5461cb0b1eb16d5a5df9662430e1
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:34:53 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:34:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d5f87c

media-plugins/gst-plugins-mpeg2enc: Stabilize 1.20.2 x86, #839939

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

 media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.20.2.ebuild 
b/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.20.2.ebuild
index 39f6d06df01d..3cbd8a64b1cf 100644
--- a/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-mpeg2enc/gst-plugins-mpeg2enc-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer-meson
 
 DESCRIPTION="MPEG-1/2 video encoding plugin for GStreamer"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND=">=media-video/mjpegtools-2.1.0-r1:=[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-mplex/

2022-05-16 Thread Jakov Smolić
commit: 230a82b99e7506e384803660a808f3e534a50425
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:34:49 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:34:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=230a82b9

media-plugins/gst-plugins-mplex: Stabilize 1.20.2 x86, #839939

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

 media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.20.2.ebuild 
b/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.20.2.ebuild
index 75a1f27043b3..7ab01507df43 100644
--- a/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-mplex/gst-plugins-mplex-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-bad
 inherit gstreamer-meson
 
 DESCRIPTION="MPEG/DVD/SVCD/VCD video/audio multiplexing plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND=">=media-video/mjpegtools-2.1.0-r1:=[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-vpx/

2022-05-16 Thread Jakov Smolić
commit: b0b91c5ef970fb8b708e36eb7add7ed543047d07
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:34:50 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:34:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0b91c5e

media-plugins/gst-plugins-vpx: Stabilize 1.20.2 x86, #839939

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

 media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.20.2.ebuild 
b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.20.2.ebuild
index c1e68cec38aa..242bfba8d4de 100644
--- a/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-vpx/gst-plugins-vpx-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer-meson
 
 DESCRIPTION="VP8/VP9 video encoder/decoder plugin for GStreamer"
-KEYWORDS="amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND=">=media-libs/libvpx-1.7.0:=[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-meta/

2022-05-16 Thread Jakov Smolić
commit: a278e99c9cd60710be73ef7f1d675e0c9e430967
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:34:52 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:34:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a278e99c

media-plugins/gst-plugins-meta: Stabilize 1.20.2 x86, #839939

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

 media-plugins/gst-plugins-meta/gst-plugins-meta-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-meta/gst-plugins-meta-1.20.2.ebuild 
b/media-plugins/gst-plugins-meta/gst-plugins-meta-1.20.2.ebuild
index 9fd12f206ad8..d1af742d02fd 100644
--- a/media-plugins/gst-plugins-meta/gst-plugins-meta-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-meta/gst-plugins-meta-1.20.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://gstreamer.freedesktop.org/";
 
 LICENSE="metapackage"
 SLOT="1.0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86"
 IUSE="aac a52 alsa cdda dts dv dvb dvd ffmpeg flac http jack lame libass 
libvisual mp3 modplug mpeg ogg opus oss pulseaudio taglib theora v4l vaapi vcd 
vorbis vpx wavpack X x264"
 REQUIRED_USE="opus? ( ogg ) theora? ( ogg ) vorbis? ( ogg )"
 



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-pulse/

2022-05-16 Thread Jakov Smolić
commit: 2ff8b4b9bbd782dcde6477b9661a0cec363a705d
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:34:45 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:34:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff8b4b9

media-plugins/gst-plugins-pulse: Stabilize 1.20.2 x86, #839939

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

 media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.20.2.ebuild 
b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.20.2.ebuild
index de93122c5f2d..1e3518764425 100644
--- a/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-pulse/gst-plugins-pulse-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer-meson
 
 DESCRIPTION="PulseAudio sound server plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86"
 
 RDEPEND="
>=media-libs/gst-plugins-base-${PV}:${SLOT}[${MULTILIB_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-taglib/

2022-05-16 Thread Jakov Smolić
commit: c3b812ac8caa34f67db9cf91f16937bcdd9c19e1
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:34:46 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:34:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3b812ac

media-plugins/gst-plugins-taglib: Stabilize 1.20.2 x86, #839939

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

 media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.20.2.ebuild 
b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.20.2.ebuild
index 5a040616bfd3..f4061196dff9 100644
--- a/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-taglib/gst-plugins-taglib-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer-meson
 
 DESCRIPTION="ID3v2/APEv2 tagger plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86"
 
 RDEPEND=">=media-libs/taglib-1.9.1[${MULTILIB_USEDEP}]"
 DEPEND="${RDEPEND}"



[gentoo-commits] repo/gentoo:master commit in: media-plugins/gst-plugins-v4l2/

2022-05-16 Thread Jakov Smolić
commit: 52aac95cef0291aa09df2b7e3657df7b507b9d92
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:34:47 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:34:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52aac95c

media-plugins/gst-plugins-v4l2: Stabilize 1.20.2 x86, #839939

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

 media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.20.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.20.2.ebuild 
b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.20.2.ebuild
index 271c89e4c7f6..efb1bb4582c8 100644
--- a/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.20.2.ebuild
+++ b/media-plugins/gst-plugins-v4l2/gst-plugins-v4l2-1.20.2.ebuild
@@ -7,7 +7,7 @@ GST_ORG_MODULE=gst-plugins-good
 inherit gstreamer-meson
 
 DESCRIPION="V4L2 source/sink plugin for GStreamer"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~sparc 
x86"
 IUSE="udev"
 
 RDEPEND="



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

2022-05-16 Thread Andrew Ammerlaan
commit: 93077d4c1c6231e98031c801a7f64a366a848b16
Author: Antonín Říha  protonmail  com>
AuthorDate: Sun May 15 16:40:55 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun May 15 16:42:07 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=93077d4c

dev-python/python-betterproto: added python_fix_shebang

Signed-off-by: Antonín Říha  protonmail.com>

 dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild | 5 +
 dev-python/python-betterproto/python-betterproto-.ebuild| 5 +
 2 files changed, 10 insertions(+)

diff --git 
a/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild 
b/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild
index c8419dce0..83d67433e 100644
--- a/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild
+++ b/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild
@@ -42,6 +42,11 @@ distutils_enable_tests pytest
 distutils_enable_sphinx docs \
'>=dev-python/sphinx_rtd_theme-0.5.0'
 
+python_prepare() {
+   default
+   python_fix_shebang tests/generate.py src/betterproto/plugin/main.py
+}
+
 python_test() {
"${EPYTHON}" -m tests.generate -v
epytest

diff --git a/dev-python/python-betterproto/python-betterproto-.ebuild 
b/dev-python/python-betterproto/python-betterproto-.ebuild
index c8419dce0..83d67433e 100644
--- a/dev-python/python-betterproto/python-betterproto-.ebuild
+++ b/dev-python/python-betterproto/python-betterproto-.ebuild
@@ -42,6 +42,11 @@ distutils_enable_tests pytest
 distutils_enable_sphinx docs \
'>=dev-python/sphinx_rtd_theme-0.5.0'
 
+python_prepare() {
+   default
+   python_fix_shebang tests/generate.py src/betterproto/plugin/main.py
+}
+
 python_test() {
"${EPYTHON}" -m tests.generate -v
epytest



[gentoo-commits] repo/proj/guru:master commit in: www-apps/uwebsockets/

2022-05-16 Thread Andrew Ammerlaan
commit: 36faed2487f1d610f3923a58197431b1eed6ca2f
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat May 14 16:29:10 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat May 14 16:29:32 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36faed24

www-apps/uwebsockets: add 20.14.0

Signed-off-by: Aisha Tammy  aisha.cc>

 www-apps/uwebsockets/Manifest   |  1 +
 www-apps/uwebsockets/uwebsockets-20.14.0.ebuild | 33 +
 2 files changed, 34 insertions(+)

diff --git a/www-apps/uwebsockets/Manifest b/www-apps/uwebsockets/Manifest
index 0a9c55627..0a75f441c 100644
--- a/www-apps/uwebsockets/Manifest
+++ b/www-apps/uwebsockets/Manifest
@@ -1 +1,2 @@
 DIST uwebsockets-20.11.0.tar.gz 750520 BLAKE2B 
4c139bffcb60a5a2cf7245208e031905875261cfed968a03875358e31d5fb4cf02ff312fc7e5f7e9329ffcb9f9ee9c1204fcf9998fbb9df56163dc06820e2932
 SHA512 
cd4efb386b4d140c6ccbfa92e8be1d3c9b896474a3074b95ad35bedde9face80a1e4bae594359555010d76c2ccf8243b29e97079de8b0f18cda510274135b8e0
+DIST uwebsockets-20.14.0.tar.gz 751354 BLAKE2B 
398aedfd8f253de9c66cfe889c7681f492124a9db1ca9554f560b170ac8ec4b4362f2dd7f351338e3c78819e49023f725d881052db609c631da6dbcb24e5e1a8
 SHA512 
f467942da6a151011a2e831081278eb2a816b215f5335c1e029d7130a56ab04595a3563c15821093d8f3a7b56e085427482cb026653fb24004817f2c08cb3376

diff --git a/www-apps/uwebsockets/uwebsockets-20.14.0.ebuild 
b/www-apps/uwebsockets/uwebsockets-20.14.0.ebuild
new file mode 100644
index 0..d8967872c
--- /dev/null
+++ b/www-apps/uwebsockets/uwebsockets-20.14.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2019-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="ultra fast, simple, secure & standards compliant web I/O"
+HOMEPAGE="https://github.com/uNetworking/uWebSockets";
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/uNetworking/uWebSockets.git";
+else
+   
SRC_URI="https://github.com/uNetworking/uWebSockets/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~x86"
+   S="${WORKDIR}/uWebSockets-${PV}"
+fi
+
+LICENSE="Apache-2.0"
+SLOT="0"
+RDEPEND=">=net-libs/usockets-0.6.0"
+
+src_prepare() {
+   default
+   mv src uWebSockets
+}
+
+src_compile() {
+   return 0
+}
+
+src_install() {
+   doheader -r uWebSockets
+}



[gentoo-commits] repo/proj/guru:master commit in: x11-wm/leftwm/

2022-05-16 Thread Andrew Ammerlaan
commit: 13b421deca56e2b098010a9470ce940c0f405651
Author: Luciano Degni  gmail  com>
AuthorDate: Sat May 14 20:29:41 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat May 14 20:29:41 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=13b421de

x11-wm/leftwm: add 0.3.0

Signed-off-by: Luciano Degni  gmail.com>

 x11-wm/leftwm/Manifest|  72 ++
 x11-wm/leftwm/leftwm-0.3.0.ebuild | 200 ++
 2 files changed, 272 insertions(+)

diff --git a/x11-wm/leftwm/Manifest b/x11-wm/leftwm/Manifest
index dc648ac3d..4d8b19e46 100644
--- a/x11-wm/leftwm/Manifest
+++ b/x11-wm/leftwm/Manifest
@@ -1,133 +1,205 @@
 DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST ansi_term-0.11.0.crate 17087 BLAKE2B 
9bd35c045a01ce4c6c4a5db1b4f15e9412bb97426eec19d4421dffbec633de8d13452c13c1dc1b30998690b78d7ed38311aca700087f13a81f66bd1d5d7300c4
 SHA512 
a637466a380748f939b3af090b8c0333f35581925bc03f4dda9b3f95d338836403cf5487ae3af9ff68f8245a837f8ab061aabe57a126a6a2c20f2e972c77d1fa
+DIST ansi_term-0.12.1.crate 24838 BLAKE2B 
f636772c34e2d68cda7b8d3b2b86abda074585a62bd2654812ce92384244655a9197fa66e6939e19a674c0148ca605313d83de262bb18c2339a8a4eb4438a791
 SHA512 
b840e28b3e7700689a69a39659b1e066560078dd4a58326b91a028915819e7af883399ee53e920db68fd974c58d35bb1ddf8d427af5937d5f696f57c4376b671
 DIST anyhow-1.0.48.crate 41346 BLAKE2B 
9ba28706c0048f24312c1d8c753b6fb82bbcc22f24840c3d429a87813582bf05c45ed60b290c7abf54070969d4e42199a410d6a7bf02df788a119a96b4f201d0
 SHA512 
473b95883ae170b03e2097d924dd6e664604bce5e76a592e8abe763869ddca52de668244099f8f023c3709ae19934c3e1c4cc77610204820ae271b8b05c72d31
+DIST anyhow-1.0.56.crate 44780 BLAKE2B 
142a2c02e51dc6fa2709d349881aea404b14dbdfa379ddd6a99672df4977dcca0658897c9e9881e291fb56f5b522cf2a0e2da12afb7038d0929d05f436ff68a9
 SHA512 
9dc8233b87f8229676ad08903cc1507370588d63702c10bff3426d00ce10754744477d5ba3396c94e7128eeef12c647f8f042de8cc6d1943c2882785ac7ebab5
 DIST anymap2-0.13.0.crate 17337 BLAKE2B 
6f7f2c157a908bafadb96b86d7c064aed5cfa144b4d7776acd110c7ff676865ba64aefc17a5908851a5b1b850bfa48b162b877ddc90969de97cd0adbe3123736
 SHA512 
005032261274a5fed2aebeb0ae3b6998f184899c426d649d6bef9cbf135762321b13b7941dfab3a9577936676469a5bcd324d36824f6c6d81408012ebf3a6510
 DIST arc-swap-1.5.0.crate 65351 BLAKE2B 
c6b278134f6e29551302e27131639f3bc5bfb05042701cf6c12aab1697f211be0942c44919d374e196ef03605fb137334b42decb9623a137b6ead346586c2105
 SHA512 
b668a75b2ac77a9d2df3f29b70c8c22e5a961cd2478cd76b6d313e0e1ff809508887451b895f057d160860daa4b02cb74616ab8daa34d163ef3f42a009842031
 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.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST block-buffer-0.7.3.crate 7179 BLAKE2B 
549e8532358f9a77fdfbd5ef7a06d60f20f034fcf69072757811cb4a95f5cee5589bebd40fe87af36127254ec42ef3240cc7542828085f590fb774faab8f0e21
 SHA512 
74c8b89777a006bd72511b32df94f8bd78e2b53c30d85d39ea3c52acf199c357140fb6181f7f7ab5e30dd80d37181582cad740c95b89328a7a4b0f84f77ad6bf
+DIST block-buffer-0.9.0.crate 7108 BLAKE2B 
42e99ec46c6e43d5f85e8d6d0a8fcef7175c97828758c93e55505c0e18e2646ae77bf264076041bf682532e28268a4978dd9c822c0475347ee3d29c5df2601fb
 SHA512 
2d0f8908f59d4b1cccd1fbca0c1fa3cc4b224f09549669b28a16af5acfd4369b66851e9be8d65e1df71be998fbc42fc130ad32b71e035d6055724e8fa31fbf98
 DIST block-padding-0.1.5.crate 7342 BLAKE2B 
876421fa89251d011a455163baa49e0931e0692ed928fad71357fc93b87493eeab4cfcf8fc4aa94638a90a8dce8ec1ad95e9ba91da9557008e5fc19c1f618ab4
 SHA512 
acf5369cdae38b6b1a5c1561a9df18b8a39c8fd434fa50c49a8f73d2654a835269b7b22876354

[gentoo-commits] repo/proj/guru:master commit in: app-office/openoffice-bin/

2022-05-16 Thread Andrew Ammerlaan
commit: 214250fa96205740d959178cedc4674e16a354c6
Author: Sergey Torokhov  yandex  ru>
AuthorDate: Sun May 15 21:37:30 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun May 15 21:37:30 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=214250fa

app-office/openoffice-bin: some ebuild fixes

Signed-off-by: Sergey Torokhov  yandex.ru>

 app-office/openoffice-bin/openoffice-bin-4.1.11.ebuild | 15 +++
 app-office/openoffice-bin/openoffice-bin-4.1.12.ebuild | 10 +-
 2 files changed, 12 insertions(+), 13 deletions(-)

diff --git a/app-office/openoffice-bin/openoffice-bin-4.1.11.ebuild 
b/app-office/openoffice-bin/openoffice-bin-4.1.11.ebuild
index b55471725..0a5cc953e 100644
--- a/app-office/openoffice-bin/openoffice-bin-4.1.11.ebuild
+++ b/app-office/openoffice-bin/openoffice-bin-4.1.11.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI="8"
 
 inherit desktop pax-utils prefix rpm xdg
 
@@ -46,7 +46,6 @@ SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
-   !app-office/openoffice
!prefix? ( sys-libs/glibc )
app-arch/unzip
app-arch/zip
@@ -74,7 +73,7 @@ PDEPEND="java? ( || ( >=virtual/jre-1.8.0 
dev-java/openjdk-jre-bin:11 dev-java/o
 
 RESTRICT="mirror strip"
 
-S=${WORKDIR}
+S="${WORKDIR}"
 
 pkg_setup() {
QA_PREBUILT="usr/$(get_libdir)/${NM}/program/*"
@@ -84,7 +83,7 @@ pkg_setup() {
 src_unpack() {
unpack ${A}
 
-   cp "${FILESDIR}"/{50-${PN},wrapper.in} "${T}"
+   cp "${FILESDIR}"/{50-${PN},wrapper.in} "${T}" || die
eprefixify "${T}"/{50-${PN},wrapper.in}
 
# 'pyuno' is excluded from unpack list to switch off Python2 scripts 
support
@@ -135,12 +134,12 @@ src_install() {
mv "${WORKDIR}"/opt/${NM2}/* "${ED}${INSTDIR}" || die
 
#Menu entries, icons and mime-types
-   cd "${ED}${INSTDIR}/share/xdg/"
+   cd "${ED}${INSTDIR}/share/xdg/" || die
for desk in base calc draw impress javafilter math printeradmin qstart 
startcenter writer; do
if [ "${desk}" = "javafilter" ] ; then
use java || { rm javafilter.desktop; continue; }
fi
-   mv ${desk}.desktop ${NM}-${desk}.desktop
+   mv ${desk}.desktop ${NM}-${desk}.desktop || die
sed -i -e "s/${NM2} /ooffice /g" ${NM}-${desk}.desktop || die
domenu ${NM}-${desk}.desktop
done
@@ -157,7 +156,7 @@ src_install() {
 
# Component symlinks
for app in base calc draw impress math writer; do
-   cp "${ED}/usr/bin/ooffice" "${ED}/usr/bin/oo${app}"
+   cp "${ED}/usr/bin/ooffice" "${ED}/usr/bin/oo${app}" || die
sed -i -e s/soffice/s${app}/ "${ED}/usr/bin/oo${app}" || die
done
 

diff --git a/app-office/openoffice-bin/openoffice-bin-4.1.12.ebuild 
b/app-office/openoffice-bin/openoffice-bin-4.1.12.ebuild
index 02ffd9917..7ebfd61cf 100644
--- a/app-office/openoffice-bin/openoffice-bin-4.1.12.ebuild
+++ b/app-office/openoffice-bin/openoffice-bin-4.1.12.ebuild
@@ -73,7 +73,7 @@ PDEPEND="java? ( || ( >=virtual/jre-1.8.0 
dev-java/openjdk-jre-bin:11 dev-java/o
 
 RESTRICT="mirror strip"
 
-S=${WORKDIR}
+S="${WORKDIR}"
 
 pkg_setup() {
QA_PREBUILT="usr/$(get_libdir)/${NM}/program/*"
@@ -83,7 +83,7 @@ pkg_setup() {
 src_unpack() {
unpack ${A}
 
-   cp "${FILESDIR}"/{50-${PN},wrapper.in} "${T}"
+   cp "${FILESDIR}"/{50-${PN},wrapper.in} "${T}" || die
eprefixify "${T}"/{50-${PN},wrapper.in}
 
# 'pyuno' is excluded from unpack list to switch off Python2 scripts 
support
@@ -134,12 +134,12 @@ src_install() {
mv "${WORKDIR}"/opt/${NM2}/* "${ED}${INSTDIR}" || die
 
#Menu entries, icons and mime-types
-   cd "${ED}${INSTDIR}/share/xdg/"
+   cd "${ED}${INSTDIR}/share/xdg/" || die
for desk in base calc draw impress javafilter math printeradmin qstart 
startcenter writer; do
if [ "${desk}" = "javafilter" ] ; then
use java || { rm javafilter.desktop; continue; }
fi
-   mv ${desk}.desktop ${NM}-${desk}.desktop
+   mv ${desk}.desktop ${NM}-${desk}.desktop || die
sed -i -e "s/${NM2} /ooffice /g" ${NM}-${desk}.desktop || die
domenu ${NM}-${desk}.desktop
done
@@ -156,7 +156,7 @@ src_install() {
 
# Component symlinks
for app in base calc draw impress math writer; do
-   cp "${ED}/usr/bin/ooffice" "${ED}/usr/bin/oo${app}"
+   cp "${ED}/usr/bin/ooffice" "${ED}/usr/bin/oo${app}" || die
sed -i -e s/soffice/s${app}/ "${ED}/usr/bin/oo${app}" || die
done
 



[gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3status-rust/

2022-05-16 Thread Andrew Ammerlaan
commit: b3e5021736614e390e259285ce509534b44370a2
Author: Jose Storopoli  protonmail  com>
AuthorDate: Sat May 14 16:42:01 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat May 14 16:42:31 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b3e50217

x11-misc/i3status-rust: add 0.21.10

Signed-off-by: Jose Storopoli  protonmail.com>

 x11-misc/i3status-rust/Manifest| 117 ++
 .../i3status-rust/i3status-rust-0.21.10.ebuild | 174 +
 2 files changed, 291 insertions(+)

diff --git a/x11-misc/i3status-rust/Manifest b/x11-misc/i3status-rust/Manifest
index 6376ab9b5..6711a7231 100644
--- a/x11-misc/i3status-rust/Manifest
+++ b/x11-misc/i3status-rust/Manifest
@@ -1,99 +1,216 @@
 DIST addr2line-0.12.1.crate 119746 BLAKE2B 
4a17b6f743c460659b70a5527a4bf1bd1eadd454b583bdfdb5a618c04dd9f858e98dceefa346401430fa31d88b620d4a407bf225d2c93d4f3b83cbb22464954e
 SHA512 
737bf2e77f60b627f9c41fdd617d2c6507fd72485c39d047365449f035fbfec079f6b256aeae5fdcbc070bb19c0266ae35c61c517bf07480b0d323eaee4a1a48
 DIST aho-corasick-0.7.10.crate 111039 BLAKE2B 
69f984dbe528ece5ce4345bc0f39c122507a88e781d7c2d5c9175d1788aeef8d21e0487c7c449e28fbbdaae8203fe68627d23ac0a58d30dc70befd26ac9af32f
 SHA512 
e8a1cb252015435009883662ca23408f1491d8f01461f3a81082feabeeff72ec61beb4f1f3271fc8a87f1379899ecfc38036ac208dca17889f70ddaca2406a9b
+DIST aho-corasick-0.7.18.crate 112923 BLAKE2B 
4f6947d1aacf89ccfab0592cdc55fa61ef09cea38231d3f758765dbce328a810c0b588be4ba96e81d64955379ee005722d22a7aec39caea6e72342245d7ca34f
 SHA512 
7a23b16231a90d23ee60ad4c81bc225410599a4560d33d3a203138fc540c39cf1000100fed3aed40dcc371c3635656a3792545dca5dd1aefbde00d8774eebd00
 DIST assert_fs-1.0.0.crate 17729 BLAKE2B 
5b1b49c86fed4c3939b8bb387350aca6ddbcd2092d57adc2dfa9009046769dc87efc1aa87c9543953fe4af883d3040c4a60134b31b4bacba4372f2fa62150abe
 SHA512 
46fade410848be416e6713a1457291492a58b590149775b479f3921b4408784bb845e04b372b24d1d99baa81c899ddf3c90413bcf6a699acd514b4dbd9d57535
+DIST assert_fs-1.0.7.crate 17519 BLAKE2B 
2d7d05bc1972d37cba2bfc20e52ce74e2aa3a0eac79a850dfc92c4f75a67803afc0c2157189e592b216485d1d90c3ff69f83bf0032fbf17e439685ff18b2ec1c
 SHA512 
fb15ad4e5632f52ac48ebed858fe6806091891394e729d036b446db440ae1c9738199084eca1f9baf038bd83d9c3094bc64ce464c7b5d9eb740b74ef9f72d5e0
 DIST autocfg-1.0.0.crate 12870 BLAKE2B 
79e495d53298574afd3b292da7c9c363dcb3ea434fd44258efaf3628e95ebfc731f03083f8a1060272a2a3478a6452cdc41539e2dac08465cc6e6283844bf260
 SHA512 
451fc63148792ba1952b884170e3481359b01bacca5ec0456f43ca58f8e092b8f81c9764f8b00d4104059ff608089be5858220ee868127c064cc890c767ec3a3
+DIST autocfg-1.1.0.crate 13272 BLAKE2B 
7724055c337d562103f191f4e36cab469e578f0c51cc24d33624dea155d108a07578703766341fd6a4cc1ef52acda406e7dba1650d59115f18261281e5b40203
 SHA512 
df972c09abbdc0b6cb6bb55b1e29c7fed706ece38a62613d9e275bac46a19574a7f96f0152cccb0239efea04ee90083a146b58b15307696c4c81878cd12de28f
 DIST backtrace-0.3.48.crate 65706 BLAKE2B 
100e0193b65b8aedabf3f8b5ae2ba8090161503f340c72f52ef2b4e02e940ae46011c22f1a6441358d832759a1dc56a82fad0eae3ca49f34a2e31c37111316f6
 SHA512 
260ec9f4c2f14d8830e69435e1f0883621b3afcb2dad06624d5c29398c4109d1397fbc06dcbf1d85afea45515e8bd6d211a98b963c67da818ab4f95f8fe4060a
 DIST base64-0.10.1.crate 41988 BLAKE2B 
6e28a70cc0d5e426d9a3944825952851928ec2e32fa2543a8e1d1b886ad306f38fd6e673da62e96581e56613f133265feeff5b0d2f1e2e34593e58c0424eee9e
 SHA512 
674a8cbee95a41f755499a4e3bb93ebd3f80140c3e8e2d44a0b73890ee423754e7ba8abcd92132683cd54501ff5d14438d023a202eaf12776aecbe36df9e5535
+DIST base64-0.13.0.crate 62070 BLAKE2B 
b957f65cdb1e28baeca0cefc92fa98be797409b7dabd15e0e88db6cdfb89779b662cba9f2270fbf3b7b66948fdc46c118b8040a78ab72049c48a928fa802bee0
 SHA512 
991a72999839daa232f508c5b24e7d3225e8a26db8d1d0e747881b115af9e408b92374e163b31e0b0d324c1c2e57e8e38d66861b61eb0a1dba87bb5871940151
 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.13.crate 345445 BLAKE2B 
9a17fa04d55e5d053b115aef2a075b58cab0fb84c574df61eec7c3ab6f06e17d156991b1c070ad357599de5455af78982eecb8632336d53792958800ecafe839
 SHA512 
f1f778262269dfea6ba1cf953a5177107c2e1e838248a67588283ee11efa81adfa30498c7cfb20422e0955544a07d2a8f86c4eefc78e9f407a92be9591e26fe5
+DIST bstr-0.2.17.crate 330350 BLAKE2B 
90c3a48d78b73d7e36a3da9fda0beae6e91ce534d17198ea8ceee0b613d03297f9dd8bca30e1ec5da01d1da359a1da72b2c2771b77c82bebab5006cafd665192
 SHA512 
883

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

2022-05-16 Thread Andrew Ammerlaan
commit: 3541a3e7507e84efe5b0e1c2d94ab9bc319bfa37
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sat May 14 16:29:58 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat May 14 16:29:58 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3541a3e7

sys-kernel/uek-sources: add 5.4.17.2136.308.4

Signed-off-by: Aisha Tammy  aisha.cc>

 sys-kernel/uek-sources/Manifest|  1 +
 .../uek-sources-5.4.17.2136.308.4.ebuild   | 67 ++
 2 files changed, 68 insertions(+)

diff --git a/sys-kernel/uek-sources/Manifest b/sys-kernel/uek-sources/Manifest
index 6bab60855..f8316e399 100644
--- a/sys-kernel/uek-sources/Manifest
+++ b/sys-kernel/uek-sources/Manifest
@@ -7,3 +7,4 @@ DIST genpatches-5.4-192.extras.tar.xz 1816 BLAKE2B 
2d6760ff367ee0ba6ff8d56f81c7c
 DIST linux-uek-5.4.17-2136.305.5.tar.gz 175486059 BLAKE2B 
e51fd6ddc031f3a901ad5e041a966f280be7b33efc43aac6ee468653b7cb9215270c669589891f20e2399031fa9e62ffe4b1357961cfaca4cc51bcf9178a268d
 SHA512 
83a2380013af0cf9600cf7ef36a6eb530e544603684945932bca1a3dd874a366a857bfb7f20e774be545d253bd20457a02c36524982408e498cafbe2f7b6e885
 DIST linux-uek-5.4.17-2136.306.1.tar.gz 175487701 BLAKE2B 
4ea72ec404ef2e88492f46feafdf052f9fff0efd16522f7fcb24c708141b21ab16b9919bd30399c15780126091e083b082a4d47fd5a1aa1743179ac8a11012e0
 SHA512 
d0fb863acde2fb680f78fb3eb855fa4a4e7bc54c1ea1b4003d3f7a33bffdfbdbfc28c7c3e650deae08a493a0fbda31b085b827ad6b40f5bb31724253925b6935
 DIST linux-uek-5.4.17-2136.307.2.tar.gz 175498423 BLAKE2B 
f3e95673891cdf2750d0ff19205c8a0b265de4c171125e69eaf2ee85b72cabe23265de74759a691b824525221f3824b365a9dc67d03e281dc64eaae539903bde
 SHA512 
2b692a5ed58afcf0f351216dee1dda92a8033002c373afd8ab8afcda19b1ca48b46b4cd34c8d299391e44fee57c13be3edaca19a398f6bf3505e37eb7d2e21b5
+DIST linux-uek-5.4.17-2136.308.4.tar.gz 176328838 BLAKE2B 
0c7187afad5cc21e86eef121fff81a94f13ddad98c1533ed9d1024a28aabcee95eadb403eba33733371e58a6f481ebb7cc42a03af124ab2517475a3d86f8e2ce
 SHA512 
44ba9c17d930624eb502ecc66ecd6b48c3d3686284f45030522d816e26ad0f74c6f92437ba4d39c9c4335182ffec198791ddd7232b49e8de21620862b1cf5648

diff --git a/sys-kernel/uek-sources/uek-sources-5.4.17.2136.308.4.ebuild 
b/sys-kernel/uek-sources/uek-sources-5.4.17.2136.308.4.ebuild
new file mode 100644
index 0..423397238
--- /dev/null
+++ b/sys-kernel/uek-sources/uek-sources-5.4.17.2136.308.4.ebuild
@@ -0,0 +1,67 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KERNEL_VERSION=$(ver_cut 1-3)
+KERNEL_TRUNK=$(ver_cut 1-2)
+UEK_PATCH_VERSION=$(ver_cut 4-6)
+UEK_VERSION="${KERNEL_VERSION}-${UEK_PATCH_VERSION}"
+
+ETYPE="sources"
+
+K_GENPATCHES_VER="192"
+K_SECURITY_UNSUPPORTED="1"
+CKV="${KERNEL_VERSION}_p${UEK_PATCH_VERSION}"
+
+inherit kernel-2
+detect_version
+detect_arch
+
+DESCRIPTION="Unbreakable Enterprise Kernel (UEK) sources built from Oracle"
+HOMEPAGE="https://github.com/oracle/linux-uek";
+SRC_URI="
+   
https://github.com/oracle/linux-uek/archive/refs/tags/v${UEK_VERSION}.tar.gz
+   -> linux-uek-${UEK_VERSION}.tar.gz
+   
https://dev.gentoo.org/~mpagano/genpatches/tarballs/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.base.tar.xz
+   
https://dev.gentoo.org/~mpagano/genpatches/tarballs/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.experimental.tar.xz
+   
https://dev.gentoo.org/~mpagano/genpatches/tarballs/genpatches-${KERNEL_TRUNK}-${K_GENPATCHES_VER}.extras.tar.xz
+"
+S="${WORKDIR}/linux-uek-${UEK_VERSION}"
+
+LICENSE="GPL-2"
+KEYWORDS="~amd64"
+IUSE="+gentoo experimental"
+
+PATCHES=(
+   "${FILESDIR}"/uek-sources-5.4.17.2136.303.1-ip6_sock_set_v6only.patch
+   "${FILESDIR}"/uek-sources-5.4.17.2136.303.2-O3.patch
+)
+
+src_unpack() {
+   default
+
+   # remove all backup files
+   find . -iname "*~" -print -exec rm {} \; 2>/dev/null
+
+   unpack_set_extraversion
+   unpack_fix_install_path
+
+   env_setup_xmakeopts
+}
+
+src_prepare() {
+   use gentoo && PATCHES+=(
+   "${WORKDIR}"/1500_XATTR_USER_PREFIX.patch
+   
"${WORKDIR}"/1510_fs-enable-link-security-restrictions-by-default.patch
+   
"${WORKDIR}"/2000_BT-Check-key-sizes-only-if-Secure-Simple-Pairing-enabled.patch
+   "${WORKDIR}"/2600_enable-key-swapping-for-apple-mac.patch
+   "${WORKDIR}"/2920_sign-file-patch-for-libressl.patch
+   "${WORKDIR}"/4567_distro-Gentoo-Kconfig.patch
+   )
+   use experimental && PATCHES+=(
+   "${WORKDIR}"/5000_shifts-ubuntu-20.04.patch
+   "${WORKDIR}"/5010_enable-cpu-optimizations-universal.patch
+   )
+   default
+}



[gentoo-commits] repo/proj/guru:master commit in: sys-apps/qemu-openrc/, sys-apps/qemu-openrc/files/

2022-05-16 Thread Andrew Ammerlaan
commit: 5c1c154ef90eb1815542cbcbc38f05f54a8d5820
Author: Aisha Tammy  aisha  cc>
AuthorDate: Sun May 15 15:52:52 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun May 15 15:53:02 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5c1c154e

sys-apps/qemu-openrc: initial import

Signed-off-by: Aisha Tammy  aisha.cc>

 sys-apps/qemu-openrc/Manifest  |  1 +
 .../files/qemu-openrc-0.10.0-guest-agent.patch | 87 ++
 sys-apps/qemu-openrc/metadata.xml  |  8 ++
 sys-apps/qemu-openrc/qemu-openrc-0.10.0.ebuild | 32 
 sys-apps/qemu-openrc/qemu-openrc-.ebuild   | 32 
 5 files changed, 160 insertions(+)

diff --git a/sys-apps/qemu-openrc/Manifest b/sys-apps/qemu-openrc/Manifest
new file mode 100644
index 0..e8dc7b35a
--- /dev/null
+++ b/sys-apps/qemu-openrc/Manifest
@@ -0,0 +1 @@
+DIST qemu-openrc-0.10.0.tar.gz 8367 BLAKE2B 
34447e04c1a81fa13bddf2f4a742059beea6eeb0025ec32219ef3718a0ff62b98a3d0c39083068f52362eb6fe3eb105338febdd36ea696f144a6b2ce583b3441
 SHA512 
cdcf51dc59dbca96102c1b73032a726a44cb62c0c93a42adb9b6806609a0fa24bf8dde4814ed5010de63d54fde75f661bb9f5245d85e28de08cdba08d538c959

diff --git a/sys-apps/qemu-openrc/files/qemu-openrc-0.10.0-guest-agent.patch 
b/sys-apps/qemu-openrc/files/qemu-openrc-0.10.0-guest-agent.patch
new file mode 100644
index 0..e030870b4
--- /dev/null
+++ b/sys-apps/qemu-openrc/files/qemu-openrc-0.10.0-guest-agent.patch
@@ -0,0 +1,87 @@
+From 6928925968faf8c8c07e6e955b6864e11f614f77 Mon Sep 17 00:00:00 2001
+From: Aisha Tammy 
+Date: Mon, 24 Jan 2022 13:50:37 +
+Subject: [PATCH] allow shutdown via guest agent socket
+
+This allows shutdown events to be sent
+via qemu guest agent, which works for
+BSD agents which don't handle ACPI events
+correctly.
+
+Tested with OpenBSD 7.0.
+
+Signed-off-by: Aisha Tammy 
+---
+ qemu.initd | 31 +++
+ 1 file changed, 27 insertions(+), 4 deletions(-)
+
+diff --git a/qemu.initd b/qemu.initd
+index a80d291..8756080 100644
+--- a/qemu.initd
 b/qemu.initd
+@@ -25,6 +25,7 @@ VM_NAME="${RC_SVCNAME#qemu.}"
+ : ${vnc_listen:=0.0.0.0}
+ : ${hugepages_path:=/dev/hugepages}
+ : ${monitor_socket:=/run/qemu/${VM_NAME}/monitor.sock}
++: ${guest_agent_socket:=/run/qemu/${VM_NAME}/ga.sock}
+ : ${extra_args:=}
+ 
+ name="VM $VM_NAME"
+@@ -53,7 +54,9 @@ command_args="
+   -vga $vga
+   -device virtio-rng-pci
+   -device virtio-scsi-pci,id=scsi
+-  -monitor unix:$monitor_socket,server,nowait"
++  -monitor unix:$monitor_socket,server,nowait
++  -chardev socket,path=$guest_agent_socket,server,nowait,id=qga0
++  -device isa-serial,chardev=qga0"
+ command_background='yes'
+ 
+ start_stop_daemon_args="
+@@ -125,10 +128,22 @@ stop() {
+ 
+   ebegin "Stopping $name"
+ 
++  if is_running && qemush "${guest_agent_socket}" "{'execute': 
'guest-exec', 'arguments': {'path': '/sbin/halt', 'arg': ['-p']}}"; then
++  count="$shutdown_timeout"
++
++  printf "   Waiting $count seconds for VM shutdown via guest 
agent "
++  while is_running && [ $count -gt 0 ]; do
++  sleep 1
++  printf '.'
++  count=$(( count - 1 ))
++  done
++  printf '\n'
++  fi
++
+   if is_running && qemush 'system_powerdown'; then
+   count="$shutdown_timeout"
+ 
+-  printf "   Waiting $count seconds for VM shutdown "
++  printf "   Waiting $count seconds for VM shutdown via ACPI"
+   while is_running && [ $count -gt 0 ]; do
+   sleep 1
+   printf '.'
+@@ -281,12 +296,20 @@ check_bridge() {
+ 
+ qemush() {
+   local IFS=$'\n'
+-  printf "%b\n" "$*" | socat - "UNIX-CONNECT:${monitor_socket}" 
1>/dev/null
++  socket_path="${monitor_socket}"
++  case "$1" in
++  /*) socket_path="$1"; shift;
++  esac
++  printf "%b\n" "$*" | socat - "UNIX-CONNECT:${socket_path}" 1>/dev/null
+ }
+ 
+ qemush_show() {
+   local IFS=$'\n'
+-  printf "%b\n" "$*" | socat - "UNIX-CONNECT:${monitor_socket}" | tail -n 
+3 | head -n -1
++  socket_path="${monitor_socket}"
++  case "$1" in
++  /*) socket_path="$1"; shift;
++  esac
++  printf "%b\n" "$*" | socat - "UNIX-CONNECT:${socket_path}" | tail -n +3 
| head -n -1
+ }
+ 
+ gen_macaddr() {

diff --git a/sys-apps/qemu-openrc/metadata.xml 
b/sys-apps/qemu-openrc/metadata.xml
new file mode 100644
index 0..65ac1f205
--- /dev/null
+++ b/sys-apps/qemu-openrc/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   gen...@aisha.cc
+   Aisha Tammy
+   
+

diff --git a/sys-apps/qemu-openrc/qemu-openrc-0.10.0.ebuild 
b/sys-apps/qemu-openrc/qemu-openrc-0.10.0.ebuild
new file mode 100644
index 0..9db2cfd8f
--- /dev/null
+++ b/

[gentoo-commits] repo/proj/guru:master commit in: gui-apps/swaync/files/, gui-apps/swaync/

2022-05-16 Thread Andrew Ammerlaan
commit: 1236167b5f1ceaf8f2beac8237edb25fbc02a44c
Author: Jonas Frei  pm  me>
AuthorDate: Sat May 14 12:54:59 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat May 14 12:54:59 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1236167b

gui-apps/swaync: add 0.6, drop 0.5-r1

Signed-off-by: Jonas Frei  pm.me>

 gui-apps/swaync/Manifest   |  2 +-
 .../swaync-0.5-dont-force-build-manpages.patch | 63 --
 .../{swaync-0.5-r1.ebuild => swaync-0.6.ebuild}|  3 --
 3 files changed, 1 insertion(+), 67 deletions(-)

diff --git a/gui-apps/swaync/Manifest b/gui-apps/swaync/Manifest
index e493a3527..75cdbcfd2 100644
--- a/gui-apps/swaync/Manifest
+++ b/gui-apps/swaync/Manifest
@@ -1 +1 @@
-DIST swaync-0.5.tar.gz 3135287 BLAKE2B 
a9cd7eb2cc233b20c79bd03cb41876a8435f29b014196475992dfe2623fe12f16d45edeabfa3b31631cf5c1835a14869ddaaa4c0602c745fc73fc9d515b9357c
 SHA512 
4952470c0745e44800b241ac67d39a1d417c8dda550227e9f93e4e81709960616dc5bcf406543ad14aba357c2191fd6a7bf02dffaa170351a3232f9a3612dc8a
+DIST swaync-0.6.tar.gz 3138783 BLAKE2B 
878fc65947b3b33acbbd7486aa5bba4768696d48a3ea012550f23479732e345893c7be7f05369e0b4e5290d7c9d1c3c6e9dc086586ff38e25c3a1cbf5835c01d
 SHA512 
8ec84ec2ec336e8302c5761c564f9e2a08ea8e6c94c436886c698a1254af36a77eb63fe51dc365edb9cdfec5491cc447b6c4731c7d7cb81dda211181b783ef27

diff --git a/gui-apps/swaync/files/swaync-0.5-dont-force-build-manpages.patch 
b/gui-apps/swaync/files/swaync-0.5-dont-force-build-manpages.patch
deleted file mode 100644
index 80f659fdc..0
--- a/gui-apps/swaync/files/swaync-0.5-dont-force-build-manpages.patch
+++ /dev/null
@@ -1,63 +0,0 @@
 swaync/meson.build 2022-04-03 18:03:10.0 +0200
-+++ swaync/meson.build 2022-04-05 21:21:03.543535988 +0200
-@@ -89,33 +89,34 @@
- endif
- 
- # Man pages
--man_pages = get_option('man-pages')
--scdoc = dependency('scdoc', version: '>=1.9.2', native: true, required: 
man_pages)
--if scdoc.found()
--  scdoc_prog = find_program(scdoc.get_pkgconfig_variable('scdoc'), native: 
true)
-+if get_option('man-pages')
-+  scdoc = dependency('scdoc', version: '>=1.9.2', native: true, required: 
true)
-+  if scdoc.found()
-+scdoc_prog = find_program(scdoc.get_pkgconfig_variable('scdoc'), native: 
true)
- 
--  mandir = get_option('mandir')
--  man_files = [
--'swaync.1.scd',
--'swaync.5.scd',
--'swaync-client.1.scd',
--  ]
-+mandir = get_option('mandir')
-+man_files = [
-+  'swaync.1.scd',
-+  'swaync.5.scd',
-+  'swaync-client.1.scd',
-+]
- 
--  foreach filename : man_files
--topic = filename.split('.')[-3].split('/')[-1]
--section = filename.split('.')[-2]
--output = '@0@.@1@'.format(topic, section)
--message(mandir, section, '@0@/man@1@'.format(mandir, section))
-+foreach filename : man_files
-+  topic = filename.split('.')[-3].split('/')[-1]
-+  section = filename.split('.')[-2]
-+  output = '@0@.@1@'.format(topic, section)
-+  message(mandir, section, '@0@/man@1@'.format(mandir, section))
- 
--custom_target(
--  output,
--  input: join_paths('man', filename),
--  output: output,
--  command: scdoc_prog,
--  install: true,
--  feed: true,
--  capture: true,
--  install_dir: '@0@/man@1@'.format(mandir, section)
--)
--  endforeach
-+  custom_target(
-+output,
-+input: join_paths('man', filename),
-+output: output,
-+command: scdoc_prog,
-+install: true,
-+feed: true,
-+capture: true,
-+install_dir: '@0@/man@1@'.format(mandir, section)
-+  )
-+endforeach
-+  endif
- endif

diff --git a/gui-apps/swaync/swaync-0.5-r1.ebuild 
b/gui-apps/swaync/swaync-0.6.ebuild
similarity index 93%
rename from gui-apps/swaync/swaync-0.5-r1.ebuild
rename to gui-apps/swaync/swaync-0.6.ebuild
index 5f84d19ed..b9f015b2d 100644
--- a/gui-apps/swaync/swaync-0.5-r1.ebuild
+++ b/gui-apps/swaync/swaync-0.6.ebuild
@@ -15,9 +15,6 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+man scripting"
-PATCHES=(
-   "${FILESDIR}/${P}-dont-force-build-manpages.patch"
-)
 
 DEPEND="
dev-libs/glib:2



[gentoo-commits] repo/proj/guru:master commit in: x11-misc/betterlockscreen/

2022-05-16 Thread Andrew Ammerlaan
commit: eb035335b144d050cf2438b51295d20153778034
Author: Petrus Zhao  gmail  com>
AuthorDate: Sat May 14 13:43:41 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat May 14 13:43:41 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=eb035335

x11-misc/betterlockscreen: drop 3.2.0-r1

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Petrus Zhao  gmail.com>

 x11-misc/betterlockscreen/Manifest |  1 -
 .../betterlockscreen-3.2.0-r1.ebuild   | 51 --
 2 files changed, 52 deletions(-)

diff --git a/x11-misc/betterlockscreen/Manifest 
b/x11-misc/betterlockscreen/Manifest
index ab137bf2e..6e310a6c2 100644
--- a/x11-misc/betterlockscreen/Manifest
+++ b/x11-misc/betterlockscreen/Manifest
@@ -1,2 +1 @@
-DIST betterlockscreen-3.2.0.tar.gz 9043 BLAKE2B 
c61a41e09e1842fece991e41b55dd6fbc457357157c8facaedd754cc01d8bf0e18623ce0fec43a452063f55c7da701853d6984bfdb0d4edf88f2182ffd864543
 SHA512 
3816e5f3214b4a956ac158193753786393c4e239d477a1cc9f2d3ec00b6cfac6e696325f7c75401667924ed6ad7256e4ea7f9e20a4604a88eb82c5d3bad34190
 DIST betterlockscreen-4.0.4.tar.gz 14532 BLAKE2B 
af85084956bf8831d8fb9f6999ca3fd5c07a0c7a69a11749eb2e929952d9ab4c579633e8efd58ea5ac075c3e87eb8930f7414b482c3a33cee8f131d35823e442
 SHA512 
244e5c3fa4aaa50f95f1a5cba1458d93290f4f2e821e94161c21ebb55f5a79aeccc773a79e77beed926f47f3c75fa6982f92b257168d70598426418a37110379

diff --git a/x11-misc/betterlockscreen/betterlockscreen-3.2.0-r1.ebuild 
b/x11-misc/betterlockscreen/betterlockscreen-3.2.0-r1.ebuild
deleted file mode 100644
index dc589ee40..0
--- a/x11-misc/betterlockscreen/betterlockscreen-3.2.0-r1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="sweet looking lockscreen for linux system"
-HOMEPAGE="https://github.com/pavanjadhaw/betterlockscreen";
-
-inherit systemd
-
-if [[ "${PV}" ==  ]];then
-   inherit git-r3
-   EGIT_REPO_URI="${HOMEPAGE}"
-else
-   
SRC_URI="https://github.com/pavanjadhaw/betterlockscreen/archive/refs/tags/${PV}.tar.gz
 -> ${P}.tar.gz"
-   KEYWORDS="~amd64"
-fi
-
-LICENSE="MIT"
-SLOT="0"
-
-DEPEND="
-   media-gfx/feh
-   media-gfx/imagemagick
-   sys-devel/bc
-   x11-apps/xdpyinfo
-   x11-apps/xrandr
-   >=x11-misc/i3lock-color-2.11:=
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/00-fix-betterlockscreen-path-in-unit.patch" )
-
-src_install() {
-   dobin betterlockscreen
-
-   dodoc -r examples
-
-   systemd_dounit system/betterlockscreen@.service
-}
-
-pkg_postinst() {
-   elog 'Lockscreen when suspended(systemd service):'
-   elog 'systemctl enable betterlockscreen@$USER'
-   elog ''
-   elog 'How to use:'
-   elog '1. Updating image cache(required)'
-   elog 'betterlockscreen -u "/path/to/img.jpg"'
-   elog '2. Lockscreen'
-   elog 'betterlockscreen -l dim '
-}



[gentoo-commits] repo/proj/guru:master commit in: media-video/uxplay/

2022-05-16 Thread Andrew Ammerlaan
commit: 0842dfcfd8a73be072b4270c0308c536932c1f8b
Author: Petrus Zhao  gmail  com>
AuthorDate: Sat May 14 13:46:02 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat May 14 13:46:02 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0842dfcf

media-video/uxplay: version bump to 1.52, drop 1.51

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Petrus Zhao  gmail.com>

 media-video/uxplay/Manifest   | 2 +-
 media-video/uxplay/{uxplay-1.51.ebuild => uxplay-1.52.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-video/uxplay/Manifest b/media-video/uxplay/Manifest
index 77880a4b5..f512ec417 100644
--- a/media-video/uxplay/Manifest
+++ b/media-video/uxplay/Manifest
@@ -1,2 +1,2 @@
 DIST uxplay-1.50a.tar.gz 361683 BLAKE2B 
096d016e64bf98fab6a9e2d0eb7905e4056ad6580cdc99b675bc85bb490bdc5f1d17fbf9f79ae3144539796f1efb9972e70397d2fe6bb0c77c2551bbe2477fda
 SHA512 
8f25f7bf32e08e4e27fd1d927a154a0e020e021d1a9fb3be5e2cbb5db22de9be408ad98cf073302b2abdcc3f2529b0df175887c537811f148247c9e0fe301a2a
-DIST uxplay-1.51.tar.gz 370080 BLAKE2B 
fc893b1dc260cb020d37ce5e4bbcfdfe5bb854b734bc6473deaa3173f6c5b8829781265d7ece81996b01075631124ad42868c2c90b7ec997b89153f038e37186
 SHA512 
248b1ba630721e8e35d07280e378f6d0cefdd83c56cc2c1c593142629e0b7ce891df734999d79187a4bb7878e44fc0ee8c6c779ffcf11e9dcdae18ac693c6ed7
+DIST uxplay-1.52.tar.gz 373262 BLAKE2B 
504b5d31cd034d4923079e68c48496629437db9106aa1fab8b50f5a9d7eef1788f93e55adec9b75e00d533b3eab3c8ac7e8da2b8d08b7f5f9c82926e7dfd1d1a
 SHA512 
b95d6a90bf209ea29f91e589d27118550cfb4269a7b155bed7f44f9a4de1d8465047b4bde4d6319281842390501170c52bf27ebde1ea1a5aa48610270279b074

diff --git a/media-video/uxplay/uxplay-1.51.ebuild 
b/media-video/uxplay/uxplay-1.52.ebuild
similarity index 100%
rename from media-video/uxplay/uxplay-1.51.ebuild
rename to media-video/uxplay/uxplay-1.52.ebuild



[gentoo-commits] repo/proj/guru:master commit in: dev-util/exercism/

2022-05-16 Thread Andrew Ammerlaan
commit: e67021eac4118050aca601b82521f6775c1de25a
Author: Pascal Jäger  leimstift  de>
AuthorDate: Thu May 12 10:18:26 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu May 12 10:18:56 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e67021ea

dev-util/exercism: new package, add 3.0.13

Signed-off-by: Pascal Jäger  leimstift.de>

 dev-util/exercism/Manifest   |  2 ++
 dev-util/exercism/exercism-3.0.13.ebuild | 34 
 2 files changed, 36 insertions(+)

diff --git a/dev-util/exercism/Manifest b/dev-util/exercism/Manifest
new file mode 100644
index 0..ecf0b4afa
--- /dev/null
+++ b/dev-util/exercism/Manifest
@@ -0,0 +1,2 @@
+DIST exercism-3.0.13-deps.tar.xz 10912780 BLAKE2B 
2798561e93c6fd68097195af1de614d3b7404c579a2bf1ff332bc4c5bd7cdb5a8fe649ce75f8fc1933030d9c2422ed8913159a8e497cdb139bf12b44b43508d7
 SHA512 
69975badd5f421c61bfce24efeb330a15513ee87b3d2617d7712e637dc91ac884e55c47cf8b20572b903dc6bf735b564b0eee645f8e67511815e53d32156c07d
+DIST exercism-3.0.13.tar.gz 54296 BLAKE2B 
22ab4120855182d5680de103a87bf6cdc5c5b8194659deb6290f441fd690e1fd6dc3c2fb4686de17b6e6ea9e339ca3db6518d1e9ba5ec4bdcb4661d25819e6d3
 SHA512 
559886abe6325295fbd2b469c6cf06321fcf04d1593870d5db7df1cd33f94d38acc846edd80c70de6e7eb4dde881102792a7a052179665468f99559bac382e24

diff --git a/dev-util/exercism/exercism-3.0.13.ebuild 
b/dev-util/exercism/exercism-3.0.13.ebuild
new file mode 100644
index 0..9a044e83b
--- /dev/null
+++ b/dev-util/exercism/exercism-3.0.13.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module bash-completion-r1
+
+DESCRIPTION="Command line client for https://exercism.io";
+HOMEPAGE="https://exercism.org";
+SRC_URI="https://github.com/${PN}/cli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" 
https://github.com/Schievel1/gentoo-exercism/raw/main/${P}-deps.tar.xz";
+LICENSE="MIT Apache-2.0 BSD-2 BSD MPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="sys-libs/glibc"
+BDEPEND="dev-lang/go"
+
+S="${WORKDIR}/cli-3.0.13"
+go-module_set_globals
+
+src_compile() {
+   ego build -o out/exercism exercism/main.go
+}
+
+src_install() {
+   default
+   dobin out/exercism
+   # bash-completion
+   newbashcomp "shell/${PN}_completion.bash" "${PN}"
+   # zsh-completion
+   insinto /usr/share/zsh/site-functions
+   newins "shell/${PN}_completion.zsh" "_${PN}"
+}



[gentoo-commits] repo/proj/guru:master commit in: gui-apps/swaync/

2022-05-16 Thread Andrew Ammerlaan
commit: 76c6113cfb5000e08f5281a65af97255a28bfc27
Author: Jonas Frei  pm  me>
AuthorDate: Sat May 14 13:17:33 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat May 14 13:17:33 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=76c6113c

gui-apps/swaync: add 0.6.1, drop 0.6

Signed-off-by: Jonas Frei  pm.me>

 gui-apps/swaync/Manifest   | 2 +-
 gui-apps/swaync/{swaync-0.6.ebuild => swaync-0.6.1.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/swaync/Manifest b/gui-apps/swaync/Manifest
index 75cdbcfd2..09acf4972 100644
--- a/gui-apps/swaync/Manifest
+++ b/gui-apps/swaync/Manifest
@@ -1 +1 @@
-DIST swaync-0.6.tar.gz 3138783 BLAKE2B 
878fc65947b3b33acbbd7486aa5bba4768696d48a3ea012550f23479732e345893c7be7f05369e0b4e5290d7c9d1c3c6e9dc086586ff38e25c3a1cbf5835c01d
 SHA512 
8ec84ec2ec336e8302c5761c564f9e2a08ea8e6c94c436886c698a1254af36a77eb63fe51dc365edb9cdfec5491cc447b6c4731c7d7cb81dda211181b783ef27
+DIST swaync-0.6.1.tar.gz 3138806 BLAKE2B 
84959d5e12448780ffbfa068799793a373ba70bb4bb3249ac2a7db786dee9eb1031dde068e9c052910e88b61f06e6860b17dd3f0c91192997cee6b0fde14da67
 SHA512 
68a72a84114f9d6620e3f80218ee5f3142526d2d377de7277fdd005e2523dc7a221910fd6609a1ec6e664bd2fd5692fecdf8fe27fa0614eeaf99836f2373ddd1

diff --git a/gui-apps/swaync/swaync-0.6.ebuild 
b/gui-apps/swaync/swaync-0.6.1.ebuild
similarity index 100%
rename from gui-apps/swaync/swaync-0.6.ebuild
rename to gui-apps/swaync/swaync-0.6.1.ebuild



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

2022-05-16 Thread Andrew Ammerlaan
commit: 1e7b951ae9fceed765733ddb77bfebd593156b57
Author: Antonín Říha  protonmail  com>
AuthorDate: Thu May 12 13:24:11 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu May 12 13:24:37 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1e7b951a

dev-python/pytehon-betterproto: combined optfeature into single line

Signed-off-by: Antonín Říha  protonmail.com>

 dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild | 5 +
 dev-python/python-betterproto/python-betterproto-.ebuild| 5 +
 2 files changed, 2 insertions(+), 8 deletions(-)

diff --git 
a/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild 
b/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild
index 69239aa83..c8419dce0 100644
--- a/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild
+++ b/dev-python/python-betterproto/python-betterproto-2.0.0_beta4.ebuild
@@ -48,8 +48,5 @@ python_test() {
 }
 
 pkg_postinst() {
-   optfeature "protoc compilation support" dev-python/black
-   optfeature "protoc compilation support" dev-python/isort
-   optfeature "protoc compilation support" dev-python/grpcio-tools
-   optfeature "protoc compilation support" dev-python/jinja
+   optfeature "protoc compilation support" "dev-python/black 
dev-python/isort dev-python/grpcio-tools dev-python/jinja"
 }

diff --git a/dev-python/python-betterproto/python-betterproto-.ebuild 
b/dev-python/python-betterproto/python-betterproto-.ebuild
index 69239aa83..c8419dce0 100644
--- a/dev-python/python-betterproto/python-betterproto-.ebuild
+++ b/dev-python/python-betterproto/python-betterproto-.ebuild
@@ -48,8 +48,5 @@ python_test() {
 }
 
 pkg_postinst() {
-   optfeature "protoc compilation support" dev-python/black
-   optfeature "protoc compilation support" dev-python/isort
-   optfeature "protoc compilation support" dev-python/grpcio-tools
-   optfeature "protoc compilation support" dev-python/jinja
+   optfeature "protoc compilation support" "dev-python/black 
dev-python/isort dev-python/grpcio-tools dev-python/jinja"
 }



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

2022-05-16 Thread Andrew Ammerlaan
commit: ab80a9cc275985ad9b993559e96e07373164fd83
Author: Luciano Degni  gmail  com>
AuthorDate: Sun May 15 09:57:39 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun May 15 09:57:39 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ab80a9cc

app-misc/xplr: add 0.17.6

Signed-off-by: Luciano Degni  gmail.com>

 app-misc/xplr/Manifest   |  67 +
 app-misc/xplr/xplr-0.17.6.ebuild | 199 +++
 2 files changed, 266 insertions(+)

diff --git a/app-misc/xplr/Manifest b/app-misc/xplr/Manifest
index 73ff6f4c2..9448f223f 100644
--- a/app-misc/xplr/Manifest
+++ b/app-misc/xplr/Manifest
@@ -1,9 +1,13 @@
 DIST ansi-to-tui-0.4.1.crate 7209 BLAKE2B 
ecf310fc395cab30051fbdaee10f9f4455f5d4966063914a75055e9d6d8d510a0752ae0880758ab77d3b32264ae64f8b9a2ff6c9e6d74f108f407ccd61cee5f1
 SHA512 
b2218bfe552693c1f07b53774e42161be0d0095ffd0facb7b117cfc99b3927ef4c011d1f30141e46cc9ed61cd71b5b57b2053cf5dc110ff7a74c4fef75433a4e
+DIST ansi-to-tui-forked-0.5.2-fix.offset.crate 7398 BLAKE2B 
3eb5982825bc5c6d60362ae925c1dc45b08d3783a70027386da612b8f94bf63664495b0be141cd2de4d47b334ac4a74c0dfac1a7bc00df025a59edfcedbdb425
 SHA512 
2e4b6f7c63db2d37481d5992803c6612624890ae2815a3c642b415d158d342a1c9d25a519d71f552f55f3162fa083fa26e26aebe7b1bfac0594436671649c2bf
 DIST anyhow-1.0.51.crate 44100 BLAKE2B 
20683fd139775cd399bd0fd63599f64a646f8b74c65415af965d3c24690fd81fe48205bedb92075b487b71d5d315be5fdf38ff7c5ecf3e1a1d693a3505ee
 SHA512 
e8e3feebc3c96b7301787502f000b9940a20343a466ac48186c9aa170fb52f0db17768630535a8b475077733ad6ff9f843a3bd5ae4415c86bf83cae0ed0bad7c
 DIST anyhow-1.0.52.crate 44224 BLAKE2B 
79d68d3390d27e0e27f9db784ad10b5d7845dec7949fbc722f944ef3988419acd72c509b44a4544e99bea5e57407da5b1ce40a96277d307fc408c958ea915c31
 SHA512 
b87e0b304daff85894c34060b97379d8e3d9be03078275313035c7142c76b3e59922b25924ac98a0b1b70fc98746eb174ca4b7ef33a26e115f294c1f1200aa6a
+DIST anyhow-1.0.57.crate 44614 BLAKE2B 
b8d8274325b7959cedb2b8f4023d13b0d3824034c8433aea9a0a6f3c3fa6a6d7460b93bf624dff4b7168075524545f1a312e454ed0b15e8dff2109cf3c6dc433
 SHA512 
311b9280aa7d573c11752ca2ffe810e2d4b55fe4c34cca948bbd42f1ddb1d36a51eda39684cffb7f6c4a18508cb53a5a38495521562a0088e3374fee800ff004
 DIST assert_cmd-2.0.2.crate 29433 BLAKE2B 
d9f2a97bd81d1423afb6bddbc5fcf6e2cb334502c009368ed623015131d2795d705147e2ad347541a276712b45aa9b95ccb333c52b26aa85dbf58707160f68f5
 SHA512 
346268f1ff00416eb04ce9307bc6261a05edac4a9c10745f428c6a7c35edc7fa8f6b6c8f7fe66befe5b508e60c2763b8bc8acfcefca4b24a9d3e3e1ea85a9935
+DIST assert_cmd-2.0.4.crate 22581 BLAKE2B 
7fc9fe4577e486f26d07b2b4419c331022ca61923d0664f4e8a25abbe6d6305600b47c739f9f065ef778bdeb59b6309ab73df2be11e5f8387cac2e7e8c70a4a2
 SHA512 
c389e0210153e9a6ccbba4dbc6a6c7a23533e5fe76e717dbc36415be2adbabfbc0de33a2e6d05e3d70779b7a278580edba400c688c9a6b446403b59a78d93720
 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.3.2.crate 23021 BLAKE2B 
eb990bb27b2bdeb66fd7212ce582cb36e1c616debbac85df642d0c82b25439e6bf9b1e811fac76b59e58ea3c1bbea6170d03a61e8f9a395e4334a0e2e2987eda
 SHA512 
3c698f757b5cc62f815f9a1cce365c3d2dd88e4db71f331dff8bba86c2865f755b81cb4c9bfc59bd86b7643b0943f9e09a7c4f8ad75eb2ab0e714803d0129f62
 DIST bstr-0.2.17.crate 330350 BLAKE2B 
90c3a48d78b73d7e36a3da9fda0beae6e91ce534d17198ea8ceee0b613d03297f9dd8bca30e1ec5da01d1da359a1da72b2c2771b77c82bebab5006cafd665192
 SHA512 
883eac8210d14f89517b4dd5e25d02c97cf31602ec74498b5e186112ba0f154d47de8d1c41a8f4e5503f3b53c064e2c976b60bbfd63fc28b186bc006e00f20c2
 DIST bumpalo-3.8.0.crate 79835 BLAKE2B 
3937c4ca9d7c5e2ffee229c8f5503c6a59f2fabfa3b7c81fefbf5df816efc5f601aaca4b606a62e647262acafa34146aa0906eedc09368e16eb76b3c6722e8e1
 SHA512 
c9825e7638bd54f97877adee8ac8f6a2cee308050c3f446f9da3996688ec3d779cb6eb935a440329794fb534958a6e89749b44a9bb27dfd219a963f64a6bcac1
@@ -11,6 +15,7 @@ DIST bumpalo-3.9.1.crate 77507 BLAKE2B 
b248a0c2a9faaf52061f2fe0a82b9fd4efb4dae01
 DIST cassowary-0.3.0.crate 22876 BLAKE2B 
7e74a08e02050548ade7dd1ebba7ce4e4360d258ea6acf126453889dbf16df433bed7b68789736881c957f4c09eead1f763a0c02f2474157b165

[gentoo-commits] repo/proj/guru:master commit in: x11-misc/betterlockscreen/

2022-05-16 Thread Andrew Ammerlaan
commit: 917d8ff637f36e60ee889e3387a23e273ebeef31
Author: Petrus Zhao  gmail  com>
AuthorDate: Sat May 14 13:43:11 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sat May 14 13:43:11 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=917d8ff6

x11-misc/betterlockscreen: version bump to 4.0.4, drop 4.0.3

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Petrus Zhao  gmail.com>

 x11-misc/betterlockscreen/Manifest  | 2 +-
 .../{betterlockscreen-4.0.3-r1.ebuild => betterlockscreen-4.0.4.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/betterlockscreen/Manifest 
b/x11-misc/betterlockscreen/Manifest
index dcb0c628d..ab137bf2e 100644
--- a/x11-misc/betterlockscreen/Manifest
+++ b/x11-misc/betterlockscreen/Manifest
@@ -1,2 +1,2 @@
 DIST betterlockscreen-3.2.0.tar.gz 9043 BLAKE2B 
c61a41e09e1842fece991e41b55dd6fbc457357157c8facaedd754cc01d8bf0e18623ce0fec43a452063f55c7da701853d6984bfdb0d4edf88f2182ffd864543
 SHA512 
3816e5f3214b4a956ac158193753786393c4e239d477a1cc9f2d3ec00b6cfac6e696325f7c75401667924ed6ad7256e4ea7f9e20a4604a88eb82c5d3bad34190
-DIST betterlockscreen-4.0.3.tar.gz 13284 BLAKE2B 
1eeb573e8312df25a60dfda26eacbfdd3b4ff3029e2fe90bca2593885600b36eb50d117f3f43c6702f95895050995de5b3ceb7da40df295112a30cdb35637d5c
 SHA512 
6a61e4c2375d8ec5389a8f01d72a917e203081a6f591511efc41be6fc13202eaee305ec385ced384fc6f54a9fa8ea22d93befb0955a5b61a20fa2c20f678062c
+DIST betterlockscreen-4.0.4.tar.gz 14532 BLAKE2B 
af85084956bf8831d8fb9f6999ca3fd5c07a0c7a69a11749eb2e929952d9ab4c579633e8efd58ea5ac075c3e87eb8930f7414b482c3a33cee8f131d35823e442
 SHA512 
244e5c3fa4aaa50f95f1a5cba1458d93290f4f2e821e94161c21ebb55f5a79aeccc773a79e77beed926f47f3c75fa6982f92b257168d70598426418a37110379

diff --git a/x11-misc/betterlockscreen/betterlockscreen-4.0.3-r1.ebuild 
b/x11-misc/betterlockscreen/betterlockscreen-4.0.4.ebuild
similarity index 96%
rename from x11-misc/betterlockscreen/betterlockscreen-4.0.3-r1.ebuild
rename to x11-misc/betterlockscreen/betterlockscreen-4.0.4.ebuild
index 1ff676a21..e1eaf31b9 100644
--- a/x11-misc/betterlockscreen/betterlockscreen-4.0.3-r1.ebuild
+++ b/x11-misc/betterlockscreen/betterlockscreen-4.0.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020-2021 Gentoo Authors
+# Copyright 2020-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7



[gentoo-commits] repo/proj/guru:master commit in: net-libs/ixwebsocket/, net-libs/ixwebsocket/files/

2022-05-16 Thread Andrew Ammerlaan
commit: 59097860f40842628ae26604d71be78feaa50a05
Author: Adrian Schollmeyer  nexadn  de>
AuthorDate: Fri May 13 21:46:12 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri May 13 21:46:34 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=59097860

net-libs/ixwebsocket: add 11.4.3, drop 11.4.2

Signed-off-by: Adrian Schollmeyer  nexadn.de>

 net-libs/ixwebsocket/Manifest   | 2 +-
 ...etwork-tests.patch => ixwebsocket-11.4.3-remove-network-tests.patch} | 0
 ...e-system-spdlog.patch => ixwebsocket-11.4.3-use-system-spdlog.patch} | 0
 .../{ixwebsocket-11.4.2.ebuild => ixwebsocket-11.4.3.ebuild}| 0
 4 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-libs/ixwebsocket/Manifest b/net-libs/ixwebsocket/Manifest
index a9658fa9f..7228a3647 100644
--- a/net-libs/ixwebsocket/Manifest
+++ b/net-libs/ixwebsocket/Manifest
@@ -1,2 +1,2 @@
 DIST ixwebsocket-11.3.3.tar.gz 631670 BLAKE2B 
77e88fd107b5670ff70ff06e1cb6c32145ce709008fc2c51abf7c05d0b5f6e02524846261a5b3252b1e5d95e55545aa8a3d9ae663675f91ead709bf133e48d3e
 SHA512 
3831794450bd9e5c08251301afae83ed0ffdb5d1d2e1db40d02d09545e0a78f8ea9d637210181211dff113b78dbb9a4ebaa26faef28f8f65a340321067fa3a8f
-DIST ixwebsocket-11.4.2.tar.gz 631385 BLAKE2B 
1f6cff44263548d8bb0be9308ec75aaccef93a4e0ef83d8c647fbc5567b8b9b85f0d91414907905fc4e9ebcfb3eb62fd71241888ffa25fbea1adda93c50f4be2
 SHA512 
7a7d2207986007ad0f09f98dec4f6e8fa61c73b8189b47f931b43a49779a55e55669e882763f78b2f5ab805b6adcb254f09c16efd8280f0d32db7d7e71dbb426
+DIST ixwebsocket-11.4.3.tar.gz 633130 BLAKE2B 
8208b83979ce1a842d41d2cf19c7e9475dc5801677e21a0c502d6268d3cc913cb8b3a1c493b9b816ec7734e2179839fe9eef6c9985452e9de6a8378204d2221b
 SHA512 
6db4f05b3a73aa5f6efdb6d4692d9f9665b14c3a6e4837ff6b2719d9261aa660166fd4ddf99ca8e6804202d6f71c399fe1c223932493ea8db0a73752cb5b8e97

diff --git 
a/net-libs/ixwebsocket/files/ixwebsocket-11.4.2-remove-network-tests.patch 
b/net-libs/ixwebsocket/files/ixwebsocket-11.4.3-remove-network-tests.patch
similarity index 100%
rename from 
net-libs/ixwebsocket/files/ixwebsocket-11.4.2-remove-network-tests.patch
rename to 
net-libs/ixwebsocket/files/ixwebsocket-11.4.3-remove-network-tests.patch

diff --git 
a/net-libs/ixwebsocket/files/ixwebsocket-11.4.2-use-system-spdlog.patch 
b/net-libs/ixwebsocket/files/ixwebsocket-11.4.3-use-system-spdlog.patch
similarity index 100%
rename from 
net-libs/ixwebsocket/files/ixwebsocket-11.4.2-use-system-spdlog.patch
rename to net-libs/ixwebsocket/files/ixwebsocket-11.4.3-use-system-spdlog.patch

diff --git a/net-libs/ixwebsocket/ixwebsocket-11.4.2.ebuild 
b/net-libs/ixwebsocket/ixwebsocket-11.4.3.ebuild
similarity index 100%
rename from net-libs/ixwebsocket/ixwebsocket-11.4.2.ebuild
rename to net-libs/ixwebsocket/ixwebsocket-11.4.3.ebuild



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

2022-05-16 Thread Lars Wendler
commit: d83dd74b77a83107df519c6c9b0ebe948947e443
Author: Lars Wendler  gentoo  org>
AuthorDate: Mon May 16 12:26:00 2022 +
Commit: Lars Wendler  gentoo  org>
CommitDate: Mon May 16 12:26:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d83dd74b

app-admin/apache-tools: Rebvump to add sys-apps/which to BDEPEND

Closes: https://bugs.gentoo.org/844868
Signed-off-by: Lars Wendler  gentoo.org>

 .../{apache-tools-2.4.53.ebuild => apache-tools-2.4.53-r1.ebuild}| 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/app-admin/apache-tools/apache-tools-2.4.53.ebuild 
b/app-admin/apache-tools/apache-tools-2.4.53-r1.ebuild
similarity index 98%
rename from app-admin/apache-tools/apache-tools-2.4.53.ebuild
rename to app-admin/apache-tools/apache-tools-2.4.53-r1.ebuild
index ba78ee03975f..bf1562cee74c 100644
--- a/app-admin/apache-tools/apache-tools-2.4.53.ebuild
+++ b/app-admin/apache-tools/apache-tools-2.4.53-r1.ebuild
@@ -23,7 +23,10 @@ RDEPEND=">=dev-libs/apr-1.5.0:1=
ssl? ( dev-libs/openssl:0= )"
 DEPEND="${RDEPEND}
sys-devel/libtool"
-BDEPEND="virtual/pkgconfig"
+BDEPEND="
+   sys-apps/which
+   virtual/pkgconfig
+"
 
 S="${WORKDIR}/httpd-${PV}"
 



[gentoo-commits] repo/gentoo:master commit in: app-office/scribus/

2022-05-16 Thread Jakov Smolić
commit: af51b09e1c6b4ad9a583164d309bf8acb230d1fa
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:22:03 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:22:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af51b09e

app-office/scribus: Stabilize 1.5.8-r1 amd64, #843356

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

 app-office/scribus/scribus-1.5.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/scribus/scribus-1.5.8-r1.ebuild 
b/app-office/scribus/scribus-1.5.8-r1.ebuild
index a9851f372d1b..38016ddcd6ab 100644
--- a/app-office/scribus/scribus-1.5.8-r1.ebuild
+++ b/app-office/scribus/scribus-1.5.8-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PN}-devel/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ppc64 ~x86"
+KEYWORDS="amd64 ppc ppc64 ~x86"
 IUSE="+boost debug examples graphicsmagick hunspell +minimal osg +pdf scripts 
+templates tk"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}



[gentoo-commits] repo/gentoo:master commit in: dev-embedded/xa/

2022-05-16 Thread Jakov Smolić
commit: fe2f9ef918b0bb5112fe4a9f0aaa20ef5d0bd9a0
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:22:11 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:22:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe2f9ef9

dev-embedded/xa: Stabilize 2.3.13 amd64, #844949

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

 dev-embedded/xa/xa-2.3.13.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/xa/xa-2.3.13.ebuild b/dev-embedded/xa/xa-2.3.13.ebuild
index 5e9388a99088..a2553b5e1734 100644
--- a/dev-embedded/xa/xa-2.3.13.ebuild
+++ b/dev-embedded/xa/xa-2.3.13.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://www.floodgap.com/retrotech/xa/dists/${P}.tar.gz";
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 PATCHES=(
"${FILESDIR}"/${PN}-2.3.10-Makefile.patch



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

2022-05-16 Thread Jakov Smolić
commit: 45bd4b596d80b5c58fa9bba2f1097fca6f3da608
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:22:07 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:22:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45bd4b59

app-backup/backintime: Stabilize 1.3.2 ALLARCHES, #844937

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

 app-backup/backintime/backintime-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-backup/backintime/backintime-1.3.2.ebuild 
b/app-backup/backintime/backintime-1.3.2.ebuild
index 37ae28922e0c..ab2f61e19ac5 100644
--- a/app-backup/backintime/backintime-1.3.2.ebuild
+++ b/app-backup/backintime/backintime-1.3.2.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/bit-team/${PN}/releases/download/v${PV}/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="examples qt5"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"



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

2022-05-16 Thread Jakov Smolić
commit: cfb76c06f927ae8868e03559dab2ebf08bb6a4e6
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:22:15 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:22:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfb76c06

x11-terms/guake: Stabilize 3.8.5 amd64, #844952

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

 x11-terms/guake/guake-3.8.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-terms/guake/guake-3.8.5.ebuild 
b/x11-terms/guake/guake-3.8.5.ebuild
index aca9e52d877b..69d47e8c7570 100644
--- a/x11-terms/guake/guake-3.8.5.ebuild
+++ b/x11-terms/guake/guake-3.8.5.ebuild
@@ -16,7 +16,7 @@ 
SRC_URI="https://github.com/Guake/guake/archive/refs/tags/${PV}.tar.gz -> ${P}.t
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86"
 IUSE="utempter"
 
 RDEPEND="



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

2022-05-16 Thread Jakov Smolić
commit: 86585b28b7fbe73a480cb2779c98832b0a5701c9
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:22:19 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:22:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86585b28

app-i18n/transifex-client: Stabilize 1.1.0 x86, #844916

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

 app-i18n/transifex-client/transifex-client-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-i18n/transifex-client/transifex-client-1.1.0.ebuild 
b/app-i18n/transifex-client/transifex-client-1.1.0.ebuild
index 94c62fd8f284..8cd97ff516b1 100644
--- a/app-i18n/transifex-client/transifex-client-1.1.0.ebuild
+++ b/app-i18n/transifex-client/transifex-client-1.1.0.ebuild
@@ -16,7 +16,7 @@ S="${WORKDIR}"/cli-${PV}
 
 LICENSE="Apache-2.0 BSD BSD-2 ISC LGPL-3 MIT MPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~ppc64 x86"
 
 src_compile() {
emake GOFLAGS="${GOFLAGS} 
-ldflags=-X="github.com/transifex/cli/internal/txlib.Version=${PV}



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

2022-05-16 Thread Jakov Smolić
commit: 6447bb1614f25531345a425d891193856432ebdd
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:20:58 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:20:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6447bb16

media-sound/pulseaudio: Stabilize 15.0-r3 sparc, #839939

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

 media-sound/pulseaudio/pulseaudio-15.0-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pulseaudio/pulseaudio-15.0-r3.ebuild 
b/media-sound/pulseaudio/pulseaudio-15.0-r3.ebuild
index df8a1deea80e..557d4e12d277 100644
--- a/media-sound/pulseaudio/pulseaudio-15.0-r3.ebuild
+++ b/media-sound/pulseaudio/pulseaudio-15.0-r3.ebuild
@@ -17,7 +17,7 @@ if [[ ${PV} =  ]]; then
EGIT_REPO_URI="https://gitlab.freedesktop.org/${PN}/${PN}";
 else
SRC_URI="https://freedesktop.org/software/${PN}/releases/${MY_P}.tar.xz";
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
~sparc ~x86 ~amd64-linux ~x86-linux"
+   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv 
sparc ~x86 ~amd64-linux ~x86-linux"
 fi
 
 # libpulse-simple and libpulse link to libpulse-core; this is daemon's



[gentoo-commits] repo/gentoo:master commit in: app-office/scribus/

2022-05-16 Thread Jakov Smolić
commit: 5ab2a2de47b464797b1aa3011eeae96e8bf62226
Author: Jakov Smolić  gentoo  org>
AuthorDate: Mon May 16 12:21:07 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Mon May 16 12:21:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ab2a2de

app-office/scribus: Stabilize 1.5.8-r1 ppc64, #843356

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

 app-office/scribus/scribus-1.5.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-office/scribus/scribus-1.5.8-r1.ebuild 
b/app-office/scribus/scribus-1.5.8-r1.ebuild
index 9c9dfbd6604c..a9851f372d1b 100644
--- a/app-office/scribus/scribus-1.5.8-r1.ebuild
+++ b/app-office/scribus/scribus-1.5.8-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="mirror://sourceforge/project/${PN}/${PN}-devel/${PV}/${P}.tar.xz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ppc ppc64 ~x86"
 IUSE="+boost debug examples graphicsmagick hunspell +minimal osg +pdf scripts 
+templates tk"
 
 REQUIRED_USE="${PYTHON_REQUIRED_USE}



<    1   2   3   4   5   6   >