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

2024-05-14 Thread Michał Górny
commit: 8efe7b91c3dea3d6c6c83e8250e0d33a0c0be719
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 14 16:08:10 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 14 16:08:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8efe7b91

dev-python/sniffio: Enable py3.13

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

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

diff --git a/dev-python/sniffio/sniffio-1.3.1.ebuild 
b/dev-python/sniffio/sniffio-1.3.1.ebuild
index 73a28d316f7d..26c7f2e1d715 100644
--- a/dev-python/sniffio/sniffio-1.3.1.ebuild
+++ b/dev-python/sniffio/sniffio-1.3.1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1
 



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

2024-03-13 Thread Michał Górny
commit: f1c08f054b11133e5a4d4cf40da5b4241c64ab0a
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Mar 13 14:56:41 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Mar 13 15:01:47 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c08f05

dev-python/sniffio: Remove old

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

 dev-python/sniffio/Manifest |  1 -
 dev-python/sniffio/sniffio-1.3.0.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/sniffio/Manifest b/dev-python/sniffio/Manifest
index caabc63e039a..4ae7428a4dc1 100644
--- a/dev-python/sniffio/Manifest
+++ b/dev-python/sniffio/Manifest
@@ -1,2 +1 @@
-DIST sniffio-1.3.0.gh.tar.gz 16867 BLAKE2B 
44ab59d7477055aeaa0b08983094d8d12493edd5ded6ebd8e1bb048fbb2024325473dc37ebb5f66a10d8275b4e68b8c7f8dfb26088dc30c97a29d9f002fbc667
 SHA512 
3a9584eea20f5a69958f206fad9f01ef7fc40735f48a6cfaa11ba6eea1e7b8cc8c8053416595fe23276e162b0ab5dd6a41fb30bd9f7994f03b3d3242d5b40ef6
 DIST sniffio-1.3.1.gh.tar.gz 16907 BLAKE2B 
9edec11e204f2624d589786744ed2bce6b082fb338c542bf6bddc22a481c9cc97cfd1c5101ae8cad95bf5068ee40d1659aeb420a2f6377377bf9e514e4c49cd1
 SHA512 
34e2e0a2e1c43e4ce1e1b5cdfb16c4f872897bbc7da77a76b55dc9cae475d87fe1e35d7103cad68ddab93c8be743aaa312ec12b1ddd96ad968be027faa24839f

diff --git a/dev-python/sniffio/sniffio-1.3.0.ebuild 
b/dev-python/sniffio/sniffio-1.3.0.ebuild
deleted file mode 100644
index 01a89319fcec..
--- a/dev-python/sniffio/sniffio-1.3.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2021-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
-
-inherit distutils-r1
-
-DESCRIPTION="Sniff out which async library your code is running under"
-HOMEPAGE="
-   https://github.com/python-trio/sniffio/
-   https://pypi.org/project/sniffio/
-"
-SRC_URI="
-   https://github.com/python-trio/sniffio/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="|| ( Apache-2.0 MIT )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # curio is not packaged
-   sniffio/_tests/test_sniffio.py::test_curio
-)



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

2024-03-13 Thread Arthur Zamarin
commit: dbb2560d30f771294d32cb9dc3323dcd9777c982
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Mar 13 13:56:55 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Mar 13 13:56:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbb2560d

dev-python/sniffio: Stabilize 1.3.1 ALLARCHES, #926919

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

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

diff --git a/dev-python/sniffio/sniffio-1.3.1.ebuild 
b/dev-python/sniffio/sniffio-1.3.1.ebuild
index 57640b5c7fc1..73a28d316f7d 100644
--- a/dev-python/sniffio/sniffio-1.3.1.ebuild
+++ b/dev-python/sniffio/sniffio-1.3.1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 MIT )"
 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="
dev-python/setuptools-scm[${PYTHON_USEDEP}]



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

2024-02-25 Thread Michał Górny
commit: ee9373246bb2a332ba886735d51c3e1b43f66822
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Feb 26 04:24:58 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Feb 26 04:24:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee937324

