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

2024-06-30 Thread Michał Górny
commit: c521ce443387705d0d4c23108e445b1bd3de402f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jun 30 17:08:33 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jun 30 17:24:30 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c521ce44

dev-python/pytest-tornasync: Enable py3.13

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

 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild
index 74bce056758e..c3f1deb3c9b4 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
 
 inherit distutils-r1 pypi
 



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

2023-11-29 Thread Michał Górny
commit: 0b843415ea357cff08a2870da2a22f181cd09d46
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 18:01:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 18:01:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b843415

dev-python/pytest-tornasync: Remove old

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

 dev-python/pytest-tornasync/Manifest   |  1 -
 .../pytest-tornasync-0.6.0_p2.ebuild   | 34 --
 2 files changed, 35 deletions(-)

diff --git a/dev-python/pytest-tornasync/Manifest 
b/dev-python/pytest-tornasync/Manifest
index e6a8a660ad90..3f23e97f70d9 100644
--- a/dev-python/pytest-tornasync/Manifest
+++ b/dev-python/pytest-tornasync/Manifest
@@ -1,2 +1 @@
 DIST pytest-tornasync-0.6.0.post2.gh.tar.gz 6157 BLAKE2B 
315526ebfe1801ccb10258c0258a83f16efdc28b2b2dcdeece94423a0230506fc08ef176655e35c7aed007fad40501d6a1b0ad20728dfc58faddaad003fb1182
 SHA512 
fe21bc724b0bcc192f0ca7628302cda0b8122e1b5aedd4f7a0818bc757f45c1d4f76b2aecc35396349df7fc5b43c1278a5a06af44c2b29d8bf1e691164324231
-DIST pytest-tornasync-0.6.0.post2.tar.gz 6201 BLAKE2B 
6b6a2f941e649fb33373ef39b9d848d68a8af0f5e0d1a5e4496a9160e8e63ea108832437e87382c8203bb2c75673fad37b4ebd76157913199eb1661cd0216591
 SHA512 
2e258913b17a5442d18928833ee7e9771b6dbd148dbf251a7661432a54d4b9f9f3a7c396134eb544c0e3ce0af48c99d2d632399ac6ebdcf148187a7a523f4974

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
deleted file mode 100644
index dd1049337978..
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1 pypi
-
-DESCRIPTION="Pytest plugin for testing Python 3.5+ Tornado code"
-HOMEPAGE="https://github.com/eukaryote/pytest-tornasync";
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
-
-# TODO: fix this
-# E   ImportError: cannot import name 'MESSAGE' from 'test'
-RESTRICT="test"
-
-RDEPEND="
-   >=dev-python/pytest-3.0[${PYTHON_USEDEP}]
-   >=dev-python/tornado-5.0[${PYTHON_USEDEP}]
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   # Do not install the license file
-   sed -i -e '/LICENSE/d' setup.py || die
-
-   distutils-r1_python_prepare_all
-}



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

2023-11-29 Thread Michał Górny
commit: b13a3e68a00a9b4f84cd6da009b3d684d1e69158
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 29 17:59:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 29 17:59:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b13a3e68

dev-python/pytest-tornasync: Stabilize 0.6.0_p2-r1 ALLARCHES, #918860

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

 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild
index 64096bacc181..74bce056758e 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild
@@ -23,7 +23,7 @@ S=${WORKDIR}/${MY_P}
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 RDEPEND="
>=dev-python/pytest-3.0[${PYTHON_USEDEP}]



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

2023-11-20 Thread Michał Górny
commit: 7b0f38540c9aaa7e3ce7804899186417d8ad4bb3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Nov 20 13:42:03 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Nov 20 15:02:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b0f3854

dev-python/pytest-tornasync: Enable pypy3

Sponsored-by: Ex Makhina, Inc.  exmakhina.com>
Signed-off-by: Michał Górny  gentoo.org>

 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild
index 597b80841a4d..64096bacc181 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYPI_NO_NORMALIZE=1
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
 
 inherit distutils-r1 pypi
 



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

2023-10-24 Thread Michał Górny
commit: 72eb7f0f983bad613f8108efdd1c5389dada189b
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 24 14:18:57 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 24 14:42:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72eb7f0f

dev-python/pytest-tornasync: Add python@ as co-maint.

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

 dev-python/pytest-tornasync/metadata.xml | 4 
 1 file changed, 4 insertions(+)

diff --git a/dev-python/pytest-tornasync/metadata.xml 
b/dev-python/pytest-tornasync/metadata.xml
index 531d235187da..abd0597a1324 100644
--- a/dev-python/pytest-tornasync/metadata.xml
+++ b/dev-python/pytest-tornasync/metadata.xml
@@ -5,6 +5,10 @@
s...@gentoo.org
Gentoo Science Project

+   
+   pyt...@gentoo.org
+   Python
+   


pytest-tornasync



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

2023-10-24 Thread Michał Górny
commit: 79cab922cd7701de67a6b809f80894fe53b2cb4f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Oct 24 14:18:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Oct 24 14:41:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79cab922

dev-python/pytest-tornasync: PEP517, fix tests, py3.12

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

 dev-python/pytest-tornasync/Manifest   |  1 +
 .../pytest-tornasync-0.6.0_p2-r1.ebuild| 45 ++
 2 files changed, 46 insertions(+)

diff --git a/dev-python/pytest-tornasync/Manifest 
b/dev-python/pytest-tornasync/Manifest
index 591d86f01ace..e6a8a660ad90 100644
--- a/dev-python/pytest-tornasync/Manifest
+++ b/dev-python/pytest-tornasync/Manifest
@@ -1 +1,2 @@
+DIST pytest-tornasync-0.6.0.post2.gh.tar.gz 6157 BLAKE2B 
315526ebfe1801ccb10258c0258a83f16efdc28b2b2dcdeece94423a0230506fc08ef176655e35c7aed007fad40501d6a1b0ad20728dfc58faddaad003fb1182
 SHA512 
fe21bc724b0bcc192f0ca7628302cda0b8122e1b5aedd4f7a0818bc757f45c1d4f76b2aecc35396349df7fc5b43c1278a5a06af44c2b29d8bf1e691164324231
 DIST pytest-tornasync-0.6.0.post2.tar.gz 6201 BLAKE2B 
6b6a2f941e649fb33373ef39b9d848d68a8af0f5e0d1a5e4496a9160e8e63ea108832437e87382c8203bb2c75673fad37b4ebd76157913199eb1661cd0216591
 SHA512 
2e258913b17a5442d18928833ee7e9771b6dbd148dbf251a7661432a54d4b9f9f3a7c396134eb544c0e3ce0af48c99d2d632399ac6ebdcf148187a7a523f4974

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild
new file mode 100644
index ..597b80841a4d
--- /dev/null
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2-r1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYPI_NO_NORMALIZE=1
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1 pypi
+
+MY_P=${PN}-${PV/_p/.post}
+DESCRIPTION="Pytest plugin for testing Python 3.5+ Tornado code"
+HOMEPAGE="
+   https://github.com/eukaryote/pytest-tornasync/
+   https://pypi.org/project/pytest-tornasync/
+"
+SRC_URI="
+   
https://github.com/eukaryote/pytest-tornasync/archive/${PV/_p/.post}.tar.gz
+   -> ${MY_P}.gh.tar.gz
+"
+S=${WORKDIR}/${MY_P}
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   >=dev-python/pytest-3.0[${PYTHON_USEDEP}]
+   >=dev-python/tornado-5.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Do not install the license file
+   sed -i -e '/LICENSE/d' setup.py || die
+
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   epytest -p pytest_tornasync.plugin
+}



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

2023-03-17 Thread Michał Górny
commit: 7f2e3bdce713c95673181b12496f861b77208463
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 17 12:02:30 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 17 15:28:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f2e3bdc

dev-python/pytest-tornasync: Use pypi.eclass

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

 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
index d64e74154df7..dd1049337978 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
@@ -3,14 +3,13 @@
 
 EAPI=8
 
+PYPI_NO_NORMALIZE=1
 PYTHON_COMPAT=( python3_{9..11} )
 
-inherit distutils-r1
+inherit distutils-r1 pypi
 
 DESCRIPTION="Pytest plugin for testing Python 3.5+ Tornado code"
 HOMEPAGE="https://github.com/eukaryote/pytest-tornasync";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P//_p/.post}.tar.gz"
-S="${WORKDIR}/${P//_p/.post}"
 
 LICENSE="MIT"
 SLOT="0"



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

2022-12-04 Thread WANG Xuerui
commit: c5058b34891c81125a13104b9c7b2e49318276e8
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Dec  4 15:23:16 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Dec  4 15:58:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5058b34

dev-python/pytest-tornasync: keyword 0.6.0_p2 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
index 704beda689ac..02f5b02b9ed7 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P//_p/.post}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86"
 
 # TODO: fix this
 # E   ImportError: cannot import name 'MESSAGE' from 'test'



[gentoo-commits] repo/gentoo:master commit in: dev-python/pytest-tornasync/, dev-python/tornado/, dev-python/notebook/, ...

2022-09-26 Thread Arthur Zamarin
commit: 3352113bdd5ee62808ca4ea5f4bb2c6f0f79daf6
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Sep 25 19:47:11 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 26 07:16:47 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3352113b

Rename {www-servers → dev-python}/tornado

Closes: https://github.com/gentoo/gentoo/pull/27452
Signed-off-by: Arthur Zamarin  gentoo.org>

 .../emacs-ipython-notebook-0.17.0_p20220419.ebuild|  2 +-
 dev-python/APScheduler/APScheduler-3.9.1.ebuild   |  2 +-
 dev-python/httpretty/httpretty-1.1.4-r1.ebuild|  2 +-
 dev-python/ipykernel/ipykernel-6.15.1.ebuild  |  2 +-
 dev-python/ipykernel/ipykernel-6.15.2.ebuild  |  2 +-
 dev-python/ipykernel/ipykernel-6.15.3.ebuild  |  2 +-
 dev-python/ipyparallel/ipyparallel-8.4.1.ebuild   |  2 +-
 dev-python/ipython/metadata.xml   |  2 +-
 dev-python/jupyter_client/jupyter_client-7.3.4.ebuild |  2 +-
 dev-python/jupyter_client/jupyter_client-7.3.5.ebuild |  2 +-
 dev-python/jupyter_server/jupyter_server-1.18.1.ebuild|  2 +-
 dev-python/jupyterlab/jupyterlab-3.4.3.ebuild |  2 +-
 dev-python/jupyterlab/jupyterlab-3.4.5.ebuild |  2 +-
 dev-python/jupyterlab/jupyterlab-3.4.7.ebuild |  2 +-
 dev-python/livereload/livereload-2.6.3.ebuild |  2 +-
 dev-python/matplotlib/matplotlib-3.5.1-r2.ebuild  |  4 ++--
 dev-python/matplotlib/matplotlib-3.5.2-r3.ebuild  |  4 ++--
 dev-python/matplotlib/matplotlib-3.5.3.ebuild |  4 ++--
 dev-python/matplotlib/matplotlib-3.6.0.ebuild |  4 ++--
 dev-python/matplotlib/metadata.xml|  2 +-
 dev-python/nbconvert/nbconvert-6.5.0-r1.ebuild|  2 +-
 dev-python/nbconvert/nbconvert-6.5.0-r2.ebuild|  2 +-
 dev-python/nbconvert/nbconvert-6.5.2.ebuild   |  2 +-
 dev-python/nbconvert/nbconvert-6.5.3.ebuild   |  2 +-
 dev-python/nbdime/nbdime-3.1.1-r1.ebuild  |  2 +-
 dev-python/notebook/notebook-6.4.12.ebuild|  2 +-
 dev-python/pika/pika-1.3.0.ebuild |  2 +-
 dev-python/pypugjs/pypugjs-5.9.11.ebuild  |  4 ++--
 dev-python/pypugjs/pypugjs-5.9.12.ebuild  |  4 ++--
 dev-python/pytest-salt/pytest-salt-2020.1.27-r3.ebuild|  2 +-
 dev-python/pytest-tornado/pytest-tornado-0.8.1.ebuild |  2 +-
 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild  |  2 +-
 dev-python/python-engineio/python-engineio-4.3.2-r2.ebuild|  2 +-
 dev-python/python-engineio/python-engineio-4.3.3.ebuild   |  2 +-
 dev-python/python-engineio/python-engineio-4.3.4.ebuild   |  2 +-
 dev-python/pyzmq/pyzmq-23.2.1.ebuild  |  2 +-
 dev-python/pyzmq/pyzmq-24.0.1.ebuild  |  2 +-
 .../sphinxcontrib-httpdomain-1.8.0-r1.ebuild  |  2 +-
 dev-python/spyder-terminal/spyder-terminal-1.2.2.ebuild   |  2 +-
 dev-python/tenacity/tenacity-8.0.1-r1.ebuild  |  2 +-
 dev-python/tenacity/tenacity-8.1.0.ebuild |  2 +-
 dev-python/terminado/terminado-0.15.0.ebuild  |  2 +-
 dev-python/thriftpy2/thriftpy2-0.4.14-r1.ebuild   |  2 +-
 {www-servers => dev-python}/tornado/Manifest  |  0
 {www-servers => dev-python}/tornado/metadata.xml  |  0
 {www-servers => dev-python}/tornado/tornado-6.2.ebuild|  0
 dev-python/urllib3/urllib3-1.26.12.ebuild |  2 +-
 dev-python/ws4py/ws4py-0.5.1-r1.ebuild|  4 ++--
 dev-python/ws4py/ws4py-.ebuild|  4 ++--
 dev-ros/rosbridge_server/rosbridge_server-0.11.10.ebuild  |  9 +
 dev-ros/rosbridge_server/rosbridge_server-0.11.13.ebuild  | 11 ++-
 dev-ros/rosbridge_server/rosbridge_server-0.11.9.ebuild   |  9 +
 dev-ros/rosbridge_server/rosbridge_server-.ebuild | 11 ++-
 dev-util/snakeviz/snakeviz-2.1.1.ebuild   |  2 +-
 net-proxy/mitmproxy/mitmproxy-8.1.1.ebuild|  2 +-
 profiles/updates/3Q-2022  |  1 +
 56 files changed, 79 insertions(+), 74 deletions(-)

