[gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-saharaclient/

2023-02-18 Thread Anna Vyalkova
commit: a2f4fa274b06b428c13e267e469a3c6347554b2c
Author: Anna (cybertailor) Vyalkova  sysrq  in>
AuthorDate: Sun Feb 19 05:08:37 2023 +
Commit: Anna Vyalkova  sysrq  in>
CommitDate: Sun Feb 19 05:08:37 2023 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=a2f4fa27

dev-python/python-saharaclient: treeclean

Signed-off-by: Anna (cybertailor) Vyalkova  sysrq.in>

 dev-python/python-saharaclient/Manifest|  1 -
 dev-python/python-saharaclient/metadata.xml| 14 ---
 .../python-saharaclient-3.5.0.ebuild   | 44 --
 3 files changed, 59 deletions(-)

diff --git a/dev-python/python-saharaclient/Manifest 
b/dev-python/python-saharaclient/Manifest
deleted file mode 100644
index 48edc0b8c..0
--- a/dev-python/python-saharaclient/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST python-saharaclient-3.5.0.tar.gz 109169 BLAKE2B 
a10183f9a35f8f380852ab711884ba18e9ae39362d3859fc49b1a744132de52c08e2f615d8d04eeff5be5d05af006d6ae7a54a78908df84c898991a7d0859b54
 SHA512 
20de5a964891314043790de98a1cb77fe5aa59cdb309c419feb73cf2034313c5f3c1ea6ee7303a0599080c2215c9ef7db0141ba42978d5a840281ba005a20bc0

diff --git a/dev-python/python-saharaclient/metadata.xml 
b/dev-python/python-saharaclient/metadata.xml
deleted file mode 100644
index 99da083af..0
--- a/dev-python/python-saharaclient/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-co-maintainers welcome
-lssndrbarbi...@gmail.com
-Alessandro Barbieri
-  
-  
-  
-python-saharaclient
-openstack/python-saharaclient
-  
-

diff --git a/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild
deleted file mode 100644
index 4a1f3342b..0
--- a/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_{8..10} )
-
-inherit distutils-r1
-
-DESCRIPTION="This is a client for the OpenStack Sahara API, aka HADOOP"
-HOMEPAGE="
-   https://github.com/openstack/python-saharaclient
-   https://opendev.org/openstack/python-saharaclient
-   https://launchpad.net/python-saharaclient
-   https://pypi.org/project/python-saharaclient/
-"
-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/keystoneauth-3.4.0[${PYTHON_USEDEP}]
-   >=dev-python/osc-lib-2.0.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-2.18.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/python-openstackclient-5.2.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   test? (
-   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
-   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-saharaclient/

2022-05-29 Thread Alessandro Barbieri
commit: 01db6c39381cfb2cff7b6a95c9df454703f12f13
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun May 29 20:49:04 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun May 29 21:04:51 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=01db6c39

dev-python/python-saharaclient: enable py3.10

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

 dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild
index 9bccb5560..4a1f3342b 100644
--- a/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild
+++ b/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-saharaclient/

2022-03-10 Thread Alessandro Barbieri
commit: ba03947a22cebdf682e335550b81da675bc365b7
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Fri Mar 11 03:19:46 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Fri Mar 11 03:19:46 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ba03947a

dev-python/python-saharaclient: add 3.5.0, drop 3.4.0

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

 dev-python/python-saharaclient/Manifest   | 2 +-
 ...hon-saharaclient-3.4.0.ebuild => python-saharaclient-3.5.0.ebuild} | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-python/python-saharaclient/Manifest 
b/dev-python/python-saharaclient/Manifest
index c869061a0..48edc0b8c 100644
--- a/dev-python/python-saharaclient/Manifest
+++ b/dev-python/python-saharaclient/Manifest
@@ -1 +1 @@
-DIST python-saharaclient-3.4.0.tar.gz 109109 BLAKE2B 
50cad26c0daeb93dd9a42e043303b3778013889eab161663f394ef0cad11a0bf1022b0101000b0bf635be9f3021a03077c1c7a2687b55e1543e7d43e7f4146f5
 SHA512 
8cc4fa2db5d5f84ed13c9975e27a03cceb36664fd2564e543981dfe7cbf2c38b3059695742e1fc20380332b8df14256ef900b34041f53ac358b99177d619094d
+DIST python-saharaclient-3.5.0.tar.gz 109169 BLAKE2B 
a10183f9a35f8f380852ab711884ba18e9ae39362d3859fc49b1a744132de52c08e2f615d8d04eeff5be5d05af006d6ae7a54a78908df84c898991a7d0859b54
 SHA512 
20de5a964891314043790de98a1cb77fe5aa59cdb309c419feb73cf2034313c5f3c1ea6ee7303a0599080c2215c9ef7db0141ba42978d5a840281ba005a20bc0

diff --git a/dev-python/python-saharaclient/python-saharaclient-3.4.0.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild
similarity index 93%
rename from dev-python/python-saharaclient/python-saharaclient-3.4.0.ebuild
rename to dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild
index c797316f2..9bccb5560 100644
--- a/dev-python/python-saharaclient/python-saharaclient-3.4.0.ebuild
+++ b/dev-python/python-saharaclient/python-saharaclient-3.5.0.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 DISTUTILS_USE_SETUPTOOLS=bdepend
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
@@ -13,7 +13,7 @@ HOMEPAGE="
https://github.com/openstack/python-saharaclient
https://opendev.org/openstack/python-saharaclient
https://launchpad.net/python-saharaclient
-   https://pypi.org/project/python-saharaclient
+   https://pypi.org/project/python-saharaclient/
 "
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-saharaclient/

2022-01-02 Thread Andrew Ammerlaan
commit: 7835db06596c317531422e31ea16cd07a1eb11d6
Author: Andrew Ammerlaan  gentoo  org>
AuthorDate: Sun Jan  2 15:31:31 2022 +
Commit: Andrew Ammerlaan  gentoo  org>
CommitDate: Sun Jan  2 15:31:31 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=7835db06

dev-python/python-saharaclient: 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  gentoo.org>

 dev-python/python-saharaclient/python-saharaclient-3.4.0.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/dev-python/python-saharaclient/python-saharaclient-3.4.0.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-3.4.0.ebuild
index 9285c3132..b4db8194c 100644
--- a/dev-python/python-saharaclient/python-saharaclient-3.4.0.ebuild
+++ b/dev-python/python-saharaclient/python-saharaclient-3.4.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
@@ -36,7 +36,6 @@ RDEPEND="
 DEPEND="
${RDEPEND}
test? (
-   >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
>=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
>=dev-python/stestr-1.0.0[${PYTHON_USEDEP}]
>=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/proj/guru:dev commit in: dev-python/python-saharaclient/

2021-10-11 Thread Alessandro Barbieri
commit: 9dc01c65fc0afcb3c15e49433ea321d39b91916e
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon Oct 11 21:53:20 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon Oct 11 21:53:20 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=9dc01c65

dev-python/python-saharaclient: add 3.4.0, drop 3.2.1

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

 dev-python/python-saharaclient/Manifest|  2 +-
 ...2.1.ebuild => python-saharaclient-3.4.0.ebuild} | 35 ++
 2 files changed, 24 insertions(+), 13 deletions(-)

diff --git a/dev-python/python-saharaclient/Manifest 
b/dev-python/python-saharaclient/Manifest
index 17d2a6b00..c869061a0 100644
--- a/dev-python/python-saharaclient/Manifest
+++ b/dev-python/python-saharaclient/Manifest
@@ -1 +1 @@
-DIST python-saharaclient-3.2.1.tar.gz 106266 BLAKE2B 
a9f439028ae523a452b5cdc0024e4d44527c3114826432cef837df1c32bbd89035ec09c8f72c349e7fc8347d438236b61e20df253119bf35bf69e27b00c2affa
 SHA512 
a0e9dec4a8a1b86de182535060c99d79c7aa4c93f801088a0b7d6a40084294821c22de531b00cf73b4f6940e72dc43e505bea8aee218fdcb63ef0727aa806544
+DIST python-saharaclient-3.4.0.tar.gz 109109 BLAKE2B 
50cad26c0daeb93dd9a42e043303b3778013889eab161663f394ef0cad11a0bf1022b0101000b0bf635be9f3021a03077c1c7a2687b55e1543e7d43e7f4146f5
 SHA512 
8cc4fa2db5d5f84ed13c9975e27a03cceb36664fd2564e543981dfe7cbf2c38b3059695742e1fc20380332b8df14256ef900b34041f53ac358b99177d619094d

diff --git a/dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild 
b/dev-python/python-saharaclient/python-saharaclient-3.4.0.ebuild
similarity index 57%
rename from dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild
rename to dev-python/python-saharaclient/python-saharaclient-3.4.0.ebuild
index 80cc66be1..9285c3132 100644
--- a/dev-python/python-saharaclient/python-saharaclient-3.2.1.ebuild
+++ b/dev-python/python-saharaclient/python-saharaclient-3.4.0.ebuild
@@ -1,35 +1,46 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-PYTHON_COMPAT=( python3_8 )
+EAPI=8
+
 DISTUTILS_USE_SETUPTOOLS=bdepend
+PYTHON_COMPAT=( python3_8 )
 
 inherit distutils-r1
 
 DESCRIPTION="This is a client for the OpenStack Sahara API, aka HADOOP"
-HOMEPAGE="https://github.com/openstack/python-saharaclient;
+HOMEPAGE="
+   https://github.com/openstack/python-saharaclient
+   https://opendev.org/openstack/python-saharaclient
+   https://launchpad.net/python-saharaclient
+   https://pypi.org/project/python-saharaclient
+"
 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"
+KEYWORDS="~amd64"
 
-DEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
-"
 RDEPEND="
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
>=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
>=dev-python/osc-lib-2.0.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-serialization-2.18.0[${PYTHON_USEDEP}]
>=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
>=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
>=dev-python/python-openstackclient-5.2.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
 "
+DEPEND="
+   ${RDEPEND}
+   test? (
+   >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-3.2.0[${PYTHON_USEDEP}]
+   >=dev-python/stestr-1.0.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-mock-1.2.0[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest