* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-manilaclient/
@ 2021-09-26 18:37 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2021-09-26 18:37 UTC (permalink / raw
To: gentoo-commits
commit: 6677d3cfc007d398ba6d8aa236dc9d379c7b11cf
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Sep 26 16:29:17 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Sep 26 18:37:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6677d3cf
dev-python/python-manilaclient: add 3.0.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/python-manilaclient/Manifest | 1 +
.../python-manilaclient-3.0.0.ebuild | 51 ++++++++++++++++++++++
2 files changed, 52 insertions(+)
diff --git a/dev-python/python-manilaclient/Manifest b/dev-python/python-manilaclient/Manifest
index 7abee2be8..a0a9c4aed 100644
--- a/dev-python/python-manilaclient/Manifest
+++ b/dev-python/python-manilaclient/Manifest
@@ -1 +1,2 @@
DIST python-manilaclient-2.3.0.tar.gz 263246 BLAKE2B 885ed636369d296b64bee91b8556be7059837a7958252fe0d24ae6fac7d3e04971539389113bdb06cf8223beb66370e93a3e834b5b8985edbb55b6c922cafdd0 SHA512 cedbf7aa4cce98bb46379dce70684ba3425d6fbd692cfe9878674cb8d7846bd536893fcbdd4c5dbd47e863cb509739433dff905413921ad17cce4e8123e593a9
+DIST python-manilaclient-3.0.0.tar.gz 307814 BLAKE2B acc8dbd42f44e9d05f69d38823efd347b9d558f937dd76f985d734bff04cc869590a9b4dd2a1b16b76f4921febdf25701c11984c1475837bacef3871fccf55e4 SHA512 831de81e02745918c17282ddd382e61800123dba74edca6918dbf37270d95edeaaa8cc4afff7341c32dd9ebe786b801a9c4d6fe14d082e5fa9dfa4d294fbeb2e
diff --git a/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild
new file mode 100644
index 000000000..8d9d93e7e
--- /dev/null
+++ b/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_SETUPTOOLS=rdepend
+PYTHON_COMPAT=( python3_8 )
+
+inherit distutils-r1
+
+DESCRIPTION="A client for the OpenStack Manila API"
+HOMEPAGE="
+ https://opendev.org/openstack/python-manilaclient
+ https://github.com/openstack/python-manilaclient
+ https://pypi.org/project/python-manilaclient
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+ >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+ >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
+ <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+ >=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
+ >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
+ >=dev-python/osc-lib-1.10.0[${PYTHON_USEDEP}]
+ >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+ ${RDEPEND}
+ test? (
+ >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
+ <dev-python/hacking-3.1.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-manilaclient/
@ 2021-09-26 19:34 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2021-09-26 19:34 UTC (permalink / raw
To: gentoo-commits
commit: 7ce8c98d95bffafa6ebdd46492179f04ebe84839
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Sep 26 19:23:04 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Sep 26 19:23:04 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7ce8c98d
dev-python/python-manilaclient: drop 2.3.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/python-manilaclient/Manifest | 1 -
.../python-manilaclient-2.3.0.ebuild | 36 ----------------------
2 files changed, 37 deletions(-)
diff --git a/dev-python/python-manilaclient/Manifest b/dev-python/python-manilaclient/Manifest
index a0a9c4aed..ff57f00c4 100644
--- a/dev-python/python-manilaclient/Manifest
+++ b/dev-python/python-manilaclient/Manifest
@@ -1,2 +1 @@
-DIST python-manilaclient-2.3.0.tar.gz 263246 BLAKE2B 885ed636369d296b64bee91b8556be7059837a7958252fe0d24ae6fac7d3e04971539389113bdb06cf8223beb66370e93a3e834b5b8985edbb55b6c922cafdd0 SHA512 cedbf7aa4cce98bb46379dce70684ba3425d6fbd692cfe9878674cb8d7846bd536893fcbdd4c5dbd47e863cb509739433dff905413921ad17cce4e8123e593a9
DIST python-manilaclient-3.0.0.tar.gz 307814 BLAKE2B acc8dbd42f44e9d05f69d38823efd347b9d558f937dd76f985d734bff04cc869590a9b4dd2a1b16b76f4921febdf25701c11984c1475837bacef3871fccf55e4 SHA512 831de81e02745918c17282ddd382e61800123dba74edca6918dbf37270d95edeaaa8cc4afff7341c32dd9ebe786b801a9c4d6fe14d082e5fa9dfa4d294fbeb2e
diff --git a/dev-python/python-manilaclient/python-manilaclient-2.3.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-2.3.0.ebuild
deleted file mode 100644
index 147cdaf9e..000000000
--- a/dev-python/python-manilaclient/python-manilaclient-2.3.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="A client for the OpenStack Manila API"
-HOMEPAGE="https://github.com/openstack/python-manilaclient"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86 ~amd64-linux ~x86-linux"
-
-DEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
-RDEPEND="
- >=dev-python/pbr-1.8[${PYTHON_USEDEP}]
- >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
- !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
- >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
- >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
- <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
- >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
- >=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
- >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
- !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
- >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
- >=dev-python/osc-lib-1.10.0[${PYTHON_USEDEP}]
- >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-manilaclient/
@ 2021-09-26 19:34 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2021-09-26 19:34 UTC (permalink / raw
To: gentoo-commits
commit: d39d05b4c2e764d6f69fc0fd2e294841c6ed9ee6
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Sep 26 19:25:58 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Sep 26 19:25:58 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d39d05b4
dev-python/python-manilaclient: remove hacking constraint
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild | 1 -
1 file changed, 1 deletion(-)
diff --git a/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild
index 8d9d93e7e..aca073073 100644
--- a/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild
+++ b/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild
@@ -39,7 +39,6 @@ DEPEND="
${RDEPEND}
test? (
>=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
- <dev-python/hacking-3.1.0[${PYTHON_USEDEP}]
>=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
>=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
>=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-manilaclient/
@ 2021-10-14 20:22 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2021-10-14 20:22 UTC (permalink / raw
To: gentoo-commits
commit: 542fc05d34e92a3aab96bc0a4199780f2d8e8c46
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Oct 14 20:08:10 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Oct 14 20:22:16 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=542fc05d
dev-python/python-manilaclient: ignore functional tests
Closes: https://bugs.gentoo.org/815541
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild | 1 +
1 file changed, 1 insertion(+)
diff --git a/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild
index aca073073..4c12ba715 100644
--- a/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild
+++ b/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild
@@ -4,6 +4,7 @@
EAPI=8
DISTUTILS_USE_SETUPTOOLS=rdepend
+EPYTEST_IGNORE=( manilaclient/tests/functional )
PYTHON_COMPAT=( python3_8 )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-manilaclient/
@ 2022-01-02 15:34 Andrew Ammerlaan
0 siblings, 0 replies; 14+ messages in thread
From: Andrew Ammerlaan @ 2022-01-02 15:34 UTC (permalink / raw
To: gentoo-commits
commit: 0960c86489436a913fb8e65ad511deef63b44f22
Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 2 15:30:04 2022 +0000
Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
CommitDate: Sun Jan 2 15:30:04 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0960c864
dev-python/python-manilaclient: drop test dep dev-python/hacking
masked for removal in ::gentoo
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild
index 4c12ba715..7ea1411ec 100644
--- a/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild
+++ b/dev-python/python-manilaclient/python-manilaclient-3.0.0.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
@@ -39,7 +39,6 @@ RDEPEND="
DEPEND="
${RDEPEND}
test? (
- >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
>=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
>=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
>=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-manilaclient/
@ 2022-01-23 0:13 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2022-01-23 0:13 UTC (permalink / raw
To: gentoo-commits
commit: 292b16ddb08d3e7b8dd938901253a957f4f5a7f4
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Jan 23 00:13:14 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Jan 23 00:13:14 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=292b16dd
dev-python/python-manilaclient: add 3.1.0, drop 3.0.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/python-manilaclient/Manifest | 2 +-
...-manilaclient-3.0.0.ebuild => python-manilaclient-3.1.0.ebuild} | 7 +++----
2 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/dev-python/python-manilaclient/Manifest b/dev-python/python-manilaclient/Manifest
index ff57f00c4..f263985b2 100644
--- a/dev-python/python-manilaclient/Manifest
+++ b/dev-python/python-manilaclient/Manifest
@@ -1 +1 @@
-DIST python-manilaclient-3.0.0.tar.gz 307814 BLAKE2B acc8dbd42f44e9d05f69d38823efd347b9d558f937dd76f985d734bff04cc869590a9b4dd2a1b16b76f4921febdf25701c11984c1475837bacef3871fccf55e4 SHA512 831de81e02745918c17282ddd382e61800123dba74edca6918dbf37270d95edeaaa8cc4afff7341c32dd9ebe786b801a9c4d6fe14d082e5fa9dfa4d294fbeb2e
+DIST python-manilaclient-3.1.0.tar.gz 309246 BLAKE2B aeaac9665237d6af918fbec243e010755cdaef5f1a2f73af39641fdb077c6266cce5e8848e6ac9df5cb9001c27bcfa886620db20f03b38593ba5542f46dd058d SHA512 01f7bdf8c01a6b26c66c202c5472a819563264f8cc7fb29dc0d9ff95831866535ed11c8c77e1c0e6f333fd0028d3f4fda3fe4b2c23f693e17ea003ceb5b5b862
diff --git a/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-3.1.0.ebuild
similarity index 91%
rename from dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild
rename to dev-python/python-manilaclient/python-manilaclient-3.1.0.ebuild
index 7ea1411ec..c6340a9f0 100644
--- a/dev-python/python-manilaclient/python-manilaclient-3.0.0.ebuild
+++ b/dev-python/python-manilaclient/python-manilaclient-3.1.0.ebuild
@@ -25,10 +25,9 @@ RDEPEND="
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
>=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
>=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
>=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
>=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
- <dev-python/prettytable-0.8[${PYTHON_USEDEP}]
>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
>=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
>=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
@@ -36,8 +35,8 @@ RDEPEND="
>=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
>=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
"
-DEPEND="
- ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
test? (
>=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
>=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-manilaclient/
@ 2022-03-11 3:12 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2022-03-11 3:12 UTC (permalink / raw
To: gentoo-commits
commit: 96456d351cc19a1abfce23be955cd7cc08cea67f
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Mar 11 02:20:13 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Mar 11 02:20:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96456d35
dev-python/python-manilaclient: new version
Closes: https://bugs.gentoo.org/815553
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/python-manilaclient/Manifest | 2 +-
...thon-manilaclient-3.1.0.ebuild => python-manilaclient-3.3.0.ebuild} | 3 +--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/python-manilaclient/Manifest b/dev-python/python-manilaclient/Manifest
index f263985b2..b540031b5 100644
--- a/dev-python/python-manilaclient/Manifest
+++ b/dev-python/python-manilaclient/Manifest
@@ -1 +1 @@
-DIST python-manilaclient-3.1.0.tar.gz 309246 BLAKE2B aeaac9665237d6af918fbec243e010755cdaef5f1a2f73af39641fdb077c6266cce5e8848e6ac9df5cb9001c27bcfa886620db20f03b38593ba5542f46dd058d SHA512 01f7bdf8c01a6b26c66c202c5472a819563264f8cc7fb29dc0d9ff95831866535ed11c8c77e1c0e6f333fd0028d3f4fda3fe4b2c23f693e17ea003ceb5b5b862
+DIST python-manilaclient-3.3.0.tar.gz 320475 BLAKE2B e83e30593d26e9ba26f9f487507f6c9a9b38be69b59af69dcdb85242abb81879e689efb70c937bb8afef74841adf54e5e7724f2173a6bc9c7d76c90535bf1b4c SHA512 084293115370a174678dd8bde3f144213f10ce4a3addf7058365b0bbde31b2a56643b0417ec97ced297bf99e141a1fd96503aea96795c36862548268d6f7ae31
diff --git a/dev-python/python-manilaclient/python-manilaclient-3.1.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-3.3.0.ebuild
similarity index 94%
rename from dev-python/python-manilaclient/python-manilaclient-3.1.0.ebuild
rename to dev-python/python-manilaclient/python-manilaclient-3.3.0.ebuild
index c6340a9f0..b56ecdbf2 100644
--- a/dev-python/python-manilaclient/python-manilaclient-3.1.0.ebuild
+++ b/dev-python/python-manilaclient/python-manilaclient-3.3.0.ebuild
@@ -3,7 +3,6 @@
EAPI=8
-DISTUTILS_USE_SETUPTOOLS=rdepend
EPYTEST_IGNORE=( manilaclient/tests/functional )
PYTHON_COMPAT=( python3_8 )
@@ -13,7 +12,7 @@ DESCRIPTION="A client for the OpenStack Manila API"
HOMEPAGE="
https://opendev.org/openstack/python-manilaclient
https://github.com/openstack/python-manilaclient
- https://pypi.org/project/python-manilaclient
+ https://pypi.org/project/python-manilaclient/
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-manilaclient/
@ 2022-03-30 3:27 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2022-03-30 3:27 UTC (permalink / raw
To: gentoo-commits
commit: e66467e08cbb4c431357fd846902c14de7b5f7a0
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Mar 30 03:22:58 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Mar 30 03:22:58 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e66467e0
dev-python/python-manilaclient-3.3.0 add python3_9
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/python-manilaclient/python-manilaclient-3.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-manilaclient/python-manilaclient-3.3.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-3.3.0.ebuild
index b56ecdbf2..a0c603b3a 100644
--- a/dev-python/python-manilaclient/python-manilaclient-3.3.0.ebuild
+++ b/dev-python/python-manilaclient/python-manilaclient-3.3.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
EPYTEST_IGNORE=( manilaclient/tests/functional )
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-manilaclient/
@ 2022-05-28 15:15 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2022-05-28 15:15 UTC (permalink / raw
To: gentoo-commits
commit: 7a5578a108c3e63697dbbee5e716fc62dea357e2
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 15:01:25 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 15:01:25 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7a5578a1
dev-python/python-manilaclient: enable py3.10
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/python-manilaclient/python-manilaclient-3.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-manilaclient/python-manilaclient-3.4.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-3.4.0.ebuild
index a0c603b3a..123123a8b 100644
--- a/dev-python/python-manilaclient/python-manilaclient-3.4.0.ebuild
+++ b/dev-python/python-manilaclient/python-manilaclient-3.4.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
EPYTEST_IGNORE=( manilaclient/tests/functional )
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-manilaclient/
@ 2022-05-28 21:48 Alessandro Barbieri
0 siblings, 0 replies; 14+ messages in thread
From: Alessandro Barbieri @ 2022-05-28 21:48 UTC (permalink / raw
To: gentoo-commits
commit: c271c1609501b8c860e04026dc238aebbe332034
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 21:47:53 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 21:47:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c271c160
dev-python/python-manilaclient: drop 3.3.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/python-manilaclient/Manifest | 1 -
.../python-manilaclient-3.3.0.ebuild | 48 ----------------------
2 files changed, 49 deletions(-)
diff --git a/dev-python/python-manilaclient/Manifest b/dev-python/python-manilaclient/Manifest
index a69d39bef..095d44be6 100644
--- a/dev-python/python-manilaclient/Manifest
+++ b/dev-python/python-manilaclient/Manifest
@@ -1,2 +1 @@
-DIST python-manilaclient-3.3.0.tar.gz 320475 BLAKE2B e83e30593d26e9ba26f9f487507f6c9a9b38be69b59af69dcdb85242abb81879e689efb70c937bb8afef74841adf54e5e7724f2173a6bc9c7d76c90535bf1b4c SHA512 084293115370a174678dd8bde3f144213f10ce4a3addf7058365b0bbde31b2a56643b0417ec97ced297bf99e141a1fd96503aea96795c36862548268d6f7ae31
DIST python-manilaclient-3.4.0.tar.gz 320304 BLAKE2B 4bb9fc47816c1cf8dcc163bd3119932b14f6af6796486053175e91efd94434d485281e6ec74f79c9d054309a486c4590d379817015f78e0c29f5036f7583b8d9 SHA512 0b4852a2df90b1a1f0deaacc235aec47e9f4e95f0d3b75a0fbad7ef90569f438723e4b9df02e6a9dc9752ff77a0b2425f09add8f95d41c1db12c50fbfa3022b0
diff --git a/dev-python/python-manilaclient/python-manilaclient-3.3.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-3.3.0.ebuild
deleted file mode 100644
index a0c603b3a..000000000
--- a/dev-python/python-manilaclient/python-manilaclient-3.3.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-EPYTEST_IGNORE=( manilaclient/tests/functional )
-PYTHON_COMPAT=( python3_{8..9} )
-
-inherit distutils-r1
-
-DESCRIPTION="A client for the OpenStack Manila API"
-HOMEPAGE="
- https://opendev.org/openstack/python-manilaclient
- https://github.com/openstack/python-manilaclient
- https://pypi.org/project/python-manilaclient/
-"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
- >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
- >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
- >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
- >=dev-python/simplejson-3.5.1[${PYTHON_USEDEP}]
- >=dev-python/Babel-2.3.4[${PYTHON_USEDEP}]
- >=dev-python/osc-lib-1.10.0[${PYTHON_USEDEP}]
- >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
- test? (
- >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
- >=dev-python/mock-2.0.0[${PYTHON_USEDEP}]
- >=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
- >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
- >=dev-python/python-openstackclient-3.12.0[${PYTHON_USEDEP}]
- )
-"
-
-distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-manilaclient/
@ 2025-03-22 22:07 Niklaus 'vimja' Hofer
0 siblings, 0 replies; 14+ messages in thread
From: Niklaus 'vimja' Hofer @ 2025-03-22 22:07 UTC (permalink / raw
To: gentoo-commits
commit: 7f87706ddb3e2a223e4232b001419cf6e5d1efa8
Author: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja <DOT> email>
AuthorDate: Sat Mar 22 22:05:20 2025 +0000
Commit: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja <DOT> email>
CommitDate: Sat Mar 22 22:07:27 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7f87706d
dev-python/python-manilaclient: new package, add 5.4.0
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja.email>
dev-python/python-manilaclient/Manifest | 1 +
dev-python/python-manilaclient/metadata.xml | 12 ++++++
.../python-manilaclient-5.4.0.ebuild | 48 ++++++++++++++++++++++
3 files changed, 61 insertions(+)
diff --git a/dev-python/python-manilaclient/Manifest b/dev-python/python-manilaclient/Manifest
new file mode 100644
index 000000000..f5e46c4a4
--- /dev/null
+++ b/dev-python/python-manilaclient/Manifest
@@ -0,0 +1 @@
+DIST python_manilaclient-5.4.0.tar.gz 389596 BLAKE2B 3383d59b690f5c694b0fc57101b6569f8b41b0f4e7280f170b330f5e0c70f54cd55f491d9a989bc80194a215da2e88ca244e0b954e7d14697c14a3591fc9fa99 SHA512 c8149acbe151884d29fc520c44a80ab6fe6900bd1b40cc3a74a2bcb70fa8b868df5fffd7062e1fde685af171dc27689b77c6199be6cd272f4a1f21bc466dbf96
diff --git a/dev-python/python-manilaclient/metadata.xml b/dev-python/python-manilaclient/metadata.xml
new file mode 100644
index 000000000..7d6e13c2b
--- /dev/null
+++ b/dev-python/python-manilaclient/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>gentoo-bugzilla@vimja.email</email>
+ <name>Niklaus 'vimja' Hofer</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="pypi">python-manilaclient</remote-id>
+ <remote-id type="github">openstack/python-manilaclient</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/dev-python/python-manilaclient/python-manilaclient-5.4.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-5.4.0.ebuild
new file mode 100644
index 000000000..1e3f9649d
--- /dev/null
+++ b/dev-python/python-manilaclient/python-manilaclient-5.4.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python bindings to the OpenStack Manila API"
+HOMEPAGE="
+ https://opendev.org/openstack/python-manilaclient
+ https://github.com/openstack/ython-manilaclient/
+ https://pypi.org/project/python-manilaclient/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+ >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-serialization-2.20.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+ >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+ >=dev-python/osc-lib-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+ test? (
+ >=dev-python/coverage-4.5.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/python-openstackclient-5.3.0[${PYTHON_USEDEP}]
+ )
+"
+
+# The functional tests would requier the OpenStack manila service to be
+# packaged, too.
+distutils_enable_tests unittest
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-manilaclient/
@ 2025-03-23 9:04 Takuya Wakazono
0 siblings, 0 replies; 14+ messages in thread
From: Takuya Wakazono @ 2025-03-23 9:04 UTC (permalink / raw
To: gentoo-commits
commit: 881c52092ad813cf72b30257cb3ae5a9126b4ab3
Author: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
AuthorDate: Sun Mar 23 08:43:48 2025 +0000
Commit: Takuya Wakazono <pastalian46 <AT> gmail <DOT> com>
CommitDate: Sun Mar 23 09:03:56 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=881c5209
dev-python/python-manilaclient: disable functional tests
Default test discovery includes functional tests
(manilaclient/tests/functional), which fail.
Signed-off-by: Takuya Wakazono <pastalian46 <AT> gmail.com>
.../python-manilaclient/python-manilaclient-5.4.0.ebuild | 10 +++++++---
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/dev-python/python-manilaclient/python-manilaclient-5.4.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-5.4.0.ebuild
index 1e3f9649d..25f0c7531 100644
--- a/dev-python/python-manilaclient/python-manilaclient-5.4.0.ebuild
+++ b/dev-python/python-manilaclient/python-manilaclient-5.4.0.ebuild
@@ -11,7 +11,7 @@ inherit distutils-r1 pypi
DESCRIPTION="Python bindings to the OpenStack Manila API"
HOMEPAGE="
https://opendev.org/openstack/python-manilaclient
- https://github.com/openstack/ython-manilaclient/
+ https://github.com/openstack/python-manilaclient/
https://pypi.org/project/python-manilaclient/
"
@@ -43,6 +43,10 @@ BDEPEND="
)
"
-# The functional tests would requier the OpenStack manila service to be
-# packaged, too.
distutils_enable_tests unittest
+
+python_test() {
+ # The functional tests would requier the OpenStack manila service to be
+ # packaged, too.
+ eunittest manilaclient/tests/unit
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-manilaclient/
@ 2025-07-13 21:52 Niklaus 'vimja' Hofer
0 siblings, 0 replies; 14+ messages in thread
From: Niklaus 'vimja' Hofer @ 2025-07-13 21:52 UTC (permalink / raw
To: gentoo-commits
commit: 512582b1a66397a7921ce635a7ee9a3b90dae02a
Author: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja <DOT> email>
AuthorDate: Sun Jul 13 21:40:08 2025 +0000
Commit: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja <DOT> email>
CommitDate: Sun Jul 13 21:40:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=512582b1
dev-python/python-manilaclient: add 5.5.0, drop 5.4.0
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja.email>
dev-python/python-manilaclient/Manifest | 2 +-
...ython-manilaclient-5.4.0.ebuild => python-manilaclient-5.5.0.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/python-manilaclient/Manifest b/dev-python/python-manilaclient/Manifest
index f5e46c4a4f..03671db7e7 100644
--- a/dev-python/python-manilaclient/Manifest
+++ b/dev-python/python-manilaclient/Manifest
@@ -1 +1 @@
-DIST python_manilaclient-5.4.0.tar.gz 389596 BLAKE2B 3383d59b690f5c694b0fc57101b6569f8b41b0f4e7280f170b330f5e0c70f54cd55f491d9a989bc80194a215da2e88ca244e0b954e7d14697c14a3591fc9fa99 SHA512 c8149acbe151884d29fc520c44a80ab6fe6900bd1b40cc3a74a2bcb70fa8b868df5fffd7062e1fde685af171dc27689b77c6199be6cd272f4a1f21bc466dbf96
+DIST python_manilaclient-5.5.0.tar.gz 389835 BLAKE2B 8637355ffc379ec16f61e1b0f578c2ad5322aef72715e5ff101742cedb083c8d8f749c4e9a9ff9f6da66b3a458717a4828d2ba3bab1df86f8a14f21b0ceb7a13 SHA512 dd42607279e4b01dd5333e78c973808763cc7efa54973d04ef1f9a68cd44e7befe738fa7c01aed0a61a723d8bb63b4ef44041bc00f88a2c984f50fcf81d7345e
diff --git a/dev-python/python-manilaclient/python-manilaclient-5.4.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-5.5.0.ebuild
similarity index 100%
rename from dev-python/python-manilaclient/python-manilaclient-5.4.0.ebuild
rename to dev-python/python-manilaclient/python-manilaclient-5.5.0.ebuild
^ permalink raw reply related [flat|nested] 14+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-manilaclient/
@ 2025-09-14 22:24 Niklaus 'vimja' Hofer
0 siblings, 0 replies; 14+ messages in thread
From: Niklaus 'vimja' Hofer @ 2025-09-14 22:24 UTC (permalink / raw
To: gentoo-commits
commit: 3bcf98cbab98da0b4bd9e44c9619403c19faa1db
Author: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja <DOT> email>
AuthorDate: Sun Sep 14 21:31:49 2025 +0000
Commit: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja <DOT> email>
CommitDate: Sun Sep 14 22:23:52 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3bcf98cb
dev-python/python-manilaclient: add 5.6.0
Signed-off-by: Niklaus 'vimja' Hofer <gentoo-bugzilla <AT> vimja.email>
dev-python/python-manilaclient/Manifest | 1 +
.../python-manilaclient-5.6.0.ebuild | 53 ++++++++++++++++++++++
2 files changed, 54 insertions(+)
diff --git a/dev-python/python-manilaclient/Manifest b/dev-python/python-manilaclient/Manifest
index 03671db7e7..463db36bc2 100644
--- a/dev-python/python-manilaclient/Manifest
+++ b/dev-python/python-manilaclient/Manifest
@@ -1 +1,2 @@
DIST python_manilaclient-5.5.0.tar.gz 389835 BLAKE2B 8637355ffc379ec16f61e1b0f578c2ad5322aef72715e5ff101742cedb083c8d8f749c4e9a9ff9f6da66b3a458717a4828d2ba3bab1df86f8a14f21b0ceb7a13 SHA512 dd42607279e4b01dd5333e78c973808763cc7efa54973d04ef1f9a68cd44e7befe738fa7c01aed0a61a723d8bb63b4ef44041bc00f88a2c984f50fcf81d7345e
+DIST python_manilaclient-5.6.0.tar.gz 391970 BLAKE2B c1d48df24db9e5dade2e8e12ceded3fc246c23813e741cae053bb3e46698e36d555c9dc5d2469f4e44bc89ecae81c229273de3ffc452602ae0cb2ceed98cd482 SHA512 32943fb5dd7d495c18608c4ec1112b71c02480445c9da128d65aaa46ed52dab2d1b7147c1db5b178f8a4081339521268da08bc2bedfe0c311047b1bb97e65852
diff --git a/dev-python/python-manilaclient/python-manilaclient-5.6.0.ebuild b/dev-python/python-manilaclient/python-manilaclient-5.6.0.ebuild
new file mode 100644
index 0000000000..63ae0031ff
--- /dev/null
+++ b/dev-python/python-manilaclient/python-manilaclient-5.6.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Python bindings to the OpenStack Manila API"
+HOMEPAGE="
+ https://opendev.org/openstack/python-manilaclient
+ https://github.com/openstack/python-manilaclient/
+ https://pypi.org/project/python-manilaclient/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64"
+
+RDEPEND="
+ >=dev-python/pbr-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-serialization-2.20.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+ >=dev-python/prettytable-0.7.1[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+ >=dev-python/osc-lib-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
+ >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
+"
+
+BDEPEND="
+ test? (
+ >=dev-python/coverage-4.5.0[${PYTHON_USEDEP}]
+ >=dev-python/ddt-1.0.1[${PYTHON_USEDEP}]
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/tempest-17.1.0[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/python-openstackclient-5.3.0[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests unittest
+
+python_test() {
+ # The functional tests would requier the OpenStack manila service to be
+ # packaged, too.
+ eunittest manilaclient/tests/unit
+}
^ permalink raw reply related [flat|nested] 14+ messages in thread
end of thread, other threads:[~2025-09-14 22:24 UTC | newest]
Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-22 22:07 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-manilaclient/ Niklaus 'vimja' Hofer
-- strict thread matches above, loose matches on Subject: below --
2025-09-14 22:24 Niklaus 'vimja' Hofer
2025-07-13 21:52 Niklaus 'vimja' Hofer
2025-03-23 9:04 Takuya Wakazono
2022-05-28 21:48 Alessandro Barbieri
2022-05-28 15:15 Alessandro Barbieri
2022-03-30 3:27 Alessandro Barbieri
2022-03-11 3:12 Alessandro Barbieri
2022-01-23 0:13 Alessandro Barbieri
2022-01-02 15:34 Andrew Ammerlaan
2021-10-14 20:22 Alessandro Barbieri
2021-09-26 19:34 Alessandro Barbieri
2021-09-26 19:34 Alessandro Barbieri
2021-09-26 18:37 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox