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

2024-05-12 Thread Michał Górny
commit: 05ac408d7f62818471670ae67a8934085f3c95a6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 12 12:25:03 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 12 12:25:49 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05ac408d

dev-python/aiostream: Enable py3.13

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

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

diff --git a/dev-python/aiostream/aiostream-0.6.1.ebuild 
b/dev-python/aiostream/aiostream-0.6.1.ebuild
index 4887cf423551..6c43c63606c6 100644
--- a/dev-python/aiostream/aiostream-0.6.1.ebuild
+++ b/dev-python/aiostream/aiostream-0.6.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1
 



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

2024-05-12 Thread Michał Górny
commit: 0f72e34e7f8b7f652d3f7ffc8cf0e858046b234c
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 12 12:11:45 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 12 12:25:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f72e34e

dev-python/aiostream: Remove old

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

 dev-python/aiostream/Manifest   |  1 -
 dev-python/aiostream/aiostream-0.5.2.ebuild | 40 -
 2 files changed, 41 deletions(-)

diff --git a/dev-python/aiostream/Manifest b/dev-python/aiostream/Manifest
index d3612255de2d..2b15d6e44bd6 100644
--- a/dev-python/aiostream/Manifest
+++ b/dev-python/aiostream/Manifest
@@ -1,2 +1 @@
-DIST aiostream-0.5.2.gh.tar.gz 42945 BLAKE2B 
36e4f3c7834df589da3e7ec8bafb6a5b6fe40a1e868fbe0b9b81233f6721852b0e31b12144775db8785835cd5a3a0ca0a88784f7955388efd55b6ce97311b10e
 SHA512 
282139cda0f7d08dd11af88bc3a568054906c2e0e2708f72e0ce3a67d13a44822612e3989c398ab346f8c043f17ad2e5cd2f958b1461325ad9768affec8f63fc
 DIST aiostream-0.6.1.gh.tar.gz 45466 BLAKE2B 
848594d9ae191e32553dbff25ffa5926a2fd069bdc36d202f861603495ed5b33e04c4d6ae04704ca3f1d3525b73bf4f83455acc74fcfa831991c8c1ea504fe65
 SHA512 
0e7a87196ee7749247a6554a9347f2d8a46474db58e3793a8ac2c76b92b61e8ec7d372a05c692fcb600e81be502745ec1e7320e9dba75f50ebeff2a1ffdc35bd

diff --git a/dev-python/aiostream/aiostream-0.5.2.ebuild 
b/dev-python/aiostream/aiostream-0.5.2.ebuild
deleted file mode 100644
index 6830c0af8f5c..
--- a/dev-python/aiostream/aiostream-0.5.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
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generator-based operators for asynchronous iteration"
-HOMEPAGE="
-   https://pypi.org/project/aiostream/
-   https://github.com/vxgmichel/aiostream/
-"
-SRC_URI="
-   https://github.com/vxgmichel/aiostream/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
-
-RDEPEND="
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e 's:--cov aiostream --cov-report html --cov-report term::' \
-   setup.cfg || die
-   distutils-r1_src_prepare
-}



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

2024-05-10 Thread Michał Górny
commit: 40bc49784d705340b516b16f4de837df25737947
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 11 05:15:38 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 11 05:17:42 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40bc4978

dev-python/aiostream: Bump to 0.6.1

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

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

diff --git a/dev-python/aiostream/Manifest b/dev-python/aiostream/Manifest
index 25aa9658bef7..d3612255de2d 100644
--- a/dev-python/aiostream/Manifest
+++ b/dev-python/aiostream/Manifest
@@ -1 +1,2 @@
 DIST aiostream-0.5.2.gh.tar.gz 42945 BLAKE2B 
36e4f3c7834df589da3e7ec8bafb6a5b6fe40a1e868fbe0b9b81233f6721852b0e31b12144775db8785835cd5a3a0ca0a88784f7955388efd55b6ce97311b10e
 SHA512 