dev-python/sniffio: Bump to 1.3.1

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

 dev-python/sniffio/Manifest |  1 +
 dev-python/sniffio/sniffio-1.3.1.ebuild | 34 +
 2 files changed, 35 insertions(+)

diff --git a/dev-python/sniffio/Manifest b/dev-python/sniffio/Manifest
index 0fe49caaad39..caabc63e039a 100644
--- a/dev-python/sniffio/Manifest
+++ b/dev-python/sniffio/Manifest
@@ -1 +1,2 @@
 DIST sniffio-1.3.0.gh.tar.gz 16867 BLAKE2B 
44ab59d7477055aeaa0b08983094d8d12493edd5ded6ebd8e1bb048fbb2024325473dc37ebb5f66a10d8275b4e68b8c7f8dfb26088dc30c97a29d9f002fbc667
 SHA512 
3a9584eea20f5a69958f206fad9f01ef7fc40735f48a6cfaa11ba6eea1e7b8cc8c8053416595fe23276e162b0ab5dd6a41fb30bd9f7994f03b3d3242d5b40ef6
+DIST sniffio-1.3.1.gh.tar.gz 16907 BLAKE2B 
9edec11e204f2624d589786744ed2bce6b082fb338c542bf6bddc22a481c9cc97cfd1c5101ae8cad95bf5068ee40d1659aeb420a2f6377377bf9e514e4c49cd1
 SHA512 
34e2e0a2e1c43e4ce1e1b5cdfb16c4f872897bbc7da77a76b55dc9cae475d87fe1e35d7103cad68ddab93c8be743aaa312ec12b1ddd96ad968be027faa24839f

diff --git a/dev-python/sniffio/sniffio-1.3.1.ebuild 
b/dev-python/sniffio/sniffio-1.3.1.ebuild
new file mode 100644
index ..57640b5c7fc1
--- /dev/null
+++ b/dev-python/sniffio/sniffio-1.3.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 2021-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sniff out which async library your code is running under"
+HOMEPAGE="
+   https://github.com/python-trio/sniffio/
+   https://pypi.org/project/sniffio/
+"
+SRC_URI="
+   https://github.com/python-trio/sniffio/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( Apache-2.0 MIT )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+BDEPEND="
+   dev-python/setuptools-scm[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # curio is not packaged
+   sniffio/_tests/test_sniffio.py::test_curio
+)



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

2023-05-29 Thread Sam James
commit: f7ec34fa6e751413da6176ac850cc0a271bcfbca
Author: Petr Vaněk  atlas  cz>
AuthorDate: Mon May 29 13:04:18 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon May 29 13:57:43 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7ec34fa

dev-python/sniffio: enable py3.12

Signed-off-by: Petr Vaněk  atlas.cz>
Closes: https://github.com/gentoo/gentoo/pull/31215
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/sniffio/sniffio-1.3.0.ebuild 
b/dev-python/sniffio/sniffio-1.3.0.ebuild
index b9df958408dc..01a89319fcec 100644
--- a/dev-python/sniffio/sniffio-1.3.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.3.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1
 



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

2022-10-03 Thread Michał Górny
commit: 86fe1828f65549b9de3817a4cbe1dd7015d578f3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Oct  3 06:34:41 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Oct  3 06:34:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86fe1828

dev-python/sniffio: Remove old

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

 dev-python/sniffio/Manifest|  1 -
 dev-python/sniffio/sniffio-1.2.0-r1.ebuild | 30 --
 2 files changed, 31 deletions(-)

diff --git a/dev-python/sniffio/Manifest b/dev-python/sniffio/Manifest
index b2afe8788f9f..0fe49caaad39 100644
--- a/dev-python/sniffio/Manifest
+++ b/dev-python/sniffio/Manifest
@@ -1,2 +1 @@
-DIST sniffio-1.2.0.gh.tar.gz 17335 BLAKE2B 
0d67baa18702ac38932680bdc741c87ee0a31342cc752c1463a7f90720ea0ebf6d62ef682a042c58e8fe96456e1461638e0f02c6f60da5f5e0d07464be27a4a3
 SHA512 
8e1dd2bb6fc22ee5824adfffe688ff0621b8c1ef5daea594dedce13d5e04a498e05816bb32e9bbed206a653a330ff710df57c888ddcff00a6254eafddc538273
 DIST sniffio-1.3.0.gh.tar.gz 16867 BLAKE2B 
44ab59d7477055aeaa0b08983094d8d12493edd5ded6ebd8e1bb048fbb2024325473dc37ebb5f66a10d8275b4e68b8c7f8dfb26088dc30c97a29d9f002fbc667
 SHA512 
3a9584eea20f5a69958f206fad9f01ef7fc40735f48a6cfaa11ba6eea1e7b8cc8c8053416595fe23276e162b0ab5dd6a41fb30bd9f7994f03b3d3242d5b40ef6

diff --git a/dev-python/sniffio/sniffio-1.2.0-r1.ebuild 
b/dev-python/sniffio/sniffio-1.2.0-r1.ebuild
deleted file mode 100644
index dbc7302ff47a..
--- a/dev-python/sniffio/sniffio-1.2.0-r1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="Sniff out which async library your code is running under"
-HOMEPAGE="
-   https://github.com/python-trio/sniffio/
-   https://pypi.org/project/sniffio/
-"
-SRC_URI="
-   https://github.com/python-trio/sniffio/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="|| ( Apache-2.0 MIT )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # curio is not packaged
-   sniffio/_tests/test_sniffio.py::test_curio
-)



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

2022-10-02 Thread Arthur Zamarin
commit: 6d47d09b05cee4520612540c1d01c57991a6a7fd
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Oct  2 19:20:22 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Oct  2 19:20:22 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d47d09b

dev-python/sniffio: Stabilize 1.3.0 ALLARCHES, #874138

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

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

diff --git a/dev-python/sniffio/sniffio-1.3.0.ebuild 
b/dev-python/sniffio/sniffio-1.3.0.ebuild
index d22e05c4e1b3..dbc7302ff47a 100644
--- a/dev-python/sniffio/sniffio-1.3.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.3.0.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 MIT )"
 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"
 
 distutils_enable_tests pytest
 



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

2022-09-01 Thread Arthur Zamarin
commit: d0635b06164a98ddb5b587586ebeb67595a0aee6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep  1 18:44:03 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep  1 19:41:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0635b06

dev-python/sniffio: add 1.3.0

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

 dev-python/sniffio/Manifest |  1 +
 dev-python/sniffio/sniffio-1.3.0.ebuild | 30 ++
 2 files changed, 31 insertions(+)

diff --git a/dev-python/sniffio/Manifest b/dev-python/sniffio/Manifest
index d096430d8bf3..b2afe8788f9f 100644
--- a/dev-python/sniffio/Manifest
+++ b/dev-python/sniffio/Manifest
@@ -1 +1,2 @@
 DIST sniffio-1.2.0.gh.tar.gz 17335 BLAKE2B 
0d67baa18702ac38932680bdc741c87ee0a31342cc752c1463a7f90720ea0ebf6d62ef682a042c58e8fe96456e1461638e0f02c6f60da5f5e0d07464be27a4a3
 SHA512 
8e1dd2bb6fc22ee5824adfffe688ff0621b8c1ef5daea594dedce13d5e04a498e05816bb32e9bbed206a653a330ff710df57c888ddcff00a6254eafddc538273
+DIST sniffio-1.3.0.gh.tar.gz 16867 BLAKE2B 
44ab59d7477055aeaa0b08983094d8d12493edd5ded6ebd8e1bb048fbb2024325473dc37ebb5f66a10d8275b4e68b8c7f8dfb26088dc30c97a29d9f002fbc667
 SHA512 
3a9584eea20f5a69958f206fad9f01ef7fc40735f48a6cfaa11ba6eea1e7b8cc8c8053416595fe23276e162b0ab5dd6a41fb30bd9f7994f03b3d3242d5b40ef6

diff --git a/dev-python/sniffio/sniffio-1.3.0.ebuild 
b/dev-python/sniffio/sniffio-1.3.0.ebuild
new file mode 100644
index ..d22e05c4e1b3
--- /dev/null
+++ b/dev-python/sniffio/sniffio-1.3.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sniff out which async library your code is running under"
+HOMEPAGE="
+   https://github.com/python-trio/sniffio/
+   https://pypi.org/project/sniffio/
+"
+SRC_URI="
+   https://github.com/python-trio/sniffio/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( Apache-2.0 MIT )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # curio is not packaged
+   sniffio/_tests/test_sniffio.py::test_curio
+)



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

2022-06-16 Thread Michał Górny
commit: 31fbf5cf065b93c6e4edbd156c8d6bb1baf7e942
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Jun 16 09:17:49 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Jun 16 09:18:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31fbf5cf

dev-python/sniffio: Remove old

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

 dev-python/sniffio/sniffio-1.2.0.ebuild | 26 --
 1 file changed, 26 deletions(-)

diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild 
b/dev-python/sniffio/sniffio-1.2.0.ebuild
deleted file mode 100644
index bcf388f307ea..
--- a/dev-python/sniffio/sniffio-1.2.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2021-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Sniff out which async library your code is running under"
-HOMEPAGE="
-   https://github.com/python-trio/sniffio/
-   https://pypi.org/project/sniffio/;
-SRC_URI="
-   https://github.com/python-trio/sniffio/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz"
-
-LICENSE="|| ( Apache-2.0 MIT )"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv 
~s390 sparc x86"
-
-distutils_enable_tests pytest
-
-EPYTEST_DESELECT=(
-   # curio is not packaged
-   sniffio/_tests/test_sniffio.py::test_curio
-)



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

2022-06-16 Thread Jakov Smolić
commit: 525dcf9a9b63215971198bbe54e9bc3ea7b1db0b
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Jun 16 09:02:07 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Jun 16 09:02:07 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=525dcf9a

dev-python/sniffio: Stabilize 1.2.0-r1 ALLARCHES, #852476

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

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

diff --git a/dev-python/sniffio/sniffio-1.2.0-r1.ebuild 
b/dev-python/sniffio/sniffio-1.2.0-r1.ebuild
index d22e05c4e1b3..dbc7302ff47a 100644
--- a/dev-python/sniffio/sniffio-1.2.0-r1.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 MIT )"
 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"
 
 distutils_enable_tests pytest
 



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

2022-05-13 Thread Michał Górny
commit: 22ca933e876509f2116b00184d159d7531c7bac8
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 13 15:02:06 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 13 16:10:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ca933e

dev-python/sniffio: Enable py3.11

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

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

diff --git a/dev-python/sniffio/sniffio-1.2.0-r1.ebuild 
b/dev-python/sniffio/sniffio-1.2.0-r1.ebuild
index 08c92e236b7e..d22e05c4e1b3 100644
--- a/dev-python/sniffio/sniffio-1.2.0-r1.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-05-13 Thread Michał Górny
commit: c3400aa9f9b8295a5b2fcd95952b66d6fcd93c94
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 13 15:01:56 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 13 16:10:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3400aa9

dev-python/sniffio: Use PEP517 build

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

 dev-python/sniffio/sniffio-1.2.0-r1.ebuild | 30 ++
 1 file changed, 30 insertions(+)

diff --git a/dev-python/sniffio/sniffio-1.2.0-r1.ebuild 
b/dev-python/sniffio/sniffio-1.2.0-r1.ebuild
new file mode 100644
index ..08c92e236b7e
--- /dev/null
+++ b/dev-python/sniffio/sniffio-1.2.0-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2021-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Sniff out which async library your code is running under"
+HOMEPAGE="
+   https://github.com/python-trio/sniffio/
+   https://pypi.org/project/sniffio/
+"
+SRC_URI="
+   https://github.com/python-trio/sniffio/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="|| ( Apache-2.0 MIT )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 
~riscv ~s390 ~sparc ~x86"
+
+distutils_enable_tests pytest
+
+EPYTEST_DESELECT=(
+   # curio is not packaged
+   sniffio/_tests/test_sniffio.py::test_curio
+)



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

2022-05-06 Thread Michał Górny
commit: 65f50ddbd39c131460dfcd520bfd224998cd7099
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May  6 13:22:00 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May  6 13:22:25 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65f50ddb

