[gentoo-commits] repo/gentoo:master commit in: dev-python/async_timeout/, dev-python/aiohttp/, dev-python/python-socks/, ...

2022-07-02 Thread Michał Górny
commit: 20ead97a8e11cbcf99bb76c895fc0ec8be46e152
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jul  2 11:06:47 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jul  2 11:25:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ead97a

Rename dev-python/{async_timeout → async-timeout}

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

 dev-python/aiohttp/aiohttp-3.8.1-r1.ebuild| 2 +-
 dev-python/aiohttp/aiohttp-3.8.1.ebuild   | 2 +-
 dev-python/aioredis/aioredis-2.0.1.ebuild | 2 +-
 dev-python/{async_timeout => async-timeout}/Manifest  | 0
 .../async-timeout-4.0.2-r1.ebuild}| 0
 dev-python/{async_timeout => async-timeout}/metadata.xml  | 0
 dev-python/jeepney/jeepney-0.8.0.ebuild   | 2 +-
 dev-python/python-socks/python-socks-2.0.3.ebuild | 4 ++--
 dev-python/redis-py/redis-py-4.2.2.ebuild | 2 +-
 dev-python/redis-py/redis-py-4.3.3.ebuild | 2 +-
 dev-python/redis-py/redis-py-4.3.4.ebuild | 2 +-
 net-misc/gns3-server/gns3-server-2.2.29.ebuild| 2 +-
 net-misc/gns3-server/gns3-server-2.2.31-r1.ebuild | 2 +-
 net-misc/gns3-server/gns3-server-2.2.31.ebuild| 2 +-
 profiles/updates/3Q-2022  | 1 +
 15 files changed, 13 insertions(+), 12 deletions(-)

diff --git a/dev-python/aiohttp/aiohttp-3.8.1-r1.ebuild 
b/dev-python/aiohttp/aiohttp-3.8.1-r1.ebuild
index e0d71889aa44..bb851af97e5f 100644
--- a/dev-python/aiohttp/aiohttp-3.8.1-r1.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.8.1-r1.ebuild
@@ -24,7 +24,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc 
~ppc64 ~riscv ~s390
 RDEPEND="
app-arch/brotli[python,${PYTHON_USEDEP}]
>=dev-python/aiosignal-1.1.2[${PYTHON_USEDEP}]
-   >=dev-python/async_timeout-4.0.0_alpha3[${PYTHON_USEDEP}]
+   >=dev-python/async-timeout-4.0.0_alpha3[${PYTHON_USEDEP}]
>=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
>=dev-python/charset_normalizer-2.0[${PYTHON_USEDEP}]
>=dev-python/frozenlist-1.1.1[${PYTHON_USEDEP}]

diff --git a/dev-python/aiohttp/aiohttp-3.8.1.ebuild 
b/dev-python/aiohttp/aiohttp-3.8.1.ebuild
index 097f31f083d4..798204e83307 100644
--- a/dev-python/aiohttp/aiohttp-3.8.1.ebuild
+++ b/dev-python/aiohttp/aiohttp-3.8.1.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 
~riscv ~s390 sparc
 RDEPEND="
app-arch/brotli[python,${PYTHON_USEDEP}]
>=dev-python/aiosignal-1.1.2[${PYTHON_USEDEP}]
-   >=dev-python/async_timeout-4.0.0_alpha3[${PYTHON_USEDEP}]
+   >=dev-python/async-timeout-4.0.0_alpha3[${PYTHON_USEDEP}]
>=dev-python/attrs-17.3.0[${PYTHON_USEDEP}]
>=dev-python/charset_normalizer-2.0[${PYTHON_USEDEP}]
>=dev-python/frozenlist-1.1.1[${PYTHON_USEDEP}]

diff --git a/dev-python/aioredis/aioredis-2.0.1.ebuild 
b/dev-python/aioredis/aioredis-2.0.1.ebuild
index 6f0472448e16..2d3d23161d82 100644
--- a/dev-python/aioredis/aioredis-2.0.1.ebuild
+++ b/dev-python/aioredis/aioredis-2.0.1.ebuild
@@ -15,7 +15,7 @@ SLOT="0"
 KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
-   dev-python/async_timeout[${PYTHON_USEDEP}]
+   dev-python/async-timeout[${PYTHON_USEDEP}]
dev-python/typing-extensions[${PYTHON_USEDEP}]
 "
 BDEPEND="

diff --git a/dev-python/async_timeout/Manifest 
b/dev-python/async-timeout/Manifest
similarity index 100%
rename from dev-python/async_timeout/Manifest
rename to dev-python/async-timeout/Manifest

diff --git a/dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild 
b/dev-python/async-timeout/async-timeout-4.0.2-r1.ebuild
similarity index 100%
rename from dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild
rename to dev-python/async-timeout/async-timeout-4.0.2-r1.ebuild

diff --git a/dev-python/async_timeout/metadata.xml 
b/dev-python/async-timeout/metadata.xml
similarity index 100%
rename from dev-python/async_timeout/metadata.xml
rename to dev-python/async-timeout/metadata.xml

diff --git a/dev-python/jeepney/jeepney-0.8.0.ebuild 
b/dev-python/jeepney/jeepney-0.8.0.ebuild
index 36a4c43e75e3..93b70d360eac 100644
--- a/dev-python/jeepney/jeepney-0.8.0.ebuild
+++ b/dev-python/jeepney/jeepney-0.8.0.ebuild
@@ -19,7 +19,7 @@ IUSE="examples"
 
 BDEPEND="
test? (
-   dev-python/async_timeout[${PYTHON_USEDEP}]
+   dev-python/async-timeout[${PYTHON_USEDEP}]
>=dev-python/pytest-asyncio-0.7.1[${PYTHON_USEDEP}]
dev-python/testpath[${PYTHON_USEDEP}]
sys-apps/dbus

diff --git a/dev-python/python-socks/python-socks-2.0.3.ebuild 
b/dev-python/python-socks/python-socks-2.0.3.ebuild
index 

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

2022-06-21 Thread Arthur Zamarin
commit: 7d009ca5aba81623f665cae0058cb1ae567d46be
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jun 21 18:33:58 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jun 21 18:33:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d009ca5

dev-python/async_timeout: drop 4.0.2

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

 .../async_timeout/async_timeout-4.0.2.ebuild   | 36 --
 1 file changed, 36 deletions(-)

diff --git a/dev-python/async_timeout/async_timeout-4.0.2.ebuild 
b/dev-python/async_timeout/async_timeout-4.0.2.ebuild
deleted file mode 100644
index cb5cb2173588..
--- a/dev-python/async_timeout/async_timeout-4.0.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-MY_P=${PN/_/-}-${PV}
-DESCRIPTION="Timeout context manager for asyncio programs"
-HOMEPAGE="https://github.com/aio-libs/async-timeout;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # remove pointless dep on pytest-cov
-   sed -i -e '/addopts/d' setup.cfg || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   epytest -p no:aiohttp
-}



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

2022-06-21 Thread Arthur Zamarin
commit: 35544dbbc34bfcea8a02d05faf921a391ae66199
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Jun 21 18:29:18 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Jun 21 18:29:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35544dbb

dev-python/async_timeout: Stabilize 4.0.2-r1 ALLARCHES, #853580

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

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

diff --git a/dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild 
b/dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild
index a32ca06d14eb..ba37e31e4c08 100644
--- a/dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild
+++ b/dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild
@@ -19,7 +19,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86 ~x64-macos"
 
 BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]



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

2022-05-20 Thread Andrew Ammerlaan
commit: 8b9cc01b9744e4919ac30b8df74b6454226ac944
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Fri May 20 17:43:18 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Fri May 20 18:01:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b9cc01b

dev-python/async_timeout: enable py3.11

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

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

diff --git a/dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild 
b/dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild
index 226c647c7974..a32ca06d14eb 100644
--- a/dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild
+++ b/dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 
 inherit distutils-r1
 



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

2022-05-18 Thread Michał Górny
commit: b13b6a521a1fc17b87c99810a0b5968c6d70aefd
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 18 16:03:08 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 18 16:59:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b13b6a52

dev-python/async_timeout: Use PEP517 build

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

 .../async_timeout/async_timeout-4.0.2-r1.ebuild| 41 ++
 1 file changed, 41 insertions(+)

diff --git a/dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild 
b/dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild
new file mode 100644
index ..226c647c7974
--- /dev/null
+++ b/dev-python/async_timeout/async_timeout-4.0.2-r1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+MY_P=${PN/_/-}-${PV}
+DESCRIPTION="Timeout context manager for asyncio programs"
+HOMEPAGE="
+   https://github.com/aio-libs/async-timeout/
+   https://pypi.org/project/async-timeout/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86 ~x64-macos"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # remove pointless dep on pytest-cov
+   sed -i -e '/addopts/d' setup.cfg || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   epytest -p no:aiohttp
+}



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

2022-04-25 Thread Sam James
commit: a6284c2bfcd972c23983da8f66fad033858c3eac
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 25 18:41:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 25 18:41:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6284c2b

dev-python/async_timeout: Keyword 4.0.2 s390, #840824

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

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

diff --git a/dev-python/async_timeout/async_timeout-4.0.2.ebuild 
b/dev-python/async_timeout/async_timeout-4.0.2.ebuild
index 3b59e458a929..7238c29d32ed 100644
--- a/dev-python/async_timeout/async_timeout-4.0.2.ebuild
+++ b/dev-python/async_timeout/async_timeout-4.0.2.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 
~x64-macos"
 
 BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]



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

2022-01-20 Thread Michał Górny
commit: 5aec68724c4be3f94d78445a03c1f906da387c89
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jan 20 14:18:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jan 20 14:20:21 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5aec6872

dev-python/async_timeout: Remove old

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

 dev-python/async_timeout/Manifest  |   2 -
 .../async_timeout/async_timeout-3.0.1.ebuild   |  37 --
 .../async_timeout/async_timeout-4.0.1.ebuild   |  38 --
 .../files/async_timeout-3.0.1-fix-py3.10.patch | 387 -
 4 files changed, 464 deletions(-)

diff --git a/dev-python/async_timeout/Manifest 
b/dev-python/async_timeout/Manifest
index 093108feba67..d2f3d5fd58b2 100644
--- a/dev-python/async_timeout/Manifest
+++ b/dev-python/async_timeout/Manifest
@@ -1,3 +1 @@
-DIST async-timeout-3.0.1.tar.gz 9724 BLAKE2B 
f18ae75969b7048469fe22949f25ea25da3fdbf08b98a16b5d5ffe823060a75e6de9ed764727e08d4344c79426e9c89013d49522f20ed62e6fbe912b5c7a8787
 SHA512 
