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

2024-04-06 Thread Arthur Zamarin
commit: d9161add01636223fa1400a3f9608b8751280ef1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  6 10:02:26 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  6 10:02:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9161add

dev-python/aiorpcx: Stabilize 0.23.1 ALLARCHES, #928692

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

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

diff --git a/dev-python/aiorpcx/aiorpcx-0.23.1.ebuild 
b/dev-python/aiorpcx/aiorpcx-0.23.1.ebuild
index ee083de7de0a..7c72f73f9006 100644
--- a/dev-python/aiorpcx/aiorpcx-0.23.1.ebuild
+++ b/dev-python/aiorpcx/aiorpcx-0.23.1.ebuild
@@ -22,7 +22,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 BDEPEND="
test? (



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

2024-03-17 Thread Michał Górny
commit: 777b60271cc0c16cad96dc5f8d1b2d88c6893469
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 17 18:39:53 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 17 18:44:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=777b6027

dev-python/aiorpcx: Bump to 0.23.1

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

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

diff --git a/dev-python/aiorpcx/Manifest b/dev-python/aiorpcx/Manifest
index f5071b6e7dae..dffa34dd1f32 100644
--- a/dev-python/aiorpcx/Manifest
+++ b/dev-python/aiorpcx/Manifest
@@ -1 +1,2 @@
 DIST aiorpcX-0.22.1.gh.tar.gz 75206 BLAKE2B 
92c481388198fec94faa10482ad4195fe6dce5ae4aa445ce2812e1e81e084c629712b87a3c157aa33ae42335c1a96bdcafa5e389802740fcae8eb9e4aaf43dd2
 SHA512 
3484da36ce6042d8d4c6b168fd2326c0fc77a825691b95631e54510697708a27ea07e9a808445d504056432adf04f04cb0bc28d4b7194c55c1995096bb938b4d
+DIST aiorpcX-0.23.1.gh.tar.gz 70759 BLAKE2B 
e61aeee430670962491d165fe6841653b035b96cd07a70e6be0a0f4f5d5891859398826e4a964cd119ae7e42f2e02808363ab44b6b8f28054d86539c5067cf7b
 SHA512 
e92f68da0783bcf66926047ab2af12b5971f4bab0a028a639e53440c9cfc39ba54ddbdd1c2a20a6dacf73dac583305f692851c0d911cd68d6aabdbe131b1a8e1

diff --git a/dev-python/aiorpcx/aiorpcx-0.23.1.ebuild 
b/dev-python/aiorpcx/aiorpcx-0.23.1.ebuild
new file mode 100644
index ..ee083de7de0a
--- /dev/null
+++ b/dev-python/aiorpcx/aiorpcx-0.23.1.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+MY_P=aiorpcX-${PV}
+DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
+HOMEPAGE="
+   https://github.com/kyuupichan/aiorpcX/
+   https://pypi.org/project/aiorpcX/
+"
+SRC_URI="
+   https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/uvloop[${PYTHON_USEDEP}]
+   dev-python/websockets[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # require Internet
+   tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
+)



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

2024-03-17 Thread Michał Górny
commit: 7d30854bbdf2c90afa6ef5caebbb29a6c09136f2
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 17 16:26:44 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 17 16:41:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d30854b

dev-python/aiorpcX: Prepare for rename

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

 dev-python/aiorpcX/aiorpcX-0.22.1-r1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/aiorpcX/aiorpcX-0.22.1-r1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.22.1-r1.ebuild
index 3beb1922f2b5..8b4ba2b07ed9 100644
--- a/dev-python/aiorpcX/aiorpcX-0.22.1-r1.ebuild
+++ b/dev-python/aiorpcX/aiorpcX-0.22.1-r1.ebuild
@@ -8,6 +8,7 @@ PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 
+MY_P=aiorpcX-${PV}
 DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
 HOMEPAGE="
https://github.com/kyuupichan/aiorpcX/
@@ -15,8 +16,9 @@ HOMEPAGE="
 "
 SRC_URI="
https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz
+   -> ${MY_P}.gh.tar.gz
 "
+S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"



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

2023-11-24 Thread Arthur Zamarin
commit: 4ec5650a76eecae80ca87fb2a7c18a5c17bd61fb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 24 15:04:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 24 15:04:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ec5650a

dev-python/aiorpcX: Stabilize 0.22.1-r1 arm64, #918131

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

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

diff --git a/dev-python/aiorpcX/aiorpcX-0.22.1-r1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.22.1-r1.ebuild
index f6da03da0e65..3beb1922f2b5 100644
--- a/dev-python/aiorpcX/aiorpcX-0.22.1-r1.ebuild
+++ b/dev-python/aiorpcX/aiorpcX-0.22.1-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm arm64 x86"
 
 BDEPEND="
test? (



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

2023-10-22 Thread Michał Górny
commit: 564af6b7ceca92d13a4a701e9ca6e03ab59b6456
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct 23 02:59:23 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct 23 03:05:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=564af6b7

dev-python/aiorpcX: Enable py3.12

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

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

diff --git a/dev-python/aiorpcX/aiorpcX-0.22.1-r1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.22.1-r1.ebuild
index 5de2ad6794ab..f6da03da0e65 100644
--- a/dev-python/aiorpcX/aiorpcX-0.22.1-r1.ebuild
+++ b/dev-python/aiorpcX/aiorpcX-0.22.1-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-03-03 Thread Michał Górny
commit: 3635def23a468e8a700dd928092876a4afd63fcd
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  4 05:48:35 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  4 05:52:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3635def2

dev-python/aiorpcX: Remove old

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

 dev-python/aiorpcX/Manifest  |  1 -
 dev-python/aiorpcX/aiorpcX-0.19.1.ebuild | 38 
 dev-python/aiorpcX/aiorpcX-0.22.1.ebuild | 37 ---
 3 files changed, 76 deletions(-)

diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
index 5773b013b1eb..f5071b6e7dae 100644
--- a/dev-python/aiorpcX/Manifest
+++ b/dev-python/aiorpcX/Manifest
@@ -1,2 +1 @@
-DIST aiorpcX-0.19.1.gh.tar.gz 72903 BLAKE2B 
ba3da1bc1f8d83ec6c6d2189aee554b4b819b601d366d0e8858ec73fe6aedddf6a6ed00d56d66c38d18ee44921a4cce7cb83ebf05aec9348355f88b8ed67e1a5
 SHA512 
b71edf335ad78b1d46b2b23dcb102b29f988d32f75571b881e2ce3471bf48c7ffc9bf509ce1cafec036662bb06d6f90598304c207f416b4124a7b02fdca915e8
 DIST aiorpcX-0.22.1.gh.tar.gz 75206 BLAKE2B 
92c481388198fec94faa10482ad4195fe6dce5ae4aa445ce2812e1e81e084c629712b87a3c157aa33ae42335c1a96bdcafa5e389802740fcae8eb9e4aaf43dd2
 SHA512 
3484da36ce6042d8d4c6b168fd2326c0fc77a825691b95631e54510697708a27ea07e9a808445d504056432adf04f04cb0bc28d4b7194c55c1995096bb938b4d

diff --git a/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild
deleted file mode 100644
index 828fd983e277..
--- a/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
-HOMEPAGE="https://pypi.org/project/aiorpcX/
-   https://github.com/kyuupichan/aiorpcX/;
-SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/uvloop[${PYTHON_USEDEP}]
-   dev-python/websockets[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local deselect=(
-   # require Internet
-   
tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
-   )
-
-   pytest -vv ${deselect[@]/#/--deselect } ||
-   die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild
deleted file mode 100644
index 2c07378906d7..
--- a/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
-HOMEPAGE="https://pypi.org/project/aiorpcX/
-   https://github.com/kyuupichan/aiorpcX/;
-SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/uvloop[${PYTHON_USEDEP}]
-   dev-python/websockets[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local deselect=(
-   # require Internet
-   
tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
-   )
-
-   epytest ${deselect[@]/#/--deselect }
-}



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

2023-01-31 Thread Michał Górny
commit: ca95b314c2550315ef210974642a862dd12870aa
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jan 31 17:01:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jan 31 17:01:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca95b314

dev-python/aiorpcX: EAPI 8, PEP517, py3.11

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

 dev-python/aiorpcX/aiorpcX-0.22.1-r1.ebuild | 38 +
 1 file changed, 38 insertions(+)

diff --git a/dev-python/aiorpcX/aiorpcX-0.22.1-r1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.22.1-r1.ebuild
new file mode 100644
index ..478599928eee
--- /dev/null
+++ b/dev-python/aiorpcX/aiorpcX-0.22.1-r1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
+HOMEPAGE="
+   https://github.com/kyuupichan/aiorpcX/
+   https://pypi.org/project/aiorpcX/
+"
+SRC_URI="
+   https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/uvloop[${PYTHON_USEDEP}]
+   dev-python/websockets[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # require Internet
+   tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
+)



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

2022-10-18 Thread Sam James
commit: 6e29eab66ed015a00c870db5545a3498dfd70754
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 18 18:51:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 18 18:51:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e29eab6

dev-python/aiorpcX: Keyword 0.22.1 arm, #877017

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

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

diff --git a/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild
index 39798768ad86..8cec15f124fe 100644
--- a/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild
+++ b/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 BDEPEND="
test? (



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

2022-10-17 Thread Sam James
commit: 3ce195379028251c4391efeb163887a57bb90cf0
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct 17 19:46:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct 17 19:47:11 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ce19537

dev-python/aiorpcX: Keyword 0.22.1 arm64, #877017

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

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

diff --git a/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild
index 169614b83863..39798768ad86 100644
--- a/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild
+++ b/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 BDEPEND="
test? (



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

2021-08-07 Thread Louis Sautier
commit: b7b0105210394fcb73c0a9a535ba835f3d33d322
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Aug  7 13:59:33 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Aug  7 14:03:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7b01052

dev-python/aiorpcX: enable py3.10 for 0.19.1 (for electrum-ltc)

Signed-off-by: Louis Sautier  gentoo.org>

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

diff --git a/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild
index efad7951418..dbb7421a8de 100644
--- a/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild
+++ b/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2021-08-07 Thread Louis Sautier
commit: 737f8cdb5736183c600b8df9d2a207403eb94ecf
Author: Louis Sautier  gentoo  org>
AuthorDate: Sat Aug  7 13:30:05 2021 +
Commit: Louis Sautier  gentoo  org>
CommitDate: Sat Aug  7 13:35:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=737f8cdb

dev-python/aiorpcX: enable py3.10

Signed-off-by: Louis Sautier  gentoo.org>

 dev-python/aiorpcX/aiorpcX-0.22.1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild
index 02ba5dea0c0..169614b8386 100644
--- a/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild
+++ b/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -22,7 +22,8 @@ BDEPEND="
dev-python/pytest-asyncio[${PYTHON_USEDEP}]
dev-python/uvloop[${PYTHON_USEDEP}]
dev-python/websockets[${PYTHON_USEDEP}]
-   )"
+   )
+"
 
 distutils_enable_tests pytest
 



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

2021-07-03 Thread Michał Górny
commit: 70e42be18e3639004eb6f6d7404e98c05241d451
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  3 06:24:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  3 06:26:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e42be1

dev-python/aiorpcX: Remove old

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

 dev-python/aiorpcX/Manifest  |  3 ---
 dev-python/aiorpcX/aiorpcX-0.18.5.ebuild | 38 
 dev-python/aiorpcX/aiorpcX-0.21.1.ebuild | 37 ---
 dev-python/aiorpcX/aiorpcX-0.22.0.ebuild | 36 --
 4 files changed, 114 deletions(-)

diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
index 5e56c13c5b7..5773b013b1e 100644
--- a/dev-python/aiorpcX/Manifest
+++ b/dev-python/aiorpcX/Manifest
@@ -1,5 +1,2 @@
-DIST aiorpcX-0.18.5.gh.tar.gz 65622 BLAKE2B 
68b91e2cfb869c6971efb525fd35132c38ab9092362944fa77476bdb33f076f8415a079d97238e2c4ffbc6c9df596b468c2b6640389a11d1607b1a99aa8dc68d
 SHA512 
5eb8417ce2ffb70208aec79e44ee0d8671c4cf86745f2d8061cf013c4ad17f83db68ed3ed43ef61df196e4ef073a21f9a4e22df46b00ce3054babf98dfcd1eaf
 DIST aiorpcX-0.19.1.gh.tar.gz 72903 BLAKE2B 
ba3da1bc1f8d83ec6c6d2189aee554b4b819b601d366d0e8858ec73fe6aedddf6a6ed00d56d66c38d18ee44921a4cce7cb83ebf05aec9348355f88b8ed67e1a5
 SHA512 
b71edf335ad78b1d46b2b23dcb102b29f988d32f75571b881e2ce3471bf48c7ffc9bf509ce1cafec036662bb06d6f90598304c207f416b4124a7b02fdca915e8
-DIST aiorpcX-0.21.1.gh.tar.gz 75205 BLAKE2B 
5190e8bedf9c605f57d469f351d0cc3bed0c1fad53778ea0f29c02615b0ca816a7bbc60b863dc613f72c67455966ef3ceb31b825eed3cead25f47c29012f7ce5
 SHA512 
c77d4bfe72f2cd4215e15330c60aabdeee9f4e1613ba5dcfedea9368c85519b36ecc7dbfa2f6682df7d802204b9cea7c9a889ee479dcffbc728ee0c112039779
-DIST aiorpcX-0.22.0.gh.tar.gz 75160 BLAKE2B 
c9aa55c932546512019c058dd29d397bba79638a56aa949d69980abd56b4d024e9d1f99e96909c2256cce1578ffaf55b14b95d0adf77752180fcbd8ab997555b
 SHA512 
a65202f8233adac587c98da812ab27a26740a21a68df431bf0394dc3df37f3cb15c397c6a9044201b4a1a8d6bcc283a7cf7b4dd27885a2ea0f5942cbbfc6f405
 DIST aiorpcX-0.22.1.gh.tar.gz 75206 BLAKE2B 
92c481388198fec94faa10482ad4195fe6dce5ae4aa445ce2812e1e81e084c629712b87a3c157aa33ae42335c1a96bdcafa5e389802740fcae8eb9e4aaf43dd2
 SHA512 
3484da36ce6042d8d4c6b168fd2326c0fc77a825691b95631e54510697708a27ea07e9a808445d504056432adf04f04cb0bc28d4b7194c55c1995096bb938b4d

diff --git a/dev-python/aiorpcX/aiorpcX-0.18.5.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.18.5.ebuild
deleted file mode 100644
index 7547b1dfcba..000
--- a/dev-python/aiorpcX/aiorpcX-0.18.5.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
-HOMEPAGE="https://pypi.org/project/aiorpcX/
-   https://github.com/kyuupichan/aiorpcX/;
-SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/uvloop[${PYTHON_USEDEP}]
-   dev-python/websockets[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local deselect=(
-   # require Internet
-   
tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
-   )
-
-   pytest -vv ${deselect[@]/#/--deselect } ||
-   die "Tests failed with ${EPYTHON}"
-}

diff --git a/dev-python/aiorpcX/aiorpcX-0.21.1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.21.1.ebuild
deleted file mode 100644
index fdcf3f0fdc8..000
--- a/dev-python/aiorpcX/aiorpcX-0.21.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
-HOMEPAGE="https://pypi.org/project/aiorpcX/
-   https://github.com/kyuupichan/aiorpcX/;
-SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/uvloop[${PYTHON_USEDEP}]
-   dev-python/websockets[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local deselect=(
-   # require Internet
-   
tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
-   )
-
-   epytest ${deselect[@]/#/--deselect }
-}

diff --git a/dev-python/aiorpcX/aiorpcX-0.22.0.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.22.0.ebuild

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

2021-07-02 Thread Sam James
commit: c394d99bc30a7bb0ceb38851a5e66210c76861e9
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul  3 03:07:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul  3 03:07:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c394d99b

dev-python/aiorpcX: Stabilize 0.22.1 ALLARCHES, #799950

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

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

diff --git a/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild
index 8ba0167288f..02ba5dea0c0 100644
--- a/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild
+++ b/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="
test? (



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

2021-05-26 Thread Michał Górny
commit: 4ccd9cb63017fb92eb8d9cbafde7bafd492b04f8
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 26 08:31:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 26 08:36:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ccd9cb6

dev-python/aiorpcX: Remove old

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

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

diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
index 42fcee3b10f..5e56c13c5b7 100644
--- a/dev-python/aiorpcX/Manifest
+++ b/dev-python/aiorpcX/Manifest
@@ -1,6 +1,5 @@
 DIST aiorpcX-0.18.5.gh.tar.gz 65622 BLAKE2B 
68b91e2cfb869c6971efb525fd35132c38ab9092362944fa77476bdb33f076f8415a079d97238e2c4ffbc6c9df596b468c2b6640389a11d1607b1a99aa8dc68d
 SHA512 
5eb8417ce2ffb70208aec79e44ee0d8671c4cf86745f2d8061cf013c4ad17f83db68ed3ed43ef61df196e4ef073a21f9a4e22df46b00ce3054babf98dfcd1eaf
 DIST aiorpcX-0.19.1.gh.tar.gz 72903 BLAKE2B 
ba3da1bc1f8d83ec6c6d2189aee554b4b819b601d366d0e8858ec73fe6aedddf6a6ed00d56d66c38d18ee44921a4cce7cb83ebf05aec9348355f88b8ed67e1a5
 SHA512 
b71edf335ad78b1d46b2b23dcb102b29f988d32f75571b881e2ce3471bf48c7ffc9bf509ce1cafec036662bb06d6f90598304c207f416b4124a7b02fdca915e8
-DIST aiorpcX-0.20.2.gh.tar.gz 74627 BLAKE2B 
e5a33dfd8ef0c18e26cfee881fd7515437598628bf61dfd86a34f0a758474abcf257c7afcbf0ee1d11ed6bad44596289efe2261d9ca7ccc26e7d949f05b3ad40
 SHA512 
af63d51bd21a045d71073ba6cd030834f8262e393eac9c44e6b33a2b3cecd86a5d2a6a0ed7ab60d2362e99ab38c801abcae1ada368a533d8f7fb8b616c43e582
 DIST aiorpcX-0.21.1.gh.tar.gz 75205 BLAKE2B 
5190e8bedf9c605f57d469f351d0cc3bed0c1fad53778ea0f29c02615b0ca816a7bbc60b863dc613f72c67455966ef3ceb31b825eed3cead25f47c29012f7ce5
 SHA512 
c77d4bfe72f2cd4215e15330c60aabdeee9f4e1613ba5dcfedea9368c85519b36ecc7dbfa2f6682df7d802204b9cea7c9a889ee479dcffbc728ee0c112039779
 DIST aiorpcX-0.22.0.gh.tar.gz 75160 BLAKE2B 
c9aa55c932546512019c058dd29d397bba79638a56aa949d69980abd56b4d024e9d1f99e96909c2256cce1578ffaf55b14b95d0adf77752180fcbd8ab997555b
 SHA512 
a65202f8233adac587c98da812ab27a26740a21a68df431bf0394dc3df37f3cb15c397c6a9044201b4a1a8d6bcc283a7cf7b4dd27885a2ea0f5942cbbfc6f405
 DIST aiorpcX-0.22.1.gh.tar.gz 75206 BLAKE2B 
92c481388198fec94faa10482ad4195fe6dce5ae4aa445ce2812e1e81e084c629712b87a3c157aa33ae42335c1a96bdcafa5e389802740fcae8eb9e4aaf43dd2
 SHA512 
3484da36ce6042d8d4c6b168fd2326c0fc77a825691b95631e54510697708a27ea07e9a808445d504056432adf04f04cb0bc28d4b7194c55c1995096bb938b4d

diff --git a/dev-python/aiorpcX/aiorpcX-0.20.2.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.20.2.ebuild
deleted file mode 100644
index 89eb9710f38..000
--- a/dev-python/aiorpcX/aiorpcX-0.20.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
-HOMEPAGE="https://pypi.org/project/aiorpcX/
-   https://github.com/kyuupichan/aiorpcX/;
-SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/uvloop[${PYTHON_USEDEP}]
-   dev-python/websockets[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_test() {
-   local deselect=(
-   # require Internet
-   
tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
-   )
-
-   pytest -vv ${deselect[@]/#/--deselect } ||
-   die "Tests failed with ${EPYTHON}"
-}



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

2021-05-26 Thread Michał Górny
commit: 78e009913537d31285ee6740e2e4955f0335e057
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 26 06:11:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 26 08:19:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78e00991

dev-python/aiorpcX: Bump to 0.22.1

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

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

diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
index 32dff034f65..42fcee3b10f 100644
--- a/dev-python/aiorpcX/Manifest
+++ b/dev-python/aiorpcX/Manifest
@@ -3,3 +3,4 @@ DIST aiorpcX-0.19.1.gh.tar.gz 72903 BLAKE2B 
ba3da1bc1f8d83ec6c6d2189aee554b4b819
 DIST aiorpcX-0.20.2.gh.tar.gz 74627 BLAKE2B 
e5a33dfd8ef0c18e26cfee881fd7515437598628bf61dfd86a34f0a758474abcf257c7afcbf0ee1d11ed6bad44596289efe2261d9ca7ccc26e7d949f05b3ad40
 SHA512 
af63d51bd21a045d71073ba6cd030834f8262e393eac9c44e6b33a2b3cecd86a5d2a6a0ed7ab60d2362e99ab38c801abcae1ada368a533d8f7fb8b616c43e582
 DIST aiorpcX-0.21.1.gh.tar.gz 75205 BLAKE2B 
5190e8bedf9c605f57d469f351d0cc3bed0c1fad53778ea0f29c02615b0ca816a7bbc60b863dc613f72c67455966ef3ceb31b825eed3cead25f47c29012f7ce5
 SHA512 
c77d4bfe72f2cd4215e15330c60aabdeee9f4e1613ba5dcfedea9368c85519b36ecc7dbfa2f6682df7d802204b9cea7c9a889ee479dcffbc728ee0c112039779
 DIST aiorpcX-0.22.0.gh.tar.gz 75160 BLAKE2B 
c9aa55c932546512019c058dd29d397bba79638a56aa949d69980abd56b4d024e9d1f99e96909c2256cce1578ffaf55b14b95d0adf77752180fcbd8ab997555b
 SHA512 
a65202f8233adac587c98da812ab27a26740a21a68df431bf0394dc3df37f3cb15c397c6a9044201b4a1a8d6bcc283a7cf7b4dd27885a2ea0f5942cbbfc6f405
+DIST aiorpcX-0.22.1.gh.tar.gz 75206 BLAKE2B 
92c481388198fec94faa10482ad4195fe6dce5ae4aa445ce2812e1e81e084c629712b87a3c157aa33ae42335c1a96bdcafa5e389802740fcae8eb9e4aaf43dd2
 SHA512 
3484da36ce6042d8d4c6b168fd2326c0fc77a825691b95631e54510697708a27ea07e9a808445d504056432adf04f04cb0bc28d4b7194c55c1995096bb938b4d

diff --git a/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild
new file mode 100644
index 000..8ba0167288f
--- /dev/null
+++ b/dev-python/aiorpcX/aiorpcX-0.22.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
+HOMEPAGE="https://pypi.org/project/aiorpcX/
+   https://github.com/kyuupichan/aiorpcX/;
+SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/uvloop[${PYTHON_USEDEP}]
+   dev-python/websockets[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local deselect=(
+   # require Internet
+   
tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
+   )
+
+   epytest ${deselect[@]/#/--deselect }
+}



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

2021-05-26 Thread Agostino Sarubbo
commit: 7be27c482b4698bfff83211dcc62960e61fa54f9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 26 06:49:15 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 26 06:49:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7be27c48

dev-python/aiorpcX: amd64/x86 stable (ALLARCHES policy) wrt bug #791964

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/aiorpcX/aiorpcX-0.21.1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.21.1.ebuild
index 9d75b7b8a4d..fdcf3f0fdc8 100644
--- a/dev-python/aiorpcX/aiorpcX-0.21.1.ebuild
+++ b/dev-python/aiorpcX/aiorpcX-0.21.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 BDEPEND="



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

2021-04-28 Thread Michał Górny
commit: c1cfc6d698e9bcf827e8ab4f707853042eeb3ce7
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 28 23:34:18 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 28 23:34:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1cfc6d6

dev-python/aiorpcX: Remove old

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

 dev-python/aiorpcX/Manifest  |  3 ---
 dev-python/aiorpcX/aiorpcX-0.19.ebuild   | 28 ---
 dev-python/aiorpcX/aiorpcX-0.20.1.ebuild | 38 
 dev-python/aiorpcX/aiorpcX-0.21.0.ebuild | 38 
 4 files changed, 107 deletions(-)

diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
index 0c18f321c98..32dff034f65 100644
--- a/dev-python/aiorpcX/Manifest
+++ b/dev-python/aiorpcX/Manifest
@@ -1,8 +1,5 @@
 DIST aiorpcX-0.18.5.gh.tar.gz 65622 BLAKE2B 
68b91e2cfb869c6971efb525fd35132c38ab9092362944fa77476bdb33f076f8415a079d97238e2c4ffbc6c9df596b468c2b6640389a11d1607b1a99aa8dc68d
 SHA512 
5eb8417ce2ffb70208aec79e44ee0d8671c4cf86745f2d8061cf013c4ad17f83db68ed3ed43ef61df196e4ef073a21f9a4e22df46b00ce3054babf98dfcd1eaf
 DIST aiorpcX-0.19.1.gh.tar.gz 72903 BLAKE2B 
ba3da1bc1f8d83ec6c6d2189aee554b4b819b601d366d0e8858ec73fe6aedddf6a6ed00d56d66c38d18ee44921a4cce7cb83ebf05aec9348355f88b8ed67e1a5
 SHA512 
b71edf335ad78b1d46b2b23dcb102b29f988d32f75571b881e2ce3471bf48c7ffc9bf509ce1cafec036662bb06d6f90598304c207f416b4124a7b02fdca915e8
-DIST aiorpcX-0.19.gh.tar.gz 65557 BLAKE2B 
2bc9d809abbcdcf4dd0358e4bb734068ef76482dc711e1c4568db78e9ae2141e00cffb82c1c7d5976887e0561b6c4f1422063969cec23a886bb192c279fc57d7
 SHA512 
21d8a75a90233bb4caed804da39274516a7c852c8adf9eabcba928ff7ad9bf922760fdca2c040aad8242193cb23be512803615973256b35347b6c998cccd6632
-DIST aiorpcX-0.20.1.gh.tar.gz 74087 BLAKE2B 
eee9b3d7d1e513e5eefec97ba30b8b5783b3128cd010b6c8c9530c19c06b1261499559249a9b46c2a8689daebd78d23f97a3b16c25572de80dc13a3650d4d593
 SHA512 
0f03fe54f268c64028607766bd45dd2fc8ee4ddab30da7744e9493e0e98cdbd9061dd502fd1bbde1880e5f4410f147f4ecf0ea04e4056c16bb784c3f76a558fc
 DIST aiorpcX-0.20.2.gh.tar.gz 74627 BLAKE2B 
e5a33dfd8ef0c18e26cfee881fd7515437598628bf61dfd86a34f0a758474abcf257c7afcbf0ee1d11ed6bad44596289efe2261d9ca7ccc26e7d949f05b3ad40
 SHA512 
af63d51bd21a045d71073ba6cd030834f8262e393eac9c44e6b33a2b3cecd86a5d2a6a0ed7ab60d2362e99ab38c801abcae1ada368a533d8f7fb8b616c43e582
-DIST aiorpcX-0.21.0.gh.tar.gz 75194 BLAKE2B 
dc8494531ca64db15e3e4b35ef5392e8177ca9b5c885c93c146edf921154f42caef5a7b2863a166d337a2f16e99e880b1e315f1f72624f50aa2d73a93c23e054
 SHA512 
0bcbb31cf367db029ef4acc06b23b6d3f861ab168971e367d760a220c0a6688934a8a91f7bb2fd9d993e173f2049e45556b6f094bb7ca005b37f66179061484d
 DIST aiorpcX-0.21.1.gh.tar.gz 75205 BLAKE2B 
5190e8bedf9c605f57d469f351d0cc3bed0c1fad53778ea0f29c02615b0ca816a7bbc60b863dc613f72c67455966ef3ceb31b825eed3cead25f47c29012f7ce5
 SHA512 
c77d4bfe72f2cd4215e15330c60aabdeee9f4e1613ba5dcfedea9368c85519b36ecc7dbfa2f6682df7d802204b9cea7c9a889ee479dcffbc728ee0c112039779
 DIST aiorpcX-0.22.0.gh.tar.gz 75160 BLAKE2B 
c9aa55c932546512019c058dd29d397bba79638a56aa949d69980abd56b4d024e9d1f99e96909c2256cce1578ffaf55b14b95d0adf77752180fcbd8ab997555b
 SHA512 
a65202f8233adac587c98da812ab27a26740a21a68df431bf0394dc3df37f3cb15c397c6a9044201b4a1a8d6bcc283a7cf7b4dd27885a2ea0f5942cbbfc6f405

diff --git a/dev-python/aiorpcX/aiorpcX-0.19.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.19.ebuild
deleted file mode 100644
index 1dceb3bd58c..000
--- a/dev-python/aiorpcX/aiorpcX-0.19.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_8 )
-
-inherit distutils-r1
-
-DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
-HOMEPAGE="https://pypi.org/project/aiorpcX/
-   https://github.com/kyuupichan/aiorpcX/;
-SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/uvloop[${PYTHON_USEDEP}]
-   dev-python/websockets[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest

diff --git a/dev-python/aiorpcX/aiorpcX-0.20.1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.20.1.ebuild
deleted file mode 100644
index 89eb9710f38..000
--- a/dev-python/aiorpcX/aiorpcX-0.20.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
-HOMEPAGE="https://pypi.org/project/aiorpcX/
-   https://github.com/kyuupichan/aiorpcX/;
-SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
-   -> 

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

2021-04-28 Thread Michał Górny
commit: db8c4e076de6df59b39037108b767c26f37513fe
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr 28 23:32:25 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr 28 23:34:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db8c4e07

dev-python/aiorpcX: Stabilize 0.19.1 amd64, #774558

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

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

diff --git a/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild
index 06a6c512863..efad7951418 100644
--- a/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild
+++ b/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 BDEPEND="



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

2021-04-25 Thread Michał Górny
commit: dbfced676274b181bfdcb6f6e394883646838fd6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 25 21:29:45 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 25 21:58:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbfced67

dev-python/aiorpcX: Bump to 0.22.0

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

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

diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
index 39e948bce6b..0c18f321c98 100644
--- a/dev-python/aiorpcX/Manifest
+++ b/dev-python/aiorpcX/Manifest
@@ -5,3 +5,4 @@ DIST aiorpcX-0.20.1.gh.tar.gz 74087 BLAKE2B 
eee9b3d7d1e513e5eefec97ba30b8b5783b3
 DIST aiorpcX-0.20.2.gh.tar.gz 74627 BLAKE2B 
e5a33dfd8ef0c18e26cfee881fd7515437598628bf61dfd86a34f0a758474abcf257c7afcbf0ee1d11ed6bad44596289efe2261d9ca7ccc26e7d949f05b3ad40
 SHA512 
af63d51bd21a045d71073ba6cd030834f8262e393eac9c44e6b33a2b3cecd86a5d2a6a0ed7ab60d2362e99ab38c801abcae1ada368a533d8f7fb8b616c43e582
 DIST aiorpcX-0.21.0.gh.tar.gz 75194 BLAKE2B 
dc8494531ca64db15e3e4b35ef5392e8177ca9b5c885c93c146edf921154f42caef5a7b2863a166d337a2f16e99e880b1e315f1f72624f50aa2d73a93c23e054
 SHA512 
0bcbb31cf367db029ef4acc06b23b6d3f861ab168971e367d760a220c0a6688934a8a91f7bb2fd9d993e173f2049e45556b6f094bb7ca005b37f66179061484d
 DIST aiorpcX-0.21.1.gh.tar.gz 75205 BLAKE2B 
5190e8bedf9c605f57d469f351d0cc3bed0c1fad53778ea0f29c02615b0ca816a7bbc60b863dc613f72c67455966ef3ceb31b825eed3cead25f47c29012f7ce5
 SHA512 
c77d4bfe72f2cd4215e15330c60aabdeee9f4e1613ba5dcfedea9368c85519b36ecc7dbfa2f6682df7d802204b9cea7c9a889ee479dcffbc728ee0c112039779
+DIST aiorpcX-0.22.0.gh.tar.gz 75160 BLAKE2B 
c9aa55c932546512019c058dd29d397bba79638a56aa949d69980abd56b4d024e9d1f99e96909c2256cce1578ffaf55b14b95d0adf77752180fcbd8ab997555b
 SHA512 
a65202f8233adac587c98da812ab27a26740a21a68df431bf0394dc3df37f3cb15c397c6a9044201b4a1a8d6bcc283a7cf7b4dd27885a2ea0f5942cbbfc6f405

diff --git a/dev-python/aiorpcX/aiorpcX-0.22.0.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.22.0.ebuild
new file mode 100644
index 000..8ba0167288f
--- /dev/null
+++ b/dev-python/aiorpcX/aiorpcX-0.22.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
+HOMEPAGE="https://pypi.org/project/aiorpcX/
+   https://github.com/kyuupichan/aiorpcX/;
+SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/uvloop[${PYTHON_USEDEP}]
+   dev-python/websockets[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local deselect=(
+   # require Internet
+   
tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
+   )
+
+   epytest ${deselect[@]/#/--deselect }
+}



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

2021-04-25 Thread Michał Górny
commit: ab04755405d9cec97ba24ddba41726ba6b8868c8
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 25 07:14:17 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr 25 07:56:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab047554

dev-python/aiorpcX: Bump to 0.21.1

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

 dev-python/aiorpcX/Manifest  |  1 +
 dev-python/aiorpcX/aiorpcX-0.21.1.ebuild | 37 
 2 files changed, 38 insertions(+)

diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
index 8b68ce27360..39e948bce6b 100644
--- a/dev-python/aiorpcX/Manifest
+++ b/dev-python/aiorpcX/Manifest
@@ -4,3 +4,4 @@ DIST aiorpcX-0.19.gh.tar.gz 65557 BLAKE2B 
2bc9d809abbcdcf4dd0358e4bb734068ef7648
 DIST aiorpcX-0.20.1.gh.tar.gz 74087 BLAKE2B 
eee9b3d7d1e513e5eefec97ba30b8b5783b3128cd010b6c8c9530c19c06b1261499559249a9b46c2a8689daebd78d23f97a3b16c25572de80dc13a3650d4d593
 SHA512 
0f03fe54f268c64028607766bd45dd2fc8ee4ddab30da7744e9493e0e98cdbd9061dd502fd1bbde1880e5f4410f147f4ecf0ea04e4056c16bb784c3f76a558fc
 DIST aiorpcX-0.20.2.gh.tar.gz 74627 BLAKE2B 
e5a33dfd8ef0c18e26cfee881fd7515437598628bf61dfd86a34f0a758474abcf257c7afcbf0ee1d11ed6bad44596289efe2261d9ca7ccc26e7d949f05b3ad40
 SHA512 
af63d51bd21a045d71073ba6cd030834f8262e393eac9c44e6b33a2b3cecd86a5d2a6a0ed7ab60d2362e99ab38c801abcae1ada368a533d8f7fb8b616c43e582
 DIST aiorpcX-0.21.0.gh.tar.gz 75194 BLAKE2B 
dc8494531ca64db15e3e4b35ef5392e8177ca9b5c885c93c146edf921154f42caef5a7b2863a166d337a2f16e99e880b1e315f1f72624f50aa2d73a93c23e054
 SHA512 
0bcbb31cf367db029ef4acc06b23b6d3f861ab168971e367d760a220c0a6688934a8a91f7bb2fd9d993e173f2049e45556b6f094bb7ca005b37f66179061484d
+DIST aiorpcX-0.21.1.gh.tar.gz 75205 BLAKE2B 
5190e8bedf9c605f57d469f351d0cc3bed0c1fad53778ea0f29c02615b0ca816a7bbc60b863dc613f72c67455966ef3ceb31b825eed3cead25f47c29012f7ce5
 SHA512 
c77d4bfe72f2cd4215e15330c60aabdeee9f4e1613ba5dcfedea9368c85519b36ecc7dbfa2f6682df7d802204b9cea7c9a889ee479dcffbc728ee0c112039779

diff --git a/dev-python/aiorpcX/aiorpcX-0.21.1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.21.1.ebuild
new file mode 100644
index 000..9d75b7b8a4d
--- /dev/null
+++ b/dev-python/aiorpcX/aiorpcX-0.21.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
+HOMEPAGE="https://pypi.org/project/aiorpcX/
+   https://github.com/kyuupichan/aiorpcX/;
+SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/uvloop[${PYTHON_USEDEP}]
+   dev-python/websockets[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local deselect=(
+   # require Internet
+   
tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
+   )
+
+   epytest ${deselect[@]/#/--deselect }
+}



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

2021-03-30 Thread Thomas Deutschmann
commit: 010db67f014a0d1544d2a5c5f76ee79297d7dc50
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Tue Mar 30 17:09:00 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Tue Mar 30 17:09:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010db67f

dev-python/aiorpcX: x86 stable (bug #774558)

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild
index 89eb9710f38..06a6c512863 100644
--- a/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild
+++ b/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE=""
 
 BDEPEND="



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

2021-03-11 Thread Michał Górny
commit: b45496e3369872b1f5b0bd86c8f1dc16bcf0ebbc
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 11 07:25:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 11 08:48:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b45496e3

dev-python/aiorpcX: Bump to 0.21.0

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

 dev-python/aiorpcX/Manifest  |  1 +
 dev-python/aiorpcX/aiorpcX-0.21.0.ebuild | 38 
 2 files changed, 39 insertions(+)

diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
index 96cba0911c1..24d3c65a046 100644
--- a/dev-python/aiorpcX/Manifest
+++ b/dev-python/aiorpcX/Manifest
@@ -2,3 +2,4 @@ DIST aiorpcX-0.18.5.gh.tar.gz 65622 BLAKE2B 
68b91e2cfb869c6971efb525fd35132c38ab
 DIST aiorpcX-0.19.1.gh.tar.gz 72903 BLAKE2B 
ba3da1bc1f8d83ec6c6d2189aee554b4b819b601d366d0e8858ec73fe6aedddf6a6ed00d56d66c38d18ee44921a4cce7cb83ebf05aec9348355f88b8ed67e1a5
 SHA512 
b71edf335ad78b1d46b2b23dcb102b29f988d32f75571b881e2ce3471bf48c7ffc9bf509ce1cafec036662bb06d6f90598304c207f416b4124a7b02fdca915e8
 DIST aiorpcX-0.19.gh.tar.gz 65557 BLAKE2B 
2bc9d809abbcdcf4dd0358e4bb734068ef76482dc711e1c4568db78e9ae2141e00cffb82c1c7d5976887e0561b6c4f1422063969cec23a886bb192c279fc57d7
 SHA512 
21d8a75a90233bb4caed804da39274516a7c852c8adf9eabcba928ff7ad9bf922760fdca2c040aad8242193cb23be512803615973256b35347b6c998cccd6632
 DIST aiorpcX-0.20.1.gh.tar.gz 74087 BLAKE2B 
eee9b3d7d1e513e5eefec97ba30b8b5783b3128cd010b6c8c9530c19c06b1261499559249a9b46c2a8689daebd78d23f97a3b16c25572de80dc13a3650d4d593
 SHA512 
0f03fe54f268c64028607766bd45dd2fc8ee4ddab30da7744e9493e0e98cdbd9061dd502fd1bbde1880e5f4410f147f4ecf0ea04e4056c16bb784c3f76a558fc
+DIST aiorpcX-0.21.0.gh.tar.gz 75194 BLAKE2B 
dc8494531ca64db15e3e4b35ef5392e8177ca9b5c885c93c146edf921154f42caef5a7b2863a166d337a2f16e99e880b1e315f1f72624f50aa2d73a93c23e054
 SHA512 
0bcbb31cf367db029ef4acc06b23b6d3f861ab168971e367d760a220c0a6688934a8a91f7bb2fd9d993e173f2049e45556b6f094bb7ca005b37f66179061484d

diff --git a/dev-python/aiorpcX/aiorpcX-0.21.0.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.21.0.ebuild
new file mode 100644
index 000..89eb9710f38
--- /dev/null
+++ b/dev-python/aiorpcX/aiorpcX-0.21.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
+HOMEPAGE="https://pypi.org/project/aiorpcX/
+   https://github.com/kyuupichan/aiorpcX/;
+SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/uvloop[${PYTHON_USEDEP}]
+   dev-python/websockets[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local deselect=(
+   # require Internet
+   
tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
+   )
+
+   pytest -vv ${deselect[@]/#/--deselect } ||
+   die "Tests failed with ${EPYTHON}"
+}



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

2021-03-11 Thread Michał Górny
commit: 734a156c922bbba2ca11ba797a7ccf072dd82eb9
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 11 07:48:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 11 08:48:05 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=734a156c

dev-python/aiorpcX: Bump to 0.20.2

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

 dev-python/aiorpcX/Manifest  |  1 +
 dev-python/aiorpcX/aiorpcX-0.20.2.ebuild | 38 
 2 files changed, 39 insertions(+)

diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
index 24d3c65a046..8b68ce27360 100644
--- a/dev-python/aiorpcX/Manifest
+++ b/dev-python/aiorpcX/Manifest
@@ -2,4 +2,5 @@ DIST aiorpcX-0.18.5.gh.tar.gz 65622 BLAKE2B 
68b91e2cfb869c6971efb525fd35132c38ab
 DIST aiorpcX-0.19.1.gh.tar.gz 72903 BLAKE2B 
ba3da1bc1f8d83ec6c6d2189aee554b4b819b601d366d0e8858ec73fe6aedddf6a6ed00d56d66c38d18ee44921a4cce7cb83ebf05aec9348355f88b8ed67e1a5
 SHA512 
b71edf335ad78b1d46b2b23dcb102b29f988d32f75571b881e2ce3471bf48c7ffc9bf509ce1cafec036662bb06d6f90598304c207f416b4124a7b02fdca915e8
 DIST aiorpcX-0.19.gh.tar.gz 65557 BLAKE2B 
2bc9d809abbcdcf4dd0358e4bb734068ef76482dc711e1c4568db78e9ae2141e00cffb82c1c7d5976887e0561b6c4f1422063969cec23a886bb192c279fc57d7
 SHA512 
21d8a75a90233bb4caed804da39274516a7c852c8adf9eabcba928ff7ad9bf922760fdca2c040aad8242193cb23be512803615973256b35347b6c998cccd6632
 DIST aiorpcX-0.20.1.gh.tar.gz 74087 BLAKE2B 
eee9b3d7d1e513e5eefec97ba30b8b5783b3128cd010b6c8c9530c19c06b1261499559249a9b46c2a8689daebd78d23f97a3b16c25572de80dc13a3650d4d593
 SHA512 
0f03fe54f268c64028607766bd45dd2fc8ee4ddab30da7744e9493e0e98cdbd9061dd502fd1bbde1880e5f4410f147f4ecf0ea04e4056c16bb784c3f76a558fc
+DIST aiorpcX-0.20.2.gh.tar.gz 74627 BLAKE2B 
e5a33dfd8ef0c18e26cfee881fd7515437598628bf61dfd86a34f0a758474abcf257c7afcbf0ee1d11ed6bad44596289efe2261d9ca7ccc26e7d949f05b3ad40
 SHA512 
af63d51bd21a045d71073ba6cd030834f8262e393eac9c44e6b33a2b3cecd86a5d2a6a0ed7ab60d2362e99ab38c801abcae1ada368a533d8f7fb8b616c43e582
 DIST aiorpcX-0.21.0.gh.tar.gz 75194 BLAKE2B 
dc8494531ca64db15e3e4b35ef5392e8177ca9b5c885c93c146edf921154f42caef5a7b2863a166d337a2f16e99e880b1e315f1f72624f50aa2d73a93c23e054
 SHA512 
0bcbb31cf367db029ef4acc06b23b6d3f861ab168971e367d760a220c0a6688934a8a91f7bb2fd9d993e173f2049e45556b6f094bb7ca005b37f66179061484d

diff --git a/dev-python/aiorpcX/aiorpcX-0.20.2.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.20.2.ebuild
new file mode 100644
index 000..89eb9710f38
--- /dev/null
+++ b/dev-python/aiorpcX/aiorpcX-0.20.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
+HOMEPAGE="https://pypi.org/project/aiorpcX/
+   https://github.com/kyuupichan/aiorpcX/;
+SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/uvloop[${PYTHON_USEDEP}]
+   dev-python/websockets[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local deselect=(
+   # require Internet
+   
tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
+   )
+
+   pytest -vv ${deselect[@]/#/--deselect } ||
+   die "Tests failed with ${EPYTHON}"
+}



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

2021-03-07 Thread Michał Górny
commit: cfbee049501d62d5e497801efd5a595ddaee10c4
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar  7 08:22:16 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar  7 08:30:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfbee049

dev-python/aiorpcX: Mark ALLARCHES

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

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

diff --git a/dev-python/aiorpcX/metadata.xml b/dev-python/aiorpcX/metadata.xml
index 92df4ff80f7..bb5feb7bfe4 100644
--- a/dev-python/aiorpcX/metadata.xml
+++ b/dev-python/aiorpcX/metadata.xml
@@ -5,6 +5,7 @@
 pyt...@gentoo.org
 Python
   
+  
   
 aiorpcX
 kyuupichan/aiorpcX



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

2021-03-06 Thread Michał Górny
commit: 80addf78059357c11ab36246d2508de7cad632c7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  6 16:39:17 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  6 17:45:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80addf78

dev-python/aiorpcX: Bump to 0.20.1

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

 dev-python/aiorpcX/Manifest  |  1 +
 dev-python/aiorpcX/aiorpcX-0.20.1.ebuild | 38 
 2 files changed, 39 insertions(+)

diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
index 5cc7d9fc31c..96cba0911c1 100644
--- a/dev-python/aiorpcX/Manifest
+++ b/dev-python/aiorpcX/Manifest
@@ -1,3 +1,4 @@
 DIST aiorpcX-0.18.5.gh.tar.gz 65622 BLAKE2B 
68b91e2cfb869c6971efb525fd35132c38ab9092362944fa77476bdb33f076f8415a079d97238e2c4ffbc6c9df596b468c2b6640389a11d1607b1a99aa8dc68d
 SHA512 
5eb8417ce2ffb70208aec79e44ee0d8671c4cf86745f2d8061cf013c4ad17f83db68ed3ed43ef61df196e4ef073a21f9a4e22df46b00ce3054babf98dfcd1eaf
 DIST aiorpcX-0.19.1.gh.tar.gz 72903 BLAKE2B 
ba3da1bc1f8d83ec6c6d2189aee554b4b819b601d366d0e8858ec73fe6aedddf6a6ed00d56d66c38d18ee44921a4cce7cb83ebf05aec9348355f88b8ed67e1a5
 SHA512 
b71edf335ad78b1d46b2b23dcb102b29f988d32f75571b881e2ce3471bf48c7ffc9bf509ce1cafec036662bb06d6f90598304c207f416b4124a7b02fdca915e8
 DIST aiorpcX-0.19.gh.tar.gz 65557 BLAKE2B 
2bc9d809abbcdcf4dd0358e4bb734068ef76482dc711e1c4568db78e9ae2141e00cffb82c1c7d5976887e0561b6c4f1422063969cec23a886bb192c279fc57d7
 SHA512 
21d8a75a90233bb4caed804da39274516a7c852c8adf9eabcba928ff7ad9bf922760fdca2c040aad8242193cb23be512803615973256b35347b6c998cccd6632
+DIST aiorpcX-0.20.1.gh.tar.gz 74087 BLAKE2B 
eee9b3d7d1e513e5eefec97ba30b8b5783b3128cd010b6c8c9530c19c06b1261499559249a9b46c2a8689daebd78d23f97a3b16c25572de80dc13a3650d4d593
 SHA512 
0f03fe54f268c64028607766bd45dd2fc8ee4ddab30da7744e9493e0e98cdbd9061dd502fd1bbde1880e5f4410f147f4ecf0ea04e4056c16bb784c3f76a558fc

diff --git a/dev-python/aiorpcX/aiorpcX-0.20.1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.20.1.ebuild
new file mode 100644
index 000..89eb9710f38
--- /dev/null
+++ b/dev-python/aiorpcX/aiorpcX-0.20.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
+HOMEPAGE="https://pypi.org/project/aiorpcX/
+   https://github.com/kyuupichan/aiorpcX/;
+SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/uvloop[${PYTHON_USEDEP}]
+   dev-python/websockets[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local deselect=(
+   # require Internet
+   
tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
+   )
+
+   pytest -vv ${deselect[@]/#/--deselect } ||
+   die "Tests failed with ${EPYTHON}"
+}



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

2021-03-01 Thread Michał Górny
commit: 64a4e3b7c60bf6f69ab7e19da831eda9c867f5cb
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  1 09:40:22 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  1 09:40:22 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64a4e3b7

dev-python/aiorpcX: Remove old

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

 dev-python/aiorpcX/Manifest|  1 -
 dev-python/aiorpcX/aiorpcX-0.18.4-r1.ebuild| 37 ---
 dev-python/aiorpcX/files/aiorpcX-0.18.4-py38.patch | 53 --
 3 files changed, 91 deletions(-)

diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
index 596ccbf5c60..5cc7d9fc31c 100644
--- a/dev-python/aiorpcX/Manifest
+++ b/dev-python/aiorpcX/Manifest
@@ -1,4 +1,3 @@
-DIST aiorpcX-0.18.4.gh.tar.gz 65500 BLAKE2B 
8c84ace1e2bc974e68702e25efe126f7f69dd7451f438ccd924ee8be3c05c9b3d116bf2d0a755b013bdfe61a398d856031970e5ae82b571af09551231bed
 SHA512 
d4df1343f575af72dff31f1794485c0cbb5b6c31d6d933b07cc8375a1418ad4fb81b2649b3c60adaaeab75b7a5d959838accc38269373310eb07895acf4c9496
 DIST aiorpcX-0.18.5.gh.tar.gz 65622 BLAKE2B 
68b91e2cfb869c6971efb525fd35132c38ab9092362944fa77476bdb33f076f8415a079d97238e2c4ffbc6c9df596b468c2b6640389a11d1607b1a99aa8dc68d
 SHA512 
5eb8417ce2ffb70208aec79e44ee0d8671c4cf86745f2d8061cf013c4ad17f83db68ed3ed43ef61df196e4ef073a21f9a4e22df46b00ce3054babf98dfcd1eaf
 DIST aiorpcX-0.19.1.gh.tar.gz 72903 BLAKE2B 
ba3da1bc1f8d83ec6c6d2189aee554b4b819b601d366d0e8858ec73fe6aedddf6a6ed00d56d66c38d18ee44921a4cce7cb83ebf05aec9348355f88b8ed67e1a5
 SHA512 
b71edf335ad78b1d46b2b23dcb102b29f988d32f75571b881e2ce3471bf48c7ffc9bf509ce1cafec036662bb06d6f90598304c207f416b4124a7b02fdca915e8
 DIST aiorpcX-0.19.gh.tar.gz 65557 BLAKE2B 
2bc9d809abbcdcf4dd0358e4bb734068ef76482dc711e1c4568db78e9ae2141e00cffb82c1c7d5976887e0561b6c4f1422063969cec23a886bb192c279fc57d7
 SHA512 
21d8a75a90233bb4caed804da39274516a7c852c8adf9eabcba928ff7ad9bf922760fdca2c040aad8242193cb23be512803615973256b35347b6c998cccd6632

diff --git a/dev-python/aiorpcX/aiorpcX-0.18.4-r1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.18.4-r1.ebuild
deleted file mode 100644
index 7cd487159a2..000
--- a/dev-python/aiorpcX/aiorpcX-0.18.4-r1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..8} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
-HOMEPAGE="https://pypi.org/project/aiorpcX/
-   https://github.com/kyuupichan/aiorpcX/;
-SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   dev-python/uvloop[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest
-
-PATCHES=(
-   "${FILESDIR}"/${P}-py38.patch
-)
-
-src_prepare() {
-   # websockets are optional and not packaged in Gentoo
-   rm tests/test_websocket.py || die
-
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/aiorpcX/files/aiorpcX-0.18.4-py38.patch 
b/dev-python/aiorpcX/files/aiorpcX-0.18.4-py38.patch
deleted file mode 100644
index bc189277c4c..000
--- a/dev-python/aiorpcX/files/aiorpcX-0.18.4-py38.patch
+++ /dev/null
@@ -1,53 +0,0 @@
-diff --git a/aiorpcx/socks.py b/aiorpcx/socks.py
-index 92ad396..4a6cefa 100644
 a/aiorpcx/socks.py
-+++ b/aiorpcx/socks.py
-@@ -45,7 +45,7 @@ SOCKSUserAuth = collections.namedtuple("SOCKSUserAuth", 
"username password")
- 
- # Random authentication is useful when used with Tor for stream isolation.
- class SOCKSRandomAuth(SOCKSUserAuth):
--def __getitem__(self, key):
-+def __getattribute__(self, key):
- return secrets.token_hex(32)
- 
- 
-diff --git a/tests/test_curio.py b/tests/test_curio.py
-index 9292f52..97b479b 100644
 a/tests/test_curio.py
-+++ b/tests/test_curio.py
-@@ -1,4 +1,5 @@
- from asyncio import get_event_loop, InvalidStateError
-+import sys
- import time
- 
- import pytest
-@@ -525,6 +526,8 @@ async def test_nested_context_timeout():
- ]
- 
- 
-+@pytest.mark.xfail(sys.hexversion > 0x0308,
-+   reason='broken on py3.8, upstream ignores the problem')
- @pytest.mark.asyncio
- async def test_nested_context_timeout2():
- async def coro1():
-@@ -562,6 +565,8 @@ async def test_nested_context_timeout2():
- await parent()
- 
- 
-+@pytest.mark.xfail(sys.hexversion > 0x0308,
-+   reason='broken on py3.8, upstream ignores the problem')
- @pytest.mark.asyncio
- async def test_nested_context_timeout3():
- async def coro1():
-diff --git a/tests/test_jsonrpc.py b/tests/test_jsonrpc.py
-index 315f639..b0cdd60 100644
 a/tests/test_jsonrpc.py
-+++ b/tests/test_jsonrpc.py
-@@ -1126,7 +1126,6 @@ def test_handler_invocation():
- 

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

2021-03-01 Thread Agostino Sarubbo
commit: 9471f5319fe4a16d3b03ac4941437c7f960f0ec1
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Mar  1 09:19:03 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Mar  1 09:19:03 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9471f531

dev-python/aiorpcX: amd64 stable wrt bug #767067

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

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

diff --git a/dev-python/aiorpcX/aiorpcX-0.18.5.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.18.5.ebuild
index 8a97458319e..7547b1dfcba 100644
--- a/dev-python/aiorpcX/aiorpcX-0.18.5.ebuild
+++ b/dev-python/aiorpcX/aiorpcX-0.18.5.ebuild
@@ -15,7 +15,7 @@ 
SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 BDEPEND="



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

2021-02-24 Thread Michał Górny
commit: bac9c667a80500194ff5d81e97463f253df7c7e2
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 24 20:08:12 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 24 20:10:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bac9c667

dev-python/aiorpcX: Fix test failures when no resolver is available

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

 dev-python/aiorpcX/aiorpcX-0.18.5.ebuild | 12 +++-
 dev-python/aiorpcX/aiorpcX-0.19.1.ebuild | 10 ++
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/dev-python/aiorpcX/aiorpcX-0.18.5.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.18.5.ebuild
index 5daef298f5a..d5a8e748ca6 100644
--- a/dev-python/aiorpcX/aiorpcX-0.18.5.ebuild
+++ b/dev-python/aiorpcX/aiorpcX-0.18.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -26,3 +26,13 @@ BDEPEND="
)"
 
 distutils_enable_tests pytest
+
+python_test() {
+   local deselect=(
+   # require Internet
+   
tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
+   )
+
+   pytest -vv ${deselect[@]/#/--deselect } ||
+   die "Tests failed with ${EPYTHON}"
+}

diff --git a/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild
index 1dceb3bd58c..94411647b98 100644
--- a/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild
+++ b/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild
@@ -26,3 +26,13 @@ BDEPEND="
)"
 
 distutils_enable_tests pytest
+
+python_test() {
+   local deselect=(
+   # require Internet
+   
tests/test_socks.py::TestSOCKSProxy::test_create_connection_resolve_good
+   )
+
+   pytest -vv ${deselect[@]/#/--deselect } ||
+   die "Tests failed with ${EPYTHON}"
+}



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

2021-02-24 Thread Michał Górny
commit: 110fb300723b7e78b8d6e97f5c4c0d86f375f618
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 24 20:10:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 24 20:10:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=110fb300

dev-python/aiorpcX: Port to py3.9

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

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

diff --git a/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild
index 94411647b98..89eb9710f38 100644
--- a/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild
+++ b/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 



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

2021-02-04 Thread Michał Górny
commit: 76a1d628b491fa9df76e1ae7dc4b6703bdf7d99e
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb  5 00:53:14 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb  5 00:55:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76a1d628

dev-python/aiorpcX: Bump to 0.19.1

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

 dev-python/aiorpcX/Manifest  |  1 +
 dev-python/aiorpcX/aiorpcX-0.19.1.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
index d08d2420f99..596ccbf5c60 100644
--- a/dev-python/aiorpcX/Manifest
+++ b/dev-python/aiorpcX/Manifest
@@ -1,3 +1,4 @@
 DIST aiorpcX-0.18.4.gh.tar.gz 65500 BLAKE2B 
8c84ace1e2bc974e68702e25efe126f7f69dd7451f438ccd924ee8be3c05c9b3d116bf2d0a755b013bdfe61a398d856031970e5ae82b571af09551231bed
 SHA512 
d4df1343f575af72dff31f1794485c0cbb5b6c31d6d933b07cc8375a1418ad4fb81b2649b3c60adaaeab75b7a5d959838accc38269373310eb07895acf4c9496
 DIST aiorpcX-0.18.5.gh.tar.gz 65622 BLAKE2B 
68b91e2cfb869c6971efb525fd35132c38ab9092362944fa77476bdb33f076f8415a079d97238e2c4ffbc6c9df596b468c2b6640389a11d1607b1a99aa8dc68d
 SHA512 
5eb8417ce2ffb70208aec79e44ee0d8671c4cf86745f2d8061cf013c4ad17f83db68ed3ed43ef61df196e4ef073a21f9a4e22df46b00ce3054babf98dfcd1eaf
+DIST aiorpcX-0.19.1.gh.tar.gz 72903 BLAKE2B 
ba3da1bc1f8d83ec6c6d2189aee554b4b819b601d366d0e8858ec73fe6aedddf6a6ed00d56d66c38d18ee44921a4cce7cb83ebf05aec9348355f88b8ed67e1a5
 SHA512 
b71edf335ad78b1d46b2b23dcb102b29f988d32f75571b881e2ce3471bf48c7ffc9bf509ce1cafec036662bb06d6f90598304c207f416b4124a7b02fdca915e8
 DIST aiorpcX-0.19.gh.tar.gz 65557 BLAKE2B 
2bc9d809abbcdcf4dd0358e4bb734068ef76482dc711e1c4568db78e9ae2141e00cffb82c1c7d5976887e0561b6c4f1422063969cec23a886bb192c279fc57d7
 SHA512 
21d8a75a90233bb4caed804da39274516a7c852c8adf9eabcba928ff7ad9bf922760fdca2c040aad8242193cb23be512803615973256b35347b6c998cccd6632

diff --git a/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild
new file mode 100644
index 000..1dceb3bd58c
--- /dev/null
+++ b/dev-python/aiorpcX/aiorpcX-0.19.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_8 )
+
+inherit distutils-r1
+
+DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
+HOMEPAGE="https://pypi.org/project/aiorpcX/
+   https://github.com/kyuupichan/aiorpcX/;
+SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/uvloop[${PYTHON_USEDEP}]
+   dev-python/websockets[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



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

2021-02-03 Thread Michał Górny
commit: 81a4d07597edd6c3d761febbbeeaeae8c6489d06
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  3 22:59:46 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  3 22:59:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81a4d075

dev-python/aiorpcX: Bump to 0.19

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

 dev-python/aiorpcX/Manifest|  1 +
 dev-python/aiorpcX/aiorpcX-0.19.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
index 6c03ad241fa..d08d2420f99 100644
--- a/dev-python/aiorpcX/Manifest
+++ b/dev-python/aiorpcX/Manifest
@@ -1,2 +1,3 @@
 DIST aiorpcX-0.18.4.gh.tar.gz 65500 BLAKE2B 
8c84ace1e2bc974e68702e25efe126f7f69dd7451f438ccd924ee8be3c05c9b3d116bf2d0a755b013bdfe61a398d856031970e5ae82b571af09551231bed
 SHA512 
d4df1343f575af72dff31f1794485c0cbb5b6c31d6d933b07cc8375a1418ad4fb81b2649b3c60adaaeab75b7a5d959838accc38269373310eb07895acf4c9496
 DIST aiorpcX-0.18.5.gh.tar.gz 65622 BLAKE2B 
68b91e2cfb869c6971efb525fd35132c38ab9092362944fa77476bdb33f076f8415a079d97238e2c4ffbc6c9df596b468c2b6640389a11d1607b1a99aa8dc68d
 SHA512 
5eb8417ce2ffb70208aec79e44ee0d8671c4cf86745f2d8061cf013c4ad17f83db68ed3ed43ef61df196e4ef073a21f9a4e22df46b00ce3054babf98dfcd1eaf
+DIST aiorpcX-0.19.gh.tar.gz 65557 BLAKE2B 
2bc9d809abbcdcf4dd0358e4bb734068ef76482dc711e1c4568db78e9ae2141e00cffb82c1c7d5976887e0561b6c4f1422063969cec23a886bb192c279fc57d7
 SHA512 
21d8a75a90233bb4caed804da39274516a7c852c8adf9eabcba928ff7ad9bf922760fdca2c040aad8242193cb23be512803615973256b35347b6c998cccd6632

diff --git a/dev-python/aiorpcX/aiorpcX-0.19.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.19.ebuild
new file mode 100644
index 000..1dceb3bd58c
--- /dev/null
+++ b/dev-python/aiorpcX/aiorpcX-0.19.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_8 )
+
+inherit distutils-r1
+
+DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
+HOMEPAGE="https://pypi.org/project/aiorpcX/
+   https://github.com/kyuupichan/aiorpcX/;
+SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/uvloop[${PYTHON_USEDEP}]
+   dev-python/websockets[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



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

2020-12-22 Thread Michał Górny
commit: bce2e1629fdc281364455a22767cb598f30a1eb5
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 22 07:19:32 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 22 08:07:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bce2e162

dev-python/aiorpcX: Bump to 0.18.5

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

 dev-python/aiorpcX/Manifest  |  1 +
 dev-python/aiorpcX/aiorpcX-0.18.5.ebuild | 28 
 2 files changed, 29 insertions(+)

diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
index 5988ae20fe5..6c03ad241fa 100644
--- a/dev-python/aiorpcX/Manifest
+++ b/dev-python/aiorpcX/Manifest
@@ -1 +1,2 @@
 DIST aiorpcX-0.18.4.gh.tar.gz 65500 BLAKE2B 
8c84ace1e2bc974e68702e25efe126f7f69dd7451f438ccd924ee8be3c05c9b3d116bf2d0a755b013bdfe61a398d856031970e5ae82b571af09551231bed
 SHA512 
d4df1343f575af72dff31f1794485c0cbb5b6c31d6d933b07cc8375a1418ad4fb81b2649b3c60adaaeab75b7a5d959838accc38269373310eb07895acf4c9496
+DIST aiorpcX-0.18.5.gh.tar.gz 65622 BLAKE2B 
68b91e2cfb869c6971efb525fd35132c38ab9092362944fa77476bdb33f076f8415a079d97238e2c4ffbc6c9df596b468c2b6640389a11d1607b1a99aa8dc68d
 SHA512 
5eb8417ce2ffb70208aec79e44ee0d8671c4cf86745f2d8061cf013c4ad17f83db68ed3ed43ef61df196e4ef073a21f9a4e22df46b00ce3054babf98dfcd1eaf

diff --git a/dev-python/aiorpcX/aiorpcX-0.18.5.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.18.5.ebuild
new file mode 100644
index 000..5daef298f5a
--- /dev/null
+++ b/dev-python/aiorpcX/aiorpcX-0.18.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
+HOMEPAGE="https://pypi.org/project/aiorpcX/
+   https://github.com/kyuupichan/aiorpcX/;
+SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/uvloop[${PYTHON_USEDEP}]
+   dev-python/websockets[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest



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

2020-09-25 Thread Michał Górny
commit: ed461b16c534eb81a5fcbdf414753cea245302d5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep 25 07:15:14 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep 25 07:22:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed461b16

dev-python/aiorpcX: Port to py3.8

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

 ...rpcX-0.18.4.ebuild => aiorpcX-0.18.4-r1.ebuild} |  6 ++-
 dev-python/aiorpcX/files/aiorpcX-0.18.4-py38.patch | 53 ++
 2 files changed, 58 insertions(+), 1 deletion(-)

diff --git a/dev-python/aiorpcX/aiorpcX-0.18.4.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.18.4-r1.ebuild
similarity index 90%
rename from dev-python/aiorpcX/aiorpcX-0.18.4.ebuild
rename to dev-python/aiorpcX/aiorpcX-0.18.4-r1.ebuild
index 8aa08960194..304db91bcbf 100644
--- a/dev-python/aiorpcX/aiorpcX-0.18.4.ebuild
+++ b/dev-python/aiorpcX/aiorpcX-0.18.4-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7} )
+PYTHON_COMPAT=( python3_{6..8} )
 
 inherit distutils-r1
 
@@ -25,6 +25,10 @@ BDEPEND="
 
 distutils_enable_tests pytest
 
+PATCHES=(
+   "${FILESDIR}"/${P}-py38.patch
+)
+
 src_prepare() {
# websockets are optional and not packaged in Gentoo
rm tests/test_websocket.py || die

diff --git a/dev-python/aiorpcX/files/aiorpcX-0.18.4-py38.patch 
b/dev-python/aiorpcX/files/aiorpcX-0.18.4-py38.patch
new file mode 100644
index 000..bc189277c4c
--- /dev/null
+++ b/dev-python/aiorpcX/files/aiorpcX-0.18.4-py38.patch
@@ -0,0 +1,53 @@
+diff --git a/aiorpcx/socks.py b/aiorpcx/socks.py
+index 92ad396..4a6cefa 100644
+--- a/aiorpcx/socks.py
 b/aiorpcx/socks.py
+@@ -45,7 +45,7 @@ SOCKSUserAuth = collections.namedtuple("SOCKSUserAuth", 
"username password")
+ 
+ # Random authentication is useful when used with Tor for stream isolation.
+ class SOCKSRandomAuth(SOCKSUserAuth):
+-def __getitem__(self, key):
++def __getattribute__(self, key):
+ return secrets.token_hex(32)
+ 
+ 
+diff --git a/tests/test_curio.py b/tests/test_curio.py
+index 9292f52..97b479b 100644
+--- a/tests/test_curio.py
 b/tests/test_curio.py
+@@ -1,4 +1,5 @@
+ from asyncio import get_event_loop, InvalidStateError
++import sys
+ import time
+ 
+ import pytest
+@@ -525,6 +526,8 @@ async def test_nested_context_timeout():
+ ]
+ 
+ 
++@pytest.mark.xfail(sys.hexversion > 0x0308,
++   reason='broken on py3.8, upstream ignores the problem')
+ @pytest.mark.asyncio
+ async def test_nested_context_timeout2():
+ async def coro1():
+@@ -562,6 +565,8 @@ async def test_nested_context_timeout2():
+ await parent()
+ 
+ 
++@pytest.mark.xfail(sys.hexversion > 0x0308,
++   reason='broken on py3.8, upstream ignores the problem')
+ @pytest.mark.asyncio
+ async def test_nested_context_timeout3():
+ async def coro1():
+diff --git a/tests/test_jsonrpc.py b/tests/test_jsonrpc.py
+index 315f639..b0cdd60 100644
+--- a/tests/test_jsonrpc.py
 b/tests/test_jsonrpc.py
+@@ -1126,7 +1126,6 @@ def test_handler_invocation():
+ (Request('missing_method', []), 'unknown method'),
+ (Request('add_many', []), 'requires 1'),
+ (Request('add_many', {'first': 1, 'values': []}), 'values'),
+-(Request('powb', {"x": 2, "y": 3}), 'cannot be called'),
+ (Request('echo_2', ['ping', 'pong']), 'at most 1'),
+ (Request('echo_2', {'first': 1, 'second': 8, '3rd': 1}), '3rd'),
+ (Request('kwargs', []), 'requires 1'),



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

2020-03-26 Thread Michał Górny
commit: 5d10e4432a41d64f13f61d72d2a111202ce420c2
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 11:00:05 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 11:15:29 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d10e443

dev-python/aiorpcX: Remove redundant versions

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

 dev-python/aiorpcX/Manifest  |  3 ---
 dev-python/aiorpcX/aiorpcX-0.10.2.ebuild | 26 --
 dev-python/aiorpcX/aiorpcX-0.17.0.ebuild | 26 --
 dev-python/aiorpcX/aiorpcX-0.18.3.ebuild | 26 --
 4 files changed, 81 deletions(-)

diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
index 6e01e58b930..5988ae20fe5 100644
--- a/dev-python/aiorpcX/Manifest
+++ b/dev-python/aiorpcX/Manifest
@@ -1,4 +1 @@
-DIST aiorpcX-0.10.2.tar.gz 23312 BLAKE2B 
62d04099ae272369f29dea3a34a13b4b5cd6052764f2efee1f4a461b8ab52616e0cf69dde47a6f48c60827b3580d35bc39c87371d581a4a95147f5a5691e5111
 SHA512 
ebdc312c1c8d27382ca02ba6de5a316332b09bfba19399f9a4c3ef603a5d96becdfbed5c360d73aa64b41ecc5b0c3638822b0a5e49fd54c339b601c20add44ea
-DIST aiorpcX-0.17.0.tar.gz 26346 BLAKE2B 
0e60b66dec1ebcabca62e95688761b022a0f2a1062a3bb63c69def67687eb5bfb95d8c671b18ac4990248d7de17b049a7135398e80d23dc9154aaa4c7b17c2d1
 SHA512 
80731b683e16ad65da71981f81a606647cf3159429db2c37b27b6dc21c2f659fc92d0d0352109e377c2f381a373b9b20eeb0dda0bafe6be482dcf5c10d3bfcb6
-DIST aiorpcX-0.18.3.tar.gz 27464 BLAKE2B 
38a59a6352a4c9bc561f75ecdfb0adc87fe82ad8e05622e67903d6e6e3c225647e75cb7a516005840d008f193288a5dea09042e2091a576be108b735fbbe1446
 SHA512 
982258fb35c1a4b09def64e2729ac5bab528185963ca0f73571d4a36be2aebadd69e607161462b9c5e07ff3b09fa071949432405a32832d438e07103fa1a8636
 DIST aiorpcX-0.18.4.gh.tar.gz 65500 BLAKE2B 
8c84ace1e2bc974e68702e25efe126f7f69dd7451f438ccd924ee8be3c05c9b3d116bf2d0a755b013bdfe61a398d856031970e5ae82b571af09551231bed
 SHA512 
d4df1343f575af72dff31f1794485c0cbb5b6c31d6d933b07cc8375a1418ad4fb81b2649b3c60adaaeab75b7a5d959838accc38269373310eb07895acf4c9496

diff --git a/dev-python/aiorpcX/aiorpcX-0.10.2.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.10.2.ebuild
deleted file mode 100644
index d39a2a5b535..000
--- a/dev-python/aiorpcX/aiorpcX-0.10.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
-HOMEPAGE="https://pypi.org/project/aiorpcX/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-DOCS=( README.rst )

diff --git a/dev-python/aiorpcX/aiorpcX-0.17.0.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.17.0.ebuild
deleted file mode 100644
index 90d93d45676..000
--- a/dev-python/aiorpcX/aiorpcX-0.17.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
-HOMEPAGE="https://pypi.org/project/aiorpcX/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-DOCS=( README.rst )

diff --git a/dev-python/aiorpcX/aiorpcX-0.18.3.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.18.3.ebuild
deleted file mode 100644
index 90d93d45676..000
--- a/dev-python/aiorpcX/aiorpcX-0.18.3.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python{3_6,3_7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
-HOMEPAGE="https://pypi.org/project/aiorpcX/;
-SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
-   >=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-"
-
-DOCS=( README.rst )



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

2020-02-16 Thread Michał Górny
commit: 72dc0003d0061dd0a2e2cce28bfc471b00ce49cb
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Feb 16 11:39:40 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Feb 16 11:41:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72dc0003

dev-python/aiorpcX: Bump to 0.18.4, add tests

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

 dev-python/aiorpcX/Manifest  |  1 +
 dev-python/aiorpcX/aiorpcX-0.18.4.ebuild | 33 
 2 files changed, 34 insertions(+)

diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
index bb51639bf5b..6e01e58b930 100644
--- a/dev-python/aiorpcX/Manifest
+++ b/dev-python/aiorpcX/Manifest
@@ -1,3 +1,4 @@
 DIST aiorpcX-0.10.2.tar.gz 23312 BLAKE2B 
62d04099ae272369f29dea3a34a13b4b5cd6052764f2efee1f4a461b8ab52616e0cf69dde47a6f48c60827b3580d35bc39c87371d581a4a95147f5a5691e5111
 SHA512 
ebdc312c1c8d27382ca02ba6de5a316332b09bfba19399f9a4c3ef603a5d96becdfbed5c360d73aa64b41ecc5b0c3638822b0a5e49fd54c339b601c20add44ea
 DIST aiorpcX-0.17.0.tar.gz 26346 BLAKE2B 
0e60b66dec1ebcabca62e95688761b022a0f2a1062a3bb63c69def67687eb5bfb95d8c671b18ac4990248d7de17b049a7135398e80d23dc9154aaa4c7b17c2d1
 SHA512 
80731b683e16ad65da71981f81a606647cf3159429db2c37b27b6dc21c2f659fc92d0d0352109e377c2f381a373b9b20eeb0dda0bafe6be482dcf5c10d3bfcb6
 DIST aiorpcX-0.18.3.tar.gz 27464 BLAKE2B 
38a59a6352a4c9bc561f75ecdfb0adc87fe82ad8e05622e67903d6e6e3c225647e75cb7a516005840d008f193288a5dea09042e2091a576be108b735fbbe1446
 SHA512 
982258fb35c1a4b09def64e2729ac5bab528185963ca0f73571d4a36be2aebadd69e607161462b9c5e07ff3b09fa071949432405a32832d438e07103fa1a8636
+DIST aiorpcX-0.18.4.gh.tar.gz 65500 BLAKE2B 
8c84ace1e2bc974e68702e25efe126f7f69dd7451f438ccd924ee8be3c05c9b3d116bf2d0a755b013bdfe61a398d856031970e5ae82b571af09551231bed
 SHA512 
d4df1343f575af72dff31f1794485c0cbb5b6c31d6d933b07cc8375a1418ad4fb81b2649b3c60adaaeab75b7a5d959838accc38269373310eb07895acf4c9496

diff --git a/dev-python/aiorpcX/aiorpcX-0.18.4.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.18.4.ebuild
new file mode 100644
index 000..1dd31c31a60
--- /dev/null
+++ b/dev-python/aiorpcX/aiorpcX-0.18.4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
+HOMEPAGE="https://pypi.org/project/aiorpcX/
+   https://github.com/kyuupichan/aiorpcX/;
+SRC_URI="https://github.com/kyuupichan/aiorpcX/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   dev-python/uvloop[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   # websockets are optional and not packaged in Gentoo
+   rm tests/test_websocket.py || die
+
+   distutils-r1_src_prepare
+}



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

2019-09-08 Thread Agostino Sarubbo
commit: e840b54bcfda21b912c2ffde327b7fd635cd2ae9
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Sep  9 05:54:19 2019 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Sep  9 05:54:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e840b54b

dev-python/aiorpcX: amd64 stable wrt bug #693688

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

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

diff --git a/dev-python/aiorpcX/aiorpcX-0.18.3.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.18.3.ebuild
index 92e2eb3b422..90d93d45676 100644
--- a/dev-python/aiorpcX/aiorpcX-0.18.3.ebuild
+++ b/dev-python/aiorpcX/aiorpcX-0.18.3.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



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

2019-07-31 Thread Mikle Kolyada
commit: ddb0762dd34037229feeec3b67b19a50c3a1df99
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Wed Jul 31 14:31:22 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Wed Jul 31 14:31:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddb0762d

dev-python/aiorpcX: x86 stable wrt bug #688940

Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

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

diff --git a/dev-python/aiorpcX/aiorpcX-0.17.0.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.17.0.ebuild
index 29e1613f359..90d93d45676 100644
--- a/dev-python/aiorpcX/aiorpcX-0.17.0.ebuild
+++ b/dev-python/aiorpcX/aiorpcX-0.17.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 RDEPEND="



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

2019-06-20 Thread Anthony G. Basile
commit: 9701d7b03702cb9b28eb172818f7d98c62eaaede
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Thu Jun 20 20:14:39 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Thu Jun 20 20:14:39 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9701d7b0

dev-python/aiorpcX: add 0.17.0 for bug #687004

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-python/aiorpcX/Manifest  |  1 +
 dev-python/aiorpcX/aiorpcX-0.17.0.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
index 1b53cb2dbbb..bb51639bf5b 100644
--- a/dev-python/aiorpcX/Manifest
+++ b/dev-python/aiorpcX/Manifest
@@ -1,2 +1,3 @@
 DIST aiorpcX-0.10.2.tar.gz 23312 BLAKE2B 
62d04099ae272369f29dea3a34a13b4b5cd6052764f2efee1f4a461b8ab52616e0cf69dde47a6f48c60827b3580d35bc39c87371d581a4a95147f5a5691e5111
 SHA512 
ebdc312c1c8d27382ca02ba6de5a316332b09bfba19399f9a4c3ef603a5d96becdfbed5c360d73aa64b41ecc5b0c3638822b0a5e49fd54c339b601c20add44ea
+DIST aiorpcX-0.17.0.tar.gz 26346 BLAKE2B 
0e60b66dec1ebcabca62e95688761b022a0f2a1062a3bb63c69def67687eb5bfb95d8c671b18ac4990248d7de17b049a7135398e80d23dc9154aaa4c7b17c2d1
 SHA512 
80731b683e16ad65da71981f81a606647cf3159429db2c37b27b6dc21c2f659fc92d0d0352109e377c2f381a373b9b20eeb0dda0bafe6be482dcf5c10d3bfcb6
 DIST aiorpcX-0.18.3.tar.gz 27464 BLAKE2B 
38a59a6352a4c9bc561f75ecdfb0adc87fe82ad8e05622e67903d6e6e3c225647e75cb7a516005840d008f193288a5dea09042e2091a576be108b735fbbe1446
 SHA512 
982258fb35c1a4b09def64e2729ac5bab528185963ca0f73571d4a36be2aebadd69e607161462b9c5e07ff3b09fa071949432405a32832d438e07103fa1a8636

diff --git a/dev-python/aiorpcX/aiorpcX-0.17.0.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.17.0.ebuild
new file mode 100644
index 000..b87a61bb4dd
--- /dev/null
+++ b/dev-python/aiorpcX/aiorpcX-0.17.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
+HOMEPAGE="https://pypi.org/project/aiorpcX/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+DOCS=( README.rst )



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

2019-06-17 Thread Anthony G. Basile
commit: dfd7456655797f9eeb06bf2401285872f392cdb5
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Mon Jun 17 13:10:31 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Mon Jun 17 13:10:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd74566

dev-python/aiorpcX: version bump to 0.18.3, bug #688100

Signed-off-by: Anthony G. Basile  gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

 dev-python/aiorpcX/Manifest  |  1 +
 dev-python/aiorpcX/aiorpcX-0.18.3.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
index dcc8ecabe23..1b53cb2dbbb 100644
--- a/dev-python/aiorpcX/Manifest
+++ b/dev-python/aiorpcX/Manifest
@@ -1 +1,2 @@
 DIST aiorpcX-0.10.2.tar.gz 23312 BLAKE2B 
62d04099ae272369f29dea3a34a13b4b5cd6052764f2efee1f4a461b8ab52616e0cf69dde47a6f48c60827b3580d35bc39c87371d581a4a95147f5a5691e5111
 SHA512 
ebdc312c1c8d27382ca02ba6de5a316332b09bfba19399f9a4c3ef603a5d96becdfbed5c360d73aa64b41ecc5b0c3638822b0a5e49fd54c339b601c20add44ea
+DIST aiorpcX-0.18.3.tar.gz 27464 BLAKE2B 
38a59a6352a4c9bc561f75ecdfb0adc87fe82ad8e05622e67903d6e6e3c225647e75cb7a516005840d008f193288a5dea09042e2091a576be108b735fbbe1446
 SHA512 
982258fb35c1a4b09def64e2729ac5bab528185963ca0f73571d4a36be2aebadd69e607161462b9c5e07ff3b09fa071949432405a32832d438e07103fa1a8636

diff --git a/dev-python/aiorpcX/aiorpcX-0.18.3.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.18.3.ebuild
new file mode 100644
index 000..b87a61bb4dd
--- /dev/null
+++ b/dev-python/aiorpcX/aiorpcX-0.18.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python{3_6,3_7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
+HOMEPAGE="https://pypi.org/project/aiorpcX/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+DOCS=( README.rst )



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

2019-01-20 Thread Manuel Rüger
commit: 9e41004515cac3d8f902637ff99a569fa6e1022a
Author: Manuel Rüger  gentoo  org>
AuthorDate: Sun Jan 20 16:58:59 2019 +
Commit: Manuel Rüger  gentoo  org>
CommitDate: Sun Jan 20 16:59:05 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e410045

dev-python/aiorpcX: Initial version

Required as a dependency for net-misc/electrum-3.3.x

Package-Manager: Portage-2.3.56, Repoman-2.3.11
Signed-off-by: Manuel Rüger  gentoo.org>

 dev-python/aiorpcX/Manifest  |  1 +
 dev-python/aiorpcX/aiorpcX-0.10.2.ebuild | 26 ++
 dev-python/aiorpcX/metadata.xml  | 12 
 3 files changed, 39 insertions(+)

diff --git a/dev-python/aiorpcX/Manifest b/dev-python/aiorpcX/Manifest
new file mode 100644
index 000..dcc8ecabe23
--- /dev/null
+++ b/dev-python/aiorpcX/Manifest
@@ -0,0 +1 @@
+DIST aiorpcX-0.10.2.tar.gz 23312 BLAKE2B 
62d04099ae272369f29dea3a34a13b4b5cd6052764f2efee1f4a461b8ab52616e0cf69dde47a6f48c60827b3580d35bc39c87371d581a4a95147f5a5691e5111
 SHA512 
ebdc312c1c8d27382ca02ba6de5a316332b09bfba19399f9a4c3ef603a5d96becdfbed5c360d73aa64b41ecc5b0c3638822b0a5e49fd54c339b601c20add44ea

diff --git a/dev-python/aiorpcX/aiorpcX-0.10.2.ebuild 
b/dev-python/aiorpcX/aiorpcX-0.10.2.ebuild
new file mode 100644
index 000..d39a2a5b535
--- /dev/null
+++ b/dev-python/aiorpcX/aiorpcX-0.10.2.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python3_6 )
+
+inherit distutils-r1
+
+DESCRIPTION="Generic async RPC implementation, including JSON-RPC"
+HOMEPAGE="https://pypi.org/project/aiorpcX/;
+SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+RDEPEND="
+   >=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+DOCS=( README.rst )

diff --git a/dev-python/aiorpcX/metadata.xml b/dev-python/aiorpcX/metadata.xml
new file mode 100644
index 000..92df4ff80f7
--- /dev/null
+++ b/dev-python/aiorpcX/metadata.xml
@@ -0,0 +1,12 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+  
+pyt...@gentoo.org
+Python
+  
+  
+aiorpcX
+kyuupichan/aiorpcX
+  
+