dev-python/sniffio: Keyword 1.2.0 alpha, #808273

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

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

diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild 
b/dev-python/sniffio/sniffio-1.2.0.ebuild
index 03022fa71829..907a39d3bdb4 100644
--- a/dev-python/sniffio/sniffio-1.2.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 
sparc x86"
 
 distutils_enable_tests pytest
 



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

2022-04-25 Thread Sam James
commit: fd294c435e992f6872c917fb535871a60c1bb89e
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 25 17:16:03 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 25 17:16:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd294c43

dev-python/sniffio: Keyword 1.2.0 s390, #840785

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

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

diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild 
b/dev-python/sniffio/sniffio-1.2.0.ebuild
index 13064b3ad091..748bc48ea0ba 100644
--- a/dev-python/sniffio/sniffio-1.2.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2021 Gentoo Authors
+# Copyright 2021-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 distutils_enable_tests pytest
 



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

2021-12-17 Thread Michał Górny
commit: 74402352c6e28241cee03357a6d5993b9e5e3765
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 17 09:03:38 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 17 09:14:56 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74402352

dev-python/sniffio: Enable pypy3

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

 dev-python/sniffio/sniffio-1.2.0.ebuild | 14 +-
 1 file changed, 5 insertions(+), 9 deletions(-)

diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild 
b/dev-python/sniffio/sniffio-1.2.0.ebuild
index f6f3ddbd3664..13064b3ad091 100644
--- a/dev-python/sniffio/sniffio-1.2.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( pypy3 python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Sniff out which async library your code is running under"
@@ -20,11 +20,7 @@ KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv sparc 
x86"
 
 distutils_enable_tests pytest
 
-python_test() {
-   local deselect=(
-   # curio is not packaged
-   sniffio/_tests/test_sniffio.py::test_curio
-   )
-
-   epytest ${deselect[@]/#/--deselect }
-}
+EPYTEST_DESELECT=(
+   # curio is not packaged
+   sniffio/_tests/test_sniffio.py::test_curio
+)



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

2021-08-24 Thread Sam James
commit: 75dfe5cb8fbfdb0745482e61ce51f46d59a42d41
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Mon Aug 23 19:42:16 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Aug 24 23:20:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75dfe5cb

dev-python/sniffio: keyworded 1.2.0 for hppa, bug #808273

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer  sf-mail.de>
Signed-off-by: Sam James  gentoo.org>

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

diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild 
b/dev-python/sniffio/sniffio-1.2.0.ebuild
index 2d82899e325..f33f8de8f64 100644
--- a/dev-python/sniffio/sniffio-1.2.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests pytest
 



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

2021-08-17 Thread Marek Szuba
commit: c91c7b53f68ced6f597ac0facd46d4a68b46a01d
Author: Marek Szuba  gentoo  org>
AuthorDate: Tue Aug 17 14:31:06 2021 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Tue Aug 17 17:15:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91c7b53

dev-python/sniffio: keyword 1.2.0 for ~riscv

Signed-off-by: Marek Szuba  gentoo.org>

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

diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild 
b/dev-python/sniffio/sniffio-1.2.0.ebuild
index a0f66f38cb7..2d82899e325 100644
--- a/dev-python/sniffio/sniffio-1.2.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..10} )
+PYTHON_COMPAT=( python3_{8..10} )
 inherit distutils-r1
 
 DESCRIPTION="Sniff out which async library your code is running under"
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
 
 distutils_enable_tests pytest
 



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

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

dev-python/sniffio: Stabilize 1.2.0 ppc64, #796065

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

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

diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild 
b/dev-python/sniffio/sniffio-1.2.0.ebuild
index bb1881b76f4..a0f66f38cb7 100644
--- a/dev-python/sniffio/sniffio-1.2.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
 
 distutils_enable_tests pytest
 



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

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

dev-python/sniffio: Stabilize 1.2.0 ppc, #796065

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

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

diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild 
b/dev-python/sniffio/sniffio-1.2.0.ebuild
index e9bbd1d9de7..bb1881b76f4 100644
--- a/dev-python/sniffio/sniffio-1.2.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ~ppc64 sparc x86"
 
 distutils_enable_tests pytest
 



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

2021-07-25 Thread Sam James
commit: b77ccedbbca6d66b1675c7270c8b0c5ce20e599b
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 26 01:30:37 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 26 01:30:37 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b77ccedb

dev-python/sniffio: Stabilize 1.2.0 amd64, #796065

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

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

diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild 
b/dev-python/sniffio/sniffio-1.2.0.ebuild
index d7d201ae88c..e9bbd1d9de7 100644
--- a/dev-python/sniffio/sniffio-1.2.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ~ppc ~ppc64 sparc x86"
 
 distutils_enable_tests pytest
 



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

2021-06-16 Thread Sergei Trofimovich
commit: 0820d88cfd414658f80b7905e414aa68d6d0d9cd
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Wed Jun 16 15:25:18 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Wed Jun 16 15:40:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0820d88c

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

diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild 
b/dev-python/sniffio/sniffio-1.2.0.ebuild
index d4705cbf156..f33ec1b18fd 100644
--- a/dev-python/sniffio/sniffio-1.2.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 sparc ~x86"
 
 distutils_enable_tests pytest
 



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

2021-05-18 Thread Sam James
commit: b8e284af34d1c2e22d0b5449056fac4d9abffa4d
Author: Sam James  gentoo  org>
AuthorDate: Tue May 18 17:28:04 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Tue May 18 17:28:04 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8e284af

dev-python/sniffio: Keyword 1.2.0 sparc, #790152

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

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

diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild 
b/dev-python/sniffio/sniffio-1.2.0.ebuild
index 66381ca6788..d4705cbf156 100644
--- a/dev-python/sniffio/sniffio-1.2.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 
 distutils_enable_tests pytest
 



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

2021-05-15 Thread Sam James
commit: efea759eb243a95114f13b932647088e87373faf
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 19:27:51 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 19:27:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efea759e

dev-python/sniffio: Keyword 1.2.0 ppc, #790152

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

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

diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild 
b/dev-python/sniffio/sniffio-1.2.0.ebuild
index c46c34f3b0f..8a212cc5aa8 100644
--- a/dev-python/sniffio/sniffio-1.2.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
 
 distutils_enable_tests pytest
 



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

2021-05-14 Thread Sam James
commit: ee963fe7e62057de9d1261539984fc4d24e12104
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 02:23:24 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 02:23:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee963fe7

dev-python/sniffio: Keyword 1.2.0 arm, #790152

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

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

diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild 
b/dev-python/sniffio/sniffio-1.2.0.ebuild
index d1a5aabddfd..c46c34f3b0f 100644
--- a/dev-python/sniffio/sniffio-1.2.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 
 distutils_enable_tests pytest
 



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

2021-05-14 Thread Sam James
commit: 2e1d3f18c7532a651d74618a3153ed1b3713178f
Author: Sam James  gentoo  org>
AuthorDate: Sat May 15 01:55:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat May 15 01:55:48 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e1d3f18

dev-python/sniffio: Keyword 1.2.0 arm64, #790152

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

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

diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild 
b/dev-python/sniffio/sniffio-1.2.0.ebuild
index ea9fbac068c..d1a5aabddfd 100644
--- a/dev-python/sniffio/sniffio-1.2.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
@@ -16,7 +16,7 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm64 ~x86"
 
 distutils_enable_tests pytest
 



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

2021-05-09 Thread Michał Górny
commit: e9675318df9da1f2c7a6eab1d21ff9a69dc2384f
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat May  8 12:37:30 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  9 11:35:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9675318

dev-python/sniffio: Update metadata

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/sniffio/metadata.xml b/dev-python/sniffio/metadata.xml
index 0c53f9f9d1e..1115ec74c3c 100644
--- a/dev-python/sniffio/metadata.xml
+++ b/dev-python/sniffio/metadata.xml
@@ -3,6 +3,7 @@
 

pyt...@gentoo.org
+   Python






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

2021-05-09 Thread Michał Górny
commit: 5c94382a6b3bb024cf0f6a0a4ca17bad373c9341
Author: Jakov Smolic  sartura  hr>
AuthorDate: Sat May  8 12:37:53 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun May  9 11:35:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c94382a

dev-python/sniffio: Port to python3.10

Signed-off-by: Jakov Smolic  sartura.hr>
Signed-off-by: Michał Górny  gentoo.org>

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

diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild 
b/dev-python/sniffio/sniffio-1.2.0.ebuild
index 89f3dc32585..ea9fbac068c 100644
--- a/dev-python/sniffio/sniffio-1.2.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} )
+PYTHON_COMPAT=( python3_{7..10} )
 inherit distutils-r1
 
 DESCRIPTION="Sniff out which async library your code is running under"
@@ -26,6 +26,5 @@ python_test() {
sniffio/_tests/test_sniffio.py::test_curio
)
 
-   pytest -vv ${deselect[@]/#/--deselect } ||
-   die "Tests failed with ${EPYTHON}"
+   epytest ${deselect[@]/#/--deselect }
 }



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

2021-01-31 Thread Michał Górny
commit: 1618f337c6ea169a1518657ef59471b9a8c2c336
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 31 20:30:17 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 31 20:31:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1618f337

dev-python/sniffio: Remove pypy3 until we switch to pypy3.7

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

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

diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild 
b/dev-python/sniffio/sniffio-1.2.0.ebuild
index fb884d90810..89f3dc32585 100644
--- a/dev-python/sniffio/sniffio-1.2.0.ebuild
+++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..9} )
 inherit distutils-r1
 
 DESCRIPTION="Sniff out which async library your code is running under"



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

2021-01-31 Thread Michał Górny
commit: 1e3fe61be090fe5a8e69a4bd3544f012ec975a2f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 31 19:10:05 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 31 19:10:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e3fe61b

dev-python/sniffio: New package, indirect dep of denonavr

A new package to detect asyncio library used, required by httpx
that in turn is a dependency of dev-python/denonavr.  Not really
meaningful for Gentoo right now since we do not package any alternate
asyncio implementations.

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

 dev-python/sniffio/Manifest |  1 +
 dev-python/sniffio/metadata.xml | 12 
 dev-python/sniffio/sniffio-1.2.0.ebuild | 31 +++
 3 files changed, 44 insertions(+)

diff --git a/dev-python/sniffio/Manifest b/dev-python/sniffio/Manifest
new file mode 100644
index 000..d096430d8bf
--- /dev/null
+++ b/dev-python/sniffio/Manifest
@@ -0,0 +1 @@
+DIST sniffio-1.2.0.gh.tar.gz 17335 BLAKE2B 
0d67baa18702ac38932680bdc741c87ee0a31342cc752c1463a7f90720ea0ebf6d62ef682a042c58e8fe96456e1461638e0f02c6f60da5f5e0d07464be27a4a3
 SHA512 
8e1dd2bb6fc22ee5824adfffe688ff0621b8c1ef5daea594dedce13d5e04a498e05816bb32e9bbed206a653a330ff710df57c888ddcff00a6254eafddc538273

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

diff --git a/dev-python/sniffio/sniffio-1.2.0.ebuild 
b/dev-python/sniffio/sniffio-1.2.0.ebuild
new file mode 100644
index 000..fb884d90810
--- /dev/null
+++ b/dev-python/sniffio/sniffio-1.2.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{7..9} pypy3 )
+inherit distutils-r1
+
+DESCRIPTION="Sniff out which async library your code is running under"
+HOMEPAGE="
+   https://github.com/python-trio/sniffio/
+   https://pypi.org/project/sniffio/;
+SRC_URI="
+   https://github.com/python-trio/sniffio/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz"
+
+LICENSE="|| ( Apache-2.0 MIT )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+distutils_enable_tests pytest
+
+python_test() {
+   local deselect=(
+   # curio is not packaged
+   sniffio/_tests/test_sniffio.py::test_curio
+   )
+
+   pytest -vv ${deselect[@]/#/--deselect } ||
+   die "Tests failed with ${EPYTHON}"
+}