fd30842671a79edfd52c7350e7fb2120533a6d97b44975f7b071ce2cbde43443bd5bbe1f2ad0ad3ab2156e1987b9e58e0c149b0ecfea8674eb0cb78eee79c986
-DIST async-timeout-4.0.1.tar.gz 8030 BLAKE2B 
73bb3f38d33608d120a0d633231bc781b9b5530d80a08c98370ab9100486bda5fd9d7a68ae6b16315bf306a75690897d724fa5db318847803bc445074908e650
 SHA512 
24a72daf9e0737d0be351a35ff28242dea735bed33f06d9865a71983b1341693c80856c0668d6a485bccc8cf7b9adde33fa904e94bf4730e4a678216e572d119
 DIST async-timeout-4.0.2.tar.gz 8221 BLAKE2B 
ebcb2ef956590e265bbdecc223a877e7260750aecf5b631c6af1f335ce57b51579467901e2344bfa8495010eb1e6e7a39adfd4b6311483d63e0674221888d1f7
 SHA512 
e9884a525b99bc1a3a15c958a1dbb25a92cb286bb7360b03b0be3198e61685970628c8fef6dc478beba3f031e0ff6f03b1fcc3c2c34032d7fea6f8b65850ac38

diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
deleted file mode 100644
index 72fa7f086448..
--- a/dev-python/async_timeout/async_timeout-3.0.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..10} pypy3 )
-
-inherit distutils-r1
-
-MY_P=${PN/_/-}-${PV}
-DESCRIPTION="Timeout context manager for asyncio programs"
-HOMEPAGE="https://github.com/aio-libs/async-timeout;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )"
-
-PATCHES=( "${FILESDIR}/${P}-fix-py3.10.patch" )
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # remove pointless dep on pytest-cov
-   sed -i -e '/addopts/d' setup.cfg || die
-   # tests fail due to missing fixture when trying to load this file
-   rm tests/conftest.py || die
-   distutils-r1_python_prepare_all
-}

diff --git a/dev-python/async_timeout/async_timeout-4.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-4.0.1.ebuild
deleted file mode 100644
index deb375553838..
--- a/dev-python/async_timeout/async_timeout-4.0.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=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-MY_P=${PN/_/-}-${PV}
-DESCRIPTION="Timeout context manager for asyncio programs"
-HOMEPAGE="https://github.com/aio-libs/async-timeout;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
-
-RDEPEND="
-   dev-python/typing-extensions[${PYTHON_USEDEP}]"
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # remove pointless dep on pytest-cov
-   sed -i -e '/addopts/d' setup.cfg || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   epytest -p no:aiohttp
-}

diff --git 
a/dev-python/async_timeout/files/async_timeout-3.0.1-fix-py3.10.patch 
b/dev-python/async_timeout/files/async_timeout-3.0.1-fix-py3.10.patch
deleted file mode 100644
index 5bfdcf2e6dab..
--- a/dev-python/async_timeout/files/async_timeout-3.0.1-fix-py3.10.patch
+++ /dev/null
@@ -1,387 +0,0 @@
-diff --git a/tests/test_py35.py b/tests/test_py35.py
-index 00bb7f0..7d88d99 100644
 a/tests/test_py35.py
-+++ b/tests/test_py35.py
-@@ -4,30 +4,32 @@ import pytest
- 
- from 

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

2022-01-20 Thread Arthur Zamarin
commit: dc91f3e47233618ff10730b440b81b7206162d89
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Jan 20 09:06:18 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Jan 20 09:06:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc91f3e4

dev-python/async_timeout: Stabilize 4.0.2 ALLARCHES, #831548

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

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

diff --git a/dev-python/async_timeout/async_timeout-4.0.2.ebuild 
b/dev-python/async_timeout/async_timeout-4.0.2.ebuild
index 2f3850143bcd..3b59e458a929 100644
--- a/dev-python/async_timeout/async_timeout-4.0.2.ebuild
+++ b/dev-python/async_timeout/async_timeout-4.0.2.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=8
@@ -14,7 +14,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
 
 BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]



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

2021-12-20 Thread Michał Górny
commit: 4df1b49d9af991d4638524435d3d3c411d380e10
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 20 22:11:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 20 23:10:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4df1b49d

dev-python/async_timeout: Bump to 4.0.2

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

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

diff --git a/dev-python/async_timeout/Manifest 
b/dev-python/async_timeout/Manifest
index 430fc6d9d860..093108feba67 100644
--- a/dev-python/async_timeout/Manifest
+++ b/dev-python/async_timeout/Manifest
@@ -1,2 +1,3 @@
 DIST async-timeout-3.0.1.tar.gz 9724 BLAKE2B 
f18ae75969b7048469fe22949f25ea25da3fdbf08b98a16b5d5ffe823060a75e6de9ed764727e08d4344c79426e9c89013d49522f20ed62e6fbe912b5c7a8787
 SHA512 
fd30842671a79edfd52c7350e7fb2120533a6d97b44975f7b071ce2cbde43443bd5bbe1f2ad0ad3ab2156e1987b9e58e0c149b0ecfea8674eb0cb78eee79c986
 DIST async-timeout-4.0.1.tar.gz 8030 BLAKE2B 
73bb3f38d33608d120a0d633231bc781b9b5530d80a08c98370ab9100486bda5fd9d7a68ae6b16315bf306a75690897d724fa5db318847803bc445074908e650
 SHA512 
24a72daf9e0737d0be351a35ff28242dea735bed33f06d9865a71983b1341693c80856c0668d6a485bccc8cf7b9adde33fa904e94bf4730e4a678216e572d119
+DIST async-timeout-4.0.2.tar.gz 8221 BLAKE2B 
ebcb2ef956590e265bbdecc223a877e7260750aecf5b631c6af1f335ce57b51579467901e2344bfa8495010eb1e6e7a39adfd4b6311483d63e0674221888d1f7
 SHA512 
e9884a525b99bc1a3a15c958a1dbb25a92cb286bb7360b03b0be3198e61685970628c8fef6dc478beba3f031e0ff6f03b1fcc3c2c34032d7fea6f8b65850ac38

diff --git a/dev-python/async_timeout/async_timeout-4.0.2.ebuild 
b/dev-python/async_timeout/async_timeout-4.0.2.ebuild
new file mode 100644
index ..2f3850143bcd
--- /dev/null
+++ b/dev-python/async_timeout/async_timeout-4.0.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+MY_P=${PN/_/-}-${PV}
+DESCRIPTION="Timeout context manager for asyncio programs"
+HOMEPAGE="https://github.com/aio-libs/async-timeout;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # remove pointless dep on pytest-cov
+   sed -i -e '/addopts/d' setup.cfg || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   epytest -p no:aiohttp
+}



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

2021-12-02 Thread Michał Górny
commit: 03c48972b1e0c8faaa03e12302a497c9d2edabd5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec  2 09:37:28 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec  2 09:38:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03c48972

dev-python/async_timeout: Remove old

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

 dev-python/async_timeout/Manifest  |  2 --
 .../async_timeout/async_timeout-4.0.0.ebuild   | 37 --
 .../async_timeout-4.0.0_alpha3.ebuild  | 36 -
 3 files changed, 75 deletions(-)

diff --git a/dev-python/async_timeout/Manifest 
b/dev-python/async_timeout/Manifest
index 697283481f4f..430fc6d9d860 100644
--- a/dev-python/async_timeout/Manifest
+++ b/dev-python/async_timeout/Manifest
@@ -1,4 +1,2 @@
 DIST async-timeout-3.0.1.tar.gz 9724 BLAKE2B 
f18ae75969b7048469fe22949f25ea25da3fdbf08b98a16b5d5ffe823060a75e6de9ed764727e08d4344c79426e9c89013d49522f20ed62e6fbe912b5c7a8787
 SHA512 
fd30842671a79edfd52c7350e7fb2120533a6d97b44975f7b071ce2cbde43443bd5bbe1f2ad0ad3ab2156e1987b9e58e0c149b0ecfea8674eb0cb78eee79c986
-DIST async-timeout-4.0.0.tar.gz 8258 BLAKE2B 
7a3edee9491aba11e59ef6bf7c07b9e3f00e97bf42e69adac92a23d89715e2c90dbf9e431c146c20e44b05ed47905cfd5afa41fd04df63315d9f347a6b8f70f1
 SHA512 
92716106b42ad3746c9873649b44d414da08f75cd507a0dc45d764270bcbd6f483c149e5cebe1a4c36f5cd02397c21b67b92a0475117d9dea17c580e422cf4da
-DIST async-timeout-4.0.0a3.tar.gz 11386 BLAKE2B 
8918878c4edd64c70d831ddd05e3235c3c7cc116a99755205b7624df52cacfb61bf4e80083c85d93e420fbf18e7da16ee3ebc796c5a4890e2801885b670a494a
 SHA512 
04775ea30ffba90a4b604ef040df24a6a2711fd3e2c3b45d1ab87ae3487f216458f44bbfb2c85498bef286acca90af43d8b3b95cf22244027c0a48494ef84e7a
 DIST async-timeout-4.0.1.tar.gz 8030 BLAKE2B 
73bb3f38d33608d120a0d633231bc781b9b5530d80a08c98370ab9100486bda5fd9d7a68ae6b16315bf306a75690897d724fa5db318847803bc445074908e650
 SHA512 
24a72daf9e0737d0be351a35ff28242dea735bed33f06d9865a71983b1341693c80856c0668d6a485bccc8cf7b9adde33fa904e94bf4730e4a678216e572d119

diff --git a/dev-python/async_timeout/async_timeout-4.0.0.ebuild 
b/dev-python/async_timeout/async_timeout-4.0.0.ebuild
deleted file mode 100644
index b5f424cc0c74..
--- a/dev-python/async_timeout/async_timeout-4.0.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-MY_P=${PN/_/-}-${PV}
-DESCRIPTION="Timeout context manager for asyncio programs"
-HOMEPAGE="https://github.com/aio-libs/async-timeout;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # remove pointless dep on pytest-cov
-   sed -i -e '/addopts/d' setup.cfg || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   epytest -p no:aiohttp
-}

diff --git a/dev-python/async_timeout/async_timeout-4.0.0_alpha3.ebuild 
b/dev-python/async_timeout/async_timeout-4.0.0_alpha3.ebuild
deleted file mode 100644
index ec9fda7ab9ba..
--- a/dev-python/async_timeout/async_timeout-4.0.0_alpha3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-MY_P=${PN/_/-}-${PV/_alpha/a}
-DESCRIPTION="Timeout context manager for asyncio programs"
-HOMEPAGE="https://github.com/aio-libs/async-timeout;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-S=${WORKDIR}/${MY_P}
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
-
-BDEPEND="
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # remove pointless dep on pytest-cov
-   sed -i -e '/addopts/d' setup.cfg || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   epytest -p no:aiohttp
-}



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

2021-12-02 Thread Arthur Zamarin
commit: 9fdfc025db51ec55cd6ba8e638b0fcc40193ee95
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Dec  2 08:54:49 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Dec  2 08:56:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9fdfc025

dev-python/async_timeout: Stabilize 4.0.1 ALLARCHES, #827979

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

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

diff --git a/dev-python/async_timeout/async_timeout-4.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-4.0.1.ebuild
index 8f81e5f9664a..deb375553838 100644
--- a/dev-python/async_timeout/async_timeout-4.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-4.0.1.ebuild
@@ -14,7 +14,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
 
 RDEPEND="
dev-python/typing-extensions[${PYTHON_USEDEP}]"



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

2021-11-10 Thread Michał Górny
commit: 25822c354d2faba629986da56530bf2b944fa7f7
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 10 21:26:02 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 10 22:34:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25822c35

dev-python/async_timeout: Bump to 4.0.1

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

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

diff --git a/dev-python/async_timeout/Manifest 
b/dev-python/async_timeout/Manifest
index 2a4ec1b8f08..697283481f4 100644
--- a/dev-python/async_timeout/Manifest
+++ b/dev-python/async_timeout/Manifest
@@ -1,3 +1,4 @@
 DIST async-timeout-3.0.1.tar.gz 9724 BLAKE2B 
f18ae75969b7048469fe22949f25ea25da3fdbf08b98a16b5d5ffe823060a75e6de9ed764727e08d4344c79426e9c89013d49522f20ed62e6fbe912b5c7a8787
 SHA512 
fd30842671a79edfd52c7350e7fb2120533a6d97b44975f7b071ce2cbde43443bd5bbe1f2ad0ad3ab2156e1987b9e58e0c149b0ecfea8674eb0cb78eee79c986
 DIST async-timeout-4.0.0.tar.gz 8258 BLAKE2B 
7a3edee9491aba11e59ef6bf7c07b9e3f00e97bf42e69adac92a23d89715e2c90dbf9e431c146c20e44b05ed47905cfd5afa41fd04df63315d9f347a6b8f70f1
 SHA512 
92716106b42ad3746c9873649b44d414da08f75cd507a0dc45d764270bcbd6f483c149e5cebe1a4c36f5cd02397c21b67b92a0475117d9dea17c580e422cf4da
 DIST async-timeout-4.0.0a3.tar.gz 11386 BLAKE2B 
8918878c4edd64c70d831ddd05e3235c3c7cc116a99755205b7624df52cacfb61bf4e80083c85d93e420fbf18e7da16ee3ebc796c5a4890e2801885b670a494a
 SHA512 
04775ea30ffba90a4b604ef040df24a6a2711fd3e2c3b45d1ab87ae3487f216458f44bbfb2c85498bef286acca90af43d8b3b95cf22244027c0a48494ef84e7a
+DIST async-timeout-4.0.1.tar.gz 8030 BLAKE2B 
73bb3f38d33608d120a0d633231bc781b9b5530d80a08c98370ab9100486bda5fd9d7a68ae6b16315bf306a75690897d724fa5db318847803bc445074908e650
 SHA512 
24a72daf9e0737d0be351a35ff28242dea735bed33f06d9865a71983b1341693c80856c0668d6a485bccc8cf7b9adde33fa904e94bf4730e4a678216e572d119

diff --git a/dev-python/async_timeout/async_timeout-4.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-4.0.1.ebuild
new file mode 100644
index 000..8f81e5f9664
--- /dev/null
+++ b/dev-python/async_timeout/async_timeout-4.0.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+MY_P=${PN/_/-}-${PV}
+DESCRIPTION="Timeout context manager for asyncio programs"
+HOMEPAGE="https://github.com/aio-libs/async-timeout;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+
+RDEPEND="
+   dev-python/typing-extensions[${PYTHON_USEDEP}]"
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # remove pointless dep on pytest-cov
+   sed -i -e '/addopts/d' setup.cfg || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   epytest -p no:aiohttp
+}



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

2021-11-06 Thread Piotr Karbowski
commit: c400df8f3171264fd091fc798b59dff316d36b2d
Author: Piotr Karbowski  gentoo  org>
AuthorDate: Sat Nov  6 12:47:48 2021 +
Commit: Piotr Karbowski  gentoo  org>
CommitDate: Sat Nov  6 12:48:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c400df8f

dev-python/async_timeout: 4.0.0: add missing dependency on 
dev-python/typing-extensions

Signed-off-by: Piotr Karbowski  gentoo.org>

 dev-python/async_timeout/async_timeout-4.0.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/async_timeout/async_timeout-4.0.0.ebuild 
b/dev-python/async_timeout/async_timeout-4.0.0.ebuild
index 2f3850143bc..b5f424cc0c7 100644
--- a/dev-python/async_timeout/async_timeout-4.0.0.ebuild
+++ b/dev-python/async_timeout/async_timeout-4.0.0.ebuild
@@ -18,6 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 
~riscv ~sparc ~x86 ~
 
 BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
test? (
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
dev-python/pytest-asyncio[${PYTHON_USEDEP}]



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

2021-11-01 Thread Michał Górny
commit: a8f4f4c9c0ce5d25bfb931717d88f5fd71f4ad28
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  1 21:51:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  1 22:16:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8f4f4c9

dev-python/async_timeout: Bump to 4.0.0

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

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

diff --git a/dev-python/async_timeout/Manifest 
b/dev-python/async_timeout/Manifest
index 8679d7982d2..2a4ec1b8f08 100644
--- a/dev-python/async_timeout/Manifest
+++ b/dev-python/async_timeout/Manifest
@@ -1,2 +1,3 @@
 DIST async-timeout-3.0.1.tar.gz 9724 BLAKE2B 
f18ae75969b7048469fe22949f25ea25da3fdbf08b98a16b5d5ffe823060a75e6de9ed764727e08d4344c79426e9c89013d49522f20ed62e6fbe912b5c7a8787
 SHA512 
fd30842671a79edfd52c7350e7fb2120533a6d97b44975f7b071ce2cbde43443bd5bbe1f2ad0ad3ab2156e1987b9e58e0c149b0ecfea8674eb0cb78eee79c986
+DIST async-timeout-4.0.0.tar.gz 8258 BLAKE2B 
7a3edee9491aba11e59ef6bf7c07b9e3f00e97bf42e69adac92a23d89715e2c90dbf9e431c146c20e44b05ed47905cfd5afa41fd04df63315d9f347a6b8f70f1
 SHA512 
92716106b42ad3746c9873649b44d414da08f75cd507a0dc45d764270bcbd6f483c149e5cebe1a4c36f5cd02397c21b67b92a0475117d9dea17c580e422cf4da
 DIST async-timeout-4.0.0a3.tar.gz 11386 BLAKE2B 
8918878c4edd64c70d831ddd05e3235c3c7cc116a99755205b7624df52cacfb61bf4e80083c85d93e420fbf18e7da16ee3ebc796c5a4890e2801885b670a494a
 SHA512 
04775ea30ffba90a4b604ef040df24a6a2711fd3e2c3b45d1ab87ae3487f216458f44bbfb2c85498bef286acca90af43d8b3b95cf22244027c0a48494ef84e7a

diff --git a/dev-python/async_timeout/async_timeout-4.0.0.ebuild 
b/dev-python/async_timeout/async_timeout-4.0.0.ebuild
new file mode 100644
index 000..2f3850143bc
--- /dev/null
+++ b/dev-python/async_timeout/async_timeout-4.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+MY_P=${PN/_/-}-${PV}
+DESCRIPTION="Timeout context manager for asyncio programs"
+HOMEPAGE="https://github.com/aio-libs/async-timeout;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # remove pointless dep on pytest-cov
+   sed -i -e '/addopts/d' setup.cfg || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   epytest -p no:aiohttp
+}



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

2021-11-01 Thread Michał Górny
commit: 833bbfa9b6ef4440d91fcdd6643cbedf85b2addc
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov  1 07:50:17 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov  1 08:32:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=833bbfa9

dev-python/async_timeout: Bump to 4.0.0a3

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

 dev-python/async_timeout/Manifest  |  1 +
 .../async_timeout-4.0.0_alpha3.ebuild  | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/dev-python/async_timeout/Manifest 
b/dev-python/async_timeout/Manifest
index f929a7fd11e..8679d7982d2 100644
--- a/dev-python/async_timeout/Manifest
+++ b/dev-python/async_timeout/Manifest
@@ -1 +1,2 @@
 DIST async-timeout-3.0.1.tar.gz 9724 BLAKE2B 
f18ae75969b7048469fe22949f25ea25da3fdbf08b98a16b5d5ffe823060a75e6de9ed764727e08d4344c79426e9c89013d49522f20ed62e6fbe912b5c7a8787
 SHA512 
fd30842671a79edfd52c7350e7fb2120533a6d97b44975f7b071ce2cbde43443bd5bbe1f2ad0ad3ab2156e1987b9e58e0c149b0ecfea8674eb0cb78eee79c986
+DIST async-timeout-4.0.0a3.tar.gz 11386 BLAKE2B 
8918878c4edd64c70d831ddd05e3235c3c7cc116a99755205b7624df52cacfb61bf4e80083c85d93e420fbf18e7da16ee3ebc796c5a4890e2801885b670a494a
 SHA512 
04775ea30ffba90a4b604ef040df24a6a2711fd3e2c3b45d1ab87ae3487f216458f44bbfb2c85498bef286acca90af43d8b3b95cf22244027c0a48494ef84e7a

diff --git a/dev-python/async_timeout/async_timeout-4.0.0_alpha3.ebuild 
b/dev-python/async_timeout/async_timeout-4.0.0_alpha3.ebuild
new file mode 100644
index 000..ec9fda7ab9b
--- /dev/null
+++ b/dev-python/async_timeout/async_timeout-4.0.0_alpha3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+MY_P=${PN/_/-}-${PV/_alpha/a}
+DESCRIPTION="Timeout context manager for asyncio programs"
+HOMEPAGE="https://github.com/aio-libs/async-timeout;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~x64-macos"
+
+BDEPEND="
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # remove pointless dep on pytest-cov
+   sed -i -e '/addopts/d' setup.cfg || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   epytest -p no:aiohttp
+}



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

2021-08-02 Thread Michał Górny
commit: 25534f6f30b5f34d50e7cd63fcf8ad4b81da5b7d
Author: Arthur Zamarin  gmail  com>
AuthorDate: Fri Jul 30 06:20:30 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Aug  2 08:40:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25534f6f

dev-python/async_timeout: enable pypy3

Signed-off-by: Arthur Zamarin  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
index 33755ac4a21..72fa7f08644 100644
--- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
 
 inherit distutils-r1
 



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