282139cda0f7d08dd11af88bc3a568054906c2e0e2708f72e0ce3a67d13a44822612e3989c398ab346f8c043f17ad2e5cd2f958b1461325ad9768affec8f63fc
+DIST aiostream-0.6.1.gh.tar.gz 45466 BLAKE2B 
848594d9ae191e32553dbff25ffa5926a2fd069bdc36d202f861603495ed5b33e04c4d6ae04704ca3f1d3525b73bf4f83455acc74fcfa831991c8c1ea504fe65
 SHA512 
0e7a87196ee7749247a6554a9347f2d8a46474db58e3793a8ac2c76b92b61e8ec7d372a05c692fcb600e81be502745ec1e7320e9dba75f50ebeff2a1ffdc35bd

diff --git a/dev-python/aiostream/aiostream-0.6.1.ebuild 
b/dev-python/aiostream/aiostream-0.6.1.ebuild
new file mode 100644
index ..4887cf423551
--- /dev/null
+++ b/dev-python/aiostream/aiostream-0.6.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-2024 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
+
+DESCRIPTION="Generator-based operators for asynchronous iteration"
+HOMEPAGE="
+   https://pypi.org/project/aiostream/
+   https://github.com/vxgmichel/aiostream/
+"
+SRC_URI="
+   https://github.com/vxgmichel/aiostream/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+
+RDEPEND="
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e 's:--cov aiostream::' \
+   pyproject.toml || die
+   distutils-r1_src_prepare
+}



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

2023-11-23 Thread Michał Górny
commit: 210a0f5cb3c8eb02a6e8b34f731bedd9a5c086d6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 23 16:06:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 23 16:08:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=210a0f5c

dev-python/aiostream: Keyword 0.5.2 x86, #908281

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

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

diff --git a/dev-python/aiostream/aiostream-0.5.2.ebuild 
b/dev-python/aiostream/aiostream-0.5.2.ebuild
index 6d117d227220..6830c0af8f5c 100644
--- a/dev-python/aiostream/aiostream-0.5.2.ebuild
+++ b/dev-python/aiostream/aiostream-0.5.2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 
 RDEPEND="
dev-python/typing-extensions[${PYTHON_USEDEP}]



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

2023-11-06 Thread Jakov Smolić
commit: b9784e4d7d44ab959851ff5ef18b6a406ed87617
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Nov  7 06:56:07 2023 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Nov  7 06:56:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9784e4d

dev-python/aiostream: Keyword 0.5.2 riscv, #908281

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

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

diff --git a/dev-python/aiostream/aiostream-0.5.2.ebuild 
b/dev-python/aiostream/aiostream-0.5.2.ebuild
index 970d6619e05a..6d117d227220 100644
--- a/dev-python/aiostream/aiostream-0.5.2.ebuild
+++ b/dev-python/aiostream/aiostream-0.5.2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv"
 
 RDEPEND="
dev-python/typing-extensions[${PYTHON_USEDEP}]



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

2023-11-05 Thread Sam James
commit: 1660053963b83e423c18e7297d3a69fbac5a0140
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  5 18:44:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  5 18:44:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16600539

dev-python/aiostream: Keyword 0.5.2 arm64, #908281

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

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

diff --git a/dev-python/aiostream/aiostream-0.5.2.ebuild 
b/dev-python/aiostream/aiostream-0.5.2.ebuild
index d07884312d93..2ed88e7cbf58 100644
--- a/dev-python/aiostream/aiostream-0.5.2.ebuild
+++ b/dev-python/aiostream/aiostream-0.5.2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 
 RDEPEND="
dev-python/typing-extensions[${PYTHON_USEDEP}]



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

2023-11-05 Thread Sam James
commit: 3cb4bcc522418e6968b7cd61f97ecc1c1bdfdfcc
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov  5 18:45:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov  5 18:45:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cb4bcc5

dev-python/aiostream: Keyword 0.5.2 arm, #908281

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

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

diff --git a/dev-python/aiostream/aiostream-0.5.2.ebuild 
b/dev-python/aiostream/aiostream-0.5.2.ebuild
index 2ed88e7cbf58..970d6619e05a 100644
--- a/dev-python/aiostream/aiostream-0.5.2.ebuild
+++ b/dev-python/aiostream/aiostream-0.5.2.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64"
 
 RDEPEND="
dev-python/typing-extensions[${PYTHON_USEDEP}]



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

2023-11-05 Thread Michał Górny
commit: 875af045e59328c98f1b69cd52ba3ee47bee41a7
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  5 18:20:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  5 18:22:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=875af045

dev-python/aiostream: Remove old

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

 dev-python/aiostream/Manifest   |  3 ---
 dev-python/aiostream/aiostream-0.4.5.ebuild | 37 --
 dev-python/aiostream/aiostream-0.5.0.ebuild | 40 -
 dev-python/aiostream/aiostream-0.5.1.ebuild | 40 -
 4 files changed, 120 deletions(-)

diff --git a/dev-python/aiostream/Manifest b/dev-python/aiostream/Manifest
index 9c90b2209360..25aa9658bef7 100644
--- a/dev-python/aiostream/Manifest
+++ b/dev-python/aiostream/Manifest
@@ -1,4 +1 @@
-DIST aiostream-0.4.5.gh.tar.gz 39797 BLAKE2B 
5aeb4da46158d949190af22133f1798831e14f8d8da231d3dc098caaace303061bfa49dfef1d52c533ce20201937bf5da33f36806634b2e73ccbc48c00962486
 SHA512 
ac1a67a6d27e18e290c5ae5b069de2e7f7205120bc747885261e23155019d5630c1f7b643df3a4fef12844d52cdfc0f1fcdcf5cb35a0061000d426c62dcffb1d
-DIST aiostream-0.5.0.gh.tar.gz 42508 BLAKE2B 
44acb97c42aa7fbe56981e5d237fd28eb531e38255a3beca98f0c7fd33a019e1fa525938b6ff21d1c49df5424d1093417003bb280f6d9ee8609a0f475a347a25
 SHA512 
bcab27272cde42b8a09a41f9b818d8094514eeeab4b1c0304c6d2b908bcf1142d029882d51ab427b34db215dbaedf519c772be2e67a1d7f9ca5a3def0d04b7ae
-DIST aiostream-0.5.1.gh.tar.gz 42439 BLAKE2B 
fff62e73d0da156a18ec935051e46b2ec17b36b7541db4791083bd1873f53a1ce0576a11e8ca0071bb6194312f184c4eb3cf9c5fdbd37f86768bedc867b5
 SHA512 
a93f2969a19f5e9d0ce334a54be935092b26e2b621ef3fe27bb101fa812360349c77fc9c7dc41b56491b314c236622ab812e2ee0fd9c6c136e431781b3733a75
 DIST aiostream-0.5.2.gh.tar.gz 42945 BLAKE2B 
36e4f3c7834df589da3e7ec8bafb6a5b6fe40a1e868fbe0b9b81233f6721852b0e31b12144775db8785835cd5a3a0ca0a88784f7955388efd55b6ce97311b10e
 SHA512 
282139cda0f7d08dd11af88bc3a568054906c2e0e2708f72e0ce3a67d13a44822612e3989c398ab346f8c043f17ad2e5cd2f958b1461325ad9768affec8f63fc

diff --git a/dev-python/aiostream/aiostream-0.4.5.ebuild 
b/dev-python/aiostream/aiostream-0.4.5.ebuild
deleted file mode 100644
index cf937aa67dcd..
--- a/dev-python/aiostream/aiostream-0.4.5.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generator-based operators for asynchronous iteration"
-HOMEPAGE="
-   https://pypi.org/project/aiostream/
-   https://github.com/vxgmichel/aiostream/
-"
-SRC_URI="
-   https://github.com/vxgmichel/aiostream/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e 's:--cov aiostream --cov-report html --cov-report term::' \
-   setup.cfg || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/aiostream/aiostream-0.5.0.ebuild 
b/dev-python/aiostream/aiostream-0.5.0.ebuild
deleted file mode 100644
index d07884312d93..
--- a/dev-python/aiostream/aiostream-0.5.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
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generator-based operators for asynchronous iteration"
-HOMEPAGE="
-   https://pypi.org/project/aiostream/
-   https://github.com/vxgmichel/aiostream/
-"
-SRC_URI="
-   https://github.com/vxgmichel/aiostream/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e 's:--cov aiostream --cov-report html --cov-report term::' \
-   setup.cfg || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/aiostream/aiostream-0.5.1.ebuild 
b/dev-python/aiostream/aiostream-0.5.1.ebuild
deleted file mode 100644
index d07884312d93..
--- a/dev-python/aiostream/aiostream-0.5.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
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generator-based operators for asynchronous iteration"
-HOMEPAGE="
-   

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

2023-10-25 Thread Michał Górny
commit: c3768e7a05c42c525d4c6e02c41bd678b4382526
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 25 07:47:46 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 25 07:55:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3768e7a

dev-python/aiostream: Bump to 0.5.2

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

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

diff --git a/dev-python/aiostream/Manifest b/dev-python/aiostream/Manifest
index 8018bcc41fd5..9c90b2209360 100644
--- a/dev-python/aiostream/Manifest
+++ b/dev-python/aiostream/Manifest
@@ -1,3 +1,4 @@
 DIST aiostream-0.4.5.gh.tar.gz 39797 BLAKE2B 
5aeb4da46158d949190af22133f1798831e14f8d8da231d3dc098caaace303061bfa49dfef1d52c533ce20201937bf5da33f36806634b2e73ccbc48c00962486
 SHA512 
ac1a67a6d27e18e290c5ae5b069de2e7f7205120bc747885261e23155019d5630c1f7b643df3a4fef12844d52cdfc0f1fcdcf5cb35a0061000d426c62dcffb1d
 DIST aiostream-0.5.0.gh.tar.gz 42508 BLAKE2B 
44acb97c42aa7fbe56981e5d237fd28eb531e38255a3beca98f0c7fd33a019e1fa525938b6ff21d1c49df5424d1093417003bb280f6d9ee8609a0f475a347a25
 SHA512 
bcab27272cde42b8a09a41f9b818d8094514eeeab4b1c0304c6d2b908bcf1142d029882d51ab427b34db215dbaedf519c772be2e67a1d7f9ca5a3def0d04b7ae
 DIST aiostream-0.5.1.gh.tar.gz 42439 BLAKE2B 
fff62e73d0da156a18ec935051e46b2ec17b36b7541db4791083bd1873f53a1ce0576a11e8ca0071bb6194312f184c4eb3cf9c5fdbd37f86768bedc867b5
 SHA512 
a93f2969a19f5e9d0ce334a54be935092b26e2b621ef3fe27bb101fa812360349c77fc9c7dc41b56491b314c236622ab812e2ee0fd9c6c136e431781b3733a75
+DIST aiostream-0.5.2.gh.tar.gz 42945 BLAKE2B 
36e4f3c7834df589da3e7ec8bafb6a5b6fe40a1e868fbe0b9b81233f6721852b0e31b12144775db8785835cd5a3a0ca0a88784f7955388efd55b6ce97311b10e
 SHA512 
282139cda0f7d08dd11af88bc3a568054906c2e0e2708f72e0ce3a67d13a44822612e3989c398ab346f8c043f17ad2e5cd2f958b1461325ad9768affec8f63fc

diff --git a/dev-python/aiostream/aiostream-0.5.2.ebuild 
b/dev-python/aiostream/aiostream-0.5.2.ebuild
new file mode 100644
index ..d07884312d93
--- /dev/null
+++ b/dev-python/aiostream/aiostream-0.5.2.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-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
+
+DESCRIPTION="Generator-based operators for asynchronous iteration"
+HOMEPAGE="
+   https://pypi.org/project/aiostream/
+   https://github.com/vxgmichel/aiostream/
+"
+SRC_URI="
+   https://github.com/vxgmichel/aiostream/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e 's:--cov aiostream --cov-report html --cov-report term::' \
+   setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2023-09-28 Thread Michał Górny
commit: 2bcfc5ed75b06bb7da3bb4f2657dc18b34a27290
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 29 04:29:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 29 04:29:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bcfc5ed

dev-python/aiostream: Bump to 0.5.1

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

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

diff --git a/dev-python/aiostream/Manifest b/dev-python/aiostream/Manifest
index a116a56eca4b..8018bcc41fd5 100644
--- a/dev-python/aiostream/Manifest
+++ b/dev-python/aiostream/Manifest
@@ -1,2 +1,3 @@
 DIST aiostream-0.4.5.gh.tar.gz 39797 BLAKE2B 
5aeb4da46158d949190af22133f1798831e14f8d8da231d3dc098caaace303061bfa49dfef1d52c533ce20201937bf5da33f36806634b2e73ccbc48c00962486
 SHA512 
ac1a67a6d27e18e290c5ae5b069de2e7f7205120bc747885261e23155019d5630c1f7b643df3a4fef12844d52cdfc0f1fcdcf5cb35a0061000d426c62dcffb1d
 DIST aiostream-0.5.0.gh.tar.gz 42508 BLAKE2B 
44acb97c42aa7fbe56981e5d237fd28eb531e38255a3beca98f0c7fd33a019e1fa525938b6ff21d1c49df5424d1093417003bb280f6d9ee8609a0f475a347a25
 SHA512 
bcab27272cde42b8a09a41f9b818d8094514eeeab4b1c0304c6d2b908bcf1142d029882d51ab427b34db215dbaedf519c772be2e67a1d7f9ca5a3def0d04b7ae
+DIST aiostream-0.5.1.gh.tar.gz 42439 BLAKE2B 
fff62e73d0da156a18ec935051e46b2ec17b36b7541db4791083bd1873f53a1ce0576a11e8ca0071bb6194312f184c4eb3cf9c5fdbd37f86768bedc867b5
 SHA512 
a93f2969a19f5e9d0ce334a54be935092b26e2b621ef3fe27bb101fa812360349c77fc9c7dc41b56491b314c236622ab812e2ee0fd9c6c136e431781b3733a75

diff --git a/dev-python/aiostream/aiostream-0.5.1.ebuild 
b/dev-python/aiostream/aiostream-0.5.1.ebuild
new file mode 100644
index ..d07884312d93
--- /dev/null
+++ b/dev-python/aiostream/aiostream-0.5.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-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
+
+DESCRIPTION="Generator-based operators for asynchronous iteration"
+HOMEPAGE="
+   https://pypi.org/project/aiostream/
+   https://github.com/vxgmichel/aiostream/
+"
+SRC_URI="
+   https://github.com/vxgmichel/aiostream/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e 's:--cov aiostream --cov-report html --cov-report term::' \
+   setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2023-09-26 Thread Michał Górny
commit: 98837a914891ec82c0d0ca21d22c1119fbf5a580
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 26 16:53:14 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 26 16:53:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98837a91

dev-python/aiostream: Enable py3.12

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

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

diff --git a/dev-python/aiostream/aiostream-0.5.0.ebuild 
b/dev-python/aiostream/aiostream-0.5.0.ebuild
index 792657d938fb..d07884312d93 100644
--- a/dev-python/aiostream/aiostream-0.5.0.ebuild
+++ b/dev-python/aiostream/aiostream-0.5.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-09-26 Thread Michał Górny
commit: c48dab500daf2cbb8aacafb73171ffa729efd262
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep 26 16:46:34 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep 26 16:46:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c48dab50

dev-python/aiostream: Bump to 0.5.0

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

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

diff --git a/dev-python/aiostream/Manifest b/dev-python/aiostream/Manifest
index de71f8352131..a116a56eca4b 100644
--- a/dev-python/aiostream/Manifest
+++ b/dev-python/aiostream/Manifest
@@ -1 +1,2 @@
 DIST aiostream-0.4.5.gh.tar.gz 39797 BLAKE2B 
5aeb4da46158d949190af22133f1798831e14f8d8da231d3dc098caaace303061bfa49dfef1d52c533ce20201937bf5da33f36806634b2e73ccbc48c00962486
 SHA512 
ac1a67a6d27e18e290c5ae5b069de2e7f7205120bc747885261e23155019d5630c1f7b643df3a4fef12844d52cdfc0f1fcdcf5cb35a0061000d426c62dcffb1d
+DIST aiostream-0.5.0.gh.tar.gz 42508 BLAKE2B 
44acb97c42aa7fbe56981e5d237fd28eb531e38255a3beca98f0c7fd33a019e1fa525938b6ff21d1c49df5424d1093417003bb280f6d9ee8609a0f475a347a25
 SHA512 
bcab27272cde42b8a09a41f9b818d8094514eeeab4b1c0304c6d2b908bcf1142d029882d51ab427b34db215dbaedf519c772be2e67a1d7f9ca5a3def0d04b7ae

diff --git a/dev-python/aiostream/aiostream-0.5.0.ebuild 
b/dev-python/aiostream/aiostream-0.5.0.ebuild
new file mode 100644
index ..792657d938fb
--- /dev/null
+++ b/dev-python/aiostream/aiostream-0.5.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 2022-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..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generator-based operators for asynchronous iteration"
+HOMEPAGE="
+   https://pypi.org/project/aiostream/
+   https://github.com/vxgmichel/aiostream/
+"
+SRC_URI="
+   https://github.com/vxgmichel/aiostream/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e 's:--cov aiostream --cov-report html --cov-report term::' \
+   setup.cfg || die
+   distutils-r1_src_prepare
+}



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

2022-12-09 Thread Michał Górny
commit: a13e21c4ed75af032f57b6fa1f19d3363b850e84
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec  9 13:36:28 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec  9 13:56:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13e21c4

dev-python/aiostream: New package, needed for vdirsyncer, v0.4.5

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

 dev-python/aiostream/Manifest   |  1 +
 dev-python/aiostream/aiostream-0.4.5.ebuild | 37 +
 dev-python/aiostream/metadata.xml   | 13 ++
 3 files changed, 51 insertions(+)

diff --git a/dev-python/aiostream/Manifest b/dev-python/aiostream/Manifest
new file mode 100644
index ..de71f8352131
--- /dev/null
+++ b/dev-python/aiostream/Manifest
@@ -0,0 +1 @@
+DIST aiostream-0.4.5.gh.tar.gz 39797 BLAKE2B 
5aeb4da46158d949190af22133f1798831e14f8d8da231d3dc098caaace303061bfa49dfef1d52c533ce20201937bf5da33f36806634b2e73ccbc48c00962486
 SHA512 
ac1a67a6d27e18e290c5ae5b069de2e7f7205120bc747885261e23155019d5630c1f7b643df3a4fef12844d52cdfc0f1fcdcf5cb35a0061000d426c62dcffb1d

diff --git a/dev-python/aiostream/aiostream-0.4.5.ebuild 
b/dev-python/aiostream/aiostream-0.4.5.ebuild
new file mode 100644
index ..7e0a5fb73136
--- /dev/null
+++ b/dev-python/aiostream/aiostream-0.4.5.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generator-based operators for asynchronous iteration"
+HOMEPAGE="
+   https://pypi.org/project/aiostream/
+   https://github.com/vxgmichel/aiostream/
+"
+SRC_URI="
+   https://github.com/vxgmichel/aiostream/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e 's:--cov aiostream --cov-report html --cov-report term::' \
+   setup.cfg || die
+   distutils-r1_src_prepare
+}

diff --git a/dev-python/aiostream/metadata.xml 
b/dev-python/aiostream/metadata.xml
new file mode 100644
index ..b33e8982719d
--- /dev/null
+++ b/dev-python/aiostream/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+   
+   
+   vxgmichel/aiostream
+   aiostream
+   
+