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

2024-05-11 Thread Michał Górny
commit: 00481fc7e1e46279818717ca21cb7ae840f3de2e
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 11 10:57:20 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 11 11:03:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00481fc7

dev-python/asgiref: Enable py3.13

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

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

diff --git a/dev-python/asgiref/asgiref-3.8.1.ebuild 
b/dev-python/asgiref/asgiref-3.8.1.ebuild
index 5978e7ad43de..29be02c5799b 100644
--- a/dev-python/asgiref/asgiref-3.8.1.ebuild
+++ b/dev-python/asgiref/asgiref-3.8.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2024-04-06 Thread Michał Górny
commit: 2dd0b2f382db9a2bfcc8f34e43c7177d1348fc72
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  6 09:31:49 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  6 09:35:44 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dd0b2f3

dev-python/asgiref: Remove old

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

 dev-python/asgiref/Manifest |  2 --
 dev-python/asgiref/asgiref-3.7.2.ebuild | 33 -
 dev-python/asgiref/asgiref-3.8.0.ebuild | 33 -
 3 files changed, 68 deletions(-)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 95b1971776f3..e1b75b3f0bf8 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,3 +1 @@
-DIST asgiref-3.7.2.tar.gz 33393 BLAKE2B 
b5927a141772a2c0bd4c9354692558c766981a2d7b821122eacb7ee6b59aad86925dc2afb179ff9a3823a65cf17faee89bda5560d68a9ae6d82f9ad1cb31d7b2
 SHA512 
578ccb54e25869ac9bc7bcd59819d4fc056fdb89a27ec3d7c5b74608984c9d18b41f0b281a3a67bf6b56ad85a7009e336bbdd4a76e2b4a0c8a26c0dfef2687a8
-DIST asgiref-3.8.0.tar.gz 34907 BLAKE2B 
c8c45f0395719fe9dd9e78ba118a1f2311c1e661bfd7beb12845639dc28e6c0d7bef9a83580588facb2d5954417260233cd38643bc0de3e45d8f3655c6207128
 SHA512 
ef2e442ba684097e19f4f005c6474b4e6544c7902a84fab85c55667e220f5b1dc11b45d71657c457e7809bcb0b9c99446c79a476d46dfe0a7b77a7e59593027a
 DIST asgiref-3.8.1.tar.gz 35186 BLAKE2B 
ce18c03ad3de054375eb5c97792bfdb6b0ae19f8769f2968892d805d3c54c2d4e7dd7b05036bd786a828d0537fcebe983b46d38bdfc17d09be7e924ee3462d5c
 SHA512 
3ef9ac2fcdce069cde96467abaa4a820c4eac19d40ce72e1afd0ca08279c00053a7e107966d766651def33a72a19c11559849b1032e89d62f544156590ef801d

diff --git a/dev-python/asgiref/asgiref-3.7.2.ebuild 
b/dev-python/asgiref/asgiref-3.7.2.ebuild
deleted file mode 100644
index ea918929c177..
--- a/dev-python/asgiref/asgiref-3.7.2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="ASGI utilities (successor to WSGI)"
-HOMEPAGE="
-   https://asgi.readthedocs.io/en/latest/
-   https://github.com/django/asgiref/
-   https://pypi.org/project/asgiref/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   ' 3.{9..10})
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/asgiref/asgiref-3.8.0.ebuild 
b/dev-python/asgiref/asgiref-3.8.0.ebuild
deleted file mode 100644
index 7b91be9aa018..
--- a/dev-python/asgiref/asgiref-3.8.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2020-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="ASGI utilities (successor to WSGI)"
-HOMEPAGE="
-   https://asgi.readthedocs.io/en/latest/
-   https://github.com/django/asgiref/
-   https://pypi.org/project/asgiref/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   ' 3.{9..10})
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2024-04-06 Thread Arthur Zamarin
commit: 9cc62185cce87a2557f2b248ad36b5875476d9d4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  6 09:29:58 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  6 09:29:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cc62185

dev-python/asgiref: Stabilize 3.8.1 ALLARCHES, #928719

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

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

diff --git a/dev-python/asgiref/asgiref-3.8.1.ebuild 
b/dev-python/asgiref/asgiref-3.8.1.ebuild
index 7b91be9aa018..5978e7ad43de 100644
--- a/dev-python/asgiref/asgiref-3.8.1.ebuild
+++ b/dev-python/asgiref/asgiref-3.8.1.ebuild
@@ -17,7 +17,7 @@ HOMEPAGE="
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2024-03-23 Thread Michał Górny
commit: 1bedd4dd7d53dd64b8dc46fbf960ea0084ee3aef
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar 23 06:26:23 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar 23 06:41:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bedd4dd

dev-python/asgiref: Bump to 3.8.1

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

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

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 7f9aa56962d7..95b1971776f3 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,2 +1,3 @@
 DIST asgiref-3.7.2.tar.gz 33393 BLAKE2B 
b5927a141772a2c0bd4c9354692558c766981a2d7b821122eacb7ee6b59aad86925dc2afb179ff9a3823a65cf17faee89bda5560d68a9ae6d82f9ad1cb31d7b2
 SHA512 
578ccb54e25869ac9bc7bcd59819d4fc056fdb89a27ec3d7c5b74608984c9d18b41f0b281a3a67bf6b56ad85a7009e336bbdd4a76e2b4a0c8a26c0dfef2687a8
 DIST asgiref-3.8.0.tar.gz 34907 BLAKE2B 
c8c45f0395719fe9dd9e78ba118a1f2311c1e661bfd7beb12845639dc28e6c0d7bef9a83580588facb2d5954417260233cd38643bc0de3e45d8f3655c6207128
 SHA512 
ef2e442ba684097e19f4f005c6474b4e6544c7902a84fab85c55667e220f5b1dc11b45d71657c457e7809bcb0b9c99446c79a476d46dfe0a7b77a7e59593027a
+DIST asgiref-3.8.1.tar.gz 35186 BLAKE2B 
ce18c03ad3de054375eb5c97792bfdb6b0ae19f8769f2968892d805d3c54c2d4e7dd7b05036bd786a828d0537fcebe983b46d38bdfc17d09be7e924ee3462d5c
 SHA512 
3ef9ac2fcdce069cde96467abaa4a820c4eac19d40ce72e1afd0ca08279c00053a7e107966d766651def33a72a19c11559849b1032e89d62f544156590ef801d

diff --git a/dev-python/asgiref/asgiref-3.8.1.ebuild 
b/dev-python/asgiref/asgiref-3.8.1.ebuild
new file mode 100644
index ..7b91be9aa018
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.8.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2024-03-20 Thread Michał Górny
commit: 2b66ca6899b8544f0f885ca897940ab77fdf0bae
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 20 18:45:45 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 20 19:21:19 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b66ca68

dev-python/asgiref: Bump to 3.8.0

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

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

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index d686e3ce3a54..7f9aa56962d7 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1 +1,2 @@
 DIST asgiref-3.7.2.tar.gz 33393 BLAKE2B 
b5927a141772a2c0bd4c9354692558c766981a2d7b821122eacb7ee6b59aad86925dc2afb179ff9a3823a65cf17faee89bda5560d68a9ae6d82f9ad1cb31d7b2
 SHA512 
578ccb54e25869ac9bc7bcd59819d4fc056fdb89a27ec3d7c5b74608984c9d18b41f0b281a3a67bf6b56ad85a7009e336bbdd4a76e2b4a0c8a26c0dfef2687a8
+DIST asgiref-3.8.0.tar.gz 34907 BLAKE2B 
c8c45f0395719fe9dd9e78ba118a1f2311c1e661bfd7beb12845639dc28e6c0d7bef9a83580588facb2d5954417260233cd38643bc0de3e45d8f3655c6207128
 SHA512 
ef2e442ba684097e19f4f005c6474b4e6544c7902a84fab85c55667e220f5b1dc11b45d71657c457e7809bcb0b9c99446c79a476d46dfe0a7b77a7e59593027a

diff --git a/dev-python/asgiref/asgiref-3.8.0.ebuild 
b/dev-python/asgiref/asgiref-3.8.0.ebuild
new file mode 100644
index ..7b91be9aa018
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.8.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-06-27 Thread Michał Górny
commit: 726cfd6dd6e7253eff7205db581fc72ae28baab8
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 27 11:46:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 27 11:50:17 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=726cfd6d

dev-python/asgiref: Remove old

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

 dev-python/asgiref/Manifest |  3 ---
 dev-python/asgiref/asgiref-3.6.0.ebuild | 28 
 dev-python/asgiref/asgiref-3.7.0.ebuild | 33 -
 dev-python/asgiref/asgiref-3.7.1.ebuild | 33 -
 4 files changed, 97 deletions(-)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 15ad060e964d..d686e3ce3a54 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,4 +1 @@
-DIST asgiref-3.6.0.tar.gz 32748 BLAKE2B 
ce3facb2d026551df31ab28a3d9c4bb22be6828664d3b341369eb5dffaec1f2a519ab84356ec89dcfe112a96430be66c70c53d7e36586a3b2f4ee1db61a9d617
 SHA512 
b74d71e3a5d129117293512ed93e06a9ac0f681766abfc074be6c8deec7160995dee23947da861715fa47e2b9921669b6b5bf247f8d895ffbea7007ea956b9d6
-DIST asgiref-3.7.0.tar.gz 33247 BLAKE2B 
512d497d57e45b2ea8d0db1d7bd12ebd850087291698067b050988137e4795eb784796ac8ec6cfcce3a67d9cbf11fb88d4a441e5dfd4e9d177400efe979837e9
 SHA512 
f4672a1ec652e4f05114caf19e1036a6bc71b137af48214292d5f5348340563a450e13520424aae74d75a58c9dbae7acf4f2debf54acbf5c24310e6bf911ac3f
-DIST asgiref-3.7.1.tar.gz 33273 BLAKE2B 
9c06694ea69874224d062819582689ff541356697933508c93354a3850f9c5c7668fd49a500417c7ad832511b1d647ad199928d4811abbf9d8ee31263a81e12d
 SHA512 
9d9563e50c4e0998d169975d6477f1dd2fb953921eafb54cf42aa36fe6a62f5df6b1f7b562491ffa8587d3c3a716d79858bf314aeae7379ccd0efcf59f330d61
 DIST asgiref-3.7.2.tar.gz 33393 BLAKE2B 
b5927a141772a2c0bd4c9354692558c766981a2d7b821122eacb7ee6b59aad86925dc2afb179ff9a3823a65cf17faee89bda5560d68a9ae6d82f9ad1cb31d7b2
 SHA512 
578ccb54e25869ac9bc7bcd59819d4fc056fdb89a27ec3d7c5b74608984c9d18b41f0b281a3a67bf6b56ad85a7009e336bbdd4a76e2b4a0c8a26c0dfef2687a8

diff --git a/dev-python/asgiref/asgiref-3.6.0.ebuild 
b/dev-python/asgiref/asgiref-3.6.0.ebuild
deleted file mode 100644
index 025e3105e2d1..
--- a/dev-python/asgiref/asgiref-3.6.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="ASGI utilities (successor to WSGI)"
-HOMEPAGE="
-   https://asgi.readthedocs.io/en/latest/
-   https://github.com/django/asgiref/
-   https://pypi.org/project/asgiref/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/asgiref/asgiref-3.7.0.ebuild 
b/dev-python/asgiref/asgiref-3.7.0.ebuild
deleted file mode 100644
index f82d77df50c5..
--- a/dev-python/asgiref/asgiref-3.7.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="ASGI utilities (successor to WSGI)"
-HOMEPAGE="
-   https://asgi.readthedocs.io/en/latest/
-   https://github.com/django/asgiref/
-   https://pypi.org/project/asgiref/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   ' 3.{9..10})
-"
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest

diff --git a/dev-python/asgiref/asgiref-3.7.1.ebuild 
b/dev-python/asgiref/asgiref-3.7.1.ebuild
deleted file mode 100644
index 550697b5cace..
--- a/dev-python/asgiref/asgiref-3.7.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="ASGI utilities (successor to WSGI)"
-HOMEPAGE="
-   https://asgi.readthedocs.io/en/latest/
-   https://github.com/django/asgiref/
-   https://pypi.org/project/asgiref/
-"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   ' 3.{9..10})
-"
-BDEPEND="
-  

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

2023-05-27 Thread Michał Górny
commit: 632ec9b8d20a47f81d4157a8a10a2fec77c625ce
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May 28 02:40:47 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May 28 02:50:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=632ec9b8

dev-python/asgiref: Bump to 3.7.2

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

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

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index b30d4dac595f..15ad060e964d 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,3 +1,4 @@
 DIST asgiref-3.6.0.tar.gz 32748 BLAKE2B 
ce3facb2d026551df31ab28a3d9c4bb22be6828664d3b341369eb5dffaec1f2a519ab84356ec89dcfe112a96430be66c70c53d7e36586a3b2f4ee1db61a9d617
 SHA512 
b74d71e3a5d129117293512ed93e06a9ac0f681766abfc074be6c8deec7160995dee23947da861715fa47e2b9921669b6b5bf247f8d895ffbea7007ea956b9d6
 DIST asgiref-3.7.0.tar.gz 33247 BLAKE2B 
512d497d57e45b2ea8d0db1d7bd12ebd850087291698067b050988137e4795eb784796ac8ec6cfcce3a67d9cbf11fb88d4a441e5dfd4e9d177400efe979837e9
 SHA512 
f4672a1ec652e4f05114caf19e1036a6bc71b137af48214292d5f5348340563a450e13520424aae74d75a58c9dbae7acf4f2debf54acbf5c24310e6bf911ac3f
 DIST asgiref-3.7.1.tar.gz 33273 BLAKE2B 
9c06694ea69874224d062819582689ff541356697933508c93354a3850f9c5c7668fd49a500417c7ad832511b1d647ad199928d4811abbf9d8ee31263a81e12d
 SHA512 
9d9563e50c4e0998d169975d6477f1dd2fb953921eafb54cf42aa36fe6a62f5df6b1f7b562491ffa8587d3c3a716d79858bf314aeae7379ccd0efcf59f330d61
+DIST asgiref-3.7.2.tar.gz 33393 BLAKE2B 
b5927a141772a2c0bd4c9354692558c766981a2d7b821122eacb7ee6b59aad86925dc2afb179ff9a3823a65cf17faee89bda5560d68a9ae6d82f9ad1cb31d7b2
 SHA512 
578ccb54e25869ac9bc7bcd59819d4fc056fdb89a27ec3d7c5b74608984c9d18b41f0b281a3a67bf6b56ad85a7009e336bbdd4a76e2b4a0c8a26c0dfef2687a8

diff --git a/dev-python/asgiref/asgiref-3.7.2.ebuild 
b/dev-python/asgiref/asgiref-3.7.2.ebuild
new file mode 100644
index ..550697b5cace
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.7.2.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-05-24 Thread Sam James
commit: 66c14a1e9e6cfc210aa7f92f340301c74ee7c357
Author: Sam James  gentoo  org>
AuthorDate: Thu May 25 04:18:59 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May 25 04:19:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66c14a1e

dev-python/asgiref: enable py3.12

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

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

diff --git a/dev-python/asgiref/asgiref-3.7.1.ebuild 
b/dev-python/asgiref/asgiref-3.7.1.ebuild
index f82d77df50c5..550697b5cace 100644
--- a/dev-python/asgiref/asgiref-3.7.1.ebuild
+++ b/dev-python/asgiref/asgiref-3.7.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 



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

2023-05-24 Thread Michał Górny
commit: be9d477b9e591a14883feed1b407e008db098a40
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 25 03:08:52 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 25 03:08:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be9d477b

dev-python/asgiref: Bump to 3.7.1

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

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

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 83a75d400228..b30d4dac595f 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,2 +1,3 @@
 DIST asgiref-3.6.0.tar.gz 32748 BLAKE2B 
ce3facb2d026551df31ab28a3d9c4bb22be6828664d3b341369eb5dffaec1f2a519ab84356ec89dcfe112a96430be66c70c53d7e36586a3b2f4ee1db61a9d617
 SHA512 
b74d71e3a5d129117293512ed93e06a9ac0f681766abfc074be6c8deec7160995dee23947da861715fa47e2b9921669b6b5bf247f8d895ffbea7007ea956b9d6
 DIST asgiref-3.7.0.tar.gz 33247 BLAKE2B 
512d497d57e45b2ea8d0db1d7bd12ebd850087291698067b050988137e4795eb784796ac8ec6cfcce3a67d9cbf11fb88d4a441e5dfd4e9d177400efe979837e9
 SHA512 
f4672a1ec652e4f05114caf19e1036a6bc71b137af48214292d5f5348340563a450e13520424aae74d75a58c9dbae7acf4f2debf54acbf5c24310e6bf911ac3f
+DIST asgiref-3.7.1.tar.gz 33273 BLAKE2B 
9c06694ea69874224d062819582689ff541356697933508c93354a3850f9c5c7668fd49a500417c7ad832511b1d647ad199928d4811abbf9d8ee31263a81e12d
 SHA512 
9d9563e50c4e0998d169975d6477f1dd2fb953921eafb54cf42aa36fe6a62f5df6b1f7b562491ffa8587d3c3a716d79858bf314aeae7379ccd0efcf59f330d61

diff --git a/dev-python/asgiref/asgiref-3.7.1.ebuild 
b/dev-python/asgiref/asgiref-3.7.1.ebuild
new file mode 100644
index ..f82d77df50c5
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.7.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-05-24 Thread Michał Górny
commit: a85d07ce86ce75c61ae6d2690819e813bfd7ca21
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 24 05:57:50 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 24 07:01:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85d07ce

dev-python/asgiref: Bump to 3.7.0

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

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

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 7d49a31d16c0..83a75d400228 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1 +1,2 @@
 DIST asgiref-3.6.0.tar.gz 32748 BLAKE2B 
ce3facb2d026551df31ab28a3d9c4bb22be6828664d3b341369eb5dffaec1f2a519ab84356ec89dcfe112a96430be66c70c53d7e36586a3b2f4ee1db61a9d617
 SHA512 
b74d71e3a5d129117293512ed93e06a9ac0f681766abfc074be6c8deec7160995dee23947da861715fa47e2b9921669b6b5bf247f8d895ffbea7007ea956b9d6
+DIST asgiref-3.7.0.tar.gz 33247 BLAKE2B 
512d497d57e45b2ea8d0db1d7bd12ebd850087291698067b050988137e4795eb784796ac8ec6cfcce3a67d9cbf11fb88d4a441e5dfd4e9d177400efe979837e9
 SHA512 
f4672a1ec652e4f05114caf19e1036a6bc71b137af48214292d5f5348340563a450e13520424aae74d75a58c9dbae7acf4f2debf54acbf5c24310e6bf911ac3f

diff --git a/dev-python/asgiref/asgiref-3.7.0.ebuild 
b/dev-python/asgiref/asgiref-3.7.0.ebuild
new file mode 100644
index ..f82d77df50c5
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.7.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 2020-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/
+"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' 3.{9..10})
+"
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2023-03-15 Thread Michał Górny
commit: 8c3f134c246e360688fccbe205f0fb6a028b8bc6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 15 17:44:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 16 03:42:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c3f134c

dev-python/asgiref: Use pypi.eclass

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

 dev-python/asgiref/asgiref-3.6.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/asgiref/asgiref-3.6.0.ebuild 
b/dev-python/asgiref/asgiref-3.6.0.ebuild
index e5322ee0c5bd..025e3105e2d1 100644
--- a/dev-python/asgiref/asgiref-3.6.0.ebuild
+++ b/dev-python/asgiref/asgiref-3.6.0.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{9..11} pypy3 )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="ASGI utilities (successor to WSGI)"
 HOMEPAGE="
@@ -14,7 +14,6 @@ HOMEPAGE="
https://github.com/django/asgiref/
https://pypi.org/project/asgiref/
 "
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"



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

2023-02-16 Thread Michał Górny
commit: 78352751f1b72dbe9d59dfefb493c2c2d7c06849
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 16 20:19:36 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 16 20:19:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78352751

dev-python/asgiref: Remove old

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

 dev-python/asgiref/Manifest |  1 -
 dev-python/asgiref/asgiref-3.5.2.ebuild | 29 -
 2 files changed, 30 deletions(-)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 4f52fa5e49dd..7d49a31d16c0 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,2 +1 @@
-DIST asgiref-3.5.2.tar.gz 32352 BLAKE2B 
08d148948828cb2bf1f216c827d8fd35f66c88c6eec5ff77af85495fbd40144931d4dc2bf09db32d34be92d8ea9d923c87904d3554422d24f6e23cfcc428bdd8
 SHA512 
d5ed0275dc748674018b14d58941113c19e1e30c1fed63c40d3069a4a09d81a6cceb186e7a0ef26912a040df082ae71b2ca9198d67f0b786b53d3d4089530fbb
 DIST asgiref-3.6.0.tar.gz 32748 BLAKE2B 
ce3facb2d026551df31ab28a3d9c4bb22be6828664d3b341369eb5dffaec1f2a519ab84356ec89dcfe112a96430be66c70c53d7e36586a3b2f4ee1db61a9d617
 SHA512 
b74d71e3a5d129117293512ed93e06a9ac0f681766abfc074be6c8deec7160995dee23947da861715fa47e2b9921669b6b5bf247f8d895ffbea7007ea956b9d6

diff --git a/dev-python/asgiref/asgiref-3.5.2.ebuild 
b/dev-python/asgiref/asgiref-3.5.2.ebuild
deleted file mode 100644
index e5322ee0c5bd..
--- a/dev-python/asgiref/asgiref-3.5.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2020-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="ASGI utilities (successor to WSGI)"
-HOMEPAGE="
-   https://asgi.readthedocs.io/en/latest/
-   https://github.com/django/asgiref/
-   https://pypi.org/project/asgiref/
-"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2022-12-20 Thread Michał Górny
commit: 34631fefe213be4f705463fd4c44e32050af0a59
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Dec 21 07:41:58 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Dec 21 07:51:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34631fef

dev-python/asgiref: Bump to 3.6.0

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

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

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 5b00352c2573..4f52fa5e49dd 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1 +1,2 @@
 DIST asgiref-3.5.2.tar.gz 32352 BLAKE2B 
08d148948828cb2bf1f216c827d8fd35f66c88c6eec5ff77af85495fbd40144931d4dc2bf09db32d34be92d8ea9d923c87904d3554422d24f6e23cfcc428bdd8
 SHA512 
d5ed0275dc748674018b14d58941113c19e1e30c1fed63c40d3069a4a09d81a6cceb186e7a0ef26912a040df082ae71b2ca9198d67f0b786b53d3d4089530fbb
+DIST asgiref-3.6.0.tar.gz 32748 BLAKE2B 
ce3facb2d026551df31ab28a3d9c4bb22be6828664d3b341369eb5dffaec1f2a519ab84356ec89dcfe112a96430be66c70c53d7e36586a3b2f4ee1db61a9d617
 SHA512 
b74d71e3a5d129117293512ed93e06a9ac0f681766abfc074be6c8deec7160995dee23947da861715fa47e2b9921669b6b5bf247f8d895ffbea7007ea956b9d6

diff --git a/dev-python/asgiref/asgiref-3.6.0.ebuild 
b/dev-python/asgiref/asgiref-3.6.0.ebuild
new file mode 100644
index ..26047f0fd5a0
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.6.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-06-12 Thread Michał Górny
commit: 067c7c30c84d132721bc1c5b60f87dad7ba95eb5
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 12 14:21:16 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 12 14:21:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=067c7c30

dev-python/asgiref: Remove old

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

 dev-python/asgiref/Manifest |  2 --
 dev-python/asgiref/asgiref-3.5.0.ebuild | 23 ---
 dev-python/asgiref/asgiref-3.5.1.ebuild | 29 -
 3 files changed, 54 deletions(-)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index d2aee0fe5c33..5b00352c2573 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,3 +1 @@
-DIST asgiref-3.5.0.tar.gz 31920 BLAKE2B 
3471e799da0ba5cd8640612d0ff04e480d6c431a44c1e94419cdfc3a029c83ffe53aa561952fcf9c0df4a5ec71282afd8f4c665b49c408306f8f7026e0a0023c
 SHA512 
3fa48002bffd953f3ff8bc33e5604955ee83fbfc09cae171b95d57773378ada554342f2af58a4a04025a070cd2ec5a6b1bd5a8b18a5c5b87b2b510bbb2036e57
-DIST asgiref-3.5.1.tar.gz 32027 BLAKE2B 
d3674a71bb75271a09f30aca8c99ae199ccaf119d7ee452b97f02ed4dd07c810ef1836ea8b5a66b8a4c2505a989cbea0bdef215c8a34813506f0f72bc12c21f6
 SHA512 
feafd896bf83902fe3f6a803a6e637d4c4474dc14faee43742929802355816971d2e8165eeb80aee6e4d5358a3dadab5f9199bd79698607ce0d0ad0b7151b5bb
 DIST asgiref-3.5.2.tar.gz 32352 BLAKE2B 
08d148948828cb2bf1f216c827d8fd35f66c88c6eec5ff77af85495fbd40144931d4dc2bf09db32d34be92d8ea9d923c87904d3554422d24f6e23cfcc428bdd8
 SHA512 
d5ed0275dc748674018b14d58941113c19e1e30c1fed63c40d3069a4a09d81a6cceb186e7a0ef26912a040df082ae71b2ca9198d67f0b786b53d3d4089530fbb

diff --git a/dev-python/asgiref/asgiref-3.5.0.ebuild 
b/dev-python/asgiref/asgiref-3.5.0.ebuild
deleted file mode 100644
index 038b4bf874f6..
--- a/dev-python/asgiref/asgiref-3.5.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2020-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
-
-DESCRIPTION="ASGI utilities (successor to WSGI)"
-HOMEPAGE="
-   https://asgi.readthedocs.io/en/latest/
-   https://github.com/django/asgiref/
-   https://pypi.org/project/asgiref/;
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
-
-BDEPEND="
-   test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest

diff --git a/dev-python/asgiref/asgiref-3.5.1.ebuild 
b/dev-python/asgiref/asgiref-3.5.1.ebuild
deleted file mode 100644
index 26047f0fd5a0..
--- a/dev-python/asgiref/asgiref-3.5.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 2020-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} pypy3 )
-
-inherit distutils-r1
-
-DESCRIPTION="ASGI utilities (successor to WSGI)"
-HOMEPAGE="
-   https://asgi.readthedocs.io/en/latest/
-   https://github.com/django/asgiref/
-   https://pypi.org/project/asgiref/
-"
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
-
-BDEPEND="
-   test? (
-   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2022-06-12 Thread Sam James
commit: 68ff21216aa7edbee7fdd4588ace470e05d527fe
Author: Sam James  gentoo  org>
AuthorDate: Sun Jun 12 12:45:49 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jun 12 12:45:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68ff2121

dev-python/asgiref: Stabilize 3.5.2 ALLARCHES, #851282

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

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

diff --git a/dev-python/asgiref/asgiref-3.5.2.ebuild 
b/dev-python/asgiref/asgiref-3.5.2.ebuild
index 26047f0fd5a0..068f138b8ea3 100644
--- a/dev-python/asgiref/asgiref-3.5.2.ebuild
+++ b/dev-python/asgiref/asgiref-3.5.2.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
 
 BDEPEND="
test? (



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

2022-05-17 Thread Michał Górny
commit: dd9b7f59d22573e5e0fc8f25aa397cac4884e6b9
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 17 05:02:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 17 06:54:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd9b7f59

dev-python/asgiref: Bump to 3.5.2

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

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

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 323c85af5cf0..d2aee0fe5c33 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,2 +1,3 @@
 DIST asgiref-3.5.0.tar.gz 31920 BLAKE2B 
3471e799da0ba5cd8640612d0ff04e480d6c431a44c1e94419cdfc3a029c83ffe53aa561952fcf9c0df4a5ec71282afd8f4c665b49c408306f8f7026e0a0023c
 SHA512 
3fa48002bffd953f3ff8bc33e5604955ee83fbfc09cae171b95d57773378ada554342f2af58a4a04025a070cd2ec5a6b1bd5a8b18a5c5b87b2b510bbb2036e57
 DIST asgiref-3.5.1.tar.gz 32027 BLAKE2B 
d3674a71bb75271a09f30aca8c99ae199ccaf119d7ee452b97f02ed4dd07c810ef1836ea8b5a66b8a4c2505a989cbea0bdef215c8a34813506f0f72bc12c21f6
 SHA512 
feafd896bf83902fe3f6a803a6e637d4c4474dc14faee43742929802355816971d2e8165eeb80aee6e4d5358a3dadab5f9199bd79698607ce0d0ad0b7151b5bb
+DIST asgiref-3.5.2.tar.gz 32352 BLAKE2B 
08d148948828cb2bf1f216c827d8fd35f66c88c6eec5ff77af85495fbd40144931d4dc2bf09db32d34be92d8ea9d923c87904d3554422d24f6e23cfcc428bdd8
 SHA512 
d5ed0275dc748674018b14d58941113c19e1e30c1fed63c40d3069a4a09d81a6cceb186e7a0ef26912a040df082ae71b2ca9198d67f0b786b53d3d4089530fbb

diff --git a/dev-python/asgiref/asgiref-3.5.2.ebuild 
b/dev-python/asgiref/asgiref-3.5.2.ebuild
new file mode 100644
index ..26047f0fd5a0
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.5.2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-05-12 Thread Michał Górny
commit: 38ad0784aeec9dda913602d1b65f311f1b693c53
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 12 20:19:02 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 12 20:19:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38ad0784

dev-python/asgiref: Enable py3.11

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

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

diff --git a/dev-python/asgiref/asgiref-3.5.1.ebuild 
b/dev-python/asgiref/asgiref-3.5.1.ebuild
index 9a7e6fc23da7..26047f0fd5a0 100644
--- a/dev-python/asgiref/asgiref-3.5.1.ebuild
+++ b/dev-python/asgiref/asgiref-3.5.1.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/asgiref/

2022-05-11 Thread Jakov Smolić
commit: f04273a2b1560428c116d4d1dceaf39ff9c57aae
Author: Jakov Smolić  gentoo  org>
AuthorDate: Wed May 11 12:54:49 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Wed May 11 12:56:36 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f04273a2

dev-python/asgiref: Keyword 3.5.1 mips, #837098

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

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

diff --git a/dev-python/asgiref/asgiref-3.5.1.ebuild 
b/dev-python/asgiref/asgiref-3.5.1.ebuild
index 89a3e2054de8..9a7e6fc23da7 100644
--- a/dev-python/asgiref/asgiref-3.5.1.ebuild
+++ b/dev-python/asgiref/asgiref-3.5.1.ebuild
@@ -18,7 +18,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
 
 BDEPEND="
test? (



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

2022-05-01 Thread Michał Górny
commit: 863a4fe4b315270b6fffcd66d9775a6903bf89d9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun May  1 06:24:44 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  1 06:41:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=863a4fe4

dev-python/asgiref: Bump to 3.5.1

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

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

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 652e78734289..323c85af5cf0 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1 +1,2 @@
 DIST asgiref-3.5.0.tar.gz 31920 BLAKE2B 
3471e799da0ba5cd8640612d0ff04e480d6c431a44c1e94419cdfc3a029c83ffe53aa561952fcf9c0df4a5ec71282afd8f4c665b49c408306f8f7026e0a0023c
 SHA512 
3fa48002bffd953f3ff8bc33e5604955ee83fbfc09cae171b95d57773378ada554342f2af58a4a04025a070cd2ec5a6b1bd5a8b18a5c5b87b2b510bbb2036e57
+DIST asgiref-3.5.1.tar.gz 32027 BLAKE2B 
d3674a71bb75271a09f30aca8c99ae199ccaf119d7ee452b97f02ed4dd07c810ef1836ea8b5a66b8a4c2505a989cbea0bdef215c8a34813506f0f72bc12c21f6
 SHA512 
feafd896bf83902fe3f6a803a6e637d4c4474dc14faee43742929802355816971d2e8165eeb80aee6e4d5358a3dadab5f9199bd79698607ce0d0ad0b7151b5bb

diff --git a/dev-python/asgiref/asgiref-3.5.1.ebuild 
b/dev-python/asgiref/asgiref-3.5.1.ebuild
new file mode 100644
index ..89a3e2054de8
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.5.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 2020-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/
+"
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv 
~s390 ~sparc ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/pytest-asyncio[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-03-18 Thread Michał Górny
commit: 4106b2f725829ae58b9a83465fd445da2a12f7dd
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 18 15:15:36 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 18 15:19:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4106b2f7

dev-python/asgiref: Remove old

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

 dev-python/asgiref/Manifest|  1 -
 dev-python/asgiref/asgiref-3.4.1-r1.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 74a1de0fdde1..652e78734289 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,2 +1 @@
-DIST asgiref-3.4.1.tar.gz 32529 BLAKE2B 
4b5f3b33e165468d71711cf28a5a6161866cd7495140cb67ff028aba5a2586414783d2fa7ce744e99e269714d9d64a019a67c852fd4546ba1f71625473010b9f
 SHA512 
af266fc3eac58c21f2ab3f66e522067388f9cf232b17344fb5afbc408c034e61a1cce02362ec5dc494985beef099800f75cf7de28dc057c45e4bcb973b0a6dbe
 DIST asgiref-3.5.0.tar.gz 31920 BLAKE2B 
3471e799da0ba5cd8640612d0ff04e480d6c431a44c1e94419cdfc3a029c83ffe53aa561952fcf9c0df4a5ec71282afd8f4c665b49c408306f8f7026e0a0023c
 SHA512 
3fa48002bffd953f3ff8bc33e5604955ee83fbfc09cae171b95d57773378ada554342f2af58a4a04025a070cd2ec5a6b1bd5a8b18a5c5b87b2b510bbb2036e57

diff --git a/dev-python/asgiref/asgiref-3.4.1-r1.ebuild 
b/dev-python/asgiref/asgiref-3.4.1-r1.ebuild
deleted file mode 100644
index 57dcac1bab2e..
--- a/dev-python/asgiref/asgiref-3.4.1-r1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="ASGI utilities (successor to WSGI)"
-HOMEPAGE="
-   https://asgi.readthedocs.io/en/latest/
-   https://github.com/django/asgiref/
-   https://pypi.org/project/asgiref/;
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
-
-BDEPEND="
-   test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest



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

2022-03-18 Thread Arthur Zamarin
commit: e2c1c7dc79d4353b38f0b230c5d0f7be1cb096e3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Mar 18 14:41:10 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 18 14:41:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2c1c7dc

dev-python/asgiref: Stabilize 3.5.0 ALLARCHES, #835548

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

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

diff --git a/dev-python/asgiref/asgiref-3.5.0.ebuild 
b/dev-python/asgiref/asgiref-3.5.0.ebuild
index 867c7a05668c..68223bd0c9d3 100644
--- a/dev-python/asgiref/asgiref-3.5.0.ebuild
+++ b/dev-python/asgiref/asgiref-3.5.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 BDEPEND="
test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"



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

2022-01-22 Thread Arthur Zamarin
commit: 5c5fcd426107dbfd569e8891a0e4ce678e0e69f2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 22 18:17:22 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 22 18:25:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c5fcd42

dev-python/asgiref: add 3.5.0

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

 dev-python/asgiref/Manifest |  1 +
 dev-python/asgiref/asgiref-3.5.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index a97fd0db9b55..74a1de0fdde1 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1 +1,2 @@
 DIST asgiref-3.4.1.tar.gz 32529 BLAKE2B 
4b5f3b33e165468d71711cf28a5a6161866cd7495140cb67ff028aba5a2586414783d2fa7ce744e99e269714d9d64a019a67c852fd4546ba1f71625473010b9f
 SHA512 
af266fc3eac58c21f2ab3f66e522067388f9cf232b17344fb5afbc408c034e61a1cce02362ec5dc494985beef099800f75cf7de28dc057c45e4bcb973b0a6dbe
+DIST asgiref-3.5.0.tar.gz 31920 BLAKE2B 
3471e799da0ba5cd8640612d0ff04e480d6c431a44c1e94419cdfc3a029c83ffe53aa561952fcf9c0df4a5ec71282afd8f4c665b49c408306f8f7026e0a0023c
 SHA512 
3fa48002bffd953f3ff8bc33e5604955ee83fbfc09cae171b95d57773378ada554342f2af58a4a04025a070cd2ec5a6b1bd5a8b18a5c5b87b2b510bbb2036e57

diff --git a/dev-python/asgiref/asgiref-3.5.0.ebuild 
b/dev-python/asgiref/asgiref-3.5.0.ebuild
new file mode 100644
index ..6d47406d260b
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.5.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020-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
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="
+   test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest



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

2021-12-03 Thread Arthur Zamarin
commit: 1ba9ff57cd1d49b963e7fb70ddf01c64f501f21d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Dec  3 20:37:51 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Dec  3 20:47:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba9ff57

dev-python/asgiref: Stabilize 3.4.1-r1 hppa, #803806

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

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

diff --git a/dev-python/asgiref/asgiref-3.4.1-r1.ebuild 
b/dev-python/asgiref/asgiref-3.4.1-r1.ebuild
index 88adb1867561..57dcac1bab2e 100644
--- a/dev-python/asgiref/asgiref-3.4.1-r1.ebuild
+++ b/dev-python/asgiref/asgiref-3.4.1-r1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 BDEPEND="
test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"



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

2021-11-09 Thread Michał Górny
commit: 26f4c9f3fad7190a63d1801b46c8521a9a050c9b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Nov  9 10:35:46 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Nov  9 10:35:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26f4c9f3

dev-python/asgiref: Remove stale pypy3.7 deps

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

 dev-python/asgiref/{asgiref-3.4.1.ebuild => asgiref-3.4.1-r1.ebuild} | 4 
 1 file changed, 4 deletions(-)

diff --git a/dev-python/asgiref/asgiref-3.4.1.ebuild 
b/dev-python/asgiref/asgiref-3.4.1-r1.ebuild
similarity index 84%
rename from dev-python/asgiref/asgiref-3.4.1.ebuild
rename to dev-python/asgiref/asgiref-3.4.1-r1.ebuild
index 9b3e0d47a55..88adb186756 100644
--- a/dev-python/asgiref/asgiref-3.4.1.ebuild
+++ b/dev-python/asgiref/asgiref-3.4.1-r1.ebuild
@@ -17,10 +17,6 @@ LICENSE="BSD"
 SLOT="0"
 KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   ' python3_7 pypy3)"
 BDEPEND="
test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
 



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

2021-08-01 Thread Michał Górny
commit: e12abce98b08dd2e503de5f42a6de4d70cb6b10f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug  1 09:38:42 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug  1 09:39:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e12abce9

dev-python/asgiref: Remove old

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

 dev-python/asgiref/Manifest|   2 -
 dev-python/asgiref/asgiref-3.3.4.ebuild|  32 ---
 dev-python/asgiref/asgiref-3.4.0.ebuild|  27 ---
 .../files/asgiref-3.3.4-py310-warnings.patch   | 235 -
 4 files changed, 296 deletions(-)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 735c3399505..a97fd0db9b5 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,3 +1 @@
-DIST asgiref-3.3.4.tar.gz 30780 BLAKE2B 
f14a5ae3cc3d0c67a827b4b8d002c9d92388285f7388b7ac439b11fbe2e72b6dee5a9c38637e6b5189e3a3625d24a806b5aeff1ffc41861fd4947d7b7c4621ba
 SHA512 
e224ce82f9156e3efde316f3e209a9fbb9494cb9347d6652e19ed130921143de8d3e2a45f50352bf13fcdf229c291e68a0348fff31de144e58cd1a53b4eb0c31
-DIST asgiref-3.4.0.tar.gz 32396 BLAKE2B 
bbf80c4f5bfc7eaf2f27896913a59f522643de35a5eac45807b88f0b2deef6acef408a6d3abb939c4653554415028b5eea68e99ee45247e384848c554ab61c7c
 SHA512 
259dd6fafcd4db73554a4bd26f6000b33c61e8e4d42294bc22826bc95e89959bcc3f9f97d8f0b5dc7e0cf8420890ea8ab368232b4046254e8c91ad010f6509c0
 DIST asgiref-3.4.1.tar.gz 32529 BLAKE2B 
4b5f3b33e165468d71711cf28a5a6161866cd7495140cb67ff028aba5a2586414783d2fa7ce744e99e269714d9d64a019a67c852fd4546ba1f71625473010b9f
 SHA512 
af266fc3eac58c21f2ab3f66e522067388f9cf232b17344fb5afbc408c034e61a1cce02362ec5dc494985beef099800f75cf7de28dc057c45e4bcb973b0a6dbe

diff --git a/dev-python/asgiref/asgiref-3.3.4.ebuild 
b/dev-python/asgiref/asgiref-3.3.4.ebuild
deleted file mode 100644
index 30ca06005aa..000
--- a/dev-python/asgiref/asgiref-3.3.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
-inherit distutils-r1
-
-DESCRIPTION="ASGI utilities (successor to WSGI)"
-HOMEPAGE="
-   https://asgi.readthedocs.io/en/latest/
-   https://github.com/django/asgiref/
-   https://pypi.org/project/asgiref/;
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   ' python3_7 pypy3)"
-BDEPEND="
-   test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
-
-PATCHES=(
-   # Provided to upstream: https://github.com/django/asgiref/pull/262
-   "${FILESDIR}/${P}-py310-warnings.patch"
-)
-
-distutils_enable_tests pytest

diff --git a/dev-python/asgiref/asgiref-3.4.0.ebuild 
b/dev-python/asgiref/asgiref-3.4.0.ebuild
deleted file mode 100644
index d0582cfb518..000
--- a/dev-python/asgiref/asgiref-3.4.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2020-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
-
-DESCRIPTION="ASGI utilities (successor to WSGI)"
-HOMEPAGE="
-   https://asgi.readthedocs.io/en/latest/
-   https://github.com/django/asgiref/
-   https://pypi.org/project/asgiref/;
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   ' python3_7 pypy3)"
-BDEPEND="
-   test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest

diff --git a/dev-python/asgiref/files/asgiref-3.3.4-py310-warnings.patch 
b/dev-python/asgiref/files/asgiref-3.3.4-py310-warnings.patch
deleted file mode 100644
index 1cd017ddfbd..000
--- a/dev-python/asgiref/files/asgiref-3.3.4-py310-warnings.patch
+++ /dev/null
@@ -1,235 +0,0 @@
-From 0c9e989f18b99ea24a1fb3ea2c8a66fd295c2178 Mon Sep 17 00:00:00 2001
-From: Ekaterina Vaartis 
-Date: Thu, 20 May 2021 19:44:15 +0300
-Subject: [PATCH] Fix deprecation warnings for python 3.10
-
-asyncio.get_event_loop was marked as deprecated, the documnetation
-now refers to asyncio.get_running_loop([1])
-
-asyncio.ensure_future issues a deprecation warning if there is no
-running event loop([2]), so use asyncio.run which creates and destroys the
-loop itself
-
-asyncio.gather issues a warning if run outside of event
-loop (i.e. there is no running event loop)([3]), so wrap it into an
-async def
-
-explicit passing of coroutine objects to asyncio.wait is deprecated
-since 3.8([4]), so wrap them in asyncio.create_task
-
-plus, add 3.10 to tox.ini
-
-[1]: 

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

2021-07-31 Thread Sam James
commit: 9126784e2d8a3226f2d3cc4a63dd1e14f6c09ed4
Author: Sam James  gentoo  org>
AuthorDate: Sat Jul 31 22:22:25 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jul 31 22:22:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9126784e

dev-python/asgiref: Stabilize 3.4.1 ALLARCHES, #805386

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

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

diff --git a/dev-python/asgiref/asgiref-3.4.1.ebuild 
b/dev-python/asgiref/asgiref-3.4.1.ebuild
index 29fe309588a..7b6c812c573 100644
--- a/dev-python/asgiref/asgiref-3.4.1.ebuild
+++ b/dev-python/asgiref/asgiref-3.4.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-07-25 Thread Sam James
commit: 4c093af7d0f7369c8509ed904e37848ab6861496
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:13:50 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:13:50 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c093af7

dev-python/asgiref: Stabilize 3.3.4 ppc64, #796065

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

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

diff --git a/dev-python/asgiref/asgiref-3.3.4.ebuild 
b/dev-python/asgiref/asgiref-3.3.4.ebuild
index 609e596c777..30ca06005aa 100644
--- a/dev-python/asgiref/asgiref-3.3.4.ebuild
+++ b/dev-python/asgiref/asgiref-3.3.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-07-25 Thread Sam James
commit: 4b9c402346ac6cbcb9b66b6d0e688289cce9299c
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 02:13:31 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 02:13:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b9c4023

dev-python/asgiref: Stabilize 3.3.4 ppc, #796065

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

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

diff --git a/dev-python/asgiref/asgiref-3.3.4.ebuild 
b/dev-python/asgiref/asgiref-3.3.4.ebuild
index 5e646be8c07..609e596c777 100644
--- a/dev-python/asgiref/asgiref-3.3.4.ebuild
+++ b/dev-python/asgiref/asgiref-3.3.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ~ppc64 ~riscv sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-07-01 Thread Michał Górny
commit: fc5001e395dab4a774344067e45a3ede2ac9f4bf
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul  1 22:09:47 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul  1 22:29:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc5001e3

dev-python/asgiref: Bump to 3.4.1

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

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

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index db3fdb7c35c..735c3399505 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,2 +1,3 @@
 DIST asgiref-3.3.4.tar.gz 30780 BLAKE2B 
f14a5ae3cc3d0c67a827b4b8d002c9d92388285f7388b7ac439b11fbe2e72b6dee5a9c38637e6b5189e3a3625d24a806b5aeff1ffc41861fd4947d7b7c4621ba
 SHA512 
e224ce82f9156e3efde316f3e209a9fbb9494cb9347d6652e19ed130921143de8d3e2a45f50352bf13fcdf229c291e68a0348fff31de144e58cd1a53b4eb0c31
 DIST asgiref-3.4.0.tar.gz 32396 BLAKE2B 
bbf80c4f5bfc7eaf2f27896913a59f522643de35a5eac45807b88f0b2deef6acef408a6d3abb939c4653554415028b5eea68e99ee45247e384848c554ab61c7c
 SHA512 
259dd6fafcd4db73554a4bd26f6000b33c61e8e4d42294bc22826bc95e89959bcc3f9f97d8f0b5dc7e0cf8420890ea8ab368232b4046254e8c91ad010f6509c0
+DIST asgiref-3.4.1.tar.gz 32529 BLAKE2B 
4b5f3b33e165468d71711cf28a5a6161866cd7495140cb67ff028aba5a2586414783d2fa7ce744e99e269714d9d64a019a67c852fd4546ba1f71625473010b9f
 SHA512 
af266fc3eac58c21f2ab3f66e522067388f9cf232b17344fb5afbc408c034e61a1cce02362ec5dc494985beef099800f75cf7de28dc057c45e4bcb973b0a6dbe

diff --git a/dev-python/asgiref/asgiref-3.4.1.ebuild 
b/dev-python/asgiref/asgiref-3.4.1.ebuild
new file mode 100644
index 000..29fe309588a
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.4.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' python3_7 pypy3)"
+BDEPEND="
+   test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest



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

2021-06-28 Thread Michał Górny
commit: 3611c094b66fb5dfe6e3dc4043a4cd0d5d4105e4
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 28 05:55:31 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 28 09:10:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3611c094

dev-python/asgiref: Bump to 3.4.0

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

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

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 6d2097599c3..db3fdb7c35c 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1 +1,2 @@
 DIST asgiref-3.3.4.tar.gz 30780 BLAKE2B 
f14a5ae3cc3d0c67a827b4b8d002c9d92388285f7388b7ac439b11fbe2e72b6dee5a9c38637e6b5189e3a3625d24a806b5aeff1ffc41861fd4947d7b7c4621ba
 SHA512 
e224ce82f9156e3efde316f3e209a9fbb9494cb9347d6652e19ed130921143de8d3e2a45f50352bf13fcdf229c291e68a0348fff31de144e58cd1a53b4eb0c31
+DIST asgiref-3.4.0.tar.gz 32396 BLAKE2B 
bbf80c4f5bfc7eaf2f27896913a59f522643de35a5eac45807b88f0b2deef6acef408a6d3abb939c4653554415028b5eea68e99ee45247e384848c554ab61c7c
 SHA512 
259dd6fafcd4db73554a4bd26f6000b33c61e8e4d42294bc22826bc95e89959bcc3f9f97d8f0b5dc7e0cf8420890ea8ab368232b4046254e8c91ad010f6509c0

diff --git a/dev-python/asgiref/asgiref-3.4.0.ebuild 
b/dev-python/asgiref/asgiref-3.4.0.ebuild
new file mode 100644
index 000..d0582cfb518
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.4.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020-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
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' python3_7 pypy3)"
+BDEPEND="
+   test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest



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

2021-06-16 Thread Sergei Trofimovich
commit: 9f2633a794dd43950fc2febaf7db5dbbeb1d5960
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun 16 15:27:53 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 16 15:40:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f2633a7

dev-python/asgiref: stable 3.3.4 for sparc, bug #796065

Package-Manager: Portage-3.0.18, 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/asgiref/asgiref-3.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/asgiref/asgiref-3.3.4.ebuild 
b/dev-python/asgiref/asgiref-3.3.4.ebuild
index e70fd3e2d76..5e646be8c07 100644
--- a/dev-python/asgiref/asgiref-3.3.4.ebuild
+++ b/dev-python/asgiref/asgiref-3.3.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-06-10 Thread Yixun Lan
commit: 413664aefe2e9c33b59315f854925864bb8213f0
Author: Yixun Lan  gentoo  org>
AuthorDate: Thu Jun 10 10:20:03 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Thu Jun 10 14:01:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=413664ae

dev-python/asgiref: keyword ~riscv

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

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

diff --git a/dev-python/asgiref/asgiref-3.3.4.ebuild 
b/dev-python/asgiref/asgiref-3.3.4.ebuild
index 709bb95bb8f..e70fd3e2d76 100644
--- a/dev-python/asgiref/asgiref-3.3.4.ebuild
+++ b/dev-python/asgiref/asgiref-3.3.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-05-20 Thread Michał Górny
commit: ffad4d6fdd33979f972594f1be9155a81a78a769
Author: Ekaterina Vaartis  kotobank  ch>
AuthorDate: Thu May 20 19:48:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 20 20:10:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffad4d6f

dev-python/asgiref: Bump to python 3.10 with a patch for warnings

Upstream PR: https://github.com/django/asgiref/pull/262

Signed-off-by: Ekaterina Vaartis  kotobank.ch>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/asgiref/asgiref-3.3.4.ebuild|   7 +-
 .../files/asgiref-3.3.4-py310-warnings.patch   | 235 +
 2 files changed, 241 insertions(+), 1 deletion(-)

diff --git a/dev-python/asgiref/asgiref-3.3.4.ebuild 
b/dev-python/asgiref/asgiref-3.3.4.ebuild
index e32555868e8..709bb95bb8f 100644
--- a/dev-python/asgiref/asgiref-3.3.4.ebuild
+++ b/dev-python/asgiref/asgiref-3.3.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="ASGI utilities (successor to WSGI)"
@@ -24,4 +24,9 @@ RDEPEND="
 BDEPEND="
test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
 
+PATCHES=(
+   # Provided to upstream: https://github.com/django/asgiref/pull/262
+   "${FILESDIR}/${P}-py310-warnings.patch"
+)
+
 distutils_enable_tests pytest

diff --git a/dev-python/asgiref/files/asgiref-3.3.4-py310-warnings.patch 
b/dev-python/asgiref/files/asgiref-3.3.4-py310-warnings.patch
new file mode 100644
index 000..1cd017ddfbd
--- /dev/null
+++ b/dev-python/asgiref/files/asgiref-3.3.4-py310-warnings.patch
@@ -0,0 +1,235 @@
+From 0c9e989f18b99ea24a1fb3ea2c8a66fd295c2178 Mon Sep 17 00:00:00 2001
+From: Ekaterina Vaartis 
+Date: Thu, 20 May 2021 19:44:15 +0300
+Subject: [PATCH] Fix deprecation warnings for python 3.10
+
+asyncio.get_event_loop was marked as deprecated, the documnetation
+now refers to asyncio.get_running_loop([1])
+
+asyncio.ensure_future issues a deprecation warning if there is no
+running event loop([2]), so use asyncio.run which creates and destroys the
+loop itself
+
+asyncio.gather issues a warning if run outside of event
+loop (i.e. there is no running event loop)([3]), so wrap it into an
+async def
+
+explicit passing of coroutine objects to asyncio.wait is deprecated
+since 3.8([4]), so wrap them in asyncio.create_task
+
+plus, add 3.10 to tox.ini
+
+[1]: 
https://docs.python.org/3.10/library/asyncio-eventloop.html#asyncio.get_event_loop
+[2]: 
https://docs.python.org/3.10/library/asyncio-future.html#asyncio.ensure_future
+[3]: https://docs.python.org/3.10/library/asyncio-task.html#asyncio.gather
+[4]: https://docs.python.org/3.10/library/asyncio-task.html#asyncio.wait
+---
+ asgiref/compatibility.py   | 14 ++
+ asgiref/server.py  |  8 
+ asgiref/sync.py| 15 ++-
+ tests/test_sync.py | 19 ++-
+ tests/test_sync_contextvars.py |  3 ++-
+ tox.ini|  2 +-
+ 6 files changed, 45 insertions(+), 16 deletions(-)
+
+diff --git a/asgiref/compatibility.py b/asgiref/compatibility.py
+index eccaee0..614b2e6 100644
+--- a/asgiref/compatibility.py
 b/asgiref/compatibility.py
+@@ -1,5 +1,6 @@
+ import asyncio
+ import inspect
++import sys
+ 
+ 
+ def is_double_callable(application):
+@@ -45,3 +46,16 @@ def guarantee_single_callable(application):
+ if is_double_callable(application):
+ application = double_to_single_callable(application)
+ return application
++
++
++if sys.version_info >= (3, 7):
++# these were introduced in 3.7
++get_running_loop = asyncio.get_running_loop
++run_future = asyncio.run
++create_task = asyncio.create_task
++else:
++# marked as deprecated in 3.10, did not exist before 3.7
++get_running_loop = asyncio.get_event_loop
++run_future = asyncio.ensure_future
++# does nothing, this is fine for <3.7
++create_task = lambda task: task
+diff --git a/asgiref/server.py b/asgiref/server.py
+index f975f78..fb1c394 100644
+--- a/asgiref/server.py
 b/asgiref/server.py
+@@ -3,7 +3,7 @@ import logging
+ import time
+ import traceback
+ 
+-from .compatibility import guarantee_single_callable
++from .compatibility import get_running_loop, guarantee_single_callable, 
run_future
+ 
+ logger = logging.getLogger(__name__)
+ 
+@@ -56,7 +56,7 @@ class StatelessServer:
+ """
+ Runs the asyncio event loop with our handler loop.
+ """
+-event_loop = asyncio.get_event_loop()
++event_loop = get_running_loop()
+ asyncio.ensure_future(self.application_checker())
+ try:
+ event_loop.run_until_complete(self.handle())
+@@ -88,12 +88,12 @@ class StatelessServer:
+ input_queue = asyncio.Queue()
+ application_instance = guarantee_single_callable(self.application)
+ # Run it, and stash the future for later checking
+-

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

2021-05-20 Thread Michał Górny
commit: cb7a5f7a37a70e41c378a66b7c8aa534b5367b4c
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May 20 10:01:24 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May 20 10:04:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb7a5f7a

dev-python/asgiref: Revert "Bump to python 3.10"

The package triggers DeprecationWarnings that break pytest in revdeps.

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

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

diff --git a/dev-python/asgiref/asgiref-3.3.4.ebuild 
b/dev-python/asgiref/asgiref-3.3.4.ebuild
index 4e89d432336..e32555868e8 100644
--- a/dev-python/asgiref/asgiref-3.3.4.ebuild
+++ b/dev-python/asgiref/asgiref-3.3.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..10} pypy3 )
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="ASGI utilities (successor to WSGI)"



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

2021-05-18 Thread Michał Górny
commit: a3729495f2e6aca4474383da1fcddf210c6975bb
Author: Ekaterina Vaartis  kotobank  ch>
AuthorDate: Sat May 15 18:21:21 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 18 11:39:55 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3729495

dev-python/asgiref: Bump to python 3.10

Signed-off-by: Ekaterina Vaartis  kotobank.ch>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/asgiref/asgiref-3.3.4.ebuild 
b/dev-python/asgiref/asgiref-3.3.4.ebuild
index e32555868e8..4e89d432336 100644
--- a/dev-python/asgiref/asgiref-3.3.4.ebuild
+++ b/dev-python/asgiref/asgiref-3.3.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="ASGI utilities (successor to WSGI)"



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

2021-05-15 Thread Sergei Trofimovich
commit: a357a7249097b2234bf1e53695a227305a3ef491
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat May 15 19:38:05 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat May 15 19:39:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a357a724

dev-python/asgiref: keyworded 3.3.4 for ia64

keyworded wrt bug #789606

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

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

diff --git a/dev-python/asgiref/asgiref-3.3.4.ebuild 
b/dev-python/asgiref/asgiref-3.3.4.ebuild
index a12753bb60b..e32555868e8 100644
--- a/dev-python/asgiref/asgiref-3.3.4.ebuild
+++ b/dev-python/asgiref/asgiref-3.3.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-05-13 Thread Sergei Trofimovich
commit: f8a2e4844ae1a4b8a9a5600a808daf84c2f3d707
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu May 13 10:38:53 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu May 13 13:18:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a2e484

dev-python/asgiref: keyworded 3.3.4 for hppa, bug #789606

Package-Manager: Portage-3.0.18, 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/asgiref/asgiref-3.3.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/asgiref/asgiref-3.3.4.ebuild 
b/dev-python/asgiref/asgiref-3.3.4.ebuild
index c6fd7ab9152..a12753bb60b 100644
--- a/dev-python/asgiref/asgiref-3.3.4.ebuild
+++ b/dev-python/asgiref/asgiref-3.3.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-05-12 Thread Michał Górny
commit: ec38cce1fc2077309b8da3a3bf305af792b02117
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 12 07:29:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 12 08:36:58 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec38cce1

dev-python/asgiref: Enable pypy3

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

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

diff --git a/dev-python/asgiref/asgiref-3.3.4.ebuild 
b/dev-python/asgiref/asgiref-3.3.4.ebuild
index edb57ed26ea..c6fd7ab9152 100644
--- a/dev-python/asgiref/asgiref-3.3.4.ebuild
+++ b/dev-python/asgiref/asgiref-3.3.4.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
 inherit distutils-r1
 
 DESCRIPTION="ASGI utilities (successor to WSGI)"
@@ -20,7 +20,7 @@ KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
 RDEPEND="
$(python_gen_cond_dep '
dev-python/typing-extensions[${PYTHON_USEDEP}]
-   ' python3_7)"
+   ' python3_7 pypy3)"
 BDEPEND="
test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
 



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

2021-05-06 Thread Michał Górny
commit: ce0f843c1000a4b5e4bafe61fd98ef9c56d7060a
Author: Michał Górny  gentoo  org>
AuthorDate: Thu May  6 11:02:11 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu May  6 11:02:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce0f843c

dev-python/asgiref: Remove old (py3.7)

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

 dev-python/asgiref/Manifest |  2 --
 dev-python/asgiref/asgiref-3.3.1.ebuild | 23 ---
 dev-python/asgiref/asgiref-3.3.2.ebuild | 27 ---
 3 files changed, 52 deletions(-)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 21c4f402109..6d2097599c3 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,3 +1 @@
-DIST asgiref-3.3.1.tar.gz 27197 BLAKE2B 
1a883ed8b87dd1214ffb7672796159684f04a9a38d75562df38455ea039667f877020263b4577a3f6f7cfdfa0aae2a2074781db669f10c5b639a5009ee4c94b3
 SHA512 
2d709e8b0ea8b9f11f485ee438cfbbfe8a832de1aa37094a6339cfff23c2605ec79f691320c42bebf46f3bddb005ebb6857d17a8ad641c87a149536cc65984e6
-DIST asgiref-3.3.2.tar.gz 30088 BLAKE2B 
7c2b6083a0e0bd19162d4e1e12ad8e3b7267e8e004494eeca0e22ce13acd3bdc7b4ab056f72bb19209b7f933cee817e50930e31be798a89d0952d9de38fc6d67
 SHA512 
e2259add28554968936e09bf6a53cf71cef4e2e01d58d8e9651543657ba8517be5f2dd7d76334394cac579f7d560e3ab1c498434bbd67276b336ddd78644ba1f
 DIST asgiref-3.3.4.tar.gz 30780 BLAKE2B 
f14a5ae3cc3d0c67a827b4b8d002c9d92388285f7388b7ac439b11fbe2e72b6dee5a9c38637e6b5189e3a3625d24a806b5aeff1ffc41861fd4947d7b7c4621ba
 SHA512 
e224ce82f9156e3efde316f3e209a9fbb9494cb9347d6652e19ed130921143de8d3e2a45f50352bf13fcdf229c291e68a0348fff31de144e58cd1a53b4eb0c31

diff --git a/dev-python/asgiref/asgiref-3.3.1.ebuild 
b/dev-python/asgiref/asgiref-3.3.1.ebuild
deleted file mode 100644
index dc2cdb04fa5..000
--- a/dev-python/asgiref/asgiref-3.3.1.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit distutils-r1
-
-DESCRIPTION="ASGI utilities (successor to WSGI)"
-HOMEPAGE="
-   https://asgi.readthedocs.io/en/latest/
-   https://github.com/django/asgiref/
-   https://pypi.org/project/asgiref/;
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
-
-BDEPEND="
-   test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest

diff --git a/dev-python/asgiref/asgiref-3.3.2.ebuild 
b/dev-python/asgiref/asgiref-3.3.2.ebuild
deleted file mode 100644
index c10fad78bb3..000
--- a/dev-python/asgiref/asgiref-3.3.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2020-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit distutils-r1
-
-DESCRIPTION="ASGI utilities (successor to WSGI)"
-HOMEPAGE="
-   https://asgi.readthedocs.io/en/latest/
-   https://github.com/django/asgiref/
-   https://pypi.org/project/asgiref/;
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   ' python3_7)"
-BDEPEND="
-   test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest



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

2021-05-06 Thread Sam James
commit: ee0642127eb397b2f5d72a0fc606174cd5a5e753
Author: Sam James  gentoo  org>
AuthorDate: Thu May  6 09:56:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu May  6 09:56:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee064212

dev-python/asgiref: Stabilize 3.3.4 ALLARCHES, #788469

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

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

diff --git a/dev-python/asgiref/asgiref-3.3.4.ebuild 
b/dev-python/asgiref/asgiref-3.3.4.ebuild
index c10fad78bb3..edb57ed26ea 100644
--- a/dev-python/asgiref/asgiref-3.3.4.ebuild
+++ b/dev-python/asgiref/asgiref-3.3.4.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="
$(python_gen_cond_dep '



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

2021-04-06 Thread Michał Górny
commit: 70dbffcda33c8f4d1b32f368ddbc57a9ca3238bf
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  6 20:43:10 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  6 21:26:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70dbffcd

dev-python/asgiref: Bump to 3.3.4

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

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

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index d1df77f47c8..21c4f402109 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,2 +1,3 @@
 DIST asgiref-3.3.1.tar.gz 27197 BLAKE2B 
1a883ed8b87dd1214ffb7672796159684f04a9a38d75562df38455ea039667f877020263b4577a3f6f7cfdfa0aae2a2074781db669f10c5b639a5009ee4c94b3
 SHA512 
2d709e8b0ea8b9f11f485ee438cfbbfe8a832de1aa37094a6339cfff23c2605ec79f691320c42bebf46f3bddb005ebb6857d17a8ad641c87a149536cc65984e6
 DIST asgiref-3.3.2.tar.gz 30088 BLAKE2B 
7c2b6083a0e0bd19162d4e1e12ad8e3b7267e8e004494eeca0e22ce13acd3bdc7b4ab056f72bb19209b7f933cee817e50930e31be798a89d0952d9de38fc6d67
 SHA512 
e2259add28554968936e09bf6a53cf71cef4e2e01d58d8e9651543657ba8517be5f2dd7d76334394cac579f7d560e3ab1c498434bbd67276b336ddd78644ba1f
+DIST asgiref-3.3.4.tar.gz 30780 BLAKE2B 
f14a5ae3cc3d0c67a827b4b8d002c9d92388285f7388b7ac439b11fbe2e72b6dee5a9c38637e6b5189e3a3625d24a806b5aeff1ffc41861fd4947d7b7c4621ba
 SHA512 
e224ce82f9156e3efde316f3e209a9fbb9494cb9347d6652e19ed130921143de8d3e2a45f50352bf13fcdf229c291e68a0348fff31de144e58cd1a53b4eb0c31

diff --git a/dev-python/asgiref/asgiref-3.3.4.ebuild 
b/dev-python/asgiref/asgiref-3.3.4.ebuild
new file mode 100644
index 000..c10fad78bb3
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.3.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' python3_7)"
+BDEPEND="
+   test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest



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

2021-04-06 Thread Michał Górny
commit: 9076675888dba8b6f61ce52762a586ff85b49fde
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr  6 06:47:20 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr  6 07:22:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90766758

dev-python/asgiref: Bump to 3.3.2

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

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

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index b4d6dbca014..d1df77f47c8 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1 +1,2 @@
 DIST asgiref-3.3.1.tar.gz 27197 BLAKE2B 
1a883ed8b87dd1214ffb7672796159684f04a9a38d75562df38455ea039667f877020263b4577a3f6f7cfdfa0aae2a2074781db669f10c5b639a5009ee4c94b3
 SHA512 
2d709e8b0ea8b9f11f485ee438cfbbfe8a832de1aa37094a6339cfff23c2605ec79f691320c42bebf46f3bddb005ebb6857d17a8ad641c87a149536cc65984e6
+DIST asgiref-3.3.2.tar.gz 30088 BLAKE2B 
7c2b6083a0e0bd19162d4e1e12ad8e3b7267e8e004494eeca0e22ce13acd3bdc7b4ab056f72bb19209b7f933cee817e50930e31be798a89d0952d9de38fc6d67
 SHA512 
e2259add28554968936e09bf6a53cf71cef4e2e01d58d8e9651543657ba8517be5f2dd7d76334394cac579f7d560e3ab1c498434bbd67276b336ddd78644ba1f

diff --git a/dev-python/asgiref/asgiref-3.3.2.ebuild 
b/dev-python/asgiref/asgiref-3.3.2.ebuild
new file mode 100644
index 000..c10fad78bb3
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.3.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2020-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' python3_7)"
+BDEPEND="
+   test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest



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

2021-01-18 Thread Sam James
commit: ba133c1c450d70fb73cdf8f064185b27f9065df5
Author: Sam James  gentoo  org>
AuthorDate: Mon Jan 18 14:51:45 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jan 18 14:51:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba133c1c

dev-python/asgiref: Keyword 3.3.1 sparc, #765859

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

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

diff --git a/dev-python/asgiref/asgiref-3.3.1.ebuild 
b/dev-python/asgiref/asgiref-3.3.1.ebuild
index 8ddc951f3bf..04b982c66f9 100644
--- a/dev-python/asgiref/asgiref-3.3.1.ebuild
+++ b/dev-python/asgiref/asgiref-3.3.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2020 Gentoo Authors
+# Copyright 2020-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 ~sparc x86"
 
 BDEPEND="
test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"



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

2020-12-21 Thread Sam James
commit: a80ec50f9bf2baaeeaaf891b656bee2c795e6b10
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec 21 22:16:32 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec 21 22:16:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a80ec50f

dev-python/asgiref: Stabilize 3.3.1 ALLARCHES, #761196

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

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

diff --git a/dev-python/asgiref/asgiref-3.3.1.ebuild 
b/dev-python/asgiref/asgiref-3.3.1.ebuild
index 0e968ac9caf..8ddc951f3bf 100644
--- a/dev-python/asgiref/asgiref-3.3.1.ebuild
+++ b/dev-python/asgiref/asgiref-3.3.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 x86"
 
 BDEPEND="
test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"



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

2020-12-21 Thread Sam James
commit: 4066b02b828860df572c5020827cdb5334d90202
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec 21 22:14:59 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec 21 22:14:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4066b02b

dev-python/asgiref: arm64 stable (bug #761196)

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

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

diff --git a/dev-python/asgiref/asgiref-3.3.1.ebuild 
b/dev-python/asgiref/asgiref-3.3.1.ebuild
index 1990cf757f7..0e968ac9caf 100644
--- a/dev-python/asgiref/asgiref-3.3.1.ebuild
+++ b/dev-python/asgiref/asgiref-3.3.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 
 BDEPEND="
test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"



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

2020-12-21 Thread Michał Górny
commit: 1fdbd3a38ee9e4fdde431b33aefbcf0a24982108
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Dec 21 20:23:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Dec 21 20:26:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fdbd3a3

dev-python/asgiref: Remove old

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

 dev-python/asgiref/Manifest |  1 -
 dev-python/asgiref/asgiref-3.3.0.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 76cce639fab..b4d6dbca014 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,2 +1 @@
-DIST asgiref-3.3.0.tar.gz 26945 BLAKE2B 
bdb1154175f95fc068fd1841a69ec9c5e782c212d9649aef0b9ca7592987f88d23311149f573febd76e5ab6fea4e6087a8c5e6e9e2edb4dab37d34ff3d180845
 SHA512 
fbb66af8f0e2bbeed31ae6ac358f045c0eef6cdeec6edbaf358f7551ff24e69233cfbc898b60ac9d16d747a9fb7e10a8b203065602140c025b2ae7d4d7229def
 DIST asgiref-3.3.1.tar.gz 27197 BLAKE2B 
1a883ed8b87dd1214ffb7672796159684f04a9a38d75562df38455ea039667f877020263b4577a3f6f7cfdfa0aae2a2074781db669f10c5b639a5009ee4c94b3
 SHA512 
2d709e8b0ea8b9f11f485ee438cfbbfe8a832de1aa37094a6339cfff23c2605ec79f691320c42bebf46f3bddb005ebb6857d17a8ad641c87a149536cc65984e6

diff --git a/dev-python/asgiref/asgiref-3.3.0.ebuild 
b/dev-python/asgiref/asgiref-3.3.0.ebuild
deleted file mode 100644
index 1990cf757f7..000
--- a/dev-python/asgiref/asgiref-3.3.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} )
-inherit distutils-r1
-
-DESCRIPTION="ASGI utilities (successor to WSGI)"
-HOMEPAGE="
-   https://asgi.readthedocs.io/en/latest/
-   https://github.com/django/asgiref/
-   https://pypi.org/project/asgiref/;
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-
-BDEPEND="
-   test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest



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

2020-12-21 Thread Sam James
commit: 12ecc48cdcf5711de648ca437c290019fa790d05
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec 21 20:20:56 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec 21 20:21:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ecc48c

dev-python/asgiref: Stabilize 3.3.1 ALLARCHES, #761145

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

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

diff --git a/dev-python/asgiref/asgiref-3.3.1.ebuild 
b/dev-python/asgiref/asgiref-3.3.1.ebuild
index 2a8bf860303..1990cf757f7 100644
--- a/dev-python/asgiref/asgiref-3.3.1.ebuild
+++ b/dev-python/asgiref/asgiref-3.3.1.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 BDEPEND="
test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"



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

2020-11-18 Thread Michał Górny
commit: 3bf5f628129d0d08cee773c73a818668217702a6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 18 22:59:20 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 19 00:40:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bf5f628

dev-python/asgiref: Bump to 3.3.1

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

 dev-python/asgiref/Manifest |  1 +
 dev-python/asgiref/asgiref-3.3.1.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 1275dc91eb5..76cce639fab 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1 +1,2 @@
 DIST asgiref-3.3.0.tar.gz 26945 BLAKE2B 
bdb1154175f95fc068fd1841a69ec9c5e782c212d9649aef0b9ca7592987f88d23311149f573febd76e5ab6fea4e6087a8c5e6e9e2edb4dab37d34ff3d180845
 SHA512 
fbb66af8f0e2bbeed31ae6ac358f045c0eef6cdeec6edbaf358f7551ff24e69233cfbc898b60ac9d16d747a9fb7e10a8b203065602140c025b2ae7d4d7229def
+DIST asgiref-3.3.1.tar.gz 27197 BLAKE2B 
1a883ed8b87dd1214ffb7672796159684f04a9a38d75562df38455ea039667f877020263b4577a3f6f7cfdfa0aae2a2074781db669f10c5b639a5009ee4c94b3
 SHA512 
2d709e8b0ea8b9f11f485ee438cfbbfe8a832de1aa37094a6339cfff23c2605ec79f691320c42bebf46f3bddb005ebb6857d17a8ad641c87a149536cc65984e6

diff --git a/dev-python/asgiref/asgiref-3.3.1.ebuild 
b/dev-python/asgiref/asgiref-3.3.1.ebuild
new file mode 100644
index 000..2a8bf860303
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.3.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+BDEPEND="
+   test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest



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

2020-11-15 Thread Michał Górny
commit: ffecb3e7d68e5b60328c82eb1ee844f547ec315b
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 15 13:04:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 15 13:04:39 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffecb3e7

dev-python/asgiref: Remove old

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

 dev-python/asgiref/Manifest  |  1 -
 dev-python/asgiref/asgiref-3.2.10.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 60328e9da03..1275dc91eb5 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,2 +1 @@
-DIST asgiref-3.2.10.tar.gz 25669 BLAKE2B 
2cd0328054b218ae8abf840f85c7da6d9183dd5a52cef78176756020eb1f565fded9717fced3bc7fc4b85f9f1ff34b46ea95231b74afec0cbcc5000f9468c28b
 SHA512 
8688d71103dfe569978712481161a88cce9aa6587eacbf29ea42d585817c813625360724d1d561d12456a6580647f9d4a098f194bd780f3c9f7e52a1e0aa8c88
 DIST asgiref-3.3.0.tar.gz 26945 BLAKE2B 
bdb1154175f95fc068fd1841a69ec9c5e782c212d9649aef0b9ca7592987f88d23311149f573febd76e5ab6fea4e6087a8c5e6e9e2edb4dab37d34ff3d180845
 SHA512 
fbb66af8f0e2bbeed31ae6ac358f045c0eef6cdeec6edbaf358f7551ff24e69233cfbc898b60ac9d16d747a9fb7e10a8b203065602140c025b2ae7d4d7229def

diff --git a/dev-python/asgiref/asgiref-3.2.10.ebuild 
b/dev-python/asgiref/asgiref-3.2.10.ebuild
deleted file mode 100644
index 1990cf757f7..000
--- a/dev-python/asgiref/asgiref-3.2.10.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6..9} )
-inherit distutils-r1
-
-DESCRIPTION="ASGI utilities (successor to WSGI)"
-HOMEPAGE="
-   https://asgi.readthedocs.io/en/latest/
-   https://github.com/django/asgiref/
-   https://pypi.org/project/asgiref/;
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-
-BDEPEND="
-   test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest



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

2020-11-15 Thread Sam James
commit: 3658b88649374ac3db2a944020c3fbfa319e0d5c
Author: Sam James  gentoo  org>
AuthorDate: Sun Nov 15 11:02:38 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Nov 15 11:02:38 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3658b886

dev-python/asgiref: Stabilize 3.3.0 ALLARCHES, #754420

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

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

diff --git a/dev-python/asgiref/asgiref-3.3.0.ebuild 
b/dev-python/asgiref/asgiref-3.3.0.ebuild
index 2a8bf860303..1990cf757f7 100644
--- a/dev-python/asgiref/asgiref-3.3.0.ebuild
+++ b/dev-python/asgiref/asgiref-3.3.0.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 BDEPEND="
test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"



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

2020-10-09 Thread Michał Górny
commit: f2346118ae1ba9b31d0dc75dfa2c160ee4c12909
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 10 05:31:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 10 05:31:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2346118

dev-python/asgiref: Bump to 3.3.0

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

 dev-python/asgiref/Manifest |  1 +
 dev-python/asgiref/asgiref-3.3.0.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 81cbf56ee06..60328e9da03 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1 +1,2 @@
 DIST asgiref-3.2.10.tar.gz 25669 BLAKE2B 
2cd0328054b218ae8abf840f85c7da6d9183dd5a52cef78176756020eb1f565fded9717fced3bc7fc4b85f9f1ff34b46ea95231b74afec0cbcc5000f9468c28b
 SHA512 
8688d71103dfe569978712481161a88cce9aa6587eacbf29ea42d585817c813625360724d1d561d12456a6580647f9d4a098f194bd780f3c9f7e52a1e0aa8c88
+DIST asgiref-3.3.0.tar.gz 26945 BLAKE2B 
bdb1154175f95fc068fd1841a69ec9c5e782c212d9649aef0b9ca7592987f88d23311149f573febd76e5ab6fea4e6087a8c5e6e9e2edb4dab37d34ff3d180845
 SHA512 
fbb66af8f0e2bbeed31ae6ac358f045c0eef6cdeec6edbaf358f7551ff24e69233cfbc898b60ac9d16d747a9fb7e10a8b203065602140c025b2ae7d4d7229def

diff --git a/dev-python/asgiref/asgiref-3.3.0.ebuild 
b/dev-python/asgiref/asgiref-3.3.0.ebuild
new file mode 100644
index 000..2a8bf860303
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.3.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+
+BDEPEND="
+   test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest



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

2020-08-29 Thread Sam James
commit: 6923cd17cac11318b7d615ecda344f1b053986c0
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 30 05:15:43 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 30 05:15:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6923cd17

dev-python/asgiref: Keyword 3.2.10 arm, #739220

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

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

diff --git a/dev-python/asgiref/asgiref-3.2.10.ebuild 
b/dev-python/asgiref/asgiref-3.2.10.ebuild
index a0f13c87fd5..1990cf757f7 100644
--- a/dev-python/asgiref/asgiref-3.2.10.ebuild
+++ b/dev-python/asgiref/asgiref-3.2.10.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 
 BDEPEND="
test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"



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

2020-07-30 Thread Michał Górny
commit: d64b91f26ff61579f7e7e5968681cfad6bb9d9f6
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jul 30 20:39:24 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jul 30 20:41:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d64b91f2

dev-python/asgiref: Remove old

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

 dev-python/asgiref/Manifest |  1 -
 dev-python/asgiref/asgiref-3.2.7.ebuild | 23 ---
 2 files changed, 24 deletions(-)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 355cbfabc79..81cbf56ee06 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,2 +1 @@
 DIST asgiref-3.2.10.tar.gz 25669 BLAKE2B 
2cd0328054b218ae8abf840f85c7da6d9183dd5a52cef78176756020eb1f565fded9717fced3bc7fc4b85f9f1ff34b46ea95231b74afec0cbcc5000f9468c28b
 SHA512 
8688d71103dfe569978712481161a88cce9aa6587eacbf29ea42d585817c813625360724d1d561d12456a6580647f9d4a098f194bd780f3c9f7e52a1e0aa8c88
-DIST asgiref-3.2.7.tar.gz 25350 BLAKE2B 
a92d573330b1d10ba9c8d963c0824bce93151f0e38533f81a292ec0b98bc218e3b214e44ed1dadcaf10b94e94fd626cea00a5da40c5dc129b7f40ca2c5afa432
 SHA512 
a7b8b94e14299ced539c7ca60d310bbbde2af0f40bfa404d176a95bb6cd37402bf6bef5a5a309cdcdda4852908717a83763d7deb520b05ce74977a3bca4621e9

diff --git a/dev-python/asgiref/asgiref-3.2.7.ebuild 
b/dev-python/asgiref/asgiref-3.2.7.ebuild
deleted file mode 100644
index f9e5cece639..000
--- a/dev-python/asgiref/asgiref-3.2.7.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7,8} )
-inherit distutils-r1
-
-DESCRIPTION="ASGI utilities (successor to WSGI)"
-HOMEPAGE="
-   https://asgi.readthedocs.io/en/latest/
-   https://github.com/django/asgiref/
-   https://pypi.org/project/asgiref/;
-SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
-
-BDEPEND="
-   test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
-
-distutils_enable_tests pytest



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

2020-07-30 Thread Sam James
commit: a58adf3c4f1cfddeaf8fb2eb063adf7d7065eae6
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 19:58:14 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 19:58:14 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a58adf3c

dev-python/asgiref: ALLARCHES stable (via amd64, bug #734382)

Closes: https://bugs.gentoo.org/734382
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/asgiref/asgiref-3.2.10.ebuild 
b/dev-python/asgiref/asgiref-3.2.10.ebuild
index 1cce81d33d3..a0f13c87fd5 100644
--- a/dev-python/asgiref/asgiref-3.2.10.ebuild
+++ b/dev-python/asgiref/asgiref-3.2.10.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
 
 BDEPEND="
test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"



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

2020-07-30 Thread Sam James
commit: 7f5839d3d014240a37fbaed96088388ea62ab87f
Author: Sam James  gentoo  org>
AuthorDate: Thu Jul 30 19:01:12 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jul 30 19:34:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f5839d3

dev-python/asgiref: amd64 stable (bug #734382)

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

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

diff --git a/dev-python/asgiref/asgiref-3.2.10.ebuild 
b/dev-python/asgiref/asgiref-3.2.10.ebuild
index 105d875af28..1cce81d33d3 100644
--- a/dev-python/asgiref/asgiref-3.2.10.ebuild
+++ b/dev-python/asgiref/asgiref-3.2.10.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86"
 
 BDEPEND="
test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"



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

2020-07-05 Thread Agostino Sarubbo
commit: 5b71a6fea766bd055281185b5a6da4339106389f
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Jul  5 13:43:59 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Jul  5 13:43:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b71a6fe

dev-python/asgiref: x86 stable wrt bug #730376

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/asgiref/asgiref-3.2.7.ebuild 
b/dev-python/asgiref/asgiref-3.2.7.ebuild
index 5a179cf4900..f9e5cece639 100644
--- a/dev-python/asgiref/asgiref-3.2.7.ebuild
+++ b/dev-python/asgiref/asgiref-3.2.7.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
 
 BDEPEND="
test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"



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

2020-07-02 Thread Agostino Sarubbo
commit: e23c8e7667c68f93e9694dfdad4d4d2040660c7c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jul  2 06:25:30 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jul  2 06:25:30 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e23c8e76

dev-python/asgiref: amd64 stable wrt bug #730376

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

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

diff --git a/dev-python/asgiref/asgiref-3.2.7.ebuild 
b/dev-python/asgiref/asgiref-3.2.7.ebuild
index 520ccd29acf..5a179cf4900 100644
--- a/dev-python/asgiref/asgiref-3.2.7.ebuild
+++ b/dev-python/asgiref/asgiref-3.2.7.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 ~x86"
 
 BDEPEND="
test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"



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

2020-06-19 Thread Michał Górny
commit: a83aa92da46b247bab9373a4f013f263bb3301b5
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun 19 06:40:17 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun 19 09:10:04 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a83aa92d

dev-python/asgiref: Bump to 3.2.10

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

 dev-python/asgiref/Manifest  |  1 +
 dev-python/asgiref/asgiref-3.2.10.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 0594ce684ea..952ea4f5e45 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,3 +1,4 @@
+DIST asgiref-3.2.10.tar.gz 25669 BLAKE2B 
2cd0328054b218ae8abf840f85c7da6d9183dd5a52cef78176756020eb1f565fded9717fced3bc7fc4b85f9f1ff34b46ea95231b74afec0cbcc5000f9468c28b
 SHA512 
8688d71103dfe569978712481161a88cce9aa6587eacbf29ea42d585817c813625360724d1d561d12456a6580647f9d4a098f194bd780f3c9f7e52a1e0aa8c88
 DIST asgiref-3.2.7.tar.gz 25350 BLAKE2B 
a92d573330b1d10ba9c8d963c0824bce93151f0e38533f81a292ec0b98bc218e3b214e44ed1dadcaf10b94e94fd626cea00a5da40c5dc129b7f40ca2c5afa432
 SHA512 
a7b8b94e14299ced539c7ca60d310bbbde2af0f40bfa404d176a95bb6cd37402bf6bef5a5a309cdcdda4852908717a83763d7deb520b05ce74977a3bca4621e9
 DIST asgiref-3.2.8.tar.gz 25469 BLAKE2B 
c6c3510159aa3a5a35f5d16b427d074b72973576cc4747076caf43854567c628eb37703bb5916cfda9d9dac45c700f881957cbc6a991ab13731c54ef2f6aca53
 SHA512 
895a0ff28a7d11facc0a41ae603099afb49c2e01ff2d912655d27fff2e2aa0ee8d84fcba45fe873260b39de0e3dd225ca5218100d4bb96c83e63d1fe36f4683a
 DIST asgiref-3.2.9.tar.gz 25482 BLAKE2B 
0bb99c8b207bd384e7c691696fd64dcd08d02037da98c76d6e401d6d37db432443a10d08a3908fd17908d991455d1ac2faae82726062271a3dd17e4a68e7a2e4
 SHA512 
1810b19bb045fdb4bf47ec7e5caabd0f8869410a6f81503de2148fd024a88da40ed93cce1b47905d7e99f7e89f08a61a9980b88ab738e783664520c6f27e346c

diff --git a/dev-python/asgiref/asgiref-3.2.10.ebuild 
b/dev-python/asgiref/asgiref-3.2.10.ebuild
new file mode 100644
index 000..105d875af28
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.2.10.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+
+BDEPEND="
+   test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest



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

2020-06-17 Thread Michał Górny
commit: 11abd6c2942dc6950c7ae733dc0d9d5ddbb41d03
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jun 17 06:42:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun 17 06:56:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11abd6c2

dev-python/asgiref: Bump to 3.2.9

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

 dev-python/asgiref/Manifest |  1 +
 dev-python/asgiref/asgiref-3.2.9.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index 17e5062d9af..0594ce684ea 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1,2 +1,3 @@
 DIST asgiref-3.2.7.tar.gz 25350 BLAKE2B 
a92d573330b1d10ba9c8d963c0824bce93151f0e38533f81a292ec0b98bc218e3b214e44ed1dadcaf10b94e94fd626cea00a5da40c5dc129b7f40ca2c5afa432
 SHA512 
a7b8b94e14299ced539c7ca60d310bbbde2af0f40bfa404d176a95bb6cd37402bf6bef5a5a309cdcdda4852908717a83763d7deb520b05ce74977a3bca4621e9
 DIST asgiref-3.2.8.tar.gz 25469 BLAKE2B 
c6c3510159aa3a5a35f5d16b427d074b72973576cc4747076caf43854567c628eb37703bb5916cfda9d9dac45c700f881957cbc6a991ab13731c54ef2f6aca53
 SHA512 
895a0ff28a7d11facc0a41ae603099afb49c2e01ff2d912655d27fff2e2aa0ee8d84fcba45fe873260b39de0e3dd225ca5218100d4bb96c83e63d1fe36f4683a
+DIST asgiref-3.2.9.tar.gz 25482 BLAKE2B 
0bb99c8b207bd384e7c691696fd64dcd08d02037da98c76d6e401d6d37db432443a10d08a3908fd17908d991455d1ac2faae82726062271a3dd17e4a68e7a2e4
 SHA512 
1810b19bb045fdb4bf47ec7e5caabd0f8869410a6f81503de2148fd024a88da40ed93cce1b47905d7e99f7e89f08a61a9980b88ab738e783664520c6f27e346c

diff --git a/dev-python/asgiref/asgiref-3.2.9.ebuild 
b/dev-python/asgiref/asgiref-3.2.9.ebuild
new file mode 100644
index 000..105d875af28
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.2.9.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} )
+inherit distutils-r1
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+
+BDEPEND="
+   test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest



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

2020-06-16 Thread Michał Górny
commit: efc988864029180c7c9d024bbd7b18f2411cb6d6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 16 06:42:42 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 16 08:18:46 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efc98886

dev-python/asgiref: Port to py3.9

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

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

diff --git a/dev-python/asgiref/asgiref-3.2.8.ebuild 
b/dev-python/asgiref/asgiref-3.2.8.ebuild
index 520ccd29acf..105d875af28 100644
--- a/dev-python/asgiref/asgiref-3.2.8.ebuild
+++ b/dev-python/asgiref/asgiref-3.2.8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 inherit distutils-r1
 
 DESCRIPTION="ASGI utilities (successor to WSGI)"



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

2020-06-16 Thread Michał Górny
commit: 0db6ed79545f180657e76d0d0074245bafee8c61
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun 16 06:41:19 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jun 16 08:18:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0db6ed79

dev-python/asgiref: Bump to 3.2.8

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

 dev-python/asgiref/Manifest |  1 +
 dev-python/asgiref/asgiref-3.2.8.ebuild | 23 +++
 2 files changed, 24 insertions(+)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
index c595938870c..17e5062d9af 100644
--- a/dev-python/asgiref/Manifest
+++ b/dev-python/asgiref/Manifest
@@ -1 +1,2 @@
 DIST asgiref-3.2.7.tar.gz 25350 BLAKE2B 
a92d573330b1d10ba9c8d963c0824bce93151f0e38533f81a292ec0b98bc218e3b214e44ed1dadcaf10b94e94fd626cea00a5da40c5dc129b7f40ca2c5afa432
 SHA512 
a7b8b94e14299ced539c7ca60d310bbbde2af0f40bfa404d176a95bb6cd37402bf6bef5a5a309cdcdda4852908717a83763d7deb520b05ce74977a3bca4621e9
+DIST asgiref-3.2.8.tar.gz 25469 BLAKE2B 
c6c3510159aa3a5a35f5d16b427d074b72973576cc4747076caf43854567c628eb37703bb5916cfda9d9dac45c700f881957cbc6a991ab13731c54ef2f6aca53
 SHA512 
895a0ff28a7d11facc0a41ae603099afb49c2e01ff2d912655d27fff2e2aa0ee8d84fcba45fe873260b39de0e3dd225ca5218100d4bb96c83e63d1fe36f4683a

diff --git a/dev-python/asgiref/asgiref-3.2.8.ebuild 
b/dev-python/asgiref/asgiref-3.2.8.ebuild
new file mode 100644
index 000..520ccd29acf
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.2.8.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+
+BDEPEND="
+   test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest



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

2020-05-30 Thread Michał Górny
commit: 09be0659f4f3971e605922af2d9cd56bfac3597c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 30 16:11:41 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 30 16:20:45 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09be0659

dev-python/asgiref: Keyword 3.2.7 ppc, #721140

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

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

diff --git a/dev-python/asgiref/asgiref-3.2.7.ebuild 
b/dev-python/asgiref/asgiref-3.2.7.ebuild
index e6d259f88a4..520ccd29acf 100644
--- a/dev-python/asgiref/asgiref-3.2.7.ebuild
+++ b/dev-python/asgiref/asgiref-3.2.7.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
 
 BDEPEND="
test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"



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

2020-05-30 Thread Michał Górny
commit: 046ff11c098862e4cf0cebadf35bee0841f59e69
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 30 09:01:34 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 30 09:33:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=046ff11c

dev-python/asgiref: Keyword 3.2.7 ppc64, #721140

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

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

diff --git a/dev-python/asgiref/asgiref-3.2.7.ebuild 
b/dev-python/asgiref/asgiref-3.2.7.ebuild
index 58c6d6ced21..e6d259f88a4 100644
--- a/dev-python/asgiref/asgiref-3.2.7.ebuild
+++ b/dev-python/asgiref/asgiref-3.2.7.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 
 BDEPEND="
test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"



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

2020-05-12 Thread Mart Raudsepp
commit: ebe7345d68d0310269335791de032b3e87ae1b26
Author: Sam James (sam_c)  cmpct  info>
AuthorDate: Tue May 12 14:29:30 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue May 12 15:54:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe7345d

dev-python/asgiref: arm64 keyworded (bug #721140)

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Sam James (sam_c)  cmpct.info>
Signed-off-by: Mart Raudsepp  gentoo.org>

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

diff --git a/dev-python/asgiref/asgiref-3.2.7.ebuild 
b/dev-python/asgiref/asgiref-3.2.7.ebuild
index cb79e518c86..58c6d6ced21 100644
--- a/dev-python/asgiref/asgiref-3.2.7.ebuild
+++ b/dev-python/asgiref/asgiref-3.2.7.ebuild
@@ -15,7 +15,7 @@ SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 BDEPEND="
test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"



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

2020-05-05 Thread Michał Górny
commit: 14d517044382ceadf53eeccf8a0a2626efe3b950
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  5 19:47:26 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  5 20:22:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14d51704

dev-python/asgiref: New package, needed for django-3

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

 dev-python/asgiref/Manifest |  1 +
 dev-python/asgiref/asgiref-3.2.7.ebuild | 23 +++
 dev-python/asgiref/metadata.xml |  8 
 3 files changed, 32 insertions(+)

diff --git a/dev-python/asgiref/Manifest b/dev-python/asgiref/Manifest
new file mode 100644
index 000..c595938870c
--- /dev/null
+++ b/dev-python/asgiref/Manifest
@@ -0,0 +1 @@
+DIST asgiref-3.2.7.tar.gz 25350 BLAKE2B 
a92d573330b1d10ba9c8d963c0824bce93151f0e38533f81a292ec0b98bc218e3b214e44ed1dadcaf10b94e94fd626cea00a5da40c5dc129b7f40ca2c5afa432
 SHA512 
a7b8b94e14299ced539c7ca60d310bbbde2af0f40bfa404d176a95bb6cd37402bf6bef5a5a309cdcdda4852908717a83763d7deb520b05ce74977a3bca4621e9

diff --git a/dev-python/asgiref/asgiref-3.2.7.ebuild 
b/dev-python/asgiref/asgiref-3.2.7.ebuild
new file mode 100644
index 000..cb79e518c86
--- /dev/null
+++ b/dev-python/asgiref/asgiref-3.2.7.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+inherit distutils-r1
+
+DESCRIPTION="ASGI utilities (successor to WSGI)"
+HOMEPAGE="
+   https://asgi.readthedocs.io/en/latest/
+   https://github.com/django/asgiref/
+   https://pypi.org/project/asgiref/;
+SRC_URI="mirror://pypi/${PN::1}/${PN}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? ( dev-python/pytest-asyncio[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest

diff --git a/dev-python/asgiref/metadata.xml b/dev-python/asgiref/metadata.xml
new file mode 100644
index 000..7f4f33c6dbc
--- /dev/null
+++ b/dev-python/asgiref/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   Python
+   
+