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

2024-06-10 Thread Michał Górny
commit: 136810686965f8a13985479c0a0309cbc4208735
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 10 16:18:04 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 10 17:00:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13681068

dev-python/frozenlist: Enable py3.13

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

 dev-python/frozenlist/files/frozenlist-1.4.1-py313.patch | 13 +
 dev-python/frozenlist/frozenlist-1.4.1.ebuild|  7 ++-
 2 files changed, 19 insertions(+), 1 deletion(-)

diff --git a/dev-python/frozenlist/files/frozenlist-1.4.1-py313.patch 
b/dev-python/frozenlist/files/frozenlist-1.4.1-py313.patch
new file mode 100644
index ..5607461c9229
--- /dev/null
+++ b/dev-python/frozenlist/files/frozenlist-1.4.1-py313.patch
@@ -0,0 +1,13 @@
+diff --git a/tests/test_frozenlist.py b/tests/test_frozenlist.py
+index c0d91b5..b65a998 100644
+--- a/tests/test_frozenlist.py
 b/tests/test_frozenlist.py
+@@ -11,7 +11,7 @@ from frozenlist import FrozenList, PyFrozenList
+ class FrozenListMixin:
+ FrozenList = NotImplemented
+ 
+-SKIP_METHODS = {"__abstractmethods__", "__slots__"}
++SKIP_METHODS = {"__abstractmethods__", "__slots__", 
"__static_attributes__", "__firstlineno__"}
+ 
+ def test___class_getitem__(self) -> None:
+ assert self.FrozenList[str] is not None

diff --git a/dev-python/frozenlist/frozenlist-1.4.1.ebuild 
b/dev-python/frozenlist/frozenlist-1.4.1.ebuild
index 3419d9fa09a0..42b6ee7b5b7d 100644
--- a/dev-python/frozenlist/frozenlist-1.4.1.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.4.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=standalone
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 
 inherit distutils-r1
 
@@ -37,6 +37,11 @@ BDEPEND="
 
 distutils_enable_tests pytest
 
+PATCHES=(
+   # 
https://github.com/aio-libs/frozenlist/issues/588#issuecomment-2139078800
+   "${FILESDIR}/${P}-py313.patch"
+)
+
 python_compile() {
# pypy is not using the C extension
if ! use native-extensions || [[ ${EPYTHON} != python* ]]; then



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

2024-01-23 Thread Michał Górny
commit: b1e62e4b3d45a624f485e9452678f4ff253828b3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 23 16:39:47 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 23 16:53:02 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1e62e4b

dev-python/frozenlist: Remove old

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

 dev-python/frozenlist/Manifest|  2 -
 dev-python/frozenlist/frozenlist-1.3.3.ebuild | 45 -
 dev-python/frozenlist/frozenlist-1.4.0.ebuild | 58 ---
 3 files changed, 105 deletions(-)

diff --git a/dev-python/frozenlist/Manifest b/dev-python/frozenlist/Manifest
index 397e62c36bc2..bdd0f7ed2588 100644
--- a/dev-python/frozenlist/Manifest
+++ b/dev-python/frozenlist/Manifest
@@ -1,3 +1 @@
-DIST frozenlist-1.3.3.gh.tar.gz 27742 BLAKE2B 
cf0dcd2ed0e22cb7fa3d57a73177e53cace8e6301c462ab56544678f1f78f113ac3ad9ffb68dafb3ae957a1e52e2069dcec76b5adc27284587d614bbb6a8c139
 SHA512 
8f416996c18d352912e88dad6b503cb1e5ce566d69e97aad8d7eedc6415316e8c9e63eb2c341c5d2409ebf90fd58153ce642d5d88f277435bc6e5a4f1ce8b949
-DIST frozenlist-1.4.0.gh.tar.gz 29063 BLAKE2B 
ec33639c22448da84fda9eaa83a78737f20579061e0ae05699a361ac9a8646df0ebf5c31df69cd7c4ee1c1c7fc0e28d0f6050a1879c3d28bf83e2caf442eb2a3
 SHA512 
937f7684df3879596903b5ce2d9a38590383a7c319e3079bbd8fdcbea169c692d9feabac0a7e0646d334ec517a86f7d943e0b0107fd925203de1cc8029b252ba
 DIST frozenlist-1.4.1.gh.tar.gz 46357 BLAKE2B 
44ee864cd6c7918634d2db85937d778a8526f3117e4d27e06267c979bda2228de5bacaa87d8e0339f7718d6c12325336025214b8d42bdcc744aac7adb63b736a
 SHA512 
a82059fd7d16ec8e17cdf9d05eb128194fc3eed7c20ea4a3daf508a949e6c039fb5824794eac1ca768de11d883f55f46de45f5dcc5031f5cb31291b33df87023

diff --git a/dev-python/frozenlist/frozenlist-1.3.3.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.3.ebuild
deleted file mode 100644
index 64f40cf2af08..
--- a/dev-python/frozenlist/frozenlist-1.3.3.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 2021-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} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A list-like structure which implements 
collections.abc.MutableSequence"
-HOMEPAGE="
-   https://pypi.org/project/frozenlist/
-   https://github.com/aio-libs/frozenlist/
-"
-SRC_URI="
-   https://github.com/aio-libs/frozenlist/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
-
-BDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/cython[${PYTHON_USEDEP}]
-   ' 'python*')
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/addopts/d' pytest.ini || die
-   distutils-r1_src_prepare
-}
-
-python_configure() {
-   # pypy is not using the C extension
-   if [[ ${EPYTHON} == python* ]]; then
-   > .install-cython || die
-   emake cythonize
-   fi
-}

diff --git a/dev-python/frozenlist/frozenlist-1.4.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
deleted file mode 100644
index 0958c3e69d41..
--- a/dev-python/frozenlist/frozenlist-1.4.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 2021-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} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A list-like structure which implements 
collections.abc.MutableSequence"
-HOMEPAGE="
-   https://pypi.org/project/frozenlist/
-   https://github.com/aio-libs/frozenlist/
-"
-SRC_URI="
-   https://github.com/aio-libs/frozenlist/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
-IUSE="+native-extensions"
-
-BDEPEND="
-   native-extensions? (
-   $(python_gen_cond_dep '
-   dev-python/cython[${PYTHON_USEDEP}]
-   ' 'python*')
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/addopts/d' pytest.ini || die
-   distutils-r1_src_prepare
-}
-
-python_compile() {
-   # pypy is not using the C extension
-   if use native-extensions && [[ ${EPYTHON} == python* ]]; then
-   > .install-cython || die
-   emake cythonize
-   else
-   local -x FROZENLIST_NO_EXTENSIONS=1
-   fi
-
-   distutils-r1_python_compile
-}
-
-python_test() {
-   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
-   rm -rf frozenlist || die
-   epytest
-}



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

2024-01-22 Thread Sam James
commit: 43b0c0c7b46420b35d95a67af7e38208deef3a08
Author: Sam James  gentoo  org>
AuthorDate: Tue Jan 23 04:15:54 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jan 23 04:15:54 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43b0c0c7

dev-python/frozenlist: Stabilize 1.4.1 hppa, #921072

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

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

diff --git a/dev-python/frozenlist/frozenlist-1.4.1.ebuild 
b/dev-python/frozenlist/frozenlist-1.4.1.ebuild
index 7be4864f7f6f..3419d9fa09a0 100644
--- a/dev-python/frozenlist/frozenlist-1.4.1.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021-2023 Gentoo Authors
+# Copyright 2021-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE="+native-extensions"
 
 BDEPEND="



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

2023-12-30 Thread Arthur Zamarin
commit: 035f6edf84d61a37e5aed11dd9ab4b47af397e0a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 30 15:19:12 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 30 15:19:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=035f6edf

dev-python/frozenlist: Stabilize 1.4.1 ppc64, #921072

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.4.1.ebuild 
b/dev-python/frozenlist/frozenlist-1.4.1.ebuild
index 2b772425291a..7be4864f7f6f 100644
--- a/dev-python/frozenlist/frozenlist-1.4.1.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.4.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE="+native-extensions"
 
 BDEPEND="



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

2023-12-30 Thread Arthur Zamarin
commit: 15ea2bf0672ddd19d6563f27854b91a4e57cf383
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 30 15:19:12 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 30 15:19:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15ea2bf0

dev-python/frozenlist: Stabilize 1.4.1 ppc, #921072

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.4.1.ebuild 
b/dev-python/frozenlist/frozenlist-1.4.1.ebuild
index d89ac9a1aca8..2b772425291a 100644
--- a/dev-python/frozenlist/frozenlist-1.4.1.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.4.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~s390 
sparc x86"
 IUSE="+native-extensions"
 
 BDEPEND="



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

2023-12-30 Thread Arthur Zamarin
commit: bb6f00f2446d742a8bc5c26cdf3f97de27078809
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 30 14:51:33 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 30 14:51:33 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb6f00f2

dev-python/frozenlist: Stabilize 1.4.1 arm64, #921072

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.4.1.ebuild 
b/dev-python/frozenlist/frozenlist-1.4.1.ebuild
index 85ba444bbe82..d89ac9a1aca8 100644
--- a/dev-python/frozenlist/frozenlist-1.4.1.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.4.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
 IUSE="+native-extensions"
 
 BDEPEND="



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

2023-12-30 Thread Arthur Zamarin
commit: fe6ecbb492206d33d5b2f6583e2d579816e83bc4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 30 14:25:41 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 30 14:25:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe6ecbb4

dev-python/frozenlist: Stabilize 1.4.1 sparc, #921072

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.4.1.ebuild 
b/dev-python/frozenlist/frozenlist-1.4.1.ebuild
index c67e709b777e..2441108e4054 100644
--- a/dev-python/frozenlist/frozenlist-1.4.1.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.4.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
 IUSE="+native-extensions"
 
 BDEPEND="



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

2023-12-30 Thread Arthur Zamarin
commit: c43b88c9880b4657a60f966f71da1e18bd1f2ca8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 30 14:25:42 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 30 14:25:42 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c43b88c9

dev-python/frozenlist: Stabilize 1.4.1 x86, #921072

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.4.1.ebuild 
b/dev-python/frozenlist/frozenlist-1.4.1.ebuild
index 2441108e4054..85ba444bbe82 100644
--- a/dev-python/frozenlist/frozenlist-1.4.1.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.4.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
 IUSE="+native-extensions"
 
 BDEPEND="



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

2023-12-30 Thread Arthur Zamarin
commit: 455d36334d46d6182c5f4a224ce339df1e2873d0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 30 14:07:23 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 30 14:07:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=455d3633

dev-python/frozenlist: Stabilize 1.4.1 arm, #921072

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.4.1.ebuild 
b/dev-python/frozenlist/frozenlist-1.4.1.ebuild
index 3e2f7f0854ab..c67e709b777e 100644
--- a/dev-python/frozenlist/frozenlist-1.4.1.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.4.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 IUSE="+native-extensions"
 
 BDEPEND="



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

2023-12-30 Thread Arthur Zamarin
commit: 59fc6d2065684c1ee2adfe6ec9474749674975cd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 30 14:05:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 30 14:05:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59fc6d20

dev-python/frozenlist: Stabilize 1.4.1 amd64, #921072

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.4.1.ebuild 
b/dev-python/frozenlist/frozenlist-1.4.1.ebuild
index d06a9f77239e..3e2f7f0854ab 100644
--- a/dev-python/frozenlist/frozenlist-1.4.1.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.4.1.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 IUSE="+native-extensions"
 
 BDEPEND="



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

2023-12-15 Thread Michał Górny
commit: 4f3ececa58a10125531d0db1eb40a441b55017c6
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 15 16:23:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 15 16:59:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f3ececa

dev-python/frozenlist: Bump to 1.4.1

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

 dev-python/frozenlist/Manifest|  1 +
 dev-python/frozenlist/frozenlist-1.4.1.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/dev-python/frozenlist/Manifest b/dev-python/frozenlist/Manifest
index e914f7657e33..397e62c36bc2 100644
--- a/dev-python/frozenlist/Manifest
+++ b/dev-python/frozenlist/Manifest
@@ -1,2 +1,3 @@
 DIST frozenlist-1.3.3.gh.tar.gz 27742 BLAKE2B 
cf0dcd2ed0e22cb7fa3d57a73177e53cace8e6301c462ab56544678f1f78f113ac3ad9ffb68dafb3ae957a1e52e2069dcec76b5adc27284587d614bbb6a8c139
 SHA512 
8f416996c18d352912e88dad6b503cb1e5ce566d69e97aad8d7eedc6415316e8c9e63eb2c341c5d2409ebf90fd58153ce642d5d88f277435bc6e5a4f1ce8b949
 DIST frozenlist-1.4.0.gh.tar.gz 29063 BLAKE2B 
ec33639c22448da84fda9eaa83a78737f20579061e0ae05699a361ac9a8646df0ebf5c31df69cd7c4ee1c1c7fc0e28d0f6050a1879c3d28bf83e2caf442eb2a3
 SHA512 
937f7684df3879596903b5ce2d9a38590383a7c319e3079bbd8fdcbea169c692d9feabac0a7e0646d334ec517a86f7d943e0b0107fd925203de1cc8029b252ba
+DIST frozenlist-1.4.1.gh.tar.gz 46357 BLAKE2B 
44ee864cd6c7918634d2db85937d778a8526f3117e4d27e06267c979bda2228de5bacaa87d8e0339f7718d6c12325336025214b8d42bdcc744aac7adb63b736a
 SHA512 
a82059fd7d16ec8e17cdf9d05eb128194fc3eed7c20ea4a3daf508a949e6c039fb5824794eac1ca768de11d883f55f46de45f5dcc5031f5cb31291b33df87023

diff --git a/dev-python/frozenlist/frozenlist-1.4.1.ebuild 
b/dev-python/frozenlist/frozenlist-1.4.1.ebuild
new file mode 100644
index ..149a004e224d
--- /dev/null
+++ b/dev-python/frozenlist/frozenlist-1.4.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_EXT=1
+DISTUTILS_USE_PEP517=standalone
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A list-like structure which implements 
collections.abc.MutableSequence"
+HOMEPAGE="
+   https://pypi.org/project/frozenlist/
+   https://github.com/aio-libs/frozenlist/
+"
+SRC_URI="
+   https://github.com/aio-libs/frozenlist/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+IUSE="+native-extensions"
+
+BDEPEND="
+   dev-python/expandvars[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/wheel[${PYTHON_USEDEP}]
+   native-extensions? (
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
+"
+
+distutils_enable_tests pytest
+
+python_compile() {
+   # pypy is not using the C extension
+   if ! use native-extensions || [[ ${EPYTHON} != python* ]]; then
+   local -x FROZENLIST_NO_EXTENSIONS=1
+   fi
+
+   distutils-r1_python_compile
+}
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   rm -rf frozenlist || die
+   epytest -o addopts=
+}



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

2023-09-14 Thread Arthur Zamarin
commit: 8b7cb74d706dd3b93d45199ebbe9a63dcd25bc16
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Sep 15 04:49:10 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Sep 15 04:49:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7cb74d

dev-python/frozenlist: Stabilize 1.4.0 ppc, #913782

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.4.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
index 6476cee628ae..0958c3e69d41 100644
--- a/dev-python/frozenlist/frozenlist-1.4.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
 IUSE="+native-extensions"
 
 BDEPEND="



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

2023-09-07 Thread Sam James
commit: 0ac02d0df60ca40c093ac3713e75436b0b1b59a1
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  7 20:07:05 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  7 20:07:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ac02d0d

dev-python/frozenlist: Stabilize 1.4.0 arm64, #913782

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

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

diff --git a/dev-python/frozenlist/frozenlist-1.4.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
index c1f7e6508f3f..c2e407a6ad5e 100644
--- a/dev-python/frozenlist/frozenlist-1.4.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
 IUSE="+native-extensions"
 
 BDEPEND="



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

2023-09-07 Thread Sam James
commit: 44e2491875117e34f07aaaf82429c45773b0de7c
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  7 20:07:06 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  7 20:07:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44e24918

dev-python/frozenlist: Stabilize 1.4.0 hppa, #913782

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

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

diff --git a/dev-python/frozenlist/frozenlist-1.4.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
index c2e407a6ad5e..9f94c15ff5c5 100644
--- a/dev-python/frozenlist/frozenlist-1.4.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
 IUSE="+native-extensions"
 
 BDEPEND="



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

2023-09-07 Thread Sam James
commit: ae9f4aecbe55c7ae328f45bc61594016c37975de
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  7 20:07:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  7 20:07:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae9f4aec

dev-python/frozenlist: Stabilize 1.4.0 arm, #913782

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

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

diff --git a/dev-python/frozenlist/frozenlist-1.4.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
index 3a4d1c360e0d..c1f7e6508f3f 100644
--- a/dev-python/frozenlist/frozenlist-1.4.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
 IUSE="+native-extensions"
 
 BDEPEND="



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

2023-09-07 Thread Sam James
commit: 3967b550b27f0c59c7f7fe95dbb0d3b978018ede
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  7 19:51:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  7 19:51:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3967b550

dev-python/frozenlist: Stabilize 1.4.0 amd64, #913782

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

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

diff --git a/dev-python/frozenlist/frozenlist-1.4.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
index 8d83a5c5cf32..3a4d1c360e0d 100644
--- a/dev-python/frozenlist/frozenlist-1.4.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
sparc x86"
 IUSE="+native-extensions"
 
 BDEPEND="



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

2023-09-07 Thread Sam James
commit: 5fdd07d64079f89cd3af8f7bdefb1935d9398cb6
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  7 19:51:03 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  7 19:51:03 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fdd07d6

dev-python/frozenlist: Stabilize 1.4.0 x86, #913782

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

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

diff --git a/dev-python/frozenlist/frozenlist-1.4.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
index a9a15a2c0b99..8d83a5c5cf32 100644
--- a/dev-python/frozenlist/frozenlist-1.4.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 sparc x86"
 IUSE="+native-extensions"
 
 BDEPEND="



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

2023-09-07 Thread Arthur Zamarin
commit: 8bf524594626633ce1fa1d8e259f1a227962f26a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  7 19:31:53 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  7 19:31:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf52459

dev-python/frozenlist: Stabilize 1.4.0 sparc, #913782

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.4.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
index 75fad1a5bdf3..a9a15a2c0b99 100644
--- a/dev-python/frozenlist/frozenlist-1.4.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 sparc ~x86"
 IUSE="+native-extensions"
 
 BDEPEND="



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

2023-08-06 Thread Michał Górny
commit: 4fb5c79cc8cc6c732090f201ed506554e67fbd89
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  6 08:44:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  6 08:48:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fb5c79c

dev-python/frozenlist: Add a flag to disable C extensions entirely

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

 dev-python/frozenlist/frozenlist-1.4.0.ebuild | 17 -
 dev-python/frozenlist/metadata.xml|  6 ++
 2 files changed, 18 insertions(+), 5 deletions(-)

diff --git a/dev-python/frozenlist/frozenlist-1.4.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
index 21355bc2d995..75fad1a5bdf3 100644
--- a/dev-python/frozenlist/frozenlist-1.4.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
@@ -22,11 +22,14 @@ SRC_URI="
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+IUSE="+native-extensions"
 
 BDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/cython[${PYTHON_USEDEP}]
-   ' 'python*')
+   native-extensions? (
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_USEDEP}]
+   ' 'python*')
+   )
 "
 
 distutils_enable_tests pytest
@@ -36,12 +39,16 @@ src_prepare() {
distutils-r1_src_prepare
 }
 
-python_configure() {
+python_compile() {
# pypy is not using the C extension
-   if [[ ${EPYTHON} == python* ]]; then
+   if use native-extensions && [[ ${EPYTHON} == python* ]]; then
> .install-cython || die
emake cythonize
+   else
+   local -x FROZENLIST_NO_EXTENSIONS=1
fi
+
+   distutils-r1_python_compile
 }
 
 python_test() {

diff --git a/dev-python/frozenlist/metadata.xml 
b/dev-python/frozenlist/metadata.xml
index 0e65c5bac7fa..b971f98658cc 100644
--- a/dev-python/frozenlist/metadata.xml
+++ b/dev-python/frozenlist/metadata.xml
@@ -8,4 +8,10 @@
frozenlist
aio-libs/frozenlist

+   
+   
+   Compile native C extensions (speedups, instead of using 
Python
+   fallback code).
+   
+   
 



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

2023-08-06 Thread Michał Górny
commit: f2a2350027901312cf108e1a9faee76c909bf58a
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  6 07:41:10 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  6 07:47:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a23500

dev-python/frozenlist: Fix testing the C extension

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

 dev-python/frozenlist/frozenlist-1.4.0.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/frozenlist/frozenlist-1.4.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
index f17293f2b4e2..21355bc2d995 100644
--- a/dev-python/frozenlist/frozenlist-1.4.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
@@ -43,3 +43,9 @@ python_configure() {
emake cythonize
fi
 }
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   rm -rf frozenlist || die
+   epytest
+}



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

2023-07-12 Thread Michał Górny
commit: aaa5c153d83576ff9d6bd964fa244619d7c7a71d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 13 04:57:28 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 13 05:28:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aaa5c153

dev-python/frozenlist: Bump to 1.4.0

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

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

diff --git a/dev-python/frozenlist/Manifest b/dev-python/frozenlist/Manifest
index 42dc24a4869d..e914f7657e33 100644
--- a/dev-python/frozenlist/Manifest
+++ b/dev-python/frozenlist/Manifest
@@ -1 +1,2 @@
 DIST frozenlist-1.3.3.gh.tar.gz 27742 BLAKE2B 
cf0dcd2ed0e22cb7fa3d57a73177e53cace8e6301c462ab56544678f1f78f113ac3ad9ffb68dafb3ae957a1e52e2069dcec76b5adc27284587d614bbb6a8c139
 SHA512 
8f416996c18d352912e88dad6b503cb1e5ce566d69e97aad8d7eedc6415316e8c9e63eb2c341c5d2409ebf90fd58153ce642d5d88f277435bc6e5a4f1ce8b949
+DIST frozenlist-1.4.0.gh.tar.gz 29063 BLAKE2B 
ec33639c22448da84fda9eaa83a78737f20579061e0ae05699a361ac9a8646df0ebf5c31df69cd7c4ee1c1c7fc0e28d0f6050a1879c3d28bf83e2caf442eb2a3
 SHA512 
937f7684df3879596903b5ce2d9a38590383a7c319e3079bbd8fdcbea169c692d9feabac0a7e0646d334ec517a86f7d943e0b0107fd925203de1cc8029b252ba

diff --git a/dev-python/frozenlist/frozenlist-1.4.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
new file mode 100644
index ..f17293f2b4e2
--- /dev/null
+++ b/dev-python/frozenlist/frozenlist-1.4.0.ebuild
@@ -0,0 +1,45 @@
+# Copyright 2021-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} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A list-like structure which implements 
collections.abc.MutableSequence"
+HOMEPAGE="
+   https://pypi.org/project/frozenlist/
+   https://github.com/aio-libs/frozenlist/
+"
+SRC_URI="
+   https://github.com/aio-libs/frozenlist/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+BDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_USEDEP}]
+   ' 'python*')
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' pytest.ini || die
+   distutils-r1_src_prepare
+}
+
+python_configure() {
+   # pypy is not using the C extension
+   if [[ ${EPYTHON} == python* ]]; then
+   > .install-cython || die
+   emake cythonize
+   fi
+}



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

2023-05-29 Thread Sam James
commit: 49d1c977ddc022e8472e3314d100b48617760848
Author: Petr Vaněk  atlas  cz>
AuthorDate: Mon May 29 12:38:04 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 29 13:57:41 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49d1c977

dev-python/frozenlist: enable py3.12

Signed-off-by: Petr Vaněk  atlas.cz>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.3.3.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.3.ebuild
index 52dc1f15a43e..64f40cf2af08 100644
--- a/dev-python/frozenlist/frozenlist-1.3.3.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.3.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1
 



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

2023-05-04 Thread Michał Górny
commit: dbe036910df73f1661417a4be39ddb2ca6e3a146
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  4 16:09:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  4 16:11:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe03691

dev-python/frozenlist: Set DISTUTILS_EXT=1

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

 dev-python/frozenlist/frozenlist-1.3.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/frozenlist/frozenlist-1.3.3.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.3.ebuild
index b64bde043503..52dc1f15a43e 100644
--- a/dev-python/frozenlist/frozenlist-1.3.3.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.3.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=8
 
+DISTUTILS_EXT=1
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 



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

2022-12-11 Thread Michał Górny
commit: d7d631bd56aaa108be6f64dc161f49cd85af0166
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Dec 11 20:43:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Dec 11 20:50:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7d631bd

dev-python/frozenlist: Remove old

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

 dev-python/frozenlist/Manifest|  1 -
 dev-python/frozenlist/frozenlist-1.3.1.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/dev-python/frozenlist/Manifest b/dev-python/frozenlist/Manifest
index 925ba514d7a6..42dc24a4869d 100644
--- a/dev-python/frozenlist/Manifest
+++ b/dev-python/frozenlist/Manifest
@@ -1,2 +1 @@
-DIST frozenlist-1.3.1.gh.tar.gz 27705 BLAKE2B 
7428d936926978acb90a857e0f76b303dddea684c3e815b3fd583e888102e114cc629fcd8e862a4e72775f8525193becfd4b9cd844a36f5b2c7964605008bb84
 SHA512 
4986f3635ebd2d3ca9623299a66375b03938a7be72f7a1d3437b1bf8c0739513942e6babf00476b61055c9ebee3638ec807dad521c52990104d4d57017efdfb2
 DIST frozenlist-1.3.3.gh.tar.gz 27742 BLAKE2B 
cf0dcd2ed0e22cb7fa3d57a73177e53cace8e6301c462ab56544678f1f78f113ac3ad9ffb68dafb3ae957a1e52e2069dcec76b5adc27284587d614bbb6a8c139
 SHA512 
8f416996c18d352912e88dad6b503cb1e5ce566d69e97aad8d7eedc6415316e8c9e63eb2c341c5d2409ebf90fd58153ce642d5d88f277435bc6e5a4f1ce8b949

diff --git a/dev-python/frozenlist/frozenlist-1.3.1.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.1.ebuild
deleted file mode 100644
index 941f0285c9b7..
--- a/dev-python/frozenlist/frozenlist-1.3.1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A list-like structure which implements 
collections.abc.MutableSequence"
-HOMEPAGE="
-   https://pypi.org/project/frozenlist/
-   https://github.com/aio-libs/frozenlist/
-"
-SRC_URI="
-   https://github.com/aio-libs/frozenlist/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
-
-BDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/cython[${PYTHON_USEDEP}]
-   ' 'python*')
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/addopts/d' pytest.ini || die
-   distutils-r1_src_prepare
-}
-
-python_configure() {
-   # pypy is not using the C extension
-   if [[ ${EPYTHON} == python* ]]; then
-   > .install-cython || die
-   emake cythonize
-   fi
-}



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

2022-12-11 Thread Arthur Zamarin
commit: 3d4940f0c10f50c5ed24f2bc78e8b5044ab0f02f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Dec 11 18:33:35 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Dec 11 18:33:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d4940f0

dev-python/frozenlist: Stabilize 1.3.3 sparc, #885161

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.3.3.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.3.ebuild
index 9545740734f4..941f0285c9b7 100644
--- a/dev-python/frozenlist/frozenlist-1.3.3.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2022-12-10 Thread Arthur Zamarin
commit: 51a9d08858f548c1d0b5d8682c1b81ad83e3dd3b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 10 09:15:23 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 10 09:15:23 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51a9d088

dev-python/frozenlist: Stabilize 1.3.3 ppc, #885161

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.3.3.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.3.ebuild
index 306677c0ab43..a2ff1efd88cb 100644
--- a/dev-python/frozenlist/frozenlist-1.3.3.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2022-12-10 Thread Arthur Zamarin
commit: 521bcfddf64cc8cc998ff9e03715a26d2b365a76
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 10 09:15:24 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 10 09:15:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=521bcfdd

dev-python/frozenlist: Stabilize 1.3.3 ppc64, #885161

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.3.3.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.3.ebuild
index a2ff1efd88cb..47de31f11235 100644
--- a/dev-python/frozenlist/frozenlist-1.3.3.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
~sparc ~x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2022-12-10 Thread Arthur Zamarin
commit: 45002c09f5655fbb36428506fc2bba0f1a56e28b
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 10 08:49:57 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 10 08:49:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45002c09

dev-python/frozenlist: Stabilize 1.3.3 arm64, #885161

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.3.3.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.3.ebuild
index f8146bda6935..d45430eaf647 100644
--- a/dev-python/frozenlist/frozenlist-1.3.3.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2022-12-10 Thread Arthur Zamarin
commit: 21e52df9540456cf5b2bef763b434b5a714909d6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Dec 10 08:49:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Dec 10 08:49:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21e52df9

