* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glance_store/
@ 2021-09-27 16:47 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-09-27 16:47 UTC (permalink / raw
To: gentoo-commits
commit: d499540706086bfdd9b44fcbea7cd2c6737e7309
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Mon Sep 27 16:42:33 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Mon Sep 27 16:47:31 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d4995407
dev-python/glance_store: unkeyword 2.3.0 for ~arm64, ~x86
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/glance_store/glance_store-2.3.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/glance_store/glance_store-2.3.0.ebuild b/dev-python/glance_store/glance_store-2.3.0.ebuild
index 36beee1e7..a1b09a031 100644
--- a/dev-python/glance_store/glance_store-2.3.0.ebuild
+++ b/dev-python/glance_store/glance_store-2.3.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64"
IUSE="cinder swift vmware"
DEPEND=">=dev-python/pbr-1.8[${PYTHON_USEDEP}]"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glance_store/
@ 2021-10-03 18:33 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-10-03 18:33 UTC (permalink / raw
To: gentoo-commits
commit: 150e5e5b4860897a6d813fe85c2307d7fd625cfe
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Oct 2 13:06:02 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Oct 3 18:32:00 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=150e5e5b
dev-python/glance_store: new version
Closes: https://bugs.gentoo.org/799488
Closes: https://bugs.gentoo.org/799491
Closes: https://bugs.gentoo.org/815448
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/glance_store/Manifest | 2 +-
dev-python/glance_store/glance_store-2.3.0.ebuild | 47 ----------------
dev-python/glance_store/glance_store-2.7.0.ebuild | 66 +++++++++++++++++++++++
3 files changed, 67 insertions(+), 48 deletions(-)
diff --git a/dev-python/glance_store/Manifest b/dev-python/glance_store/Manifest
index af2fbb666..0e1725082 100644
--- a/dev-python/glance_store/Manifest
+++ b/dev-python/glance_store/Manifest
@@ -1 +1 @@
-DIST glance_store-2.3.0.tar.gz 212933 BLAKE2B 69f54fbb44de0e6e9608e38cf0b43ee6fb7df7758d19b6dee6f15fb00a25ce885610ef9c779d2138c08f5d3a28760121ef66edade0b23619685d5f985433247f SHA512 59499c1fa8b596faba0918219b76e5e7d51f6c7e94d14b99f28b2a9f87b456e638bd42fe33124ae9507043a975db6e5b5762e5979258db35b772f41a08d59be6
+DIST glance_store-2.7.0.tar.gz 229579 BLAKE2B 9623fedf6cf9de51b6793202a8d0134380fa1b9d0f5a595bc2d718f468f48bd078f32c7154ee719db3a49d38bfcea4e7d763caf67cb3e522a034184425477230 SHA512 fc5b06dbd197d99b36e2f744f10dff77d268e1dfe13ebb85b1945f28d3b27607d7023735868e6f4bfcd63735c917a2bc21aa7772ed35a4710f9df557d4cd5a99
diff --git a/dev-python/glance_store/glance_store-2.3.0.ebuild b/dev-python/glance_store/glance_store-2.3.0.ebuild
deleted file mode 100644
index a1b09a031..000000000
--- a/dev-python/glance_store/glance_store-2.3.0.ebuild
+++ /dev/null
@@ -1,47 +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 library for glance"
-HOMEPAGE="https://github.com/openstack/glance_store"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="cinder swift vmware"
-
-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-i18n-3.15.3[${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/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
- >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
- >=dev-python/eventlet-0.18.4[${PYTHON_USEDEP}]
- >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
- >=dev-python/debtcollector-1.2.0[${PYTHON_USEDEP}]
- >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
- >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
- >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
- >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
- cinder? (
- >=dev-python/python-cinderclient-4.1.0[${PYTHON_USEDEP}]
- >=dev-python/os-brick-2.6.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-rootwrap-5.8.0[${PYTHON_USEDEP}]
- >=dev-python/oslo-privsep-1.23.0[${PYTHON_USEDEP}]
- )
- swift? (
- >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
- >=dev-python/python-swiftclient-3.2.0[${PYTHON_USEDEP}]
- )
- vmware? ( >=dev-python/oslo-vmware-2.17.0[${PYTHON_USEDEP}] )
-"
diff --git a/dev-python/glance_store/glance_store-2.7.0.ebuild b/dev-python/glance_store/glance_store-2.7.0.ebuild
new file mode 100644
index 000000000..266ec51b8
--- /dev/null
+++ b/dev-python/glance_store/glance_store-2.7.0.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_8 )
+
+inherit distutils-r1
+
+DESCRIPTION="A library for glance"
+HOMEPAGE="
+ https://github.com/openstack/glance_store
+ https://opendev.org/openstack/glance_store
+ https://pypi.org/project/glance-store
+ https://launchpad.net/glance-store
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="cinder swift vmware"
+
+RDEPEND="
+ >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-utils-4.7.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
+ >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+ >=dev-python/eventlet-0.18.2[${PYTHON_USEDEP}]
+ >=dev-python/six-1.11.0[${PYTHON_USEDEP}]
+ >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+ >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+ cinder? (
+ >=dev-python/python-cinderclient-4.1.0[${PYTHON_USEDEP}]
+ >=dev-python/os-brick-2.6.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-rootwrap-5.8.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-privsep-1.23.0[${PYTHON_USEDEP}]
+ )
+ swift? (
+ >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
+ >=dev-python/python-swiftclient-3.2.0[${PYTHON_USEDEP}]
+ )
+ vmware? ( >=dev-python/oslo-vmware-3.6.0[${PYTHON_USEDEP}] )
+"
+DEPEND="
+ ${RDEPEND}
+ test? (
+ >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/retrying-1.3.3[${PYTHON_USEDEP}]
+ >=dev-python/stestr-2.0.0[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ )
+"
+# where to put this?
+# >=dev-python/boto3-1.9.199[${PYTHON_USEDEP}]
+
+distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glance_store/
@ 2021-10-06 22:15 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2021-10-06 22:15 UTC (permalink / raw
To: gentoo-commits
commit: 3678107510cc859b54abe328358ffd4c469f74b7
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Oct 6 14:26:50 2021 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Oct 6 22:15:37 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=36781075
dev-python/glance_store: test required use
Closes: https://bugs.gentoo.org/816594
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/glance_store/glance_store-2.7.0.ebuild | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/dev-python/glance_store/glance_store-2.7.0.ebuild b/dev-python/glance_store/glance_store-2.7.0.ebuild
index 266ec51b8..4b71c3c1b 100644
--- a/dev-python/glance_store/glance_store-2.7.0.ebuild
+++ b/dev-python/glance_store/glance_store-2.7.0.ebuild
@@ -58,9 +58,13 @@ DEPEND="
>=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
>=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/boto3-1.9.199[${PYTHON_USEDEP}]
)
"
-# where to put this?
-# >=dev-python/boto3-1.9.199[${PYTHON_USEDEP}]
+
+REQUIRED_USE="
+ ${PYTHON_REQUIRED_USE}
+ test? ( cinder swift vmware )
+"
distutils_enable_tests pytest
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glance_store/
@ 2022-03-17 1:42 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-03-17 1:42 UTC (permalink / raw
To: gentoo-commits
commit: 2f73eb6723249b35bde92ee1873c975e49d7d460
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Thu Mar 17 01:22:54 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Thu Mar 17 01:22:54 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2f73eb67
dev-python/glance_store: add 3.0.0, drop 2.7.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/glance_store/Manifest | 2 +-
.../{glance_store-2.7.0.ebuild => glance_store-3.0.0.ebuild} | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dev-python/glance_store/Manifest b/dev-python/glance_store/Manifest
index 0e1725082..7e7b83111 100644
--- a/dev-python/glance_store/Manifest
+++ b/dev-python/glance_store/Manifest
@@ -1 +1 @@
-DIST glance_store-2.7.0.tar.gz 229579 BLAKE2B 9623fedf6cf9de51b6793202a8d0134380fa1b9d0f5a595bc2d718f468f48bd078f32c7154ee719db3a49d38bfcea4e7d763caf67cb3e522a034184425477230 SHA512 fc5b06dbd197d99b36e2f744f10dff77d268e1dfe13ebb85b1945f28d3b27607d7023735868e6f4bfcd63735c917a2bc21aa7772ed35a4710f9df557d4cd5a99
+DIST glance_store-3.0.0.tar.gz 234086 BLAKE2B 781b9aa0913c355d898b7c05ed8807bb92bf08b371380c1f308bd4a3f8749dc91e53f6c817cc56621ce3fd7be748eee1cc5f5b1764d4167606733e7ef9176abd SHA512 4bae5ed37031902e0c47c7fa0bae2703bf21ab41226df3b2786d4679497500caeed91507e55f83512afa5ad57b73a153f901577ffa33c9d103c45622f07494c3
diff --git a/dev-python/glance_store/glance_store-2.7.0.ebuild b/dev-python/glance_store/glance_store-3.0.0.ebuild
similarity index 95%
rename from dev-python/glance_store/glance_store-2.7.0.ebuild
rename to dev-python/glance_store/glance_store-3.0.0.ebuild
index ccdea4394..af3dc14c9 100644
--- a/dev-python/glance_store/glance_store-2.7.0.ebuild
+++ b/dev-python/glance_store/glance_store-3.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
inherit distutils-r1
@@ -11,7 +11,7 @@ DESCRIPTION="A library for glance"
HOMEPAGE="
https://github.com/openstack/glance_store
https://opendev.org/openstack/glance_store
- https://pypi.org/project/glance-store
+ https://pypi.org/project/glance-store/
https://launchpad.net/glance-store
"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
@@ -46,8 +46,8 @@ RDEPEND="
)
vmware? ( >=dev-python/oslo-vmware-3.6.0[${PYTHON_USEDEP}] )
"
-DEPEND="
- ${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
test? (
>=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
>=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glance_store/
@ 2022-03-17 19:29 Ronny Gutbrod
0 siblings, 0 replies; 7+ messages in thread
From: Ronny Gutbrod @ 2022-03-17 19:29 UTC (permalink / raw
To: gentoo-commits
commit: 7530627319a7a88edc01e2ea2e3b91b97119968a
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Thu Mar 17 18:36:50 2022 +0000
Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
CommitDate: Thu Mar 17 19:28:13 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=75306273
dev-python/glance_store: Fix remote-id
Permanent redirect: glance_store -> glance-store
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
dev-python/glance_store/metadata.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/glance_store/metadata.xml b/dev-python/glance_store/metadata.xml
index bb8600db1..85bf7e153 100644
--- a/dev-python/glance_store/metadata.xml
+++ b/dev-python/glance_store/metadata.xml
@@ -8,7 +8,7 @@
</maintainer>
<stabilize-allarches/>
<upstream>
- <remote-id type="pypi">glance_store</remote-id>
+ <remote-id type="pypi">glance-store</remote-id>
<remote-id type="launchpad">oslo</remote-id>
<remote-id type="github">openstack/glance_store</remote-id>
</upstream>
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glance_store/
@ 2022-03-20 2:02 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-03-20 2:02 UTC (permalink / raw
To: gentoo-commits
commit: ee828732d384e44e19107a2ed7f44f4d60e6fe97
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Mar 20 01:43:53 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Mar 20 01:43:53 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ee828732
dev-python/glance_store: correctly install in /etc
Closes: https://bugs.gentoo.org/799494
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
.../{glance_store-3.0.0.ebuild => glance_store-3.0.0-r1.ebuild} | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/dev-python/glance_store/glance_store-3.0.0.ebuild b/dev-python/glance_store/glance_store-3.0.0-r1.ebuild
similarity index 95%
rename from dev-python/glance_store/glance_store-3.0.0.ebuild
rename to dev-python/glance_store/glance_store-3.0.0-r1.ebuild
index af3dc14c9..ab7242f74 100644
--- a/dev-python/glance_store/glance_store-3.0.0.ebuild
+++ b/dev-python/glance_store/glance_store-3.0.0-r1.ebuild
@@ -66,3 +66,8 @@ REQUIRED_USE="
"
distutils_enable_tests pytest
+
+python_install_all() {
+ distutils-r1_python_install_all
+ mv "${ED}/usr/etc" "${ED}/etc" || die
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glance_store/
@ 2022-05-24 17:36 Alessandro Barbieri
0 siblings, 0 replies; 7+ messages in thread
From: Alessandro Barbieri @ 2022-05-24 17:36 UTC (permalink / raw
To: gentoo-commits
commit: 9038232e683aa47a5b866a380f79d9ea0cfa31be
Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Tue May 24 16:47:13 2022 +0000
Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Tue May 24 17:36:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9038232e
dev-python/glance_store: add 4.0.0
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
dev-python/glance_store/Manifest | 1 +
dev-python/glance_store/glance_store-4.0.0.ebuild | 73 +++++++++++++++++++++++
2 files changed, 74 insertions(+)
diff --git a/dev-python/glance_store/Manifest b/dev-python/glance_store/Manifest
index 7e7b83111..68b9883d5 100644
--- a/dev-python/glance_store/Manifest
+++ b/dev-python/glance_store/Manifest
@@ -1 +1,2 @@
DIST glance_store-3.0.0.tar.gz 234086 BLAKE2B 781b9aa0913c355d898b7c05ed8807bb92bf08b371380c1f308bd4a3f8749dc91e53f6c817cc56621ce3fd7be748eee1cc5f5b1764d4167606733e7ef9176abd SHA512 4bae5ed37031902e0c47c7fa0bae2703bf21ab41226df3b2786d4679497500caeed91507e55f83512afa5ad57b73a153f901577ffa33c9d103c45622f07494c3
+DIST glance_store-4.0.0.tar.gz 234413 BLAKE2B 76d01398626e2883f6557b1b59f6abf9a39c98c8269bc2dd9468b670706b33496f1f0a4ef961af26a6422645ea52768de4ad0e7ec114d5348f44cc5c6606d6f1 SHA512 6f3e9740a213636dc188afbc84247c80603f10729a35e56f719aa29aa5fa9bf6b2d94332aac323182992f3b786bbf47204fcfe32cbb9f6b3f5fbc16e385033af
diff --git a/dev-python/glance_store/glance_store-4.0.0.ebuild b/dev-python/glance_store/glance_store-4.0.0.ebuild
new file mode 100644
index 000000000..ab7242f74
--- /dev/null
+++ b/dev-python/glance_store/glance_store-4.0.0.ebuild
@@ -0,0 +1,73 @@
+# 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 library for glance"
+HOMEPAGE="
+ https://github.com/openstack/glance_store
+ https://opendev.org/openstack/glance_store
+ https://pypi.org/project/glance-store/
+ https://launchpad.net/glance-store
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="cinder swift vmware"
+
+RDEPEND="
+ >=dev-python/oslo-config-5.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+ >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-utils-4.7.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-concurrency-3.26.0[${PYTHON_USEDEP}]
+ >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+ >=dev-python/eventlet-0.18.2[${PYTHON_USEDEP}]
+ >=dev-python/six-1.11.0[${PYTHON_USEDEP}]
+ >=dev-python/jsonschema-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+ >=dev-python/python-keystoneclient-3.8.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+ cinder? (
+ >=dev-python/python-cinderclient-4.1.0[${PYTHON_USEDEP}]
+ >=dev-python/os-brick-2.6.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-rootwrap-5.8.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-privsep-1.23.0[${PYTHON_USEDEP}]
+ )
+ swift? (
+ >=dev-python/httplib2-0.9.1[${PYTHON_USEDEP}]
+ >=dev-python/python-swiftclient-3.2.0[${PYTHON_USEDEP}]
+ )
+ vmware? ( >=dev-python/oslo-vmware-3.6.0[${PYTHON_USEDEP}] )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ test? (
+ >=dev-python/fixtures-3.0.0[${PYTHON_USEDEP}]
+ >=dev-python/subunit-1.0.0[${PYTHON_USEDEP}]
+ >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+ >=dev-python/retrying-1.3.3[${PYTHON_USEDEP}]
+ >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+ >=dev-python/testtools-2.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+ >=dev-python/boto3-1.9.199[${PYTHON_USEDEP}]
+ )
+"
+
+REQUIRED_USE="
+ ${PYTHON_REQUIRED_USE}
+ test? ( cinder swift vmware )
+"
+
+distutils_enable_tests pytest
+
+python_install_all() {
+ distutils-r1_python_install_all
+ mv "${ED}/usr/etc" "${ED}/etc" || die
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2022-05-24 17:36 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-24 17:36 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glance_store/ Alessandro Barbieri
-- strict thread matches above, loose matches on Subject: below --
2022-03-20 2:02 Alessandro Barbieri
2022-03-17 19:29 Ronny Gutbrod
2022-03-17 1:42 Alessandro Barbieri
2021-10-06 22:15 Alessandro Barbieri
2021-10-03 18:33 Alessandro Barbieri
2021-09-27 16:47 Alessandro Barbieri
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox