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

2024-06-17 Thread Michał Górny
commit: f53cd7c6730a0a2ce268e7fad49017dd205146c0
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun 17 12:00:12 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun 17 12:32:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53cd7c6

dev-python/asyncstdlib: Enable py3.13

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

 dev-python/asyncstdlib/asyncstdlib-3.12.3.ebuild | 21 +++--
 1 file changed, 19 insertions(+), 2 deletions(-)

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.12.3.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.12.3.ebuild
index a119efae5be7..b9853014080d 100644
--- a/dev-python/asyncstdlib/asyncstdlib-3.12.3.ebuild
+++ b/dev-python/asyncstdlib/asyncstdlib-3.12.3.ebuild
@@ -4,8 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-# py3.13: https://github.com/maxfischer2781/asyncstdlib/issues/144
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1 pypi
 
@@ -26,3 +25,21 @@ BDEPEND="
 "
 
 distutils_enable_tests pytest
+
+python_test() {
+   local EPYTEST_DESELECT=()
+   case ${EPYTHON} in
+   python3.13)
+   EPYTEST_DESELECT+=(
+   # 
https://github.com/maxfischer2781/asyncstdlib/issues/144
+   # (already skipped upstream)
+   
'unittests/test_functools_lru.py::test_method_discard[classmethod_counter-3]'
+   
'unittests/test_functools_lru.py::test_method_discard[classmethod_counter-10]'
+   
'unittests/test_functools_lru.py::test_method_discard[classmethod_counter-None]'
+   )
+   ;;
+   esac
+
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest
+}



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

2024-06-13 Thread Michał Górny
commit: b5ed7cf0a53c260c0b859e598f8373635b401e07
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 13 17:10:03 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 13 17:17:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5ed7cf0

dev-python/asyncstdlib: Link to py3.13 failure report

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

 dev-python/asyncstdlib/asyncstdlib-3.12.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.12.3.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.12.3.ebuild
index 14c83f6e1cdb..a119efae5be7 100644
--- a/dev-python/asyncstdlib/asyncstdlib-3.12.3.ebuild
+++ b/dev-python/asyncstdlib/asyncstdlib-3.12.3.ebuild
@@ -4,6 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
+# py3.13: https://github.com/maxfischer2781/asyncstdlib/issues/144
 PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi



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

2024-06-13 Thread Michał Górny
commit: 54848a534ccaf007a828025bc38ea9efcac07291
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 13 17:05:29 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 13 17:17:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54848a53

dev-python/asyncstdlib: Remove old

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

 dev-python/asyncstdlib/Manifest  |  3 ---
 dev-python/asyncstdlib/asyncstdlib-3.12.0.ebuild | 21 --
 dev-python/asyncstdlib/asyncstdlib-3.12.1.ebuild | 21 --
 dev-python/asyncstdlib/asyncstdlib-3.12.2.ebuild | 27 
 4 files changed, 72 deletions(-)

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index 65125de336eb..0ea08eb6bbe3 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1,4 +1 @@
-DIST asyncstdlib-3.12.0.tar.gz 44339 BLAKE2B 
ed96b676d6136de510f8e6223096120da946788264d0cdfde77edbbd63b1a56fc6f38c7bd998dd3f3b4659264852d14f4ec613f4007dd5931f2674f6746ca5cc
 SHA512 
07c1683cbc9421790d27c0e694cb3a6a544236aaf62a3300cc886f6bae7c7e9525c9d2a92add9aaa72fd17604c8de41750f11236b3a7497130a12613658cec90
-DIST asyncstdlib-3.12.1.tar.gz 44779 BLAKE2B 
98400f1524cfa627e6ba4c214bd60ba7884c9110eae00a1ce4f389745da78e310d759c4a2cbdfd1d821afa65d85d9f23fcbe4022c3b0c66fdf166579df42ebc6
 SHA512 
d3cb16333b9e1f20dd979a84d0561c2175926f565b7c7284a9cb5e75f09145717c558d2142e36af8396299e72765f65b749ccdc1e55a829e73e2ce89f3cd1f2f
-DIST asyncstdlib-3.12.2.tar.gz 47005 BLAKE2B 
502d99afa0c796c8d079b62f30217f634d4026c46cc2b89b64d4fa9424abc4a3a774767c9e6dd7d5c8ec36ed0b56eedc52d267d6ca4bae6728a23a0a250eff5f
 SHA512 
344cb729d2ea5da197f161c335fd9aa44b42ab1a81780b475635944374447dbbb3a03f6dd69692dbb59b65529cabb1a188de8a05e5275f6ec4cb71d7748bc638
 DIST asyncstdlib-3.12.3.tar.gz 47118 BLAKE2B 
83967dc89c0a5fab13ff5f3cebec739644ba16479bf661447c179b491897be0a5933f6ae724f942643d349cef8eaff66cf621c565459b1b8774e93bc51e472ee
 SHA512 
239f0741a694f58e359422bce1e54f6f7e3b1522f10ed4cfd137f4cd8c9861156744d7efa98ab155dd0aa489dbdc452c095d60b77922c6b53177708a65a26d86

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.12.0.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.12.0.ebuild
deleted file mode 100644
index 4e6fb6ccdf12..
--- a/dev-python/asyncstdlib/asyncstdlib-3.12.0.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="The missing async toolbox"
-HOMEPAGE="
-   https://github.com/maxfischer2781/asyncstdlib/
-   https://pypi.org/project/asyncstdlib/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests pytest

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.12.1.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.12.1.ebuild
deleted file mode 100644
index 4e6fb6ccdf12..
--- a/dev-python/asyncstdlib/asyncstdlib-3.12.1.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="The missing async toolbox"
-HOMEPAGE="
-   https://github.com/maxfischer2781/asyncstdlib/
-   https://pypi.org/project/asyncstdlib/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests pytest

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.12.2.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.12.2.ebuild
deleted file mode 100644
index 14c83f6e1cdb..
--- a/dev-python/asyncstdlib/asyncstdlib-3.12.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="The missing async toolbox"
-HOMEPAGE="
-   https://github.com/maxfischer2781/asyncstdlib/
-   https://pypi.org/project/asyncstdlib/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-BDEPEND="
-   test? (
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2024-04-16 Thread Michał Górny
commit: 31a47cf96e3bf33e02eed29c27ae699af528195a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 16 05:42:54 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 16 06:46:48 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31a47cf9

dev-python/asyncstdlib: Bump to 3.12.3

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

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

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index 14d8c6e982dc..65125de336eb 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1,3 +1,4 @@
 DIST asyncstdlib-3.12.0.tar.gz 44339 BLAKE2B 
ed96b676d6136de510f8e6223096120da946788264d0cdfde77edbbd63b1a56fc6f38c7bd998dd3f3b4659264852d14f4ec613f4007dd5931f2674f6746ca5cc
 SHA512 
07c1683cbc9421790d27c0e694cb3a6a544236aaf62a3300cc886f6bae7c7e9525c9d2a92add9aaa72fd17604c8de41750f11236b3a7497130a12613658cec90
 DIST asyncstdlib-3.12.1.tar.gz 44779 BLAKE2B 
98400f1524cfa627e6ba4c214bd60ba7884c9110eae00a1ce4f389745da78e310d759c4a2cbdfd1d821afa65d85d9f23fcbe4022c3b0c66fdf166579df42ebc6
 SHA512 
d3cb16333b9e1f20dd979a84d0561c2175926f565b7c7284a9cb5e75f09145717c558d2142e36af8396299e72765f65b749ccdc1e55a829e73e2ce89f3cd1f2f
 DIST asyncstdlib-3.12.2.tar.gz 47005 BLAKE2B 
502d99afa0c796c8d079b62f30217f634d4026c46cc2b89b64d4fa9424abc4a3a774767c9e6dd7d5c8ec36ed0b56eedc52d267d6ca4bae6728a23a0a250eff5f
 SHA512 
344cb729d2ea5da197f161c335fd9aa44b42ab1a81780b475635944374447dbbb3a03f6dd69692dbb59b65529cabb1a188de8a05e5275f6ec4cb71d7748bc638
+DIST asyncstdlib-3.12.3.tar.gz 47118 BLAKE2B 
83967dc89c0a5fab13ff5f3cebec739644ba16479bf661447c179b491897be0a5933f6ae724f942643d349cef8eaff66cf621c565459b1b8774e93bc51e472ee
 SHA512 
239f0741a694f58e359422bce1e54f6f7e3b1522f10ed4cfd137f4cd8c9861156744d7efa98ab155dd0aa489dbdc452c095d60b77922c6b53177708a65a26d86

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.12.3.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.12.3.ebuild
new file mode 100644
index ..14c83f6e1cdb
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.12.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="The missing async toolbox"
+HOMEPAGE="
+   https://github.com/maxfischer2781/asyncstdlib/
+   https://pypi.org/project/asyncstdlib/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2024-03-21 Thread Michał Górny
commit: 910827e79c736bee61e917f366e944ee699ba684
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Mar 21 15:16:09 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Mar 21 15:16:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=910827e7

dev-python/asyncstdlib: Bump to 3.12.2

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

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

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index 145b872cfb1f..14d8c6e982dc 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1,2 +1,3 @@
 DIST asyncstdlib-3.12.0.tar.gz 44339 BLAKE2B 
ed96b676d6136de510f8e6223096120da946788264d0cdfde77edbbd63b1a56fc6f38c7bd998dd3f3b4659264852d14f4ec613f4007dd5931f2674f6746ca5cc
 SHA512 
07c1683cbc9421790d27c0e694cb3a6a544236aaf62a3300cc886f6bae7c7e9525c9d2a92add9aaa72fd17604c8de41750f11236b3a7497130a12613658cec90
 DIST asyncstdlib-3.12.1.tar.gz 44779 BLAKE2B 
98400f1524cfa627e6ba4c214bd60ba7884c9110eae00a1ce4f389745da78e310d759c4a2cbdfd1d821afa65d85d9f23fcbe4022c3b0c66fdf166579df42ebc6
 SHA512 
d3cb16333b9e1f20dd979a84d0561c2175926f565b7c7284a9cb5e75f09145717c558d2142e36af8396299e72765f65b749ccdc1e55a829e73e2ce89f3cd1f2f
+DIST asyncstdlib-3.12.2.tar.gz 47005 BLAKE2B 
502d99afa0c796c8d079b62f30217f634d4026c46cc2b89b64d4fa9424abc4a3a774767c9e6dd7d5c8ec36ed0b56eedc52d267d6ca4bae6728a23a0a250eff5f
 SHA512 
344cb729d2ea5da197f161c335fd9aa44b42ab1a81780b475635944374447dbbb3a03f6dd69692dbb59b65529cabb1a188de8a05e5275f6ec4cb71d7748bc638

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.12.2.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.12.2.ebuild
new file mode 100644
index ..14c83f6e1cdb
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.12.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="The missing async toolbox"
+HOMEPAGE="
+   https://github.com/maxfischer2781/asyncstdlib/
+   https://pypi.org/project/asyncstdlib/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   test? (
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2024-03-03 Thread Michał Górny
commit: 30168091d2e239e6a30fcab158b82379935e3adf
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Mar  4 06:28:05 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Mar  4 06:31:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30168091

dev-python/asyncstdlib: Bump to 3.12.1

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

 dev-python/asyncstdlib/Manifest  |  1 +
 dev-python/asyncstdlib/asyncstdlib-3.12.1.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index e0c401fe5a36..145b872cfb1f 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1 +1,2 @@
 DIST asyncstdlib-3.12.0.tar.gz 44339 BLAKE2B 
ed96b676d6136de510f8e6223096120da946788264d0cdfde77edbbd63b1a56fc6f38c7bd998dd3f3b4659264852d14f4ec613f4007dd5931f2674f6746ca5cc
 SHA512 
07c1683cbc9421790d27c0e694cb3a6a544236aaf62a3300cc886f6bae7c7e9525c9d2a92add9aaa72fd17604c8de41750f11236b3a7497130a12613658cec90
+DIST asyncstdlib-3.12.1.tar.gz 44779 BLAKE2B 
98400f1524cfa627e6ba4c214bd60ba7884c9110eae00a1ce4f389745da78e310d759c4a2cbdfd1d821afa65d85d9f23fcbe4022c3b0c66fdf166579df42ebc6
 SHA512 
d3cb16333b9e1f20dd979a84d0561c2175926f565b7c7284a9cb5e75f09145717c558d2142e36af8396299e72765f65b749ccdc1e55a829e73e2ce89f3cd1f2f

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.12.1.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.12.1.ebuild
new file mode 100644
index ..4e6fb6ccdf12
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.12.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="The missing async toolbox"
+HOMEPAGE="
+   https://github.com/maxfischer2781/asyncstdlib/
+   https://pypi.org/project/asyncstdlib/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest



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

2024-01-05 Thread Michał Górny
commit: 4739fd86753e1be1e7edd3876ded6317741a2331
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jan  5 10:55:43 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jan  5 11:25:01 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4739fd86

dev-python/asyncstdlib: Bump to 3.12.0

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

 dev-python/asyncstdlib/Manifest  |  1 +
 dev-python/asyncstdlib/asyncstdlib-3.12.0.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index 486c12fdc67b..e5a3e00e27a0 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1 +1,2 @@
 DIST asyncstdlib-3.10.9.tar.gz 43799 BLAKE2B 
f6812fa8bf84913c122d881e70945c68a7b0680dcd3db944c429ef050952c8c78c6858bec2075668445bfd0f81dbb5215d50a82bf563ab2bbcbff60d0d66c17f
 SHA512 
f0f80d6c63e20790a74142c8438937f1f79314675ff2da3ea3776a33b867e2705ffcf7605726afe35bb1b96dc3a8b0a86a292d26c01ee727425938eda57e3915
+DIST asyncstdlib-3.12.0.tar.gz 44339 BLAKE2B 
ed96b676d6136de510f8e6223096120da946788264d0cdfde77edbbd63b1a56fc6f38c7bd998dd3f3b4659264852d14f4ec613f4007dd5931f2674f6746ca5cc
 SHA512 
07c1683cbc9421790d27c0e694cb3a6a544236aaf62a3300cc886f6bae7c7e9525c9d2a92add9aaa72fd17604c8de41750f11236b3a7497130a12613658cec90

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.12.0.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.12.0.ebuild
new file mode 100644
index ..4e6fb6ccdf12
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.12.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="The missing async toolbox"
+HOMEPAGE="
+   https://github.com/maxfischer2781/asyncstdlib/
+   https://pypi.org/project/asyncstdlib/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest



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

2023-12-30 Thread Michał Górny
commit: 5f648693710aa056fdc95851b298f3b9375040e4
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Dec 30 18:25:29 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Dec 30 18:26:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f648693

dev-python/asyncstdlib: Remove old

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

 dev-python/asyncstdlib/Manifest  |  1 -
 dev-python/asyncstdlib/asyncstdlib-3.10.8.ebuild | 21 -
 2 files changed, 22 deletions(-)

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index 9844e6594a99..486c12fdc67b 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1,2 +1 @@
-DIST asyncstdlib-3.10.8.tar.gz 43762 BLAKE2B 
28d8c592dd38f7571f86f6664d8489ac42638d1eacaf98163d915919017b4e9de3f246fe028ffded73bd2e0df703a952732dc87f8d70d3e73305bca9bc82129a
 SHA512 
d71894658b42b54e2d75f7dabefd6480933c697ece4372ea2dd3a99b02371a58e1b883fa0523c031b8c331887bb9eaeac8bec381531bee3cedf804056f98c127
 DIST asyncstdlib-3.10.9.tar.gz 43799 BLAKE2B 
f6812fa8bf84913c122d881e70945c68a7b0680dcd3db944c429ef050952c8c78c6858bec2075668445bfd0f81dbb5215d50a82bf563ab2bbcbff60d0d66c17f
 SHA512 
f0f80d6c63e20790a74142c8438937f1f79314675ff2da3ea3776a33b867e2705ffcf7605726afe35bb1b96dc3a8b0a86a292d26c01ee727425938eda57e3915

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.8.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.8.ebuild
deleted file mode 100644
index 5590c14a20c7..
--- a/dev-python/asyncstdlib/asyncstdlib-3.10.8.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="The missing async toolbox"
-HOMEPAGE="
-   https://github.com/maxfischer2781/asyncstdlib/
-   https://pypi.org/project/asyncstdlib/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests pytest



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

2023-10-08 Thread Michał Górny
commit: e821559b1d4af804fc6e75286228771b26eb9146
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  8 17:09:13 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct  8 17:47:58 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e821559b

dev-python/asyncstdlib: Bump to 3.10.9

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

 dev-python/asyncstdlib/Manifest  |  1 +
 dev-python/asyncstdlib/asyncstdlib-3.10.9.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index 3470d80bd14f..9844e6594a99 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1 +1,2 @@
 DIST asyncstdlib-3.10.8.tar.gz 43762 BLAKE2B 
28d8c592dd38f7571f86f6664d8489ac42638d1eacaf98163d915919017b4e9de3f246fe028ffded73bd2e0df703a952732dc87f8d70d3e73305bca9bc82129a
 SHA512 
d71894658b42b54e2d75f7dabefd6480933c697ece4372ea2dd3a99b02371a58e1b883fa0523c031b8c331887bb9eaeac8bec381531bee3cedf804056f98c127
+DIST asyncstdlib-3.10.9.tar.gz 43799 BLAKE2B 
f6812fa8bf84913c122d881e70945c68a7b0680dcd3db944c429ef050952c8c78c6858bec2075668445bfd0f81dbb5215d50a82bf563ab2bbcbff60d0d66c17f
 SHA512 
f0f80d6c63e20790a74142c8438937f1f79314675ff2da3ea3776a33b867e2705ffcf7605726afe35bb1b96dc3a8b0a86a292d26c01ee727425938eda57e3915

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.9.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.9.ebuild
new file mode 100644
index ..5590c14a20c7
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.10.9.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="The missing async toolbox"
+HOMEPAGE="
+   https://github.com/maxfischer2781/asyncstdlib/
+   https://pypi.org/project/asyncstdlib/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest



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

2023-07-24 Thread Michał Górny
commit: 352347631d35867b760805168ffc9ca2e52ab1e7
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jul 24 11:18:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jul 24 11:30:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35234763

dev-python/asyncstdlib: Remove old

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

 dev-python/asyncstdlib/Manifest  |  2 --
 dev-python/asyncstdlib/asyncstdlib-3.10.6.ebuild | 25 
 dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild | 21 
 3 files changed, 48 deletions(-)

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index 6287aaa55732..3470d80bd14f 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1,3 +1 @@
-DIST asyncstdlib-3.10.6.gh.tar.gz 56335 BLAKE2B 
15b33e90454c2b1f9ca8ddd9c71db74af1541e26af59c1a5a8b6240ec7b9e5db06f0455c778de39ff6cce1e87db41403fbc1b8965da0764f8215c4dd6bfa8e17
 SHA512 
e8b8b72f7d59593876f6701632d4b4839bf6110134b8dc62a33f665c52528a94f53ac6c43195520c2902e66f68b379cf7d9258e29fb25c69ae2fa98cfe4b10a6
-DIST asyncstdlib-3.10.7.tar.gz 43529 BLAKE2B 
70a0dcc36ade591a98666c7872844a14aba039b435af65818a9de37bd958dfef46fb143e1f00e43cdba3eb742ae291ad6f4c544f3f0c491f81cca8c5ddd0149b
 SHA512 
7cd02d95aea28ec56436078df72f523463370b54ed2d7a9b91fcbf6665db6fb89693769aa99f6529f9a930bb1932c9fcb72a2adac494c2528a12e1c054f4fb1b
 DIST asyncstdlib-3.10.8.tar.gz 43762 BLAKE2B 
28d8c592dd38f7571f86f6664d8489ac42638d1eacaf98163d915919017b4e9de3f246fe028ffded73bd2e0df703a952732dc87f8d70d3e73305bca9bc82129a
 SHA512 
d71894658b42b54e2d75f7dabefd6480933c697ece4372ea2dd3a99b02371a58e1b883fa0523c031b8c331887bb9eaeac8bec381531bee3cedf804056f98c127

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.6.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.6.ebuild
deleted file mode 100644
index 3aae64aa0b23..
--- a/dev-python/asyncstdlib/asyncstdlib-3.10.6.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="The missing async toolbox"
-HOMEPAGE="
-   https://github.com/maxfischer2781/asyncstdlib/
-   https://pypi.org/project/asyncstdlib/
-"
-SRC_URI="
-   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests pytest

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild
deleted file mode 100644
index 5590c14a20c7..
--- a/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..12} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="The missing async toolbox"
-HOMEPAGE="
-   https://github.com/maxfischer2781/asyncstdlib/
-   https://pypi.org/project/asyncstdlib/
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests pytest



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

2023-06-04 Thread Michał Górny
commit: 8dec9e488086a5c2b99c4dcabc9fa15c7dbdc26a
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Jun  5 04:44:45 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Jun  5 05:07:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8dec9e48

dev-python/asyncstdlib: Bump to 3.10.8

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

 dev-python/asyncstdlib/Manifest  |  1 +
 dev-python/asyncstdlib/asyncstdlib-3.10.8.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index f6096ce5e7c3..6287aaa55732 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1,2 +1,3 @@
 DIST asyncstdlib-3.10.6.gh.tar.gz 56335 BLAKE2B 
15b33e90454c2b1f9ca8ddd9c71db74af1541e26af59c1a5a8b6240ec7b9e5db06f0455c778de39ff6cce1e87db41403fbc1b8965da0764f8215c4dd6bfa8e17
 SHA512 
e8b8b72f7d59593876f6701632d4b4839bf6110134b8dc62a33f665c52528a94f53ac6c43195520c2902e66f68b379cf7d9258e29fb25c69ae2fa98cfe4b10a6
 DIST asyncstdlib-3.10.7.tar.gz 43529 BLAKE2B 
70a0dcc36ade591a98666c7872844a14aba039b435af65818a9de37bd958dfef46fb143e1f00e43cdba3eb742ae291ad6f4c544f3f0c491f81cca8c5ddd0149b
 SHA512 
