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

2024-05-28 Thread Michał Górny
commit: 3aace0eda4dc880d3eab3792f31927fa44fa87ee
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 28 08:47:02 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 28 09:40:53 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aace0ed

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

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

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

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6-r1.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6-r1.ebuild
index 53e3e7edf836..b2f03be453d3 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6-r1.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6-r1.ebuild
@@ -1,10 +1,10 @@
-# 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
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
 
 inherit distutils-r1
 



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

2023-09-25 Thread Michał Górny
commit: 5ded5f382f4e274676e57ee75a07599320d39126
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 25 18:47:20 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 25 18:47:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ded5f38

dev-python/pytest-ordering: Remove old

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

 dev-python/pytest-ordering/Manifest|  1 -
 .../pytest-ordering/pytest-ordering-0.6.ebuild | 36 --
 2 files changed, 37 deletions(-)

diff --git a/dev-python/pytest-ordering/Manifest 
b/dev-python/pytest-ordering/Manifest
index ef887d6f8750..70e461ee5ebf 100644
--- a/dev-python/pytest-ordering/Manifest
+++ b/dev-python/pytest-ordering/Manifest
@@ -1,2 +1 @@
 DIST pytest-ordering-0.6.gh.tar.gz 11046 BLAKE2B 
468ae5f04029b96ed3058b7f429aec0aaf96092453b229c3de5eab174702af2c1a9fe83171c68d282c4a144b3dd736daf9ed87b9e139a7bd175114f504049ebc
 SHA512 
fd3aec83914f64d1295e1a1bf3fdc580c6824a749a1da8cebae275fef940d6ed6e5dcafad321d94f504a153e13e298b6544dc3c2db716a6b25d3148c2365fe15
-DIST pytest-ordering-0.6.tar.gz 11046 BLAKE2B 
468ae5f04029b96ed3058b7f429aec0aaf96092453b229c3de5eab174702af2c1a9fe83171c68d282c4a144b3dd736daf9ed87b9e139a7bd175114f504049ebc
 SHA512 
fd3aec83914f64d1295e1a1bf3fdc580c6824a749a1da8cebae275fef940d6ed6e5dcafad321d94f504a153e13e298b6544dc3c2db716a6b25d3148c2365fe15

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
deleted file mode 100644
index 86c954d52401..
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{9..11} )
-
-inherit distutils-r1
-
-DESCRIPTION="pytest plugin to run your tests in a specific order"
-HOMEPAGE="
-   https://github.com/ftobia/pytest-ordering/
-   https://pypi.org/project/pytest-ordering/
-"
-SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
-
-RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
-
-PATCHES=(
-   "${FILESDIR}/${P}-fix-pytest-6.patch"
-)
-
-distutils_enable_tests --install pytest
-distutils_enable_sphinx docs/source
-
-python_prepare_all() {
-   # TypeError: `args` parameter expected to be a list or tuple of 
strings, got: '--markers' (type: )
-   sed -i -e 's:test_run_marker_registered:_&:' \
-   tests/test_ordering.py || die
-
-   distutils-r1_python_prepare_all
-}



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

2023-09-25 Thread Arthur Zamarin
commit: 5fec4813ea69f5cd2759550d8fc284dded9e1db7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Sep 25 16:53:12 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Sep 25 16:53:12 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fec4813

dev-python/pytest-ordering: Stabilize 0.6-r1 ALLARCHES, #914684

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

 dev-python/pytest-ordering/pytest-ordering-0.6-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6-r1.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6-r1.ebuild
index 745247f5ffdb..53e3e7edf836 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6-r1.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 RDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2023-08-20 Thread Michał Górny
commit: 19fc936e8a3159c11cfe597371873b82652eabff
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Aug 20 08:32:27 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Aug 20 08:50:29 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19fc936e

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

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

 dev-python/pytest-ordering/Manifest|  1 +
 .../files/pytest-ordering-0.6-marks.patch  | 56 ++
 .../pytest-ordering/pytest-ordering-0.6-r1.ebuild  | 35 ++
 3 files changed, 92 insertions(+)

diff --git a/dev-python/pytest-ordering/Manifest 
b/dev-python/pytest-ordering/Manifest
index 0036ecd18b92..ef887d6f8750 100644
--- a/dev-python/pytest-ordering/Manifest
+++ b/dev-python/pytest-ordering/Manifest
@@ -1 +1,2 @@
+DIST pytest-ordering-0.6.gh.tar.gz 11046 BLAKE2B 
468ae5f04029b96ed3058b7f429aec0aaf96092453b229c3de5eab174702af2c1a9fe83171c68d282c4a144b3dd736daf9ed87b9e139a7bd175114f504049ebc
 SHA512 
fd3aec83914f64d1295e1a1bf3fdc580c6824a749a1da8cebae275fef940d6ed6e5dcafad321d94f504a153e13e298b6544dc3c2db716a6b25d3148c2365fe15
 DIST pytest-ordering-0.6.tar.gz 11046 BLAKE2B 
468ae5f04029b96ed3058b7f429aec0aaf96092453b229c3de5eab174702af2c1a9fe83171c68d282c4a144b3dd736daf9ed87b9e139a7bd175114f504049ebc
 SHA512 
fd3aec83914f64d1295e1a1bf3fdc580c6824a749a1da8cebae275fef940d6ed6e5dcafad321d94f504a153e13e298b6544dc3c2db716a6b25d3148c2365fe15

diff --git a/dev-python/pytest-ordering/files/pytest-ordering-0.6-marks.patch 
b/dev-python/pytest-ordering/files/pytest-ordering-0.6-marks.patch
new file mode 100644
index ..16712166325c
--- /dev/null
+++ b/dev-python/pytest-ordering/files/pytest-ordering-0.6-marks.patch
@@ -0,0 +1,56 @@
+From 6de05faa7d399a3f0f99b33b75747d39adb1f535 Mon Sep 17 00:00:00 2001
+From: Brian Maissy 
+Date: Fri, 31 May 2019 03:03:38 +0300
+Subject: [PATCH] register marks, document python and pytest dependencies, and
+ test the full matrix with tox and travis
+
+minimized from:
+https://github.com/ftobia/pytest-ordering/commit/6de05faa7d399a3f0f99b33b75747d39adb1f535
+
+diff --git a/pytest_ordering/__init__.py b/pytest_ordering/__init__.py
+index 0cca91d..c8eb64a 100644
+--- a/pytest_ordering/__init__.py
 b/pytest_ordering/__init__.py
+@@ -28,13 +28,23 @@
+ def pytest_configure(config):
+ """Register the "run" marker."""
+ 
++provided_by_pytest_ordering = (
++'Provided by pytest-ordering. '
++'See also: http://pytest-ordering.readthedocs.org/'
++)
++
+ config_line = (
+ 'run: specify ordering information for when tests should run '
+-'in relation to one another. Provided by pytest-ordering. '
+-'See also: http://pytest-ordering.readthedocs.org/'
++'in relation to one another. ' + provided_by_pytest_ordering
+ )
+ config.addinivalue_line('markers', config_line)
+ 
++for mark_name in orders_map.keys():
++config_line = '{}: run test {}. {}'.format(mark_name,
++   mark_name.replace('_', ' 
'),
++   
provided_by_pytest_ordering)
++config.addinivalue_line('markers', config_line)
++
+ 
+ def pytest_collection_modifyitems(session, config, items):
+ grouped_items = {}
+diff --git a/tests/test_ordering.py b/tests/test_ordering.py
+index 12f4689..dd703ab 100644
+--- a/tests/test_ordering.py
 b/tests/test_ordering.py
+@@ -268,7 +268,10 @@ def test_5(self): pass
+ assert item_names_for(tests_content) == ['test_3', 'test_4', 'test_5', 
'test_1', 'test_2']
+ 
+ 
+-def test_run_marker_registered(capsys):
+-pytest.main('--markers')
++def test_markers_registered(capsys):
++pytest.main(['--markers'])
+ out, err = capsys.readouterr()
+ assert '@pytest.mark.run' in out
++assert '@pytest.mark.first' in out
++assert '@pytest.mark.last' in out
++assert out.count('Provided by pytest-ordering') == 17

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6-r1.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6-r1.ebuild
new file mode 100644
index ..745247f5ffdb
--- /dev/null
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6-r1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..12} )
+
+inherit distutils-r1
+
+DESCRIPTION="pytest plugin to run your tests in a specific order"
+HOMEPAGE="
+   https://github.com/ftobia/pytest-ordering/
+   https://pypi.org/project/pytest-ordering/
+"
+SRC_URI="
+   https://github.com/ftobia/pytest-ordering/archive/${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86"
+
+RDEPEND="
+   

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