2021-07-29 Thread Michał Górny
commit: 0edc81fb7529ec388c628266d9584d6fb3464467
Author: Arthur Zamarin  gmail  com>
AuthorDate: Sat Jul 24 16:14:32 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 29 18:46:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0edc81fb

dev-python/async_timeout: enable py3.10

needed to import from upstream fixes for tests
patch doesn't change other parts outside tests

Signed-off-by: Arthur Zamarin  gmail.com>
Signed-off-by: Michał Górny  gentoo.org>

 .../async_timeout/async_timeout-3.0.1.ebuild   |   6 +-
 .../files/async_timeout-3.0.1-fix-py3.10.patch | 387 +
 2 files changed, 392 insertions(+), 1 deletion(-)

diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
index f4022958304..33755ac4a21 100644
--- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
@@ -2,7 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{8..9} )
+
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -20,8 +21,11 @@ BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
)"
 
+PATCHES=( "${FILESDIR}/${P}-fix-py3.10.patch" )
+
 distutils_enable_tests pytest
 
 python_prepare_all() {

diff --git 
a/dev-python/async_timeout/files/async_timeout-3.0.1-fix-py3.10.patch 
b/dev-python/async_timeout/files/async_timeout-3.0.1-fix-py3.10.patch
new file mode 100644
index 000..5bfdcf2e6da
--- /dev/null
+++ b/dev-python/async_timeout/files/async_timeout-3.0.1-fix-py3.10.patch
@@ -0,0 +1,387 @@
+diff --git a/tests/test_py35.py b/tests/test_py35.py
+index 00bb7f0..7d88d99 100644
+--- a/tests/test_py35.py
 b/tests/test_py35.py
+@@ -4,30 +4,32 @@ import pytest
+ 
+ from async_timeout import timeout
+ 
+-pytestmark = pytest.mark.asyncio
+ 
+-
+-async def test_async_timeout(loop):
++@pytest.mark.asyncio
++async def test_async_timeout():
+ with pytest.raises(asyncio.TimeoutError):
+-async with timeout(0.01, loop=loop) as cm:
+-await asyncio.sleep(10, loop=loop)
++async with timeout(0.01) as cm:
++await asyncio.sleep(10)
+ assert cm.expired
+ 
+ 
+-async def test_async_no_timeout(loop):
+-async with timeout(1, loop=loop) as cm:
+-await asyncio.sleep(0, loop=loop)
++@pytest.mark.asyncio
++async def test_async_no_timeout():
++async with timeout(1) as cm:
++await asyncio.sleep(0)
+ assert not cm.expired
+ 
+ 
+-async def test_async_zero(loop):
++@pytest.mark.asyncio
++async def test_async_zero():
+ with pytest.raises(asyncio.TimeoutError):
+-async with timeout(0, loop=loop) as cm:
+-await asyncio.sleep(10, loop=loop)
++async with timeout(0) as cm:
++await asyncio.sleep(10)
+ assert cm.expired
+ 
+ 
+-async def test_async_zero_coro_not_started(loop):
++@pytest.mark.asyncio
++async def test_async_zero_coro_not_started():
+ coro_started = False
+ 
+ async def coro():
+@@ -35,8 +37,8 @@ async def test_async_zero_coro_not_started(loop):
+ coro_started = True
+ 
+ with pytest.raises(asyncio.TimeoutError):
+-async with timeout(0, loop=loop) as cm:
+-await asyncio.sleep(0, loop=loop)
++async with timeout(0) as cm:
++await asyncio.sleep(0)
+ await coro()
+ 
+ assert cm.expired
+diff --git a/tests/test_timeout.py b/tests/test_timeout.py
+index 8915546..b1cb3c7 100644
+--- a/tests/test_timeout.py
 b/tests/test_timeout.py
+@@ -6,89 +6,69 @@ import pytest
+ 
+ from async_timeout import timeout
+ 
+-from asyncio import ensure_future
+-
+-
+-def create_future(loop):
+-"""Compatibility wrapper for the loop.create_future() call introduced in
+-3.5.2."""
+-if hasattr(loop, 'create_future'):
+-return loop.create_future()
+-else:
+-return asyncio.Future(loop=loop)
+-
+ 
+ @pytest.mark.asyncio
+-async def test_timeout(loop):
++async def test_timeout():
+ canceled_raised = False
+ 
+ async def long_running_task():
+ try:
+-await asyncio.sleep(10, loop=loop)
++await asyncio.sleep(10)
+ except asyncio.CancelledError:
+ nonlocal canceled_raised
+ canceled_raised = True
+ raise
+ 
+ with pytest.raises(asyncio.TimeoutError):
+-with timeout(0.01, loop=loop) as t:
++with timeout(0.01) as t:
+ await long_running_task()
+-assert t._loop is loop
++assert t._loop is asyncio.get_event_loop()
+ assert canceled_raised, 'CancelledError was not raised'
+ 
+ 
+ @pytest.mark.asyncio
+-async def test_timeout_finish_in_time(loop):
++async def test_timeout_finish_in_time():
+ async 

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

2021-06-19 Thread Michał Górny
commit: 9f8de1af2f738df5061caa1e4425c88cead9d96f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jun 19 12:25:01 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jun 19 12:26:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8de1af

dev-python/async_timeout: Modernize

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

 dev-python/async_timeout/async_timeout-3.0.1.ebuild | 17 ++---
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
index 617296b6377..f4022958304 100644
--- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -10,21 +10,20 @@ MY_P=${PN/_/-}-${PV}
 DESCRIPTION="Timeout context manager for asyncio programs"
 HOMEPAGE="https://github.com/aio-libs/async-timeout;
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+S=${WORKDIR}/${MY_P}
 
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
-IUSE="test"
-RESTRICT="!test? ( test )"
-S=${WORKDIR}/${MY_P}
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+BDEPEND="
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
-   dev-python/pytest[${PYTHON_USEDEP}]
dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
)"
 
+distutils_enable_tests pytest
+
 python_prepare_all() {
# remove pointless dep on pytest-cov
sed -i -e '/addopts/d' setup.cfg || die
@@ -32,7 +31,3 @@ python_prepare_all() {
rm tests/conftest.py || die
distutils-r1_python_prepare_all
 }
-
-python_test() {
-   pytest -vv || die "Tests fail with ${EPYTHON}"
-}



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

2020-12-11 Thread Sergei Trofimovich
commit: e670c17a766a87cbfd739614419f86203e786eb6
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Dec 11 13:49:42 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Dec 11 18:05:55 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e670c17a

dev-python/async_timeout: stable 3.0.1 for hppa, bug #749477

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
index f0b58a1475f..ee351a5af79 100644
--- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 S=${WORKDIR}/${MY_P}



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

2020-11-28 Thread Sam James
commit: 62876d05ba77487e3807f473018eede4772db2b2
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 15:36:25 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 15:36:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62876d05

dev-python/async_timeout: ~x64-macos keyworded

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
index b6b0dc7c171..f0b58a1475f 100644
--- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86 
~x64-macos"
 IUSE="test"
 RESTRICT="!test? ( test )"
 S=${WORKDIR}/${MY_P}



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

2020-11-28 Thread Sam James
commit: 467bdf08e4fcd4abb3fb33c3956837614d50183e
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov 28 15:35:53 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov 28 15:35:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=467bdf08

dev-python/async_timeout: mark ALLARCHES

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/async_timeout/metadata.xml 
b/dev-python/async_timeout/metadata.xml
index 897d9765df4..50d0852ebd2 100644
--- a/dev-python/async_timeout/metadata.xml
+++ b/dev-python/async_timeout/metadata.xml
@@ -7,6 +7,7 @@

pyt...@gentoo.org

+   

async_timeout
aio-libs/async_timeout



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

2020-11-26 Thread Sam James
commit: 9f2d27749f26a10a33d297635a8defa725b5a4e6
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 26 19:02:05 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 26 19:02:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f2d2774

dev-python/async_timeout: Stabilize 3.0.1 ppc64, #749477

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

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

diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
index 7d01d38df84..b6b0dc7c171 100644
--- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 S=${WORKDIR}/${MY_P}



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

2020-11-26 Thread Sam James
commit: e388ab9a4fbb2b6ed00965703e416908e79adc2b
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 26 13:14:24 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 26 13:14:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e388ab9a

dev-python/async_timeout: Stabilize 3.0.1 ppc, #749477

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

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

diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
index be6dbf2b4bc..7d01d38df84 100644
--- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 S=${WORKDIR}/${MY_P}



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

2020-11-23 Thread Sergei Trofimovich
commit: f7546eb5c46c7f2478afc5dfa18b95bcacb3698c
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Nov 23 16:23:58 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Mon Nov 23 16:38:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7546eb5

dev-python/async_timeout: stable 3.0.1 for sparc, bug #749477

Package-Manager: Portage-3.0.9, Repoman-3.0.2
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
index 21194c01f37..be6dbf2b4bc 100644
--- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 S=${WORKDIR}/${MY_P}



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

2020-10-06 Thread Sam James
commit: f78250f7ec13dab68314521622eb6396e5c99051
Author: Sam James  gentoo  org>
AuthorDate: Wed Oct  7 00:49:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Oct  7 01:01:56 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78250f7

dev-python/async_timeout: Stabilize 3.0.1 arm, #745552

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

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

diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
index dc813583239..21194c01f37 100644
--- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 S=${WORKDIR}/${MY_P}



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

2020-10-04 Thread Sergei Trofimovich
commit: 2e9c68bcb2ce450c70d40a7f1e8a469aa6876216
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Sun Oct  4 19:28:58 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Oct  4 19:49:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e9c68bc

dev-python/async_timeout: keyworded 3.0.1 for hppa, bug #737618

Package-Manager: Portage-3.0.4, Repoman-3.0.1
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
index e89294b1863..dc813583239 100644
--- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 S=${WORKDIR}/${MY_P}



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

2020-09-30 Thread Sam James
commit: 8f0d1ffc643e4b96eef1b7dcd104ffa4d9891340
Author: Sam James  gentoo  org>
AuthorDate: Wed Sep 30 20:19:46 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Sep 30 20:19:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0d1ffc

dev-python/async_timeout: Stabilize 3.0.1 arm64, #745552

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

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

diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
index 618cfd9b570..e89294b1863 100644
--- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 S=${WORKDIR}/${MY_P}



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

2020-09-27 Thread Matt Turner
commit: 4284c1528024f9eb1d5db151cc8d76b73b436990
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Sep 27 06:41:12 2020 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Sep 27 06:41:25 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4284c152

dev-python/async_timeout: Keyword 3.0.1 alpha, #737618

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

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

diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
index a9291b7803c..618cfd9b570 100644
--- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 S=${WORKDIR}/${MY_P}



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

2020-09-12 Thread Sam James
commit: 4ff1be4c06dcb95ac5be730419f430b23068c547
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 13 04:45:08 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 13 04:55:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ff1be4c

dev-python/async_timeout: Keyword 3.0.1 ppc, #737618

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

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

diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
index 35990a8b8b5..a9291b7803c 100644
--- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 S=${WORKDIR}/${MY_P}



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

2020-09-12 Thread Sam James
commit: 4f4d58122926a613de021b54d0fbfd14def85cce
Author: Sam James  gentoo  org>
AuthorDate: Sun Sep 13 03:26:52 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Sep 13 03:26:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f4d5812

dev-python/async_timeout: Keyword 3.0.1 sparc, #737618

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

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

diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
index 1f615d7ff7c..35990a8b8b5 100644
--- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc64 ~riscv ~sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 S=${WORKDIR}/${MY_P}



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

2020-08-25 Thread Sam James
commit: f6585547e3a4d1ae75f13551e5a09c3b4432b690
Author: Sam James  gentoo  org>
AuthorDate: Tue Aug 25 10:17:41 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 25 10:17:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6585547

dev-python/async_timeout: Keyword 3.0.1 ppc64, #737618

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

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

diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
index cb2456d5cf4..6bd8c5425b6 100644
--- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ia64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 ~ppc64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 S=${WORKDIR}/${MY_P}



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

2020-08-18 Thread Sergei Trofimovich
commit: 4793a30096c381688bfe33404fe844e53abe8148
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Tue Aug 18 21:52:25 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Tue Aug 18 21:53:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4793a300

dev-python/async_timeout: keyworded 3.0.1 for ia64

keyworded wrt bug #737618

Package-Manager: Portage-3.0.3, Repoman-3.0.0
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

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

diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
index b0788bc692f..cb2456d5cf4 100644
--- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ia64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 S=${WORKDIR}/${MY_P}



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

2020-06-12 Thread Michał Górny
commit: 806ef2d4bc8c1f962a7f23a5f5ec1225b1a8e46a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 12 14:56:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 12 15:40:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=806ef2d4

dev-python/async_timeout: Port to py3.9

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

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

diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
index 782e942a433..b0788bc692f 100644
--- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 
 inherit distutils-r1
 



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

2020-03-26 Thread Michał Górny
commit: deafba84d221045eb4cdf54d19889bdbbfb69f8c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 10:05:32 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 10:08:15 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deafba84

dev-python/async_timeout: Remove redundant versions

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

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

diff --git a/dev-python/async_timeout/Manifest 
b/dev-python/async_timeout/Manifest
index eb9bc6d772a..f929a7fd11e 100644
--- a/dev-python/async_timeout/Manifest
+++ b/dev-python/async_timeout/Manifest
@@ -1,2 +1 @@
-DIST async-timeout-2.0.1.tar.gz 10463 BLAKE2B 
a9c1ab7ffd249f1d4d07a37f07743923a890d11bb9ff913b37f45e9f7be1110eba9cd24ce741b71a353ae349aceccd66a1853ed985416a85cdb4faa46f341681
 SHA512 
cb66bdc286082ef5570a7e3aa420434f82bb4131e9527c499c693a21d72b3f3772922c0ce2ad68e7de5f95960061e508effda56be398356ea75d55272f534a86
 DIST async-timeout-3.0.1.tar.gz 9724 BLAKE2B 
f18ae75969b7048469fe22949f25ea25da3fdbf08b98a16b5d5ffe823060a75e6de9ed764727e08d4344c79426e9c89013d49522f20ed62e6fbe912b5c7a8787
 SHA512 
fd30842671a79edfd52c7350e7fb2120533a6d97b44975f7b071ce2cbde43443bd5bbe1f2ad0ad3ab2156e1987b9e58e0c149b0ecfea8674eb0cb78eee79c986

diff --git a/dev-python/async_timeout/async_timeout-2.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-2.0.1.ebuild
deleted file mode 100644
index b27f94dc93a..000
--- a/dev-python/async_timeout/async_timeout-2.0.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-MY_P=${PN/_/-}-${PV}
-DESCRIPTION="Timeout context manager for asyncio programs"
-HOMEPAGE="https://github.com/aio-libs/async-timeout;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-S=${WORKDIR}/${MY_P}
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? (
-   

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

2020-03-26 Thread Michał Górny
commit: 759a643ab1e8cc31a46c868df2b5d321ae02aff8
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 26 09:52:12 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 26 10:07:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=759a643a

dev-python/async_timeout: Remove redundant versions

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

 dev-python/async_timeout/Manifest  |  1 -
 .../async_timeout/async_timeout-1.2.1.ebuild   | 32 --
 2 files changed, 33 deletions(-)

diff --git a/dev-python/async_timeout/Manifest 
b/dev-python/async_timeout/Manifest
index 5362dd29f09..eb9bc6d772a 100644
--- a/dev-python/async_timeout/Manifest
+++ b/dev-python/async_timeout/Manifest
@@ -1,3 +1,2 @@
-DIST async-timeout-1.2.1.tar.gz 7797 BLAKE2B 
d8f736423631a2b2c0fb748eb2857e0f9a143af9591ddfae15d42ab13af33196a6624db5b0a705265269ed28c6c15a4e8cfe56143ccedac75a555ae62a82891b
 SHA512 
2072caeb65a74f1a24b59a4ea905ef96d70f8fb117e3dd9c95c1107b1d67ffaa4d76b68f00364049e6e29cdb0a6d247ba0c3638ccd0a8db27bd6ee0f180f9ccb
 DIST async-timeout-2.0.1.tar.gz 10463 BLAKE2B 
a9c1ab7ffd249f1d4d07a37f07743923a890d11bb9ff913b37f45e9f7be1110eba9cd24ce741b71a353ae349aceccd66a1853ed985416a85cdb4faa46f341681
 SHA512 
cb66bdc286082ef5570a7e3aa420434f82bb4131e9527c499c693a21d72b3f3772922c0ce2ad68e7de5f95960061e508effda56be398356ea75d55272f534a86
 DIST async-timeout-3.0.1.tar.gz 9724 BLAKE2B 
f18ae75969b7048469fe22949f25ea25da3fdbf08b98a16b5d5ffe823060a75e6de9ed764727e08d4344c79426e9c89013d49522f20ed62e6fbe912b5c7a8787
 SHA512 
fd30842671a79edfd52c7350e7fb2120533a6d97b44975f7b071ce2cbde43443bd5bbe1f2ad0ad3ab2156e1987b9e58e0c149b0ecfea8674eb0cb78eee79c986

diff --git a/dev-python/async_timeout/async_timeout-1.2.1.ebuild 
b/dev-python/async_timeout/async_timeout-1.2.1.ebuild
deleted file mode 100644
index c0504b87b04..000
--- a/dev-python/async_timeout/async_timeout-1.2.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_6 )
-
-inherit distutils-r1
-
-MY_P=${PN/_/-}-${PV}
-DESCRIPTION="Timeout context manager for asyncio programs"
-HOMEPAGE="https://github.com/aio-libs/async-timeout;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-S=${WORKDIR}/${MY_P}
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]
-   test? ( dev-python/pytest-aiohttp[${PYTHON_USEDEP}] )"
-
-python_prepare_all() {
-   sed -i "s:, 'pytest-runner'::" -i setup.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   py.test -v || die "Tests fail with ${EPYTHON}"
-}



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

2019-08-28 Thread Zac Medico
commit: a41b22d1452e357d6525258ba2b1ef521998764b
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Aug 28 20:45:24 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Aug 28 20:46:54 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a41b22d1

dev-python/async_timeout: require  gentoo.org>

 dev-python/async_timeout/async_timeout-2.0.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-python/async_timeout/async_timeout-2.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-2.0.1.ebuild
index e4b133bd0a3..96ae2260882 100644
--- a/dev-python/async_timeout/async_timeout-2.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-2.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 S=${WORKDIR}/${MY_P}
@@ -21,6 +21,7 @@ S=${WORKDIR}/${MY_P}
 DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
+   

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

2019-08-28 Thread Zac Medico
commit: 2673fe3bcdc2f5af601531fb052a8980d923eb85
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Aug 28 20:09:10 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Aug 28 20:11:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2673fe3b

dev-python/async_timeout: Bump to version 2.0.1

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

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

diff --git a/dev-python/async_timeout/Manifest 
b/dev-python/async_timeout/Manifest
index 4929a35b0db..5362dd29f09 100644
--- a/dev-python/async_timeout/Manifest
+++ b/dev-python/async_timeout/Manifest
@@ -1,2 +1,3 @@
 DIST async-timeout-1.2.1.tar.gz 7797 BLAKE2B 
d8f736423631a2b2c0fb748eb2857e0f9a143af9591ddfae15d42ab13af33196a6624db5b0a705265269ed28c6c15a4e8cfe56143ccedac75a555ae62a82891b
 SHA512 
2072caeb65a74f1a24b59a4ea905ef96d70f8fb117e3dd9c95c1107b1d67ffaa4d76b68f00364049e6e29cdb0a6d247ba0c3638ccd0a8db27bd6ee0f180f9ccb
+DIST async-timeout-2.0.1.tar.gz 10463 BLAKE2B 
a9c1ab7ffd249f1d4d07a37f07743923a890d11bb9ff913b37f45e9f7be1110eba9cd24ce741b71a353ae349aceccd66a1853ed985416a85cdb4faa46f341681
 SHA512 
cb66bdc286082ef5570a7e3aa420434f82bb4131e9527c499c693a21d72b3f3772922c0ce2ad68e7de5f95960061e508effda56be398356ea75d55272f534a86
 DIST async-timeout-3.0.1.tar.gz 9724 BLAKE2B 
f18ae75969b7048469fe22949f25ea25da3fdbf08b98a16b5d5ffe823060a75e6de9ed764727e08d4344c79426e9c89013d49522f20ed62e6fbe912b5c7a8787
 SHA512 
fd30842671a79edfd52c7350e7fb2120533a6d97b44975f7b071ce2cbde43443bd5bbe1f2ad0ad3ab2156e1987b9e58e0c149b0ecfea8674eb0cb78eee79c986

diff --git a/dev-python/async_timeout/async_timeout-2.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-2.0.1.ebuild
new file mode 100644
index 000..e4b133bd0a3
--- /dev/null
+++ b/dev-python/async_timeout/async_timeout-2.0.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{5,6} )
+
+inherit distutils-r1
+
+MY_P=${PN/_/-}-${PV}
+DESCRIPTION="Timeout context manager for asyncio programs"
+HOMEPAGE="https://github.com/aio-libs/async-timeout;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+S=${WORKDIR}/${MY_P}
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   

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

2019-08-28 Thread Zac Medico
commit: 6a49dca30899af7582e58d9adf584117caa97019
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Aug 28 19:24:03 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Aug 28 19:26:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a49dca3

dev-python/async_timeout: Re-add version 1.2.1 for gns3-server

net-misc/gns3-server-2.1.21 requires  gentoo.org>

 dev-python/async_timeout/Manifest  |  1 +
 .../async_timeout/async_timeout-1.2.1.ebuild   | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/async_timeout/Manifest 
b/dev-python/async_timeout/Manifest
index f929a7fd11e..4929a35b0db 100644
--- a/dev-python/async_timeout/Manifest
+++ b/dev-python/async_timeout/Manifest
@@ -1 +1,2 @@
+DIST async-timeout-1.2.1.tar.gz 7797 BLAKE2B 
d8f736423631a2b2c0fb748eb2857e0f9a143af9591ddfae15d42ab13af33196a6624db5b0a705265269ed28c6c15a4e8cfe56143ccedac75a555ae62a82891b
 SHA512 
2072caeb65a74f1a24b59a4ea905ef96d70f8fb117e3dd9c95c1107b1d67ffaa4d76b68f00364049e6e29cdb0a6d247ba0c3638ccd0a8db27bd6ee0f180f9ccb
 DIST async-timeout-3.0.1.tar.gz 9724 BLAKE2B 
f18ae75969b7048469fe22949f25ea25da3fdbf08b98a16b5d5ffe823060a75e6de9ed764727e08d4344c79426e9c89013d49522f20ed62e6fbe912b5c7a8787
 SHA512 
fd30842671a79edfd52c7350e7fb2120533a6d97b44975f7b071ce2cbde43443bd5bbe1f2ad0ad3ab2156e1987b9e58e0c149b0ecfea8674eb0cb78eee79c986

diff --git a/dev-python/async_timeout/async_timeout-1.2.1.ebuild 
b/dev-python/async_timeout/async_timeout-1.2.1.ebuild
new file mode 100644
index 000..22db4f22c78
--- /dev/null
+++ b/dev-python/async_timeout/async_timeout-1.2.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{5,6} )
+
+inherit distutils-r1
+
+MY_P=${PN/_/-}-${PV}
+DESCRIPTION="Timeout context manager for asyncio programs"
+HOMEPAGE="https://github.com/aio-libs/async-timeout;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+S=${WORKDIR}/${MY_P}
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest-aiohttp[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+   sed -i "s:, 'pytest-runner'::" -i setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   py.test -v || die "Tests fail with ${EPYTHON}"
+}



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

2019-08-28 Thread Zac Medico
commit: d1277ef185f9df98f1ea8c6aa8cce6583ac4a3f5
Author: Zac Medico  gentoo  org>
AuthorDate: Wed Aug 28 18:18:54 2019 +
Commit: Zac Medico  gentoo  org>
CommitDate: Wed Aug 28 18:20:00 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1277ef1

dev-python/async_timeout: Remove old versions

Package-Manager: Portage-2.3.73, Repoman-2.3.17
Signed-off-by: Zac Medico  gentoo.org>

 dev-python/async_timeout/Manifest  |  5 
 .../async_timeout/async_timeout-1.0.0.ebuild   | 26 -
 .../async_timeout/async_timeout-1.1.0.ebuild   | 28 --
 .../async_timeout/async_timeout-1.2.0.ebuild   | 27 --
 .../async_timeout/async_timeout-1.2.1.ebuild   | 31 
 .../async_timeout/async_timeout-3.0.0.ebuild   | 33 --
 6 files changed, 150 deletions(-)

diff --git a/dev-python/async_timeout/Manifest 
b/dev-python/async_timeout/Manifest
index b7d48a75495..f929a7fd11e 100644
--- a/dev-python/async_timeout/Manifest
+++ b/dev-python/async_timeout/Manifest
@@ -1,6 +1 @@
-DIST async-timeout-1.1.0.tar.gz 7590 BLAKE2B 
855a630b1c1be6751ee416a9f394b93b25df7e3ebdadf1b34b6d992b643ee19ccaa4a895e66608ea0d84e10573bba90e02478964fc43c34c43ea02f1064a0b60
 SHA512 
7132b0616052623c17d7a541051f3e759f8dc87f9ff1730585a1010bc6e139c24d5b8835431749d695fde56fb465f22094ec3f98f5f95b0b7664ec9e1f990cac
-DIST async-timeout-1.2.0.tar.gz 7700 BLAKE2B 
a658cc80ba0b35d1f79286d8f6edac4aaf84e1bcef680b1ef096f6f9d14873800f948429d00fe09b26e20ab109c676fb1ca838931a83473f59863d490caf2c0e
 SHA512 
81a8d3fd8a6756335ce7ea292afd0ba508ea120482dfc4526017dbf6ee809e6828818653be25dee123e8626fc89cc49cfbcff41748ec950b8797b2bb21f262db
-DIST async-timeout-1.2.1.tar.gz 7797 BLAKE2B 
d8f736423631a2b2c0fb748eb2857e0f9a143af9591ddfae15d42ab13af33196a6624db5b0a705265269ed28c6c15a4e8cfe56143ccedac75a555ae62a82891b
 SHA512 
2072caeb65a74f1a24b59a4ea905ef96d70f8fb117e3dd9c95c1107b1d67ffaa4d76b68f00364049e6e29cdb0a6d247ba0c3638ccd0a8db27bd6ee0f180f9ccb
-DIST async-timeout-3.0.0.tar.gz 10803 BLAKE2B 
3cee55e523a652c27f73bb3790d3c214f2744ef1ba3e0fe6fee80e5e4172cab808b08513d1beb99e71a36eda0a27d31fcf23e7a1ea0fb4569dc1310fef3557e6
 SHA512 
17df44da4d6038dcfa30b1394bcffbe9a31470c45fcd20c21da8dbea154fd2d508afafb19ce4da7f65422057e3a141be2bd9171d0a385556814759da0fb0496f
 DIST async-timeout-3.0.1.tar.gz 9724 BLAKE2B 
f18ae75969b7048469fe22949f25ea25da3fdbf08b98a16b5d5ffe823060a75e6de9ed764727e08d4344c79426e9c89013d49522f20ed62e6fbe912b5c7a8787
 SHA512 
fd30842671a79edfd52c7350e7fb2120533a6d97b44975f7b071ce2cbde43443bd5bbe1f2ad0ad3ab2156e1987b9e58e0c149b0ecfea8674eb0cb78eee79c986
-DIST async_timeout-1.0.0.tar.gz 7554 BLAKE2B 
a069f79eb25c1b698f688cff482970c60197ac6f22e610fe487e33180644a197961f97e1afc7d6ba86f9250add9c7c72d386b5209b8d99e0518c137246106225
 SHA512 
b02fa2f9558d23e6e1cc076f8d144dcfee7adeaad67c023ce747c99935c2809e2a2223f72b0a12274f11bacadc9b69a6bc3a2914c305ef05d483dc29908e9c97

diff --git a/dev-python/async_timeout/async_timeout-1.0.0.ebuild 
b/dev-python/async_timeout/async_timeout-1.0.0.ebuild
deleted file mode 100644
index fde1383f0a3..000
--- a/dev-python/async_timeout/async_timeout-1.0.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=6
-PYTHON_COMPAT=( python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="Timeout context manager for asyncio programs"
-HOMEPAGE="https://github.com/aio-libs/async_timeout/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-# tests introduce a circular dependency on aiohttp
-RESTRICT="test"
-
-DEPEND="dev-python/pytest-runner[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test || die
-}

diff --git a/dev-python/async_timeout/async_timeout-1.1.0.ebuild 
b/dev-python/async_timeout/async_timeout-1.1.0.ebuild
deleted file mode 100644
index e268c983daa..000
--- a/dev-python/async_timeout/async_timeout-1.1.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python3_{5,6} )
-
-inherit distutils-r1
-
-MY_P=${PN/_/-}-${PV}
-DESCRIPTION="Timeout context manager for asyncio programs"
-HOMEPAGE="https://github.com/aio-libs/async_timeout/;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-# tests introduce a circular dependency on aiohttp
-RESTRICT="test"
-S=${WORKDIR}/${MY_P}
-
-DEPEND="dev-python/pytest-runner[${PYTHON_USEDEP}]
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   dev-python/setuptools_scm[${PYTHON_USEDEP}]"
-
-python_test() {
-   esetup.py test || die
-}

diff --git 

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

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

dev-python/async_timeout: 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/async_timeout/async_timeout-3.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
index f50829994a5..74ee98ace42 100644
--- a/dev-python/async_timeout/async_timeout-3.0.1.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 S=${WORKDIR}/${MY_P}



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

2019-07-14 Thread Michał Górny
commit: a889e5e599051fe20a6372a9f6d92c09fad461de
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 14 08:14:11 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 14 12:26:09 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a889e5e5

dev-python/async_timeout: Bump to 3.0.1, EAPI=7, Py3.7

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

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

diff --git a/dev-python/async_timeout/Manifest 
b/dev-python/async_timeout/Manifest
index 4757fed8123..b7d48a75495 100644
--- a/dev-python/async_timeout/Manifest
+++ b/dev-python/async_timeout/Manifest
@@ -2,4 +2,5 @@ DIST async-timeout-1.1.0.tar.gz 7590 BLAKE2B 
855a630b1c1be6751ee416a9f394b93b25d
 DIST async-timeout-1.2.0.tar.gz 7700 BLAKE2B 
a658cc80ba0b35d1f79286d8f6edac4aaf84e1bcef680b1ef096f6f9d14873800f948429d00fe09b26e20ab109c676fb1ca838931a83473f59863d490caf2c0e
 SHA512 
81a8d3fd8a6756335ce7ea292afd0ba508ea120482dfc4526017dbf6ee809e6828818653be25dee123e8626fc89cc49cfbcff41748ec950b8797b2bb21f262db
 DIST async-timeout-1.2.1.tar.gz 7797 BLAKE2B 
d8f736423631a2b2c0fb748eb2857e0f9a143af9591ddfae15d42ab13af33196a6624db5b0a705265269ed28c6c15a4e8cfe56143ccedac75a555ae62a82891b
 SHA512 
2072caeb65a74f1a24b59a4ea905ef96d70f8fb117e3dd9c95c1107b1d67ffaa4d76b68f00364049e6e29cdb0a6d247ba0c3638ccd0a8db27bd6ee0f180f9ccb
 DIST async-timeout-3.0.0.tar.gz 10803 BLAKE2B 
3cee55e523a652c27f73bb3790d3c214f2744ef1ba3e0fe6fee80e5e4172cab808b08513d1beb99e71a36eda0a27d31fcf23e7a1ea0fb4569dc1310fef3557e6
 SHA512 
17df44da4d6038dcfa30b1394bcffbe9a31470c45fcd20c21da8dbea154fd2d508afafb19ce4da7f65422057e3a141be2bd9171d0a385556814759da0fb0496f
+DIST async-timeout-3.0.1.tar.gz 9724 BLAKE2B 
f18ae75969b7048469fe22949f25ea25da3fdbf08b98a16b5d5ffe823060a75e6de9ed764727e08d4344c79426e9c89013d49522f20ed62e6fbe912b5c7a8787
 SHA512 
fd30842671a79edfd52c7350e7fb2120533a6d97b44975f7b071ce2cbde43443bd5bbe1f2ad0ad3ab2156e1987b9e58e0c149b0ecfea8674eb0cb78eee79c986
 DIST async_timeout-1.0.0.tar.gz 7554 BLAKE2B 
a069f79eb25c1b698f688cff482970c60197ac6f22e610fe487e33180644a197961f97e1afc7d6ba86f9250add9c7c72d386b5209b8d99e0518c137246106225
 SHA512 
b02fa2f9558d23e6e1cc076f8d144dcfee7adeaad67c023ce747c99935c2809e2a2223f72b0a12274f11bacadc9b69a6bc3a2914c305ef05d483dc29908e9c97

diff --git a/dev-python/async_timeout/async_timeout-3.0.1.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
new file mode 100644
index 000..c463132c66a
--- /dev/null
+++ b/dev-python/async_timeout/async_timeout-3.0.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit distutils-r1
+
+MY_P=${PN/_/-}-${PV}
+DESCRIPTION="Timeout context manager for asyncio programs"
+HOMEPAGE="https://github.com/aio-libs/async-timeout;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="test"
+RESTRICT="!test? ( test )"
+S=${WORKDIR}/${MY_P}
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest[${PYTHON_USEDEP}]
+   dev-python/pytest-aiohttp[${PYTHON_USEDEP}]
+   )"
+
+python_prepare_all() {
+   # remove pointless dep on pytest-cov
+   sed -i -e '/addopts/d' setup.cfg || die
+   # tests fail due to missing fixture when trying to load this file
+   rm tests/conftest.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   pytest -vv || die "Tests fail with ${EPYTHON}"
+}



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

2019-07-14 Thread Michał Górny
commit: 786bc528f075c13056d346b61668fc3049768d23
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 14 08:13:12 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 14 12:26:07 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=786bc528

dev-python/async_timeout: Add python@ as co-maint

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

 dev-python/async_timeout/metadata.xml | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/dev-python/async_timeout/metadata.xml 
b/dev-python/async_timeout/metadata.xml
index 94ccc65f454..897d9765df4 100644
--- a/dev-python/async_timeout/metadata.xml
+++ b/dev-python/async_timeout/metadata.xml
@@ -1,11 +1,14 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
+   
+   zmed...@gentoo.org
+   
+   
+   pyt...@gentoo.org
+   

async_timeout
aio-libs/async_timeout

-   
-   zmed...@gentoo.org
-   
 



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

2019-04-27 Thread Anthony G. Basile
commit: 37354d2966e02f2ca1413bc31373a8b6ae6ee577
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Apr 27 11:41:42 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Apr 27 11:49:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37354d29

dev-python/async_timeout: keyword ~arm64

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

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

diff --git a/dev-python/async_timeout/async_timeout-3.0.0.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.0.ebuild
index 8a451301876..01a364ef3d4 100644
--- a/dev-python/async_timeout/async_timeout-3.0.0.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="test"
 S=${WORKDIR}/${MY_P}
 



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

2019-03-16 Thread Anthony G. Basile
commit: f5f0149125ed74d3623ecf7d34cac1e859e2a8d7
Author: Anthony G. Basile  gentoo  org>
AuthorDate: Sat Mar 16 23:43:18 2019 +
Commit: Anthony G. Basile  gentoo  org>
CommitDate: Sat Mar 16 23:52:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5f01491

dev-python/async_timeout: keyword ~arm

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

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

diff --git a/dev-python/async_timeout/async_timeout-3.0.0.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.0.ebuild
index d68d5e46bf9..8a451301876 100644
--- a/dev-python/async_timeout/async_timeout-3.0.0.ebuild
+++ b/dev-python/async_timeout/async_timeout-3.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="test"
 S=${WORKDIR}/${MY_P}
 



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

2018-06-04 Thread Tim Harder
commit: 29e488b4219936f56e2147de4ffb729460b5df5c
Author: Tim Harder  gentoo  org>
AuthorDate: Fri Jun  1 08:22:11 2018 +
Commit: Tim Harder  gentoo  org>
CommitDate: Mon Jun  4 23:33:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29e488b4

dev-python/async_timeout: version bump to 3.0.0

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

diff --git a/dev-python/async_timeout/Manifest 
b/dev-python/async_timeout/Manifest
index 13a2d7d90d4..4757fed8123 100644
--- a/dev-python/async_timeout/Manifest
+++ b/dev-python/async_timeout/Manifest
@@ -1,4 +1,5 @@
 DIST async-timeout-1.1.0.tar.gz 7590 BLAKE2B 
855a630b1c1be6751ee416a9f394b93b25df7e3ebdadf1b34b6d992b643ee19ccaa4a895e66608ea0d84e10573bba90e02478964fc43c34c43ea02f1064a0b60
 SHA512 
7132b0616052623c17d7a541051f3e759f8dc87f9ff1730585a1010bc6e139c24d5b8835431749d695fde56fb465f22094ec3f98f5f95b0b7664ec9e1f990cac
 DIST async-timeout-1.2.0.tar.gz 7700 BLAKE2B 
a658cc80ba0b35d1f79286d8f6edac4aaf84e1bcef680b1ef096f6f9d14873800f948429d00fe09b26e20ab109c676fb1ca838931a83473f59863d490caf2c0e
 SHA512 
81a8d3fd8a6756335ce7ea292afd0ba508ea120482dfc4526017dbf6ee809e6828818653be25dee123e8626fc89cc49cfbcff41748ec950b8797b2bb21f262db
 DIST async-timeout-1.2.1.tar.gz 7797 BLAKE2B 
d8f736423631a2b2c0fb748eb2857e0f9a143af9591ddfae15d42ab13af33196a6624db5b0a705265269ed28c6c15a4e8cfe56143ccedac75a555ae62a82891b
 SHA512 
2072caeb65a74f1a24b59a4ea905ef96d70f8fb117e3dd9c95c1107b1d67ffaa4d76b68f00364049e6e29cdb0a6d247ba0c3638ccd0a8db27bd6ee0f180f9ccb
+DIST async-timeout-3.0.0.tar.gz 10803 BLAKE2B 
3cee55e523a652c27f73bb3790d3c214f2744ef1ba3e0fe6fee80e5e4172cab808b08513d1beb99e71a36eda0a27d31fcf23e7a1ea0fb4569dc1310fef3557e6
 SHA512 
17df44da4d6038dcfa30b1394bcffbe9a31470c45fcd20c21da8dbea154fd2d508afafb19ce4da7f65422057e3a141be2bd9171d0a385556814759da0fb0496f
 DIST async_timeout-1.0.0.tar.gz 7554 BLAKE2B 
a069f79eb25c1b698f688cff482970c60197ac6f22e610fe487e33180644a197961f97e1afc7d6ba86f9250add9c7c72d386b5209b8d99e0518c137246106225
 SHA512 
b02fa2f9558d23e6e1cc076f8d144dcfee7adeaad67c023ce747c99935c2809e2a2223f72b0a12274f11bacadc9b69a6bc3a2914c305ef05d483dc29908e9c97

diff --git a/dev-python/async_timeout/async_timeout-3.0.0.ebuild 
b/dev-python/async_timeout/async_timeout-3.0.0.ebuild
new file mode 100644
index 000..d68d5e46bf9
--- /dev/null
+++ b/dev-python/async_timeout/async_timeout-3.0.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{5,6} )
+
+inherit distutils-r1
+
+MY_P=${PN/_/-}-${PV}
+DESCRIPTION="Timeout context manager for asyncio programs"
+HOMEPAGE="https://github.com/aio-libs/async-timeout;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+S=${WORKDIR}/${MY_P}
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest-aiohttp[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+   sed -i "s:, 'pytest-runner'::" -i setup.py || die
+   # tests fail due to missing fixture when trying to load this file
+   rm tests/conftest.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   py.test -v || die "Tests fail with ${EPYTHON}"
+}



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

2017-05-26 Thread Zac Medico
commit: 3a3a136b55817092b38d0af670cd5db300d1ed21
Author: Zac Medico  gentoo  org>
AuthorDate: Fri May 26 20:04:17 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Fri May 26 20:22:08 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a3a136b

dev-python/async_timeout: version bump to 1.2.1

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-python/async_timeout/Manifest  |  1 +
 .../async_timeout/async_timeout-1.2.1.ebuild   | 31 ++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/async_timeout/Manifest 
b/dev-python/async_timeout/Manifest
index 740ea4d5078..d445f785335 100644
--- a/dev-python/async_timeout/Manifest
+++ b/dev-python/async_timeout/Manifest
@@ -1,3 +1,4 @@
 DIST async-timeout-1.1.0.tar.gz 7590 SHA256 
b88bd1fe001b800ec23c7bf27a81b32819e2a56668e9fba5646a7f3618143081 SHA512 
7132b0616052623c17d7a541051f3e759f8dc87f9ff1730585a1010bc6e139c24d5b8835431749d695fde56fb465f22094ec3f98f5f95b0b7664ec9e1f990cac
 WHIRLPOOL 
d629fb4f0bf85b5d9123ffc364da058dbeb67c07c63071fa12a57f926a8735bdbff52c4146fe16934adc60dd560e080a2e9bf39478651a2ca078b5db66802c73
 DIST async-timeout-1.2.0.tar.gz 7700 SHA256 
0652d108c0156ae5ac94d99f53a6bdd039b0c076346ff8f58c9a1551fac17a19 SHA512 
81a8d3fd8a6756335ce7ea292afd0ba508ea120482dfc4526017dbf6ee809e6828818653be25dee123e8626fc89cc49cfbcff41748ec950b8797b2bb21f262db
 WHIRLPOOL 
d68180af72dbd2d70de77796183a55f78aeb4e96a183bc115f68cfc5b40baa7924a117c6f3245fef6998f24e968466519f04596d4a2a4de419935fedbabb9d35
+DIST async-timeout-1.2.1.tar.gz 7797 SHA256 
380e9bfd4c009a14931ffe487499b0906b00b3378bb743542cfd9fbb6d8e4657 SHA512 
2072caeb65a74f1a24b59a4ea905ef96d70f8fb117e3dd9c95c1107b1d67ffaa4d76b68f00364049e6e29cdb0a6d247ba0c3638ccd0a8db27bd6ee0f180f9ccb
 WHIRLPOOL 
f51d6db3e1531b91a240f325707a380e428d7958fb9b2ef9ae3d8a4c55bbd8663fd861fae3b44a11d9e6ae6e7e58af586fc3365f2878dda28705ed1c0d35a6b6
 DIST async_timeout-1.0.0.tar.gz 7554 SHA256 
c7afd7355b93fca0aecc15811aa53eea57f6fd7307b5bff2336b01419ebeda36 SHA512 
b02fa2f9558d23e6e1cc076f8d144dcfee7adeaad67c023ce747c99935c2809e2a2223f72b0a12274f11bacadc9b69a6bc3a2914c305ef05d483dc29908e9c97
 WHIRLPOOL 
4f2fb79330827e17acfb141fcc846207cfee303321367921e08d5c1da7a5e0ce496774e92ac81b84b7d773eb6d83c4f702c9a41d04ae0b7a2663f32d8bd1a12c

diff --git a/dev-python/async_timeout/async_timeout-1.2.1.ebuild 
b/dev-python/async_timeout/async_timeout-1.2.1.ebuild
new file mode 100644
index 000..b779d8703ec
--- /dev/null
+++ b/dev-python/async_timeout/async_timeout-1.2.1.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+MY_P=${PN/_/-}-${PV}
+DESCRIPTION="Timeout context manager for asyncio programs"
+HOMEPAGE="https://github.com/aio-libs/async-timeout;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+S=${WORKDIR}/${MY_P}
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest-aiohttp[${PYTHON_USEDEP}] )"
+
+python_prepare_all() {
+   sed -i "s:, 'pytest-runner'::" -i setup.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   py.test -v || die "Tests fail with ${EPYTHON}"
+}



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

2017-04-20 Thread Zac Medico
commit: fa47822a43566361d1b9475e605ee24abcb5780e
Author: Zac Medico  gentoo  org>
AuthorDate: Thu Apr 20 05:22:57 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Thu Apr 20 09:20:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa47822a

dev-python/async_timeout: version bump to 1.2.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-python/async_timeout/Manifest  |  1 +
 .../async_timeout/async_timeout-1.2.0.ebuild   | 27 ++
 2 files changed, 28 insertions(+)

diff --git a/dev-python/async_timeout/Manifest 
b/dev-python/async_timeout/Manifest
index 5d8e0a44067..740ea4d5078 100644
--- a/dev-python/async_timeout/Manifest
+++ b/dev-python/async_timeout/Manifest
@@ -1,2 +1,3 @@
 DIST async-timeout-1.1.0.tar.gz 7590 SHA256 
b88bd1fe001b800ec23c7bf27a81b32819e2a56668e9fba5646a7f3618143081 SHA512 
7132b0616052623c17d7a541051f3e759f8dc87f9ff1730585a1010bc6e139c24d5b8835431749d695fde56fb465f22094ec3f98f5f95b0b7664ec9e1f990cac
 WHIRLPOOL 
d629fb4f0bf85b5d9123ffc364da058dbeb67c07c63071fa12a57f926a8735bdbff52c4146fe16934adc60dd560e080a2e9bf39478651a2ca078b5db66802c73
+DIST async-timeout-1.2.0.tar.gz 7700 SHA256 
0652d108c0156ae5ac94d99f53a6bdd039b0c076346ff8f58c9a1551fac17a19 SHA512 
81a8d3fd8a6756335ce7ea292afd0ba508ea120482dfc4526017dbf6ee809e6828818653be25dee123e8626fc89cc49cfbcff41748ec950b8797b2bb21f262db
 WHIRLPOOL 
d68180af72dbd2d70de77796183a55f78aeb4e96a183bc115f68cfc5b40baa7924a117c6f3245fef6998f24e968466519f04596d4a2a4de419935fedbabb9d35
 DIST async_timeout-1.0.0.tar.gz 7554 SHA256 
c7afd7355b93fca0aecc15811aa53eea57f6fd7307b5bff2336b01419ebeda36 SHA512 
b02fa2f9558d23e6e1cc076f8d144dcfee7adeaad67c023ce747c99935c2809e2a2223f72b0a12274f11bacadc9b69a6bc3a2914c305ef05d483dc29908e9c97
 WHIRLPOOL 
4f2fb79330827e17acfb141fcc846207cfee303321367921e08d5c1da7a5e0ce496774e92ac81b84b7d773eb6d83c4f702c9a41d04ae0b7a2663f32d8bd1a12c

diff --git a/dev-python/async_timeout/async_timeout-1.2.0.ebuild 
b/dev-python/async_timeout/async_timeout-1.2.0.ebuild
new file mode 100644
index 000..6785e3411e4
--- /dev/null
+++ b/dev-python/async_timeout/async_timeout-1.2.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5,6} )
+
+inherit distutils-r1
+
+MY_P=${PN/_/-}-${PV}
+DESCRIPTION="Timeout context manager for asyncio programs"
+HOMEPAGE="https://github.com/aio-libs/async_timeout/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+S=${WORKDIR}/${MY_P}
+
+DEPEND="dev-python/pytest-runner[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? ( dev-python/pytest-aiohttp[${PYTHON_USEDEP}] )"
+
+python_test() {
+   esetup.py test || die
+}



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

2017-02-13 Thread Zac Medico
commit: 1f81ad31678f372e209f2fcbdb9b2c9fe52f2225
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Feb 13 09:26:34 2017 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Feb 13 09:26:34 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f81ad31

dev-python/async_timeout: PYTHON_COMPAT: add python3_6

Package-Manager: Portage-2.3.3, Repoman-2.3.1

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

diff --git a/dev-python/async_timeout/async_timeout-1.1.0.ebuild 
b/dev-python/async_timeout/async_timeout-1.1.0.ebuild
index 11ec0a46bd..f256f8eff0 100644
--- a/dev-python/async_timeout/async_timeout-1.1.0.ebuild
+++ b/dev-python/async_timeout/async_timeout-1.1.0.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=6
-PYTHON_COMPAT=( python3_{4,5} )
+PYTHON_COMPAT=( python3_{4,5,6} )
 
 inherit distutils-r1
 



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

2016-11-07 Thread Zac Medico
commit: b5db48f43cb818a38d32f4db49f628ce66731a86
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Nov  7 20:30:32 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Nov  7 20:30:32 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5db48f4

dev-python/async_timeout: version bump to 1.1.0

Package-Manager: portage-2.3.2

 dev-python/async_timeout/Manifest  |  1 +
 .../async_timeout/async_timeout-1.1.0.ebuild   | 29 ++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/async_timeout/Manifest 
b/dev-python/async_timeout/Manifest
index bc922f8..5d8e0a4 100644
--- a/dev-python/async_timeout/Manifest
+++ b/dev-python/async_timeout/Manifest
@@ -1 +1,2 @@
+DIST async-timeout-1.1.0.tar.gz 7590 SHA256 
b88bd1fe001b800ec23c7bf27a81b32819e2a56668e9fba5646a7f3618143081 SHA512 
7132b0616052623c17d7a541051f3e759f8dc87f9ff1730585a1010bc6e139c24d5b8835431749d695fde56fb465f22094ec3f98f5f95b0b7664ec9e1f990cac
 WHIRLPOOL 
d629fb4f0bf85b5d9123ffc364da058dbeb67c07c63071fa12a57f926a8735bdbff52c4146fe16934adc60dd560e080a2e9bf39478651a2ca078b5db66802c73
 DIST async_timeout-1.0.0.tar.gz 7554 SHA256 
c7afd7355b93fca0aecc15811aa53eea57f6fd7307b5bff2336b01419ebeda36 SHA512 
b02fa2f9558d23e6e1cc076f8d144dcfee7adeaad67c023ce747c99935c2809e2a2223f72b0a12274f11bacadc9b69a6bc3a2914c305ef05d483dc29908e9c97
 WHIRLPOOL 
4f2fb79330827e17acfb141fcc846207cfee303321367921e08d5c1da7a5e0ce496774e92ac81b84b7d773eb6d83c4f702c9a41d04ae0b7a2663f32d8bd1a12c

diff --git a/dev-python/async_timeout/async_timeout-1.1.0.ebuild 
b/dev-python/async_timeout/async_timeout-1.1.0.ebuild
new file mode 100644
index ..11ec0a4
--- /dev/null
+++ b/dev-python/async_timeout/async_timeout-1.1.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5} )
+
+inherit distutils-r1
+
+MY_P=${PN/_/-}-${PV}
+DESCRIPTION="Timeout context manager for asyncio programs"
+HOMEPAGE="https://github.com/aio-libs/async_timeout/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${MY_P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+# tests introduce a circular dependency on aiohttp
+RESTRICT="test"
+S=${WORKDIR}/${MY_P}
+
+DEPEND="dev-python/pytest-runner[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+
+python_test() {
+   esetup.py test || die
+}



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

2016-09-18 Thread Zac Medico
commit: e96d5140e13a08443b636aac0ab73edd02fea2b0
Author: Zac Medico  gentoo  org>
AuthorDate: Mon Sep 19 01:31:15 2016 +
Commit: Zac Medico  gentoo  org>
CommitDate: Mon Sep 19 01:32:50 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e96d5140

dev-python/async_timeout: add package

Package-Manager: portage-2.3.0

 dev-python/async_timeout/Manifest  |  1 +
 .../async_timeout/async_timeout-1.0.0.ebuild   | 27 ++
 dev-python/async_timeout/metadata.xml  | 11 +
 3 files changed, 39 insertions(+)

diff --git a/dev-python/async_timeout/Manifest 
b/dev-python/async_timeout/Manifest
new file mode 100644
index ..bc922f8
--- /dev/null
+++ b/dev-python/async_timeout/Manifest
@@ -0,0 +1 @@
+DIST async_timeout-1.0.0.tar.gz 7554 SHA256 
c7afd7355b93fca0aecc15811aa53eea57f6fd7307b5bff2336b01419ebeda36 SHA512 
b02fa2f9558d23e6e1cc076f8d144dcfee7adeaad67c023ce747c99935c2809e2a2223f72b0a12274f11bacadc9b69a6bc3a2914c305ef05d483dc29908e9c97
 WHIRLPOOL 
4f2fb79330827e17acfb141fcc846207cfee303321367921e08d5c1da7a5e0ce496774e92ac81b84b7d773eb6d83c4f702c9a41d04ae0b7a2663f32d8bd1a12c

diff --git a/dev-python/async_timeout/async_timeout-1.0.0.ebuild 
b/dev-python/async_timeout/async_timeout-1.0.0.ebuild
new file mode 100644
index ..90110e5
--- /dev/null
+++ b/dev-python/async_timeout/async_timeout-1.0.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+PYTHON_COMPAT=( python3_{4,5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Timeout context manager for asyncio programs"
+HOMEPAGE="https://github.com/aio-libs/async_timeout/;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+# tests introduce a circular dependency on aiohttp
+RESTRICT="test"
+
+DEPEND="dev-python/pytest-runner[${PYTHON_USEDEP}]
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+
+python_test() {
+   esetup.py test || die
+}

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