7cd02d95aea28ec56436078df72f523463370b54ed2d7a9b91fcbf6665db6fb89693769aa99f6529f9a930bb1932c9fcb72a2adac494c2528a12e1c054f4fb1b
+DIST asyncstdlib-3.10.8.tar.gz 43762 BLAKE2B 
28d8c592dd38f7571f86f6664d8489ac42638d1eacaf98163d915919017b4e9de3f246fe028ffded73bd2e0df703a952732dc87f8d70d3e73305bca9bc82129a
 SHA512 
d71894658b42b54e2d75f7dabefd6480933c697ece4372ea2dd3a99b02371a58e1b883fa0523c031b8c331887bb9eaeac8bec381531bee3cedf804056f98c127

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.8.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.8.ebuild
new file mode 100644
index ..5590c14a20c7
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.10.8.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="The missing async toolbox"
+HOMEPAGE="
+   https://github.com/maxfischer2781/asyncstdlib/
+   https://pypi.org/project/asyncstdlib/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest



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

2023-05-27 Thread Arthur Zamarin
commit: a435e7d19ed37ef404a656758585e3da8c0f03c0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat May 27 08:48:43 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat May 27 09:44:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a435e7d1

dev-python/asyncstdlib: enable py3.12

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

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

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild
index bf284fdc944c..5590c14a20c7 100644
--- a/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild
+++ b/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-05-01 Thread Michał Górny
commit: cd1a78085c89e686c3ece9e7f09f6bef40421fb7
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  2 02:52:22 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  2 03:04:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd1a7808

dev-python/asyncstdlib: Bump to 3.10.7

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

 dev-python/asyncstdlib/Manifest  |  1 +
 dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild | 21 +
 2 files changed, 22 insertions(+)

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index f43c2a836130..f6096ce5e7c3 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1 +1,2 @@
 DIST asyncstdlib-3.10.6.gh.tar.gz 56335 BLAKE2B 
15b33e90454c2b1f9ca8ddd9c71db74af1541e26af59c1a5a8b6240ec7b9e5db06f0455c778de39ff6cce1e87db41403fbc1b8965da0764f8215c4dd6bfa8e17
 SHA512 
e8b8b72f7d59593876f6701632d4b4839bf6110134b8dc62a33f665c52528a94f53ac6c43195520c2902e66f68b379cf7d9258e29fb25c69ae2fa98cfe4b10a6
+DIST asyncstdlib-3.10.7.tar.gz 43529 BLAKE2B 
70a0dcc36ade591a98666c7872844a14aba039b435af65818a9de37bd958dfef46fb143e1f00e43cdba3eb742ae291ad6f4c544f3f0c491f81cca8c5ddd0149b
 SHA512 
7cd02d95aea28ec56436078df72f523463370b54ed2d7a9b91fcbf6665db6fb89693769aa99f6529f9a930bb1932c9fcb72a2adac494c2528a12e1c054f4fb1b

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild
new file mode 100644
index ..bf284fdc944c
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.10.7.ebuild
@@ -0,0 +1,21 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{10..11} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="The missing async toolbox"
+HOMEPAGE="
+   https://github.com/maxfischer2781/asyncstdlib/
+   https://pypi.org/project/asyncstdlib/
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest



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

2023-03-21 Thread Michał Górny
commit: 3a9561557c2dec0f517566cd5086e29138c0d7a6
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 21 18:18:31 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 21 18:18:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a956155

dev-python/asyncstdlib: Bump to 3.10.6

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

 dev-python/asyncstdlib/Manifest  |  1 +
 dev-python/asyncstdlib/asyncstdlib-3.10.6.ebuild | 25 
 2 files changed, 26 insertions(+)

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index a7c0efc58390..f93e2e29969e 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1 +1,2 @@
 DIST asyncstdlib-3.10.5.gh.tar.gz 54697 BLAKE2B 
b8a99a83e97084c4e09ddac0402ca23a8d42921b72774c0658aa0b9a1aa0ac1329baae782f105a52a4b6d979d490d97814ea6eac0e7570a7ca27784a27fa5c4d
 SHA512 
3dfa8d1e5e2ef02dbf52fe7094b68496066978cfa9839cad59222ace40e0871369b45d93c1caa87e0f029c328253f6d72d8377625a8ed182498280662fcb7545
+DIST asyncstdlib-3.10.6.gh.tar.gz 56335 BLAKE2B 
15b33e90454c2b1f9ca8ddd9c71db74af1541e26af59c1a5a8b6240ec7b9e5db06f0455c778de39ff6cce1e87db41403fbc1b8965da0764f8215c4dd6bfa8e17
 SHA512 
e8b8b72f7d59593876f6701632d4b4839bf6110134b8dc62a33f665c52528a94f53ac6c43195520c2902e66f68b379cf7d9258e29fb25c69ae2fa98cfe4b10a6

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.6.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.6.ebuild
new file mode 100644
index ..3aae64aa0b23
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.10.6.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2021-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="The missing async toolbox"
+HOMEPAGE="
+   https://github.com/maxfischer2781/asyncstdlib/
+   https://pypi.org/project/asyncstdlib/
+"
+SRC_URI="
+   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest



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

2022-06-16 Thread Michał Górny
commit: 196a3ded33f71c74bc2ea73519809c72683077f5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 16 08:01:10 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 16 08:01:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=196a3ded

dev-python/asyncstdlib: Remove old

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

 dev-python/asyncstdlib/Manifest  |  1 -
 dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild | 25 
 2 files changed, 26 deletions(-)

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index c126eec5dbbb..a7c0efc58390 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1,2 +1 @@
-DIST asyncstdlib-3.10.4.gh.tar.gz 52905 BLAKE2B 
7b71e816395ab9e33ad4bd3d78d62e8260b78d736ba8b70bb6c47d9d4bbcc431f4a54b8c604e4b520df11a5317a7ab1a70d765e40089b323f985217a943eb96b
 SHA512 
ced64809f1a8d1f60ed045bef69ff6cef84fbcf1b4587c70421112cdc65d6344bb1fceeb55e64e17237a00672bbfff19d4627371b45e1e7659e405d506abf216
 DIST asyncstdlib-3.10.5.gh.tar.gz 54697 BLAKE2B 
b8a99a83e97084c4e09ddac0402ca23a8d42921b72774c0658aa0b9a1aa0ac1329baae782f105a52a4b6d979d490d97814ea6eac0e7570a7ca27784a27fa5c4d
 SHA512 
3dfa8d1e5e2ef02dbf52fe7094b68496066978cfa9839cad59222ace40e0871369b45d93c1caa87e0f029c328253f6d72d8377625a8ed182498280662fcb7545

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild
deleted file mode 100644
index c1603924e233..
--- a/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="The missing async toolbox"
-HOMEPAGE="
-   https://github.com/maxfischer2781/asyncstdlib/
-   https://pypi.org/project/asyncstdlib/
-"
-SRC_URI="
-   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests pytest



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

2022-06-02 Thread Michał Górny
commit: 091c535991790debb0923d76939c555de875613a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jun  3 04:50:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jun  3 05:37:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=091c5359

dev-python/asyncstdlib: Bump to 3.10.5

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

 dev-python/asyncstdlib/Manifest  |  1 +
 dev-python/asyncstdlib/asyncstdlib-3.10.5.ebuild | 25 
 2 files changed, 26 insertions(+)

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index e2bc46e22f06..c126eec5dbbb 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1 +1,2 @@
 DIST asyncstdlib-3.10.4.gh.tar.gz 52905 BLAKE2B 
7b71e816395ab9e33ad4bd3d78d62e8260b78d736ba8b70bb6c47d9d4bbcc431f4a54b8c604e4b520df11a5317a7ab1a70d765e40089b323f985217a943eb96b
 SHA512 
ced64809f1a8d1f60ed045bef69ff6cef84fbcf1b4587c70421112cdc65d6344bb1fceeb55e64e17237a00672bbfff19d4627371b45e1e7659e405d506abf216
+DIST asyncstdlib-3.10.5.gh.tar.gz 54697 BLAKE2B 
b8a99a83e97084c4e09ddac0402ca23a8d42921b72774c0658aa0b9a1aa0ac1329baae782f105a52a4b6d979d490d97814ea6eac0e7570a7ca27784a27fa5c4d
 SHA512 
3dfa8d1e5e2ef02dbf52fe7094b68496066978cfa9839cad59222ace40e0871369b45d93c1caa87e0f029c328253f6d72d8377625a8ed182498280662fcb7545

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.5.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.5.ebuild
new file mode 100644
index ..c1603924e233
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.10.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="The missing async toolbox"
+HOMEPAGE="
+   https://github.com/maxfischer2781/asyncstdlib/
+   https://pypi.org/project/asyncstdlib/
+"
+SRC_URI="
+   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest



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

2022-05-18 Thread Michał Górny
commit: a7546aa65132ae76683bac2a241c8c53799963a3
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May 18 10:38:23 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed May 18 10:56:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7546aa6

dev-python/asyncstdlib: Enable py3.11

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

 dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild | 6 --
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild
index a657c77a65f0..c1603924e233 100644
--- a/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild
+++ b/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild
@@ -11,10 +11,12 @@ inherit distutils-r1
 DESCRIPTION="The missing async toolbox"
 HOMEPAGE="
https://github.com/maxfischer2781/asyncstdlib/
-   https://pypi.org/project/asyncstdlib/;
+   https://pypi.org/project/asyncstdlib/
+"
 SRC_URI="
https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
+   -> ${P}.gh.tar.gz
+"
 
 LICENSE="MIT"
 SLOT="0"



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

2022-05-18 Thread Andrew Ammerlaan
commit: 9c91675389d94c8d5ab0509fa2000a150198
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Wed May 18 10:42:53 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Wed May 18 10:46:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c916753

dev-python/asyncstdlib: enable py3.11

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

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

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild
index 91515a83ee60..a657c77a65f0 100644
--- a/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild
+++ b/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-05-16 Thread Michał Górny
commit: d6d1455b4f37d4333c35050c1a30ed6ac95544d2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 16 12:56:55 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 16 13:03:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6d1455b

dev-python/asyncstdlib: Remove old

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

 dev-python/asyncstdlib/Manifest|  2 --
 .../asyncstdlib/asyncstdlib-3.10.2-r1.ebuild   | 27 --
 dev-python/asyncstdlib/asyncstdlib-3.10.2.ebuild   | 22 --
 dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild   | 23 --
 4 files changed, 74 deletions(-)

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index 7dfab690f6e2..e2bc46e22f06 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1,3 +1 @@
-DIST asyncstdlib-3.10.2.gh.tar.gz 45697 BLAKE2B 
8f9bbee8d2a4e9f6a60a5088ef00940f22c2aec79557070d1b13d8d7256179bddaf1130ace0393e95e06e077824dd862e27a6c5d644ae52dab2d80989bb08027
 SHA512 
be5a8cbb521b8082ad9898907bce1a888443eafb24e2030f9dfbb2dff293646376ad44ebbc53d12e539ad70af935d833f2f114e383171388b9d724f274eb8421
-DIST asyncstdlib-3.10.3.gh.tar.gz 50929 BLAKE2B 
109c6bb7712c9d59a31f3993336fc35b6db0375a8705ec9996756ccb4f1f5982d193edd5907d1e1c4dee7e41fa41e59884a6dfda01b1594fa22b8354c6142515
 SHA512 
6c2f140495b806beb28a2cf56f71d35da1c15fad8da2727ce6e8dff40ff606c36c03370fab285d084cbf41dd675c9e40c199fa1384826b3f1aa84c2dadb7b1eb
 DIST asyncstdlib-3.10.4.gh.tar.gz 52905 BLAKE2B 
7b71e816395ab9e33ad4bd3d78d62e8260b78d736ba8b70bb6c47d9d4bbcc431f4a54b8c604e4b520df11a5317a7ab1a70d765e40089b323f985217a943eb96b
 SHA512 
ced64809f1a8d1f60ed045bef69ff6cef84fbcf1b4587c70421112cdc65d6344bb1fceeb55e64e17237a00672bbfff19d4627371b45e1e7659e405d506abf216

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.2-r1.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.2-r1.ebuild
deleted file mode 100644
index 64b97b2b04eb..
--- a/dev-python/asyncstdlib/asyncstdlib-3.10.2-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="The missing async toolbox"
-HOMEPAGE="
-   https://github.com/maxfischer2781/asyncstdlib/
-   https://pypi.org/project/asyncstdlib/;
-SRC_URI="
-   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests pytest
-
-src_prepare() {
-   sed -i -e '2,3s:flit:&_core:' pyproject.toml || die
-   distutils-r1_src_prepare
-}

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.2.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.2.ebuild
deleted file mode 100644
index 10f7da0d6a0d..
--- a/dev-python/asyncstdlib/asyncstdlib-3.10.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="The missing async toolbox"
-HOMEPAGE="
-   https://github.com/maxfischer2781/asyncstdlib/
-   https://pypi.org/project/asyncstdlib/;
-SRC_URI="
-   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests pytest

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild
deleted file mode 100644
index 91515a83ee60..
--- a/dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="The missing async toolbox"
-HOMEPAGE="
-   https://github.com/maxfischer2781/asyncstdlib/
-   https://pypi.org/project/asyncstdlib/;
-SRC_URI="
-   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests pytest



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

2022-03-29 Thread Michał Górny
commit: 6e971a44105f8c8259320d3a5ff643435e341e09
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 29 08:10:22 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 29 08:33:53 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e971a44

dev-python/asyncstdlib: Bump to 3.10.4

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

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

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index 54b7d6f2ce18..7dfab690f6e2 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1,2 +1,3 @@
 DIST asyncstdlib-3.10.2.gh.tar.gz 45697 BLAKE2B 
8f9bbee8d2a4e9f6a60a5088ef00940f22c2aec79557070d1b13d8d7256179bddaf1130ace0393e95e06e077824dd862e27a6c5d644ae52dab2d80989bb08027
 SHA512 
be5a8cbb521b8082ad9898907bce1a888443eafb24e2030f9dfbb2dff293646376ad44ebbc53d12e539ad70af935d833f2f114e383171388b9d724f274eb8421
 DIST asyncstdlib-3.10.3.gh.tar.gz 50929 BLAKE2B 
109c6bb7712c9d59a31f3993336fc35b6db0375a8705ec9996756ccb4f1f5982d193edd5907d1e1c4dee7e41fa41e59884a6dfda01b1594fa22b8354c6142515
 SHA512 
6c2f140495b806beb28a2cf56f71d35da1c15fad8da2727ce6e8dff40ff606c36c03370fab285d084cbf41dd675c9e40c199fa1384826b3f1aa84c2dadb7b1eb
+DIST asyncstdlib-3.10.4.gh.tar.gz 52905 BLAKE2B 
7b71e816395ab9e33ad4bd3d78d62e8260b78d736ba8b70bb6c47d9d4bbcc431f4a54b8c604e4b520df11a5317a7ab1a70d765e40089b323f985217a943eb96b
 SHA512 
ced64809f1a8d1f60ed045bef69ff6cef84fbcf1b4587c70421112cdc65d6344bb1fceeb55e64e17237a00672bbfff19d4627371b45e1e7659e405d506abf216

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild
new file mode 100644
index ..91515a83ee60
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.10.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="The missing async toolbox"
+HOMEPAGE="
+   https://github.com/maxfischer2781/asyncstdlib/
+   https://pypi.org/project/asyncstdlib/;
+SRC_URI="
+   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest



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

2022-02-05 Thread Michał Górny
commit: 46ed5c7b89e882d63eb6c211f0aba725997a52c7
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb  5 08:28:31 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb  5 08:53:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46ed5c7b

dev-python/asyncstdlib: Bump to 3.10.3

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

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

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index d3dc401a51c9..54b7d6f2ce18 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1 +1,2 @@
 DIST asyncstdlib-3.10.2.gh.tar.gz 45697 BLAKE2B 
8f9bbee8d2a4e9f6a60a5088ef00940f22c2aec79557070d1b13d8d7256179bddaf1130ace0393e95e06e077824dd862e27a6c5d644ae52dab2d80989bb08027
 SHA512 
be5a8cbb521b8082ad9898907bce1a888443eafb24e2030f9dfbb2dff293646376ad44ebbc53d12e539ad70af935d833f2f114e383171388b9d724f274eb8421
+DIST asyncstdlib-3.10.3.gh.tar.gz 50929 BLAKE2B 
109c6bb7712c9d59a31f3993336fc35b6db0375a8705ec9996756ccb4f1f5982d193edd5907d1e1c4dee7e41fa41e59884a6dfda01b1594fa22b8354c6142515
 SHA512 
6c2f140495b806beb28a2cf56f71d35da1c15fad8da2727ce6e8dff40ff606c36c03370fab285d084cbf41dd675c9e40c199fa1384826b3f1aa84c2dadb7b1eb

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild
new file mode 100644
index ..91515a83ee60
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.10.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="The missing async toolbox"
+HOMEPAGE="
+   https://github.com/maxfischer2781/asyncstdlib/
+   https://pypi.org/project/asyncstdlib/;
+SRC_URI="
+   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest



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

2022-01-26 Thread Michał Górny
commit: f6a80ff7129ce0c9db835b03f7dfae0022ddf541
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Jan 26 20:25:42 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jan 26 20:54:59 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a80ff7

dev-python/asyncstdlib: Switch to PEP 517 build

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

 .../asyncstdlib/asyncstdlib-3.10.2-r1.ebuild   | 27 ++
 1 file changed, 27 insertions(+)

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.2-r1.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.2-r1.ebuild
new file mode 100644
index ..64b97b2b04eb
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.10.2-r1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=flit
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="The missing async toolbox"
+HOMEPAGE="
+   https://github.com/maxfischer2781/asyncstdlib/
+   https://pypi.org/project/asyncstdlib/;
+SRC_URI="
+   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+   sed -i -e '2,3s:flit:&_core:' pyproject.toml || die
+   distutils-r1_src_prepare
+}



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

2021-10-17 Thread Michał Górny
commit: 384b6403c2df41d6ab2c0b839fa73b241173d377
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 17 07:26:15 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 17 07:26:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=384b6403

dev-python/asyncstdlib: Remove old

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

 dev-python/asyncstdlib/Manifest  |  1 -
 dev-python/asyncstdlib/asyncstdlib-3.10.1.ebuild | 22 --
 2 files changed, 23 deletions(-)

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index 32da1ce498b..d3dc401a51c 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1,2 +1 @@
-DIST asyncstdlib-3.10.1.gh.tar.gz 45230 BLAKE2B 
daefacbb5712d200dc61d99cbf0deaa50925cfe2e8203f01a8083531d762b838d9603110a07ac1e1a00f17f1bb8ee7dc1a759d35949570fe134d21c4e48993ae
 SHA512 
05e0e64f8262cf3ba6f8e784490597397e0d6a74f2052da80bb531df557dd3143c032589c429a407049ed04b093757c7a09674c66110befd6ab66b0edf883909
 DIST asyncstdlib-3.10.2.gh.tar.gz 45697 BLAKE2B 
8f9bbee8d2a4e9f6a60a5088ef00940f22c2aec79557070d1b13d8d7256179bddaf1130ace0393e95e06e077824dd862e27a6c5d644ae52dab2d80989bb08027
 SHA512 
be5a8cbb521b8082ad9898907bce1a888443eafb24e2030f9dfbb2dff293646376ad44ebbc53d12e539ad70af935d833f2f114e383171388b9d724f274eb8421

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.1.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.1.ebuild
deleted file mode 100644
index 10f7da0d6a0..000
--- a/dev-python/asyncstdlib/asyncstdlib-3.10.1.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="The missing async toolbox"
-HOMEPAGE="
-   https://github.com/maxfischer2781/asyncstdlib/
-   https://pypi.org/project/asyncstdlib/;
-SRC_URI="
-   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests pytest



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

2021-10-16 Thread Michał Górny
commit: e6a86b561f381ed3f30051b9131c2a6cf3d2c3e8
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 16 19:31:18 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 16 19:31:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6a86b56

dev-python/asyncstdlib: Remove old

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

 dev-python/asyncstdlib/Manifest  |  3 ---
 dev-python/asyncstdlib/asyncstdlib-3.10.0.ebuild | 22 ---
 dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild  | 24 -
 dev-python/asyncstdlib/asyncstdlib-3.9.2.ebuild  | 27 
 4 files changed, 76 deletions(-)

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index de424f10d2d..55b1d215e3f 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1,4 +1 @@
-DIST asyncstdlib-3.10.0.gh.tar.gz 45242 BLAKE2B 
12fb7f96d9c7c6e7ddad67b6c25b805de95812f902e14935a11440c4c55437f550df18c388727d21745b99e6db97917849547fdf726a89c62136ce1d01b8545b
 SHA512 
9e930fa906139d664575d7f41d4e5ddf7da62e02bc946efeadadf6631ae63c15ca2ac1b5793172424f9ad916d32bbd4a741de5844b247c2fa506b63431711933
 DIST asyncstdlib-3.10.1.gh.tar.gz 45230 BLAKE2B 
