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

2023-11-01 Thread Michał Górny
commit: ef5c6301fe39b1ffce42004ad20dec275a49482c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:43:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:44:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef5c6301

dev-python/seaborn: Remove old

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

 dev-python/seaborn/Manifest|  1 -
 .../files/seaborn-0.12.2-matplotlib-3.7.patch  | 19 --
 dev-python/seaborn/seaborn-0.12.2.ebuild   | 44 --
 3 files changed, 64 deletions(-)

diff --git a/dev-python/seaborn/Manifest b/dev-python/seaborn/Manifest
index 986bdede51e9..893779dfa24f 100644
--- a/dev-python/seaborn/Manifest
+++ b/dev-python/seaborn/Manifest
@@ -1,2 +1 @@
-DIST seaborn-0.12.2.tar.gz 1439798 BLAKE2B 
cf6903b1a2d27516bcafe46cabc81ea9fac80666394a6a82516630f9ac60afc7e9d31817e029cda9a08da04c0a37ce0244ad23acda16bca3283532ddb0fbdb71
 SHA512 
988a9922ee301b655911efa38905674b7dd15e7f7b157ad67f5befaeb02db492553f8bd6133b54d2dd7970b8dbbfd92d81d1faea3fa618247ebcaeb98620a060
 DIST seaborn-0.13.0.tar.gz 1455480 BLAKE2B 
9f7383715366889ffd80788f901c574d9330285da2098e5695e944f1c6b92d4e417163a82378dd75c03233fc6485158401a1aaa461f2fa8e71a4cbc3ebf957cb
 SHA512 
d603e880c29e05ab68f86d285c5c5ee9cf2da1d45265ed609f7bc87650fe20e80c026af487f63f9492a268f51ba5bab0cae4fd8fdeaf28125d16d317f9c937c8

diff --git a/dev-python/seaborn/files/seaborn-0.12.2-matplotlib-3.7.patch 
b/dev-python/seaborn/files/seaborn-0.12.2-matplotlib-3.7.patch
deleted file mode 100644
index dbc4908321d9..
--- a/dev-python/seaborn/files/seaborn-0.12.2-matplotlib-3.7.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-https://github.com/mwaskom/seaborn/commit/db7ae11750fc2dfb695457239708448d54e9b8cd
-
-From db7ae11750fc2dfb695457239708448d54e9b8cd Mon Sep 17 00:00:00 2001
-From: Michael Waskom 
-Date: Wed, 25 Jan 2023 16:58:26 -0500
-Subject: [PATCH] Update test to reflect change in matplotlib 3.7 (#3236)
-
 a/tests/test_axisgrid.py
-+++ b/tests/test_axisgrid.py
-@@ -331,7 +331,7 @@ def test_subplot_kws(self):
- g = ag.FacetGrid(self.df, despine=False,
-  subplot_kws=dict(projection="polar"))
- for ax in g.axes.flat:
--assert "PolarAxesSubplot" in str(type(ax))
-+assert "PolarAxes" in ax.__class__.__name__
- 
- def test_gridspec_kws(self):
- ratios = [3, 1, 2]
-

diff --git a/dev-python/seaborn/seaborn-0.12.2.ebuild 
b/dev-python/seaborn/seaborn-0.12.2.ebuild
deleted file mode 100644
index f6dc1cf23fc6..
--- a/dev-python/seaborn/seaborn-0.12.2.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} )
-inherit distutils-r1 multiprocessing pypi
-
-DESCRIPTION="Statistical data visualization"
-HOMEPAGE="https://seaborn.pydata.org https://github.com/mwaskom/seaborn;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
-
-RDEPEND="
-   dev-python/matplotlib[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   dev-python/pandas[${PYTHON_USEDEP}]
-   dev-python/statsmodels[${PYTHON_USEDEP}]
-   dev-python/scipy[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? ( dev-python/pytest-xdist[${PYTHON_USEDEP}] )
-"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-matplotlib-3.7.patch
-)
-
-distutils_enable_tests pytest
-
-src_test() {
-   cat > matplotlibrc <<- EOF || die
-   backend : Agg
-   EOF
-
-   distutils-r1_src_test
-}
-
-python_test() {
-   epytest -n "$(makeopts_jobs)"
-}



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

2023-11-01 Thread Michał Górny
commit: d8434b9721ccae561bc58c4baea09695ffd66b35
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:43:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:44:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8434b97

dev-python/audioread: Remove old

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

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

diff --git a/dev-python/audioread/Manifest b/dev-python/audioread/Manifest
index ef181e291e0b..85eb92f4144e 100644
--- a/dev-python/audioread/Manifest
+++ b/dev-python/audioread/Manifest
@@ -1,2 +1 @@
-DIST audioread-3.0.0.tar.gz 377038 BLAKE2B 
fc81bb2459b5cb5e028abb7c6c963c9d731cc90f79108a40b5aafc88ff6e3c09d23d7ac166d2360d22015d75ebead6beb72022b1e0e654fe469a75a5ddd9
 SHA512 
c9f1e5206df998ad9d112dd4b75ae41cde01271485eed27f62feed89c5ca36d4bbce7a888498d3c20d85e8b50de6ef263f795eec164c4bd348d83535b66c38ae
 DIST audioread-3.0.1.tar.gz 116513 BLAKE2B 
a16fad6d56fe5b48b635ae3a20bf74f20848d0489b2b3ea0b6e99c7f2b4bf61adc14509ec1c9d153819265fb057ad3676cb178cfe26622fa0f6fec782e1bc1cf
 SHA512 
b362bf85372fa64a3ed54258e344787db4f15d19a9d959522339fc441eb7ae0d1394707e8c3aa6bc77a42cc790650670d84800f1f3885efe932f718ed0a35bc1

diff --git a/dev-python/audioread/audioread-3.0.0.ebuild 
b/dev-python/audioread/audioread-3.0.0.ebuild
deleted file mode 100644
index b32a14ee7cbd..
--- a/dev-python/audioread/audioread-3.0.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Wrapper for audio file decoding using FFmpeg or GStreamer"
-HOMEPAGE="
-   https://github.com/beetbox/audioread/
-   https://pypi.org/project/audioread/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE="ffmpeg gstreamer mad"
-
-RDEPEND="
-   ffmpeg? (
-   media-video/ffmpeg
-   )
-   gstreamer? (
-   dev-python/pygobject:3[${PYTHON_USEDEP}]
-   media-libs/gstreamer:1.0
-   media-plugins/gst-plugins-meta:1.0
-   )
-   mad? (
-   dev-python/pymad[${PYTHON_USEDEP}]
-   )
-"
-BDEPEND="
-   test? (
-   dev-python/pymad[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2023-11-01 Thread Michał Górny
commit: 4879d7cf62f52e420f42360191fa4531be7ade7a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:39:33 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:44:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4879d7cf

dev-python/wcwidth: Remove old

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

 dev-python/wcwidth/Manifest |  2 --
 dev-python/wcwidth/wcwidth-0.2.6.ebuild | 39 -
 dev-python/wcwidth/wcwidth-0.2.7.ebuild | 39 -
 3 files changed, 80 deletions(-)

diff --git a/dev-python/wcwidth/Manifest b/dev-python/wcwidth/Manifest
index 259d22cdf688..af7860f86ee5 100644
--- a/dev-python/wcwidth/Manifest
+++ b/dev-python/wcwidth/Manifest
@@ -1,4 +1,2 @@
-DIST wcwidth-0.2.6.gh.tar.gz 51990 BLAKE2B 
8561e06aaf92f48246bacfb4012358067d81d4d9eeb33a0406eb012b5c22841ac66ff5760df2d5ea6a5d48a1880b4b9cbbcddf7a5eba5f663f6a559005f657ad
 SHA512 
1f97cb6ef6a804da1d062b8dafb146a3e21261e63a644bad88bed74101be1371c753c2645db5ad25868fe9641fce9b13bd5dc920496b00e1d73d406f69631ac9
-DIST wcwidth-0.2.7.gh.tar.gz 54601 BLAKE2B 
5ffd919e38c1e6f160e4c5ac007c42635d93fb9300338f51928db8bf19c25fc4ac6624e8633d2166435878090a130ea2cd2a0b854db10519983f0fe4d0307a6d
 SHA512 
3044d66bd97b05904766fa29fe3c66599767bf79361081a55f4e605f2015c990b0f1934ae875f853f4f6e8acbef1f6a56492ba63eda5b5a14dd83d0cc34588d2
 DIST wcwidth-0.2.8.tar.gz 61713 BLAKE2B 
ca3d0c58e2ccab0fbb5493aacc8df81e9dc1faf7572543b7aa277875d617e0d4dc0c5ff6032f5f0f3846f52f26c407ddc5dd941780411572bce8ddc467a33dd7
 SHA512 
4a9ac4a3068c8ac25a7073d6c5e5782c3915184929ee191a2169eca510668e6e0b15856e71bd8b8d4c580767542d695b25a370329e95da317295104b962737f1
 DIST wcwidth-0.2.9.tar.gz 66133 BLAKE2B 
7df656c139c228324427e6be9cefe3496b7b5e55d7353f062ae4cb3d7d5988f1e5e03e11122c0e045b7a93abd95139fc2ac8a81a4d079518cc8c6fa747d2ff00
 SHA512 
8aff2ce67d8f331c4c75907f14ec602f4829d39e3f89af640d598e075165a011e41a5451a333bc2f6c95f33a4b9ca8ae1a5d02efe4f79acc988d60b85bf5929b

diff --git a/dev-python/wcwidth/wcwidth-0.2.6.ebuild 
b/dev-python/wcwidth/wcwidth-0.2.6.ebuild
deleted file mode 100644
index 4a576f125eb2..
--- a/dev-python/wcwidth/wcwidth-0.2.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Measures number of Terminal column cells of wide-character codes"
-HOMEPAGE="
-   https://pypi.org/project/wcwidth/
-   https://github.com/jquast/wcwidth/
-"
-SRC_URI="
-   https://github.com/jquast/wcwidth/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -e 's:--cov-append::' \
-   -e 's:--cov-report=html::' \
-   -e 's:--cov=wcwidth::' \
-   -i tox.ini || die
-   distutils-r1_src_prepare
-}
-
-python_install_all() {
-   docinto docs
-   dodoc docs/intro.rst
-   distutils-r1_python_install_all
-}

diff --git a/dev-python/wcwidth/wcwidth-0.2.7.ebuild 
b/dev-python/wcwidth/wcwidth-0.2.7.ebuild
deleted file mode 100644
index 13a48660e0ef..
--- a/dev-python/wcwidth/wcwidth-0.2.7.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Measures number of Terminal column cells of wide-character codes"
-HOMEPAGE="
-   https://pypi.org/project/wcwidth/
-   https://github.com/jquast/wcwidth/
-"
-SRC_URI="
-   https://github.com/jquast/wcwidth/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="MIT"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~x64-macos"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -e 's:--cov-append::' \
-   -e 's:--cov-report=html::' \
-   -e 's:--cov=wcwidth::' \
-   -i tox.ini || die
-   distutils-r1_src_prepare
-}
-
-python_install_all() {
-   docinto docs
-   dodoc docs/intro.rst
-   distutils-r1_python_install_all
-}



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

2023-11-01 Thread Michał Górny
commit: ab9edad4b3a4924f6544fb69096140f416d8e59c
Author: Alfred Wingate  protonmail  com>
AuthorDate: Thu Nov  2 03:52:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:44:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9edad4

dev-python/sqlglot: add 19.0.2

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

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

diff --git a/dev-python/sqlglot/Manifest b/dev-python/sqlglot/Manifest
index 3f32912a6df2..6b6b7af666c6 100644
--- a/dev-python/sqlglot/Manifest
+++ b/dev-python/sqlglot/Manifest
@@ -1 +1,2 @@
 DIST sqlglot-19.0.0.tar.gz 8955220 BLAKE2B 
9f53b726efb379b72f93f55796ae110be2f0596c4e4156e4c67ba899b0138fd6abb28b0a800c6d79c58bba565cb551ad42c94c8fba26ffcea854ad94a35971f0
 SHA512 
ac679f5c2d911a46ca6c4183ae3542e7a436185f37af494c8a35b657e5fe552cfea2e7d6c142721bb2247f91d5ceda8f602cc54a80b19a3ed72a95d9a9ed4e82
+DIST sqlglot-19.0.2.tar.gz 8980868 BLAKE2B 
07e6d0af365a45cdac27e7b976979bbd26b36931438928ca169fbfe18598a01b067a736cc0f2f97684c93e574d45f61d0c3f357c2c1321c6e344b7227817acce
 SHA512 
3639e2e1c020c26893ae750bbf20669cf722e2e93e8438934db732c8e79791c61fa3363bf887455b04dee50ebe76fd8d689279fed22260a807a8b3b1f035c9c0

diff --git a/dev-python/sqlglot/sqlglot-19.0.2.ebuild 
b/dev-python/sqlglot/sqlglot-19.0.2.ebuild
new file mode 100644
index ..368b77416b42
--- /dev/null
+++ b/dev-python/sqlglot/sqlglot-19.0.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi optfeature
+
+DESCRIPTION="An easily customizable SQL parser and transpiler"
+HOMEPAGE="
+   https://sqlglot.com/
+   https://github.com/tobymao/sqlglot/
+   https://pypi.org/project/sqlglot/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+EPYTEST_IGNORE=(
+   # Tests require pyspark or duckdb which aren't in the tree.
+   # Pandas would be a requirement normally, but it gets ignored by proxy.
+   "tests/dataframe/integration/test_dataframe.py"
+   "tests/dataframe/integration/test_grouped_data.py"
+   "tests/dataframe/integration/test_session.py"
+   "tests/test_executor.py"
+   "tests/test_optimizer.py"
+)
+
+distutils_enable_tests pytest
+
+pkg_postinst() {
+   optfeature "simplifying timedelta expressions" 
dev-python/python-dateutil
+}



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

2023-11-01 Thread Michał Górny
commit: 3d42ed910f6c3f0fe32d22af891eaa90173e0279
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:42:54 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:44:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d42ed91

dev-python/tempest: Remove old

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

 dev-python/tempest/Manifest  |  1 -
 dev-python/tempest/tempest-35.0.0.ebuild | 75 
 2 files changed, 76 deletions(-)

diff --git a/dev-python/tempest/Manifest b/dev-python/tempest/Manifest
index 2cea7251f86b..f79bcc5498f2 100644
--- a/dev-python/tempest/Manifest
+++ b/dev-python/tempest/Manifest
@@ -1,2 +1 @@
-DIST tempest-35.0.0.tar.gz 1144022 BLAKE2B 
dd333ac1271ef51171ff7d06931138a6de5872a86e2ed49c4d94b37431f6f94092069eef6700e453ab6e5fc04f004f5bd040af64ea98531bf56eba5edc9394b3
 SHA512 
c8986e13c821c8861f0b9c1b37c71a1017cd6de480a5efdcc646b51d1c7032a236f98735d0f77240fc9ec9eb711638a12f7a4a8d67e99c76bc1f6b561c39c61d
 DIST tempest-36.0.0.tar.gz 1137446 BLAKE2B 
f645b35b42252dc2bb4b7e1a3f609ee31e76d60e952c2ebb2a404b5f2e40b449aed0815631e922dffc71bd1598a5554277b851f54b99a37a1af328de171ec3ac
 SHA512 
1d931052aa3fd9c76dc6ea23f861d43842877158307877235f5fc64d8a2a0a65dedefebec7ef5a7153aad7ccc3fc9954a882696adbaa6800af9ea2eb652790dc

diff --git a/dev-python/tempest/tempest-35.0.0.ebuild 
b/dev-python/tempest/tempest-35.0.0.ebuild
deleted file mode 100644
index ddfbd6ac4877..
--- a/dev-python/tempest/tempest-35.0.0.ebuild
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="OpenStack Integration Testing"
-HOMEPAGE="
-   https://pypi.org/project/tempest/
-   https://docs.openstack.org/tempest/latest/
-   https://launchpad.net/tempest/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   >dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
-   >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
-   >=dev-python/paramiko-2.7.0[${PYTHON_USEDEP}]
-   >=dev-python/netaddr-0.7.18[${PYTHON_USEDEP}]
-   >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-4.7.0[${PYTHON_USEDEP}]
-   >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
-   >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-   >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
-   >=dev-python/urllib3-1.21.1[${PYTHON_USEDEP}]
-   >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-   >=dev-python/defusedxml-0.7.1[${PYTHON_USEDEP}]
-   >=dev-python/fasteners-0.16.0[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   >dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   dev-python/stestr[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests unittest
-
-src_prepare() {
-   # Small subset of tests, which fail as result of not using specific
-   # testing environment. Others expect to run suite using stestr.
-   rm -r tempest/tests/lib/services/volume/v3/ || die
-   rm tempest/tests/test_list_tests.py || die
-   rm tempest/tests/lib/cmd/test_check_uuid.py || die
-
-   # remove dep on hacking
-   rm tempest/tests/test_hacking.py || die
-
-   distutils-r1_src_prepare
-}
-
-python_compile() {
-   distutils-r1_python_compile
-   mv "${BUILD_DIR}"/install/{usr/,}etc || die
-}
-
-python_test() {
-   local -x OS_LOG_CAPTURE=1 OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1
-   local -x OS_TEST_TIMEOUT=300
-   eunittest -b -s tempest/tests -t .
-}



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

2023-11-01 Thread Michał Górny
commit: 4524999126bd67a7ec23f5787cbf914351deb26c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:43:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:44:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45249991

dev-python/rope: Remove old

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

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

diff --git a/dev-python/rope/Manifest b/dev-python/rope/Manifest
index b91a9dbfb0e7..753aa1aa7730 100644
--- a/dev-python/rope/Manifest
+++ b/dev-python/rope/Manifest
@@ -1,2 +1 @@
 DIST rope-1.10.0.tar.gz 299732 BLAKE2B 
bc8b276eb1e69730536d947ffb167bef3dd2dfa453c1834349e78ceb1dda56aa51cff556687bbebaca4e0cad1055da0db5294e029be59d525bc170564bfe3870
 SHA512 
3a8c31a89f14a78f9a0931e87e21b0a617891382e879b50a6fa846ad576ad6bf62f81ccd8c00bd237b77807832a760120256655ac4d6a73626c0b0f1b5c61100
-DIST rope-1.9.0.tar.gz 298227 BLAKE2B 
c136678bdd9d580d0f0ada93e5c61b963bfe5b9867b39f8c9ba35578f4c8b2ebca1031d00bea4bf2f10ebdf300bc4920827a3325a5c26498efb3e6a4af5b016a
 SHA512 
fd8cc75c70814afc427fbccbe8a1389773737ee664a42a43bb2fb7e7ff667fac4680d233c751ee15b03e41b60ba270b3cf48b1a766420468e4a7c974e4c0158c

diff --git a/dev-python/rope/rope-1.9.0.ebuild 
b/dev-python/rope/rope-1.9.0.ebuild
deleted file mode 100644
index ec4d017f2173..
--- a/dev-python/rope/rope-1.9.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Python refactoring library"
-HOMEPAGE="
-   https://pypi.org/project/rope/
-   https://github.com/python-rope/rope/
-"
-
-LICENSE="LGPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-IUSE="doc"
-
-RDEPEND="
-   >=dev-python/pytoolconfig-1.2.2[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/build[${PYTHON_USEDEP}]
-   dev-python/pytest-timeout[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # our venv style confuses this comparison
-   ropetest/contrib/autoimport/utilstest.py::test_get_package_source_typing
-   ropetest/contrib/autoimport/utilstest.py::test_get_package_tuple_typing
-   
ropetest/contrib/autoimport/utilstest.py::test_get_package_tuple_compiled
-)



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

2023-11-01 Thread Michał Górny
commit: f794d458b30821d5533899a6b54a405455786cf3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:39:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:44:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f794d458

dev-python/ruamel-yaml: Remove old

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

 dev-python/ruamel-yaml/Manifest   |  8 
 dev-python/ruamel-yaml/ruamel-yaml-0.17.32.ebuild | 58 ---
 dev-python/ruamel-yaml/ruamel-yaml-0.17.33.ebuild | 58 ---
 dev-python/ruamel-yaml/ruamel-yaml-0.17.34.ebuild | 58 ---
 dev-python/ruamel-yaml/ruamel-yaml-0.17.35.ebuild | 58 ---
 dev-python/ruamel-yaml/ruamel-yaml-0.17.36.ebuild | 58 ---
 dev-python/ruamel-yaml/ruamel-yaml-0.17.39.ebuild | 58 ---
 dev-python/ruamel-yaml/ruamel-yaml-0.18.0.ebuild  | 58 ---
 dev-python/ruamel-yaml/ruamel-yaml-0.18.2.ebuild  | 58 ---
 9 files changed, 472 deletions(-)

diff --git a/dev-python/ruamel-yaml/Manifest b/dev-python/ruamel-yaml/Manifest
index cae801aa1003..f4c20f004fc1 100644
--- a/dev-python/ruamel-yaml/Manifest
+++ b/dev-python/ruamel-yaml/Manifest
@@ -1,10 +1,2 @@
-DIST ruamel.yaml-0.17.32.tar.xz 190144 BLAKE2B 
fe58904cacff21bd64eb7e9cc4ea613ae0ad8e6718f568f64876385b70b6c2ce2bc6137537ddf9d3c7e9c08c66a1112f78527080c025fb5655ddce2b73a4f477
 SHA512 
e78ae975c3a7281d69ca965604fbc7f014cf8aaec9e51e27c795caefc5708019c57629f54044b12833bca0c846a8005fc0b95e64f75b2da226cdca2fefbcd8ae
-DIST ruamel.yaml-0.17.33.tar.xz 190420 BLAKE2B 
93a91f1ad6e17bf0a4f6d90e782786aafe959f298c4bf109c62450fbb42df79908f9037b8e7535dbcb33eacbef0680fec72a800918045c01b427eba07bb32090
 SHA512 
75b13e920298b729ce9ac764162864eaf8492795b3ae3bad7dfe1ad4e5cc92e84ae5063859ae694d6334bb3e9660ba68cbf56888674f98ac787ff10266373e15
-DIST ruamel.yaml-0.17.34.tar.xz 190824 BLAKE2B 
e396b59f94a18e77e7bd3d42cc8f934b8b2c8adbd1292861dde18136bc6aa585e4ba90db0b4631f15737c9c2d8fc49ca8fd2d12bc7b5a96e6a2672db7c87ba0f
 SHA512 
7b5098b3e3aa6aa38158626a139fe98e1c90d37870a81ade50b0dd446a5b772623a7759ff0dccee2a1346ed442bcaabe4be34af9f5760b4bfb91cce46673b5c1
-DIST ruamel.yaml-0.17.35.tar.xz 191432 BLAKE2B 
7fe4a44aeebe4e82202277139056f4046c6c7636b75c77202fd3bd4d71b3276890bd4ea30997c3acc634f0a8f7e482f4c81145749e1e37ac59ad53421aaa518a
 SHA512 
4f5218b8ad9172a925e29e0b46d055b6b6dc57b9685a31e7e4147d1f7bcc908c73a05a350fd6d85016ea4d8bde13705e5f8d5866aa9087a34e3f648ff0460311
-DIST ruamel.yaml-0.17.36.tar.xz 193148 BLAKE2B 
20c7389b29a34a917049c1ef1081ac7d349608435b2bdea03a390a6db979feefe1a1926db73bdee4cff100c605fa594c65ee23c64a0db45ce8230745d10945da
 SHA512 
dce0cefec0b89cfb48d2124e2f18d4dbd9d67cca1af2cb556c308548f25dba932b129e62d3b5b666bfbed52838e0e16e3e4ae549689155b6314667d565b7bae2
-DIST ruamel.yaml-0.17.39.tar.xz 192916 BLAKE2B 
23553af89c3083837a54805097c2c59eb2bff96e200acd12fcc646bf346eab20d87f58e6c9553598615a750d408dc855886fe4251ba128e3325cecb953f18275
 SHA512 
ee534cff9a6b72b617faf3fb4044bff0ae2d3c29508ef8df948774db45d39c8f80362f7ed8c8091319718a221b9d462838d521d97603d9cb18c38a008ebec8e5
 DIST ruamel.yaml-0.17.40.tar.xz 193424 BLAKE2B 
80405ef0c85af476ef0e996b1da5aba1a116e8c181d18f40fb4fd86093a512c09cf0da30d52d85946c524e86e10379cb11154cb08a7ea7b054ba9379996de4f4
 SHA512 
848af49430b9c028a6676a159915c66e29f4290374ba0863e4fd87527f3178bb303a80f4ba97139fc8cbcd01f7f7782a4b3112325237a39659e227afda61fcb8
-DIST ruamel.yaml-0.18.0.tar.xz 194448 BLAKE2B 
5a8c0e1a8cdfcec743d7e9084d7a2df54b79fbca174a7d46629d64a4cea33bc15ec320813b6f4206fb04de8383e34b73a2c615f3e10afebe600f3c0bc02f5639
 SHA512 
99c84d7c8b66cd3db5a030b81449b0790df54912af1c01dfbae575f495b22c662f4a7187ba41554802bd760782a70554c6359fcc640a12b2f85b37755d4af32d
-DIST ruamel.yaml-0.18.2.tar.xz 194700 BLAKE2B 
90eab45df1ae69b5089d953829350a2e580220dfe01cd5ef1bde3c13892bbf7998daab9326810dbe41645beca808c1557a8a35be52e4db600ecd9cc8372086e1
 SHA512 
9718a0a17f9a57ad4d99f9079dbd6257c647ba07a24d368507ea8c66ef35fbec5db97fc2944672cc94217b610508c210f5fe926e80d47b40f2b4270aa6b81fde
 DIST ruamel.yaml-0.18.3.tar.xz 195928 BLAKE2B 
e0986dfdf45b67baab83a49f5380f43a87c388a5b6ebe06ee0518013630e9577cbf06dc9457b53a10a74af13b3e976593fae08d19fb2ff242e35ca6238aaecc9
 SHA512 
80d9032cb67a434633b61fb321b82dd39403058c8bcab4480ddca7053801722d5763765de426f68fcd5a2ef923f98ca29c4efdd4f749a52872ef10ddf7a8cd6e

diff --git a/dev-python/ruamel-yaml/ruamel-yaml-0.17.32.ebuild 
b/dev-python/ruamel-yaml/ruamel-yaml-0.17.32.ebuild
deleted file mode 100644
index 6eadb5876683..
--- a/dev-python/ruamel-yaml/ruamel-yaml-0.17.32.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P="${P/-/.}"
-DESCRIPTION="YAML 

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

2023-11-01 Thread Michał Górny
commit: 07e4a742bf673a69fa350bab6858f0e1cb8c5aac
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:39:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:44:21 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07e4a742

dev-python/stack-data: Remove old

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

 dev-python/stack-data/Manifest |  1 -
 .../files/stack-data-0.6.2-pygments-2.14.0.patch   | 85 --
 dev-python/stack-data/stack-data-0.6.2.ebuild  | 39 --
 3 files changed, 125 deletions(-)

diff --git a/dev-python/stack-data/Manifest b/dev-python/stack-data/Manifest
index 2ebcdccea8df..d324265772ac 100644
--- a/dev-python/stack-data/Manifest
+++ b/dev-python/stack-data/Manifest
@@ -1,2 +1 @@
-DIST stack_data-0.6.2.tar.gz 44146 BLAKE2B 
1344b48a597af3df3a00036412c513faa97824f183a4337566a1a8efafcb6ec6597cf5fad3c6d532e8df2173900bdf87d0071efc66a801bd93743a92619fb5dd
 SHA512 
cdc623f8efc2fc4a968fd537c2147f4de90c0878554b3d3d741cf916ae549da8756d6ac943dbdee94721cc6a0c433d04d73e30bccee2b4ec1f5027efc3c9b90d
 DIST stack_data-0.6.3.tar.gz 44707 BLAKE2B 
d50e8c8e925cd9a4a19f883422aa487543836b36e20861f9bdf41551484ba02f7bdfb729f8bc051b3a97e76b4df7e7833b53bd3c47daf85dc2aa4e8d5d1c11b1
 SHA512 
629c112c09a1f69566160039c4d5fd49e59bdc206ad76799c67418e08b93a0990dd802078b646da175ab719b448394b723aab37479be14d09c0fb1c72cdbd0b8

diff --git a/dev-python/stack-data/files/stack-data-0.6.2-pygments-2.14.0.patch 
b/dev-python/stack-data/files/stack-data-0.6.2-pygments-2.14.0.patch
deleted file mode 100644
index 6d1909bd8382..
--- a/dev-python/stack-data/files/stack-data-0.6.2-pygments-2.14.0.patch
+++ /dev/null
@@ -1,85 +0,0 @@
-https://bugs.gentoo.org/892617
-https://github.com/alexmojaki/stack_data/pull/48
-
-From 4fbe4c0aec04ac818070d5963b0249a5592c1b53 Mon Sep 17 00:00:00 2001
-From: Heiko Becker 
-Date: Fri, 3 Feb 2023 14:51:01 +0100
-Subject: [PATCH] Update test_pygments_example and skip it with Pygments <
- 2.14.0
-
 a/tests/test_core.py
-+++ b/tests/test_core.py
-@@ -630,7 +630,7 @@ def test_example():
- """
- 
- 
--@pytest.mark.skipif(pygments_version < (2, 12), reason="Different output in 
older Pygments")
-+@pytest.mark.skipif(pygments_version < (2, 14), reason="Different output in 
older Pygments")
- def test_pygments_example():
- from .samples.pygments_example import bar
- result = bar()
-@@ -670,32 +670,32 @@ def test_pygments_example():
- 
- TerminalFormatter native:
- 
--  13 | \x1b[34mdef\x1b[39;49;00m \x1b[32mbar\x1b[39;49;00m():
--  14 | x = \x1b[34m1\x1b[39;49;00m
--  15 | \x1b[36mstr\x1b[39;49;00m(x)
--  17 | \x1b[90m@deco\x1b[39;49;00m
--  18 | \x1b[34mdef\x1b[39;49;00m \x1b[32mfoo\x1b[39;49;00m():
--  19 | \x1b[34mpass\x1b[39;49;00m
-+  13 | \x1b[34mdef\x1b[39;49;00m 
\x1b[32mbar\x1b[39;49;00m():\x1b[37m\x1b[39;49;00m
-+  14 | x = \x1b[34m1\x1b[39;49;00m\x1b[37m\x1b[39;49;00m
-+  15 | \x1b[36mstr\x1b[39;49;00m(x)\x1b[37m\x1b[39;49;00m
-+  17 | \x1b[90m@deco\x1b[39;49;00m\x1b[37m\x1b[39;49;00m
-+  18 | \x1b[34mdef\x1b[39;49;00m 
\x1b[32mfoo\x1b[39;49;00m():\x1b[37m\x1b[39;49;00m
-+  19 | \x1b[34mpass\x1b[39;49;00m\x1b[37m\x1b[39;49;00m
- -
--  25 | \x1b[34mdef\x1b[39;49;00m \x1b[32mdeco\x1b[39;49;00m(f):
--  26 | f.result = print_stack()
--  27 | \x1b[34mreturn\x1b[39;49;00m f
-+  25 | \x1b[34mdef\x1b[39;49;00m 
\x1b[32mdeco\x1b[39;49;00m(f):\x1b[37m\x1b[39;49;00m
-+  26 | f.result = print_stack()\x1b[37m\x1b[39;49;00m
-+  27 | \x1b[34mreturn\x1b[39;49;00m f\x1b[37m\x1b[39;49;00m
- -
- 
- 
- 
- TerminalFormatter .NewStyle\'>:
- 
--  13 | \x1b[34mdef\x1b[39;49;00m \x1b[32mbar\x1b[39;49;00m():
--  14 | x = \x1b[34m1\x1b[39;49;00m
--  15 | \x1b[36mstr\x1b[39;49;00m(x)
--  17 | \x1b[90m@deco\x1b[39;49;00m
--  18 | \x1b[34mdef\x1b[39;49;00m \x1b[32mfoo\x1b[39;49;00m():
--  19 | \x1b[34mpass\x1b[39;49;00m
-+  13 | \x1b[34mdef\x1b[39;49;00m 
\x1b[32mbar\x1b[39;49;00m():\x1b[37m\x1b[39;49;00m
-+  14 | x = \x1b[34m1\x1b[39;49;00m\x1b[37m\x1b[39;49;00m
-+  15 | \x1b[36mstr\x1b[39;49;00m(x)\x1b[37m\x1b[39;49;00m
-+  17 | \x1b[90m@deco\x1b[39;49;00m\x1b[37m\x1b[39;49;00m
-+  18 | \x1b[34mdef\x1b[39;49;00m 
\x1b[32mfoo\x1b[39;49;00m():\x1b[37m\x1b[39;49;00m
-+  19 | \x1b[34mpass\x1b[39;49;00m\x1b[37m\x1b[39;49;00m
- -
--  25 | \x1b[34mdef\x1b[39;49;00m \x1b[32mdeco\x1b[39;49;00m(f):
--  26 | f.result = print_stack()
--  27 | \x1b[34mreturn\x1b[39;49;00m f
-+  25 | \x1b[34mdef\x1b[39;49;00m 
\x1b[32mdeco\x1b[39;49;00m(f):\x1b[37m\x1b[39;49;00m
-+  26 | f.result = print_stack()\x1b[37m\x1b[39;49;00m
-+  27 | \x1b[34mreturn\x1b[39;49;00m f\x1b[37m\x1b[39;49;00m
- -
- 
- 
-@@ -753,9 +753,9 @@ def test_pygments_example():
-   13 | def bar():
-   14 | x = 1
-   15 | str(x)
--  17 | @deco
--  18 | 

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

2023-11-01 Thread Michał Górny
commit: c85484d22b80f9040760dcd2d04f538138955ed1
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:39:26 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:44:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c85484d2

dev-python/textdistance: Remove old

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

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

diff --git a/dev-python/textdistance/Manifest b/dev-python/textdistance/Manifest
index bd2b3c1c9277..369a95ea65e1 100644
--- a/dev-python/textdistance/Manifest
+++ b/dev-python/textdistance/Manifest
@@ -1,2 +1 @@
-DIST textdistance-4.5.0.gh.tar.gz 46674 BLAKE2B 
5bac2690c48fc518b56f7d781803684c1bb54e62c613f87a58f2acf81d28b405be5ffc41c7a304e62bd19732cdf99a03816c00765698439073b76c5be6c0
 SHA512 
ae51a2a0b69acd5fd64cab9509ad58713044a1307eee884ecf00508f406a9442414b1d8c71798f2c3ed0e9f5b22cca0a467f6d5a5928510adda43c6997ea497c
 DIST textdistance-4.6.0.gh.tar.gz 46639 BLAKE2B 
3d39dfb43c9d3a10ec0c638dd02fd8ee6ccf3d3b06821b8af9331ccfd76a6cae4b33095bd6f71edb670e35a786478f0f7f72baefe4ec3db1a8581a0d8dead4ab
 SHA512 
3e75fde1fc2b0d1dc3917d3860483c5a0aa25affd68c0f05c4888f2404e7e96e6da7b2e581ee3d96626a0a7d4c7ca1e096626224756ec784e72be22681b56116

diff --git a/dev-python/textdistance/textdistance-4.5.0.ebuild 
b/dev-python/textdistance/textdistance-4.5.0.ebuild
deleted file mode 100644
index 1e4219208063..
--- a/dev-python/textdistance/textdistance-4.5.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Compute distance between the two texts"
-HOMEPAGE="
-   https://github.com/life4/textdistance/
-   https://pypi.org/project/textdistance/
-"
-SRC_URI="
-   https://github.com/life4/textdistance/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86"
-
-BDEPEND="
-   test? (
-   dev-python/hypothesis[${PYTHON_USEDEP}]
-   dev-python/numpy[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-   tests/test_external.py
-)



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

2023-11-01 Thread Michał Górny
commit: 634dca3ccfacfcc92804bc3e202ac5f84485e545
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:38:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:44:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=634dca3c

dev-python/pypiserver: Remove old

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

 dev-python/pypiserver/Manifest|  1 -
 dev-python/pypiserver/pypiserver-1.5.2.ebuild | 76 ---
 2 files changed, 77 deletions(-)

diff --git a/dev-python/pypiserver/Manifest b/dev-python/pypiserver/Manifest
index 1dc813963f34..39fba150f6ba 100644
--- a/dev-python/pypiserver/Manifest
+++ b/dev-python/pypiserver/Manifest
@@ -1,2 +1 @@
-DIST pypiserver-1.5.2.gh.tar.gz 153032 BLAKE2B 
58cb9ef1bc842fd31612009201e4fafbb5c477b7284cf1f85f1e2939167573c27d451a8b8735d52be8cfb467ff1bfe30b7b83567926b3945beae62b1ee82833c
 SHA512 
e8794341c0b5e6d9d7c72bd4cf29380adc2415563724d5af0ff808d8fb81afea646477859a2dfd5dc2d3ccf62cad5118887891faa11e70b125cbb8b7e88e977a
 DIST pypiserver-2.0.1.gh.tar.gz 156624 BLAKE2B 
b37700ffe0c7361289a3825dafd86041fab9ddf574d7792c7cd155f7e869a1bdd2de4e2a658c808afc7fe5ee8989876fcb7e85a8da74202c2c4c4344fbaf1df4
 SHA512 
962b34ea2bbca680fcf7ee8153ecea09c2f0c1bcebaaacee4666c93deab9d2508e08a22d82635a64d8aaec7cab3b5485e3752f1439006ed01b58539035f3b711

diff --git a/dev-python/pypiserver/pypiserver-1.5.2.ebuild 
b/dev-python/pypiserver/pypiserver-1.5.2.ebuild
deleted file mode 100644
index eb680dbab4b2..
--- a/dev-python/pypiserver/pypiserver-1.5.2.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Minimal PyPI server"
-HOMEPAGE="
-   https://github.com/pypiserver/pypiserver/
-   https://pypi.org/project/pypiserver/
-"
-SRC_URI="
-   https://github.com/pypiserver/pypiserver/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
-
-RDEPEND="
-   dev-python/bottle[${PYTHON_USEDEP}]
-   >=dev-python/pip-7[${PYTHON_USEDEP}]
-   >=dev-python/wheel-0.25.0[${PYTHON_USEDEP}]
-"
-# NB: many test deps are optional/specific to tests we skip
-BDEPEND="
-   dev-python/setuptools-git[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/passlib-1.6[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/webtest[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( README.rst )
-
-PATCHES=(
-   "${FILESDIR}/${PN}-1.5.0-unbundle-bottle.patch"
-)
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   # remove bundled bottle (sic!)
-   rm pypiserver/bottle.py || die
-   distutils-r1_src_prepare
-}
-
-python_test() {
-   local EPYTEST_DESELECT=(
-   # Internet
-   tests/test_server.py::test_hash_algos
-   tests/test_server.py::test_pipInstall_openOk
-   tests/test_server.py::test_pipInstall_authedOk
-   # TODO
-   tests/test_app.py::test_root_count
-   tests/test_server.py::test_pip_install_open_succeeds
-   tests/test_server.py::test_pip_install_authed_succeeds
-   # seems to rely on internal bottle details
-   tests/test_main.py::test_auto_servers
-   )
-
-   if ! has_version dev-python/twine; then
-   EPYTEST_DESELECT+=(
-   tests/test_server.py::test_twine_upload
-   tests/test_server.py::test_twine_register
-   )
-   fi
-
-   epytest tests
-}



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

2023-11-01 Thread Michał Górny
commit: 5de53642d22084175fa27734f0bcab15968ef5e3
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:37:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:44:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5de53642

dev-python/phonenumbers: Remove old

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

 dev-python/phonenumbers/Manifest   |  3 --
 .../phonenumbers/phonenumbers-8.13.21.ebuild   | 39 --
 .../phonenumbers/phonenumbers-8.13.22.ebuild   | 39 --
 .../phonenumbers/phonenumbers-8.13.23.ebuild   | 39 --
 4 files changed, 120 deletions(-)

diff --git a/dev-python/phonenumbers/Manifest b/dev-python/phonenumbers/Manifest
index be6450f65bf7..713393d2ee41 100644
--- a/dev-python/phonenumbers/Manifest
+++ b/dev-python/phonenumbers/Manifest
@@ -1,4 +1 @@
-DIST python-phonenumbers-8.13.21.gh.tar.gz 4916054 BLAKE2B 
0086fe789f427140cf8178c4988b9928f4d7e361be9d270d0788470dcc17bde6797dec1e3fd05116a93383034d895c9d0f0c7a3254e55c4c9afca5e10714f2c2
 SHA512 
9b3d80dc2cc864612d86ecf40488fff802f9a9ac4899cb70429515510bdeb728d846ecd0afd0dc284099d8a4b7f3c81a5fd94081cbb691f4aa6d4d9c85aa4319
-DIST python-phonenumbers-8.13.22.gh.tar.gz 4915808 BLAKE2B 
78a9ad733d2c2d223264c3559a7cabbc94a3b49061a0b7b944d104d774edf91733677a5bc58040e618de52d41320bc2602a532eaa679f29adff38ad4f3d17426
 SHA512 
1554a0da082b261a50b3cb0cb6773c8815291664e3ce3ebce7fb7293d1cd41f03400a86198bf28e31716fb346a1f79a4d84e7371d21eebb3b5a64307f67a
-DIST python-phonenumbers-8.13.23.gh.tar.gz 4916269 BLAKE2B 
5f7c14011abc78acdd9d7600ce1c50d2f79fca7f829ac8292a4284e62c14a5f8a1acdb7a9f8d66726065089145d2c22f732e6aa0a5349b4c64344e1de8da70fa
 SHA512 
1ca346c9fd6ecd0bd8ae91c85a6be3d7fe7c0bc62f5677dd929e85563230847a8a6752679c3a2cbcce246f464b6422b71f78b3cfae1b454d95b9e41d6f384dcf
 DIST python-phonenumbers-8.13.24.gh.tar.gz 4916204 BLAKE2B 
e283c7eb8e3936f6affc82f4e884e74f8f29b1ea43f9a5f3ab200b882d0a153cac9d199b0e44a6ca54098591f7044a92b82eb5cd254ca6d29439d18f3d2d6a7f
 SHA512 
de11794c3e1ea8823a1e4fa0e998fd9657f4ebf4d187bd59e361bb0cb24cb771595ceb99e9ae4fb14e2ea0bb4058bacc13abce6dc6837911abbf7db5ceec0db2

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.21.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.21.ebuild
deleted file mode 100644
index 42a278f3b1ec..
--- a/dev-python/phonenumbers/phonenumbers-8.13.21.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 ~riscv x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.22.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.22.ebuild
deleted file mode 100644
index e686a889cbea..
--- a/dev-python/phonenumbers/phonenumbers-8.13.22.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-MY_P=python-${P}
-DESCRIPTION="Python port of Google's libphonenumber"
-HOMEPAGE="
-   https://github.com/daviddrysdale/python-phonenumbers/
-   https://pypi.org/project/phonenumbers/
-"
-SRC_URI="
-   
https://github.com/daviddrysdale/python-phonenumbers/archive/v${PV}.tar.gz
-   -> ${MY_P}.gh.tar.gz
-"
-S=${WORKDIR}/${MY_P}/python
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~riscv ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-   test? (
-   dev-python/protobuf-python[${PYTHON_USEDEP}]
-   )
-"
-
-DOCS=( ../README.md )
-
-python_test() {
-   "${EPYTHON}" testwrapper.py -v || die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/phonenumbers/phonenumbers-8.13.23.ebuild 
b/dev-python/phonenumbers/phonenumbers-8.13.23.ebuild
deleted file mode 100644
index e686a889cbea..
--- a/dev-python/phonenumbers/phonenumbers-8.13.23.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-

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

2023-11-01 Thread Michał Górny
commit: 04dc426b2618fada8e770bbdaabf3cb9f22da670
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:38:43 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:44:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04dc426b

dev-python/pyspnego: Remove old

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

 dev-python/pyspnego/Manifest   |  2 --
 dev-python/pyspnego/pyspnego-0.10.0.ebuild | 38 --
 dev-python/pyspnego/pyspnego-0.10.1.ebuild | 38 --
 3 files changed, 78 deletions(-)

diff --git a/dev-python/pyspnego/Manifest b/dev-python/pyspnego/Manifest
index d6fb638f442c..1778f3675e87 100644
--- a/dev-python/pyspnego/Manifest
+++ b/dev-python/pyspnego/Manifest
@@ -1,3 +1 @@
-DIST pyspnego-0.10.0.tar.gz 221948 BLAKE2B 
b98ec74c4e0896a27ef718a426bd030113b57397b5fc8337d826a71dc3ff5068b95c8ee439615c7ab067ed4caf8f5801f3430bd3dce67286a14952e7797c2941
 SHA512 
4ab2c1e51c1e79a9b241600aa40d4a0ed70958d4cd9c2dba0f11e02e980810c0bc67cdb89b10eea3c42c84dcb8f98e284c108cfee75ae87a3107870cab854209
-DIST pyspnego-0.10.1.tar.gz 222011 BLAKE2B 
d7089023cf968029d6ec29216bda154824f19a504ab76ad9f3032fcb6c821ca67435bff7c54a86a881fd802787433e61530a458b797d8c91d19ae25b8766b016
 SHA512 
881291d3d5f81d0970f1b2cea201c055baf3973aae84cf15995e6f2c5a0ac8a23686e49b163f7d85b8fd0226f98de59bafc939c6983d1a81e954a3f22b34714e
 DIST pyspnego-0.10.2.tar.gz 222036 BLAKE2B 
b46c5469e7f764342f1510d54ee307ec57c6d999d2beb013fdc18eb06d56d601b3f035f0a9d9f9f5a656719f19a345ee25ca8664084afac3dd42529ae53dcf4a
 SHA512 
9d5b45a9c4c2c929269f5eceaa05fbe34571e518b289b165049ddb7fd2bb207c7e6074c45216ad0cdf20e4be7bfca2f3d497aba45e2aadceb0b75221edc54f5d

diff --git a/dev-python/pyspnego/pyspnego-0.10.0.ebuild 
b/dev-python/pyspnego/pyspnego-0.10.0.ebuild
deleted file mode 100644
index 2ead729c77d5..
--- a/dev-python/pyspnego/pyspnego-0.10.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="Library to handle SPNEGO and CredSSP authentication"
-HOMEPAGE="
-   https://github.com/jborean93/pyspnego/
-   https://pypi.org/project/pyspnego/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   dev-python/cryptography[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/gssapi[${PYTHON_USEDEP}]
-   >=dev-python/krb5-0.3.0[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-pkg_postinst() {
-   optfeature "Kerberos authentication" "dev-python/gssapi 
>=dev-python/krb5-0.3.0"
-   optfeature "YAML output support" "dev-python/ruamel-yaml"
-}

diff --git a/dev-python/pyspnego/pyspnego-0.10.1.ebuild 
b/dev-python/pyspnego/pyspnego-0.10.1.ebuild
deleted file mode 100644
index 408e9482cad6..
--- a/dev-python/pyspnego/pyspnego-0.10.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 optfeature pypi
-
-DESCRIPTION="Library to handle SPNEGO and CredSSP authentication"
-HOMEPAGE="
-   https://github.com/jborean93/pyspnego/
-   https://pypi.org/project/pyspnego/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-RDEPEND="
-   dev-python/cryptography[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/gssapi[${PYTHON_USEDEP}]
-   >=dev-python/krb5-0.3.0[${PYTHON_USEDEP}]
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/ruamel-yaml[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-pkg_postinst() {
-   optfeature "Kerberos authentication" "dev-python/gssapi 
>=dev-python/krb5-0.3.0"
-   optfeature "YAML output support" "dev-python/ruamel-yaml"
-}



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

2023-11-01 Thread Ulrich Müller
commit: 123804648e4dbf4b9c3fcd2e4ca5ba6848ea6416
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Nov  2 05:41:56 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Nov  2 05:41:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12380464

sys-auth/pam_skey: drop 1.1.5-r6

Signed-off-by: Ulrich Müller  gentoo.org>

 sys-auth/pam_skey/Manifest |  1 -
 sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild | 59 --
 2 files changed, 60 deletions(-)

diff --git a/sys-auth/pam_skey/Manifest b/sys-auth/pam_skey/Manifest
index 8f54c46b6341..109658b83c06 100644
--- a/sys-auth/pam_skey/Manifest
+++ b/sys-auth/pam_skey/Manifest
@@ -1,3 +1,2 @@
-DIST pam_skey-1.1.5-patches-7.tar.xz 9408 BLAKE2B 
d87da6c4606431618a1a4d75981809cbd91a8e5e3d1f9eae6fbb222e146d451f7c099f9b437829304b647a20c6200797732e9d01451cc4911abba7843151e36c
 SHA512 
8bb39c2d173468c38b4d2bdac186d3f27e868c2be9dc6feffba957d4d33bc8e597c48e4638e5de09829000961fbf8b72f0ba577f232bebdfaa4c2961ede58838
 DIST pam_skey-1.1.5-patches-8.tar.xz 9500 BLAKE2B 
7fafa0e5c63da6a66e96266768d522cb35eeb439c45b0cf449ce6897804ca8086826a450e24e6c4eb0478b5a00f0eba02097ecd6c6e911de9c33ccb7beed20de
 SHA512 
2d0745148496137be4ed5b03fd4dcaebb65efd24c21b2d969341d10381b8f32f0731b2880b9516de46570c1133e5573fa1a08129fe539aed7fd535d10a31b34d
 DIST pam_skey-1.1.5.tar.gz 76963 BLAKE2B 
ded4a4e43b174338cd1beefce65314cc906db928593dd5eba2ba1be9cab33844d8fd38cb7d3b952a29da632b671c468e0dfe7f0f1e0d167397320cd9ca6d35e1
 SHA512 
12817cedf15a3b2287982e4beab5d3b388239cc0a1e141e66e41759ddb2da7fb9dd0df12202dcc8140db0868c8df1a8d19d5859224179e2419ffefd691cb9834

diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild 
b/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
deleted file mode 100644
index 47f2f49f97fe..
--- a/sys-auth/pam_skey/pam_skey-1.1.5-r6.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit pam autotools multilib readme.gentoo-r1
-
-DESCRIPTION="PAM interface for the S/Key authentication system"
-HOMEPAGE="http://freshmeat.net/projects/pam_skey/;
-SRC_URI="http://dkorunic.net/tarballs/${P}.tar.gz
-   https://dev.gentoo.org/~ulm/distfiles/${P}-patches-7.tar.xz;
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-RDEPEND="net-libs/libnsl:0=
-   >=sys-libs/pam-0.78-r3
-   >=sys-auth/skey-1.1.5-r4"
-DEPEND="${RDEPEND}"
-
-PATCHES=("${WORKDIR}/patch")
-DOCS="README INSTALL"
-
-src_prepare() {
-   default
-
-   cd autoconf || die
-   mv configure.{in,ac} || die
-   eautoconf
-   eautoheader
-   mv configure defs.h.in .. || die
-}
-
-src_configure() {
-   econf --libdir="/$(get_libdir)" CFLAGS="${CFLAGS} -fPIC"
-}
-
-src_install() {
-   default
-
-   DOC_CONTENTS="To use the pam_skey module, you need to configure PAM
-   by adding a line like:
-   \n\nauth [success=done ignore=ignore auth_err=die default=bad] 
pam_skey.so\n
-   \nto an appropriate place in the /etc/pam.d/system-login file.
-   Consult the README and INSTALL files in /usr/share/doc/${PF}
-   for detailed instructions.
-   \n\nPlease note that calling this module from unprivileged
-   applications, e.g. screensavers, is not supported.
-   \n\nError checking has become stricter in pam_skey-1.1.5-r4;
-   errors returned from the underlying skey library when accessing
-   the S/Key data base will no longer be ignored.
-   Make sure that your PAM configuration is correct."
-   readme.gentoo_create_doc
-}
-
-pkg_postinst() {
-   readme.gentoo_print_elog
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/mic-paren/

2023-11-01 Thread Ulrich Müller
commit: 50dbb5d8c1ee9e16d99b0c90c4916aac80d3681b
Author: Ulrich Müller  gentoo  org>
AuthorDate: Thu Nov  2 05:42:42 2023 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Thu Nov  2 05:42:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50dbb5d8

app-emacs/mic-paren: drop 3.13

Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/mic-paren/Manifest  |  1 -
 app-emacs/mic-paren/mic-paren-3.13.ebuild | 18 --
 2 files changed, 19 deletions(-)

diff --git a/app-emacs/mic-paren/Manifest b/app-emacs/mic-paren/Manifest
index d7595f0aeb3d..d77cc377bce8 100644
--- a/app-emacs/mic-paren/Manifest
+++ b/app-emacs/mic-paren/Manifest
@@ -1,2 +1 @@
-DIST mic-paren-3.13.el.xz 14056 BLAKE2B 
9c49ec432ae99d1f5c4792d68544169fd1079e935c5a2bd9402e0c4144708fd3933de7a8fc1717b115a535ed49e4a58f2f5c037e989a066da50b0e0d83f36160
 SHA512 
d5a6edb537d922a5a71b3938df923963f782fdbe778d3ef7b7cf2c421bfb9eb49ac204843fb0100ddf3f05f6cb455fb2490a246577c89c6c86c47ef03c3abca9
 DIST mic-paren-3.15.el.xz 14044 BLAKE2B 
59d2897c390dd9b8b16eebb861a45aecf967f07e8b96c9438f6cda0f28dd56881fc0ae680b999f52f2b53ec5f160e605f252e27f5089647baf07b05f1a43b230
 SHA512 
2c1b71a9ccda8c799788942953962003c5aa142200bc2bee31c6d190fe5b22a9267ebf49b1ad57e2112092d90a62366b0d430e8eb29c27604e3310b2a597e085

diff --git a/app-emacs/mic-paren/mic-paren-3.13.ebuild 
b/app-emacs/mic-paren/mic-paren-3.13.ebuild
deleted file mode 100644
index 957d5048fb9e..
--- a/app-emacs/mic-paren/mic-paren-3.13.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit elisp
-
-DESCRIPTION="Advanced highlighting of matching parentheses"
-HOMEPAGE="https://www.gnuvola.org/software/j/mic-paren/
-   https://www.emacswiki.org/emacs/MicParen;
-# taken from http://www.gnuvola.org/software/j/mic-paren/mic-paren.el
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz;
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-SITEFILE="50${PN}-gentoo.el"



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

2023-11-01 Thread Michał Górny
commit: 9899002df66397683c375bdfa906727508424702
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:35:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:37:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9899002d

dev-python/flask-babel: Remove old

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

 dev-python/flask-babel/Manifest |  1 -
 dev-python/flask-babel/flask-babel-3.1.0.ebuild | 41 -
 2 files changed, 42 deletions(-)

diff --git a/dev-python/flask-babel/Manifest b/dev-python/flask-babel/Manifest
index 876d26a4d2f5..dabe96f7c215 100644
--- a/dev-python/flask-babel/Manifest
+++ b/dev-python/flask-babel/Manifest
@@ -1,2 +1 @@
-DIST flask-babel-3.1.0.gh.tar.gz 20625 BLAKE2B 
44c0f6e0af8e9d48035819a98dcfe472af0e53d98486b3bca367227092d098e392e09b0383b08d0eb782732d235f6f519bf6f553ea751750a869fc5f4de4bdd2
 SHA512 
74faab1e259fe38caf583982bf7a3595440ef37ec223a68243fa43eadfd4d661055706ba8eb92d29f37586e6a27d4f00fbdf5be8443820346b35b9551b716fc7
 DIST flask-babel-4.0.0.gh.tar.gz 20777 BLAKE2B 
60c43fde9a2c131672fa7d97dbfe8cc1c69117e60b3616a2f4d19b5693ff79937537cf7563de2fcf26c3380dd51166fd1bc965a1c583dc33fb340da609070503
 SHA512 
c2ac57e4ebde67114d535e57eb8b4094c8e3af865ea3076cd8d0ae30ff4a189037b7481280faaf7a4742bbbddca1513b3c408e198d1156c1e61a7b90c05bfe6f

diff --git a/dev-python/flask-babel/flask-babel-3.1.0.ebuild 
b/dev-python/flask-babel/flask-babel-3.1.0.ebuild
deleted file mode 100644
index 2254ca7709f4..
--- a/dev-python/flask-babel/flask-babel-3.1.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="i18n and l10n support for Flask based on Babel and pytz"
-HOMEPAGE="
-   https://python-babel.github.io/flask-babel/
-   https://github.com/python-babel/flask-babel/
-   https://pypi.org/project/flask-babel/
-"
-SRC_URI="
-   
https://github.com/python-babel/flask-babel/archive/refs/tags/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-RDEPEND="
-   >=dev-python/Babel-2.12[${PYTHON_USEDEP}]
-   >=dev-python/flask-2.0[${PYTHON_USEDEP}]
-   >=dev-python/jinja-3.1[${PYTHON_USEDEP}]
-   >=dev-python/pytz-2022.7[${PYTHON_USEDEP}]
-   dev-python/werkzeug[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs \
-   dev-python/pallets-sphinx-themes
-distutils_enable_tests pytest



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

2023-11-01 Thread Michał Górny
commit: 428b7b994992f827dedfa21f2f788f7f9eb0a81a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:35:16 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:37:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=428b7b99

dev-python/fastjsonschema: Remove old

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

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

diff --git a/dev-python/fastjsonschema/Manifest 
b/dev-python/fastjsonschema/Manifest
index 0d09a3fa0c8a..4bf7308e00ef 100644
--- a/dev-python/fastjsonschema/Manifest
+++ b/dev-python/fastjsonschema/Manifest
@@ -1,2 +1 @@
-DIST fastjsonschema-2.18.0.tar.gz 371063 BLAKE2B 
d2b79eb442351487ffebc59ff48af1e8f07fb5e2ca97059cc98cc8f02eda3523fcf60b2aa6b46edc1d3d019ed04d65d2fc5c3eee58471ea9b2a0bd0bf7bf40ed
 SHA512 
848ea4587edb9d694d4f42cee35c8a6a785f601b3e84daae5a5b155ca61c0c7de1b9164e86c0a48166d429a4a737799480dfdeaad7e81eab28f68f71dd46988f
 DIST fastjsonschema-2.18.1.tar.gz 371060 BLAKE2B 
fc77683215e9080d3a6f162336a7ed0a310c9921f0e669d90bfaea659dd77ad27ed0c623b0355d5efafa3ca2e83f72edf228c42cca0fc4fa16f4f474aa6b
 SHA512 
a08fce64a67c67a06a7c3c637047648e1b2cfa749291794b8accc6dcc1ccf744eb50c8db773734017b79612b2dc4e19730a5956807b2459928fb0b996b59711e

diff --git a/dev-python/fastjsonschema/fastjsonschema-2.18.0.ebuild 
b/dev-python/fastjsonschema/fastjsonschema-2.18.0.ebuild
deleted file mode 100644
index 2b5fdee2e5a4..
--- a/dev-python/fastjsonschema/fastjsonschema-2.18.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Fast JSON schema validator for Python"
-HOMEPAGE="
-   https://github.com/horejsek/python-fastjsonschema/
-   https://pypi.org/project/fastjsonschema/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-EPYTEST_IGNORE=(
-   tests/benchmarks
-)



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

2023-11-01 Thread Michał Górny
commit: 0be5d7d2e2ca1b5dcab4aa9c6924506c1743b729
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:34:39 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:37:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0be5d7d2

dev-python/charset-normalizer: Remove old

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

 dev-python/charset-normalizer/Manifest |  2 --
 .../charset-normalizer-3.2.0.ebuild| 28 --
 .../charset-normalizer-3.3.0.ebuild| 28 --
 3 files changed, 58 deletions(-)

diff --git a/dev-python/charset-normalizer/Manifest 
b/dev-python/charset-normalizer/Manifest
index 5860852c8dda..7b3bd775d56a 100644
--- a/dev-python/charset-normalizer/Manifest
+++ b/dev-python/charset-normalizer/Manifest
@@ -1,4 +1,2 @@
-DIST charset-normalizer-3.2.0.tar.gz 97063 BLAKE2B 
2192401d74abab5f7ccd434c5493ae59b449df9a6ab90190a236b3f665e3a940e15d00803a2477a7c2996030fa1e5bf725fc15b6373040f29f27feab9df6e1e1
 SHA512 
0e3967b489561394ca848c1fe7dfaa72a330a3f645e9386c1d2d2dc8c2e35a34a8186e6f3377eda2aed503a3e7e626fe116d7b34c2f4a3fd8446a4c1a8fb74cc
-DIST charset-normalizer-3.3.0.tar.gz 103776 BLAKE2B 
f793f8611abf724f08bc9dc1c16558847fdf13f887d511e57744577ca0237a043b2553a1a4bd6e7a37eeb38beb02f51716d88b6aec04f166858277b10f9b08a5
 SHA512 
c12bf31250ad03be6e4e78f056242bf4c61aaf33e73a3f9514ee6288b61aa94ca0d97bb2b237e89ab9139da54169bc6b1b51155903257272f954dfc3da65b25f
 DIST charset-normalizer-3.3.1.tar.gz 104095 BLAKE2B 
d77acf61dcda03e2135b09c5eee81130f12050f3dcd2d2108389a000b7b514dffd8c094feb74c9ab566ec07c95dbcf02d53de67e90a95a8d004c19b264ca60cc
 SHA512 
d5f9564efd5d0112e07429d01d3b91db14af98e494e7993151724599e9abaf862cfb40c26fd47050256b0f2b36ce58c50d6dd697faa932ec3648265fb4e934f3
 DIST charset-normalizer-3.3.2.tar.gz 104809 BLAKE2B 
dbc3271794c7d73ee0d2ccbc5cdc3aa56181ac1331b69bd72928a20cb464f64fc190fd5f627b1deab4bba4a3c62144272e4b1368d2020707522bcae10c8a9607
 SHA512 
227dd9496e080310b3262fe0ffc32b5ebed16e5b3a294877555c0b04dee0cb073a2a0a4fa8dbad3029703ffaf1857acf24d9b87ca74d75fa2f0ba8fd3413e9c4

diff --git a/dev-python/charset-normalizer/charset-normalizer-3.2.0.ebuild 
b/dev-python/charset-normalizer/charset-normalizer-3.2.0.ebuild
deleted file mode 100644
index d768b5c4343d..
--- a/dev-python/charset-normalizer/charset-normalizer-3.2.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="The Real First Universal Charset Detector"
-HOMEPAGE="
-   https://pypi.org/project/charset-normalizer/
-   https://github.com/Ousret/charset_normalizer/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -o addopts=
-}

diff --git a/dev-python/charset-normalizer/charset-normalizer-3.3.0.ebuild 
b/dev-python/charset-normalizer/charset-normalizer-3.3.0.ebuild
deleted file mode 100644
index b18a4cc6ff3e..
--- a/dev-python/charset-normalizer/charset-normalizer-3.3.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# please keep this ebuild at EAPI 8 -- sys-apps/portage dep
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="The Real First Universal Charset Detector"
-HOMEPAGE="
-   https://pypi.org/project/charset-normalizer/
-   https://github.com/Ousret/charset_normalizer/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   epytest -o addopts=
-}



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

2023-11-01 Thread Michał Górny
commit: 8293029fa0b89303bff43fa955d014f02651043a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:34:59 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:37:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8293029f

dev-python/Faker: Remove old

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

 dev-python/Faker/Faker-19.10.0.ebuild | 40 ---
 dev-python/Faker/Faker-19.12.0.ebuild | 40 ---
 dev-python/Faker/Faker-19.6.1.ebuild  | 40 ---
 dev-python/Faker/Faker-19.6.2.ebuild  | 40 ---
 dev-python/Faker/Faker-19.7.0.ebuild  | 40 ---
 dev-python/Faker/Faker-19.9.0.ebuild  | 40 ---
 dev-python/Faker/Manifest |  6 --
 7 files changed, 246 deletions(-)

diff --git a/dev-python/Faker/Faker-19.10.0.ebuild 
b/dev-python/Faker/Faker-19.10.0.ebuild
deleted file mode 100644
index 34d2cdd3a7af..
--- a/dev-python/Faker/Faker-19.10.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Python package that generates fake data for you"
-HOMEPAGE="
-   https://github.com/joke2k/faker/
-   https://pypi.org/project/Faker/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
-   !dev-ruby/faker
-"
-BDEPEND="
-   test? (
-   dev-python/freezegun[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP},tiff]
-   dev-python/validators[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   local -x PYTEST_PLUGINS=faker.contrib.pytest.plugin
-   epytest
-}

diff --git a/dev-python/Faker/Faker-19.12.0.ebuild 
b/dev-python/Faker/Faker-19.12.0.ebuild
deleted file mode 100644
index 34d2cdd3a7af..
--- a/dev-python/Faker/Faker-19.12.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Python package that generates fake data for you"
-HOMEPAGE="
-   https://github.com/joke2k/faker/
-   https://pypi.org/project/Faker/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~s390 ~sparc ~x86"
-
-RDEPEND="
-   >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
-   !dev-ruby/faker
-"
-BDEPEND="
-   test? (
-   dev-python/freezegun[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP},tiff]
-   dev-python/validators[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   local -x PYTEST_PLUGINS=faker.contrib.pytest.plugin
-   epytest
-}

diff --git a/dev-python/Faker/Faker-19.6.1.ebuild 
b/dev-python/Faker/Faker-19.6.1.ebuild
deleted file mode 100644
index 89d70c602459..
--- a/dev-python/Faker/Faker-19.6.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="A Python package that generates fake data for you"
-HOMEPAGE="
-   https://github.com/joke2k/faker/
-   https://pypi.org/project/Faker/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~s390 ~sparc x86"
-
-RDEPEND="
-   >=dev-python/python-dateutil-2.4.2[${PYTHON_USEDEP}]
-   !dev-ruby/faker
-"
-BDEPEND="
-   test? (
-   dev-python/freezegun[${PYTHON_USEDEP}]
-   dev-python/pillow[${PYTHON_USEDEP},tiff]
-   dev-python/validators[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   local -x PYTEST_PLUGINS=faker.contrib.pytest.plugin
-   epytest
-}

diff --git a/dev-python/Faker/Faker-19.6.2.ebuild 
b/dev-python/Faker/Faker-19.6.2.ebuild
deleted file mode 100644
index 34d2cdd3a7af..
--- a/dev-python/Faker/Faker-19.6.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit 

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

2023-11-01 Thread Michał Górny
commit: 8f6bdb1006b9d67820b4d08dbe7c7eaa0da367e7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:37:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:37:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f6bdb10

dev-python/jupyter-core: Remove old

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

 dev-python/jupyter-core/Manifest  |  2 --
 dev-python/jupyter-core/jupyter-core-5.3.1.ebuild | 38 ---
 dev-python/jupyter-core/jupyter-core-5.3.2.ebuild | 38 ---
 3 files changed, 78 deletions(-)

diff --git a/dev-python/jupyter-core/Manifest b/dev-python/jupyter-core/Manifest
index 35c668c10af4..a2b87c20aab7 100644
--- a/dev-python/jupyter-core/Manifest
+++ b/dev-python/jupyter-core/Manifest
@@ -1,4 +1,2 @@
-DIST jupyter_core-5.3.1.tar.gz 84448 BLAKE2B 
22adc8f7a0b39fa4ffd087a7c7305fa29d05d45200b69a3af6827083183292e58b3b5854b60545eb065808dffec2ae9252feb573b9450bd3014d493cb1784ed3
 SHA512 
752ce40c0aa71432177100f34596ad98d9907f8e2d26fcabc0bce7b4f5efb9207f1979d2db180f00d2160a84034656952640cde757186e538f7038bb0f626c7b
-DIST jupyter_core-5.3.2.tar.gz 84808 BLAKE2B 
02442d6c389e88996930e4040dcc0c38040218360831d6768f237fa1bd59e1f06576cab29d7eba960337d491733872a82cf09aed8c147fcc29b3e4909a485d38
 SHA512 
f202cb16dc5d42d4ae87dd6fd91c3fa38f4b6611b58fd904eb37b647628f6ca5164e4e61d4eb09cc0dee192463ddd7577f64242b1dd7b014fecff5b252f661e1
 DIST jupyter_core-5.4.0.tar.gz 85162 BLAKE2B 
32d5c50e3b4dbd1a92eb3064d072bd8d70b4a67a7c5828fb249a587f65d200bdce6081252f97276ada625a390f52802c068af8f99f23ae43e69e0fd19697f739
 SHA512 
2e4d65f07590bd1cad0df7043b6f6542b3fadbdf9a0c4ec699a39725a04c12aeef123917eab445d230d42e779655e797924800fd9d8acd0b9d27060f26b243d2
 DIST jupyter_core-5.5.0.tar.gz 85369 BLAKE2B 
41fa2381023c8f2313607d2ac989d1f35dcd362abd4b9573affaf9fc34cd48eb260d2ad68af97be2d47aa4a077f1756e6e291a4f0dd48c9774df2d31dda7e9b4
 SHA512 
92ca5ddc69d58ecdf1f707104e950ba43c88630991b0a6951fb6ba83260573b9f48c7903b25ae7bc105c08b3179de4bebb5a87b66453b96ceed631cbf555d631

diff --git a/dev-python/jupyter-core/jupyter-core-5.3.1.ebuild 
b/dev-python/jupyter-core/jupyter-core-5.3.1.ebuild
deleted file mode 100644
index 1f8618452473..
--- a/dev-python/jupyter-core/jupyter-core-5.3.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Core common functionality of Jupyter projects"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyter/jupyter_core/
-   https://pypi.org/project/jupyter-core/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 
~arm64-macos ~x64-macos"
-
-RDEPEND="
-   >=dev-python/platformdirs-2.5[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5.3[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs \
-   dev-python/myst-parser \
-   dev-python/sphinx-autodoc-typehints \
-   dev-python/sphinxcontrib-github-alt \
-   dev-python/sphinxcontrib-spelling \
-   dev-python/traitlets
-distutils_enable_tests pytest

diff --git a/dev-python/jupyter-core/jupyter-core-5.3.2.ebuild 
b/dev-python/jupyter-core/jupyter-core-5.3.2.ebuild
deleted file mode 100644
index f37e8b4643f9..
--- a/dev-python/jupyter-core/jupyter-core-5.3.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Core common functionality of Jupyter projects"
-HOMEPAGE="
-   https://jupyter.org/
-   https://github.com/jupyter/jupyter_core/
-   https://pypi.org/project/jupyter-core/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~arm64-macos ~x64-macos"
-
-RDEPEND="
-   >=dev-python/platformdirs-2.5[${PYTHON_USEDEP}]
-   >=dev-python/traitlets-5.3[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   >=dev-python/ipython-4.0.1[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_sphinx docs \
-   dev-python/myst-parser \
-   dev-python/sphinx-autodoc-typehints \
-   dev-python/sphinxcontrib-github-alt \
-   dev-python/sphinxcontrib-spelling \
-   dev-python/traitlets
-distutils_enable_tests pytest



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

2023-11-01 Thread Michał Górny
commit: 0f1f35129c8dc82f7896e242636f4c625f74472f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:34:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:37:25 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f1f3512

dev-python/arrow: Remove old

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

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

diff --git a/dev-python/arrow/Manifest b/dev-python/arrow/Manifest
index a54604b6ff22..5c8e2401fd82 100644
--- a/dev-python/arrow/Manifest
+++ b/dev-python/arrow/Manifest
@@ -1,2 +1 @@
-DIST arrow-1.2.3.tar.gz 127552 BLAKE2B 
35f5b694d819d80913b5938e4af71f413fd3944636c1e89a79e868c03cb423f75692c1f0e8d85dba21e640591f8cd0404cdc6d77dd59956490d268fb4c9fdc7b
 SHA512 
e90276f50bf8521570cc2cdbf011ff376e0d5bada0576bbfc76f6c63730c13f7eba1d978cc3a481e7c7356b0dce7c554f19cbf3ef03b280c5515be72d2c7d177
 DIST arrow-1.3.0.tar.gz 131960 BLAKE2B 
892ed898ea09a00ca100eada18956994d3567836c30feec50e1d2d1bca6a603c3f9254def16cd55b46e68c1530f8bf7c0f55401b458cc5aadf0883ade0899e90
 SHA512 
f0725e75d1005e0177bb234b3d2523aaf9e882ec08b020f6b3737a3af27af3c8c031aee9dcba0332595845a09a0286d56662b77ddad8a6da928ba37201725239

diff --git a/dev-python/arrow/arrow-1.2.3.ebuild 
b/dev-python/arrow/arrow-1.2.3.ebuild
deleted file mode 100644
index 329569040dec..
--- a/dev-python/arrow/arrow-1.2.3.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Better dates and times for Python"
-HOMEPAGE="
-   https://github.com/arrow-py/arrow/
-   https://pypi.org/project/arrow/
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos"
-
-RDEPEND="
-   >=dev-python/python-dateutil-2.7.0[${PYTHON_USEDEP}]
-"
-
-BDEPEND="
-   test? (
-   dev-python/pytest-mock[${PYTHON_USEDEP}]
-   dev-python/pytz[${PYTHON_USEDEP}]
-   dev-python/simplejson[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -e '/addopts/d' -i tox.ini || die
-   distutils-r1_src_prepare
-}



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

2023-11-01 Thread Michał Górny
commit: 5304f292ef510e695c6d37efa3480c70f68a9f0a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:35:21 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:37:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5304f292

dev-python/identify: Remove old

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

 dev-python/identify/Manifest   |  2 --
 dev-python/identify/identify-2.5.29.ebuild | 29 -
 dev-python/identify/identify-2.5.30.ebuild | 29 -
 3 files changed, 60 deletions(-)

diff --git a/dev-python/identify/Manifest b/dev-python/identify/Manifest
index 454eff5abc16..3cc744dde4e3 100644
--- a/dev-python/identify/Manifest
+++ b/dev-python/identify/Manifest
@@ -1,3 +1 @@
-DIST identify-2.5.29.gh.tar.gz 101599 BLAKE2B 
57e444c99062c10334ac7d0642c47c9f706dc31447db6b5eff0997f5d6113723f6bd06d5dabf0ebdbf0dbc17d33b716e68864902ffe1c92638052458a53affa8
 SHA512 
f7feab8872bef0c8c3c07429f41d73455ae9f317ed5e974349af04ca0b459677c65ead47e85e58753f53f592b2a0363844496c43d7ffe25e2228f5e11b411b4d
-DIST identify-2.5.30.gh.tar.gz 101610 BLAKE2B 
d5f277316d58a1fbd78a193c357656e5f16e66f4a737a8b415570afc6bddedf130a4557c486696fbe0ed86542598122f65f0f14536430a59f4e970fa2ab78f75
 SHA512 
cbae5ca100f0e09fccd1b311243b1bc090ac63bc19fcdc57241bbdfe07920e4d0041d7ac69ab37ede38628c6f3ad8e7b34f698576f4a1188ae94dc6e32ec968a
 DIST identify-2.5.31.gh.tar.gz 101612 BLAKE2B 
1b74bf8b352cc0f6f0051ccdba192515a1436bfa9e41f971ac929e356737c586c48d1684b982d468e42489e97913a46357dc705a766066c9edb6e6d43f1bbf89
 SHA512 
00116339c82625087c58a7393bf88800608a152a56fd03b13d1e9ff8c404fa9cfc6ac6824ac1b6eadba572f0e13fb0010789bcdefb7f551b15df4c3de98f77bc

diff --git a/dev-python/identify/identify-2.5.29.ebuild 
b/dev-python/identify/identify-2.5.29.ebuild
deleted file mode 100644
index f7d940f48b0b..
--- a/dev-python/identify/identify-2.5.29.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="File identification library for Python"
-HOMEPAGE="
-   https://github.com/pre-commit/identify/
-   https://pypi.org/project/identify/
-"
-SRC_URI="
-   https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv x86"
-
-RDEPEND="
-   dev-python/ukkonen[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/identify/identify-2.5.30.ebuild 
b/dev-python/identify/identify-2.5.30.ebuild
deleted file mode 100644
index 906b58d7a709..
--- a/dev-python/identify/identify-2.5.30.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="File identification library for Python"
-HOMEPAGE="
-   https://github.com/pre-commit/identify/
-   https://pypi.org/project/identify/
-"
-SRC_URI="
-   https://github.com/pre-commit/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~x86"
-
-RDEPEND="
-   dev-python/ukkonen[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest



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

2023-11-01 Thread 罗百科
commit: 5f1ce976b27507122b2ef9c3ed8eb5f84c916efc
Author: Patrick Lauer  gentoo  org>
AuthorDate: Thu Nov  2 05:33:28 2023 +
Commit: 罗百科  gentoo  org>
CommitDate: Thu Nov  2 05:34:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f1ce976

sys-apps/syd: add 3.2.2, drop 3.2.0

Signed-off-by: Patrick Lauer  gentoo.org>

 sys-apps/syd/Manifest   | 2 +-
 sys-apps/syd/{syd-3.2.0.ebuild => syd-3.2.2.ebuild} | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/sys-apps/syd/Manifest b/sys-apps/syd/Manifest
index f372af7559b4..7b8d85f5a1b4 100644
--- a/sys-apps/syd/Manifest
+++ b/sys-apps/syd/Manifest
@@ -67,8 +67,8 @@ DIST serde_json-1.0.107.crate 146458 BLAKE2B 
753be6076826ee0ba41a067e81c031e6fd6
 DIST smallvec-1.11.1.crate 34831 BLAKE2B 
bad85ddb1d3a1fcec0cb6aba413f90695e0aa0c16b2b231d6d15095bdd6de1731720ea2b394c3f9a444d6d4763bbf44cff389a01aef3488dc599d2ea63ddbc36
 SHA512 
d4ed45e8867366072e77f23ebe8b31be96be37e5beed30fc2b5ffea81ab04a2ad2aa34fb4f29724b02a5eb90f8b1d8c40b800ee915453947f90758ce999704b5
 DIST strum-0.25.0.crate 5539 BLAKE2B 
9c031e5ce19e2ecaa63e63118197c740ae9295b8881f6280ad92847b99fca6fb08b0d395ab1b2a66e25c8374cd18866d8436540538e3c0f1f047fd2235971b40
 SHA512 
a3522df79547e94518f25a0e29248f67f1d7e2586a7a424d7d996cb6bfe5d98fcc4fc44da7ddcd4e35a1127b2816bee55107f30cb2a559f5b9bbb1346139544a
 DIST strum_macros-0.25.3.crate 22570 BLAKE2B 
511af0d1f0f76df7ad1528c79987b6e09390bfb33e1c34078fb5450171aca7f169afb83fa2f2338a861ded6842c8535ea6e4cdb0d31f341edab0a06d7eeac16c
 SHA512 
e6ebc00943d9f88104815a5bd6a302a391a06fb0ed5ff836e01d341150628684e00e5e2e5b3f6466ece92d376985246f818243a0d1d775cfa55d1c50c0ec0c62
-DIST syd-3.2.0.tar.gz 259883 BLAKE2B 
9a46780f619165caa65ec831a79147e0315a1780a2bbf5bc731736ce194b120239f6dbeb657d4847c6e18610964b1e5e1c1c7367d22974442dfe2b0e5a87af67
 SHA512 
67adfbb5f357ee522d856b487029cdac4f1ad60ed42d29e7211eb0368f934e5f67c29c784d272aab45410a8f461421aba7cbc62df24cce559478073596e81015
 DIST syd-3.2.1.tar.gz 257118 BLAKE2B 
6e8573a16e8cba68e7f4242a04d22ae527a20fded5448eb4a4c21d683917df145aff656522e1ada2fc95a2472be11626fcbb1da3f81e6b9bcb618488b125993c
 SHA512 
67da8339be35fb8ee81e8d13ad4cab210da2c3c6046e19cdc5f948d4e3a75b5b5bdd3c4e9fb555bec969aa3d4091ee956c89a42d0f15c29c6f00cceffca990a5
+DIST syd-3.2.2.tar.gz 265384 BLAKE2B 
e433efac6008810b4b16789243b501f502ea458aa8299e3b06d18629da56237267b800d8fa050d1cf327e94b60834eece5b39be8a0fa1b4f731ed0b706977923
 SHA512 
3f51b97a2257c4c545264d2615ff9aab7f55816bfc2415b6fbd3b6e336ecf18c6d1de088f15f5c8facf780d2b5372365e4eb0771e91feed6368aeed8b1d07054
 DIST syn-2.0.38.crate 243284 BLAKE2B 
660de454989016dbb352c262d5d066ddc663eafcb928a2f62f61e6faf14cceed5cfbc37559e3795e1ce7886c78842be71eaa82ddced0cd6dd99ad99f95ab8ca4
 SHA512 
84fd4f4bc6de97cdb63a1ee9161daf8fb8fd1fa0f3c3bba4a29c463cd62cffd292c45b8cf17fd0911e580098cadc7b167e4e686595d31d72e7b53ee7df6d5f04
 DIST threadpool-1.8.1.crate 14408 BLAKE2B 
8bd64ede19184e18460f6b2ad5bc888d6facd5fcaa5b43c35269e35909c9c68a884203f5c4b92619c097ad48c19ec29f73085755ee348cc637233ff3b5b50ccc
 SHA512 
adaa5aecdeec25848af15b160e5b39833978454d834974211bd586d81837f2ce89e5590f08b7e0d4868346cf57056913a5d41bc8bf92b89109ed769cce4a8be0
 DIST tinytemplate-1.2.1.crate 26490 BLAKE2B 
af39d96f33f63238e455a4e38fde1d1730fd9661ae68be7b05df6ef9d2ab1a04db1332cc4ec9deb6da3a8e22b124df81b0fa8916d8491b808742bb733c8e48be
 SHA512 
0cc080057e096f0796e72004343e1a8332c2e8a12e43f6ade150ebf632e9c29c7ad04de0b940cd57df81efdc4d07a6607da9b86a30d8383e39ac3d7be185edb9

diff --git a/sys-apps/syd/syd-3.2.0.ebuild b/sys-apps/syd/syd-3.2.2.ebuild
similarity index 99%
rename from sys-apps/syd/syd-3.2.0.ebuild
rename to sys-apps/syd/syd-3.2.2.ebuild
index 9eac15e4ca0c..f41da1e1d001 100644
--- a/sys-apps/syd/syd-3.2.0.ebuild
+++ b/sys-apps/syd/syd-3.2.2.ebuild
@@ -54,6 +54,7 @@ CRATES="
num_cpus@1.16.0
once_cell@1.18.0
oorandom@11.1.3
+   openat2@0.1.2
parking_lot@0.12.1
parking_lot_core@0.9.9
pkg-config@0.3.27



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

2023-11-01 Thread Michał Górny
commit: 69dec77fa1fd8cb002925b1238590bb3800224ae
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:24:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:30:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69dec77f

dev-python/blinker: Bump to 1.7.0

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

 dev-python/blinker/Manifest |  1 +
 dev-python/blinker/blinker-1.7.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/blinker/Manifest b/dev-python/blinker/Manifest
index 0f2a8a7cd65e..452b048a70ef 100644
--- a/dev-python/blinker/Manifest
+++ b/dev-python/blinker/Manifest
@@ -1,2 +1,3 @@
 DIST blinker-1.6.2.tar.gz 28699 BLAKE2B 
dd19193af5af97d6ea373a37fcd7318e5e9c18f04503821224bd687dc8f065ef41142bbb136b964661501ab2d9c8a8e2bd1e3e865e4df7ed3a7e627d67962bb1
 SHA512 
c84bb955e97e6a13e6fda5f070373736bd1361f40ad9202eeaa300055b163648db381060f6b45fdf405a0bd4ef07b694875735e6f220d51d1b7a5be7efb28f72
 DIST blinker-1.6.3.tar.gz 28092 BLAKE2B 
8fb0d6b050ab055a9364888c0fe590d4eada5d5d4df19f61aeeab503c9f70bde52a3120601b62747efbffd2ab4ebb055318880cd3bfd0908d731477dd034e03a
 SHA512 
2b68751246ac084a97491a360496971416564f21cae909799e2942e915fbee1c6399e43aaa6391cadcdd87f57340013b3a894afa2e9b5dc156baa1245c4928b9
+DIST blinker-1.7.0.tar.gz 28134 BLAKE2B 
afff064a79ae7ab9fcee46c7eb3f6557bd9149be0a10cddfd13f969649a7aa57cec727cc6a10c54af2f676b8dc9be69beaf6521b5764555ac3e97fda7b68f5f8
 SHA512 
b55dc104fd69bf9f682184202f9da7cb6925e7e863f38d5ad5b4b5988b2315aae02da6f4c9f0ec34238b8d5b9b6eec52b06258d93e14416cda3e2b718d9aa60c

diff --git a/dev-python/blinker/blinker-1.7.0.ebuild 
b/dev-python/blinker/blinker-1.7.0.ebuild
new file mode 100644
index ..8c0df5e80dcb
--- /dev/null
+++ b/dev-python/blinker/blinker-1.7.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Fast, simple object-to-object and broadcast signaling"
+HOMEPAGE="
+   https://github.com/pallets-eco/blinker/
+   https://pypi.org/project/blinker/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+distutils_enable_tests pytest



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

2023-11-01 Thread Michał Górny
commit: 1b74b3ec2f10dc2e62780464154cf44f13db21a0
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:20:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:30:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b74b3ec

dev-python/pyicu: Bump to 2.12

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

 dev-python/pyicu/Manifest  |  1 +
 dev-python/pyicu/pyicu-2.12.ebuild | 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/pyicu/Manifest b/dev-python/pyicu/Manifest
index 9e70a85d94b9..d3e222063836 100644
--- a/dev-python/pyicu/Manifest
+++ b/dev-python/pyicu/Manifest
@@ -1 +1,2 @@
 DIST pyicu-v2.11.tar.bz2 193939 BLAKE2B 
2226d9b669242980a52c1c3e734519a581c8f80cb34ff477d3602f150d290a105c86e40ea1e2f13012a81484b89bd2c50a76975683f27fcbcce9bae2475a7175
 SHA512 
c50e0fad3c92ccaeedf18f7ed6c31772f74b1e5bd01f00dc94b535079ce910d9033dba5ad15dabbedf6eff2034503d69d0715e0b4938ab2701450a8b641bab34
+DIST pyicu-v2.12.tar.bz2 195543 BLAKE2B 
ffee7f0d77495ca490047f6c1f280e47161a9dcebbf5525c8131a3876d10048f154aabfa2be98cd9bbe8e32cea2be86736cf7aa1b0193084b0b7dc36a45b861f
 SHA512 
b182550a9491795699868908615a823e9e35220b6b43ef745a0e34563a133d2c9c2c5c8ae6e221f8c7117d310214828e8110f9e4113fd5cae7e724425de8fe84

diff --git a/dev-python/pyicu/pyicu-2.12.ebuild 
b/dev-python/pyicu/pyicu-2.12.ebuild
new file mode 100644
index ..44cff26c1a31
--- /dev/null
+++ b/dev-python/pyicu/pyicu-2.12.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=${P/-/-v}
+DESCRIPTION="Python bindings for dev-libs/icu"
+HOMEPAGE="
+   https://gitlab.pyicu.org/main/pyicu/
+   https://pypi.org/project/PyICU/
+"
+SRC_URI="
+   https://gitlab.pyicu.org/main/pyicu/-/archive/v${PV}/${MY_P}.tar.bz2
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc64 ~riscv ~x86 ~arm64-macos ~x64-macos"
+
+DEPEND="
+   dev-libs/icu:=
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   test? (
+   dev-python/six[${PYTHON_USEDEP}]
+   )
+"
+
+DOCS=( CHANGES CREDITS README.md )
+
+distutils_enable_tests pytest
+
+python_test() {
+   epytest test
+}



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

2023-11-01 Thread Michał Górny
commit: bb2ac80fb9f4413ebc5e40feabe96614b646d867
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 04:35:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 04:35:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb2ac80f

dev-python/botocore: Bump to 1.31.76

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

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

diff --git a/dev-python/botocore/Manifest b/dev-python/botocore/Manifest
index 5266ef0ef0fc..653a0a1afa39 100644
--- a/dev-python/botocore/Manifest
+++ b/dev-python/botocore/Manifest
@@ -3,3 +3,4 @@ DIST botocore-1.31.68.gh.tar.gz 11989788 BLAKE2B 
d8d34511e3ef65f54e1b305cf60cdb9
 DIST botocore-1.31.73.gh.tar.gz 12009409 BLAKE2B 
949ecb6e85141ca8e3c01e05f996e47f63e0967ec85dde5772f27d564abca001c642ca1991f45b8fec05f7c105f22f713c5e3a8b5e8a8ea3a1a2026abc92fdac
 SHA512 
cd9f77aad6f17d06a04206abc2ae34285423581f6ae5d1c70635d43dc22d73d46842048f0a0f955147c8fb5e5a071e8d4d597a3f9c28146c74957f4b18c8cd22
 DIST botocore-1.31.74.gh.tar.gz 12017398 BLAKE2B 
48c8dd01b28eaac3b3ee3e9841cf82f4aee030a5715407072cd288c1de0d6db512c591a08490b3283a8754a9e64f59c2db5d3096146d2b06cfc6a9d0d47bc12a
 SHA512 
c5466ae62f13cfd5c6416b1e1e0cc8c9b39f098ac3927ea6257beee0d7c7d0a8215d80b63da5340d4c041bc572341f4c813a99444b68c67276f26f2b4d9e3825
 DIST botocore-1.31.75.gh.tar.gz 12020716 BLAKE2B 
35c9f70100bcd1e7f34fc3ca3f146e4eb81af62c68d56fff7998ed6ef7adf2065a5ffd7aef3005a7836cfd27f79b5724754b00f10824d6836c3b709e34218453
 SHA512 
4d4f46eb5db5368fef6ccc5a40d9d8467a184ca67b9a8c4c662215dc7398a746c5412cdac7d32ecbd8a794373b1e416fb9b5a7c71b0e705246370b84489cec6e
+DIST botocore-1.31.76.gh.tar.gz 12028378 BLAKE2B 
02e6f35676df0599b700f8077b34f6dd6bdafc819325bbc9d331f2083accc1a90acbd5cb9776d3cf3d6d6047469a772c223a3f11315b5448133acb48fc7ecec8
 SHA512 
e54982d49c962ef551d5af9683fb4978dc69971c9e58db1b9f5cc2ae63ab48a3c1d9d503b024123bc8524a7042a5c13441b0eb450d670277095aa815398e4cd7

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



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

2023-11-01 Thread Michał Górny
commit: 52d7ebb86881e3ccf5d14bdf08b1d49b77c6aa3c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 04:35:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 04:35:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d7ebb8

app-admin/awscli: Bump to 1.29.76

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

 app-admin/awscli/Manifest  |  1 +
 app-admin/awscli/awscli-1.29.76.ebuild | 87 ++
 2 files changed, 88 insertions(+)

diff --git a/app-admin/awscli/Manifest b/app-admin/awscli/Manifest
index a6e7997d5c4f..bd38bbe8cea8 100644
--- a/app-admin/awscli/Manifest
+++ b/app-admin/awscli/Manifest
@@ -3,3 +3,4 @@ DIST aws-cli-1.29.68.gh.tar.gz 2565226 BLAKE2B 
b1f2209738c3a54beac322b14ceb54d31
 DIST aws-cli-1.29.73.gh.tar.gz 2569425 BLAKE2B 
14950fd5c67726779f621dd039bfb7d3c24ab083530b3923aec52f1433a9110455e7ef5aa529ddad3b576e30d6cdd3d40fc94a14f06638756c7347475d8b8e7e
 SHA512 
2a85489d8052b968a083dbff7f9e31d9ffbfce60617ffdacaa65d5d7a9d4c05e70785f230e2e8b2f92c47be9a0b86147ea76a9ffa588b768818e5e64ef4aa280
 DIST aws-cli-1.29.74.gh.tar.gz 2570564 BLAKE2B 
6877bc2e2cef5b8c1b871af98e41a0ef3ef911927f7a592342c7ad5e762d820b7c561deef54baf8c657d31c6a742b7eb219f206d860966697716963b311937a8
 SHA512 
690a6c6fe2fab88bd8353b32fecb04d4fa33aefe574bcc4e0b9ec9f2a3c6decd05d01808f9fd715697bb7db2d7b0a2ac0ac23dc03f26b4e3e40ffa30d0cc9828
 DIST aws-cli-1.29.75.gh.tar.gz 2571561 BLAKE2B 
e9db44fb596ce0a6e210e80ca08f027db765f0ff0e18281de92deb13b0dca3c5c51fb742488fc3b6c5ec7f659ca8fa3d7629a1e74fa260c2dfffbe6359838025
 SHA512 
a192b5c859ad60844e7ed2bfcb2fd8fe2d59cee4b518cfdbe2b0aa29498e1e315e2d52d91eb72f4208cd0d1b3df2229eafc939b02448cec787cb24a189162b34
+DIST aws-cli-1.29.76.gh.tar.gz 2572022 BLAKE2B 
42c203f28145c232762ef3aed12af04d3917161940ddaaf1396d1ee67a4ef19dacf6e876488ce6f02fd20200dab44c795ab551034e31a70bfd302a4daaefe629
 SHA512 
00ec8032070706871178eb951254d9562db1adb86c4ac6629de00754639dd5ee4c4df3f8e1cb881bd8b8a2da16a8714990d7ca10d0b390a01a5abf67055e4d4b

diff --git a/app-admin/awscli/awscli-1.29.76.ebuild 
b/app-admin/awscli/awscli-1.29.76.ebuild
new file mode 100644
index ..23ea7d6f6fe7
--- /dev/null
+++ b/app-admin/awscli/awscli-1.29.76.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit bash-completion-r1 distutils-r1 multiprocessing
+
+MY_P=aws-cli-${PV}
+DESCRIPTION="Universal Command Line Environment for AWS"
+HOMEPAGE="
+   https://github.com/aws/aws-cli/
+   https://pypi.org/project/awscli/
+"
+SRC_URI="
+   https://github.com/aws/aws-cli/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+# botocore is x.(y+2).z
+BOTOCORE_PV="$(ver_cut 1).$(( $(ver_cut 2) + 2)).$(ver_cut 3-)"
+RDEPEND="
+   >=dev-python/botocore-${BOTOCORE_PV}[${PYTHON_USEDEP}]
+   dev-python/colorama[${PYTHON_USEDEP}]
+   dev-python/docutils[${PYTHON_USEDEP}]
+   dev-python/rsa[${PYTHON_USEDEP}]
+   >=dev-python/s3transfer-0.7.0[${PYTHON_USEDEP}]
+   dev-python/pyyaml[${PYTHON_USEDEP}]
+   !app-admin/awscli-bin
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   dev-python/pytest-xdist[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # do not rely on bundled deps in botocore (sic!)
+   find -name '*.py' -exec sed -i \
+   -e 's:from botocore[.]vendored import:import:' \
+   -e 's:from botocore[.]vendored[.]:from :' \
+   {} + || die
+   # strip overzealous upper bounds on requirements
+   sed -i -e 's:,<[0-9.]*::' -e 's:==:>=:' setup.py || die
+   distutils-r1_src_prepare
+}
+
+python_test() {
+   local serial_tests=(
+   
tests/functional/ecs/test_execute_command.py::TestExecuteCommand::test_execute_command_success
+   
tests/unit/customizations/codeartifact/test_adapter_login.py::TestDotNetLogin::test_login_dotnet_sources_listed_with_backtracking
+   
tests/unit/customizations/codeartifact/test_adapter_login.py::TestDotNetLogin::test_login_dotnet_sources_listed_with_backtracking_windows
+   
tests/unit/customizations/codeartifact/test_adapter_login.py::TestNuGetLogin::test_login_nuget_sources_listed_with_backtracking
+   
tests/unit/customizations/ecs/test_executecommand_startsession.py::TestExecuteCommand::test_execute_command_success
+   tests/unit/test_compat.py::TestIgnoreUserSignals
+   tests/unit/test_help.py::TestHelpPager::test_can_handle_ctrl_c
+   tests/unit/test_help.py::TestHelpPager::test_can_render_contents
+   

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

2023-11-01 Thread Michał Górny
commit: 2ad7cd22b133b9d340b685963a3294ad53fed754
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:17:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:17:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ad7cd22

dev-python/mistune: Remove old

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

 dev-python/mistune/Manifest |  1 -
 dev-python/mistune/mistune-3.0.1.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-python/mistune/Manifest b/dev-python/mistune/Manifest
index 5ebf2cb67884..f02e416a7d46 100644
--- a/dev-python/mistune/Manifest
+++ b/dev-python/mistune/Manifest
@@ -1,2 +1 @@
-DIST mistune-3.0.1.tar.gz 91271 BLAKE2B 
42c0e76a95ede80a09a9f4748bdf9a737a7b149c15d8c52159cedd1522cebd4085cd1ec03a0ac516ff522b2c513553587cd3e93f2e9ca4388b3ad0671a8c3cb8
 SHA512 
280c1baf87a5dac7aafc8181f3098c556c36017a97de6c75576858ff2a318103c9086c811d61faef43453160020bd4a1db2a3007d6afb26e6cfc701df40d435f
 DIST mistune-3.0.2.tar.gz 90840 BLAKE2B 
bc4f477b24c8244d2fb7032835b3dc3bfc0bda8948fabbfa78660f77c861df76f9e01abcb58f8643efd689482fe3a187995cc92dd7cd0b7817ad799237d9b72d
 SHA512 
9a7e0e2886afddb8a6e314af1e4ed6e41f886f64823713f941b6a713a29986044ac66c437c4029e0fbf20224d106ce445a46906825b20b17b9e2ff6173476d28

diff --git a/dev-python/mistune/mistune-3.0.1.ebuild 
b/dev-python/mistune/mistune-3.0.1.ebuild
deleted file mode 100644
index 84e08e11881e..
--- a/dev-python/mistune/mistune-3.0.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="The fastest markdown parser in pure Python"
-HOMEPAGE="
-   https://github.com/lepture/mistune/
-   https://pypi.org/project/mistune/
-"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 
~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
-
-distutils_enable_tests pytest



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

2023-11-01 Thread Michał Górny
commit: 62327a96117465acc910b0071314cf8105dab700
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 04:35:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 04:35:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62327a96

dev-python/boto3: Bump to 1.28.76

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

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

diff --git a/dev-python/boto3/Manifest b/dev-python/boto3/Manifest
index 66236a9c3d65..e7c8f62a070e 100644
--- a/dev-python/boto3/Manifest
+++ b/dev-python/boto3/Manifest
@@ -3,3 +3,4 @@ DIST boto3-1.28.68.gh.tar.gz 717553 BLAKE2B 
dd8ba562613456e30c0f8bfe2f3befa9601b
 DIST boto3-1.28.73.gh.tar.gz 720995 BLAKE2B 
1ac1c85be9e095ebab3394c5b7bdc48e0ba05e97bc3e463c3fab5d6a3f46e14078f05466042cdf58250c901a42b4b80149874ee0a157b47616da8f9e65a1dbe1
 SHA512 
2a5f4c9e4cf86bc1b7d285d034873cedf2ada05a65ca64be3c449de8e33a351b813e4f939543cba11c183f0adb127728f20f9b769bdb2802712b47ccaa135dcb
 DIST boto3-1.28.74.gh.tar.gz 721857 BLAKE2B 
541e8bdab641c7d80a32a720bd848a05b73a46ae6306e0a400db46e040e626c11cdd0cdd6de15291eb2fcdfa895bf3d6a155ac86ccb17275ce58e7d18c6006d6
 SHA512 
b94d36e954758b9a5a11660fc8e3ae0a9c580545d9f5a2ba80ba2885c952a81708a731c92a700b251d41b583234e6185937b6d24626cec07c26982cef8c8a873
 DIST boto3-1.28.75.gh.tar.gz 722559 BLAKE2B 
7d5723c5a3c66b8937718efee14a74382e40ebc23fa58761b252b5d680cfd5b0697554a9b047265fdf0813f801860334c697ccb58931096158768b4e8d3d9136
 SHA512 
7e91cf33c5b911373362d78676e773842d4ee7b7b92870f7cf51dbd34268b9dc054b814e77432e4931ffc63bea6c2e5350c784e4d444c946aa2991c18ce5a23f
+DIST boto3-1.28.76.gh.tar.gz 722971 BLAKE2B 
cdf0717adbfd1dfb0ad59d6d1c268a707287b07661f1ba30bbd6df91daab737f7c3397b3f0ca57617a43e724270e2323d9ef66957f304b2efbb2af5ebef6b5cd
 SHA512 
5f82de03785ce2f3c0544c5c8269ff27a705e97d0d761e44dab49fb5ed078e91302cae2bc4772287d9e9404e00285bc2e7e482cccd1b74d9a68a897972097639

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



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

2023-11-01 Thread Michał Górny
commit: 7212cb075e48129e8415cdc0c6140290ff25df37
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 05:17:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 05:17:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7212cb07

dev-python/cycler: Remove old

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

 dev-python/cycler/Manifest|  2 --
 dev-python/cycler/cycler-0.11.0-r1.ebuild | 26 --
 dev-python/cycler/cycler-0.12.0.ebuild| 26 --
 3 files changed, 54 deletions(-)

diff --git a/dev-python/cycler/Manifest b/dev-python/cycler/Manifest
index bc276211e746..e1179f45be66 100644
--- a/dev-python/cycler/Manifest
+++ b/dev-python/cycler/Manifest
@@ -1,3 +1 @@
-DIST cycler-0.11.0.gh.tar.gz 19028 BLAKE2B 
7726067db988e40b833ebcef4a9122fd91753925af829a0023c08081ea7f315b84fd3a5d13731dba72d2820159da45698200ca8649b65b854d48e1a114e31d81
 SHA512 
cdf91b861d20710b3d77ad105e54668fafa4be69e566d6a09683c638a35aa423b542a141ca0bbffd7a6cd30c8e2a629d578be88648ab9f38a0c43405f2f39613
-DIST cycler-0.12.0.gh.tar.gz 23308 BLAKE2B 
7ef27c75314c860081a76004d720f66f20654d255fcc193f4c0a6473f61fcafc78b44a03631cd5d45c6ad205264d93c352bd11c25de845c537d3dd2279b69e01
 SHA512 
dcbaf8c8d66ae0a302f9dc7507d7064ded133ef5349f2d08cfb52beb3d7a81aa7cd0bebd5da357934431d39b6141e0e2ce344ab7f6e12b6ec6f61649bef3e5c3
 DIST cycler-0.12.1.gh.tar.gz 23326 BLAKE2B 
a7ec89573c09f7e2e1f185915e229e346185bcd81af5b1f8a352147f50b63ed051d7d09cd63adc3f9513fbe5005afeaa72644f4ad712e86ccfcd3326485507db
 SHA512 
f1d264de9c5e63515649aefb5937ef7a85d781c07b1c7c8fe291c969565abb18eb48d6d62f77d278746c60900c93700cbb095d280e09de768aedc2463e60d9a2

diff --git a/dev-python/cycler/cycler-0.11.0-r1.ebuild 
b/dev-python/cycler/cycler-0.11.0-r1.ebuild
deleted file mode 100644
index 01fe7761de74..
--- a/dev-python/cycler/cycler-0.11.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Composable style cycles"
-HOMEPAGE="
-   https://matplotlib.org/cycler/
-   https://pypi.org/project/cycler/
-   https://github.com/matplotlib/cycler/
-"
-SRC_URI="
-   https://github.com/matplotlib/cycler/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ppc ppc64 ~riscv 
~s390 sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos"
-
-distutils_enable_tests pytest

diff --git a/dev-python/cycler/cycler-0.12.0.ebuild 
b/dev-python/cycler/cycler-0.12.0.ebuild
deleted file mode 100644
index b4df8f7d8831..
--- a/dev-python/cycler/cycler-0.12.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="Composable style cycles"
-HOMEPAGE="
-   https://matplotlib.org/cycler/
-   https://pypi.org/project/cycler/
-   https://github.com/matplotlib/cycler/
-"
-SRC_URI="
-   https://github.com/matplotlib/cycler/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos 
~x64-macos"
-
-distutils_enable_tests pytest



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

2023-11-01 Thread Sam James
commit: 72c72760017cd0573bcad5f9f017bcc51c9db26d
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:11:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:11:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72c72760

sys-auth/pam_skey: Stabilize 1.1.5-r7 amd64, #916682

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

 sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild 
b/sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild
index a026136825a9..84de2e577cb1 100644
--- a/sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild
+++ b/sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild
@@ -12,7 +12,7 @@ SRC_URI="https://dkorunic.net/tarballs/${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND=">=sys-libs/pam-0.78-r3
>=sys-auth/skey-1.1.5-r4"



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

2023-11-01 Thread Sam James
commit: c49401948fd9379117fd8898ba5927bdfb5639a5
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:11:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4940194

xfce-extra/xfce4-notifyd: Stabilize 0.9.2 arm64, #916669

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

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild
index 9b0ea7c7bed4..eba4f7835a9e 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="sound wayland X"
 
 DEPEND="



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

2023-11-01 Thread Sam James
commit: 1df1d2e724bb3ac7ba09b9e2c380ff87880722bd
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:11:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:11:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1df1d2e7

app-text/pdfpc: Stabilize 4.6.0-r2 amd64, #916680

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

 app-text/pdfpc/pdfpc-4.6.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/pdfpc/pdfpc-4.6.0-r2.ebuild 
b/app-text/pdfpc/pdfpc-4.6.0-r2.ebuild
index 889520d13a25..0e1cfd3e8e6b 100644
--- a/app-text/pdfpc/pdfpc-4.6.0-r2.ebuild
+++ b/app-text/pdfpc/pdfpc-4.6.0-r2.ebuild
@@ -24,7 +24,7 @@ fi
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="+gstreamer soup webkit"
 
 RDEPEND="



[gentoo-commits] repo/gentoo:master commit in: app-emacs/mic-paren/

2023-11-01 Thread Sam James
commit: 1c62b2a78397cc4fff07038f7984b1b8fce53292
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:46 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:11:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c62b2a7

app-emacs/mic-paren: Stabilize 3.15-r1 ALLARCHES, #916678

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

 app-emacs/mic-paren/mic-paren-3.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/mic-paren/mic-paren-3.15-r1.ebuild 
b/app-emacs/mic-paren/mic-paren-3.15-r1.ebuild
index a8c5729299fd..55a53a700654 100644
--- a/app-emacs/mic-paren/mic-paren-3.15-r1.ebuild
+++ b/app-emacs/mic-paren/mic-paren-3.15-r1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz;
 
 LICENSE="GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 PATCHES=(
"${FILESDIR}"/${P}-quoting.patch



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

2023-11-01 Thread Sam James
commit: 14a25f5985c5e006a7aa6b03186a26eb33adf2ba
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:39 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:11:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14a25f59

xfce-extra/xfce4-pulseaudio-plugin: Stabilize 0.4.8 arm, #916667

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

 xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.8.ebuild 
b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.8.ebuild
index fb277510a6e7..62a2b0e862f1 100644
--- a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.8.ebuild
+++ b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.8.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~x86"
 # TODO: remove wnck when libxfce4windowing is ready to go stable
 IUSE="+keybinder libcanberra libnotify libxfce4windowing wnck"
 REQUIRED_USE="?? ( libxfce4windowing wnck )"



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

2023-11-01 Thread Sam James
commit: 2ac696791ef5c89faac8a2b6cbb57ee38fcdbf88
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:11:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:11:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ac69679

sys-auth/pam_skey: Stabilize 1.1.5-r7 x86, #916682

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

 sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild 
b/sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild
index 0a9ace209128..a026136825a9 100644
--- a/sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild
+++ b/sys-auth/pam_skey/pam_skey-1.1.5-r7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ SRC_URI="https://dkorunic.net/tarballs/${P}.tar.gz
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 RDEPEND=">=sys-libs/pam-0.78-r3
>=sys-auth/skey-1.1.5-r4"



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

2023-11-01 Thread Sam James
commit: ca6a6ec5ae31d79f88dfbe6f23174169fb8705d0
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:11:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca6a6ec5

xfce-extra/xfce4-pulseaudio-plugin: Stabilize 0.4.8 x86, #916667

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

 xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.8.ebuild 
b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.8.ebuild
index 62a2b0e862f1..203f31cade81 100644
--- a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.8.ebuild
+++ b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.8.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv x86"
 # TODO: remove wnck when libxfce4windowing is ready to go stable
 IUSE="+keybinder libcanberra libnotify libxfce4windowing wnck"
 REQUIRED_USE="?? ( libxfce4windowing wnck )"



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

2023-11-01 Thread Sam James
commit: 9b0e164de8f6f1d028464f4088ad18393cec612e
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:42 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:11:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b0e164d

x11-misc/gigolo: Stabilize 0.5.3 amd64, #916668

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

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

diff --git a/x11-misc/gigolo/gigolo-0.5.3.ebuild 
b/x11-misc/gigolo/gigolo-0.5.3.ebuild
index 8433e79902f4..98fce5b0ef5b 100644
--- a/x11-misc/gigolo/gigolo-0.5.3.ebuild
+++ b/x11-misc/gigolo/gigolo-0.5.3.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="
>=dev-libs/glib-2.38.0



[gentoo-commits] repo/gentoo:master commit in: app-editors/emacs/

2023-11-01 Thread Sam James
commit: bba29db0a2eaed5c3446a2fafefa4d4044d78801
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:44 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:11:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba29db0

app-editors/emacs: Stabilize 29.1-r5 arm64, #916676

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

 app-editors/emacs/emacs-29.1-r5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-editors/emacs/emacs-29.1-r5.ebuild 
b/app-editors/emacs/emacs-29.1-r5.ebuild
index 45d31c1e4311..f644e8f06881 100644
--- a/app-editors/emacs/emacs-29.1-r5.ebuild
+++ b/app-editors/emacs/emacs-29.1-r5.ebuild
@@ -36,7 +36,7 @@ else
PATCHES=("${WORKDIR}/patch")
SLOT="${PV%%.*}"
[[ ${PV} == *.*.* ]] && SLOT+="-vcs"
-   KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+   KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 
~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
 fi
 
 DESCRIPTION="The extensible, customizable, self-documenting real-time display 
editor"



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

2023-11-01 Thread Sam James
commit: 1bf50094736de24f30f6ae3953efe1afb860c4e6
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:37 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:11:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bf50094

xfce-extra/xfce4-pulseaudio-plugin: Stabilize 0.4.8 ppc64, #916667

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

 xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.8.ebuild 
b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.8.ebuild
index 8513a5c72c58..807a1a48fd9b 100644
--- a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.8.ebuild
+++ b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.8.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~x86"
 # TODO: remove wnck when libxfce4windowing is ready to go stable
 IUSE="+keybinder libcanberra libnotify libxfce4windowing wnck"
 REQUIRED_USE="?? ( libxfce4windowing wnck )"



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfconf/

2023-11-01 Thread Sam James
commit: 3d6e1ae7991a6adf7bd1242d4e6457a06e4170d4
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d6e1ae7

xfce-base/xfconf: Stabilize 4.18.2 ppc64, #91

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

 xfce-base/xfconf/xfconf-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.18.2.ebuild 
b/xfce-base/xfconf/xfconf-4.18.2.ebuild
index e685968e26eb..2d89a4cb507f 100644
--- a/xfce-base/xfconf/xfconf-4.18.2.ebuild
+++ b/xfce-base/xfconf/xfconf-4.18.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2023-11-01 Thread Sam James
commit: 23ab0a682d0d12df2b8e686988dbd43e8a595f01
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:38 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:11:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ab0a68

xfce-extra/xfce4-pulseaudio-plugin: Stabilize 0.4.8 arm64, #916667

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

 xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.8.ebuild 
b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.8.ebuild
index 807a1a48fd9b..fb277510a6e7 100644
--- a/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.8.ebuild
+++ b/xfce-extra/xfce4-pulseaudio-plugin/xfce4-pulseaudio-plugin-0.4.8.ebuild
@@ -14,7 +14,7 @@ 
SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~x86"
 # TODO: remove wnck when libxfce4windowing is ready to go stable
 IUSE="+keybinder libcanberra libnotify libxfce4windowing wnck"
 REQUIRED_USE="?? ( libxfce4windowing wnck )"



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfconf/

2023-11-01 Thread Sam James
commit: 24874cd6d377e48946102b2d216a6b48c5457449
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:33 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24874cd6

xfce-base/xfconf: Stabilize 4.18.2 amd64, #91

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

 xfce-base/xfconf/xfconf-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.18.2.ebuild 
b/xfce-base/xfconf/xfconf-4.18.2.ebuild
index 321bf56fab6a..cef75f77c381 100644
--- a/xfce-base/xfconf/xfconf-4.18.2.ebuild
+++ b/xfce-base/xfconf/xfconf-4.18.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfconf/

2023-11-01 Thread Sam James
commit: b5eb581badcafa37112a2e7b34439924af0f706d
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5eb581b

xfce-base/xfconf: Stabilize 4.18.2 arm64, #91

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

 xfce-base/xfconf/xfconf-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.18.2.ebuild 
b/xfce-base/xfconf/xfconf-4.18.2.ebuild
index cef75f77c381..e685968e26eb 100644
--- a/xfce-base/xfconf/xfconf-4.18.2.ebuild
+++ b/xfce-base/xfconf/xfconf-4.18.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2023-11-01 Thread Sam James
commit: fa4fb30bb3a17d1676bb26c382b506a2f3315e70
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:30 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa4fb30b

dev-util/xfce4-dev-tools: Stabilize 4.18.1 ppc64, #916665

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
index 65fc757c20bc..19544ac2055c 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 
 DEPEND="
>=dev-libs/glib-2.66.0



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

2023-11-01 Thread Sam James
commit: e350ddfed6bdb05799c5de54a516e602bd688f42
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:26 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e350ddfe

dev-util/xfce4-dev-tools: Stabilize 4.18.1 amd64, #916665

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
index f22bdb1f127b..ae32978119ba 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 
 DEPEND="
>=dev-libs/glib-2.66.0



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

2023-11-01 Thread Sam James
commit: a9a98cd1f8da4bf726c68113089c99d8338d0dbf
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:28 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9a98cd1

dev-util/xfce4-dev-tools: Stabilize 4.18.1 arm64, #916665

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
index ae32978119ba..65fc757c20bc 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 
 DEPEND="
>=dev-libs/glib-2.66.0



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

2023-11-01 Thread Sam James
commit: d00c88a37f9f3f8f6df82ba2d4191b1d9eaea69e
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:24 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d00c88a3

dev-util/xfce4-dev-tools: Stabilize 4.18.1 arm, #916665

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

 dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild 
b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
index f852684c9f8f..f22bdb1f127b 100644
--- a/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
+++ b/dev-util/xfce4-dev-tools/xfce4-dev-tools-4.18.1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://archive.xfce.org/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2;
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 
 DEPEND="
>=dev-libs/glib-2.66.0



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

2023-11-01 Thread Sam James
commit: 4aba4817491056ce3b4ebd1bf63d519e9538af8e
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:22 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4aba4817

dev-libs/c-blosc2: Stabilize 2.10.5 ppc64, #916663

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

 dev-libs/c-blosc2/c-blosc2-2.10.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-blosc2/c-blosc2-2.10.5.ebuild 
b/dev-libs/c-blosc2/c-blosc2-2.10.5.ebuild
index 9b8c1c982312..c8b030e63dce 100644
--- a/dev-libs/c-blosc2/c-blosc2-2.10.5.ebuild
+++ b/dev-libs/c-blosc2/c-blosc2-2.10.5.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0/1"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test +zlib +zstd"
 REQUIRED_USE="test? ( zlib zstd )"
 RESTRICT="!test? ( test )"



[gentoo-commits] repo/gentoo:master commit in: xfce-base/xfconf/

2023-11-01 Thread Sam James
commit: a5b3cb3816d3be302795ca8285d599e3c05f1f2a
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:31 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5b3cb38

xfce-base/xfconf: Stabilize 4.18.2 arm, #91

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

 xfce-base/xfconf/xfconf-4.18.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-base/xfconf/xfconf-4.18.2.ebuild 
b/xfce-base/xfconf/xfconf-4.18.2.ebuild
index 08ceb8f03fa1..321bf56fab6a 100644
--- a/xfce-base/xfconf/xfconf-4.18.2.ebuild
+++ b/xfce-base/xfconf/xfconf-4.18.2.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="
 
 LICENSE="GPL-2+"
 SLOT="0/3"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~mips ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-linux ~x86-linux ~x64-solaris"
 IUSE="debug +introspection vala"
 REQUIRED_USE="vala? ( introspection )"
 



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

2023-11-01 Thread Sam James
commit: 454b6c5df0a70229ba10f74d4980590eefcca622
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:12 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=454b6c5d

dev-python/rope: Stabilize 1.10.0 ALLARCHES, #916655

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

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

diff --git a/dev-python/rope/rope-1.10.0.ebuild 
b/dev-python/rope/rope-1.10.0.ebuild
index c2536d79323e..8b89cd51c75b 100644
--- a/dev-python/rope/rope-1.10.0.ebuild
+++ b/dev-python/rope/rope-1.10.0.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="
 
 LICENSE="LGPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc64 x86"
 IUSE="doc"
 
 RDEPEND="



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

2023-11-01 Thread Sam James
commit: b07e3722c6e1a3254cf4e3ce2b3647bb00832d91
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:19 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b07e3722

dev-libs/c-blosc2: Stabilize 2.10.5 amd64, #916663

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

 dev-libs/c-blosc2/c-blosc2-2.10.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-blosc2/c-blosc2-2.10.5.ebuild 
b/dev-libs/c-blosc2/c-blosc2-2.10.5.ebuild
index 4396638a727b..4ac3e7136c44 100644
--- a/dev-libs/c-blosc2/c-blosc2-2.10.5.ebuild
+++ b/dev-libs/c-blosc2/c-blosc2-2.10.5.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0/1"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test +zlib +zstd"
 REQUIRED_USE="test? ( zlib zstd )"
 RESTRICT="!test? ( test )"



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

2023-11-01 Thread Sam James
commit: 6bb47b6c3ca8efc0a672092ab9ccb52053fe6202
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:14 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:54 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bb47b6c

dev-python/seaborn: Stabilize 0.13.0 amd64, #916656

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

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

diff --git a/dev-python/seaborn/seaborn-0.13.0.ebuild 
b/dev-python/seaborn/seaborn-0.13.0.ebuild
index c18b4b771b97..7c075c896565 100644
--- a/dev-python/seaborn/seaborn-0.13.0.ebuild
+++ b/dev-python/seaborn/seaborn-0.13.0.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE="https://seaborn.pydata.org 
https://github.com/mwaskom/seaborn;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 
 RDEPEND="
>=dev-python/matplotlib-3.3[${PYTHON_USEDEP}]



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

2023-11-01 Thread Sam James
commit: 7e22689fc378af563ac41c9031fa94c1678c1a8e
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e22689f

dev-python/tempest: Stabilize 36.0.0 ALLARCHES, #916660

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

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

diff --git a/dev-python/tempest/tempest-36.0.0.ebuild 
b/dev-python/tempest/tempest-36.0.0.ebuild
index 93fcb0ff084e..ddfbd6ac4877 100644
--- a/dev-python/tempest/tempest-36.0.0.ebuild
+++ b/dev-python/tempest/tempest-36.0.0.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>dev-python/pbr-2.1.0[${PYTHON_USEDEP}]



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

2023-11-01 Thread Sam James
commit: b2e0266db5ef7c6a4bd250d21f599fd4690eeb00
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:20 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:10:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2e0266d

dev-libs/c-blosc2: Stabilize 2.10.5 arm64, #916663

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

 dev-libs/c-blosc2/c-blosc2-2.10.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-libs/c-blosc2/c-blosc2-2.10.5.ebuild 
b/dev-libs/c-blosc2/c-blosc2-2.10.5.ebuild
index 4ac3e7136c44..9b8c1c982312 100644
--- a/dev-libs/c-blosc2/c-blosc2-2.10.5.ebuild
+++ b/dev-libs/c-blosc2/c-blosc2-2.10.5.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="BSD"
 SLOT="0/1"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 
~amd64-linux ~x86-linux"
 IUSE="test +zlib +zstd"
 REQUIRED_USE="test? ( zlib zstd )"
 RESTRICT="!test? ( test )"



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

2023-11-01 Thread Matthew Thode
commit: 24c06065ab73c076d8d5b2f3f876d0972686dbe5
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Nov  2 04:10:17 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Nov  2 04:10:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24c06065

app-emulation/diskimage-builder: drop 3.30.0, 3.30.0-r1

Signed-off-by: Matthew Thode  gentoo.org>

 app-emulation/diskimage-builder/Manifest   |  1 -
 .../diskimage-builder-3.30.0-r1.ebuild | 41 --
 .../diskimage-builder-3.30.0.ebuild| 40 -
 3 files changed, 82 deletions(-)

diff --git a/app-emulation/diskimage-builder/Manifest 
b/app-emulation/diskimage-builder/Manifest
index 89057cff9820..f6fa011cf86f 100644
--- a/app-emulation/diskimage-builder/Manifest
+++ b/app-emulation/diskimage-builder/Manifest
@@ -1,2 +1 @@
-DIST diskimage-builder-3.30.0.tar.gz 527303 BLAKE2B 
ef364ad61932e56579c150935d247ba83a5d8bacf4aee196404f71304b560081fed5089129c74f4d3b3d6054165438dbf150a6fba41aaf4065b79cdf747e08f9
 SHA512 
aa9580878a4606069262022117abea6e1e4f9d1fb0f5951ea2b47486e844b2bfa330033e627c6a5bd8d50d97bf595a3380ec5b084199192c6b34849c41fd2d5a
 DIST diskimage-builder-3.31.0.tar.gz 528537 BLAKE2B 
34029716e3ade55b79a46c4e93ffb3d69d5f272d5ca11be74a26d41472816e6d83f0aedbbff86bb3309456c74843debb96ecccfb79aa839ddf4bef8a1c9c3ee1
 SHA512 
37362a5b1c58ecf35dfdd16eb20a061f3433751f513df0c4567f0ff495e9750a8c0aa32329be3a8e652d29b082656674e7518e9ea3317b1dbf6a80a46a70cdef

diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.30.0-r1.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-3.30.0-r1.ebuild
deleted file mode 100644
index 2f2696ced6ca..
--- a/app-emulation/diskimage-builder/diskimage-builder-3.30.0-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9,10,11} )
-DISTUTILS_USE_PEP517=setuptools
-PYPI_NO_NORMALIZE=1
-inherit distutils-r1
-
-DESCRIPTION="Golden Disk Image builder"
-HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/;
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git;
-else
-   inherit pypi
-   KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}"
-RDEPEND="${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-   app-emulation/qemu
-   sys-block/parted
-   sys-fs/multipath-tools
-   sys-fs/dosfstools
-   sys-apps/gptfdisk
-   !dev-python/dib-utils[${PYTHON_USEDEP}]"

diff --git a/app-emulation/diskimage-builder/diskimage-builder-3.30.0.ebuild 
b/app-emulation/diskimage-builder/diskimage-builder-3.30.0.ebuild
deleted file mode 100644
index 9c5050b1f22d..
--- a/app-emulation/diskimage-builder/diskimage-builder-3.30.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9,10,11} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-PYPI_NO_NORMALIZE=1
-inherit distutils-r1
-
-DESCRIPTION="Golden Disk Image builder"
-HOMEPAGE="http://docs.openstack.org/developer/diskimage-builder/;
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://opendev.org/openstack/diskimage-builder.git;
-else
-   inherit pypi
-   KEYWORDS="amd64 ~arm64 x86 ~amd64-linux ~x86-linux"
-fi
-
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE=""
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}"
-RDEPEND="${CDEPEND}
-   >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/networkx-1.10[${PYTHON_USEDEP}]
-   >=dev-python/pyyaml-3.12[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-   app-emulation/qemu
-   sys-block/parted
-   sys-fs/multipath-tools
-   sys-fs/dosfstools
-   sys-apps/gptfdisk
-   !dev-python/dib-utils[${PYTHON_USEDEP}]"



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

2023-11-01 Thread Matthew Thode
commit: 6b5b9116066915602e4245fe81621b2c0e8d36d7
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Nov  2 04:06:41 2023 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Thu Nov  2 04:06:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b5b9116

sys-block/tgt: add 1.0.89

Signed-off-by: Matthew Thode  gentoo.org>

 sys-block/tgt/Manifest  |  1 +
 sys-block/tgt/tgt-1.0.89.ebuild | 58 +
 2 files changed, 59 insertions(+)

diff --git a/sys-block/tgt/Manifest b/sys-block/tgt/Manifest
index bf8c33bac127..7ce9f61c5895 100644
--- a/sys-block/tgt/Manifest
+++ b/sys-block/tgt/Manifest
@@ -1,2 +1,3 @@
 DIST tgt-1.0.87.tar.gz 304798 BLAKE2B 
e8772a02078204373dd43276cc5534dd9e8996841bdfef613f34a9c59ef2886f866ff6fb56e6bdaea653b4081b477e1ab15cb3ed3d125b7c08b45ab11a63a7cb
 SHA512 
362adfc92f9fc6528b3de0aa9f202e39f6035b92fe3078236a3f75c0aef540a82cb4594077fdc7de2e524acc75601f5696111cc9aebc6de6265c53cd1d073db2
 DIST tgt-1.0.88.tar.gz 305767 BLAKE2B 
d9a35da5c12ba1621473a04f59ffc85364412443854e4b9d88ba7ae7a7120dbbf6cf233852ef33cca2f19bb67acd54dcdd97041812277cc7eb9359d2483289d4
 SHA512 
b1ac4da634ff65edfd67cfcbd4509772216ba411b8c389cd209d3abe7c72b19f8e261c627e3ad8343faeebe3d8b758855184b50ab9e635d11c707ba3bb79fe70
+DIST tgt-1.0.89.tar.gz 305773 BLAKE2B 
c128e307246c938ee9b41fa9d0783cfa488e103f38c8907768bc46ec46dfc6fa7b8aad5e14f43dfd111a5b6590b41ce6cf77683c2dc123ab5917f89e7c3d951c
 SHA512 
4a3f2e1e2a9e98fbb6892fb8171633efd15ce131f0e9294d95a7d8b23b6df739f11529e50ed03869d65a8a84a57f7337901f36e010a770a051caaa7ba2b47e7a

diff --git a/sys-block/tgt/tgt-1.0.89.ebuild b/sys-block/tgt/tgt-1.0.89.ebuild
new file mode 100644
index ..afca5f425e44
--- /dev/null
+++ b/sys-block/tgt/tgt-1.0.89.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs systemd
+
+DESCRIPTION="Linux SCSI target framework (tgt)"
+HOMEPAGE="https://github.com/fujita/tgt;
+SRC_URI="https://github.com/fujita/tgt/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86"
+IUSE="infiniband rbd selinux"
+
+DEPEND="
+   app-text/docbook-xsl-stylesheets
+   dev-libs/libxslt
+   dev-perl/Config-General
+   rbd? ( sys-cluster/ceph )
+   infiniband? ( sys-cluster/rdma-core )
+"
+RDEPEND="
+   ${DEPEND}
+   dev-libs/libaio
+   sys-apps/sg3_utils
+   selinux? ( sec-policy/selinux-tgtd )
+"
+
+pkg_setup() {
+   tc-export CC
+}
+
+src_prepare() {
+   default
+   sed -i -e 's:\($(CC)\) $^:\1 $(LDFLAGS) $^:' usr/Makefile || die
+   # make sure xml docs are generated before trying to install them
+   sed -i -e "s@install: @& all @g" doc/Makefile || die
+   sed -i -e 's|-Werror||g' usr/Makefile || die
+}
+
+src_compile() {
+   local myconf
+   use infiniband && myconf="${myconf} ISCSI_RDMA=1"
+   use rbd && myconf="${myconf} CEPH_RBD=1"
+
+   emake -C usr/ KERNELSRC="${KERNEL_DIR}" ISCSI=1 ${myconf}
+   emake -C doc
+}
+
+src_install() {
+   emake  install-programs install-scripts install-doc DESTDIR="${D}" 
docdir=/usr/share/doc/${PF}
+   newinitd "${FILESDIR}"/tgtd.initd-new tgtd
+   newconfd "${FILESDIR}"/tgtd.confd-new tgtd
+   systemd_dounit "${S}"/scripts/tgtd.service
+   dodir /etc/tgt
+   keepdir /etc/tgt
+}



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

2023-11-01 Thread Zac Medico
commit: 03f5ccbab4a7ea143eada03ac833948fda5a5ce6
Author: Rahil Bhimjiani  gmail  com>
AuthorDate: Tue Oct 31 15:09:01 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Nov  2 02:09:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f5ccba

app-containers/podman: add 4.7.2, drop 4.7.{0,1}, update live

4.7.2 fixes security issue
https://github.com/moby/moby/security/advisories/GHSA-jq35-85cj-fj4p

Just to be safe removing 4.7.0 and 4.7.1 as well.

For non-live versions, prevent git operations which causes sandbox violations
https://github.com/gentoo/gentoo/pull/33531#issuecomment-1786107493

Signed-off-by: Rahil Bhimjiani  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/33607
Signed-off-by: Zac Medico  gentoo.org>

 app-containers/podman/Manifest |   3 +-
 app-containers/podman/podman-4.7.0.ebuild  | 122 -
 .../{podman-4.7.1.ebuild => podman-4.7.2.ebuild}   |  19 +++-
 app-containers/podman/podman-.ebuild   |  19 +++-
 4 files changed, 31 insertions(+), 132 deletions(-)

diff --git a/app-containers/podman/Manifest b/app-containers/podman/Manifest
index 2be1c3640e72..c5c4bef92c86 100644
--- a/app-containers/podman/Manifest
+++ b/app-containers/podman/Manifest
@@ -1,3 +1,2 @@
 DIST podman-4.5.0.tar.gz 17423692 BLAKE2B 
ba28e77626bb4bcdb85b20031e12cf93f2eb3174b678cb8e99557df13e2cdf377ea402eb373a51ea44302f878f8e1cdedda14a2f3ad8c9e88895754fc50c272e
 SHA512 
8a699dc01fc3d7c4a9e5ef4f166170303fc30e0f6695c61f763944e1cb755e75896108e0c4166d184fe49e3a6859f045aa3883047ebba9290e851fc128d77cac
-DIST podman-4.7.0.tar.gz 20554573 BLAKE2B 
a98e52ec9fe48d5b70489ed6bd6961877cf67735048425ad30fe9de3e163f8266d6510c37b0c43effa90cc8ce1b39bdc46c5add90dabd8f78c79602824f132a6
 SHA512 
4cab8698a819cd42de4cb588978c94c91b0c85693db2476aa6d20d7f4e4a7674d417703f70bdbb5a0e94b678fd585ae03a95ff0e5b7eb2682d9f400b92915742
-DIST podman-4.7.1.tar.gz 20557503 BLAKE2B 
f34cc0e2c9bd46d8f538c51b7353b36aea3380233f998467f26aeee6c35850bc26ca25234d39426ae7e4951fb40bc9cf1b8218b1db92fc95bb4ce0f221827dbf
 SHA512 
cb89a687900bdc8ab9aec01d11c4e3062d8735122aa03639fa6eeecde10ea4bc3633381bce1e65955bf112d4fda330182f81d81054916b1eca8b7354c0f55c14
+DIST podman-4.7.2.tar.gz 20554551 BLAKE2B 
a53bbe6b21145ab394b4a9bc540d4335ca6cdd0e0a98e741e5cfb8aa19aaeb2801ca8d117d42b0d66f618018a2d4b1d736fc851b58b661cbae6ee815712fb936
 SHA512 
1873a158f2e0527b6e57929f391c4ea5adee5fba33e861eb7744cd0ac845f7296f6149b5e824142e701e5b4db95466585206f37402298301f99cc40b781a51ba

diff --git a/app-containers/podman/podman-4.7.0.ebuild 
b/app-containers/podman/podman-4.7.0.ebuild
deleted file mode 100644
index 2c7ededf36fd..
--- a/app-containers/podman/podman-4.7.0.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit go-module tmpfiles linux-info
-
-DESCRIPTION="A tool for managing OCI containers and pods with 
Docker-compatible CLI"
-HOMEPAGE="https://github.com/containers/podman/ https://podman.io/;
-if [[ ${PV} == ** ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/containers/podman.git;
-else
-   SRC_URI="https://github.com/containers/podman/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm64 ~riscv"
-fi
-LICENSE="Apache-2.0 BSD BSD-2 CC-BY-SA-4.0 ISC MIT MPL-2.0"
-SLOT="0"
-IUSE="apparmor btrfs cgroup-hybrid wrapper +fuse +init +rootless +seccomp 
selinux systemd"
-RESTRICT="test"
-
-RDEPEND="
-   app-crypt/gpgme:=
-   >=app-containers/conmon-2.0.0
-   >=app-containers/containers-common-0.56.0
-   dev-libs/libassuan:=
-   dev-libs/libgpg-error:=
-   sys-apps/shadow:=
-
-   apparmor? ( sys-libs/libapparmor )
-   btrfs? ( sys-fs/btrfs-progs )
-   cgroup-hybrid? ( >=app-containers/runc-1.0.0_rc6  )
-   !cgroup-hybrid? ( app-containers/crun )
-   wrapper? ( !app-containers/docker-cli )
-   fuse? ( sys-fs/fuse-overlayfs )
-   init? ( app-containers/catatonit )
-   rootless? ( app-containers/slirp4netns )
-   seccomp? ( sys-libs/libseccomp:= )
-   selinux? ( sec-policy/selinux-podman sys-libs/libselinux:= )
-   systemd? ( sys-apps/systemd:= )
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-   dev-go/go-md2man
-"
-
-PATCHES=(
-   "${FILESDIR}/seccomp-toggle-4.7.0.patch"
-)
-
-CONFIG_CHECK="
-   ~USER_NS
-"
-
-pkg_setup() {
-   use btrfs && CONFIG_CHECK+=" ~BTRFS_FS"
-   linux-info_pkg_setup
-}
-
-src_prepare() {
-   default
-   local file
-   for file in apparmor_tag btrfs_installed_tag btrfs_tag selinux_tag 
systemd_tag; do
-   [[ -f hack/"${file}".sh ]] || die
-   done
-
-   local feature
-   for feature in apparmor selinux systemd; do
-   cat <<-EOF > hack/"${feature}"_tag.sh || die
-   #!/usr/bin/env bash
-   $(usex ${feature} "echo ${feature}" echo)

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

2023-11-01 Thread Zac Medico
commit: d8bae42d8cf9479b1394c3da3d03c124d298
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Nov  2 01:59:18 2023 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Nov  2 02:00:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8bae42d

dev-util/editorconfig-geany: Fix build with geany-2.0

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

 dev-util/editorconfig-geany/editorconfig-geany-0.2.ebuild | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/dev-util/editorconfig-geany/editorconfig-geany-0.2.ebuild 
b/dev-util/editorconfig-geany/editorconfig-geany-0.2.ebuild
index 2c9be9381e6e..3ec785445ba2 100644
--- a/dev-util/editorconfig-geany/editorconfig-geany-0.2.ebuild
+++ b/dev-util/editorconfig-geany/editorconfig-geany-0.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -29,6 +29,15 @@ src_prepare() {
-e "s|^\\(LDFLAGS =.*\\)|\\1 ${LDFLAGS}|" \
-e "s|\`pkg-config[^\`]*\`||" \
-i Makefile || die
+
+   # https://github.com/editorconfig/editorconfig-geany/pull/15
+   cat << "EOF" > "${T}/GeanyFunctions.patch" || die
+--- a/editorconfig-geany.c
 b/editorconfig-geany.c
+@@ -33 +32,0 @@
+-GeanyFunctions*  geany_functions;
+EOF
+   eapply -p1 "${T}/GeanyFunctions.patch"
 }
 
 src_install() {



[gentoo-commits] repo/proj/guru:dev commit in: www-apps/whoogle-search/

2023-11-01 Thread Bailey Kasin
commit: be32aad09bceb8c7cde52bf15277041f2a026829
Author: Bailey Kasin  gmail  com>
AuthorDate: Thu Nov  2 01:57:37 2023 +
Commit: Bailey Kasin  gmail  com>
CommitDate: Thu Nov  2 01:57:37 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be32aad0

www-apps/whoogle-search: 0.8.4 add missing depend

Signed-off-by: Bailey Kasin  gmail.com>

 www-apps/whoogle-search/whoogle-search-0.8.4.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/www-apps/whoogle-search/whoogle-search-0.8.4.ebuild 
b/www-apps/whoogle-search/whoogle-search-0.8.4.ebuild
index 3ee914a883..c419bbdc77 100644
--- a/www-apps/whoogle-search/whoogle-search-0.8.4.ebuild
+++ b/www-apps/whoogle-search/whoogle-search-0.8.4.ebuild
@@ -23,6 +23,7 @@ RDEPEND="
 dev-python/python-dotenv[${PYTHON_USEDEP}]
dev-python/defusedxml[${PYTHON_USEDEP}]
dev-python/waitress[${PYTHON_USEDEP}]
+   dev-python/validators[${PYTHON_USEDEP}]
 app-arch/brotli[${PYTHON_USEDEP},python]
 net-libs/stem
 acct-user/whoogle
@@ -44,4 +45,4 @@ src_install() {
 doins ${FILESDIR}/whoogle.conf
 
 systemd_dounit ${FILESDIR}/whoogle.service
-}
\ No newline at end of file
+}



[gentoo-commits] repo/proj/guru:dev commit in: www-apps/pleroma/

2023-11-01 Thread Haelwenn Monnier
commit: d47bda2b714bd9ed47aeb2538afc7913e615dce7
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Thu Nov  2 01:51:02 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Thu Nov  2 01:51:15 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d47bda2b

www-apps/pleroma: Install OpenRC script

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 www-apps/pleroma/pleroma-2.6.0.ebuild | 2 ++
 www-apps/pleroma/pleroma-.ebuild  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/www-apps/pleroma/pleroma-2.6.0.ebuild 
b/www-apps/pleroma/pleroma-2.6.0.ebuild
index 1bcae78dda..6cff0375c3 100644
--- a/www-apps/pleroma/pleroma-2.6.0.ebuild
+++ b/www-apps/pleroma/pleroma-2.6.0.ebuild
@@ -84,6 +84,8 @@ src_install() {
fperms 0750 /opt/pleroma
fowners 0:pleroma /opt/pleroma
 
+   doinitd ./pleroma/installation/init.d/pleroma
+
dosym /opt/pleroma/bin/pleroma /usr/bin/pleroma
dosym /opt/pleroma/bin/pleroma_ctl /usr/bin/pleroma_ctl
 

diff --git a/www-apps/pleroma/pleroma-.ebuild 
b/www-apps/pleroma/pleroma-.ebuild
index 1ac09596c6..40b401f54c 100644
--- a/www-apps/pleroma/pleroma-.ebuild
+++ b/www-apps/pleroma/pleroma-.ebuild
@@ -85,6 +85,8 @@ src_install() {
fperms -R g-w,o= /opt/pleroma
fowners -R 0:pleroma /opt/pleroma
 
+   doinitd ./pleroma/installation/init.d/pleroma
+
dosym /opt/pleroma/bin/pleroma /usr/bin/pleroma
dosym /opt/pleroma/bin/pleroma_ctl /usr/bin/pleroma_ctl
 



[gentoo-commits] repo/proj/guru:dev commit in: www-apps/whoogle-search/

2023-11-01 Thread Bailey Kasin
commit: e06882f0156717113609a6e4b4be4ac5241505c7
Author: Bailey Kasin  gmail  com>
AuthorDate: Thu Nov  2 01:34:20 2023 +
Commit: Bailey Kasin  gmail  com>
CommitDate: Thu Nov  2 01:34:20 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e06882f0

gpg --list-secret-keys --keyid-format=long

Signed-off-by: Bailey Kasin  gmail.com>

 www-apps/whoogle-search/Manifest   |  1 +
 .../whoogle-search/whoogle-search-0.8.4.ebuild | 47 ++
 2 files changed, 48 insertions(+)

diff --git a/www-apps/whoogle-search/Manifest b/www-apps/whoogle-search/Manifest
index 08e76ab42b..679442cc8c 100644
--- a/www-apps/whoogle-search/Manifest
+++ b/www-apps/whoogle-search/Manifest
@@ -1 +1,2 @@
 DIST v0.8.3.tar.gz 612951 BLAKE2B 
b413727cd3bf43646b4754fd7d3d55009ca7dff7601e4c28910347427719aa541da7cab544dcb6ff7f5fab8134e50a484790a5e8c46a06ac723b45eb39980bab
 SHA512 
ea795435809d7b0e5c7860716ed05dfdc1e38b73fcbc6e4c482367cb03d2a84db48e619fb82520e3ef3041971ca9f35f0641b61a13dc4a68c9c38d9699c4182a
+DIST v0.8.4.tar.gz 616189 BLAKE2B 
23c547d330b3b098eea4d63029ba109f8ecc0f4fefe031c77fcdb52d657aeb93d8d6fa3ae8f54ff9a7218c7c31aa1eccba57b333c376b92cc6a841f60cb14240
 SHA512 
6a9f7e7502253c2c6b72e8753595f4d57dca6fad2fceb1fece6e40203f7b85eb0ef7debda4852ed347b103ae89c1a188ccb989e56bc7c0ad81dccdda69dc2b58

diff --git a/www-apps/whoogle-search/whoogle-search-0.8.4.ebuild 
b/www-apps/whoogle-search/whoogle-search-0.8.4.ebuild
new file mode 100644
index 00..3ee914a883
--- /dev/null
+++ b/www-apps/whoogle-search/whoogle-search-0.8.4.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=no
+PYTHON_COMPAT=( python3_{10..12} )
+inherit distutils-r1 systemd
+
+DESCRIPTION="A self-hosted, ad-free, privacy-respecting metasearch engine"
+HOMEPAGE="https://github.com/benbusby/whoogle-search;
+SRC_URI="https://github.com/benbusby/whoogle-search/archive/refs/tags/v${PV}.tar.gz;
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   dev-python/cssutils[${PYTHON_USEDEP}]
+   dev-python/beautifulsoup4[${PYTHON_USEDEP}]
+   dev-python/cryptography[${PYTHON_USEDEP}]
+   dev-python/flask[${PYTHON_USEDEP}]
+dev-python/python-dotenv[${PYTHON_USEDEP}]
+   dev-python/defusedxml[${PYTHON_USEDEP}]
+   dev-python/waitress[${PYTHON_USEDEP}]
+app-arch/brotli[${PYTHON_USEDEP},python]
+net-libs/stem
+acct-user/whoogle
+acct-group/whoogle
+"
+
+
+src_install() {
+rm -r .github docs test .dockerignore .gitignore .replit 
docker-compose.yml Dockerfile heroku.yml MANIFEST.in README.md requirements.txt
+mkdir -p "${ED}/opt/whoogle-search" || die
+insinto /opt/whoogle-search
+doins -r ./*
+fperms -R 0755 /opt/whoogle-search
+   fowners -R whoogle:whoogle /opt/whoogle-search
+
+insinto /etc/default/
+doins ${FILESDIR}/whoogle
+insinto /usr/lib/sysusers.d/
+doins ${FILESDIR}/whoogle.conf
+
+systemd_dounit ${FILESDIR}/whoogle.service
+}
\ No newline at end of file



[gentoo-commits] repo/gentoo:master commit in: dev-games/openscenegraph-openmw/

2023-11-01 Thread Ionen Wolkens
commit: 4e1d2972b74b47dbcabc002315b00e246d034ef6
Author: Alexey Sokolov  asokolov  org>
AuthorDate: Sat Sep 30 21:35:08 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Nov  2 01:16:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e1d2972

dev-games/openscenegraph-openmw: glut is no longer used

Closes: https://bugs.gentoo.org/907294
Signed-off-by: Alexey Sokolov  asokolov.org>
Closes: https://github.com/gentoo/gentoo/pull/33143
Signed-off-by: Ionen Wolkens  gentoo.org>

 .../openscenegraph-openmw/openscenegraph-openmw-3.6_p20221115.ebuild  | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git 
a/dev-games/openscenegraph-openmw/openscenegraph-openmw-3.6_p20221115.ebuild 
b/dev-games/openscenegraph-openmw/openscenegraph-openmw-3.6_p20221115.ebuild
index ef31dfac302f..94a6a21ef271 100644
--- a/dev-games/openscenegraph-openmw/openscenegraph-openmw-3.6_p20221115.ebuild
+++ b/dev-games/openscenegraph-openmw/openscenegraph-openmw-3.6_p20221115.ebuild
@@ -20,7 +20,7 @@ SLOT="0/162" # NOTE: CHECK WHEN BUMPING! Subslot is SOVERSION
 KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE="
+collada curl dicom debug doc egl examples fltk fox gdal
-   gif glut gstreamer +jpeg las lua openexr openinventor osgapps pdf +png
+   gif gstreamer +jpeg las lua openexr openinventor osgapps pdf +png
+sdl sdl2 +svg tiff +truetype vnc wxwidgets xrandr +zlib
 "
 
@@ -51,7 +51,6 @@ RDEPEND="
examples? (
fltk? ( x11-libs/fltk:1[opengl] )
fox? ( x11-libs/fox:1.6[opengl] )
-   glut? ( media-libs/freeglut )
sdl2? ( media-libs/libsdl2 )
wxwidgets? ( x11-libs/wxGTK:${WX_GTK_VER}[opengl,X] )
)
@@ -148,7 +147,6 @@ src_configure() {
mycmakeargs+=(
$(cmake_use_find_package fltk FLTK)
$(cmake_use_find_package fox FOX)
-   $(cmake_use_find_package glut GLUT)
$(cmake_use_find_package wxwidgets wxWidgets)
)
fi



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

2023-11-01 Thread Shaoyu Tseng
commit: 28db01ec68c46130487d563ef891e88fc855b38a
Author: Shaoyu Tseng <1over137  anche  no>
AuthorDate: Thu Nov  2 00:58:01 2023 +
Commit: Shaoyu Tseng  tuta  io>
CommitDate: Thu Nov  2 00:58:01 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=28db01ec

app-misc/anki-bin: add 23.10, drop 2.1.66-r1

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

 app-misc/anki-bin/Manifest | 10 +-
 .../{anki-bin-2.1.66-r1.ebuild => anki-bin-23.10.ebuild}   |  0
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/app-misc/anki-bin/Manifest b/app-misc/anki-bin/Manifest
index b089cab370..4da6c6d045 100644
--- a/app-misc/anki-bin/Manifest
+++ b/app-misc/anki-bin/Manifest
@@ -1,5 +1,5 @@
-DIST anki-2.1.66-cp39-abi3-manylinux_2_28_x86_64.whl.zip 10209787 BLAKE2B 
2459ffc090c8a191fddfd28834e4e234ab4d6c2331a70edfa1f07dc77479052f74515c1f567424eb5e6c6e936dc28bff05247b3f1cd9c1735fd5b88c36a1ae77
 SHA512 
f7f24ddcde12d31aa1efce98c5d7adf10209a1d8136d67d5b8066899cd07dd92c6db0b1abe99cc067dd66ca7835b6aadfd4d135e10d606ddec4e9ee8b0532400
-DIST anki-bin-2.1.66.1 2212 BLAKE2B 
18dba4d3f7210b1fa765490617c4290b7a0f37abd75df6fdb395ea758fa2557789f595e0c0470c918ee988dfa5270df48dda095e8f6dce2aad597b0bba23db50
 SHA512 
50ee6633758b028c54b899d70cf582c54d4fdbb7e13f10921303db3a84d325ac689b48dbf4a5f03584748e89ad7820e14cd4646d7a3fa97919496f48a99cdb05
-DIST anki-bin-2.1.66.desktop 458 BLAKE2B 
7311e2ea71b40bd586a547a14316ca5447d582c046c3850ec5f63637640401fa53e8cdb8799ca8d6b169e38dae3e507946f4fbe5057c0d48e92729033fc6514b
 SHA512 
4666f855e488c0f3cdf2d071aeb373cf8eff96eefe71eb7bb67344fed66150b821d83bed4d4ec2966f63d2a6ede1701f1b19236a6a72e3002e70d2f404d55220
-DIST anki-bin-2.1.66.png 34595 BLAKE2B 
7b8adeece0d666f819d2e579d04f00102d6a28fe5915b2d13ae0bbf72671f95610d2bb47235509756684d38e4be495b41b6b5814fa0ee2b303adc1c78ed54b88
 SHA512 
c5051738be8c766629a0ec4cbf95c5f554e7bbca2fb5103b3545f2c34a6fcfd87c1384bbd5239199a8491fa46889b299f5f6e1f23988e271402239cdc2a0a9e7
-DIST aqt-2.1.66-py3-none-any.whl.zip 7468167 BLAKE2B 
0ac356f2fb86671298abaf25e50f083922de6e09786230dadd20312b11a97d71ee86541a5be5e3c5196221b723888dfbb54ecebe5e810dc5e26f547e9265c532
 SHA512 
bb5119e4290bebd9e55929ce398fb55edf816bbc263e8cd75ce8b2ba39bd506c789fe08fed46186e4561122379c5b85450c15494d7e09da045d7124cd420016a
+DIST anki-23.10-cp39-abi3-manylinux_2_28_x86_64.whl.zip 11943812 BLAKE2B 
d2058291d65b4e206956d1367c03d18021ac2f19266249d22680714ca12c31b3553705788ed74cf06b3dae97d27228e85b97057dad50f4821954d196fb3696b9
 SHA512 
8b835044f9f974129bfdac18166c7ebf58cf199c510ebb618a03e8a2415b1e42d42fca39a5c92c3430b18429d0cc5095d7ae07213f90f28b6480c8f6a3cabb88
+DIST anki-bin-23.10.1 2212 BLAKE2B 
18dba4d3f7210b1fa765490617c4290b7a0f37abd75df6fdb395ea758fa2557789f595e0c0470c918ee988dfa5270df48dda095e8f6dce2aad597b0bba23db50
 SHA512 
50ee6633758b028c54b899d70cf582c54d4fdbb7e13f10921303db3a84d325ac689b48dbf4a5f03584748e89ad7820e14cd4646d7a3fa97919496f48a99cdb05
+DIST anki-bin-23.10.desktop 458 BLAKE2B 
7311e2ea71b40bd586a547a14316ca5447d582c046c3850ec5f63637640401fa53e8cdb8799ca8d6b169e38dae3e507946f4fbe5057c0d48e92729033fc6514b
 SHA512 
4666f855e488c0f3cdf2d071aeb373cf8eff96eefe71eb7bb67344fed66150b821d83bed4d4ec2966f63d2a6ede1701f1b19236a6a72e3002e70d2f404d55220
+DIST anki-bin-23.10.png 34595 BLAKE2B 
7b8adeece0d666f819d2e579d04f00102d6a28fe5915b2d13ae0bbf72671f95610d2bb47235509756684d38e4be495b41b6b5814fa0ee2b303adc1c78ed54b88
 SHA512 
c5051738be8c766629a0ec4cbf95c5f554e7bbca2fb5103b3545f2c34a6fcfd87c1384bbd5239199a8491fa46889b299f5f6e1f23988e271402239cdc2a0a9e7
+DIST aqt-23.10-py3-none-any.whl.zip 7737563 BLAKE2B 
93dd55f95b5f6395ac20c1d58bca7e6273ccb3d448df0f174a7a2758d9d579550e7ff1056c5642c3f7d39348d6cf86e91f935f303a62e904206cd11e053f9420
 SHA512 
6865fc3ddb1c93ed5310d35aa4738d8526e4fd829a108b3fc3e0a0fa4e349e82d9a74e03016644ba4a2fb3302d8c9b0fbe2b127ce139fe7e8907afbd1a721651

diff --git a/app-misc/anki-bin/anki-bin-2.1.66-r1.ebuild 
b/app-misc/anki-bin/anki-bin-23.10.ebuild
similarity index 100%
rename from app-misc/anki-bin/anki-bin-2.1.66-r1.ebuild
rename to app-misc/anki-bin/anki-bin-23.10.ebuild



[gentoo-commits] repo/gentoo:master commit in: dev-games/godot/

2023-11-01 Thread Ionen Wolkens
commit: a6bcf346393caf724e8118ea9ea15335ffc76c0a
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Nov  1 22:08:49 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Nov  2 00:05:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6bcf346

dev-games/godot: drop 4.1.1

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

 dev-games/godot/Manifest   |   1 -
 dev-games/godot/godot-4.1.1.ebuild | 233 -
 2 files changed, 234 deletions(-)

diff --git a/dev-games/godot/Manifest b/dev-games/godot/Manifest
index 349471a370c5..35cfeb7d6db4 100644
--- a/dev-games/godot/Manifest
+++ b/dev-games/godot/Manifest
@@ -1,4 +1,3 @@
 DIST godot-3.5.3-stable.tar.xz 24072964 BLAKE2B 
a4c03328e3aa77d741a1c642cfd645de04084f2852e865757fc8960c4919d3b8b8571e772f44004901fdd80a967e8e21bd8c6be8b36263db7afae787dcbd3ed6
 SHA512 
4c008af5bb7c298d465edbe03f6ebc642f50a4254e99d7a7a88919e1f9424b98c5dff95a55ae68d4e2e5878c7c0bb7d13a66869cb632ecb51a913f865155
 DIST godot-4.0.4-stable.tar.xz 30267060 BLAKE2B 
42f5f0c89edb96eb6f36c54229671f233ed0a49a769361195f9aaf807b45fe3968aeeaad204fc07e200114d852e4651f9dc8eb137c4f3aca7b8e8e1203ebcdc9
 SHA512 
4dadc123995d7262ffa6c5002d08611038957c59a8bd742284b9b62577de6b7182aad807db7a231180a355df0f25d10babdc914faf9287ed401152d98762bb5f
-DIST godot-4.1.1-stable.tar.xz 30681136 BLAKE2B 
18e6dae0428812493ecdd8d76cc99c2264873707d4abac0146a1d9b9cbffe2f678c346951a714d0d211fd380b433f910cc952e1720a2c4933febeb7d64283369
 SHA512 
9fc4bdff2ef3f5ad173514709591941f1dff32dd7cc54224a85691b34b6a5f1d01addc9b4f8d996bc6f774cee5c722181122a39b498b23e48e8d70629ff8ff0b
 DIST godot-4.1.2-stable.tar.xz 31020196 BLAKE2B 
fbdc4470a4db78a810dcbd7700c46dd03a9d9802c08cbad68dd3aedbc00678f7285837f34642ac833c000164f4a98559cb82bcb615ca353cf319e771d55cdc6a
 SHA512 
d9e3c948aeece3586632ed2a8c94ca2107a6b5b4bb1ae8dc264e350fbfcb4cc1f4cd4cf7fdcd61a5b0351511c12e34d83275a79d5e0361e2eee67c8447b5f831

diff --git a/dev-games/godot/godot-4.1.1.ebuild 
b/dev-games/godot/godot-4.1.1.ebuild
deleted file mode 100644
index bb300f4a8f99..
--- a/dev-games/godot/godot-4.1.1.ebuild
+++ /dev/null
@@ -1,233 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-inherit bash-completion-r1 desktop python-any-r1 scons-utils toolchain-funcs 
xdg
-
-DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor"
-HOMEPAGE="https://godotengine.org/;
-SRC_URI="
-   https://downloads.tuxfamily.org/godotengine/${PV}/${P}-stable.tar.xz
-   
https://github.com/godotengine/godot/releases/download/${PV}-stable/${P}-stable.tar.xz;
-S="${WORKDIR}/${P}-stable"
-
-LICENSE="
-   MIT
-   Apache-2.0 BSD Boost-1.0 CC0-1.0 Unlicense ZLIB
-   gui? ( CC-BY-4.0 ) tools? ( OFL-1.1 )"
-SLOT="4"
-KEYWORDS="~amd64"
-# Enable roughly same as upstream by default so it works as expected,
-# except raycast (tools-only heavy dependency), and deprecated.
-IUSE="
-   alsa +dbus debug deprecated +fontconfig +gui pulseaudio raycast
-   +runner speech test +theora +tools +udev +upnp +vulkan +webp"
-# TODO: tests still need more figuring out
-RESTRICT="test"
-
-# dlopen: libglvnd
-RDEPEND="
-   app-arch/brotli:=
-   app-arch/zstd:=
-   dev-games/recastnavigation:=
-   dev-libs/icu:=
-   dev-libs/libpcre2:=[pcre32]
-   media-libs/freetype[brotli,harfbuzz]
-   media-libs/harfbuzz:=[icu]
-   media-libs/libogg
-   media-libs/libpng:=
-   media-libs/libvorbis
-   

[gentoo-commits] repo/gentoo:master commit in: dev-games/godot/

2023-11-01 Thread Ionen Wolkens
commit: 4d1a7e4455b89fcd41a6be9e2cae21d12b1f80e2
Author: Ionen Wolkens  gentoo  org>
AuthorDate: Wed Nov  1 22:10:02 2023 +
Commit: Ionen Wolkens  gentoo  org>
CommitDate: Thu Nov  2 00:05:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d1a7e44

dev-games/godot: add 4.1.3

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

 dev-games/godot/Manifest   |   1 +
 dev-games/godot/godot-4.1.3.ebuild | 239 +
 2 files changed, 240 insertions(+)

diff --git a/dev-games/godot/Manifest b/dev-games/godot/Manifest
index 35cfeb7d6db4..5d277078da9f 100644
--- a/dev-games/godot/Manifest
+++ b/dev-games/godot/Manifest
@@ -1,3 +1,4 @@
 DIST godot-3.5.3-stable.tar.xz 24072964 BLAKE2B 
a4c03328e3aa77d741a1c642cfd645de04084f2852e865757fc8960c4919d3b8b8571e772f44004901fdd80a967e8e21bd8c6be8b36263db7afae787dcbd3ed6
 SHA512 
4c008af5bb7c298d465edbe03f6ebc642f50a4254e99d7a7a88919e1f9424b98c5dff95a55ae68d4e2e5878c7c0bb7d13a66869cb632ecb51a913f865155
 DIST godot-4.0.4-stable.tar.xz 30267060 BLAKE2B 
42f5f0c89edb96eb6f36c54229671f233ed0a49a769361195f9aaf807b45fe3968aeeaad204fc07e200114d852e4651f9dc8eb137c4f3aca7b8e8e1203ebcdc9
 SHA512 
4dadc123995d7262ffa6c5002d08611038957c59a8bd742284b9b62577de6b7182aad807db7a231180a355df0f25d10babdc914faf9287ed401152d98762bb5f
 DIST godot-4.1.2-stable.tar.xz 31020196 BLAKE2B 
fbdc4470a4db78a810dcbd7700c46dd03a9d9802c08cbad68dd3aedbc00678f7285837f34642ac833c000164f4a98559cb82bcb615ca353cf319e771d55cdc6a
 SHA512 
d9e3c948aeece3586632ed2a8c94ca2107a6b5b4bb1ae8dc264e350fbfcb4cc1f4cd4cf7fdcd61a5b0351511c12e34d83275a79d5e0361e2eee67c8447b5f831
+DIST godot-4.1.3-stable.tar.xz 31027024 BLAKE2B 
7d3eb66f080089507662fa639307d941772f79413d3f956fead5a335dd4057c03e90ee75e247689e78534d798cba3511e55d59097da2ca8a59544172
 SHA512 
e8dc812fc1bd98ce4d691d51fceb75d943fb40790c5a640e6178eb53b4de8b1078de8e1649e182963cb7beea26b2365c202f6deaea9bb679f789cd546d29f858

diff --git a/dev-games/godot/godot-4.1.3.ebuild 
b/dev-games/godot/godot-4.1.3.ebuild
new file mode 100644
index ..e2f9c5de4c32
--- /dev/null
+++ b/dev-games/godot/godot-4.1.3.ebuild
@@ -0,0 +1,239 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+inherit bash-completion-r1 desktop python-any-r1 scons-utils toolchain-funcs 
xdg
+
+DESCRIPTION="Multi-platform 2D and 3D game engine with a feature-rich editor"
+HOMEPAGE="https://godotengine.org/;
+SRC_URI="
+   https://downloads.tuxfamily.org/godotengine/${PV}/${P}-stable.tar.xz
+   
https://github.com/godotengine/godot/releases/download/${PV}-stable/${P}-stable.tar.xz
+"
+S=${WORKDIR}/${P}-stable
+
+LICENSE="
+   MIT
+   Apache-2.0 BSD Boost-1.0 CC0-1.0 Unlicense ZLIB
+   gui? ( CC-BY-4.0 ) tools? ( OFL-1.1 )
+"
+SLOT="4"
+KEYWORDS="~amd64"
+# Enable roughly same as upstream by default so it works as expected,
+# except raycast (tools-only heavy dependency), and deprecated.
+IUSE="
+   alsa +dbus debug deprecated +fontconfig +gui pulseaudio raycast
+   +runner speech test +theora +tools +udev +upnp +vulkan +webp
+"
+# TODO: tests still need more figuring out
+RESTRICT="test"
+
+# dlopen: libglvnd
+RDEPEND="
+   app-arch/brotli:=
+   app-arch/zstd:=
+   dev-games/recastnavigation:=
+   dev-libs/icu:=
+   dev-libs/libpcre2:=[pcre32]
+   media-libs/freetype[brotli,harfbuzz]
+   media-libs/harfbuzz:=[icu]
+   media-libs/libogg
+   media-libs/libpng:=
+   media-libs/libvorbis
+   

[gentoo-commits] repo/proj/guru:master commit in: app-misc/corectrl/, app-misc/corectrl/files/

2023-11-01 Thread Haelwenn Monnier
commit: b54461e3cb53392165e06d2f84835bc853e7e5a6
Author: Kostadin Shishmanov  tutanota  com>
AuthorDate: Wed Nov  1 16:20:17 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Nov  1 16:20:17 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b54461e3

app-misc/corectrl: drop 1.3.6, remove gcc 14 patch

Signed-off-by: Kostadin Shishmanov  tutanota.com>

 app-misc/corectrl/Manifest|  1 -
 app-misc/corectrl/corectrl-1.3.6.ebuild   | 58 ---
 app-misc/corectrl/files/corectrl-gcc-14.patch | 12 --
 3 files changed, 71 deletions(-)

diff --git a/app-misc/corectrl/Manifest b/app-misc/corectrl/Manifest
index ad85c4d9b5..090a88c96f 100644
--- a/app-misc/corectrl/Manifest
+++ b/app-misc/corectrl/Manifest
@@ -1,2 +1 @@
-DIST corectrl-v1.3.6.tar.bz2 570738 BLAKE2B 
8ff9255c67836e6826ea76663d1dcc8b39b024d806a75279ab5065550b1c9b1b54ed33acbf255a6c41f603df3146988c82df0c4c3f12e9e1f345c0eba432f361
 SHA512 
7f7718176a566c3f8d3b236c41a283d0b61f83c0dcc5954845214bb7b174bdff775e05d563c02b3fe17f2224541b0defc7900bbab6b0498d4bb02babfe4c8ce3
 DIST corectrl-v1.3.7.tar.bz2 570815 BLAKE2B 
fe8231ba71948d17b1e5d598bf19cde0e51ec13a20849b7bb12fa4cc8401d671123a5de00705cddd141e1ed68c097a315d676df060e704c5f0c0cf18c3383963
 SHA512 
f0c8ddc8180cb20935f58e0d473fc5436a430313f939adb6f1c41b0d278e689aaf6dd9d12b02ff81144dba494e713ccb4008bd3131bf8aa0769e13ac4de563be

diff --git a/app-misc/corectrl/corectrl-1.3.6.ebuild 
b/app-misc/corectrl/corectrl-1.3.6.ebuild
deleted file mode 100644
index 57104c21ab..00
--- a/app-misc/corectrl/corectrl-1.3.6.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit ecm
-
-DESCRIPTION="Core control application"
-HOMEPAGE="https://gitlab.com/corectrl/corectrl;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitlab.com/corectrl/corectrl.git;
-else
-   
SRC_URI="https://gitlab.com/corectrl/corectrl/-/archive/v${PV}/corectrl-v${PV}.tar.bz2;
-   KEYWORDS="~amd64"
-   S="${WORKDIR}/${PN}-v${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtcharts:5[qml]
-   dev-qt/qtsvg:5
-   dev-qt/linguist-tools:5
-   dev-qt/qtquickcontrols2:5
-   dev-libs/quazip
-   dev-libs/botan:2
-   sys-auth/polkit
-   x11-libs/libdrm[video_cards_amdgpu]
-   dev-libs/libfmt
-   dev-libs/pugixml
-   dev-cpp/easyloggingpp
-   dev-cpp/units
-   test? (
-   ~dev-cpp/catch-2.13.8
-   dev-cpp/trompeloeil
-   )
-"
-
-BDEPEND="${DEPEND}"
-
-PATCHES=(
-   "${FILESDIR}"/${PN}-gcc-14.patch
-)
-
-src_configure() {
-   local mycmakeargs+=(
-   -DBUILD_TESTING=$(usex test ON OFF)
-   )
-   cmake_src_configure
-}

diff --git a/app-misc/corectrl/files/corectrl-gcc-14.patch 
b/app-misc/corectrl/files/corectrl-gcc-14.patch
deleted file mode 100644
index 6392db7402..00
--- a/app-misc/corectrl/files/corectrl-gcc-14.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/core/components/controls/controlgroupxmlparser.cpp 
b/src/core/components/controls/controlgroupxmlparser.cpp
-index c83a187..c580fc3 100644
 a/src/core/components/controls/controlgroupxmlparser.cpp
-+++ b/src/core/components/controls/controlgroupxmlparser.cpp
-@@ -5,6 +5,7 @@
- 
- #include 
- #include 
-+#include 
- 
- class ControlGroupXMLParser::Factory final
- : public ProfilePartXMLParser::Factory



[gentoo-commits] repo/proj/guru:master commit in: net-im/abaddon/

2023-11-01 Thread Haelwenn Monnier
commit: 6865ce1a852a72a215635df1b020b2d093fc0f91
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Wed Nov  1 19:09:33 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Nov  1 19:09:33 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6865ce1a

net-im/abaddon: fix conditional depend of qrcodegen

Signed-off-by: Leonardo Hernández Hernández  proton.me>

 net-im/abaddon/abaddon-0.1.12-r1.ebuild | 2 +-
 net-im/abaddon/abaddon-.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-im/abaddon/abaddon-0.1.12-r1.ebuild 
b/net-im/abaddon/abaddon-0.1.12-r1.ebuild
index 6c184160eb..94666e37c1 100644
--- a/net-im/abaddon/abaddon-0.1.12-r1.ebuild
+++ b/net-im/abaddon/abaddon-0.1.12-r1.ebuild
@@ -31,8 +31,8 @@ RDEPEND="
net-misc/curl
sys-libs/zlib:=
libhandy? ( gui-libs/libhandy:= )
+   qrcodegen? ( dev-libs/qrcodegen )
rnnoise? ( media-libs/rnnoise )
-qrcodegen ( dev-libs/qrcodegen )
 "
 DEPEND="
${RDEPEND}

diff --git a/net-im/abaddon/abaddon-.ebuild 
b/net-im/abaddon/abaddon-.ebuild
index 6c184160eb..94666e37c1 100644
--- a/net-im/abaddon/abaddon-.ebuild
+++ b/net-im/abaddon/abaddon-.ebuild
@@ -31,8 +31,8 @@ RDEPEND="
net-misc/curl
sys-libs/zlib:=
libhandy? ( gui-libs/libhandy:= )
+   qrcodegen? ( dev-libs/qrcodegen )
rnnoise? ( media-libs/rnnoise )
-qrcodegen ( dev-libs/qrcodegen )
 "
 DEPEND="
${RDEPEND}



[gentoo-commits] repo/proj/guru:master commit in: net-im/abaddon/

2023-11-01 Thread Haelwenn Monnier
commit: e77680b04d813fd768e1db937821bc61a608f1a6
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Wed Nov  1 19:17:28 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Nov  1 19:17:28 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e77680b0

net-im/abaddon: misc style fixes

Signed-off-by: Leonardo Hernández Hernández  proton.me>

 net-im/abaddon/abaddon-0.1.12-r1.ebuild | 4 ++--
 net-im/abaddon/abaddon-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/net-im/abaddon/abaddon-0.1.12-r1.ebuild 
b/net-im/abaddon/abaddon-0.1.12-r1.ebuild
index 34dbe184e0..47487350f4 100644
--- a/net-im/abaddon/abaddon-0.1.12-r1.ebuild
+++ b/net-im/abaddon/abaddon-0.1.12-r1.ebuild
@@ -23,10 +23,10 @@ SLOT="0"
 IUSE="+libhandy +rnnoise qrcodegen"
 
 RDEPEND="
-   >=net-libs/ixwebsocket-11.0.8
dev-cpp/gtkmm:3.0=
dev-db/sqlite:3
dev-libs/miniaudio
+   >=net-libs/ixwebsocket-11.0.8
net-misc/curl
sys-libs/zlib:=
libhandy? ( gui-libs/libhandy:= )
@@ -44,7 +44,7 @@ src_configure() {
local mycmakeargs=(
-DUSE_LIBHANDY="$(usex libhandy)"
-DENABLE_RNNOISE="$(usex rnnoise)"
-   -DUSE_KEYCHAIN="no"
+   -DUSE_KEYCHAIN="no"
-DENABLE_QRCODE_LOGIN="$(usex qrcodegen)"
)
cmake_src_configure

diff --git a/net-im/abaddon/abaddon-.ebuild 
b/net-im/abaddon/abaddon-.ebuild
index 34dbe184e0..47487350f4 100644
--- a/net-im/abaddon/abaddon-.ebuild
+++ b/net-im/abaddon/abaddon-.ebuild
@@ -23,10 +23,10 @@ SLOT="0"
 IUSE="+libhandy +rnnoise qrcodegen"
 
 RDEPEND="
-   >=net-libs/ixwebsocket-11.0.8
dev-cpp/gtkmm:3.0=
dev-db/sqlite:3
dev-libs/miniaudio
+   >=net-libs/ixwebsocket-11.0.8
net-misc/curl
sys-libs/zlib:=
libhandy? ( gui-libs/libhandy:= )
@@ -44,7 +44,7 @@ src_configure() {
local mycmakeargs=(
-DUSE_LIBHANDY="$(usex libhandy)"
-DENABLE_RNNOISE="$(usex rnnoise)"
-   -DUSE_KEYCHAIN="no"
+   -DUSE_KEYCHAIN="no"
-DENABLE_QRCODE_LOGIN="$(usex qrcodegen)"
)
cmake_src_configure



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

2023-11-01 Thread Haelwenn Monnier
commit: 4e68ab6bbd8b9833a5ffee82ed2b3fbea106c58c
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Wed Nov  1 19:11:35 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Nov  1 19:11:35 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4e68ab6b

package.use.mask: mask USE=qrcodegen on net-im/abaddon

Signed-off-by: Leonardo Hernández Hernández  proton.me>

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

diff --git a/profiles/package.use.mask b/profiles/package.use.mask
index fc5de3454a..2aff3f9748 100644
--- a/profiles/package.use.mask
+++ b/profiles/package.use.mask
@@ -3,6 +3,11 @@
 
 # New entries go on top.
 
+# Leonardo Hernández Hernández  (2023-11-01)
+# Per the commiter (Benoît Dufour)
+# "Disable qrcodegen by default. Only the ones who really want it should 
enable it."
+net-im/abaddon qrcodegen
+
 # Anna Vyalkova  (2023-06-17)
 # Broken docs build.
 dev-crystal/crikey doc



[gentoo-commits] repo/proj/guru:master commit in: net-im/abaddon/

2023-11-01 Thread Haelwenn Monnier
commit: 2639549a9dc717d9b1715b1eddbf8d065c5e7ece
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Wed Nov  1 19:14:34 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Nov  1 19:14:34 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2639549a

net-im/abaddon: do not disable IUSE=qrcodegen by default

the USE-flag was masked in the previous commit

Signed-off-by: Leonardo Hernández Hernández  proton.me>

 net-im/abaddon/abaddon-0.1.12-r1.ebuild | 3 +--
 net-im/abaddon/abaddon-.ebuild  | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/net-im/abaddon/abaddon-0.1.12-r1.ebuild 
b/net-im/abaddon/abaddon-0.1.12-r1.ebuild
index 94666e37c1..34dbe184e0 100644
--- a/net-im/abaddon/abaddon-0.1.12-r1.ebuild
+++ b/net-im/abaddon/abaddon-0.1.12-r1.ebuild
@@ -20,8 +20,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-# Disable qrcodegen by default. Only the ones who really want it should enable 
it.
-IUSE="+libhandy +rnnoise -qrcodegen"
+IUSE="+libhandy +rnnoise qrcodegen"
 
 RDEPEND="
>=net-libs/ixwebsocket-11.0.8

diff --git a/net-im/abaddon/abaddon-.ebuild 
b/net-im/abaddon/abaddon-.ebuild
index 94666e37c1..34dbe184e0 100644
--- a/net-im/abaddon/abaddon-.ebuild
+++ b/net-im/abaddon/abaddon-.ebuild
@@ -20,8 +20,7 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-# Disable qrcodegen by default. Only the ones who really want it should enable 
it.
-IUSE="+libhandy +rnnoise -qrcodegen"
+IUSE="+libhandy +rnnoise qrcodegen"
 
 RDEPEND="
>=net-libs/ixwebsocket-11.0.8



[gentoo-commits] repo/proj/guru:master commit in: www-apps/code-server-bin/

2023-11-01 Thread Haelwenn Monnier
commit: cc604bbc4fc673227b634e4f857b5976116b64df
Author: Leonardo Hernández Hernández  proton  me>
AuthorDate: Wed Nov  1 18:52:42 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Nov  1 18:52:42 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cc604bbc

www-apps/code-server-bin: add 4.18.0

Signed-off-by: Leonardo Hernández Hernández  proton.me>

 www-apps/code-server-bin/Manifest  |   2 +
 .../code-server-bin/code-server-bin-4.18.0.ebuild  | 101 +
 2 files changed, 103 insertions(+)

diff --git a/www-apps/code-server-bin/Manifest 
b/www-apps/code-server-bin/Manifest
index afe2c2f335..de9403ff91 100644
--- a/www-apps/code-server-bin/Manifest
+++ b/www-apps/code-server-bin/Manifest
@@ -10,3 +10,5 @@ DIST code-server-bin-4.17.0-amd64.tar.gz 96605967 BLAKE2B 
631bb923170d4530596d31
 DIST code-server-bin-4.17.0-arm64.tar.gz 95927302 BLAKE2B 
8953ef7979eb35ddadc4238f631c385a2343fef93501e83387b6cb85575c5bb2dbbcd895bb11c0eb4ebf39980eebd4f93eef21881c1aa9c931605134e84a1df4
 SHA512 
6448e715a5541e38bf0bc75eafe6c2c5edc6e4628350531b0021139aaa40bd13dface37f79bad6009cd1932695468043953fede5507e9c7b6825ca7ae33c6f90
 DIST code-server-bin-4.17.1-amd64.tar.gz 96252118 BLAKE2B 
6509997725e316454538ba470aee204119b2cd3dcdb3d4c4e774691f512253111b5bde3d2eb84731ae05c0ff61fcaa422c8cde5004a3e173c363353deffd0d2e
 SHA512 
0c47af00c8e9d6d04ab218836ed1f2cc71ef94bd4c83aa1fdd670b9b967747cdae856290bf7a3fcde0b27b2117dd287a9bd711366d22b80304fe2031449f82c8
 DIST code-server-bin-4.17.1-arm64.tar.gz 96460530 BLAKE2B 
a7150628b67183cb0e8350a4718e99c0e42c18217221846ed18c50545cdac4a5e94cdeb45580de35cbaf35d6abae5d981e3ba96006fc133861084171bf1db04a
 SHA512 
a4181d1560e0d3d4ef3af5d7cf186d312b807cf81c708816132891c4453d0884ebbd9130363ec688168e4b226d061c0c3af4eab6b78cb067b2246e6a99aab8eb
+DIST code-server-bin-4.18.0-amd64.tar.gz 96325604 BLAKE2B 
b227866908496cebb44dbe779433751e406b5e6fcd787eb4e04618bccfef512452f0bfc9adbb431eb7834b6ce88f7383d038e8810ef11f5ec37dca7055a0677d
 SHA512 
ebd3538defcebb166627a55993ddff1825400fb7172f46f80afbeeb0333912f5cf2919d9b36305d761686d49c59333c90e3160c1365a5a57c2b223ceb1b2e341
+DIST code-server-bin-4.18.0-arm64.tar.gz 96445800 BLAKE2B 
4504f71005f090a5317990e5559f7806b5d8135c511c25d037f58d5fba154c8463c69bf174bb975b307907983f3b042350b035efe5962518124709e159e35da5
 SHA512 
357de541a23b2cec3a2ec66b6093e55f1cc7793544f84609b60f83395a78497a7b1471a566418c57f2411b3e895a6ffb859649a65d046784824be1fccac2520b

diff --git a/www-apps/code-server-bin/code-server-bin-4.18.0.ebuild 
b/www-apps/code-server-bin/code-server-bin-4.18.0.ebuild
new file mode 100644
index 00..56d038b6d0
--- /dev/null
+++ b/www-apps/code-server-bin/code-server-bin-4.18.0.ebuild
@@ -0,0 +1,101 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN/-bin/}"
+MY_P="${MY_PN}-${PV}"
+BASE_URI="https://github.com/coder/${MY_PN}/releases/download/v${PV}/${MY_P}-linux;
+
+inherit systemd
+
+DESCRIPTION="VS Code in the browser (binary version with unbundled node and 
ripgrep)"
+HOMEPAGE="https://coder.com/;
+SRC_URI="
+   amd64? ( ${BASE_URI}-amd64.tar.gz -> ${P}-amd64.tar.gz )
+   arm64? ( ${BASE_URI}-arm64.tar.gz -> ${P}-arm64.tar.gz )
+"
+S="${WORKDIR}/${MY_P}-linux-${ARCH}"
+
+LICENSE="MIT ISC BSD Apache-2.0 BSD-2 PYTHON 0BSD"
+LICENSE+=" LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+RESTRICT="test"
+
+RDEPEND="
+   app-crypt/libsecret
+   >=net-libs/nodejs-18.0.0[ssl]
+   sys-apps/ripgrep
+   virtual/krb5
+"
+
+PATCHES=( "${FILESDIR}/${PN}-node.patch" )
+
+DOCS=( README.md ThirdPartyNotices.txt )
+
+QA_PREBUILT="*"
+
+# Relative
+VSCODE_MODULES="lib/vscode/node_modules"
+QA_PRESTRIPPED="
+   
opt/${PN}/node_modules/@node-rs/argon2-linux-x64-musl/argon2.linux-x64-musl.node
+   
opt/${PN}/${VSCODE_MODULES}/@parcel/watcher/prebuilds/linux-x64/node.napi.musl.node
+   
opt/${PN}/${VSCODE_MODULES}/@parcel/watcher/prebuilds/linux-x64/node.napi.glibc.node
+"
+
+src_prepare() {
+   default
+
+   # We remove as much precompiled code as we can,
+   # node modules not written in JS cannot be removed
+   # thus "-bin".
+
+   # use system node
+   rm ./lib/node || die "Failed to remove bundled nodejs"
+
+   # remove bundled ripgrep binary
+   rm ./"${VSCODE_MODULES}"/@vscode/ripgrep/bin/rg \
+   || die "Failed to remove bundled ripgrep"
+
+   # Only required at build time
+   find "${S}" -type l -name python3 -delete || die
+
+   # not needed
+   rm ./postinstall.sh || die
+
+   # For windows
+   rm -r ./"${VSCODE_MODULES}"/@parcel/watcher/prebuilds/win32-x64 || die
+
+   if [[ $ELIBC != "musl" ]]; then
+   rm 
./"${VSCODE_MODULES}"/@parcel/watcher/prebuilds/linux-x64/node.napi.musl.node 
|| die
+   elif [[ $ELIBC != "glibc" ]]; then
+   rm 

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

2023-11-01 Thread Haelwenn Monnier
commit: 6649dc5b6e2c58279dac88cccde335a8b7788f14
Author: Benoît Dufour  mail  com>
AuthorDate: Wed Nov  1 23:14:54 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Nov  1 23:14:54 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6649dc5b

dev-python/PyPubSub: new package, add 4.0.3

Signed-off-by: Benoît Dufour  mail.com>

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

diff --git a/dev-python/PyPubSub/Manifest b/dev-python/PyPubSub/Manifest
new file mode 100644
index 00..66e4ca178f
--- /dev/null
+++ b/dev-python/PyPubSub/Manifest
@@ -0,0 +1 @@
+DIST PyPubSub-4.0.3.gh.tar.gz 174033 BLAKE2B 
65fcd960ce2f0548f152546faa7a98055a823414c453b475d6ade339f55e72a60dcb8d627f6272cc844d181f772b76dba4e53b2ecc521bb05420abc09f6c30d2
 SHA512 
cf9aca44e91a5d0e5ecf6739deabf2980f9464395c89e3c5335c5248e47c570701e0534bb660c5005325a994d9f8e7f261f36bc8bea74cfc7eb760b73c572652

diff --git a/dev-python/PyPubSub/PyPubSub-4.0.3.ebuild 
b/dev-python/PyPubSub/PyPubSub-4.0.3.ebuild
new file mode 100644
index 00..0b0e1876e4
--- /dev/null
+++ b/dev-python/PyPubSub/PyPubSub-4.0.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Forked from : 
https://data.gpo.zugaina.org/HomeAssistantRepository/dev-python/PyPubSub/PyPubSub-4.0.3.ebuild
+
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+inherit distutils-r1
+
+DESCRIPTION="Python Publish-Subscribe Package"
+HOMEPAGE="https://github.com/schollii/pypubsub 
https://pypi.org/project/PyPubSub/;
+MY_PN="pypubsub"
+SRC_URI="https://github.com/schollii/${MY_PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 arm arm64 x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DOCS="README.rst"
+
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   py.test -v -v || die
+}
+
+distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:master commit in: net-misc/yt-dlg/

2023-11-01 Thread Haelwenn Monnier
commit: b5d1550306cd7d6be97793a366cbdfd6ccda0479
Author: Benoît Dufour  mail  com>
AuthorDate: Wed Nov  1 23:19:17 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Nov  1 23:19:17 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b5d15503

net-misc/yt-dlg: new package, add 2023.08.16

Signed-off-by: Benoît Dufour  mail.com>

 net-misc/yt-dlg/Manifest |  1 +
 net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/net-misc/yt-dlg/Manifest b/net-misc/yt-dlg/Manifest
new file mode 100644
index 00..f6dd7950d9
--- /dev/null
+++ b/net-misc/yt-dlg/Manifest
@@ -0,0 +1 @@
+DIST yt-dlg-2023.08.16.tar.gz 1481142 BLAKE2B 
d64bd9e52531c1c66ef83e18d960dc63200cfd7185af9b14339a5fd852a36966e8cbbd769ecc65e457d52fb0a46f84f84147116a8771d18ea80237d03ec0ab20
 SHA512 
efc7aaa88b18bc58466fbc0fa62d7b26f857bf759cb7960f3728a351e66d2dc4d13ae8002fce140e03f9e0ff89940686a3753c24796e78777b33928d86fcdedc

diff --git a/net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild 
b/net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild
new file mode 100644
index 00..325aa2bc68
--- /dev/null
+++ b/net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+inherit desktop distutils-r1 xdg
+
+DESCRIPTION="A cross platform front-end GUI of the popular youtube-dl written 
in wxPython."
+HOMEPAGE="https://yt-dlg.github.io/yt-dlg/;
+# Using latest commit from August 16, 2023 as of November 1, 2023.
+# Latest releases and tags are from 2021 and are probably deprecated and 
incompatible with current Python versions.
+# Same applies for the dependencies of yt-dlp.
+SHA="692e5c5deee95c721a4ad92ecae7ca86de8bef35"
+SRC_URI="https://github.com/yt-dlg/yt-dlg/archive/${SHA}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="ffmpeg test"
+
+
+
+# net-misc/youtube-dl isn't available in gentoo anymore but I kept it as a 
dependency option just in case someone still use it or yt-dlp gets merged to 
youtube-dl.
+DEPEND="${PYTHON_DEPS}
+   >=dev-python/wxpython-4.2.0:*[${PYTHON_USEDEP}]
+   || (
+   net-misc/youtube-dl[${PYTHON_USEDEP}]
+   net-misc/yt-dlp[${PYTHON_USEDEP}]
+   )
+   >=dev-python/PyPubSub-4.0.3
+   ffmpeg? ( media-video/ffmpeg )
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+python_test() {
+   local tests=( ditem dlist parsers utils widgets )
+   local current_test
+   for current_test in tests; do
+   "${EPYTHON}" "tests/test_${curent_test}.py" || die "Tests fail 
with ${EPYTHON}"
+   done
+}
+
+# I don't know how to enable the test phase.
+distutils_enable_tests pytest
+
+S="${WORKDIR}/${PN}-${SHA}"
+
+DOCS=( README.md )
+
+src_install() {
+   distutils-r1_src_install
+   domenu yt-dlg.desktop
+}



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

2023-11-01 Thread Haelwenn Monnier
commit: 86fba2c653fec0ac3aacb77b59ffdbd10f9101d8
Author: Zen  pyl  onl>
AuthorDate: Wed Nov  1 18:05:44 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Nov  1 18:05:44 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=86fba2c6

sys-kernel/ugrd: add 0.7.4

Signed-off-by: Zen  pyl.onl>

 sys-kernel/ugrd/Manifest  |  1 +
 sys-kernel/ugrd/ugrd-0.7.4.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/sys-kernel/ugrd/Manifest b/sys-kernel/ugrd/Manifest
index 1fcb174d15..dc66f2061a 100644
--- a/sys-kernel/ugrd/Manifest
+++ b/sys-kernel/ugrd/Manifest
@@ -1 +1,2 @@
 DIST ugrd-0.7.3.tar.gz 38573 BLAKE2B 
86567ec5d0790af6667de4b6f8fa9f6ae83e49df7b0a32be7b4f0a7ea3f305a6206c25e35d86f6927b747a091ca9957755bf5049716e9b14b466c6c64dd536ee
 SHA512 
40b081b7cd916db5c133ddaa74b3589081088d62572339d749a9eb6fda17d06041a5bf352c73130ded6fc3e0c44fc5893217e0a1bace8cf31dde362ccc5b1fe4
+DIST ugrd-0.7.4.tar.gz 38882 BLAKE2B 
7bafa5e555093c862e1d34f6aa9c3079210f597f10504aa0f96f3ee2d189fb684c8b57ef197fab989406a90fc7f472f240269a30a03287a5059a1898fd4d229d
 SHA512 
b8e893fc12cc7a790ef59060583afd1a3b0407ca00b8d06df3c78f435133d4ebbd21c3e70eae1e4a309dcadc20ffd62fb3ead6adb5eb19d925cc92716e70c651

diff --git a/sys-kernel/ugrd/ugrd-0.7.4.ebuild 
b/sys-kernel/ugrd/ugrd-0.7.4.ebuild
new file mode 100644
index 00..71ef701393
--- /dev/null
+++ b/sys-kernel/ugrd/ugrd-0.7.4.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..12} pypy3 )
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Python based initramfs generator with TOML defintions"
+HOMEPAGE="https://github.com/desultory/ugrd;
+SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="app-misc/pax-utils"
+
+src_install() {
+   # Create the ugrd config directory
+   keepdir /etc/ugrd
+}
+
+pkg_postinst() {
+   optfeature "ugrd.crypto.cryptsetup support" sys-fs/cryptsetup
+   optfeature "ugrd.fs.btrfs support" sys-fs/btrfs-progs
+   optfeature "ugrd.crypto.gpg support" app-crypt/gnupg
+   optfeature "ugrd.fs.zfs support" sys-fs/zfs
+}



[gentoo-commits] repo/proj/guru:master commit in: sys-boot/zfsbootmenu/

2023-11-01 Thread Haelwenn Monnier
commit: 1244f6319252d6b52cca41a7c82e9e77208fe2e3
Author: Artemis Everfree  artemis  sh>
AuthorDate: Wed Nov  1 05:19:18 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Nov  1 05:20:44 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1244f631

sys-boot/zfsbootmenu: add 2.2.1

Signed-off-by: Artemis Everfree  artemis.sh>

 sys-boot/zfsbootmenu/Manifest |  1 +
 sys-boot/zfsbootmenu/zfsbootmenu-2.2.1.ebuild | 44 +++
 2 files changed, 45 insertions(+)

diff --git a/sys-boot/zfsbootmenu/Manifest b/sys-boot/zfsbootmenu/Manifest
index c25b59cb06..f5cb57dd64 100644
--- a/sys-boot/zfsbootmenu/Manifest
+++ b/sys-boot/zfsbootmenu/Manifest
@@ -1,2 +1,3 @@
 DIST zfsbootmenu-1.12.0.tar.gz 1688946 BLAKE2B 
291dcc813767def653bc4983cb9ff4c5b1d9f191cb8fee6e9a58cd6826fe0204606aa095339e9eeb6e4dd3201f5f9ad1b4cc3a26712960bf057198225f4b65f9
 SHA512 
5af3d258eee3ade3e9e11e084f4de0d251acc952348fdc4d3656b32f8fec7460c2d59fa883e06f482bd2f59e1055d6b908cf43c29aee47059d369231197a6645
 DIST zfsbootmenu-2.2.0.tar.gz 1825473 BLAKE2B 
3ec2c3b7fb7bfa0f2859978bbfe61fea0702000e8eeb03040cab6230195bb413d8e29dc256154606a3330ab403d05908fe2df6190c133885877e45948e7d5429
 SHA512 
7428ce3d5b168e65d26e9f2e26196d48287f16ed05c650600990fc5effa27c68d9f3af03eeb16ae7158c761e489ecef31bfbd868c64cc0bdee356ed00e7c0cfe
+DIST zfsbootmenu-2.2.1.tar.gz 1829045 BLAKE2B 
29f7dad1d94e8c6ab1466be81fa9dd8f01571d0e59791343eabb8f20f18c42aa71c0903539c578c8dbb0b91a563a310742e35a1844cafe71306010a928dd2e7c
 SHA512 
8d30df97c8a3371727f2403eca35b63bd3817c27e6d9734fb790c193a023af66d988a074c9ddb5c3db2610b9d1b8666e4d5b304d17c64bf9df1f199a1349d45a

diff --git a/sys-boot/zfsbootmenu/zfsbootmenu-2.2.1.ebuild 
b/sys-boot/zfsbootmenu/zfsbootmenu-2.2.1.ebuild
new file mode 100644
index 00..3cc05da397
--- /dev/null
+++ b/sys-boot/zfsbootmenu/zfsbootmenu-2.2.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="ZFS bootloader for root-on-ZFS systems"
+HOMEPAGE="https://zfsbootmenu.org;
+SRC_URI="https://github.com/zbm-dev/zfsbootmenu/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+PATCHES=(
+   "${FILESDIR}"/${PN}-stub-location.patch
+)
+
+RDEPEND="
+app-shells/fzf
+dev-lang/perl
+dev-perl/boolean
+dev-perl/Config-IniFiles
+dev-perl/Sort-Versions
+dev-perl/YAML-PP
+sys-apps/kexec-tools
+sys-block/mbuffer
+sys-fs/zfs
+sys-kernel/dracut
+"
+
+src_compile() {
+   # There's a makefile in the source repo but it's only for install. 
There's
+   # nothing to compile since zfsbootmenu is all scripts.
+   true
+}
+
+src_install() {
+   emake DESTDIR="${D}" install
+}
+
+pkg_postinst () {
+   elog "Please consult upstream doumentation to install the bootloader
+   https://github.com/zbm-dev/zfsbootmenu;
+}



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

2023-11-01 Thread Haelwenn Monnier
commit: 457ea60582585586073f0eebe2dbe4745c30
Author: Zen  pyl  onl>
AuthorDate: Tue Oct 31 21:01:53 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue Oct 31 21:04:07 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=457ea605

sys-kernel/ugrd: new package, add 0.7.1

Signed-off-by: Zen  pyl.onl>

 sys-kernel/ugrd/Manifest  |  1 +
 sys-kernel/ugrd/metadata.xml  | 14 ++
 sys-kernel/ugrd/ugrd-0.7.1.ebuild | 26 ++
 3 files changed, 41 insertions(+)

diff --git a/sys-kernel/ugrd/Manifest b/sys-kernel/ugrd/Manifest
new file mode 100644
index 00..bf14bd05a6
--- /dev/null
+++ b/sys-kernel/ugrd/Manifest
@@ -0,0 +1 @@
+DIST 0.7.1.zip 40064 BLAKE2B 
afdc6f5a4a83898d81353604bde4282a010a3294fd5c5ef76236d745919a1aad2a470c1443dd4568bfaab9cfc745e05248e2f8949e0426518d8bc517ea01242c
 SHA512 
43ccb1bb2bb99cbd84d532c4dbf278dee3b930a4f8e2cc81119262af2dfe8a0006243ee4ed2893200d82eb7a770af9ae5b5940cc46451dae8c2a5d97d7c934af

diff --git a/sys-kernel/ugrd/metadata.xml b/sys-kernel/ugrd/metadata.xml
new file mode 100644
index 00..64df0c806e
--- /dev/null
+++ b/sys-kernel/ugrd/metadata.xml
@@ -0,0 +1,14 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   d...@pyl.onl
+   Zen
+   
+   
+   Pull btrfs-progs as a dependency
+   Pull cryptsetup as a dependency
+   Pull gnupg as a dependency
+   Pull zfs as a dependency
+   
+

diff --git a/sys-kernel/ugrd/ugrd-0.7.1.ebuild 
b/sys-kernel/ugrd/ugrd-0.7.1.ebuild
new file mode 100644
index 00..79d2488681
--- /dev/null
+++ b/sys-kernel/ugrd/ugrd-0.7.1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Python based initramfs generator with TOML defintions"
+HOMEPAGE="https://github.com/desultory/ugrd;
+SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.zip;
+
+LICENSE=""
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="cryptsetup btrfs -gpg -zfs"
+
+RDEPEND="app-misc/pax-utils
+cryptsetup? ( sys-fs/cryptsetup )
+btrfs? ( sys-fs/btrfs-progs )
+gpg? ( app-crypt/gnupg )
+zfs? ( sys-fs/zfs )"
+DEPEND=""
+BDEPEND=""



[gentoo-commits] repo/proj/guru:master commit in: net-p2p/yggdrasil-go/

2023-11-01 Thread Haelwenn Monnier
commit: 69dad0b68102119a2d56adbd50a1cb87177c0349
Author: Eric Joldasov  getgoogleoff  me>
AuthorDate: Wed Nov  1 18:46:54 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Nov  1 18:46:54 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=69dad0b6

net-p2p/yggdrasil-go: add 0.5.1

Signed-off-by: Eric Joldasov  getgoogleoff.me>

 net-p2p/yggdrasil-go/Manifest  |  2 +
 net-p2p/yggdrasil-go/yggdrasil-go-0.5.1.ebuild | 57 ++
 2 files changed, 59 insertions(+)

diff --git a/net-p2p/yggdrasil-go/Manifest b/net-p2p/yggdrasil-go/Manifest
index 970006506e..94f1c8dda8 100644
--- a/net-p2p/yggdrasil-go/Manifest
+++ b/net-p2p/yggdrasil-go/Manifest
@@ -1,2 +1,4 @@
 DIST yggdrasil-go-0.4.7-vendor.tar.xz 958088 BLAKE2B 
1e6412803a2428fbc3779115155f7a5eb24e0f433c14083f79165da0b035c17ec083d1eb8a472d9edb7436f162c9a406fb67dce3f35be1f73d262ad1c048d728
 SHA512 
bd378cc24793d04969adc1318c08593115be2a0a8a7f83fdd773c10b16c7b0409867ea6e58994bdefaa8ad83730e2d4ee0526776beba170fd522b4fc46a0a36d
 DIST yggdrasil-go-0.4.7.tar.gz 95223 BLAKE2B 
eb56702dc95a9bb3bc5a48073d3e2241eb076299262fbeb5e001f2af0da5407796f0978295ae3ecf7b347f2a322c45bfb8d623e0c9271f092288f79ab5ad1040
 SHA512 
954e511001b509ae95348f18e489aed98dfa9ac079c007e3c054d00163e224389fdb6ae293be507cba5ae5182612a466a9d8878e7e2d762289ad4429920246e8
+DIST yggdrasil-go-0.5.1-vendor.tar.xz 1443912 BLAKE2B 
f62c2ddd09ff662e939f993bf850f862d2bb5cc5db34b4d38251e21aa8980729d1333196332d4f78b1b80b4f782102db9c8d286716d65d39cdfc6425e0e44510
 SHA512 
2f695542dbf642139be23227c432fc8e789fc8e3d4dedff9278ae0051db487bad642eda293ef39eab7d78bf578e474897517849badc123a980a0e9b66d8e9fd3
+DIST yggdrasil-go-0.5.1.tar.gz 103689 BLAKE2B 
4787f35acb6132d18c692dc727c0485025a25641cf09018e4fcc7cb1f7b4f7eb1418e2345cbde546b124b994cc615cc6f4ef9f13a40aefb55c8e89e04e5bf5d0
 SHA512 
2c7e3c4dee700328c651131dad8cc5e57de7a56d988062b130634679cf1e7af296fd1d11d80e7cf1e2ab389390a75c266b06d7179b9e5104ec150b71f6b3ebba

diff --git a/net-p2p/yggdrasil-go/yggdrasil-go-0.5.1.ebuild 
b/net-p2p/yggdrasil-go/yggdrasil-go-0.5.1.ebuild
new file mode 100644
index 00..7d9f6dd88f
--- /dev/null
+++ b/net-p2p/yggdrasil-go/yggdrasil-go-0.5.1.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module linux-info systemd fcaps
+
+DESCRIPTION="An experiment in scalable routing as an encrypted IPv6 overlay 
network"
+HOMEPAGE="https://yggdrasil-network.github.io/;
+SRC_URI="
+   
https://github.com/yggdrasil-network/yggdrasil-go/archive/refs/tags/v${PV}.tar.gz
 -> ${P}.tar.gz
+   
https://codeberg.org/BratishkaErik/distfiles/media/branch/master/${P}-vendor.tar.xz
+"
+
+LICENSE="LGPL-3 MIT Apache-2.0 BSD ZLIB"
+SLOT="0"
+KEYWORDS="~amd64"
+RESTRICT="mirror"
+
+DEPEND="
+   acct-user/yggdrasil
+   acct-group/yggdrasil
+"
+
+BDEPEND=">=dev-lang/go-1.17.0"
+
+FILECAPS=(
+   cap_net_admin,cap_net_bind_service "usr/bin/yggdrasil"
+)
+
+pkg_setup() {
+   linux-info_pkg_setup
+   if ! linux_config_exists; then
+   eerror "Unable to check your kernel for TUN support"
+   else
+   CONFIG_CHECK="~TUN"
+   ERROR_TUN="Your kernel lacks TUN support."
+   fi
+}
+
+src_compile() {
+   local package="github.com/yggdrasil-network/yggdrasil-go/src/version"
+
+   for CMD in yggdrasil yggdrasilctl ; do
+   ego build -buildmode=pie -ldflags "-s -linkmode external 
-extldflags '${LDFLAGS}' -X ${package}.buildName=${PN} -X 
${package}.buildVersion=v${PV}" -trimpath ./cmd/$CMD
+   done
+
+}
+
+src_install() {
+   dobin {yggdrasil,yggdrasilctl}
+   dodoc README.md
+   dodoc CHANGELOG.md
+   systemd_dounit "contrib/systemd/yggdrasil.service"
+   systemd_dounit "contrib/systemd/yggdrasil-default-config.service"
+   doinitd "contrib/openrc/yggdrasil"
+}



[gentoo-commits] repo/proj/guru:master commit in: sys-fs/zfs-auto-utils/

2023-11-01 Thread Haelwenn Monnier
commit: 7b0a94de420c5faa75c3aa476a9f14aa362006f7
Author: Huang Rui  gmail  com>
AuthorDate: Wed Nov  1 11:24:51 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Nov  1 11:24:51 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7b0a94de

sys-fs/zfs-auto-utils: cleanup ebuild

Signed-off-by: Huang Rui  gmail.com>

 sys-fs/zfs-auto-utils/zfs-auto-utils-1.0.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-fs/zfs-auto-utils/zfs-auto-utils-1.0.0.ebuild 
b/sys-fs/zfs-auto-utils/zfs-auto-utils-1.0.0.ebuild
index ebcb358cf9..e34e832245 100644
--- a/sys-fs/zfs-auto-utils/zfs-auto-utils-1.0.0.ebuild
+++ b/sys-fs/zfs-auto-utils/zfs-auto-utils-1.0.0.ebuild
@@ -7,7 +7,6 @@ if [[ ${PV} ==  ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/vowstar/${PN}.git;
 else
-   MY_P="${PN}-upstream-${PV}"
SRC_URI="https://github.com/vowstar/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
 fi



[gentoo-commits] repo/proj/guru:master commit in: net-vpn/mullvadvpn-app/

2023-11-01 Thread Haelwenn Monnier
commit: e24260e84588bf5b290e6aff8abe2dd3f0185b80
Author: David Roman  gmail  com>
AuthorDate: Wed Nov  1 12:55:45 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Nov  1 12:55:45 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e24260e8

net-vpn/mullvadvpn-app: update icon cache and desktop db

Closes: https://bugs.gentoo.org/916608
Signed-off-by: David Roman  gmail.com>

 net-vpn/mullvadvpn-app/mullvadvpn-app-2023.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-vpn/mullvadvpn-app/mullvadvpn-app-2023.5.ebuild 
b/net-vpn/mullvadvpn-app/mullvadvpn-app-2023.5.ebuild
index 44bab54cfc..2d0ec2ef34 100644
--- a/net-vpn/mullvadvpn-app/mullvadvpn-app-2023.5.ebuild
+++ b/net-vpn/mullvadvpn-app/mullvadvpn-app-2023.5.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit desktop rpm systemd shell-completion
+inherit desktop rpm systemd shell-completion xdg
 
 DESCRIPTION="Tool used to manage daemon setup"
 HOMEPAGE="https://github.com/mullvad/mullvadvpn-app https://mullvad.net/;



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

2023-11-01 Thread Haelwenn Monnier
commit: adcf38b6256a8bdc830991e09ce79498cff7bcbe
Author: Kostadin Shishmanov  tutanota  com>
AuthorDate: Wed Nov  1 07:14:12 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Nov  1 07:14:12 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=adcf38b6

app-misc/kmon: replace kmod with kmon in QA_FLAGS_IGNORED (facepalm)

Closes: https://bugs.gentoo.org/916606
Closes: https://bugs.gentoo.org/916607
Signed-off-by: Kostadin Shishmanov  tutanota.com>

 app-misc/kmon/kmon-1.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/kmon/kmon-1.6.4.ebuild b/app-misc/kmon/kmon-1.6.4.ebuild
index 77b557f312..9fb9dc26d8 100644
--- a/app-misc/kmon/kmon-1.6.4.ebuild
+++ b/app-misc/kmon/kmon-1.6.4.ebuild
@@ -128,4 +128,4 @@ LICENSE="GPL-3"
 LICENSE+=" 0BSD Apache-2.0 Boost-1.0 ISC MIT Unicode-DFS-2016"
 SLOT="0"
 KEYWORDS="~amd64"
-QA_FLAGS_IGNORED="usr/bin/kmod"
+QA_FLAGS_IGNORED="usr/bin/kmon"



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

2023-11-01 Thread Haelwenn Monnier
commit: 2ad7ceba48cb37f84deb7444edee1252f641c7a9
Author: Kostadin Shishmanov  tutanota  com>
AuthorDate: Wed Nov  1 16:19:51 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Nov  1 16:19:51 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2ad7ceba

app-misc/corectrl: add 1.3.7

Signed-off-by: Kostadin Shishmanov  tutanota.com>

 app-misc/corectrl/Manifest  |  1 +
 app-misc/corectrl/corectrl-1.3.7.ebuild | 54 +
 2 files changed, 55 insertions(+)

diff --git a/app-misc/corectrl/Manifest b/app-misc/corectrl/Manifest
index ef8fb34e48..ad85c4d9b5 100644
--- a/app-misc/corectrl/Manifest
+++ b/app-misc/corectrl/Manifest
@@ -1 +1,2 @@
 DIST corectrl-v1.3.6.tar.bz2 570738 BLAKE2B 
8ff9255c67836e6826ea76663d1dcc8b39b024d806a75279ab5065550b1c9b1b54ed33acbf255a6c41f603df3146988c82df0c4c3f12e9e1f345c0eba432f361
 SHA512 
7f7718176a566c3f8d3b236c41a283d0b61f83c0dcc5954845214bb7b174bdff775e05d563c02b3fe17f2224541b0defc7900bbab6b0498d4bb02babfe4c8ce3
+DIST corectrl-v1.3.7.tar.bz2 570815 BLAKE2B 
fe8231ba71948d17b1e5d598bf19cde0e51ec13a20849b7bb12fa4cc8401d671123a5de00705cddd141e1ed68c097a315d676df060e704c5f0c0cf18c3383963
 SHA512 
f0c8ddc8180cb20935f58e0d473fc5436a430313f939adb6f1c41b0d278e689aaf6dd9d12b02ff81144dba494e713ccb4008bd3131bf8aa0769e13ac4de563be

diff --git a/app-misc/corectrl/corectrl-1.3.7.ebuild 
b/app-misc/corectrl/corectrl-1.3.7.ebuild
new file mode 100644
index 00..e56edefc64
--- /dev/null
+++ b/app-misc/corectrl/corectrl-1.3.7.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit ecm
+
+DESCRIPTION="Core control application"
+HOMEPAGE="https://gitlab.com/corectrl/corectrl;
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://gitlab.com/corectrl/corectrl.git;
+else
+   
SRC_URI="https://gitlab.com/corectrl/corectrl/-/archive/v${PV}/corectrl-v${PV}.tar.bz2;
+   KEYWORDS="~amd64"
+   S="${WORKDIR}/${PN}-v${PV}"
+fi
+
+LICENSE="GPL-3"
+SLOT="0"
+
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   dev-qt/qtdbus:5
+   dev-qt/qtdeclarative:5
+   dev-qt/qtcharts:5[qml]
+   dev-qt/qtsvg:5
+   dev-qt/linguist-tools:5
+   dev-qt/qtquickcontrols2:5
+   dev-libs/quazip
+   dev-libs/botan:2
+   sys-auth/polkit
+   x11-libs/libdrm[video_cards_amdgpu]
+   dev-libs/libfmt
+   dev-libs/pugixml
+   dev-cpp/easyloggingpp
+   dev-cpp/units
+   test? (
+   ~dev-cpp/catch-2.13.8
+   dev-cpp/trompeloeil
+   )
+"
+
+BDEPEND="${DEPEND}"
+
+src_configure() {
+   local mycmakeargs+=(
+   -DBUILD_TESTING=$(usex test ON OFF)
+   )
+   cmake_src_configure
+}



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

2023-11-01 Thread Haelwenn Monnier
commit: 3c16afd383aacf9a1a8373ed142bac807c44dfd0
Author: Kostadin Shishmanov  tutanota  com>
AuthorDate: Wed Nov  1 09:30:59 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Nov  1 09:30:59 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3c16afd3

app-misc/corectrl: drop 1.3.5

Signed-off-by: Kostadin Shishmanov  tutanota.com>

 app-misc/corectrl/Manifest  |  1 -
 app-misc/corectrl/corectrl-1.3.5.ebuild | 54 -
 2 files changed, 55 deletions(-)

diff --git a/app-misc/corectrl/Manifest b/app-misc/corectrl/Manifest
index ec75a7d39d..ef8fb34e48 100644
--- a/app-misc/corectrl/Manifest
+++ b/app-misc/corectrl/Manifest
@@ -1,2 +1 @@
-DIST corectrl-v1.3.5.tar.bz2 570723 BLAKE2B 
4ee9ff0f84455599b9801d7e712ad98207462e573b3654f3dfa668b0691ef57a35482087ca193a985d241a10a3c9617e77ef5c1acdbbe9974b9d44fcdacd9295
 SHA512 
3c07bf0f99950b332bdf909f2580a8eb1243d71380f232bfc0980f7d6fd0d261eb522b22205f6dfb6ffd7f295afc243e1e6cd4dcd5f84dc4d5e129713fcb9ef1
 DIST corectrl-v1.3.6.tar.bz2 570738 BLAKE2B 
8ff9255c67836e6826ea76663d1dcc8b39b024d806a75279ab5065550b1c9b1b54ed33acbf255a6c41f603df3146988c82df0c4c3f12e9e1f345c0eba432f361
 SHA512 
7f7718176a566c3f8d3b236c41a283d0b61f83c0dcc5954845214bb7b174bdff775e05d563c02b3fe17f2224541b0defc7900bbab6b0498d4bb02babfe4c8ce3

diff --git a/app-misc/corectrl/corectrl-1.3.5.ebuild 
b/app-misc/corectrl/corectrl-1.3.5.ebuild
deleted file mode 100644
index e56edefc64..00
--- a/app-misc/corectrl/corectrl-1.3.5.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit ecm
-
-DESCRIPTION="Core control application"
-HOMEPAGE="https://gitlab.com/corectrl/corectrl;
-
-if [[ ${PV} ==  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://gitlab.com/corectrl/corectrl.git;
-else
-   
SRC_URI="https://gitlab.com/corectrl/corectrl/-/archive/v${PV}/corectrl-v${PV}.tar.bz2;
-   KEYWORDS="~amd64"
-   S="${WORKDIR}/${PN}-v${PV}"
-fi
-
-LICENSE="GPL-3"
-SLOT="0"
-
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-qt/qtdbus:5
-   dev-qt/qtdeclarative:5
-   dev-qt/qtcharts:5[qml]
-   dev-qt/qtsvg:5
-   dev-qt/linguist-tools:5
-   dev-qt/qtquickcontrols2:5
-   dev-libs/quazip
-   dev-libs/botan:2
-   sys-auth/polkit
-   x11-libs/libdrm[video_cards_amdgpu]
-   dev-libs/libfmt
-   dev-libs/pugixml
-   dev-cpp/easyloggingpp
-   dev-cpp/units
-   test? (
-   ~dev-cpp/catch-2.13.8
-   dev-cpp/trompeloeil
-   )
-"
-
-BDEPEND="${DEPEND}"
-
-src_configure() {
-   local mycmakeargs+=(
-   -DBUILD_TESTING=$(usex test ON OFF)
-   )
-   cmake_src_configure
-}



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

2023-11-01 Thread Haelwenn Monnier
commit: f9d38b243c64e4baa280311da9d12428e5cfe610
Author: Kostadin Shishmanov  tutanota  com>
AuthorDate: Wed Nov  1 12:15:34 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Nov  1 12:15:34 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f9d38b24

app-misc/corectrl: remove unneeded patch for live ebuild and remove leading 
whitespace from 1.3.6

Signed-off-by: Kostadin Shishmanov  tutanota.com>

 app-misc/corectrl/corectrl-1.3.6.ebuild | 2 +-
 app-misc/corectrl/corectrl-.ebuild  | 4 
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/app-misc/corectrl/corectrl-1.3.6.ebuild 
b/app-misc/corectrl/corectrl-1.3.6.ebuild
index 12fec0f9d0..57104c21ab 100644
--- a/app-misc/corectrl/corectrl-1.3.6.ebuild
+++ b/app-misc/corectrl/corectrl-1.3.6.ebuild
@@ -47,7 +47,7 @@ DEPEND="
 BDEPEND="${DEPEND}"
 
 PATCHES=(
-"${FILESDIR}"/${PN}-gcc-14.patch
+   "${FILESDIR}"/${PN}-gcc-14.patch
 )
 
 src_configure() {

diff --git a/app-misc/corectrl/corectrl-.ebuild 
b/app-misc/corectrl/corectrl-.ebuild
index a0fb181f6c..7b4ca92f3e 100644
--- a/app-misc/corectrl/corectrl-.ebuild
+++ b/app-misc/corectrl/corectrl-.ebuild
@@ -46,10 +46,6 @@ DEPEND="
 
 BDEPEND="${DEPEND}"
 
-PATCHES=(
-   "${FILESDIR}"/${PN}-gcc-14.patch
-)
-
 src_configure() {
local mycmakeargs+=(
-DBUILD_TESTING=$(usex test ON OFF)



[gentoo-commits] repo/proj/guru:master commit in: sys-fs/zfs-auto-utils/

2023-11-01 Thread Haelwenn Monnier
commit: 8ea5c347898972affed96249c439aaf52f035d5b
Author: Huang Rui  gmail  com>
AuthorDate: Wed Nov  1 11:16:16 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Nov  1 11:17:39 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8ea5c347

sys-fs/zfs-auto-utils: new package, add 1.0.0

Signed-off-by: Huang Rui  gmail.com>

 sys-fs/zfs-auto-utils/Manifest|  1 +
 sys-fs/zfs-auto-utils/metadata.xml| 51 +++
 sys-fs/zfs-auto-utils/zfs-auto-utils-1.0.0.ebuild | 38 +
 3 files changed, 90 insertions(+)

diff --git a/sys-fs/zfs-auto-utils/Manifest b/sys-fs/zfs-auto-utils/Manifest
new file mode 100644
index 00..e3795c5b10
--- /dev/null
+++ b/sys-fs/zfs-auto-utils/Manifest
@@ -0,0 +1 @@
+DIST zfs-auto-utils-1.0.0.tar.gz 9522 BLAKE2B 
962ffac7b6630182009935a4d08e0a320e2c187dfed600024948c30f02fda95462112fe1cd15a49579d3147d6e3d103f0a6cf95ff3d5d7775809d50db6162681
 SHA512 
5e53d88d607a4b333ac969bb2c3a7e6fa3d5c7736327f22971f223fa26aaa9d079f91fd776dfa25324e01c93df5d87836a1998d62f5b95fb534652fdaa0b427d

diff --git a/sys-fs/zfs-auto-utils/metadata.xml 
b/sys-fs/zfs-auto-utils/metadata.xml
new file mode 100644
index 00..e585ba76fa
--- /dev/null
+++ b/sys-fs/zfs-auto-utils/metadata.xml
@@ -0,0 +1,51 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   vows...@gmail.com
+   Huang Rui
+   
+   
+   vowstar/zfs-auto-utils
+   
+   
+   ZFS Automatic Scrub/Trim for Linux.
+   This package is ported from debian to facilitate use on other
+   distributions. This package renames some properties to make 
them more
+   consistent when used with zfs-auto-snapshot.
+   Auto TRIM is implemented using a custom per-pool property:
+   com.sun:auto-trim
+   By default, these TRIM jobs are scheduled on the first Sunday 
of every
+   month. The completion speed depends on the disks size, disk 
speed and
+   workload pattern. Cheap QLC disks could take considerable more 
time than
+   very expensive enterprise graded NVMe disks.
+   When com.sun:auto-trim is not present in pool, or the property 
is
+   present but value is empty/invalid, they are treated as auto.
+   Auto Scrub is implemented using a custom per-pool property:
+   com.sun:auto-scrub
+   By default this have a cron job entry to scrub all pools on the 
second
+   Sunday of every month at 24 minutes past midnight.
+   See /etc/cron.d/zfsutils-linux and /usr/libexec/zfs/scrub for 
details
+   It is possible to disable this by setting a zfs user defined 
property on
+   the root dataset for a pool.
+   
+   
+   适用于 Linux 的 ZFS 自动清理/修剪。
+   这个包是从debian移植来的,方便在其他平台上使用。这个包重命名了一些属性,
+   使它们与 zfs-auto-snapshot 一起使用时保持一致。
+   自动修剪 (TRIM) 是使用自定义的每个池属性来实现的:
+   com.sun:auto-trim
+   默认情况下,这些 TRIM 作业安排在每个月的第一个星期日。完成速度取决于磁盘
+   大小、磁盘速度和工作负载模式。廉价的 QLC 磁盘可能比昂贵的企业级 NVMe
+   磁盘花费更多的时间。
+   当 com.sun:auto-trim 不存在于池中,或者该属性是存在但值为空/无效,它们被
+   视为自动。
+   自动清理 (SCRUB) 是使用自定义的每个池属性来实现的:
+   com.sun:scrub
+   默认情况下,它有一个 cron 作业条目,用于在每月第二个星期日午夜过后
+   24 分钟清理所有池。
+   有关详细信息,请参阅 /etc/cron.d/zfsutils-linux 和
+   /usr/libexec/zfs/scrub.
+   可以通过在池的根数据集上设置 zfs 用户定义的属性来禁用此功能。
+   
+

diff --git a/sys-fs/zfs-auto-utils/zfs-auto-utils-1.0.0.ebuild 
b/sys-fs/zfs-auto-utils/zfs-auto-utils-1.0.0.ebuild
new file mode 100644
index 00..ebcb358cf9
--- /dev/null
+++ b/sys-fs/zfs-auto-utils/zfs-auto-utils-1.0.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+if [[ ${PV} ==  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/vowstar/${PN}.git;
+else
+   MY_P="${PN}-upstream-${PV}"
+   SRC_URI="https://github.com/vowstar/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv"
+fi
+
+DESCRIPTION="ZFS Automatic Scrub/Trim for Linux"
+HOMEPAGE="https://github.com/zfsonlinux;
+
+LICENSE="GPL-2+"
+SLOT="0"
+
+RDEPEND="
+   sys-fs/zfs
+   virtual/cron
+"
+
+DOCS=( README )
+
+src_install() {
+   emake PREFIX="${EPREFIX}/usr" DESTDIR="${D}" install
+   einstalldocs
+}
+
+pkg_postinst() {
+   ewarn "jobs are enabled by default for ALL zfs pools"
+   ewarn "enable default-exclude flag, or"
+   ewarn "set com.sun:auto-scrub=false to disable auto scrub"
+   ewarn "set com.sun:auto-trim=false to disable auto trim"
+}



[gentoo-commits] repo/proj/guru:master commit in: net-im/abaddon/

2023-11-01 Thread Haelwenn Monnier
commit: 5e25ad243cfe11adb330376deb646b85f8bd356c
Author: Benoît Dufour  mail  com>
AuthorDate: Tue Oct 31 20:28:29 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue Oct 31 20:28:29 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=5e25ad24

net-im/abaddon: Add USE flag to enable QR Code login and add dependencies on 
media-libs/qrcodegen::guru

Signed-off-by: Benoît Dufour  mail.com>

 .../abaddon/{abaddon-0.1.12.ebuild => abaddon-0.1.12-r1.ebuild}  | 9 +
 net-im/abaddon/abaddon-.ebuild   | 9 +
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/net-im/abaddon/abaddon-0.1.12.ebuild 
b/net-im/abaddon/abaddon-0.1.12-r1.ebuild
similarity index 83%
rename from net-im/abaddon/abaddon-0.1.12.ebuild
rename to net-im/abaddon/abaddon-0.1.12-r1.ebuild
index 3c1ff56c4f..6c184160eb 100644
--- a/net-im/abaddon/abaddon-0.1.12.ebuild
+++ b/net-im/abaddon/abaddon-0.1.12-r1.ebuild
@@ -20,7 +20,8 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="+libhandy +rnnoise"
+# Disable qrcodegen by default. Only the ones who really want it should enable 
it.
+IUSE="+libhandy +rnnoise -qrcodegen"
 
 RDEPEND="
>=net-libs/ixwebsocket-11.0.8
@@ -31,6 +32,7 @@ RDEPEND="
sys-libs/zlib:=
libhandy? ( gui-libs/libhandy:= )
rnnoise? ( media-libs/rnnoise )
+qrcodegen ( dev-libs/qrcodegen )
 "
 DEPEND="
${RDEPEND}
@@ -40,12 +42,11 @@ DEPEND="
 src_configure() {
# Disable keychain because there's currently
# no package for it in ::guru or ::gentoo
-   # also disable QRCODE, for the same reason
local mycmakeargs=(
-DUSE_LIBHANDY="$(usex libhandy)"
-DENABLE_RNNOISE="$(usex rnnoise)"
- -DUSE_KEYCHAIN="no"
-   -DENABLE_QRCODE_LOGIN="no"
+   -DUSE_KEYCHAIN="no"
+   -DENABLE_QRCODE_LOGIN="$(usex qrcodegen)"
)
cmake_src_configure
 }

diff --git a/net-im/abaddon/abaddon-.ebuild 
b/net-im/abaddon/abaddon-.ebuild
index 3c1ff56c4f..6c184160eb 100644
--- a/net-im/abaddon/abaddon-.ebuild
+++ b/net-im/abaddon/abaddon-.ebuild
@@ -20,7 +20,8 @@ fi
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="+libhandy +rnnoise"
+# Disable qrcodegen by default. Only the ones who really want it should enable 
it.
+IUSE="+libhandy +rnnoise -qrcodegen"
 
 RDEPEND="
>=net-libs/ixwebsocket-11.0.8
@@ -31,6 +32,7 @@ RDEPEND="
sys-libs/zlib:=
libhandy? ( gui-libs/libhandy:= )
rnnoise? ( media-libs/rnnoise )
+qrcodegen ( dev-libs/qrcodegen )
 "
 DEPEND="
${RDEPEND}
@@ -40,12 +42,11 @@ DEPEND="
 src_configure() {
# Disable keychain because there's currently
# no package for it in ::guru or ::gentoo
-   # also disable QRCODE, for the same reason
local mycmakeargs=(
-DUSE_LIBHANDY="$(usex libhandy)"
-DENABLE_RNNOISE="$(usex rnnoise)"
- -DUSE_KEYCHAIN="no"
-   -DENABLE_QRCODE_LOGIN="no"
+   -DUSE_KEYCHAIN="no"
+   -DENABLE_QRCODE_LOGIN="$(usex qrcodegen)"
)
cmake_src_configure
 }



[gentoo-commits] repo/proj/guru:master commit in: app-misc/corectrl/files/, app-misc/corectrl/

2023-11-01 Thread Haelwenn Monnier
commit: e30f04e8598e8188d54527d5da6ecd368fd5d0aa
Author: Kostadin Shishmanov  tutanota  com>
AuthorDate: Wed Nov  1 09:30:32 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Nov  1 09:30:32 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e30f04e8

app-misc/corectrl: add patch to fix building with gcc 14

Signed-off-by: Kostadin Shishmanov  tutanota.com>

 app-misc/corectrl/corectrl-1.3.6.ebuild   |  4 
 app-misc/corectrl/corectrl-.ebuild|  4 
 app-misc/corectrl/files/corectrl-gcc-14.patch | 12 
 3 files changed, 20 insertions(+)

diff --git a/app-misc/corectrl/corectrl-1.3.6.ebuild 
b/app-misc/corectrl/corectrl-1.3.6.ebuild
index e56edefc64..12fec0f9d0 100644
--- a/app-misc/corectrl/corectrl-1.3.6.ebuild
+++ b/app-misc/corectrl/corectrl-1.3.6.ebuild
@@ -46,6 +46,10 @@ DEPEND="
 
 BDEPEND="${DEPEND}"
 
+PATCHES=(
+"${FILESDIR}"/${PN}-gcc-14.patch
+)
+
 src_configure() {
local mycmakeargs+=(
-DBUILD_TESTING=$(usex test ON OFF)

diff --git a/app-misc/corectrl/corectrl-.ebuild 
b/app-misc/corectrl/corectrl-.ebuild
index 7b4ca92f3e..a0fb181f6c 100644
--- a/app-misc/corectrl/corectrl-.ebuild
+++ b/app-misc/corectrl/corectrl-.ebuild
@@ -46,6 +46,10 @@ DEPEND="
 
 BDEPEND="${DEPEND}"
 
+PATCHES=(
+   "${FILESDIR}"/${PN}-gcc-14.patch
+)
+
 src_configure() {
local mycmakeargs+=(
-DBUILD_TESTING=$(usex test ON OFF)

diff --git a/app-misc/corectrl/files/corectrl-gcc-14.patch 
b/app-misc/corectrl/files/corectrl-gcc-14.patch
new file mode 100644
index 00..6392db7402
--- /dev/null
+++ b/app-misc/corectrl/files/corectrl-gcc-14.patch
@@ -0,0 +1,12 @@
+diff --git a/src/core/components/controls/controlgroupxmlparser.cpp 
b/src/core/components/controls/controlgroupxmlparser.cpp
+index c83a187..c580fc3 100644
+--- a/src/core/components/controls/controlgroupxmlparser.cpp
 b/src/core/components/controls/controlgroupxmlparser.cpp
+@@ -5,6 +5,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ class ControlGroupXMLParser::Factory final
+ : public ProfilePartXMLParser::Factory



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

2023-11-01 Thread Haelwenn Monnier
commit: 6458a0099f21b325bf68fcd494345280f12e891c
Author: Zen  pyl  onl>
AuthorDate: Tue Oct 31 22:21:22 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue Oct 31 22:21:22 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6458a009

sys-kernel/ugrd: added ugrd

Signed-off-by: Zen  pyl.onl>

 sys-kernel/ugrd/Manifest  |  2 +-
 sys-kernel/ugrd/metadata.xml  |  6 --
 sys-kernel/ugrd/ugrd-0.7.1.ebuild | 26 --
 sys-kernel/ugrd/ugrd-0.7.3.ebuild | 30 ++
 4 files changed, 31 insertions(+), 33 deletions(-)

diff --git a/sys-kernel/ugrd/Manifest b/sys-kernel/ugrd/Manifest
index bf14bd05a6..1fcb174d15 100644
--- a/sys-kernel/ugrd/Manifest
+++ b/sys-kernel/ugrd/Manifest
@@ -1 +1 @@
-DIST 0.7.1.zip 40064 BLAKE2B 
afdc6f5a4a83898d81353604bde4282a010a3294fd5c5ef76236d745919a1aad2a470c1443dd4568bfaab9cfc745e05248e2f8949e0426518d8bc517ea01242c
 SHA512 
43ccb1bb2bb99cbd84d532c4dbf278dee3b930a4f8e2cc81119262af2dfe8a0006243ee4ed2893200d82eb7a770af9ae5b5940cc46451dae8c2a5d97d7c934af
+DIST ugrd-0.7.3.tar.gz 38573 BLAKE2B 
86567ec5d0790af6667de4b6f8fa9f6ae83e49df7b0a32be7b4f0a7ea3f305a6206c25e35d86f6927b747a091ca9957755bf5049716e9b14b466c6c64dd536ee
 SHA512 
40b081b7cd916db5c133ddaa74b3589081088d62572339d749a9eb6fda17d06041a5bf352c73130ded6fc3e0c44fc5893217e0a1bace8cf31dde362ccc5b1fe4

diff --git a/sys-kernel/ugrd/metadata.xml b/sys-kernel/ugrd/metadata.xml
index 64df0c806e..ddc6ab2e04 100644
--- a/sys-kernel/ugrd/metadata.xml
+++ b/sys-kernel/ugrd/metadata.xml
@@ -5,10 +5,4 @@
d...@pyl.onl
Zen

-   
-   Pull btrfs-progs as a dependency
-   Pull cryptsetup as a dependency
-   Pull gnupg as a dependency
-   Pull zfs as a dependency
-   
 

diff --git a/sys-kernel/ugrd/ugrd-0.7.1.ebuild 
b/sys-kernel/ugrd/ugrd-0.7.1.ebuild
deleted file mode 100644
index 79d2488681..00
--- a/sys-kernel/ugrd/ugrd-0.7.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="Python based initramfs generator with TOML defintions"
-HOMEPAGE="https://github.com/desultory/ugrd;
-SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${PV}.zip;
-
-LICENSE=""
-SLOT="0"
-KEYWORDS="~amd64"
-
-IUSE="cryptsetup btrfs -gpg -zfs"
-
-RDEPEND="app-misc/pax-utils
-cryptsetup? ( sys-fs/cryptsetup )
-btrfs? ( sys-fs/btrfs-progs )
-gpg? ( app-crypt/gnupg )
-zfs? ( sys-fs/zfs )"
-DEPEND=""
-BDEPEND=""

diff --git a/sys-kernel/ugrd/ugrd-0.7.3.ebuild 
b/sys-kernel/ugrd/ugrd-0.7.3.ebuild
new file mode 100644
index 00..71ef701393
--- /dev/null
+++ b/sys-kernel/ugrd/ugrd-0.7.3.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..12} pypy3 )
+inherit distutils-r1 optfeature
+
+DESCRIPTION="Python based initramfs generator with TOML defintions"
+HOMEPAGE="https://github.com/desultory/ugrd;
+SRC_URI="https://github.com/desultory/${PN}/archive/refs/tags/${P}.tar.gz;
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="app-misc/pax-utils"
+
+src_install() {
+   # Create the ugrd config directory
+   keepdir /etc/ugrd
+}
+
+pkg_postinst() {
+   optfeature "ugrd.crypto.cryptsetup support" sys-fs/cryptsetup
+   optfeature "ugrd.fs.btrfs support" sys-fs/btrfs-progs
+   optfeature "ugrd.crypto.gpg support" app-crypt/gnupg
+   optfeature "ugrd.fs.zfs support" sys-fs/zfs
+}



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

2023-11-01 Thread Haelwenn Monnier
commit: f1f40268f4ed335267ed0b4706e030251fffac5b
Author: Zen  pyl  onl>
AuthorDate: Tue Oct 31 22:32:06 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue Oct 31 22:32:06 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f1f40268

sys-kernel/ugrd: add github upstream metadata

Signed-off-by: Zen  pyl.onl>

 sys-kernel/ugrd/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/sys-kernel/ugrd/metadata.xml b/sys-kernel/ugrd/metadata.xml
index ddc6ab2e04..e97424c704 100644
--- a/sys-kernel/ugrd/metadata.xml
+++ b/sys-kernel/ugrd/metadata.xml
@@ -5,4 +5,7 @@
d...@pyl.onl
Zen

+   
+   desultory/ugrd
+   
 



[gentoo-commits] repo/proj/guru:master commit in: net-im/abaddon/

2023-11-01 Thread Haelwenn Monnier
commit: 11db70be9284be1851341028307e97442cb270cd
Author: Benoît Dufour  mail  com>
AuthorDate: Tue Oct 31 20:38:44 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue Oct 31 20:38:44 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=11db70be

net-im/abaddon: Fix the metadata.xml file according to the new USE flag.

Signed-off-by: Benoît Dufour  mail.com>

 net-im/abaddon/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/net-im/abaddon/metadata.xml b/net-im/abaddon/metadata.xml
index 88b7273623..6e876a53b1 100644
--- a/net-im/abaddon/metadata.xml
+++ b/net-im/abaddon/metadata.xml
@@ -6,6 +6,7 @@
Remigiusz Micielski


+   Support for login through QR Code 
feature using dev-libs/qrcodegen
Support for features using 
gui-libs/libhandy
Support for noise reduction using 
media-libs/rnnoise




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

2023-11-01 Thread Haelwenn Monnier
commit: fa3a33cfcec26ec83b742c4bb4db6f5dcfdeae33
Author: Benoît Dufour  mail  com>
AuthorDate: Tue Oct 31 20:12:59 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Tue Oct 31 20:13:55 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=fa3a33cf

dev-libs/qrcodegen: new package, add 1.8.0

Signed-off-by: Benoît Dufour  mail.com>

 dev-libs/qrcodegen/Manifest|  1 +
 .../files/c_makefile_generate_libraries.patch  | 73 ++
 .../files/cpp_makefile_generate_libraries.patch| 70 +
 dev-libs/qrcodegen/qrcodegen-1.8.0.ebuild  | 46 ++
 4 files changed, 190 insertions(+)

diff --git a/dev-libs/qrcodegen/Manifest b/dev-libs/qrcodegen/Manifest
new file mode 100644
index 00..203ac5155d
--- /dev/null
+++ b/dev-libs/qrcodegen/Manifest
@@ -0,0 +1 @@
+DIST qrcodegen-1.8.0.tar.gz 193288 BLAKE2B 
2e511baf35fbfdb71ad5e2dc91c1400a113eb9bce51afa022c34b7ad7d3c9be4a862e2caaef89f517fbbf29879223fb078c88fdec27d6a876126c798ac6772c6
 SHA512 
0cdf0873e71aed124fc7357da86fb26f23fd26432f94c9752fa5a044085b26e5aece2115134d0e50213ff24be7c55818e7dec31205a68751065bc82ab0c2c6ac

diff --git a/dev-libs/qrcodegen/files/c_makefile_generate_libraries.patch 
b/dev-libs/qrcodegen/files/c_makefile_generate_libraries.patch
new file mode 100644
index 00..b21b820f86
--- /dev/null
+++ b/dev-libs/qrcodegen/files/c_makefile_generate_libraries.patch
@@ -0,0 +1,73 @@
+diff --git a/c/Makefile b/c/Makefile
+index 661b1f7..7a507b2 100644
+--- a/c/Makefile
 b/c/Makefile
+@@ -51,18 +51,47 @@ CFLAGS += -std=c99 -O
+ #  Targets to build 
+ 
+ LIB = qrcodegen
+-LIBFILE = lib$(LIB).a
++LIBFILE = lib$(LIB).so
++LIBFILE = lib$(LIB).so
++ARFILE = lib$(LIB).a
++SO_NAME = $(LIBFILE).1
++REAL_NAME = $(LIBFILE).$(VERSION)
++HEADERS = qrcodegen.h
+ LIBOBJ = qrcodegen.o
+ MAINS = qrcodegen-demo qrcodegen-test
+ 
++MULTIARCH ?= $(shell $(CC) --print-multiarch)
++
++INCLUDEDIR ?= $(DESTDIR)/usr/include/qrcodegen
++LIBDIR ?= $(DESTDIR)/usr/lib/$(MULTIARCH)
++
+ # Build all binaries
+-all: $(LIBFILE) $(MAINS)
++all: $(LIBFILE) $(ARFILE) $(MAINS)
+ 
+ # Delete build output
+ clean:
+-  rm -f -- $(LIBOBJ) $(LIBFILE) $(MAINS:=.o) $(MAINS)
++  rm -f -- $(LIBOBJ) $(LIBFILE) $(ARFILE) $(MAINS:=.o) $(MAINS)
+   rm -rf .deps
+ 
++# Install procedure
++install-shared: $(LIBFILE)
++  install -d $(LIBDIR) || true
++  install -m 0644 $(LIBFILE) $(LIBDIR)/$(REAL_NAME)
++  rm -f $(LIBDIR)/$(SO_NAME)
++  ln -s $(REAL_NAME) $(LIBDIR)/$(SO_NAME)
++  rm -f $(LIBDIR)/$(LIBFILE)
++  ln -s $(SO_NAME) $(LIBDIR)/$(LIBFILE)
++
++install-static: $(ARFILE)
++  install -d $(LIBDIR) || true
++  install -m 0644 $(ARFILE) $(LIBDIR)/$(ARFILE)
++
++install-header: $(HEADERS)
++  install -d $(INCLUDEDIR) || true
++  install -m 0644 $(HEADERS) $(INCLUDEDIR)/
++
++install: install-shared install-static install-header
++
+ # Executable files
+ %: %.o $(LIBFILE)
+   $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $< -L . -l $(LIB)
+@@ -72,12 +101,15 @@ qrcodegen-test: qrcodegen-test.c $(LIBOBJ:%.o=%.c)
+   $(CC) $(CFLAGS) $(LDFLAGS) -DQRCODEGEN_TEST -o $@ $^
+ 
+ # The library
+-$(LIBFILE): $(LIBOBJ)
++$(ARFILE): $(LIBOBJ)
+   $(AR) -crs $@ -- $^
+ 
++$(LIBFILE): $(LIBOBJ)
++  $(CC) -shared -Wl,-soname,$(SO_NAME) $(LDFLAGS) -o $@ $^
++
+ # Object files
+ %.o: %.c .deps/timestamp
+-  $(CC) $(CFLAGS) -c -o $@ -MMD -MF .deps/$*.d $<
++  $(CC) $(CFLAGS) -fPIC -c -o $@ -MMD -MF .deps/$*.d $<
+ 
+ # Have a place to store header dependencies automatically generated by 
compiler
+ .deps/timestamp:

diff --git a/dev-libs/qrcodegen/files/cpp_makefile_generate_libraries.patch 
b/dev-libs/qrcodegen/files/cpp_makefile_generate_libraries.patch
new file mode 100644
index 00..56cb4b23cb
--- /dev/null
+++ b/dev-libs/qrcodegen/files/cpp_makefile_generate_libraries.patch
@@ -0,0 +1,70 @@
+diff --git a/cpp/Makefile b/cpp/Makefile
+index 57dc0bf..219f0b8 100644
+--- a/cpp/Makefile
 b/cpp/Makefile
+@@ -51,29 +51,60 @@ CXXFLAGS += -std=c++11 -O
+ #  Targets to build 
+ 
+ LIB = qrcodegencpp
+-LIBFILE = lib$(LIB).a
++LIBFILE = lib$(LIB).so
++ARFILE = lib$(LIB).a
++SO_NAME = $(LIBFILE).1
++REAL_NAME = $(LIBFILE).$(VERSION)
++HEADERS = qrcodegen.hpp
+ LIBOBJ = qrcodegen.o
+ MAINS = QrCodeGeneratorDemo
+ 
++MULTIARCH ?= $(shell $(CC) --print-multiarch)
++
++INCLUDEDIR ?= $(DESTDIR)/usr/include/qrcodegen
++LIBDIR ?= $(DESTDIR)/usr/lib/$(MULTIARCH)
++
+ # Build all binaries
+-all: $(LIBFILE) $(MAINS)
++all: $(LIBFILE) $(ARFILE) $(MAINS)
+ 
+ # Delete build output
+ clean:
+-  rm -f -- $(LIBOBJ) $(LIBFILE) $(MAINS:=.o) $(MAINS)
++  rm -f -- $(LIBOBJ) $(LIBFILE) $(ARFILE) $(MAINS:=.o) $(MAINS)
+   rm -rf .deps
+ 
++# Install procedure
++install-shared: $(LIBFILE)
++  install -d $(LIBDIR) || true
++  install -m 0644 $(LIBFILE) $(LIBDIR)/$(REAL_NAME)
++  rm -f 

[gentoo-commits] repo/proj/guru:dev commit in: www-apps/pleroma/

2023-11-01 Thread Haelwenn Monnier
commit: 22ea1eeae94c5b1a5a75cafb4697a54f51788c87
Author: Haelwenn (lanodan) Monnier  hacktivis  me>
AuthorDate: Wed Nov  1 23:19:20 2023 +
Commit: Haelwenn Monnier  hacktivis  me>
CommitDate: Wed Nov  1 23:19:59 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=22ea1eea

www-apps/pleroma: add 2.6.0, drop 2.5.5

Signed-off-by: Haelwenn (lanodan) Monnier  hacktivis.me>

 www-apps/pleroma/Manifest   | 2 +-
 www-apps/pleroma/{pleroma-2.5.5.ebuild => pleroma-2.6.0.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/www-apps/pleroma/Manifest b/www-apps/pleroma/Manifest
index 38809d6f97..67b494cd6a 100644
--- a/www-apps/pleroma/Manifest
+++ b/www-apps/pleroma/Manifest
@@ -1 +1 @@
-DIST pleroma-v2.5.5.tar.gz 27630048 BLAKE2B 
87dba84c84072051a821878eeea84855165e06ec09fd01974c706bbd2d99f6d463bb8cc86913fb2f42444cb4a39e4d7b6538bafa632df127cae969bb47ae26a5
 SHA512 
72e887c06ae9111f1f4934bdf7bef0d5e7e676a07425028dfff08fd7dfb4bc8833c6ee55bf7cb1b9b5723a558cf1ada5a13ad74621197df258ca7ec375f2ee9d
+DIST pleroma-v2.6.0.tar.gz 27813368 BLAKE2B 
0142662828d98372717dfb0d956b33e18cbfda75b5e8a8bdb13b013b5375803f57226f9fcb875233e6052f5dab41f97f1c8fa6ff4667b84b207daf89791f5d5b
 SHA512 
cba8aef6b840ef8a3f96eede41b126f0adc7872acb88f9bd9d932538a4a2508f59edf39758156b832791b536168af83ffbf41a1ce77db3228bf3a5f44d33ada6

diff --git a/www-apps/pleroma/pleroma-2.5.5.ebuild 
b/www-apps/pleroma/pleroma-2.6.0.ebuild
similarity index 100%
rename from www-apps/pleroma/pleroma-2.5.5.ebuild
rename to www-apps/pleroma/pleroma-2.6.0.ebuild



[gentoo-commits] repo/proj/guru:dev commit in: net-misc/yt-dlg/

2023-11-01 Thread Benoît Dufour
commit: b5d1550306cd7d6be97793a366cbdfd6ccda0479
Author: Benoît Dufour  mail  com>
AuthorDate: Wed Nov  1 23:19:17 2023 +
Commit: Benoît Dufour  mail  com>
CommitDate: Wed Nov  1 23:19:17 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b5d15503

net-misc/yt-dlg: new package, add 2023.08.16

Signed-off-by: Benoît Dufour  mail.com>

 net-misc/yt-dlg/Manifest |  1 +
 net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild | 57 
 2 files changed, 58 insertions(+)

diff --git a/net-misc/yt-dlg/Manifest b/net-misc/yt-dlg/Manifest
new file mode 100644
index 00..f6dd7950d9
--- /dev/null
+++ b/net-misc/yt-dlg/Manifest
@@ -0,0 +1 @@
+DIST yt-dlg-2023.08.16.tar.gz 1481142 BLAKE2B 
d64bd9e52531c1c66ef83e18d960dc63200cfd7185af9b14339a5fd852a36966e8cbbd769ecc65e457d52fb0a46f84f84147116a8771d18ea80237d03ec0ab20
 SHA512 
efc7aaa88b18bc58466fbc0fa62d7b26f857bf759cb7960f3728a351e66d2dc4d13ae8002fce140e03f9e0ff89940686a3753c24796e78777b33928d86fcdedc

diff --git a/net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild 
b/net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild
new file mode 100644
index 00..325aa2bc68
--- /dev/null
+++ b/net-misc/yt-dlg/yt-dlg-2023.08.16.ebuild
@@ -0,0 +1,57 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+inherit desktop distutils-r1 xdg
+
+DESCRIPTION="A cross platform front-end GUI of the popular youtube-dl written 
in wxPython."
+HOMEPAGE="https://yt-dlg.github.io/yt-dlg/;
+# Using latest commit from August 16, 2023 as of November 1, 2023.
+# Latest releases and tags are from 2021 and are probably deprecated and 
incompatible with current Python versions.
+# Same applies for the dependencies of yt-dlp.
+SHA="692e5c5deee95c721a4ad92ecae7ca86de8bef35"
+SRC_URI="https://github.com/yt-dlg/yt-dlg/archive/${SHA}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="public-domain"
+SLOT="0"
+KEYWORDS="~amd64"
+
+IUSE="ffmpeg test"
+
+
+
+# net-misc/youtube-dl isn't available in gentoo anymore but I kept it as a 
dependency option just in case someone still use it or yt-dlp gets merged to 
youtube-dl.
+DEPEND="${PYTHON_DEPS}
+   >=dev-python/wxpython-4.2.0:*[${PYTHON_USEDEP}]
+   || (
+   net-misc/youtube-dl[${PYTHON_USEDEP}]
+   net-misc/yt-dlp[${PYTHON_USEDEP}]
+   )
+   >=dev-python/PyPubSub-4.0.3
+   ffmpeg? ( media-video/ffmpeg )
+"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+python_test() {
+   local tests=( ditem dlist parsers utils widgets )
+   local current_test
+   for current_test in tests; do
+   "${EPYTHON}" "tests/test_${curent_test}.py" || die "Tests fail 
with ${EPYTHON}"
+   done
+}
+
+# I don't know how to enable the test phase.
+distutils_enable_tests pytest
+
+S="${WORKDIR}/${PN}-${SHA}"
+
+DOCS=( README.md )
+
+src_install() {
+   distutils-r1_src_install
+   domenu yt-dlg.desktop
+}



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

2023-11-01 Thread Benoît Dufour
commit: 6649dc5b6e2c58279dac88cccde335a8b7788f14
Author: Benoît Dufour  mail  com>
AuthorDate: Wed Nov  1 23:14:54 2023 +
Commit: Benoît Dufour  mail  com>
CommitDate: Wed Nov  1 23:14:54 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6649dc5b

dev-python/PyPubSub: new package, add 4.0.3

Signed-off-by: Benoît Dufour  mail.com>

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

diff --git a/dev-python/PyPubSub/Manifest b/dev-python/PyPubSub/Manifest
new file mode 100644
index 00..66e4ca178f
--- /dev/null
+++ b/dev-python/PyPubSub/Manifest
@@ -0,0 +1 @@
+DIST PyPubSub-4.0.3.gh.tar.gz 174033 BLAKE2B 
65fcd960ce2f0548f152546faa7a98055a823414c453b475d6ade339f55e72a60dcb8d627f6272cc844d181f772b76dba4e53b2ecc521bb05420abc09f6c30d2
 SHA512 
cf9aca44e91a5d0e5ecf6739deabf2980f9464395c89e3c5335c5248e47c570701e0534bb660c5005325a994d9f8e7f261f36bc8bea74cfc7eb760b73c572652

diff --git a/dev-python/PyPubSub/PyPubSub-4.0.3.ebuild 
b/dev-python/PyPubSub/PyPubSub-4.0.3.ebuild
new file mode 100644
index 00..0b0e1876e4
--- /dev/null
+++ b/dev-python/PyPubSub/PyPubSub-4.0.3.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+# Forked from : 
https://data.gpo.zugaina.org/HomeAssistantRepository/dev-python/PyPubSub/PyPubSub-4.0.3.ebuild
+
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+inherit distutils-r1
+
+DESCRIPTION="Python Publish-Subscribe Package"
+HOMEPAGE="https://github.com/schollii/pypubsub 
https://pypi.org/project/PyPubSub/;
+MY_PN="pypubsub"
+SRC_URI="https://github.com/schollii/${MY_PN}/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.gh.tar.gz"
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="amd64 arm arm64 x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DOCS="README.rst"
+
+BDEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   )"
+
+python_test() {
+   py.test -v -v || die
+}
+
+distutils_enable_tests pytest



[gentoo-commits] repo/gentoo:master commit in: sys-cluster/charliecloud/

2023-11-01 Thread Nicolas Bock
commit: 66820c88224721c6124f7320e5e869688dfc5c17
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Tue Oct 31 16:57:00 2023 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Wed Nov  1 21:48:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66820c88

sys-cluster/charliecloud: drop 0.33

Closes: https://github.com/gentoo/gentoo/pull/33610
Signed-off-by: Oliver Freyermuth  googlemail.com>
Signed-off-by: Nicolas Bock  gentoo.org>

 sys-cluster/charliecloud/Manifest |  1 -
 sys-cluster/charliecloud/charliecloud-0.33.ebuild | 89 ---
 2 files changed, 90 deletions(-)

diff --git a/sys-cluster/charliecloud/Manifest 
b/sys-cluster/charliecloud/Manifest
index f99ea51964a1..5e9ba687e9fb 100644
--- a/sys-cluster/charliecloud/Manifest
+++ b/sys-cluster/charliecloud/Manifest
@@ -1,3 +1,2 @@
-DIST charliecloud-0.33.tar.gz 559786 BLAKE2B 
46e8a488af5a27e6b52ae41118cea663cd6c01f8a24566576dbdc7bac99bd94ac50c0559da07a204c2e68ed46edb8c5a5e0bd26986b5bc960901457af632e134
 SHA512 
d6854873bdfca5512c54ba28ff70721442241a00cbec6d67c9693e946c6925d030773382c8ba9fc3ebcdfd52da56580e6c4e3ad7080d51d9844ad6f216f15e70
 DIST charliecloud-0.34.tar.gz 565976 BLAKE2B 
0c86877bd3f17bf91d287f57b5e0844f7cb1777a499ea2bf67fb2cd5762f453239fe20afa6e4ba71acc98609c718028dd1e813a36aee881aa5c2cae79a65effd
 SHA512 
5ede938a8015391758e0eef0b3661c12025cbac3e5153e2e5219fb4d50f8f78ac12076e4c3b658379a1521825372a0ed792a63210371cdbdad1e6631112e371d
 DIST charliecloud-0.35.tar.gz 585756 BLAKE2B 
ade539aa3f94055f84e1b6de73d0bea7739ab764c31399f25adbff82faa62c3ee7e8745aa74bb6e997d6723d002780339f48be8d7218462d3eb95ad119a2b8a8
 SHA512 
40f5e5891f0df8379b637c26c3d86b66a61b48ee1e7985260b47aa4abeffc77c3690af59ae38072b53f6dd348da4574249187ba922fc7c03fb74a513524dc08a

diff --git a/sys-cluster/charliecloud/charliecloud-0.33.ebuild 
b/sys-cluster/charliecloud/charliecloud-0.33.ebuild
deleted file mode 100644
index 7e84cbf18286..
--- a/sys-cluster/charliecloud/charliecloud-0.33.ebuild
+++ /dev/null
@@ -1,89 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit autotools optfeature python-single-r1
-
-if [[ ${PV} == "" ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/hpc/${PN}.git;
-   S="${WORKDIR}/${P}"
-else
-   SRC_URI="https://github.com/hpc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86 ~x86-linux"
-fi
-
-DESCRIPTION="Lightweight user-defined software stacks for high-performance 
computing"
-HOMEPAGE="https://hpc.github.io/charliecloud/;
-
-SLOT="0"
-LICENSE="Apache-2.0"
-IUSE="ch-image doc"
-
-# Extensive test suite exists, but downloads container images
-# directly and via Docker and installs packages inside using apt/yum.
-# Additionally, clashes with portage namespacing and sandbox.
-RESTRICT="test"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="${PYTHON_DEPS}
-   elibc_musl? ( sys-libs/argp-standalone )
-"
-DEPEND="
-   ch-image? (
-   $(python_gen_cond_dep '
-   dev-python/lark[${PYTHON_USEDEP}]
-   dev-python/requests[${PYTHON_USEDEP}]
-   ')
-   )
-   doc? (
-   $(python_gen_cond_dep '
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]
-   ')
-   net-misc/rsync
-   )"
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local econf_args=()
-   econf_args+=(
-   $(use_enable doc html)
-   $(use_enable ch-image)
-   # Libdir is used as a libexec-style destination.
-   --libdir="${EPREFIX}"/usr/lib
-   # Attempts to call python-exec directly otherwise.
-   --with-sphinx-python="${EPYTHON}"
-   # This disables -Werror, see also: 
https://github.com/hpc/charliecloud/pull/808
-   --enable-buggy-build
-   # Do not use bundled version of dev-python/lark.
-   --disable-bundled-lark
-   # Use correct shebang.
-   --with-python="${PYTHON}"
-   )
-   econf "${econf_args[@]}"
-}
-
-src_install() {
-   docompress -x "${EPREFIX}"/usr/share/doc/"${PF}"/examples
-   default
-}
-
-pkg_postinst() {
-   elog "Various builders are supported, as alternative to the internal 
ch-image."
-   optfeature "Building with Buildah" app-containers/buildah
-   optfeature "Building with Docker" app-containers/docker
-   optfeature "Building with Podman" app-containers/podman
-   optfeature "Progress bars during long operations" sys-apps/pv
-   optfeature "Pack and unpack squashfs images" sys-fs/squashfs-tools
-   optfeature "Mount and umount squashfs images" sys-fs/squashfuse
-   optfeature 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/charliecloud/

2023-11-01 Thread Nicolas Bock
commit: e04258e5cdfb8fb178468807f142ccc12081a30c
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Tue Oct 31 16:54:15 2023 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Wed Nov  1 21:46:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e04258e5

sys-cluster/charliecloud: add 0.35

Signed-off-by: Oliver Freyermuth  googlemail.com>
Signed-off-by: Nicolas Bock  gentoo.org>

 sys-cluster/charliecloud/Manifest |  1 +
 sys-cluster/charliecloud/charliecloud-0.35.ebuild | 90 +++
 2 files changed, 91 insertions(+)

diff --git a/sys-cluster/charliecloud/Manifest 
b/sys-cluster/charliecloud/Manifest
index 2792e255657b..f99ea51964a1 100644
--- a/sys-cluster/charliecloud/Manifest
+++ b/sys-cluster/charliecloud/Manifest
@@ -1,2 +1,3 @@
 DIST charliecloud-0.33.tar.gz 559786 BLAKE2B 
46e8a488af5a27e6b52ae41118cea663cd6c01f8a24566576dbdc7bac99bd94ac50c0559da07a204c2e68ed46edb8c5a5e0bd26986b5bc960901457af632e134
 SHA512 
d6854873bdfca5512c54ba28ff70721442241a00cbec6d67c9693e946c6925d030773382c8ba9fc3ebcdfd52da56580e6c4e3ad7080d51d9844ad6f216f15e70
 DIST charliecloud-0.34.tar.gz 565976 BLAKE2B 
0c86877bd3f17bf91d287f57b5e0844f7cb1777a499ea2bf67fb2cd5762f453239fe20afa6e4ba71acc98609c718028dd1e813a36aee881aa5c2cae79a65effd
 SHA512 
5ede938a8015391758e0eef0b3661c12025cbac3e5153e2e5219fb4d50f8f78ac12076e4c3b658379a1521825372a0ed792a63210371cdbdad1e6631112e371d
+DIST charliecloud-0.35.tar.gz 585756 BLAKE2B 
ade539aa3f94055f84e1b6de73d0bea7739ab764c31399f25adbff82faa62c3ee7e8745aa74bb6e997d6723d002780339f48be8d7218462d3eb95ad119a2b8a8
 SHA512 
40f5e5891f0df8379b637c26c3d86b66a61b48ee1e7985260b47aa4abeffc77c3690af59ae38072b53f6dd348da4574249187ba922fc7c03fb74a513524dc08a

diff --git a/sys-cluster/charliecloud/charliecloud-0.35.ebuild 
b/sys-cluster/charliecloud/charliecloud-0.35.ebuild
new file mode 100644
index ..197f766fead6
--- /dev/null
+++ b/sys-cluster/charliecloud/charliecloud-0.35.ebuild
@@ -0,0 +1,90 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit autotools optfeature python-single-r1
+
+if [[ ${PV} == "" ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/hpc/${PN}.git;
+   S="${WORKDIR}/${P}"
+else
+   SRC_URI="https://github.com/hpc/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86 ~x86-linux"
+fi
+
+DESCRIPTION="Lightweight user-defined software stacks for high-performance 
computing"
+HOMEPAGE="https://hpc.github.io/charliecloud/;
+
+SLOT="0"
+LICENSE="Apache-2.0"
+IUSE="ch-image doc"
+
+# Extensive test suite exists, but downloads container images
+# directly and via Docker and installs packages inside using apt/yum.
+# Additionally, clashes with portage namespacing and sandbox.
+RESTRICT="test"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+   elibc_musl? ( sys-libs/argp-standalone )
+"
+DEPEND="
+   ch-image? (
+   $(python_gen_cond_dep '
+   dev-python/lark[${PYTHON_USEDEP}]
+   dev-python/requests[${PYTHON_USEDEP}]
+   ')
+   dev-vcs/git
+   net-misc/rsync
+   )
+   doc? (
+   $(python_gen_cond_dep '
+   dev-python/sphinx[${PYTHON_USEDEP}]
+   dev-python/sphinx-rtd-theme[${PYTHON_USEDEP}]
+   ')
+   net-misc/rsync
+   )"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   local econf_args=(
+   $(use_enable doc html)
+   $(use_enable ch-image)
+   # Libdir is used as a libexec-style destination.
+   --libdir="${EPREFIX}"/usr/lib
+   # Attempts to call python-exec directly otherwise.
+   --with-sphinx-python="${EPYTHON}"
+   # This disables -Werror, see also: 
https://github.com/hpc/charliecloud/pull/808
+   --enable-buggy-build
+   # Do not use bundled version of dev-python/lark.
+   --disable-bundled-lark
+   # Use correct shebang.
+   --with-python="${PYTHON}"
+   )
+   econf "${econf_args[@]}"
+}
+
+src_install() {
+   docompress -x "${EPREFIX}"/usr/share/doc/"${PF}"/examples
+   default
+}
+
+pkg_postinst() {
+   elog "Various builders are supported, as alternative to the internal 
ch-image."
+   optfeature "Building with Buildah" app-containers/buildah
+   optfeature "Building with Docker" app-containers/docker
+   optfeature "Building with Podman" app-containers/podman
+   optfeature "Progress bars during long operations" sys-apps/pv
+   optfeature "Pack and unpack squashfs images" sys-fs/squashfs-tools
+   optfeature "Mount and umount squashfs images" sys-fs/squashfuse
+   optfeature "Build versioning 

[gentoo-commits] repo/gentoo:master commit in: sys-cluster/charliecloud/

2023-11-01 Thread Nicolas Bock
commit: f3184f32264a4d39f563e4e3d5e1c90aa92790a4
Author: Oliver Freyermuth  googlemail  com>
AuthorDate: Tue Oct 31 16:55:57 2023 +
Commit: Nicolas Bock  gentoo  org>
CommitDate: Wed Nov  1 21:47:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3184f32

sys-cluster/charliecloud: sync live ebuild with latest version

Signed-off-by: Oliver Freyermuth  googlemail.com>
Signed-off-by: Nicolas Bock  gentoo.org>

 sys-cluster/charliecloud/charliecloud-.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-cluster/charliecloud/charliecloud-.ebuild 
b/sys-cluster/charliecloud/charliecloud-.ebuild
index 22a7048b73de..197f766fead6 100644
--- a/sys-cluster/charliecloud/charliecloud-.ebuild
+++ b/sys-cluster/charliecloud/charliecloud-.ebuild
@@ -39,6 +39,8 @@ DEPEND="
dev-python/lark[${PYTHON_USEDEP}]
dev-python/requests[${PYTHON_USEDEP}]
')
+   dev-vcs/git
+   net-misc/rsync
)
doc? (
$(python_gen_cond_dep '



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

2023-11-01 Thread Marek Szuba
commit: 48a087d6733eed71e1110403e34cfbeb2f8ce689
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Nov  1 21:28:16 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Nov  1 21:28:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48a087d6

dev-python/python-rtmidi: drop 1.5.6

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

 dev-python/python-rtmidi/Manifest  |  1 -
 .../python-rtmidi/python-rtmidi-1.5.6.ebuild   | 60 --
 2 files changed, 61 deletions(-)

diff --git a/dev-python/python-rtmidi/Manifest 
b/dev-python/python-rtmidi/Manifest
index 07f779f6b915..c7567cc691a6 100644
--- a/dev-python/python-rtmidi/Manifest
+++ b/dev-python/python-rtmidi/Manifest
@@ -1,2 +1 @@
-DIST python_rtmidi-1.5.6.tar.gz 367355 BLAKE2B 
c544669f51e12e82fe38b68e83078ac01463fcff54941c52fad80a1dd3d55985352dea259bad5ba2f70a895a80d5ad55c0249f9ef6fe4e7b81b84582a5855ef8
 SHA512 
e834159b07fb0b2d05a511ccd2d5b2a86d25f7b0d3a2b92ebe73edf28cd2a035a7aea0460adc6cf6836535da2815ccc0f986731bc9a23bbb19bc7d559d0ef955
 DIST python_rtmidi-1.5.7.tar.gz 368514 BLAKE2B 
32028dff34928b1794cc178b22821fe8e01bff36d18b17b8673c763b21ca7ef85a6cb3ee62adcddbaf0b655079e7b8819ba5a28e58b8d5713015728cd6648246
 SHA512 
23c88cd307b5bc937920db9b39d0423043fb47878d679f4d721a025368a01e23b8e72749e1146da3277d37a20a9c5486e2c40c2a907c5efc5418567e97c3de91

diff --git a/dev-python/python-rtmidi/python-rtmidi-1.5.6.ebuild 
b/dev-python/python-rtmidi/python-rtmidi-1.5.6.ebuild
deleted file mode 100644
index 18e140eddb8a..
--- a/dev-python/python-rtmidi/python-rtmidi-1.5.6.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..12} )
-DOCS_BUILDER="sphinx"
-DOCS_DEPEND="dev-python/myst-parser"
-DOCS_DIR="docs"
-DISTUTILS_EXT=1
-DISTUTILS_USE_PEP517=meson-python
-
-inherit distutils-r1 docs pypi
-
-DESCRIPTION="Python bindings for media-libs/rtmidi implemented using Cython"
-HOMEPAGE="
-   https://pypi.org/project/python-rtmidi/
-   https://spotlightkid.github.io/python-rtmidi/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+alsa jack"
-
-# Most of these tests do not play nicely with the sandbox, some only
-# work with exactly the same version of rtmidi as the bundled one, and
-# several fail even with disabled sandbox unless there are actual MIDI
-# I/O devices present.
-RESTRICT="test"
-
-DEPEND="media-libs/rtmidi[alsa?,jack?]"
-RDEPEND="${DEPEND}"
-BDEPEND=" rtmidi/version.py 
|| die
-}
-
-python_test() {
-   cd "${T}" || die
-   eunittest "${S}"/tests
-}



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

2023-11-01 Thread Marek Szuba
commit: db766eb972d713f3cb6d1ee5c57dad43953420ea
Author: Marek Szuba  gentoo  org>
AuthorDate: Wed Nov  1 21:30:03 2023 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Wed Nov  1 21:30:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db766eb9

dev-python/python-rtmidi: actually remove cython version cap

Should have been done in 1.5.5. D'oh.

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

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

diff --git a/dev-python/python-rtmidi/python-rtmidi-1.5.7.ebuild 
b/dev-python/python-rtmidi/python-rtmidi-1.5.7.ebuild
index 18e140eddb8a..a1779b717ea1 100644
--- a/dev-python/python-rtmidi/python-rtmidi-1.5.7.ebuild
+++ b/dev-python/python-rtmidi/python-rtmidi-1.5.7.ebuild
@@ -31,7 +31,7 @@ RESTRICT="test"
 
 DEPEND="media-libs/rtmidi[alsa?,jack?]"
 RDEPEND="${DEPEND}"
-BDEPEND="

[gentoo-commits] repo/gentoo:master commit in: dev-vcs/git/

2023-11-01 Thread Robin H. Johnson
commit: e772875e51b9a7085f89783bfbd7452272c95550
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed Nov  1 21:05:17 2023 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Wed Nov  1 21:05:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e772875e

dev-vcs/git: cleanup git-2.39.2-r1

Signed-off-by: Robin H. Johnson  gentoo.org>
Bug: https://bugs.gentoo.org/show_bug.cgi?id=905088

 dev-vcs/git/Manifest |   3 -
 dev-vcs/git/git-2.39.2-r1.ebuild | 645 ---
 2 files changed, 648 deletions(-)

diff --git a/dev-vcs/git/Manifest b/dev-vcs/git/Manifest
index b2bdf601e7f2..98024de51643 100644
--- a/dev-vcs/git/Manifest
+++ b/dev-vcs/git/Manifest
@@ -1,14 +1,11 @@
-DIST git-2.39.2.tar.xz 7163224 BLAKE2B 
bcd9abdaf8ce626de7aec2da666395f80212772aa17516f903459d683597184efeeb1d6aad536e0bf722a9bf63df98549fdeaab5b0a48e5500faf83ebf5d7516
 SHA512 
fdca70bee19401c5c7a6d2f3d70bd80b6ba99f6a9f97947de31d4366ee3a78a18d5298abb25727ec8ef67131bca673e48dff2a5a050b6e032884ab04066b20cb
 DIST git-2.39.3.tar.xz 7166100 BLAKE2B 
862a5636df681e46797034bf22ca7712d70ead94ac0a911b81e4eeb3c83e67fdc56b839055b3b54bdab0ffceabe9fa2efb9e2870b1c0f40590ddb33e7427cd2a
 SHA512 
ddd9f41df9d59aedaddb3a3cd551c105903b5f8c86455d4d05a8342920d67754b358b6ab0d6c10cca743b8e0e621baea16f71a9d6290f4d37297a9c45e8b3763
 DIST git-2.40.1.tar.xz 7185260 BLAKE2B 
50957227a572db54b931976d4c22edeaf0d5678d05d37f9478e736487d3e0755c1d70775cea9e3ce82e07f228fa809f3b461fb5b7f267117cc5ae915c096
 SHA512 
9ab41c64c6e666c314683bc4925535e037d43f947b8d327ff7d0379ac12899f4effcc2fe4e47b1ce652ad7140aa4f01f3b99f9cc0cf854cfeface1a5d3e1893e
 DIST git-2.41.0.tar.xz 7273624 BLAKE2B 
9119e1d1ff0ff332559a6609707846c2af7c61bea6ea728e834e4bd7f1ff6dd636a081c227b32a88fc5de1ea8987951cc56d0e94c90bbaa211ff415c5020d070
 SHA512 
a215bc6d89afbddd56adac901c24ea2b7f98a37bf6a6a2756893947012ffaa850e76247a3445a5ab13ab5a462f39986fec33eed086148aba5eb554dc1799fee0
 DIST git-2.42.0.tar.xz 7346760 BLAKE2B 
efe8abd42955a7aee32a12067466d1d8dfc3946f40750254ad431bab7debe3398a9fd4833817a93f6496229184e7890034581300d8c94a98f0c0a209f3021bf4
 SHA512 
afe5bca3c084d4ddd66f20afa820ba10f61007f66846108929e0d4ee7b7eaa896fcf00917dead16881d840f674dec6dd0e353a05e62a31016694af3d7d22a51d
-DIST git-htmldocs-2.39.2.tar.xz 1505352 BLAKE2B 
8b60f9bae9585aab8782f38ff64391a9c8fddeed47d84a989b4f65db87c14e927d1d975fa5239435e921dbc74a75c600d6f0485defa1a235a66355c0f8d9060d
 SHA512 
fe0982e653784285bce7f158956892900ae9c88aa986261de4184e3349e34ee54f92d7280e143031b107872fc1729814489f6e355aa12dc415d724da65ec3716
 DIST git-htmldocs-2.39.3.tar.xz 1506828 BLAKE2B 
732e86ee004a44230d8f10eac16a14fbfb348d4278001011a0d22ba91240fbe65cad341b0547b649db3ce7fc67fc6fb544c896e7ba4bd7f1fa3c9b42371febf9
 SHA512 
7616c9c6600759f06973d36d5233b3909da72f39318410f5522b890d282a74e7585433c7195fed4792d5b7955292a466abcc2185ffdc23d0e8928ad58d7db1bf
 DIST git-htmldocs-2.40.1.tar.xz 1517900 BLAKE2B 
864edd5b2389362dcf5d0c9f08cbf3bac6303cf6505b2d5446e73aeb591ac9212948b6f68434671e3bfba6f64d6aff02d315848d08647d22177292775411e5b3
 SHA512 
770c9765bab1f0773615d67f4eb817c42e1a946da205381ac0c208c4b2d4185c351aebbd7294afe66ef794b65cc9123b255a585a3df2990b5dfe779aaacb0800
 DIST git-htmldocs-2.41.0.tar.xz 1525692 BLAKE2B 
4ea74130e21fed3ebbe09b849eddc48654fa7563299d8c2173856741d3c490a1672ac6b2005f716d6ae2d7759f92caafc56ccbf2408ba8ec87266b9c10530d73
 SHA512 
8a28f330f21e1da901ef8575509b56cede1a8f1d03e49fca802e561095c137c9ef23f3d6bd33d0e8a537bc1f93131ce7aafc92d4a9b0a80ade67249f22ff69d5
 DIST git-htmldocs-2.42.0.tar.xz 1536088 BLAKE2B 
e40235fa9a75ca29179600a63d2573d8f458d75f1d475c1b689237280e7b8a5a67d020a6c125864695bdbb1c0f9c2930dc995dc9b27e59849103fb83524bf7d0
 SHA512 
d7b578b3bcde2f8f4aecd3c56ca314bbd862638fe3e629681f0f8535edc0302cafe882126b68c8aa6d651ac5e58b4ed2531268ef450ad393c61baf40a063cedf
-DIST git-manpages-2.39.2.tar.xz 557080 BLAKE2B 
6b2dbb33f1041ba802582f529638b8b4574309efbf5af94add5c676efed7314743d5b326ec18a95ba85a4fe818e95913069717034a9863879e1d03ee32b839ba
 SHA512 
6326ff43564fc42ca0a424edd17896434e11c09ce21f4bfd4d4975aaaf7f2c0d823da0e89b267557b0b7799c342db88d84685d24f589f53edfe486208c1f15b1
 DIST git-manpages-2.39.3.tar.xz 557428 BLAKE2B 
4eb85035f7056a12c3f1276d26f99b3337b97721f8f4b0b3c74d2a484171bfdf74f566a03e175ba32b389c940ed7be66ce2933442ec77089d5db3aaeb2ed2557
 SHA512 
06414741667b990ff3a28f7cb29b502df3d4cc757d525438994af005c71d429ca969563a74d1d2b44185e5c40107ac8838b390835a8a947e542ce3636b43f98b
 DIST git-manpages-2.40.1.tar.xz 562772 BLAKE2B 
091c907195b37ed4152698515528d7da27f8dbf2516915ae66ba6f81a64bbd9f2042544889fe655ea7447bd6f32adaf8daec9c02743587a84b090554ad58796b
 SHA512 
4e75f5ae3786658d284ce8eae3133c01115e357cc0bd2c4c5bf4261196411da632f51c87ff6e4c1f4bc7adf7b7b4a33c4debe52bcd9b5d735aa70dd9614ad5bd
 DIST git-manpages-2.41.0.tar.xz 565060 BLAKE2B 

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

2023-11-01 Thread Alfredo Tupone
commit: d23846dad7175a4f631e96eb4eecd503151aa3c9
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Wed Nov  1 20:49:01 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Wed Nov  1 20:50:13 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d23846da

sci-libs/onnx: install python modules

Closes: https://bugs.gentoo.org/915843
Signed-off-by: Alfredo Tupone  gentoo.org>

 sci-libs/onnx/onnx-1.14.0-r1.ebuild | 32 
 sci-libs/onnx/onnx-1.14.0-r2.ebuild | 59 +
 2 files changed, 59 insertions(+), 32 deletions(-)

diff --git a/sci-libs/onnx/onnx-1.14.0-r1.ebuild 
b/sci-libs/onnx/onnx-1.14.0-r1.ebuild
deleted file mode 100644
index bed797b68a21..
--- a/sci-libs/onnx/onnx-1.14.0-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
-inherit python-any-r1 cmake
-
-DESCRIPTION="Open Neural Network Exchange (ONNX)"
-HOMEPAGE="https://github.com/onnx/onnx;
-SRC_URI="https://github.com/onnx/${PN}/archive/refs/tags/v${PV}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~riscv"
-RESTRICT="test"
-
-DEPEND=""
-RDEPEND="${DEPEND}
-   dev-libs/protobuf:="
-BDEPEND="
-   ${PYTHON_DEPS}
-"
-
-PATCHES=( "${FILESDIR}"/${P}-cxx_14.patch )
-
-src_configure() {
-   local mycmakeargs=(
-   -DONNX_USE_PROTOBUF_SHARED_LIBS=ON
-   )
-   cmake_src_configure
-}

diff --git a/sci-libs/onnx/onnx-1.14.0-r2.ebuild 
b/sci-libs/onnx/onnx-1.14.0-r2.ebuild
new file mode 100644
index ..7fcd28a9355b
--- /dev/null
+++ b/sci-libs/onnx/onnx-1.14.0-r2.ebuild
@@ -0,0 +1,59 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+DISTUTILS_USE_PEP517=setuptools
+DISTUTILS_OPTIONAL=1
+DISTUTILS_EXT=1
+PYTHON_COMPAT=( python3_{9..11} )
+inherit distutils-r1 cmake
+
+DESCRIPTION="Open Neural Network Exchange (ONNX)"
+HOMEPAGE="https://github.com/onnx/onnx;
+SRC_URI="https://github.com/onnx/${PN}/archive/refs/tags/v${PV}.tar.gz
+   -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~riscv"
+IUSE="python"
+RESTRICT="test"
+REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
+
+RDEPEND="
+   python? (
+   ${PYTHON_DEPS}
+   dev-python/protobuf-python[${PYTHON_USEDEP}]
+   )
+   dev-libs/protobuf:=
+"
+DEPEND="${RDEPEND}"
+
+BDEPEND="python? (
+   ${DISTUTILS_DEPS}
+)"
+
+PATCHES=( "${FILESDIR}"/${P}-cxx_14.patch )
+
+src_prepare() {
+   cmake_src_prepare
+   use python && distutils-r1_src_prepare
+}
+
+src_configure() {
+   local mycmakeargs=(
+   -DONNX_USE_PROTOBUF_SHARED_LIBS=ON
+   )
+   cmake_src_configure
+   use python && distutils-r1_src_configure
+}
+
+src_compile() {
+   cmake_src_compile
+   use python && distutils-r1_src_compile
+}
+
+src_install() {
+   cmake_src_install
+   use python && distutils-r1_src_install
+}



  1   2   3   >