[gentoo-commits] repo/proj/guru:master commit in: dev-python/os-testr/

2022-04-04 Thread Ronny Gutbrod
commit: 56d9168646bc93297d37a801c1798260dec484ef
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Apr  4 18:59:49 2022 +
Commit: Ronny Gutbrod  tastytea  de>
CommitDate: Mon Apr  4 19:32:02 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=56d91686

dev-python/os-testr: add 3.0.0

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/os-testr/Manifest  |  1 +
 dev-python/os-testr/os-testr-3.0.0.ebuild | 37 +++
 2 files changed, 38 insertions(+)

diff --git a/dev-python/os-testr/Manifest b/dev-python/os-testr/Manifest
index b8d05ba2e..c26f09507 100644
--- a/dev-python/os-testr/Manifest
+++ b/dev-python/os-testr/Manifest
@@ -1 +1,2 @@
 DIST os-testr-2.0.1.tar.gz 50884 BLAKE2B 
f709b33b168fade7faf8e13d0dbf3309cb9aa8e543133138cf7a3ac1d642670cbf803ea5e3b19a4cb2db9b5237837ea89835133e30fa09565af11b52385366cd
 SHA512 
d4c5b84a18d05c0da8a017c045e7304b8fe6a3afc3295a76fa3ba192873f0e507e2fa6c3da423f7d77a82eb3e141225b1abd6875acd56c5a2a9d77a32476deff
+DIST os-testr-3.0.0.tar.gz 38684 BLAKE2B 
4089416f1abb78a90848a5bfbcf38f8f6ac404e1776d3eae2d178aa6afc60f5408bce8787d6540eb987d9922706e0e2ec84b1879265b9ab8f62cc36ffa5ef9c0
 SHA512 
707515153f73cb02df138bfc3211f5309b7e2ed0a283c6bf0bd62e4666250b91353a5ac1adaaac750f5c3970ca40531f65574900d2797004815a945504f8e5fc

diff --git a/dev-python/os-testr/os-testr-3.0.0.ebuild 
b/dev-python/os-testr/os-testr-3.0.0.ebuild
new file mode 100644
index 0..5f1abdc8b
--- /dev/null
+++ b/dev-python/os-testr/os-testr-3.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{8..9} )
+
+inherit distutils-r1
+
+DESCRIPTION="A testr wrapper to provide functionality for OpenStack projects"
+HOMEPAGE="
+   https://opendev.org/openstack/os-testr
+   https://pypi.org/project/os-testr/
+   https://launchpad.net/os-testr
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/os-testr-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   test? (
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests --install pytest



[gentoo-commits] repo/proj/guru:master commit in: dev-python/os-testr/

2022-03-18 Thread Arthur Zamarin
commit: 8c1a6c2023f03438ea259265ade974be852770fa
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu Mar 17 22:08:56 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu Mar 17 22:08:56 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8c1a6c20

dev-python/os-testr: try installing before testing

Bug: https://bugs.gentoo.org/830514
Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/os-testr/os-testr-2.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/os-testr/os-testr-2.0.1.ebuild 
b/dev-python/os-testr/os-testr-2.0.1.ebuild
index 5a9512fb4..5f1abdc8b 100644
--- a/dev-python/os-testr/os-testr-2.0.1.ebuild
+++ b/dev-python/os-testr/os-testr-2.0.1.ebuild
@@ -34,4 +34,4 @@ DEPEND="
)
 "
 
-distutils_enable_tests pytest
+distutils_enable_tests --install pytest



[gentoo-commits] repo/proj/guru:master commit in: dev-python/os-testr/

2022-03-11 Thread Arthur Zamarin
commit: afa9296d6434668a55066d0d8538606a18a63523
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 03:27:51 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Mar 11 03:27:51 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=afa9296d

dev-python/os-testr: enable py3.9

Signed-off-by: Alessandro Barbieri  gmail.com>

 dev-python/os-testr/os-testr-2.0.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/os-testr/os-testr-2.0.1.ebuild 
b/dev-python/os-testr/os-testr-2.0.1.ebuild
index 133db4049..5a9512fb4 100644
--- a/dev-python/os-testr/os-testr-2.0.1.ebuild
+++ b/dev-python/os-testr/os-testr-2.0.1.ebuild
@@ -3,14 +3,14 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="A testr wrapper to provide functionality for OpenStack projects"
 HOMEPAGE="
https://opendev.org/openstack/os-testr
-   https://pypi.org/project/os-testr
+   https://pypi.org/project/os-testr/
https://launchpad.net/os-testr
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/os-testr-${PV}.tar.gz"