dev-python/frozenlist: Stabilize 1.3.3 arm, #885161

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.3.3.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.3.ebuild
index d45430eaf647..306677c0ab43 100644
--- a/dev-python/frozenlist/frozenlist-1.3.3.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.3.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2022-11-09 Thread Michał Górny
commit: e96131b1dea2be12c2548600c778998ffc3e82d4
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov  9 07:41:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov  9 08:38:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96131b1

dev-python/frozenlist: Bump to 1.3.3

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

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

diff --git a/dev-python/frozenlist/Manifest b/dev-python/frozenlist/Manifest
index 0e7bba037a96..925ba514d7a6 100644
--- a/dev-python/frozenlist/Manifest
+++ b/dev-python/frozenlist/Manifest
@@ -1 +1,2 @@
 DIST frozenlist-1.3.1.gh.tar.gz 27705 BLAKE2B 
7428d936926978acb90a857e0f76b303dddea684c3e815b3fd583e888102e114cc629fcd8e862a4e72775f8525193becfd4b9cd844a36f5b2c7964605008bb84
 SHA512 
4986f3635ebd2d3ca9623299a66375b03938a7be72f7a1d3437b1bf8c0739513942e6babf00476b61055c9ebee3638ec807dad521c52990104d4d57017efdfb2
+DIST frozenlist-1.3.3.gh.tar.gz 27742 BLAKE2B 
cf0dcd2ed0e22cb7fa3d57a73177e53cace8e6301c462ab56544678f1f78f113ac3ad9ffb68dafb3ae957a1e52e2069dcec76b5adc27284587d614bbb6a8c139
 SHA512 
8f416996c18d352912e88dad6b503cb1e5ce566d69e97aad8d7eedc6415316e8c9e63eb2c341c5d2409ebf90fd58153ce642d5d88f277435bc6e5a4f1ce8b949

diff --git a/dev-python/frozenlist/frozenlist-1.3.3.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.3.ebuild
new file mode 100644
index ..f8146bda6935
--- /dev/null
+++ b/dev-python/frozenlist/frozenlist-1.3.3.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A list-like structure which implements 
collections.abc.MutableSequence"
+HOMEPAGE="
+   https://pypi.org/project/frozenlist/
+   https://github.com/aio-libs/frozenlist/
+"
+SRC_URI="
+   https://github.com/aio-libs/frozenlist/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+BDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_USEDEP}]
+   ' 'python*')
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' pytest.ini || die
+   distutils-r1_src_prepare
+}
+
+python_configure() {
+   # pypy is not using the C extension
+   if [[ ${EPYTHON} == python* ]]; then
+   > .install-cython || die
+   emake cythonize
+   fi
+}



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

2022-09-10 Thread Michał Górny
commit: c7faefb272f683d4cfed44289f0825e86da9715e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 10 11:03:22 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 10 11:03:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7faefb2

dev-python/frozenlist: Remove old

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

 dev-python/frozenlist/Manifest|  1 -
 dev-python/frozenlist/frozenlist-1.3.0.ebuild | 44 ---
 2 files changed, 45 deletions(-)

diff --git a/dev-python/frozenlist/Manifest b/dev-python/frozenlist/Manifest
index c3d29e9413a3..0e7bba037a96 100644
--- a/dev-python/frozenlist/Manifest
+++ b/dev-python/frozenlist/Manifest
@@ -1,2 +1 @@
-DIST frozenlist-1.3.0.gh.tar.gz 27669 BLAKE2B 
d09e18455893f7ede59c37a080e79ea5e085cc3362e53bc7016db64338b2cf26baf44e95ec0c691535527b0eef4a40ec1fbe814e5d4ae238300125438d21b467
 SHA512 
780f0ec0e1a701b009e5afcd7f62b2950eda5365140ad5842c09db85b0a3cf282ab70ff9ba752ea6dc7a97542fc7399023aaaca8fdd8ecbd5c26bf64f305f5f4
 DIST frozenlist-1.3.1.gh.tar.gz 27705 BLAKE2B 
7428d936926978acb90a857e0f76b303dddea684c3e815b3fd583e888102e114cc629fcd8e862a4e72775f8525193becfd4b9cd844a36f5b2c7964605008bb84
 SHA512 
4986f3635ebd2d3ca9623299a66375b03938a7be72f7a1d3437b1bf8c0739513942e6babf00476b61055c9ebee3638ec807dad521c52990104d4d57017efdfb2

diff --git a/dev-python/frozenlist/frozenlist-1.3.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.0.ebuild
deleted file mode 100644
index 941f0285c9b7..
--- a/dev-python/frozenlist/frozenlist-1.3.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="A list-like structure which implements 
collections.abc.MutableSequence"
-HOMEPAGE="
-   https://pypi.org/project/frozenlist/
-   https://github.com/aio-libs/frozenlist/
-"
-SRC_URI="
-   https://github.com/aio-libs/frozenlist/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
-
-BDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/cython[${PYTHON_USEDEP}]
-   ' 'python*')
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/addopts/d' pytest.ini || die
-   distutils-r1_src_prepare
-}
-
-python_configure() {
-   # pypy is not using the C extension
-   if [[ ${EPYTHON} == python* ]]; then
-   > .install-cython || die
-   emake cythonize
-   fi
-}



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

2022-09-10 Thread Arthur Zamarin
commit: 8a2a751f02ef7fc206b0db8a7d4b804af99ef409
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Sep 10 10:21:50 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Sep 10 10:21:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a2a751f

dev-python/frozenlist: Stabilize 1.3.1 hppa, #868882

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.3.1.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.1.ebuild
index fba16a39ef8a..941f0285c9b7 100644
--- a/dev-python/frozenlist/frozenlist-1.3.1.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2022-09-06 Thread Sam James
commit: 3a39030178d1374dcef8528716e86846de1ca54a
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  6 21:51:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  6 21:51:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a390301

dev-python/frozenlist: Stabilize 1.3.1 sparc, #868882

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

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

diff --git a/dev-python/frozenlist/frozenlist-1.3.1.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.1.ebuild
index 4b09244a22cf..fba16a39ef8a 100644
--- a/dev-python/frozenlist/frozenlist-1.3.1.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2022-09-06 Thread Jakov Smolić
commit: 4817407610ff8680230049b0bfb2d01a08489de1
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Sep  6 21:41:34 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Sep  6 21:41:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48174076

dev-python/frozenlist: Stabilize 1.3.1 ppc, #868882

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

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

diff --git a/dev-python/frozenlist/frozenlist-1.3.1.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.1.ebuild
index f60eab694125..4b09244a22cf 100644
--- a/dev-python/frozenlist/frozenlist-1.3.1.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
~sparc x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2022-09-06 Thread Sam James
commit: 30f878deaa9cafe8b6d57d518cfb76e083a04636
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  6 21:27:43 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  6 21:27:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30f878de

dev-python/frozenlist: Stabilize 1.3.1 arm64, #868882

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

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

diff --git a/dev-python/frozenlist/frozenlist-1.3.1.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.1.ebuild
index d860ce9cee2f..f60eab694125 100644
--- a/dev-python/frozenlist/frozenlist-1.3.1.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 
~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 
~sparc x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2022-09-06 Thread Sam James
commit: 6915a61b4dbaac31746ad1ef3bd6e1b1cb82d792
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  6 21:13:48 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  6 21:13:48 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6915a61b

dev-python/frozenlist: Stabilize 1.3.1 x86, #868882

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

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

diff --git a/dev-python/frozenlist/frozenlist-1.3.1.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.1.ebuild
index f636b38ad64d..d860ce9cee2f 100644
--- a/dev-python/frozenlist/frozenlist-1.3.1.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 
~sparc x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2022-09-06 Thread Sam James
commit: 603bd2cd5f1a54e0176e0c38c9ddb49ad9f5cf72
Author: Sam James  gentoo  org>
AuthorDate: Tue Sep  6 21:11:01 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Sep  6 21:11:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=603bd2cd

dev-python/frozenlist: Stabilize 1.3.1 amd64, #868882

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

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

diff --git a/dev-python/frozenlist/frozenlist-1.3.1.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.1.ebuild
index 0ba378ae6a81..f636b38ad64d 100644
--- a/dev-python/frozenlist/frozenlist-1.3.1.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 
~sparc ~x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2022-09-06 Thread Arthur Zamarin
commit: b92f37c1dbfc8dabc862e3ff2b505ae8d57ace71
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 19:38:14 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 19:38:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b92f37c1

dev-python/frozenlist: Stabilize 1.3.1 ppc64, #868882

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.3.1.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.1.ebuild
index 4ceda27a6686..0ba378ae6a81 100644
--- a/dev-python/frozenlist/frozenlist-1.3.1.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ppc64 ~riscv ~s390 
~sparc ~x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2022-09-06 Thread Arthur Zamarin
commit: c45e2444284daa5652b12e41d7b046f3b5a16e38
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Sep  6 19:30:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Sep  6 19:30:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c45e2444

dev-python/frozenlist: Stabilize 1.3.1 arm, #868882

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.3.1.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.1.ebuild
index f8146bda6935..4ceda27a6686 100644
--- a/dev-python/frozenlist/frozenlist-1.3.1.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2022-08-03 Thread Arthur Zamarin
commit: ad2e7b528892782a1efd57d794b5b8cd674257d8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug  3 16:27:42 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug  3 17:27:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad2e7b52

dev-python/frozenlist: add 1.3.1

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/Manifest b/dev-python/frozenlist/Manifest
index b063f0015a77..c3d29e9413a3 100644
--- a/dev-python/frozenlist/Manifest
+++ b/dev-python/frozenlist/Manifest
@@ -1 +1,2 @@
 DIST frozenlist-1.3.0.gh.tar.gz 27669 BLAKE2B 
d09e18455893f7ede59c37a080e79ea5e085cc3362e53bc7016db64338b2cf26baf44e95ec0c691535527b0eef4a40ec1fbe814e5d4ae238300125438d21b467
 SHA512 
780f0ec0e1a701b009e5afcd7f62b2950eda5365140ad5842c09db85b0a3cf282ab70ff9ba752ea6dc7a97542fc7399023aaaca8fdd8ecbd5c26bf64f305f5f4
+DIST frozenlist-1.3.1.gh.tar.gz 27705 BLAKE2B 
7428d936926978acb90a857e0f76b303dddea684c3e815b3fd583e888102e114cc629fcd8e862a4e72775f8525193becfd4b9cd844a36f5b2c7964605008bb84
 SHA512 
4986f3635ebd2d3ca9623299a66375b03938a7be72f7a1d3437b1bf8c0739513942e6babf00476b61055c9ebee3638ec807dad521c52990104d4d57017efdfb2

diff --git a/dev-python/frozenlist/frozenlist-1.3.1.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.1.ebuild
new file mode 100644
index ..f8146bda6935
--- /dev/null
+++ b/dev-python/frozenlist/frozenlist-1.3.1.ebuild
@@ -0,0 +1,44 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="A list-like structure which implements 
collections.abc.MutableSequence"
+HOMEPAGE="
+   https://pypi.org/project/frozenlist/
+   https://github.com/aio-libs/frozenlist/
+"
+SRC_URI="
+   https://github.com/aio-libs/frozenlist/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+BDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_USEDEP}]
+   ' 'python*')
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' pytest.ini || die
+   distutils-r1_src_prepare
+}
+
+python_configure() {
+   # pypy is not using the C extension
+   if [[ ${EPYTHON} == python* ]]; then
+   > .install-cython || die
+   emake cythonize
+   fi
+}



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

2022-05-13 Thread Michał Górny
commit: ac376f586b22cf6714b1aa1947ffddefb97de5f9
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 13 15:18:54 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 13 16:11:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac376f58

dev-python/frozenlist: Enable py3.11

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

 dev-python/frozenlist/frozenlist-1.3.0.ebuild | 12 
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-python/frozenlist/frozenlist-1.3.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.0.ebuild
index 882946e9e6c9..941f0285c9b7 100644
--- a/dev-python/frozenlist/frozenlist-1.3.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.0.ebuild
@@ -4,16 +4,19 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
 inherit distutils-r1
 
 DESCRIPTION="A list-like structure which implements 
collections.abc.MutableSequence"
 HOMEPAGE="
https://pypi.org/project/frozenlist/
-   https://github.com/aio-libs/frozenlist/;
+   https://github.com/aio-libs/frozenlist/
+"
 SRC_URI="
https://github.com/aio-libs/frozenlist/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
+   -> ${P}.gh.tar.gz
+"
 
 LICENSE="Apache-2.0"
 SLOT="0"
@@ -22,7 +25,8 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 
~riscv ~s390 sparc
 BDEPEND="
$(python_gen_cond_dep '
dev-python/cython[${PYTHON_USEDEP}]
-   ' 'python*')"
+   ' 'python*')
+"
 
 distutils_enable_tests pytest
 



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

2022-04-25 Thread Sam James
commit: d30339209d2157101e82cf24225439d2aa31f006
Author: Sam James  gentoo  org>
AuthorDate: Tue Apr 26 01:51:00 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Apr 26 01:51:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3033920

dev-python/frozenlist: Keyword 1.3.0 s390, #840846

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

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

diff --git a/dev-python/frozenlist/frozenlist-1.3.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.0.ebuild
index dd5198b9b548..80781122e348 100644
--- a/dev-python/frozenlist/frozenlist-1.3.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2022-03-12 Thread Michał Górny
commit: f6733966c7e78d1318f08e180b71ae88f5a3c825
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 12 19:46:25 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 12 19:46:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6733966

dev-python/frozenlist: Remove old

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

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

diff --git a/dev-python/frozenlist/Manifest b/dev-python/frozenlist/Manifest
index b1b0399d6861..b063f0015a77 100644
--- a/dev-python/frozenlist/Manifest
+++ b/dev-python/frozenlist/Manifest
@@ -1,2 +1 @@
-DIST frozenlist-1.2.0.gh.tar.gz 29062 BLAKE2B 
cc82db759906ad3e0be1806cacd6815377f264ed07ed272abb7da4753c11561564cf1cb4dfc0154abaeb4005f5607c26e602410a4ef45dd8e94e26583caa2ab7
 SHA512 
e5dda13e173db0b1c6e8c5a61949534f4eb30211cc4fcd102d0be1b55ee48e2db90d52fd770a2c6d6076f3a0d9e11289629a7a115c1270377636eda35d107e7a
 DIST frozenlist-1.3.0.gh.tar.gz 27669 BLAKE2B 
d09e18455893f7ede59c37a080e79ea5e085cc3362e53bc7016db64338b2cf26baf44e95ec0c691535527b0eef4a40ec1fbe814e5d4ae238300125438d21b467
 SHA512 
780f0ec0e1a701b009e5afcd7f62b2950eda5365140ad5842c09db85b0a3cf282ab70ff9ba752ea6dc7a97542fc7399023aaaca8fdd8ecbd5c26bf64f305f5f4

diff --git a/dev-python/frozenlist/frozenlist-1.2.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
deleted file mode 100644
index 402a7111e373..
--- a/dev-python/frozenlist/frozenlist-1.2.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="A list-like structure which implements 
collections.abc.MutableSequence"
-HOMEPAGE="
-   https://pypi.org/project/frozenlist/
-   https://github.com/aio-libs/frozenlist/;
-SRC_URI="
-   https://github.com/aio-libs/frozenlist/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
-
-BDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/cython[${PYTHON_USEDEP}]
-   ' 'python*')"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '/addopts/d' pytest.ini || die
-   distutils-r1_src_prepare
-}
-
-python_configure() {
-   # pypy is not using the C extension
-   if [[ ${EPYTHON} == python* ]]; then
-   > .install-cython || die
-   emake cythonize
-   fi
-}



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

2022-03-12 Thread Arthur Zamarin
commit: 2b9e11ab34eb797fba64fbe966fd9ca9397588a1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 12 11:06:22 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 12 11:06:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b9e11ab

dev-python/frozenlist: Stabilize 1.3.0 hppa, #834177

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.3.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.0.ebuild
index 9a37d2cfe8c7..dd5198b9b548 100644
--- a/dev-python/frozenlist/frozenlist-1.3.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2022-03-06 Thread Sam James
commit: 9553ba7078eb6a67d9af8e126b37650815d8048d
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar  6 08:03:40 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar  6 08:03:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9553ba70

dev-python/frozenlist: Stabilize 1.3.0 arm, #834177

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

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

diff --git a/dev-python/frozenlist/frozenlist-1.3.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.0.ebuild
index d0dbd066b1b6..9a37d2cfe8c7 100644
--- a/dev-python/frozenlist/frozenlist-1.3.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2022-03-05 Thread Sam James
commit: 1893f8999671f5bbf9f4b684de63b50de8d8316c
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar  6 07:36:17 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar  6 07:36:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1893f899

dev-python/frozenlist: Stabilize 1.3.0 arm64, #834177

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

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

diff --git a/dev-python/frozenlist/frozenlist-1.3.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.0.ebuild
index edd1f18c2ad9..d0dbd066b1b6 100644
--- a/dev-python/frozenlist/frozenlist-1.3.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2022-02-27 Thread Sam James
commit: 66e559dc4a215a9ff3890f8f86f8a0a6885c0b20
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 27 16:32:51 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 27 16:32:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e559dc

dev-python/frozenlist: Stabilize 1.3.0 sparc, #834177

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

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

diff --git a/dev-python/frozenlist/frozenlist-1.3.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.0.ebuild
index fbbafa688167..edd1f18c2ad9 100644
--- a/dev-python/frozenlist/frozenlist-1.3.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.3.0.ebuild
@@ -17,7 +17,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2022-01-18 Thread Michał Górny
commit: c69d21e8dc810e15600cdc4206f78f02d115
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 18 22:01:16 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 18 22:44:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c69d21e8

dev-python/frozenlist: Bump to 1.3.0

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

 dev-python/frozenlist/Manifest|  1 +
 dev-python/frozenlist/frozenlist-1.3.0.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/dev-python/frozenlist/Manifest b/dev-python/frozenlist/Manifest
index bf51b5a40783..b1b0399d6861 100644
--- a/dev-python/frozenlist/Manifest
+++ b/dev-python/frozenlist/Manifest
@@ -1 +1,2 @@
 DIST frozenlist-1.2.0.gh.tar.gz 29062 BLAKE2B 
cc82db759906ad3e0be1806cacd6815377f264ed07ed272abb7da4753c11561564cf1cb4dfc0154abaeb4005f5607c26e602410a4ef45dd8e94e26583caa2ab7
 SHA512 
e5dda13e173db0b1c6e8c5a61949534f4eb30211cc4fcd102d0be1b55ee48e2db90d52fd770a2c6d6076f3a0d9e11289629a7a115c1270377636eda35d107e7a
+DIST frozenlist-1.3.0.gh.tar.gz 27669 BLAKE2B 
d09e18455893f7ede59c37a080e79ea5e085cc3362e53bc7016db64338b2cf26baf44e95ec0c691535527b0eef4a40ec1fbe814e5d4ae238300125438d21b467
 SHA512 
780f0ec0e1a701b009e5afcd7f62b2950eda5365140ad5842c09db85b0a3cf282ab70ff9ba752ea6dc7a97542fc7399023aaaca8fdd8ecbd5c26bf64f305f5f4

diff --git a/dev-python/frozenlist/frozenlist-1.3.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.3.0.ebuild
new file mode 100644
index ..40b055eeefa2
--- /dev/null
+++ b/dev-python/frozenlist/frozenlist-1.3.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="A list-like structure which implements 
collections.abc.MutableSequence"
+HOMEPAGE="
+   https://pypi.org/project/frozenlist/
+   https://github.com/aio-libs/frozenlist/;
+SRC_URI="
+   https://github.com/aio-libs/frozenlist/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+BDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_USEDEP}]
+   ' 'python*')"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' pytest.ini || die
+   distutils-r1_src_prepare
+}
+
+python_configure() {
+   # pypy is not using the C extension
+   if [[ ${EPYTHON} == python* ]]; then
+   > .install-cython || die
+   emake cythonize
+   fi
+}



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

2021-12-31 Thread Matt Turner
commit: 8e0de43264ce8cf5d56f79575a51ae56c303773d
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Dec 31 16:52:14 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Dec 31 16:52:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e0de432

dev-python/frozenlist: Keyword 1.2.0 alpha, #821196

Signed-off-by: Matt Turner  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.2.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
index e68b1bc4d6fa..402a7111e373 100644
--- a/dev-python/frozenlist/frozenlist-1.2.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2021-12-17 Thread Arthur Zamarin
commit: aa5cc41977d877e70514f9ed3c6af380afdc07b7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 17 14:14:53 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 17 14:15:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aa5cc419

dev-python/frozenlist: Stabilize 1.2.0 hppa, #829274

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.2.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
index 76f4096225e3..e68b1bc4d6fa 100644
--- a/dev-python/frozenlist/frozenlist-1.2.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2021-12-15 Thread Arthur Zamarin
commit: e0ffc40d4605c81e33da326bf437092f0588c414
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec 15 17:01:07 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec 15 17:01:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0ffc40d

dev-python/frozenlist: Stabilize 1.2.0 ppc64, #829274

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.2.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
index 8f2011b2422b..76f4096225e3 100644
--- a/dev-python/frozenlist/frozenlist-1.2.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2021-12-15 Thread Arthur Zamarin
commit: f33ec7749f99fac3eef4060adc8ad2b606c36ec7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Dec 15 17:00:24 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Dec 15 17:00:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33ec774

dev-python/frozenlist: Stabilize 1.2.0 ppc, #829274

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.2.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
index 65541ea46ba7..8f2011b2422b 100644
--- a/dev-python/frozenlist/frozenlist-1.2.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2021-12-10 Thread Sam James
commit: a198ece60b59b3998018fb866d27b47c17b304f3
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 10 16:15:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 10 16:15:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a198ece6

