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

2024-02-14 Thread Michał Górny
commit: 54bf910d909172eabf9b0e0c63f3f6247a303e79
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb 14 07:56:11 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb 14 08:18:36 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54bf910d

dev-python/pytest-helpers-namespace: Enable pypy3

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

 .../pytest-helpers-namespace-2021.12.29-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29-r1.ebuild
 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29-r1.ebuild
index 73107fc7b30c..1adf6a3da22b 100644
--- 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29-r1.ebuild
+++ 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29-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=( pypy3 python3_{10..12} )
 
 inherit distutils-r1
 



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

2023-11-24 Thread Arthur Zamarin
commit: 37465d0199f265c7224c87cfbc3ee2748ec13147
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Nov 24 15:45:09 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Nov 24 15:45:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37465d01

dev-python/pytest-helpers-namespace: Stabilize 2021.12.29-r1 arm64, #918335

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

 .../pytest-helpers-namespace-2021.12.29-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29-r1.ebuild
 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29-r1.ebuild
index 00f4c424c1e1..73107fc7b30c 100644
--- 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29-r1.ebuild
+++ 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29-r1.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
+KEYWORDS="amd64 ~arm arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/pytest-6.0.0[${PYTHON_USEDEP}]



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

2023-05-26 Thread Arthur Zamarin
commit: 4f59bab912ac40bb75bc25b481216cb9285ed6ed
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May 26 21:01:05 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May 26 21:01:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f59bab9

dev-python/pytest-helpers-namespace: enable py3.12

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

 .../pytest-helpers-namespace-2021.12.29-r1.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29-r1.ebuild
 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29-r1.ebuild
index 85e6158cfd61..00f4c424c1e1 100644
--- 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29-r1.ebuild
+++ 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit distutils-r1
 



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

2022-10-08 Thread Michał Górny
commit: b5615cb3662cb5e8590a13e1c4079b92248f6787
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct  8 11:09:01 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct  8 11:25:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5615cb3

dev-python/pytest-helpers-namespace: Remove setuptools-decl* dep

Remove the dep on dev-python/setuptools-declarative-requirements.
It's non-critical and breaks random test suites through random output
from setuptools.

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

 ...e-2021.12.29.ebuild => pytest-helpers-namespace-2021.12.29-r1.ebuild} | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild
 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29-r1.ebuild
similarity index 93%
rename from 
dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild
rename to 
dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29-r1.ebuild
index 83122e6a1198..e9ad86f989fc 100644
--- 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild
+++ 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29-r1.ebuild
@@ -26,7 +26,6 @@ RDEPEND="
>=dev-python/pytest-6.0.0[${PYTHON_USEDEP}]
 "
 BDEPEND="
-   dev-python/setuptools-declarative-requirements[${PYTHON_USEDEP}]
dev-python/setuptools_scm[${PYTHON_USEDEP}]
test? (
dev-python/pytest-forked[${PYTHON_USEDEP}]



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

2022-05-27 Thread Michał Górny
commit: 6e302bed0ddc7f672fc10e635414c8abbd2ea91a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri May 27 19:46:46 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri May 27 19:46:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e302bed

dev-python/pytest-helpers-namespace: Remove old

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

 dev-python/pytest-helpers-namespace/Manifest   |  1 -
 ...pers-namespace-2021.3.24-remove-extra-dep.patch | 48 --
 .../pytest-helpers-namespace-2021.3.24.ebuild  | 41 --
 3 files changed, 90 deletions(-)

diff --git a/dev-python/pytest-helpers-namespace/Manifest 
b/dev-python/pytest-helpers-namespace/Manifest
index b097924afca5..0331bcc665fe 100644
--- a/dev-python/pytest-helpers-namespace/Manifest
+++ b/dev-python/pytest-helpers-namespace/Manifest
@@ -1,2 +1 @@
 DIST pytest-helpers-namespace-2021.12.29.gh.tar.gz 51376 BLAKE2B 
cbc79e6868a18f7174b96e73e3e902ea969d5a361c141e12bf5a67eeb7c93cead61629842f8b8744e58240cd8b85f9864ed95fec7ce048446963592b41bbd7e5
 SHA512 
82c231ff11a36fce7b16a0ceea51c9306f7e05ca3f9e8cc7cc1c77ac9822f974d1ac893d2bf9b7154bf9593a529193daa041ccaaced6fdd9e38ba4f794f161b0
-DIST pytest-helpers-namespace-2021.3.24.gh.tar.gz 25881 BLAKE2B 
d13e82eebf09b4acb1d8fb9d3609f8814a49bfd0df56f23fe6f3fe3fa1508c4f1ac338b3f75e1e97ae90f71cae548dd100548d23cdbaa6c4bdb76cdb6e3d4a41
 SHA512 
1914427a4805a168d4067cd5db5663d28e3ff680f612e70a169a7efbc6c2c7ba0e2dc74132595aa70e13b651886bd10a6947e56558edf22b871618c967537073

diff --git 
a/dev-python/pytest-helpers-namespace/files/pytest-helpers-namespace-2021.3.24-remove-extra-dep.patch
 
b/dev-python/pytest-helpers-namespace/files/pytest-helpers-namespace-2021.3.24-remove-extra-dep.patch
deleted file mode 100644
index 5bde4bccd537..
--- 
a/dev-python/pytest-helpers-namespace/files/pytest-helpers-namespace-2021.3.24-remove-extra-dep.patch
+++ /dev/null
@@ -1,48 +0,0 @@
 a/pyproject.toml
-+++ b/pyproject.toml
-@@ -1,7 +1,3 @@
- [build-system]
- requires = ["setuptools>=50.3.2", "wheel", 
"setuptools-declarative-requirements", "setuptools_scm[toml]>=3.4"]
- build-backend = "setuptools.build_meta"
--
--[tool.setuptools_scm]
--write_to = "src/pytest_helpers_namespace/version.py"
--write_to_template = "__version__ = \"{version}\""
 a/setup.cfg
-+++ b/setup.cfg
-@@ -1,4 +1,5 @@
- [metadata]
-+version = @PV@
- name = pytest-helpers-namespace
- description = Pytest Helpers Namespace Plugin
- long_description = file: README.rst
-@@ -34,21 +35,12 @@ packages = find:
- python_requires = >= 3.5
- setup_requires =
-   setuptools>=50.3.2
--  setuptools_scm[toml]>=3.4
--  setuptools-declarative-requirements
-
- [options.packages.find]
- where = src
- exclude =
- tests
-
--[requirements-files]
--install_requires = requirements/base.txt
--extras_require =
--  docs = requirements/docs.txt
--  lint = requirements/lint.txt
--  tests = requirements/tests.txt
--
- [options.entry_points]
- pytest11 =
-   helpers_namespace = pytest_helpers_namespace.plugin
 a/setup.py
-+++ b/setup.py
-@@ -2,4 +2,4 @@
- import setuptools
-
- if __name__ == "__main__":
--setuptools.setup(use_scm_version=True)
-+setuptools.setup()

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.3.24.ebuild 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.3.24.ebuild
deleted file mode 100644
index 4022f5c76182..
--- 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.3.24.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{8..10} )
-inherit distutils-r1
-
-DESCRIPTION="Provides a helpers pytest namespace"
-HOMEPAGE="https://github.com/saltstack/pytest-helpers-namespace;
-SRC_URI="
-   https://github.com/saltstack/${PN}/archive/v${PV}.tar.gz
-   -> ${P}.gh.tar.gz
-"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
-
-RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
-BDEPEND="
-   test? (
-   dev-python/pytest-forked[${PYTHON_USEDEP}]
-   )
-"
-
-PATCHES=(
-   "${FILESDIR}/${P}-remove-extra-dep.patch"
-)
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   distutils-r1_python_prepare_all
-   sed -e "s/@PV@/${PV}/" -i setup.cfg || die
-}
-
-python_test() {
-   distutils_install_for_testing
-   epytest --forked
-}



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

2022-05-27 Thread Jakov Smolić
commit: 36930f836e1b2e373f672743f849e92312c89f0c
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri May 27 09:07:17 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri May 27 09:07:17 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36930f83

dev-python/pytest-helpers-namespace: Stabilize 2021.12.29 ALLARCHES, #847739

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

 .../pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild
 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild
index ae50134d6068..83122e6a1198 100644
--- 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild
+++ 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 
 RDEPEND="
>=dev-python/pytest-6.0.0[${PYTHON_USEDEP}]



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

2022-05-24 Thread Michał Górny
commit: 7e16bdcd7c210378950d680cadc159f2eb500ad3
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May 24 06:24:39 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May 24 06:24:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e16bdcd

dev-python/pytest-helpers-namespace: Enable py3.11

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

 .../pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild
 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild
index 8475898d5ed5..ae50134d6068 100644
--- 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild
+++ 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
 
 inherit distutils-r1
 



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

2022-04-26 Thread Michał Górny
commit: c75d3964686fa97f29ad1bb67e6ffb0118c6c6da
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 26 06:43:35 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 26 06:43:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c75d3964

dev-python/pytest-helpers-namespace: Keyword 2021.12.29 riscv, #840867

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

 .../pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild
 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild
index e9838d133d9b..8475898d5ed5 100644
--- 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild
+++ 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild
@@ -20,7 +20,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~riscv ~x86"
 
 RDEPEND="
>=dev-python/pytest-6.0.0[${PYTHON_USEDEP}]



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

2022-04-25 Thread Michał Górny
commit: f98ecf4d3a0fc35a8840d224cd8aeb0293d104b1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Apr 25 20:31:43 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Apr 25 20:57:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f98ecf4d

dev-python/pytest-helpers-namespace: Bump to 2021.12.29

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

 dev-python/pytest-helpers-namespace/Manifest   |  1 +
 .../pytest-helpers-namespace-2021.12.29.ebuild | 44 ++
 2 files changed, 45 insertions(+)

diff --git a/dev-python/pytest-helpers-namespace/Manifest 
b/dev-python/pytest-helpers-namespace/Manifest
index a1c2731b0fc9..b097924afca5 100644
--- a/dev-python/pytest-helpers-namespace/Manifest
+++ b/dev-python/pytest-helpers-namespace/Manifest
@@ -1 +1,2 @@
+DIST pytest-helpers-namespace-2021.12.29.gh.tar.gz 51376 BLAKE2B 
cbc79e6868a18f7174b96e73e3e902ea969d5a361c141e12bf5a67eeb7c93cead61629842f8b8744e58240cd8b85f9864ed95fec7ce048446963592b41bbd7e5
 SHA512 
82c231ff11a36fce7b16a0ceea51c9306f7e05ca3f9e8cc7cc1c77ac9822f974d1ac893d2bf9b7154bf9593a529193daa041ccaaced6fdd9e38ba4f794f161b0
 DIST pytest-helpers-namespace-2021.3.24.gh.tar.gz 25881 BLAKE2B 
d13e82eebf09b4acb1d8fb9d3609f8814a49bfd0df56f23fe6f3fe3fa1508c4f1ac338b3f75e1e97ae90f71cae548dd100548d23cdbaa6c4bdb76cdb6e3d4a41
 SHA512 
1914427a4805a168d4067cd5db5663d28e3ff680f612e70a169a7efbc6c2c7ba0e2dc74132595aa70e13b651886bd10a6947e56558edf22b871618c967537073

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild
 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild
new file mode 100644
index ..e9838d133d9b
--- /dev/null
+++ 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.12.29.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{8..10} )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides a helpers pytest namespace"
+HOMEPAGE="
+   https://github.com/saltstack/pytest-helpers-namespace/
+   https://pypi.org/project/pytest-helpers-namespace/
+"
+SRC_URI="
+   https://github.com/saltstack/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="
+   >=dev-python/pytest-6.0.0[${PYTHON_USEDEP}]
+"
+BDEPEND="
+   dev-python/setuptools-declarative-requirements[${PYTHON_USEDEP}]
+   dev-python/setuptools_scm[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+export SETUPTOOLS_SCM_PRETEND_VERSION=${PV}
+
+python_test() {
+   local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
+   local -x PYTEST_PLUGINS=pytest_helpers_namespace.plugin
+   epytest -p pytest_forked --forked
+}



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

2022-03-24 Thread Marek Szuba
commit: b39da955044ee101dc21cfd0961cc38089517196
Author: Marek Szuba  gentoo  org>
AuthorDate: Fri Mar 25 00:13:08 2022 +
Commit: Marek Szuba  gentoo  org>
CommitDate: Fri Mar 25 00:13:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b39da955

dev-python/pytest-helpers-namespace: keyword 2021.3.24 for ~riscv

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

 .../pytest-helpers-namespace-2021.3.24.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.3.24.ebuild 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.3.24.ebuild
index b8308edaf17e..4022f5c76182 100644
--- 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.3.24.ebuild
+++ 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.3.24.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
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~riscv x86"
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
 BDEPEND="



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

2021-10-03 Thread Michał Górny
commit: 24f6985b90b2cd8e66ba7d2039443cfc49760fc3
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  3 19:24:19 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct  3 19:24:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24f6985b

dev-python/pytest-helpers-namespace: Remove old

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

 dev-python/pytest-helpers-namespace/Manifest   |  1 -
 .../pytest-helpers-namespace-2019.1.8-r1.ebuild| 35 --
 2 files changed, 36 deletions(-)

diff --git a/dev-python/pytest-helpers-namespace/Manifest 
b/dev-python/pytest-helpers-namespace/Manifest
index 0ee533612a2..a1c2731b0fc 100644
--- a/dev-python/pytest-helpers-namespace/Manifest
+++ b/dev-python/pytest-helpers-namespace/Manifest
@@ -1,2 +1 @@
 DIST pytest-helpers-namespace-2021.3.24.gh.tar.gz 25881 BLAKE2B 
d13e82eebf09b4acb1d8fb9d3609f8814a49bfd0df56f23fe6f3fe3fa1508c4f1ac338b3f75e1e97ae90f71cae548dd100548d23cdbaa6c4bdb76cdb6e3d4a41
 SHA512 
1914427a4805a168d4067cd5db5663d28e3ff680f612e70a169a7efbc6c2c7ba0e2dc74132595aa70e13b651886bd10a6947e56558edf22b871618c967537073
-DIST pytest-helpers-namespace-v2019.1.8.tar.gz 10274 BLAKE2B 
1d232817e99909738f7f37466ba22fbeadf75f4fbfdd9b61790dd79418bedbce4ee219e5102ee2db1709ba991e323ce6edffc68c4e3a657c58cb628b505de098
 SHA512 
d5f4db3ece8b0e1719c4d1213a5e07a3c53257b089d3d74f90cf86f21a7951983a95286c7753f5e9486acc7e482d79c2a95d5a7b8eb22e19c7048db99fa3c421

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
deleted file mode 100644
index 37fea95827a..000
--- 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit distutils-r1
-
-DESCRIPTION="Provides a helpers pytest namespace"
-HOMEPAGE="https://github.com/saltstack/pytest-helpers-namespace;
-SRC_URI="https://github.com/saltstack/${PN}/archive/v${PV}.tar.gz -> 
${PN}-v${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-
-BDEPEND="
-   dev-python/pytest[${PYTHON_USEDEP}]
-   test? (
-   dev-python/pytest-forked[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest
-
-python_prepare_all() {
-   sed -r -e 's:(foo|bar):namespace_\1:g' \
-   -i tests/test_helpers_namespace.py || die
-   distutils-r1_python_prepare_all
-}
-
-python_test() {
-   distutils_install_for_testing
-   pytest --forked -vv || die "Tests failed with ${EPYTHON}"
-}



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

2021-10-03 Thread Sam James
commit: 852f31b6255ab7abddb42531f79479b2cb52e8f2
Author: Sam James  gentoo  org>
AuthorDate: Sun Oct  3 18:47:38 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Oct  3 18:47:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=852f31b6

dev-python/pytest-helpers-namespace: Stabilize 2021.3.24 ALLARCHES, #815988

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

 .../pytest-helpers-namespace/pytest-helpers-namespace-2021.3.24.ebuild  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.3.24.ebuild 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.3.24.ebuild
index 68c0ee8e685..b8308edaf17 100644
--- 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.3.24.ebuild
+++ 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.3.24.ebuild
@@ -15,7 +15,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
 BDEPEND="



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

2021-09-01 Thread Arthur Zamarin
commit: f78c78e400665bffbc3ebd3b556a02674a85f405
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Sep  1 18:29:09 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep  1 18:30:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f78c78e4

dev-python/pytest-helpers-namespace: mark ALLARCHES

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

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

diff --git a/dev-python/pytest-helpers-namespace/metadata.xml 
b/dev-python/pytest-helpers-namespace/metadata.xml
index 3386fa637d3..3e58650c4eb 100644
--- a/dev-python/pytest-helpers-namespace/metadata.xml
+++ b/dev-python/pytest-helpers-namespace/metadata.xml
@@ -8,6 +8,7 @@
chutz...@gentoo.org
Patrick McLean

+   

pytest-helpers-namespace
saltstack/pytest-helpers-namespace



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

2021-09-01 Thread Arthur Zamarin
commit: 31aeb2252efacf0a71cc461f5d5c1805915bd13e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Sep  1 18:28:24 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep  1 18:30:42 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31aeb225

dev-python/pytest-helpers-namespace: add github upstream metadata

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

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

diff --git a/dev-python/pytest-helpers-namespace/metadata.xml 
b/dev-python/pytest-helpers-namespace/metadata.xml
index 8e6e23408c4..3386fa637d3 100644
--- a/dev-python/pytest-helpers-namespace/metadata.xml
+++ b/dev-python/pytest-helpers-namespace/metadata.xml
@@ -10,5 +10,6 @@


pytest-helpers-namespace
+   saltstack/pytest-helpers-namespace

 



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

2021-09-01 Thread Arthur Zamarin
commit: 9527f313d1e32b433b8b6fd68c243994c846f176
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Sep  1 18:27:55 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Sep  1 18:30:41 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9527f313

dev-python/pytest-helpers-namespace: add 2021.3.24, enable py3.10, EAPI=8

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

 dev-python/pytest-helpers-namespace/Manifest   |  1 +
 ...pers-namespace-2021.3.24-remove-extra-dep.patch | 48 ++
 .../pytest-helpers-namespace-2021.3.24.ebuild  | 41 ++
 3 files changed, 90 insertions(+)

diff --git a/dev-python/pytest-helpers-namespace/Manifest 
b/dev-python/pytest-helpers-namespace/Manifest
index 89648fcfe50..0ee533612a2 100644
--- a/dev-python/pytest-helpers-namespace/Manifest
+++ b/dev-python/pytest-helpers-namespace/Manifest
@@ -1 +1,2 @@
+DIST pytest-helpers-namespace-2021.3.24.gh.tar.gz 25881 BLAKE2B 
d13e82eebf09b4acb1d8fb9d3609f8814a49bfd0df56f23fe6f3fe3fa1508c4f1ac338b3f75e1e97ae90f71cae548dd100548d23cdbaa6c4bdb76cdb6e3d4a41
 SHA512 
1914427a4805a168d4067cd5db5663d28e3ff680f612e70a169a7efbc6c2c7ba0e2dc74132595aa70e13b651886bd10a6947e56558edf22b871618c967537073
 DIST pytest-helpers-namespace-v2019.1.8.tar.gz 10274 BLAKE2B 
1d232817e99909738f7f37466ba22fbeadf75f4fbfdd9b61790dd79418bedbce4ee219e5102ee2db1709ba991e323ce6edffc68c4e3a657c58cb628b505de098
 SHA512 
d5f4db3ece8b0e1719c4d1213a5e07a3c53257b089d3d74f90cf86f21a7951983a95286c7753f5e9486acc7e482d79c2a95d5a7b8eb22e19c7048db99fa3c421

diff --git 
a/dev-python/pytest-helpers-namespace/files/pytest-helpers-namespace-2021.3.24-remove-extra-dep.patch
 
b/dev-python/pytest-helpers-namespace/files/pytest-helpers-namespace-2021.3.24-remove-extra-dep.patch
new file mode 100644
index 000..5bde4bccd53
--- /dev/null
+++ 
b/dev-python/pytest-helpers-namespace/files/pytest-helpers-namespace-2021.3.24-remove-extra-dep.patch
@@ -0,0 +1,48 @@
+--- a/pyproject.toml
 b/pyproject.toml
+@@ -1,7 +1,3 @@
+ [build-system]
+ requires = ["setuptools>=50.3.2", "wheel", 
"setuptools-declarative-requirements", "setuptools_scm[toml]>=3.4"]
+ build-backend = "setuptools.build_meta"
+-
+-[tool.setuptools_scm]
+-write_to = "src/pytest_helpers_namespace/version.py"
+-write_to_template = "__version__ = \"{version}\""
+--- a/setup.cfg
 b/setup.cfg
+@@ -1,4 +1,5 @@
+ [metadata]
++version = @PV@
+ name = pytest-helpers-namespace
+ description = Pytest Helpers Namespace Plugin
+ long_description = file: README.rst
+@@ -34,21 +35,12 @@ packages = find:
+ python_requires = >= 3.5
+ setup_requires =
+   setuptools>=50.3.2
+-  setuptools_scm[toml]>=3.4
+-  setuptools-declarative-requirements
+
+ [options.packages.find]
+ where = src
+ exclude =
+ tests
+
+-[requirements-files]
+-install_requires = requirements/base.txt
+-extras_require =
+-  docs = requirements/docs.txt
+-  lint = requirements/lint.txt
+-  tests = requirements/tests.txt
+-
+ [options.entry_points]
+ pytest11 =
+   helpers_namespace = pytest_helpers_namespace.plugin
+--- a/setup.py
 b/setup.py
+@@ -2,4 +2,4 @@
+ import setuptools
+
+ if __name__ == "__main__":
+-setuptools.setup(use_scm_version=True)
++setuptools.setup()

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.3.24.ebuild 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.3.24.ebuild
new file mode 100644
index 000..68c0ee8e685
--- /dev/null
+++ 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2021.3.24.ebuild
@@ -0,0 +1,41 @@
+# 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="Provides a helpers pytest namespace"
+HOMEPAGE="https://github.com/saltstack/pytest-helpers-namespace;
+SRC_URI="
+   https://github.com/saltstack/${PN}/archive/v${PV}.tar.gz
+   -> ${P}.gh.tar.gz
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+
+RDEPEND="dev-python/pytest[${PYTHON_USEDEP}]"
+BDEPEND="
+   test? (
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   )
+"
+
+PATCHES=(
+   "${FILESDIR}/${P}-remove-extra-dep.patch"
+)
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   distutils-r1_python_prepare_all
+   sed -e "s/@PV@/${PV}/" -i setup.cfg || die
+}
+
+python_test() {
+   distutils_install_for_testing
+   epytest --forked
+}



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

2021-07-12 Thread Sam James
commit: 472c436c4e4a123cc549fb56f9bdae838eb7bc3c
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 12 22:16:30 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 12 22:16:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=472c436c

dev-python/pytest-helpers-namespace: Keyword 2019.1.8-r1 arm64, #728612

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

 .../pytest-helpers-namespace-2019.1.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
index 68cca9d51a2..37fea95827a 100644
--- 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
+++ 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="https://github.com/saltstack/${PN}/archive/v${PV}.tar.gz -> ${PN}-v${PV
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 
 BDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2020-10-30 Thread Patrick McLean
commit: f3c456c68cbfab096ca49490f7e5afa4a7f3f90c
Author: Patrick McLean  sony  com>
AuthorDate: Sat Oct 31 00:50:47 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Sat Oct 31 01:36:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3c456c6

dev-python/pytest-helpers-namespace-2019.1.8-r1: add py39

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Patrick McLean  gentoo.org>

 .../pytest-helpers-namespace-2019.1.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
index 763a915fa39..5cbfb5cf8e2 100644
--- 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
+++ 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
 inherit distutils-r1
 
 DESCRIPTION="Provides a helpers pytest namespace"



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

2020-09-21 Thread Michał Górny
commit: 239f50f47116f0851aebf5d125705a54cfd28dd1
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 21 16:03:08 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 21 16:06:20 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=239f50f4

dev-python/pytest-helpers-namespace: rm setuptools rdep for pytest entrypoint

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

 .../pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
index dd13eeec011..763a915fa39 100644
--- 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
+++ 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
@@ -4,7 +4,6 @@
 EAPI=7
 
 PYTHON_COMPAT=( python3_{6,7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
 inherit distutils-r1
 
 DESCRIPTION="Provides a helpers pytest namespace"



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

2020-06-20 Thread Thomas Deutschmann
commit: 5f665787605b250545f58493f9792a57a02a81d4
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jun 20 14:16:32 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jun 20 14:20:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f665787

dev-python/pytest-helpers-namespace: x86 stable (bug #721692)

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

 .../pytest-helpers-namespace-2019.1.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
index ba5ee9c82f2..dd13eeec011 100644
--- 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
+++ 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/saltstack/${PN}/archive/v${PV}.tar.gz -> ${PN}-v${PV
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 BDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2020-05-13 Thread Agostino Sarubbo
commit: b667cc47572a004c9c47eac5268d6e22d3d31ba3
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Wed May 13 14:51:57 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Wed May 13 14:51:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b667cc47

dev-python/pytest-helpers-namespace: amd64 stable wrt bug #721692

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

 .../pytest-helpers-namespace-2019.1.8-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
index 1883af6e326..ba5ee9c82f2 100644
--- 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
+++ 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/saltstack/${PN}/archive/v${PV}.tar.gz -> ${PN}-v${PV
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 BDEPEND="
dev-python/pytest[${PYTHON_USEDEP}]



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

2020-04-21 Thread Patrick McLean
commit: 14c57c5c604f40414be3c04d8af06177ca0c3c1a
Author: Patrick McLean  sony  com>
AuthorDate: Tue Apr 21 01:41:07 2020 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Wed Apr 22 01:13:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14c57c5c

dev-python/pytest-helpers-namespace-2019.1.8-r1: revbump, add py38, tests

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/pytest-helpers-namespace/Manifest   |  2 +-
 .../pytest-helpers-namespace-2019.1.8-r1.ebuild| 36 ++
 .../pytest-helpers-namespace-2019.1.8.ebuild   | 19 
 3 files changed, 37 insertions(+), 20 deletions(-)

diff --git a/dev-python/pytest-helpers-namespace/Manifest 
b/dev-python/pytest-helpers-namespace/Manifest
index 3b40f6845de..89648fcfe50 100644
--- a/dev-python/pytest-helpers-namespace/Manifest
+++ b/dev-python/pytest-helpers-namespace/Manifest
@@ -1 +1 @@
-DIST pytest-helpers-namespace-2019.1.8.tar.gz 5487 BLAKE2B 
201e2e34f60baf95ce33f8cb5d3d8ce5465b4140e68c16f4802ba5225e28c4506c608dfc6ff4a36fddde30c7972a8c175ead976a11a731e2bfbc33e4b06cc04e
 SHA512 
47b7f7c6638f4f3f0248722d4134b73357acb091f02cc1302d32894223d5ec06fd5382db207ae524f62749f2ebc53cf32d27eb8890d12baf250cd29dc6378a55
+DIST pytest-helpers-namespace-v2019.1.8.tar.gz 10274 BLAKE2B 
1d232817e99909738f7f37466ba22fbeadf75f4fbfdd9b61790dd79418bedbce4ee219e5102ee2db1709ba991e323ce6edffc68c4e3a657c58cb628b505de098
 SHA512 
d5f4db3ece8b0e1719c4d1213a5e07a3c53257b089d3d74f90cf86f21a7951983a95286c7753f5e9486acc7e482d79c2a95d5a7b8eb22e19c7048db99fa3c421

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
new file mode 100644
index 000..1883af6e326
--- /dev/null
+++ 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8-r1.ebuild
@@ -0,0 +1,36 @@
+# 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="Provides a helpers pytest namespace"
+HOMEPAGE="https://github.com/saltstack/pytest-helpers-namespace;
+SRC_URI="https://github.com/saltstack/${PN}/archive/v${PV}.tar.gz -> 
${PN}-v${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+BDEPEND="
+   dev-python/pytest[${PYTHON_USEDEP}]
+   test? (
+   dev-python/pytest-forked[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest
+
+python_prepare_all() {
+   sed -r -e 's:(foo|bar):namespace_\1:g' \
+   -i tests/test_helpers_namespace.py || die
+   distutils-r1_python_prepare_all
+}
+
+python_test() {
+   distutils_install_for_testing
+   pytest --forked -vv || die "Tests failed with ${EPYTHON}"
+}

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8.ebuild 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8.ebuild
deleted file mode 100644
index 5df845c7031..000
--- 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{6,7} )
-
-inherit distutils-r1
-
-DESCRIPTION="Provides a helpers pytest namespace"
-HOMEPAGE="https://github.com/saltstack/pytest-helpers-namespace;
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}"



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

2020-02-05 Thread Michał Górny
commit: 463655f6eed6254a0c3f92594da43b65a51f3cf6
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Feb  5 20:03:18 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Feb  5 20:10:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=463655f6

dev-python/pytest-helpers-namespace: Remove py2

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

 .../pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8.ebuild   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8.ebuild 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8.ebuild
index f923818c09f..5df845c7031 100644
--- 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8.ebuild
+++ 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1
 



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

2019-02-27 Thread Patrick McLean
commit: 0995d9847c9f4ee4c45d6426a88a7ecefc3a06e0
Author: Patrick McLean  sony  com>
AuthorDate: Thu Feb 28 01:54:17 2019 +
Commit: Patrick McLean  gentoo  org>
CommitDate: Thu Feb 28 01:54:40 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0995d984

dev-python/pytest-helpers-namespace: New package

Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Patrick McLean  gentoo.org>

 dev-python/pytest-helpers-namespace/Manifest  |  1 +
 dev-python/pytest-helpers-namespace/metadata.xml  | 11 +++
 .../pytest-helpers-namespace-2019.1.8.ebuild  | 19 +++
 3 files changed, 31 insertions(+)

diff --git a/dev-python/pytest-helpers-namespace/Manifest 
b/dev-python/pytest-helpers-namespace/Manifest
new file mode 100644
index 000..3b40f6845de
--- /dev/null
+++ b/dev-python/pytest-helpers-namespace/Manifest
@@ -0,0 +1 @@
+DIST pytest-helpers-namespace-2019.1.8.tar.gz 5487 BLAKE2B 
201e2e34f60baf95ce33f8cb5d3d8ce5465b4140e68c16f4802ba5225e28c4506c608dfc6ff4a36fddde30c7972a8c175ead976a11a731e2bfbc33e4b06cc04e
 SHA512 
47b7f7c6638f4f3f0248722d4134b73357acb091f02cc1302d32894223d5ec06fd5382db207ae524f62749f2ebc53cf32d27eb8890d12baf250cd29dc6378a55

diff --git a/dev-python/pytest-helpers-namespace/metadata.xml 
b/dev-python/pytest-helpers-namespace/metadata.xml
new file mode 100644
index 000..366c2631e76
--- /dev/null
+++ b/dev-python/pytest-helpers-namespace/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   pyt...@gentoo.org
+   
+   
+   chutz...@gentoo.org
+   Patrick McLean
+   
+

diff --git 
a/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8.ebuild 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8.ebuild
new file mode 100644
index 000..d4be277a544
--- /dev/null
+++ 
b/dev-python/pytest-helpers-namespace/pytest-helpers-namespace-2019.1.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python2_7 python3_{5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Provides a helpers pytest namespace"
+HOMEPAGE="https://github.com/saltstack/pytest-helpers-namespace;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
+RDEPEND="${DEPEND}"