2023-04-09 Thread Andrew Ammerlaan
commit: d2d53de929c53bb9657903d985db419a6ce36d5a
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Apr  9 20:19:02 2023 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Apr  9 20:40:00 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2d53de9

dev-python/pytest-ordering: drop myself as a maintainer

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

 dev-python/pytest-ordering/metadata.xml | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/dev-python/pytest-ordering/metadata.xml 
b/dev-python/pytest-ordering/metadata.xml
index 256ad6903f29..24ed22f81900 100644
--- a/dev-python/pytest-ordering/metadata.xml
+++ b/dev-python/pytest-ordering/metadata.xml
@@ -1,10 +1,7 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   andrewammerl...@gentoo.org
-   Andrew Ammerlaan
-   
+   


ftobia/pytest-ordering



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

2023-02-12 Thread Matt Turner
commit: c6acb98732c73f3e23afcefcb87223df821f6622
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Feb 13 03:22:17 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb 13 03:22:26 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6acb987

dev-python/pytest-ordering: Keyword 0.6 alpha, #837098

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

 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index 2efe2de13437..86c954d52401 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 
sparc x86"
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
 



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

2022-05-17 Thread Andrew Ammerlaan
commit: c6f59e3933d293d11db090c46650008d215e09d7
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Tue May 17 11:35:59 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Tue May 17 12:19:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f59e39

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

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

 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index a69c5eaa3471..b30a24266e30 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-02-07 Thread Sam James
commit: dd49c535516085bf55a12e4e4240beb09928d878
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 22:28:33 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 22:28:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd49c535

dev-python/pytest-ordering: Keyword 0.6 s390, #831852

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

 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index 77f1683a447b..c9d25c038474 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="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"
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
 



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

2022-02-07 Thread Arthur Zamarin
commit: 8968350586989e88fdd6d5d5762b016ec4d7b010
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Feb  7 19:10:37 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Feb  7 20:14:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89683505

dev-python/pytest-ordering: Keyword 0.6 hppa, #831852

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

 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index df81a20fc4b5..77f1683a447b 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~hppa ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
 



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

2022-02-07 Thread Sam James
commit: ad57009a8b8a6b9af20e020da6be3e6eab82deb5
Author: Sam James  gentoo  org>
AuthorDate: Mon Feb  7 09:33:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Feb  7 09:34:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad57009a

dev-python/pytest-ordering: Keyword 0.6 ia64, #831852

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

 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index 42e8b8901122..df81a20fc4b5 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.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=7
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
+KEYWORDS="amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
 



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

2021-11-19 Thread Arthur Zamarin
commit: be904642350e18bba3f0dd6d94ad0661ef5270fa
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 19 11:38:21 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 19 11:39:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be904642

dev-python/pytest-ordering: Stabilize 0.6 ppc64, #803719

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

 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index db4d93b83d6b..78060e01984c 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
 



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

2021-11-18 Thread Arthur Zamarin
commit: ce182f517089d0f350398f1c79832e2664157c60
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 19 07:57:08 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 19 07:57:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce182f51

dev-python/pytest-ordering: Stabilize 0.6 arm64, #803719

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

 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index b25abbb7681a..db4d93b83d6b 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 arm ~arm64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ~ppc64 sparc x86"
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
 



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

2021-11-18 Thread Sam James
commit: 5e56696bc88b904299eb2bbf3450e154f0c8cad8
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 18 10:49:42 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 18 10:49:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e56696b

dev-python/pytest-ordering: Stabilize 0.6 arm, #803806

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

 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index 6e8f8023f54e..b25abbb7681a 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 arm ~arm64 ppc ~ppc64 sparc x86"
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
 



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

2021-11-15 Thread Agostino Sarubbo
commit: ade15966a719af8b4840cf895f570d08b78f3994
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 15 16:27:40 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 15 16:27:40 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ade15966

dev-python/pytest-ordering: ppc stable wrt bug #803719

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index 25ef67eebc14..6e8f8023f54e 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc ~ppc64 sparc x86"
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
 



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

2021-09-23 Thread Arthur Zamarin
commit: a4070a13d3701c0688edde718c186b6c2f8750b0
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu Sep 23 16:40:47 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Sep 23 16:44:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4070a13

dev-python/pytest-ordering: enable py3.10, fix for >=pytest-6

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

 .../files/pytest-ordering-0.6-fix-pytest-6.patch| 21 +
 .../pytest-ordering/pytest-ordering-0.6.ebuild  |  8 ++--
 2 files changed, 27 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/pytest-ordering/files/pytest-ordering-0.6-fix-pytest-6.patch 
b/dev-python/pytest-ordering/files/pytest-ordering-0.6-fix-pytest-6.patch
new file mode 100644
index 000..3a3ea15f4b8
--- /dev/null
+++ b/dev-python/pytest-ordering/files/pytest-ordering-0.6-fix-pytest-6.patch
@@ -0,0 +1,21 @@
+From 9bfb05700386254afabb38f762e0ea860b567209 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= 
+Date: Tue, 26 Jan 2021 20:42:14 +0100
+Subject: [PATCH] Don't use accidental pytest API, fix tests for pytest 6.2+
+
+https://github.com/ftobia/pytest-ordering/pull/76
+
+--- a/tests/test_ordering.py
 b/tests/test_ordering.py
+@@ -12,9 +12,9 @@ def item_names_for(testdir):
+ def _item_names_for(tests_content):
+ # some strange code to extract sorted items
+ items = testdir.getitems(tests_content)
+-hook = testdir.config.hook
++hook = items[0].config.hook
+ hook.pytest_collection_modifyitems(session=items[0].session,
+-   config=testdir.config, items=items)
++   config=items[0].config, 
items=items)
+ return [item.name for item in items]
+
+ return _item_names_for

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index 0bd6f7293be..25ef67eebc1 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
@@ -18,7 +18,11 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86"
 
-RDEPEND="

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

2021-09-09 Thread Sam James
commit: 9ad09632d36eb2d84e60956e39cbdd7b4d997568
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Thu Sep  9 19:45:47 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Sep 10 01:27:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ad09632

dev-python/pytest-ordering: stable 0.6 for sparc, bug #803719

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

 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index f6873c8a285..0bd6f7293be 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 sparc x86"
 
 RDEPEND="

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

2021-07-11 Thread Sam James
commit: 9f27575f63783fd2adf94dbd62efc2bee599892b
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 00:58:12 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 00:58:12 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f27575f

dev-python/pytest-ordering: Keyword 0.6 arm64, #796254

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

 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index ee8c2870bb6..f6873c8a285 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="

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

2021-07-08 Thread Sergei Trofimovich
commit: 087d2aee23034797e1fbe27812b49db0c542e882
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jul  8 07:10:51 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jul  8 07:10:51 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=087d2aee

dev-python/pytest-ordering: keyworded 0.6 for ppc64

keyworded wrt bug #796254

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

 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index 7a7928373a8..ee8c2870bb6 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~ppc ~sparc x86"
+KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~sparc x86"
 
 RDEPEND="

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

2021-07-08 Thread Sergei Trofimovich
commit: 9306a643d968a2e1f13e2270f55ef38060b14e61
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Thu Jul  8 07:09:11 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Thu Jul  8 07:09:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9306a643

dev-python/pytest-ordering: keyworded 0.6 for ppc

keyworded wrt bug #796254

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

 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index 553f01d42fb..7a7928373a8 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~sparc x86"