dev-python/frozenlist: Stabilize 1.2.0 x86, #828754

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

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

diff --git a/dev-python/frozenlist/frozenlist-1.2.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
index ad3137b2e8f9..65541ea46ba7 100644
--- a/dev-python/frozenlist/frozenlist-1.2.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2021-12-10 Thread Jakov Smolić
commit: f751905584e764cf2fb91edb87b38fe9eb6d2251
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Dec 10 12:16:08 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Dec 10 12:16:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7519055

dev-python/frozenlist: Stabilize 1.2.0 amd64, #828754

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

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

diff --git a/dev-python/frozenlist/frozenlist-1.2.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
index 97aff744c64b..ad3137b2e8f9 100644
--- a/dev-python/frozenlist/frozenlist-1.2.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2021-12-10 Thread Arthur Zamarin
commit: 0bc23782ef7dcd27f2104dc91c02e2d0d0e00457
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 10 12:10:34 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 10 12:11:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc23782

dev-python/frozenlist: Stabilize 1.2.0 sparc, #828754

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.2.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
index e79adeddcfcd..97aff744c64b 100644
--- a/dev-python/frozenlist/frozenlist-1.2.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc ~x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2021-12-10 Thread Arthur Zamarin
commit: 1e799e7901c5a9b606c817d72509020e7c6e9ef0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 10 11:47:35 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 10 11:47:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e799e79

dev-python/frozenlist: Stabilize 1.2.0 arm, #828754

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.2.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
index b10e0b01fb25..e79adeddcfcd 100644
--- a/dev-python/frozenlist/frozenlist-1.2.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2021-12-10 Thread Arthur Zamarin
commit: 3c5464389dca188fb0dccc13dcd3f037e1483994
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec 10 11:33:29 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec 10 11:33:57 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c546438

dev-python/frozenlist: Stabilize 1.2.0 arm64, #828754

Signed-off-by: Arthur Zamarin  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.2.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
index 344307dc2162..b10e0b01fb25 100644
--- a/dev-python/frozenlist/frozenlist-1.2.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2021-11-18 Thread Sam James
commit: 62c40d51e3d7f9edf2a99e450a29f28fd6377211
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Nov 18 15:02:00 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 19 02:07:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62c40d51

dev-python/frozenlist: keyworded 1.2.0 for hppa, bug #821196

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.2.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
index 4366da5fc401..344307dc2162 100644
--- a/dev-python/frozenlist/frozenlist-1.2.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2021-11-12 Thread Marek Szuba
commit: a1e94c3107257ecba68668a537c577fa6b89a0ad
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Nov 12 08:43:31 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Nov 12 08:43:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1e94c31

dev-python/frozenlist: keyword 1.2.0 for ~riscv

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

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

diff --git a/dev-python/frozenlist/frozenlist-1.2.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
index 26e1d028d62..82bb085c391 100644
--- a/dev-python/frozenlist/frozenlist-1.2.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~sparc ~x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2021-11-10 Thread Jakov Smolić
commit: 3109efc8153a524ff9cd79b8a546e42185ac23ca
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed Nov 10 19:09:17 2021 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed Nov 10 19:09:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3109efc8

dev-python/frozenlist: Keyword 1.2.0 x86, #821196

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

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

diff --git a/dev-python/frozenlist/frozenlist-1.2.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
index 43a9e99f4f3..26e1d028d62 100644
--- a/dev-python/frozenlist/frozenlist-1.2.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~sparc ~x86"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2021-11-04 Thread Sam James
commit: 86c1606179982ab89bec3734e5267653adf2
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov  5 03:16:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov  5 03:16:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86c16061

dev-python/frozenlist: Keyword 1.2.0 arm, #821196

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

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

diff --git a/dev-python/frozenlist/frozenlist-1.2.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
index c1a255868af..43a9e99f4f3 100644
--- a/dev-python/frozenlist/frozenlist-1.2.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~sparc"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2021-11-04 Thread Sam James
commit: 9df749e77b56a36a104276a9b61bc4c3ce0d3f9c
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  4 21:14:56 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  4 21:14:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9df749e7

dev-python/frozenlist: Keyword 1.2.0 arm64, #821196

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

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

diff --git a/dev-python/frozenlist/frozenlist-1.2.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
index dce4206c89e..c1a255868af 100644
--- a/dev-python/frozenlist/frozenlist-1.2.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc"
+KEYWORDS="~amd64 ~arm64 ~sparc"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2021-11-04 Thread Sam James
commit: 00362b286092fb1015d9080b93f9d9c234e1c2f6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Nov  4 15:33:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  4 16:52:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00362b28

dev-python/frozenlist: keyworded 1.2.0 for sparc, bug #821196

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/frozenlist/frozenlist-1.2.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
index ba892fcc5c1..dce4206c89e 100644
--- a/dev-python/frozenlist/frozenlist-1.2.0.ebuild
+++ b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~sparc"
 
 BDEPEND="
$(python_gen_cond_dep '



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

2021-11-01 Thread Michał Górny
commit: 0a9d6e8aa0f55e60dc47672356c7ed6a680a8f22
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  1 08:49:42 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  1 11:40:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a9d6e8a

dev-python/frozenlist: New package, dep of dev-python/aiosignal

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

 dev-python/frozenlist/Manifest|  1 +
 dev-python/frozenlist/frozenlist-1.2.0.ebuild | 39 +++
 dev-python/frozenlist/metadata.xml| 11 
 3 files changed, 51 insertions(+)

diff --git a/dev-python/frozenlist/Manifest b/dev-python/frozenlist/Manifest
new file mode 100644
index 000..bf51b5a4078
--- /dev/null
+++ b/dev-python/frozenlist/Manifest
@@ -0,0 +1 @@
+DIST frozenlist-1.2.0.gh.tar.gz 29062 BLAKE2B 
cc82db759906ad3e0be1806cacd6815377f264ed07ed272abb7da4753c11561564cf1cb4dfc0154abaeb4005f5607c26e602410a4ef45dd8e94e26583caa2ab7
 SHA512 
e5dda13e173db0b1c6e8c5a61949534f4eb30211cc4fcd102d0be1b55ee48e2db90d52fd770a2c6d6076f3a0d9e11289629a7a115c1270377636eda35d107e7a

diff --git a/dev-python/frozenlist/frozenlist-1.2.0.ebuild 
b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
new file mode 100644
index 000..ba892fcc5c1
--- /dev/null
+++ b/dev-python/frozenlist/frozenlist-1.2.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="A list-like structure which implements 
collections.abc.MutableSequence"
+HOMEPAGE="
+   https://pypi.org/project/frozenlist/
+   https://github.com/aio-libs/frozenlist/;
+SRC_URI="
+   https://github.com/aio-libs/frozenlist/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/cython[${PYTHON_USEDEP}]
+   ' 'python*')"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '/addopts/d' pytest.ini || die
+   distutils-r1_src_prepare
+}
+
+python_configure() {
+   # pypy is not using the C extension
+   if [[ ${EPYTHON} == python* ]]; then
+   > .install-cython || die
+   emake cythonize
+   fi
+}

diff --git a/dev-python/frozenlist/metadata.xml 
b/dev-python/frozenlist/metadata.xml
new file mode 100644
index 000..c3f806ae650
--- /dev/null
+++ b/dev-python/frozenlist/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   
+   
+   frozenlist
+   aio-libs/frozenlist
+   
+