diff --git 
a/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419.ebuild
 
b/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419.ebuild
index c920c630fbc1..e04873c402a4 100644
--- 
a/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419.ebuild
+++ 
b/app-emacs/emacs-ipython-notebook/emacs-ipython-notebook-0.17.0_p20220419.ebuild
@@ -32,7 +32,7 @@ RDEPEND="
app-emacs/with-editor
dev-python/ipython
dev-python/

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

2022-07-16 Thread Arthur Zamarin
commit: f3ee439185a8af58989a6f9a120066748114263d
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jul 16 11:26:38 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jul 16 12:22:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3ee4391

dev-python/pytest-tornasync: enable py3.11

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

 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
index eb035f62c0d5..729ab8e9b9f8 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-03-12 Thread Arthur Zamarin
commit: 7778bf6e25eb2b5f70465ad76e46d8b6e09f1570
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Mar 12 20:07:01 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Mar 12 20:07:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7778bf6e

dev-python/pytest-tornasync: Stabilize 0.6.0_p2 hppa, #834266

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

 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
index ed4e0deb6544..eb035f62c0d5 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P//_p/.post}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 # TODO: fix this
 # E   ImportError: cannot import name 'MESSAGE' from 'test'



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

2022-03-06 Thread Sam James
commit: d2af6ae44ec5c264951f5abc178cfbeea9c3f671
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar  6 23:43:26 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar  6 23:43:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2af6ae4

dev-python/pytest-tornasync: Stabilize 0.6.0_p2 arm, #834266

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

 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
index 7c74d099e0eb..ed4e0deb6544 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P//_p/.post}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 # TODO: fix this
 # E   ImportError: cannot import name 'MESSAGE' from 'test'



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

2022-03-05 Thread Sam James
commit: a807ed786ef78b293e3ad151fd11e8abce319c3a
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar  6 07:50:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar  6 07:50:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a807ed78

dev-python/pytest-tornasync: Stabilize 0.6.0_p2 arm64, #834266

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

 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
index 6046f4929c61..7c74d099e0eb 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P//_p/.post}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="amd64 ~arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 # TODO: fix this
 # E   ImportError: cannot import name 'MESSAGE' from 'test'



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

2022-02-27 Thread Sam James
commit: 95305ae420a8d8e09825d52630301ebab4b6c153
Author: Sam James  gentoo  org>
AuthorDate: Sun Feb 27 16:34:41 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Feb 27 16:34:41 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95305ae4

dev-python/pytest-tornasync: Stabilize 0.6.0_p2 sparc, #834266

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

 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
index 18a3b9040cae..6046f4929c61 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P//_p/.post}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86"
 
 # TODO: fix this
 # E   ImportError: cannot import name 'MESSAGE' from 'test'



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

2022-02-27 Thread Jakov Smolić
commit: 302d5161f29a55d3e4afa6ad2e8eed17f5a376db
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Feb 27 12:28:30 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Feb 27 12:28:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=302d5161

dev-python/pytest-tornasync: Stabilize 0.6.0_p2 x86, #834266

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

 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
index 6c8088ed9a30..8c8acded45ee 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P//_p/.post}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 
 # TODO: fix this
 # E   ImportError: cannot import name 'MESSAGE' from 'test'



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

2022-02-27 Thread Jakov Smolić
commit: 6b0290bc78496bc2b8280ffaf7e1a0f1210bb7eb
Author: Jakov Smolić  gentoo  org>
AuthorDate: Sun Feb 27 12:17:00 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Sun Feb 27 12:22:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b0290bc

dev-python/pytest-tornasync: Stabilize 0.6.0_p2 amd64, #834266

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

 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
index 3194d233de42..6c8088ed9a30 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P//_p/.post}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 # TODO: fix this
 # E   ImportError: cannot import name 'MESSAGE' from 'test'



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

2022-02-09 Thread Yixun Lan
commit: ef8d0570cc3c64cd2479133d6e33063e25bd5d67
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Feb  7 13:50:29 2022 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Wed Feb  9 14:15:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef8d0570

dev-python/pytest-tornasync: keyword ~riscv, #831852

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

 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
index f532ffafb295..3194d233de42 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P//_p/.post}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 
 # TODO: fix this
 # E   ImportError: cannot import name 'MESSAGE' from 'test'



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

2022-02-08 Thread Arthur Zamarin
commit: 952098068370944bf3e933d7f03d6d3d3c20f5a4
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Feb  8 17:37:13 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Feb  8 17:38:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95209806

dev-python/pytest-tornasync: Keyword 0.6.0_p2 hppa, #831852

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

 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
index 8f7c06c18b0b..f532ffafb295 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P//_p/.post}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
 
 # TODO: fix this
 # E   ImportError: cannot import name 'MESSAGE' from 'test'



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

2022-02-07 Thread Sam James
commit: 8b80093966792b86f0d36cc7a97042cbefc53b97
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 11:35:35 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 11:35:35 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b800939

dev-python/pytest-tornasync: Keyword 0.6.0_p2 sparc, #831852

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

 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
index 5431566543bf..8e273d09bc62 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P//_p/.post}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 # TODO: fix this
 # E   ImportError: cannot import name 'MESSAGE' from 'test'



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

2022-02-07 Thread Sam James
commit: 0d6b8893544424e4f907ef8d94b8b94cc31de9fc
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 11:31:54 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 11:31:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d6b8893

dev-python/pytest-tornasync: Keyword 0.6.0_p2 arm64, #831852

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

 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
index 02bb19adb971..5431566543bf 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P//_p/.post}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
 
 # TODO: fix this
 # E   ImportError: cannot import name 'MESSAGE' from 'test'



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

2022-02-07 Thread Sam James
commit: a9c1af56b92202c93080f88d89a1f1c286f89c9f
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 11:30:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 11:30:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9c1af56

dev-python/pytest-tornasync: Keyword 0.6.0_p2 ppc64, #831852

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

 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
index 0fac5702c3e2..02bb19adb971 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P//_p/.post}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
 
 # TODO: fix this
 # E   ImportError: cannot import name 'MESSAGE' from 'test'



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

2022-02-07 Thread Sam James
commit: 33521adca2813487ae0c4f087918c3fa592381ec
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 11:29:57 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 11:29:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33521adc

dev-python/pytest-tornasync: Keyword 0.6.0_p2 ppc, #831852

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

 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
index 194b12ee7d15..0fac5702c3e2 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P//_p/.post}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64 ~x86"
+KEYWORDS="~amd64 ~arm ~ia64 ~ppc ~x86"
 
 # TODO: fix this
 # E   ImportError: cannot import name 'MESSAGE' from 'test'



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

2022-02-07 Thread Sam James
commit: f4ef810139f287505f5c79c1d46c606a798e13f8
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 11:17:45 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 11:17:45 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4ef8101

dev-python/pytest-tornasync: Keyword 0.6.0_p2 x86, #831852

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

 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
index 1595eeefa238..194b12ee7d15 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P//_p/.post}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ia64"
+KEYWORDS="~amd64 ~arm ~ia64 ~x86"
 
 # TODO: fix this
 # E   ImportError: cannot import name 'MESSAGE' from 'test'



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

2022-02-07 Thread Sam James
commit: a31de0424a8e27c96ed72a51452fe86c4b1b1960
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 08:32:38 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 08:32:38 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a31de042

dev-python/pytest-tornasync: Keyword 0.6.0_p2 arm, #831852

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

 dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
index 7beeaea50ebf..8b1bca4db16f 100644
--- a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ S="${WORKDIR}/${P//_p/.post}"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
 
 # TODO: fix this
 # E   ImportError: cannot import name 'MESSAGE' from 'test'



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

2021-09-09 Thread Andrew Ammerlaan
commit: f0c784a9e10dc0daf0036e3adaab760947c55eaf
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Thu Sep  9 12:39:36 2021 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Thu Sep  9 13:39:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0c784a9

dev-python/pytest-tornasync: import from ::sci

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  gentoo.org>

 dev-python/pytest-tornasync/Manifest   |  1 +
 dev-python/pytest-tornasync/metadata.xml   | 13 
 .../pytest-tornasync-0.6.0_p2.ebuild   | 35 ++
 3 files changed, 49 insertions(+)

diff --git a/dev-python/pytest-tornasync/Manifest 
b/dev-python/pytest-tornasync/Manifest
new file mode 100644
index 000..591d86f01ac
--- /dev/null
+++ b/dev-python/pytest-tornasync/Manifest
@@ -0,0 +1 @@
+DIST pytest-tornasync-0.6.0.post2.tar.gz 6201 BLAKE2B 
6b6a2f941e649fb33373ef39b9d848d68a8af0f5e0d1a5e4496a9160e8e63ea108832437e87382c8203bb2c75673fad37b4ebd76157913199eb1661cd0216591
 SHA512 
2e258913b17a5442d18928833ee7e9771b6dbd148dbf251a7661432a54d4b9f9f3a7c396134eb544c0e3ce0af48c99d2d632399ac6ebdcf148187a7a523f4974

diff --git a/dev-python/pytest-tornasync/metadata.xml 
b/dev-python/pytest-tornasync/metadata.xml
new file mode 100644
index 000..2b85afa5932
--- /dev/null
+++ b/dev-python/pytest-tornasync/metadata.xml
@@ -0,0 +1,13 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   s...@gentoo.org
+   Gentoo Science Project
+   
+   
+   
+   pytest-tornasync
+   eukaryote/pytest-tornasync
+   
+

diff --git a/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild 
b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
new file mode 100644
index 000..7beeaea50eb
--- /dev/null
+++ b/dev-python/pytest-tornasync/pytest-tornasync-0.6.0_p2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Pytest plugin for testing Python 3.5+ Tornado code"
+HOMEPAGE="https://github.com/eukaryote/pytest-tornasync";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P//_p/.post}.tar.gz"
+S="${WORKDIR}/${P//_p/.post}"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+# TODO: fix this
+# E   ImportError: cannot import name 'MESSAGE' from 'test'
+RESTRICT="test"
+
+RDEPEND="
+   >=dev-python/pytest-3.0[${PYTHON_USEDEP}]
+   >=www-servers/tornado-5.0[${PYTHON_USEDEP}]
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   # Do not install the license file
+   sed -i -e '/LICENSE/d' setup.py || die
+
+   distutils-r1_python_prepare_all
+}