+KEYWORDS="amd64 ~arm ~ppc ~sparc x86"
 
 RDEPEND="

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

2021-06-25 Thread Sergei Trofimovich
commit: 5d8b9434fab8ded3f602049ad0c44dddba851436
Author: Rolf Eike Beer  sf-mail  de>
AuthorDate: Fri Jun 25 13:23:10 2021 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Jun 25 16:39:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8b9434

dev-python/pytest-ordering: keyworded 0.6 for sparc, bug #796254

Package-Manager: Portage-3.0.20, 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/pytest-ordering/pytest-ordering-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index 06fe691e079..553f01d42fb 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~sparc x86"
 
 RDEPEND="

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

2021-04-09 Thread Joonas Niilola
commit: 35b6b39cc8e1b214076d17ac76b23fa1937634b4
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Wed Apr  7 14:44:22 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Apr  9 11:49:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35b6b39c

dev-python/pytest-ordering: add py3.9

also add dep on pytest<6, all tests fail with pytest>=6

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pytest-ordering/metadata.xml   | 1 +
 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 8 
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/dev-python/pytest-ordering/metadata.xml 
b/dev-python/pytest-ordering/metadata.xml
index 06edd209fc6..1c34475beb5 100644
--- a/dev-python/pytest-ordering/metadata.xml
+++ b/dev-python/pytest-ordering/metadata.xml
@@ -9,6 +9,7 @@
proxy-ma...@gentoo.org
Proxy Maintainers

+   

ftobia/pytest-ordering
pytest-ordering

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index 3bb2ab2ceb0..cd41b8eb398 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
 
 inherit distutils-r1
 
@@ -18,9 +18,9 @@ LICENSE="MIT"
 SLOT="0"
 KEYWORDS="amd64 x86"
 
-DEPEND="test? ( dev-python/pytest-ordering[${PYTHON_USEDEP}] )"
+RDEPEND="

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

2020-12-11 Thread Michał Górny
commit: 6424c10f6fc06ab63305e1aa9a2b0d47a55c144b
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 11 12:31:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 11 12:58:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6424c10f

dev-python/pytest-ordering: Update HOMEPAGE

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

 dev-python/pytest-ordering/metadata.xml   | 2 +-
 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/pytest-ordering/metadata.xml 
b/dev-python/pytest-ordering/metadata.xml
index 48b39a11911..a43cbf8de79 100644
--- a/dev-python/pytest-ordering/metadata.xml
+++ b/dev-python/pytest-ordering/metadata.xml
@@ -11,7 +11,7 @@
Proxy Maintainers


-   https://github.com/ftobia/pytest-ordering
+   ftobia/pytest-ordering
pytest-ordering

 

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index 1d9e0dcfd7f..e494647a3ec 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -9,8 +9,8 @@ inherit distutils-r1
 
 DESCRIPTION="pytest plugin to run your tests in a specific order"
 HOMEPAGE="
-   https://github.com/ftobia/pytest-ordering
-   https://pypi.org/project/pytest-ordering
+   https://github.com/ftobia/pytest-ordering/
+   https://pypi.org/project/pytest-ordering/
 "
 SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 



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

2020-11-02 Thread Sam James
commit: 4a3c09e6cdad16e98130cd80231ed633a3dc0c58
Author: Sam James  gentoo  org>
AuthorDate: Mon Nov  2 08:24:16 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Nov  2 08:24:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a3c09e6

dev-python/pytest-ordering: Stabilize 0.6 amd64, #749405

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

 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index 125ef603909..1d9e0dcfd7f 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 
 DEPEND="test? ( dev-python/pytest-ordering[${PYTHON_USEDEP}] )"
 



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

2020-10-18 Thread Thomas Deutschmann
commit: e7e82156e9e14011408a8c6fb0f66bf8f8b5557b
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 18 18:04:18 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 18 18:04:18 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7e82156

dev-python/pytest-ordering: x86 stable (bug #749405)

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index 2c016040864..125ef603909 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -16,7 +16,7 @@ SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 
 DEPEND="test? ( dev-python/pytest-ordering[${PYTHON_USEDEP}] )"
 



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

2020-09-21 Thread Michał Górny
commit: 286d9b0af06e4f3976e8ed1824f1a8d062be64b2
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 21 17:41:35 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 21 17:48:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=286d9b0a

dev-python/pytest-ordering: Fix whitespace

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

 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index 5da5937ddc0..2c016040864 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -5,7 +5,6 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-
 inherit distutils-r1
 
 DESCRIPTION="pytest plugin to run your tests in a specific order"



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

2020-09-21 Thread Michał Górny
commit: 6812b338191ba74a1850d46eb00c2370d587c182
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 21 16:03:15 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 21 16:06:24 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6812b338

dev-python/pytest-ordering: rm setuptools rdep for pytest entrypoint

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

 dev-python/pytest-ordering/pytest-ordering-0.6.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
index a6fe80e2943..5da5937ddc0 100644
--- a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -5,7 +5,6 @@ EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
 
-DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 



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

2020-09-15 Thread Joonas Niilola
commit: fc9c0547b768dde4e6cd35f14bd9b965e5a7a7aa
Author: Andrew Ammerlaan  riseup  net>
AuthorDate: Mon Aug 17 16:56:41 2020 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Tue Sep 15 08:09:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc9c0547

dev-python/pytest-ordering: move from ::guru

Package-Manager: Portage-3.0.2, Repoman-2.3.23
Signed-off-by: Andrew Ammerlaan  riseup.net>
Signed-off-by: Joonas Niilola  gentoo.org>

 dev-python/pytest-ordering/Manifest|  1 +
 dev-python/pytest-ordering/metadata.xml| 17 +++
 .../pytest-ordering/pytest-ordering-0.6.ebuild | 34 ++
 3 files changed, 52 insertions(+)

diff --git a/dev-python/pytest-ordering/Manifest 
b/dev-python/pytest-ordering/Manifest
new file mode 100644
index 000..0036ecd18b9
--- /dev/null
+++ b/dev-python/pytest-ordering/Manifest
@@ -0,0 +1 @@
+DIST pytest-ordering-0.6.tar.gz 11046 BLAKE2B 
468ae5f04029b96ed3058b7f429aec0aaf96092453b229c3de5eab174702af2c1a9fe83171c68d282c4a144b3dd736daf9ed87b9e139a7bd175114f504049ebc
 SHA512 
fd3aec83914f64d1295e1a1bf3fdc580c6824a749a1da8cebae275fef940d6ed6e5dcafad321d94f504a153e13e298b6544dc3c2db716a6b25d3148c2365fe15

diff --git a/dev-python/pytest-ordering/metadata.xml 
b/dev-python/pytest-ordering/metadata.xml
new file mode 100644
index 000..48b39a11911
--- /dev/null
+++ b/dev-python/pytest-ordering/metadata.xml
@@ -0,0 +1,17 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   
+   andrewammerl...@riseup.net
+   Andrew Ammerlaan
+   
+   
+   proxy-ma...@gentoo.org
+   Proxy Maintainers
+   
+   
+   https://github.com/ftobia/pytest-ordering
+   pytest-ordering
+   
+

diff --git a/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild 
b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
new file mode 100644
index 000..a6fe80e2943
--- /dev/null
+++ b/dev-python/pytest-ordering/pytest-ordering-0.6.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6,7,8} )
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="pytest plugin to run your tests in a specific order"
+HOMEPAGE="
+   https://github.com/ftobia/pytest-ordering
+   https://pypi.org/project/pytest-ordering
+"
+SRC_URI="https://github.com/ftobia/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="test? ( dev-python/pytest-ordering[${PYTHON_USEDEP}] )"
+
+distutils_enable_tests pytest
+distutils_enable_sphinx docs/source
+
+python_prepare_all() {
+   # TypeError: `args` parameter expected to be a list or tuple of 
strings, got: '--markers' (type: )
+   sed -i -e 's:test_run_marker_registered:_&:' \
+   tests/test_ordering.py || die
+
+   distutils-r1_python_prepare_all
+}