daefacbb5712d200dc61d99cbf0deaa50925cfe2e8203f01a8083531d762b838d9603110a07ac1e1a00f17f1bb8ee7dc1a759d35949570fe134d21c4e48993ae
 SHA512 
05e0e64f8262cf3ba6f8e784490597397e0d6a74f2052da80bb531df557dd3143c032589c429a407049ed04b093757c7a09674c66110befd6ab66b0edf883909
-DIST asyncstdlib-3.9.1.gh.tar.gz 40224 BLAKE2B 
8d1e564c9f5ac10c7f05dfa3933f695ae458685550fb67401f3bd0d1294ef0b170f5b385cdcf63c0096854538219a0dea77d4d80bd801f1a9b15f5ad3f2c562a
 SHA512 
de7860d84cee7bfdc974a0677cc231323c86238bcb0bfd2f32a62b7356042aad647ee8d627393be35c5a134855d5f76967143ad8347df9d6258f46bc2b43a62a
-DIST asyncstdlib-3.9.2.gh.tar.gz 41963 BLAKE2B 
da40c23bacc58c1347aca94107e3026829d9b27645eddc47fc46a96cab4be7baa9ed3c31f6f0045b884130d4316394d6a0b6b44818b42b6e6c512c641847d556
 SHA512 
f5268451325b48b967747b5e1ffe4e773a5aae82c6d481781e6c95f483d972da2b3806c1117067256d22efaba1238787898667a6a50ac4b2512dac4b5343d2a2

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.0.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.0.ebuild
deleted file mode 100644
index 10f7da0d6a0..000
--- a/dev-python/asyncstdlib/asyncstdlib-3.10.0.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="The missing async toolbox"
-HOMEPAGE="
-   https://github.com/maxfischer2781/asyncstdlib/
-   https://pypi.org/project/asyncstdlib/;
-SRC_URI="
-   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-distutils_enable_tests pytest

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild
deleted file mode 100644
index 9d70f7518c3..000
--- a/dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{7..9} )
-inherit distutils-r1
-
-DESCRIPTION="The missing async toolbox"
-HOMEPAGE="
-   https://github.com/maxfischer2781/asyncstdlib/
-   https://pypi.org/project/asyncstdlib/;
-SRC_URI="
-   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="dev-python/typing-extensions[${PYTHON_USEDEP}]"
-
-distutils_enable_tests pytest

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.9.2.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.9.2.ebuild
deleted file mode 100644
index 65cb15dce8e..000
--- a/dev-python/asyncstdlib/asyncstdlib-3.9.2.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{7..10} )
-inherit distutils-r1
-
-DESCRIPTION="The missing async toolbox"
-HOMEPAGE="
-   https://github.com/maxfischer2781/asyncstdlib/
-   https://pypi.org/project/asyncstdlib/;
-SRC_URI="
-   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="
-   $(python_gen_cond_dep '
-   dev-python/typing-extensions[${PYTHON_USEDEP}]
-   ' python3_7)"
-
-distutils_enable_tests pytest



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

2021-10-16 Thread Michał Górny
commit: 19f009330e504bea2d103e9606be22b7a74a5717
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 16 19:31:43 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 16 19:31:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19f00933

dev-python/asyncstdlib: Bump to 3.10.2

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

 dev-python/asyncstdlib/Manifest  |  1 +
 dev-python/asyncstdlib/asyncstdlib-3.10.2.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index 55b1d215e3f..32da1ce498b 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1 +1,2 @@
 DIST asyncstdlib-3.10.1.gh.tar.gz 45230 BLAKE2B 
daefacbb5712d200dc61d99cbf0deaa50925cfe2e8203f01a8083531d762b838d9603110a07ac1e1a00f17f1bb8ee7dc1a759d35949570fe134d21c4e48993ae
 SHA512 
05e0e64f8262cf3ba6f8e784490597397e0d6a74f2052da80bb531df557dd3143c032589c429a407049ed04b093757c7a09674c66110befd6ab66b0edf883909
+DIST asyncstdlib-3.10.2.gh.tar.gz 45697 BLAKE2B 
8f9bbee8d2a4e9f6a60a5088ef00940f22c2aec79557070d1b13d8d7256179bddaf1130ace0393e95e06e077824dd862e27a6c5d644ae52dab2d80989bb08027
 SHA512 
be5a8cbb521b8082ad9898907bce1a888443eafb24e2030f9dfbb2dff293646376ad44ebbc53d12e539ad70af935d833f2f114e383171388b9d724f274eb8421

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.2.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.2.ebuild
new file mode 100644
index 000..10f7da0d6a0
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.10.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="The missing async toolbox"
+HOMEPAGE="
+   https://github.com/maxfischer2781/asyncstdlib/
+   https://pypi.org/project/asyncstdlib/;
+SRC_URI="
+   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest



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

2021-09-15 Thread Michał Górny
commit: 8bbb36725fc83cc3683f9ae8984a511061fb9447
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 15 19:53:36 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 15 20:26:02 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bbb3672

dev-python/asyncstdlib: Bump to 3.10.1

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

 dev-python/asyncstdlib/Manifest  |  1 +
 dev-python/asyncstdlib/asyncstdlib-3.10.1.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index b3c008784e0..de424f10d2d 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1,3 +1,4 @@
 DIST asyncstdlib-3.10.0.gh.tar.gz 45242 BLAKE2B 
12fb7f96d9c7c6e7ddad67b6c25b805de95812f902e14935a11440c4c55437f550df18c388727d21745b99e6db97917849547fdf726a89c62136ce1d01b8545b
 SHA512 
9e930fa906139d664575d7f41d4e5ddf7da62e02bc946efeadadf6631ae63c15ca2ac1b5793172424f9ad916d32bbd4a741de5844b247c2fa506b63431711933
+DIST asyncstdlib-3.10.1.gh.tar.gz 45230 BLAKE2B 
daefacbb5712d200dc61d99cbf0deaa50925cfe2e8203f01a8083531d762b838d9603110a07ac1e1a00f17f1bb8ee7dc1a759d35949570fe134d21c4e48993ae
 SHA512 
05e0e64f8262cf3ba6f8e784490597397e0d6a74f2052da80bb531df557dd3143c032589c429a407049ed04b093757c7a09674c66110befd6ab66b0edf883909
 DIST asyncstdlib-3.9.1.gh.tar.gz 40224 BLAKE2B 
8d1e564c9f5ac10c7f05dfa3933f695ae458685550fb67401f3bd0d1294ef0b170f5b385cdcf63c0096854538219a0dea77d4d80bd801f1a9b15f5ad3f2c562a
 SHA512 
de7860d84cee7bfdc974a0677cc231323c86238bcb0bfd2f32a62b7356042aad647ee8d627393be35c5a134855d5f76967143ad8347df9d6258f46bc2b43a62a
 DIST asyncstdlib-3.9.2.gh.tar.gz 41963 BLAKE2B 
da40c23bacc58c1347aca94107e3026829d9b27645eddc47fc46a96cab4be7baa9ed3c31f6f0045b884130d4316394d6a0b6b44818b42b6e6c512c641847d556
 SHA512 
f5268451325b48b967747b5e1ffe4e773a5aae82c6d481781e6c95f483d972da2b3806c1117067256d22efaba1238787898667a6a50ac4b2512dac4b5343d2a2

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.1.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.1.ebuild
new file mode 100644
index 000..10f7da0d6a0
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.10.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="The missing async toolbox"
+HOMEPAGE="
+   https://github.com/maxfischer2781/asyncstdlib/
+   https://pypi.org/project/asyncstdlib/;
+SRC_URI="
+   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest



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

2021-09-09 Thread Michał Górny
commit: 4efd2110d9ad681e68dc416f163d71e4a3a233d5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Sep  9 21:13:08 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Sep  9 21:13:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4efd2110

dev-python/asyncstdlib: Bump to 3.10.0

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

 dev-python/asyncstdlib/Manifest  |  1 +
 dev-python/asyncstdlib/asyncstdlib-3.10.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index 33b3fa60627..b3c008784e0 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1,2 +1,3 @@
+DIST asyncstdlib-3.10.0.gh.tar.gz 45242 BLAKE2B 
12fb7f96d9c7c6e7ddad67b6c25b805de95812f902e14935a11440c4c55437f550df18c388727d21745b99e6db97917849547fdf726a89c62136ce1d01b8545b
 SHA512 
9e930fa906139d664575d7f41d4e5ddf7da62e02bc946efeadadf6631ae63c15ca2ac1b5793172424f9ad916d32bbd4a741de5844b247c2fa506b63431711933
 DIST asyncstdlib-3.9.1.gh.tar.gz 40224 BLAKE2B 
8d1e564c9f5ac10c7f05dfa3933f695ae458685550fb67401f3bd0d1294ef0b170f5b385cdcf63c0096854538219a0dea77d4d80bd801f1a9b15f5ad3f2c562a
 SHA512 
de7860d84cee7bfdc974a0677cc231323c86238bcb0bfd2f32a62b7356042aad647ee8d627393be35c5a134855d5f76967143ad8347df9d6258f46bc2b43a62a
 DIST asyncstdlib-3.9.2.gh.tar.gz 41963 BLAKE2B 
da40c23bacc58c1347aca94107e3026829d9b27645eddc47fc46a96cab4be7baa9ed3c31f6f0045b884130d4316394d6a0b6b44818b42b6e6c512c641847d556
 SHA512 
f5268451325b48b967747b5e1ffe4e773a5aae82c6d481781e6c95f483d972da2b3806c1117067256d22efaba1238787898667a6a50ac4b2512dac4b5343d2a2

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.10.0.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.10.0.ebuild
new file mode 100644
index 000..10f7da0d6a0
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.10.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{8..10} )
+inherit distutils-r1
+
+DESCRIPTION="The missing async toolbox"
+HOMEPAGE="
+   https://github.com/maxfischer2781/asyncstdlib/
+   https://pypi.org/project/asyncstdlib/;
+SRC_URI="
+   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest



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

2021-05-15 Thread Michał Górny
commit: 5805b6b66c1014de78a261034ec15ce96a127776
Author: Michał Górny  gentoo  org>
AuthorDate: Sat May 15 07:04:37 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat May 15 08:34:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5805b6b6

dev-python/asyncstdlib: Bump to 3.9.2

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

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

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
index 9899598eb5f..33b3fa60627 100644
--- a/dev-python/asyncstdlib/Manifest
+++ b/dev-python/asyncstdlib/Manifest
@@ -1 +1,2 @@
 DIST asyncstdlib-3.9.1.gh.tar.gz 40224 BLAKE2B 
8d1e564c9f5ac10c7f05dfa3933f695ae458685550fb67401f3bd0d1294ef0b170f5b385cdcf63c0096854538219a0dea77d4d80bd801f1a9b15f5ad3f2c562a
 SHA512 
de7860d84cee7bfdc974a0677cc231323c86238bcb0bfd2f32a62b7356042aad647ee8d627393be35c5a134855d5f76967143ad8347df9d6258f46bc2b43a62a
+DIST asyncstdlib-3.9.2.gh.tar.gz 41963 BLAKE2B 
da40c23bacc58c1347aca94107e3026829d9b27645eddc47fc46a96cab4be7baa9ed3c31f6f0045b884130d4316394d6a0b6b44818b42b6e6c512c641847d556
 SHA512 
f5268451325b48b967747b5e1ffe4e773a5aae82c6d481781e6c95f483d972da2b3806c1117067256d22efaba1238787898667a6a50ac4b2512dac4b5343d2a2

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.9.2.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.9.2.ebuild
new file mode 100644
index 000..65cb15dce8e
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.9.2.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{7..10} )
+inherit distutils-r1
+
+DESCRIPTION="The missing async toolbox"
+HOMEPAGE="
+   https://github.com/maxfischer2781/asyncstdlib/
+   https://pypi.org/project/asyncstdlib/;
+SRC_URI="
+   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND="
+   $(python_gen_cond_dep '
+   dev-python/typing-extensions[${PYTHON_USEDEP}]
+   ' python3_7)"
+
+distutils_enable_tests pytest



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

2021-05-10 Thread Michał Górny
commit: 711a9668d68e45b3beda2b0df843e0845e979792
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 10 19:41:40 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 10 19:42:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=711a9668

dev-python/asyncstdlib: Add missing dep on typing-extensions

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

 dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild
index 0c31c6e1105..9d70f7518c3 100644
--- a/dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild
+++ b/dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild
@@ -19,4 +19,6 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+RDEPEND="dev-python/typing-extensions[${PYTHON_USEDEP}]"
+
 distutils_enable_tests pytest



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

2021-05-03 Thread Michał Górny
commit: 2309921e7f3f69261ded2b3358649ef3698aa76e
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May  3 08:38:34 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May  3 09:16:36 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2309921e

dev-python/asyncstdlib: New dep of dev-python/denonavr

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

 dev-python/asyncstdlib/Manifest |  1 +
 dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild | 22 ++
 dev-python/asyncstdlib/metadata.xml | 11 +++
 3 files changed, 34 insertions(+)

diff --git a/dev-python/asyncstdlib/Manifest b/dev-python/asyncstdlib/Manifest
new file mode 100644
index 000..9899598eb5f
--- /dev/null
+++ b/dev-python/asyncstdlib/Manifest
@@ -0,0 +1 @@
+DIST asyncstdlib-3.9.1.gh.tar.gz 40224 BLAKE2B 
8d1e564c9f5ac10c7f05dfa3933f695ae458685550fb67401f3bd0d1294ef0b170f5b385cdcf63c0096854538219a0dea77d4d80bd801f1a9b15f5ad3f2c562a
 SHA512 
de7860d84cee7bfdc974a0677cc231323c86238bcb0bfd2f32a62b7356042aad647ee8d627393be35c5a134855d5f76967143ad8347df9d6258f46bc2b43a62a

diff --git a/dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild 
b/dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild
new file mode 100644
index 000..0c31c6e1105
--- /dev/null
+++ b/dev-python/asyncstdlib/asyncstdlib-3.9.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DISTUTILS_USE_SETUPTOOLS=pyproject.toml
+PYTHON_COMPAT=( python3_{7..9} )
+inherit distutils-r1
+
+DESCRIPTION="The missing async toolbox"
+HOMEPAGE="
+   https://github.com/maxfischer2781/asyncstdlib/
+   https://pypi.org/project/asyncstdlib/;
+SRC_URI="
+   https://github.com/maxfischer2781/asyncstdlib/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest

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