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

2022-03-11 Thread Alessandro Barbieri
commit: d3b0bbd45164aad4ad4eb7149dd2d9e3c5843bb9
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Mar 12 02:20:48 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Mar 12 03:03:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3b0bbd4

dev-python/etcd3gw: add 1.0.1

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

 dev-python/etcd3gw/Manifest |  1 +
 dev-python/etcd3gw/etcd3gw-1.0.1.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 433757e38..03bc566fc 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1 +1,2 @@
 DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac
+DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
new file mode 100644
index 0..98ebcc27d
--- /dev/null
+++ b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
@@ -0,0 +1,43 @@
+# 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 python client for etcd3 grpc-gateway v3 API"
+HOMEPAGE="
+   https://opendev.org/openstack/etcd3gw
+   https://pypi.org/project/etcd3gw/
+"
+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[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-05-28 Thread Alessandro Barbieri
commit: ff7f66f13caacff5e4122dc754c2473c020dc0ee
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat May 28 21:38:20 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat May 28 21:38:20 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff7f66f1

dev-python/etcd3gw: enable py3.10

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

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

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
index 87c263b76..e6fe08e36 100644
--- a/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
+++ b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2022-05-30 Thread Alessandro Barbieri
commit: 8a7d3bf02cb9f34e3c2aa1402f95472428726ab5
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 30 13:06:09 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon May 30 13:17:12 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a7d3bf0

dev-python/etcd3gw: drop 1.0.1

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

 dev-python/etcd3gw/Manifest |  1 -
 dev-python/etcd3gw/etcd3gw-1.0.1.ebuild | 43 -
 2 files changed, 44 deletions(-)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 7218e6348..31e8ea62d 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1,2 +1 @@
-DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe
 DIST etcd3gw-1.0.2.tar.gz 27345 BLAKE2B 
e529525cbd60fffa1b0bf3ea83f14fcda6ba5a88a666b4f06a2ea66c76c809a00371b998477594f9bce5943047dfa6051efae6d75c2876046297015f2e43ee74
 SHA512 
dbdf61d0f19d730993fd61270fbe76838e3aa027ef1059f0083a1dd6071dd66eea99bbd4807884b91209c8eee262a5143e67aebf309175b43fd7aa1d94beca82

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
deleted file mode 100644
index 98ebcc27d..0
--- a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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 python client for etcd3 grpc-gateway v3 API"
-HOMEPAGE="
-   https://opendev.org/openstack/etcd3gw
-   https://pypi.org/project/etcd3gw/
-"
-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[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
-   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
-   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2022-05-05 Thread Alessandro Barbieri
commit: da83b39b9a8c3cf24f048074eb9305436e1429bd
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  5 23:57:44 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu May  5 23:57:44 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da83b39b

dev-python/etcd3gw: add 1.0.2, drop 1.0.0

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

 dev-python/etcd3gw/Manifest   |  2 +-
 .../etcd3gw/{etcd3gw-1.0.0.ebuild => etcd3gw-1.0.2.ebuild}| 11 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 03bc566fc..7218e6348 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1,2 +1,2 @@
-DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac
 DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe
+DIST etcd3gw-1.0.2.tar.gz 27345 BLAKE2B 
e529525cbd60fffa1b0bf3ea83f14fcda6ba5a88a666b4f06a2ea66c76c809a00371b998477594f9bce5943047dfa6051efae6d75c2876046297015f2e43ee74
 SHA512 
dbdf61d0f19d730993fd61270fbe76838e3aa027ef1059f0083a1dd6071dd66eea99bbd4807884b91209c8eee262a5143e67aebf309175b43fd7aa1d94beca82

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
similarity index 82%
rename from dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
rename to dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
index 74219f062..87c263b76 100644
--- a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
+++ b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
@@ -3,12 +3,15 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="A python client for etcd3 grpc-gateway v3 API"
-HOMEPAGE="https://pypi.org/project/etcd3gw/";
+HOMEPAGE="
+   https://opendev.org/openstack/etcd3gw
+   https://pypi.org/project/etcd3gw/
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
@@ -16,14 +19,12 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pbr-2.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
 "
 DEPEND="
${RDEPEND}
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
test? (
>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
>=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]



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

2021-09-26 Thread Alessandro Barbieri
commit: f27b3511a4b06277be57b6d90ac4e0eec0669e85
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 17:32:16 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 18:37:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f27b3511

dev-python/etcd3gw: initial import

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

 dev-python/etcd3gw/Manifest |  1 +
 dev-python/etcd3gw/etcd3gw-1.0.0.ebuild | 41 +
 dev-python/etcd3gw/metadata.xml | 11 +
 3 files changed, 53 insertions(+)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
new file mode 100644
index 0..433757e38
--- /dev/null
+++ b/dev-python/etcd3gw/Manifest
@@ -0,0 +1 @@
+DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
new file mode 100644
index 0..daa4c6ce9
--- /dev/null
+++ b/dev-python/etcd3gw/etcd3gw-1.0.0.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 )
+
+inherit distutils-r1
+
+DESCRIPTION="A python client for etcd3 grpc-gateway v3 API"
+HOMEPAGE="https://pypi.org/project/etcd3gw";
+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/requests-2.20.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest

diff --git a/dev-python/etcd3gw/metadata.xml b/dev-python/etcd3gw/metadata.xml
new file mode 100644
index 0..609bb40f3
--- /dev/null
+++ b/dev-python/etcd3gw/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   etcd3gw
+   
+



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

2022-03-11 Thread Alessandro Barbieri
commit: d3b0bbd45164aad4ad4eb7149dd2d9e3c5843bb9
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Mar 12 02:20:48 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Mar 12 03:03:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3b0bbd4

dev-python/etcd3gw: add 1.0.1

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

 dev-python/etcd3gw/Manifest |  1 +
 dev-python/etcd3gw/etcd3gw-1.0.1.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 433757e38..03bc566fc 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1 +1,2 @@
 DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac
+DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
new file mode 100644
index 0..98ebcc27d
--- /dev/null
+++ b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
@@ -0,0 +1,43 @@
+# 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 python client for etcd3 grpc-gateway v3 API"
+HOMEPAGE="
+   https://opendev.org/openstack/etcd3gw
+   https://pypi.org/project/etcd3gw/
+"
+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[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-05-05 Thread Alessandro Barbieri
commit: da83b39b9a8c3cf24f048074eb9305436e1429bd
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  5 23:57:44 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu May  5 23:57:44 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da83b39b

dev-python/etcd3gw: add 1.0.2, drop 1.0.0

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

 dev-python/etcd3gw/Manifest   |  2 +-
 .../etcd3gw/{etcd3gw-1.0.0.ebuild => etcd3gw-1.0.2.ebuild}| 11 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 03bc566fc..7218e6348 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1,2 +1,2 @@
-DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac
 DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe
+DIST etcd3gw-1.0.2.tar.gz 27345 BLAKE2B 
e529525cbd60fffa1b0bf3ea83f14fcda6ba5a88a666b4f06a2ea66c76c809a00371b998477594f9bce5943047dfa6051efae6d75c2876046297015f2e43ee74
 SHA512 
dbdf61d0f19d730993fd61270fbe76838e3aa027ef1059f0083a1dd6071dd66eea99bbd4807884b91209c8eee262a5143e67aebf309175b43fd7aa1d94beca82

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
similarity index 82%
rename from dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
rename to dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
index 74219f062..87c263b76 100644
--- a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
+++ b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
@@ -3,12 +3,15 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="A python client for etcd3 grpc-gateway v3 API"
-HOMEPAGE="https://pypi.org/project/etcd3gw/";
+HOMEPAGE="
+   https://opendev.org/openstack/etcd3gw
+   https://pypi.org/project/etcd3gw/
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
@@ -16,14 +19,12 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pbr-2.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
 "
 DEPEND="
${RDEPEND}
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
test? (
>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
>=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]



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

2022-05-05 Thread Alessandro Barbieri
commit: da83b39b9a8c3cf24f048074eb9305436e1429bd
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  5 23:57:44 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu May  5 23:57:44 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da83b39b

dev-python/etcd3gw: add 1.0.2, drop 1.0.0

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

 dev-python/etcd3gw/Manifest   |  2 +-
 .../etcd3gw/{etcd3gw-1.0.0.ebuild => etcd3gw-1.0.2.ebuild}| 11 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 03bc566fc..7218e6348 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1,2 +1,2 @@
-DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac
 DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe
+DIST etcd3gw-1.0.2.tar.gz 27345 BLAKE2B 
e529525cbd60fffa1b0bf3ea83f14fcda6ba5a88a666b4f06a2ea66c76c809a00371b998477594f9bce5943047dfa6051efae6d75c2876046297015f2e43ee74
 SHA512 
dbdf61d0f19d730993fd61270fbe76838e3aa027ef1059f0083a1dd6071dd66eea99bbd4807884b91209c8eee262a5143e67aebf309175b43fd7aa1d94beca82

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
similarity index 82%
rename from dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
rename to dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
index 74219f062..87c263b76 100644
--- a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
+++ b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
@@ -3,12 +3,15 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="A python client for etcd3 grpc-gateway v3 API"
-HOMEPAGE="https://pypi.org/project/etcd3gw/";
+HOMEPAGE="
+   https://opendev.org/openstack/etcd3gw
+   https://pypi.org/project/etcd3gw/
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
@@ -16,14 +19,12 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pbr-2.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
 "
 DEPEND="
${RDEPEND}
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
test? (
>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
>=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]



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

2022-05-28 Thread Alessandro Barbieri
commit: ff7f66f13caacff5e4122dc754c2473c020dc0ee
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat May 28 21:38:20 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat May 28 21:38:20 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff7f66f1

dev-python/etcd3gw: enable py3.10

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

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

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
index 87c263b76..e6fe08e36 100644
--- a/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
+++ b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2022-05-30 Thread Alessandro Barbieri
commit: 8a7d3bf02cb9f34e3c2aa1402f95472428726ab5
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 30 13:06:09 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon May 30 13:17:12 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a7d3bf0

dev-python/etcd3gw: drop 1.0.1

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

 dev-python/etcd3gw/Manifest |  1 -
 dev-python/etcd3gw/etcd3gw-1.0.1.ebuild | 43 -
 2 files changed, 44 deletions(-)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 7218e6348..31e8ea62d 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1,2 +1 @@
-DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe
 DIST etcd3gw-1.0.2.tar.gz 27345 BLAKE2B 
e529525cbd60fffa1b0bf3ea83f14fcda6ba5a88a666b4f06a2ea66c76c809a00371b998477594f9bce5943047dfa6051efae6d75c2876046297015f2e43ee74
 SHA512 
dbdf61d0f19d730993fd61270fbe76838e3aa027ef1059f0083a1dd6071dd66eea99bbd4807884b91209c8eee262a5143e67aebf309175b43fd7aa1d94beca82

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
deleted file mode 100644
index 98ebcc27d..0
--- a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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 python client for etcd3 grpc-gateway v3 API"
-HOMEPAGE="
-   https://opendev.org/openstack/etcd3gw
-   https://pypi.org/project/etcd3gw/
-"
-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[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
-   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
-   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2021-09-26 Thread Alessandro Barbieri
commit: f27b3511a4b06277be57b6d90ac4e0eec0669e85
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 17:32:16 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 18:37:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f27b3511

dev-python/etcd3gw: initial import

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

 dev-python/etcd3gw/Manifest |  1 +
 dev-python/etcd3gw/etcd3gw-1.0.0.ebuild | 41 +
 dev-python/etcd3gw/metadata.xml | 11 +
 3 files changed, 53 insertions(+)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
new file mode 100644
index 0..433757e38
--- /dev/null
+++ b/dev-python/etcd3gw/Manifest
@@ -0,0 +1 @@
+DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
new file mode 100644
index 0..daa4c6ce9
--- /dev/null
+++ b/dev-python/etcd3gw/etcd3gw-1.0.0.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 )
+
+inherit distutils-r1
+
+DESCRIPTION="A python client for etcd3 grpc-gateway v3 API"
+HOMEPAGE="https://pypi.org/project/etcd3gw";
+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/requests-2.20.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest

diff --git a/dev-python/etcd3gw/metadata.xml b/dev-python/etcd3gw/metadata.xml
new file mode 100644
index 0..609bb40f3
--- /dev/null
+++ b/dev-python/etcd3gw/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   etcd3gw
+   
+



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

2021-09-26 Thread Alessandro Barbieri
commit: f27b3511a4b06277be57b6d90ac4e0eec0669e85
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 17:32:16 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 18:37:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f27b3511

dev-python/etcd3gw: initial import

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

 dev-python/etcd3gw/Manifest |  1 +
 dev-python/etcd3gw/etcd3gw-1.0.0.ebuild | 41 +
 dev-python/etcd3gw/metadata.xml | 11 +
 3 files changed, 53 insertions(+)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
new file mode 100644
index 0..433757e38
--- /dev/null
+++ b/dev-python/etcd3gw/Manifest
@@ -0,0 +1 @@
+DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
new file mode 100644
index 0..daa4c6ce9
--- /dev/null
+++ b/dev-python/etcd3gw/etcd3gw-1.0.0.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 )
+
+inherit distutils-r1
+
+DESCRIPTION="A python client for etcd3 grpc-gateway v3 API"
+HOMEPAGE="https://pypi.org/project/etcd3gw";
+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/requests-2.20.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest

diff --git a/dev-python/etcd3gw/metadata.xml b/dev-python/etcd3gw/metadata.xml
new file mode 100644
index 0..609bb40f3
--- /dev/null
+++ b/dev-python/etcd3gw/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   etcd3gw
+   
+



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

2022-05-28 Thread Alessandro Barbieri
commit: ff7f66f13caacff5e4122dc754c2473c020dc0ee
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat May 28 21:38:20 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat May 28 21:38:20 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff7f66f1

dev-python/etcd3gw: enable py3.10

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

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

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
index 87c263b76..e6fe08e36 100644
--- a/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
+++ b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2022-05-30 Thread Alessandro Barbieri
commit: 8a7d3bf02cb9f34e3c2aa1402f95472428726ab5
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 30 13:06:09 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon May 30 13:17:12 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a7d3bf0

dev-python/etcd3gw: drop 1.0.1

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

 dev-python/etcd3gw/Manifest |  1 -
 dev-python/etcd3gw/etcd3gw-1.0.1.ebuild | 43 -
 2 files changed, 44 deletions(-)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 7218e6348..31e8ea62d 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1,2 +1 @@
-DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe
 DIST etcd3gw-1.0.2.tar.gz 27345 BLAKE2B 
e529525cbd60fffa1b0bf3ea83f14fcda6ba5a88a666b4f06a2ea66c76c809a00371b998477594f9bce5943047dfa6051efae6d75c2876046297015f2e43ee74
 SHA512 
dbdf61d0f19d730993fd61270fbe76838e3aa027ef1059f0083a1dd6071dd66eea99bbd4807884b91209c8eee262a5143e67aebf309175b43fd7aa1d94beca82

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
deleted file mode 100644
index 98ebcc27d..0
--- a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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 python client for etcd3 grpc-gateway v3 API"
-HOMEPAGE="
-   https://opendev.org/openstack/etcd3gw
-   https://pypi.org/project/etcd3gw/
-"
-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[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
-   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
-   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2021-09-26 Thread Alessandro Barbieri
commit: f27b3511a4b06277be57b6d90ac4e0eec0669e85
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 17:32:16 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 18:37:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f27b3511

dev-python/etcd3gw: initial import

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

 dev-python/etcd3gw/Manifest |  1 +
 dev-python/etcd3gw/etcd3gw-1.0.0.ebuild | 41 +
 dev-python/etcd3gw/metadata.xml | 11 +
 3 files changed, 53 insertions(+)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
new file mode 100644
index 0..433757e38
--- /dev/null
+++ b/dev-python/etcd3gw/Manifest
@@ -0,0 +1 @@
+DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
new file mode 100644
index 0..daa4c6ce9
--- /dev/null
+++ b/dev-python/etcd3gw/etcd3gw-1.0.0.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 )
+
+inherit distutils-r1
+
+DESCRIPTION="A python client for etcd3 grpc-gateway v3 API"
+HOMEPAGE="https://pypi.org/project/etcd3gw";
+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/requests-2.20.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest

diff --git a/dev-python/etcd3gw/metadata.xml b/dev-python/etcd3gw/metadata.xml
new file mode 100644
index 0..609bb40f3
--- /dev/null
+++ b/dev-python/etcd3gw/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   etcd3gw
+   
+



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

2022-03-11 Thread Alessandro Barbieri
commit: d3b0bbd45164aad4ad4eb7149dd2d9e3c5843bb9
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Mar 12 02:20:48 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Mar 12 03:03:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3b0bbd4

dev-python/etcd3gw: add 1.0.1

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

 dev-python/etcd3gw/Manifest |  1 +
 dev-python/etcd3gw/etcd3gw-1.0.1.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 433757e38..03bc566fc 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1 +1,2 @@
 DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac
+DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
new file mode 100644
index 0..98ebcc27d
--- /dev/null
+++ b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
@@ -0,0 +1,43 @@
+# 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 python client for etcd3 grpc-gateway v3 API"
+HOMEPAGE="
+   https://opendev.org/openstack/etcd3gw
+   https://pypi.org/project/etcd3gw/
+"
+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[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-03-11 Thread Alessandro Barbieri
commit: d3b0bbd45164aad4ad4eb7149dd2d9e3c5843bb9
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Mar 12 02:20:48 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Mar 12 03:03:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3b0bbd4

dev-python/etcd3gw: add 1.0.1

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

 dev-python/etcd3gw/Manifest |  1 +
 dev-python/etcd3gw/etcd3gw-1.0.1.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 433757e38..03bc566fc 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1 +1,2 @@
 DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac
+DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
new file mode 100644
index 0..98ebcc27d
--- /dev/null
+++ b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
@@ -0,0 +1,43 @@
+# 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 python client for etcd3 grpc-gateway v3 API"
+HOMEPAGE="
+   https://opendev.org/openstack/etcd3gw
+   https://pypi.org/project/etcd3gw/
+"
+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[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-03-11 Thread Alessandro Barbieri
commit: d3b0bbd45164aad4ad4eb7149dd2d9e3c5843bb9
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Mar 12 02:20:48 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Mar 12 03:03:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3b0bbd4

dev-python/etcd3gw: add 1.0.1

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

 dev-python/etcd3gw/Manifest |  1 +
 dev-python/etcd3gw/etcd3gw-1.0.1.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 433757e38..03bc566fc 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1 +1,2 @@
 DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac
+DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
new file mode 100644
index 0..98ebcc27d
--- /dev/null
+++ b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
@@ -0,0 +1,43 @@
+# 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 python client for etcd3 grpc-gateway v3 API"
+HOMEPAGE="
+   https://opendev.org/openstack/etcd3gw
+   https://pypi.org/project/etcd3gw/
+"
+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[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-05-05 Thread Alessandro Barbieri
commit: da83b39b9a8c3cf24f048074eb9305436e1429bd
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  5 23:57:44 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu May  5 23:57:44 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da83b39b

dev-python/etcd3gw: add 1.0.2, drop 1.0.0

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

 dev-python/etcd3gw/Manifest   |  2 +-
 .../etcd3gw/{etcd3gw-1.0.0.ebuild => etcd3gw-1.0.2.ebuild}| 11 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 03bc566fc..7218e6348 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1,2 +1,2 @@
-DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac
 DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe
+DIST etcd3gw-1.0.2.tar.gz 27345 BLAKE2B 
e529525cbd60fffa1b0bf3ea83f14fcda6ba5a88a666b4f06a2ea66c76c809a00371b998477594f9bce5943047dfa6051efae6d75c2876046297015f2e43ee74
 SHA512 
dbdf61d0f19d730993fd61270fbe76838e3aa027ef1059f0083a1dd6071dd66eea99bbd4807884b91209c8eee262a5143e67aebf309175b43fd7aa1d94beca82

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
similarity index 82%
rename from dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
rename to dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
index 74219f062..87c263b76 100644
--- a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
+++ b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
@@ -3,12 +3,15 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="A python client for etcd3 grpc-gateway v3 API"
-HOMEPAGE="https://pypi.org/project/etcd3gw/";
+HOMEPAGE="
+   https://opendev.org/openstack/etcd3gw
+   https://pypi.org/project/etcd3gw/
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
@@ -16,14 +19,12 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pbr-2.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
 "
 DEPEND="
${RDEPEND}
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
test? (
>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
>=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]



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

2022-05-28 Thread Alessandro Barbieri
commit: ff7f66f13caacff5e4122dc754c2473c020dc0ee
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat May 28 21:38:20 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat May 28 21:38:20 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff7f66f1

dev-python/etcd3gw: enable py3.10

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

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

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
index 87c263b76..e6fe08e36 100644
--- a/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
+++ b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2022-05-30 Thread Alessandro Barbieri
commit: 8a7d3bf02cb9f34e3c2aa1402f95472428726ab5
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 30 13:06:09 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon May 30 13:17:12 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a7d3bf0

dev-python/etcd3gw: drop 1.0.1

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

 dev-python/etcd3gw/Manifest |  1 -
 dev-python/etcd3gw/etcd3gw-1.0.1.ebuild | 43 -
 2 files changed, 44 deletions(-)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 7218e6348..31e8ea62d 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1,2 +1 @@
-DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe
 DIST etcd3gw-1.0.2.tar.gz 27345 BLAKE2B 
e529525cbd60fffa1b0bf3ea83f14fcda6ba5a88a666b4f06a2ea66c76c809a00371b998477594f9bce5943047dfa6051efae6d75c2876046297015f2e43ee74
 SHA512 
dbdf61d0f19d730993fd61270fbe76838e3aa027ef1059f0083a1dd6071dd66eea99bbd4807884b91209c8eee262a5143e67aebf309175b43fd7aa1d94beca82

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
deleted file mode 100644
index 98ebcc27d..0
--- a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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 python client for etcd3 grpc-gateway v3 API"
-HOMEPAGE="
-   https://opendev.org/openstack/etcd3gw
-   https://pypi.org/project/etcd3gw/
-"
-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[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
-   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
-   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2022-05-28 Thread Alessandro Barbieri
commit: ff7f66f13caacff5e4122dc754c2473c020dc0ee
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat May 28 21:38:20 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat May 28 21:38:20 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff7f66f1

dev-python/etcd3gw: enable py3.10

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

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

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
index 87c263b76..e6fe08e36 100644
--- a/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
+++ b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2022-05-30 Thread Alessandro Barbieri
commit: 8a7d3bf02cb9f34e3c2aa1402f95472428726ab5
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 30 13:06:09 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon May 30 13:17:12 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a7d3bf0

dev-python/etcd3gw: drop 1.0.1

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

 dev-python/etcd3gw/Manifest |  1 -
 dev-python/etcd3gw/etcd3gw-1.0.1.ebuild | 43 -
 2 files changed, 44 deletions(-)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 7218e6348..31e8ea62d 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1,2 +1 @@
-DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe
 DIST etcd3gw-1.0.2.tar.gz 27345 BLAKE2B 
e529525cbd60fffa1b0bf3ea83f14fcda6ba5a88a666b4f06a2ea66c76c809a00371b998477594f9bce5943047dfa6051efae6d75c2876046297015f2e43ee74
 SHA512 
dbdf61d0f19d730993fd61270fbe76838e3aa027ef1059f0083a1dd6071dd66eea99bbd4807884b91209c8eee262a5143e67aebf309175b43fd7aa1d94beca82

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
deleted file mode 100644
index 98ebcc27d..0
--- a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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 python client for etcd3 grpc-gateway v3 API"
-HOMEPAGE="
-   https://opendev.org/openstack/etcd3gw
-   https://pypi.org/project/etcd3gw/
-"
-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[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
-   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
-   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2022-05-05 Thread Alessandro Barbieri
commit: da83b39b9a8c3cf24f048074eb9305436e1429bd
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  5 23:57:44 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu May  5 23:57:44 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da83b39b

dev-python/etcd3gw: add 1.0.2, drop 1.0.0

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

 dev-python/etcd3gw/Manifest   |  2 +-
 .../etcd3gw/{etcd3gw-1.0.0.ebuild => etcd3gw-1.0.2.ebuild}| 11 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 03bc566fc..7218e6348 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1,2 +1,2 @@
-DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac
 DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe
+DIST etcd3gw-1.0.2.tar.gz 27345 BLAKE2B 
e529525cbd60fffa1b0bf3ea83f14fcda6ba5a88a666b4f06a2ea66c76c809a00371b998477594f9bce5943047dfa6051efae6d75c2876046297015f2e43ee74
 SHA512 
dbdf61d0f19d730993fd61270fbe76838e3aa027ef1059f0083a1dd6071dd66eea99bbd4807884b91209c8eee262a5143e67aebf309175b43fd7aa1d94beca82

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
similarity index 82%
rename from dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
rename to dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
index 74219f062..87c263b76 100644
--- a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
+++ b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
@@ -3,12 +3,15 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="A python client for etcd3 grpc-gateway v3 API"
-HOMEPAGE="https://pypi.org/project/etcd3gw/";
+HOMEPAGE="
+   https://opendev.org/openstack/etcd3gw
+   https://pypi.org/project/etcd3gw/
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
@@ -16,14 +19,12 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pbr-2.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
 "
 DEPEND="
${RDEPEND}
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
test? (
>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
>=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]



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

2021-09-26 Thread Alessandro Barbieri
commit: f27b3511a4b06277be57b6d90ac4e0eec0669e85
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 17:32:16 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 18:37:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f27b3511

dev-python/etcd3gw: initial import

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

 dev-python/etcd3gw/Manifest |  1 +
 dev-python/etcd3gw/etcd3gw-1.0.0.ebuild | 41 +
 dev-python/etcd3gw/metadata.xml | 11 +
 3 files changed, 53 insertions(+)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
new file mode 100644
index 0..433757e38
--- /dev/null
+++ b/dev-python/etcd3gw/Manifest
@@ -0,0 +1 @@
+DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
new file mode 100644
index 0..daa4c6ce9
--- /dev/null
+++ b/dev-python/etcd3gw/etcd3gw-1.0.0.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 )
+
+inherit distutils-r1
+
+DESCRIPTION="A python client for etcd3 grpc-gateway v3 API"
+HOMEPAGE="https://pypi.org/project/etcd3gw";
+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/requests-2.20.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest

diff --git a/dev-python/etcd3gw/metadata.xml b/dev-python/etcd3gw/metadata.xml
new file mode 100644
index 0..609bb40f3
--- /dev/null
+++ b/dev-python/etcd3gw/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   etcd3gw
+   
+



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

2022-05-28 Thread Alessandro Barbieri
commit: ff7f66f13caacff5e4122dc754c2473c020dc0ee
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat May 28 21:38:20 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat May 28 21:38:20 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff7f66f1

dev-python/etcd3gw: enable py3.10

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

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

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
index 87c263b76..e6fe08e36 100644
--- a/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
+++ b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2022-05-30 Thread Alessandro Barbieri
commit: 8a7d3bf02cb9f34e3c2aa1402f95472428726ab5
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 30 13:06:09 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon May 30 13:17:12 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a7d3bf0

dev-python/etcd3gw: drop 1.0.1

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

 dev-python/etcd3gw/Manifest |  1 -
 dev-python/etcd3gw/etcd3gw-1.0.1.ebuild | 43 -
 2 files changed, 44 deletions(-)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 7218e6348..31e8ea62d 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1,2 +1 @@
-DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe
 DIST etcd3gw-1.0.2.tar.gz 27345 BLAKE2B 
e529525cbd60fffa1b0bf3ea83f14fcda6ba5a88a666b4f06a2ea66c76c809a00371b998477594f9bce5943047dfa6051efae6d75c2876046297015f2e43ee74
 SHA512 
dbdf61d0f19d730993fd61270fbe76838e3aa027ef1059f0083a1dd6071dd66eea99bbd4807884b91209c8eee262a5143e67aebf309175b43fd7aa1d94beca82

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
deleted file mode 100644
index 98ebcc27d..0
--- a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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 python client for etcd3 grpc-gateway v3 API"
-HOMEPAGE="
-   https://opendev.org/openstack/etcd3gw
-   https://pypi.org/project/etcd3gw/
-"
-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[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
-   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
-   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2022-05-05 Thread Alessandro Barbieri
commit: da83b39b9a8c3cf24f048074eb9305436e1429bd
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  5 23:57:44 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu May  5 23:57:44 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da83b39b

dev-python/etcd3gw: add 1.0.2, drop 1.0.0

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

 dev-python/etcd3gw/Manifest   |  2 +-
 .../etcd3gw/{etcd3gw-1.0.0.ebuild => etcd3gw-1.0.2.ebuild}| 11 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 03bc566fc..7218e6348 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1,2 +1,2 @@
-DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac
 DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe
+DIST etcd3gw-1.0.2.tar.gz 27345 BLAKE2B 
e529525cbd60fffa1b0bf3ea83f14fcda6ba5a88a666b4f06a2ea66c76c809a00371b998477594f9bce5943047dfa6051efae6d75c2876046297015f2e43ee74
 SHA512 
dbdf61d0f19d730993fd61270fbe76838e3aa027ef1059f0083a1dd6071dd66eea99bbd4807884b91209c8eee262a5143e67aebf309175b43fd7aa1d94beca82

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
similarity index 82%
rename from dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
rename to dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
index 74219f062..87c263b76 100644
--- a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
+++ b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
@@ -3,12 +3,15 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="A python client for etcd3 grpc-gateway v3 API"
-HOMEPAGE="https://pypi.org/project/etcd3gw/";
+HOMEPAGE="
+   https://opendev.org/openstack/etcd3gw
+   https://pypi.org/project/etcd3gw/
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
@@ -16,14 +19,12 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pbr-2.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
 "
 DEPEND="
${RDEPEND}
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
test? (
>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
>=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]



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

2021-09-26 Thread Alessandro Barbieri
commit: f27b3511a4b06277be57b6d90ac4e0eec0669e85
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 17:32:16 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 18:37:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f27b3511

dev-python/etcd3gw: initial import

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

 dev-python/etcd3gw/Manifest |  1 +
 dev-python/etcd3gw/etcd3gw-1.0.0.ebuild | 41 +
 dev-python/etcd3gw/metadata.xml | 11 +
 3 files changed, 53 insertions(+)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
new file mode 100644
index 0..433757e38
--- /dev/null
+++ b/dev-python/etcd3gw/Manifest
@@ -0,0 +1 @@
+DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
new file mode 100644
index 0..daa4c6ce9
--- /dev/null
+++ b/dev-python/etcd3gw/etcd3gw-1.0.0.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 )
+
+inherit distutils-r1
+
+DESCRIPTION="A python client for etcd3 grpc-gateway v3 API"
+HOMEPAGE="https://pypi.org/project/etcd3gw";
+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/requests-2.20.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest

diff --git a/dev-python/etcd3gw/metadata.xml b/dev-python/etcd3gw/metadata.xml
new file mode 100644
index 0..609bb40f3
--- /dev/null
+++ b/dev-python/etcd3gw/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   etcd3gw
+   
+



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

2022-05-05 Thread Alessandro Barbieri
commit: da83b39b9a8c3cf24f048074eb9305436e1429bd
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  5 23:57:44 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu May  5 23:57:44 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da83b39b

dev-python/etcd3gw: add 1.0.2, drop 1.0.0

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

 dev-python/etcd3gw/Manifest   |  2 +-
 .../etcd3gw/{etcd3gw-1.0.0.ebuild => etcd3gw-1.0.2.ebuild}| 11 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 03bc566fc..7218e6348 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1,2 +1,2 @@
-DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac
 DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe
+DIST etcd3gw-1.0.2.tar.gz 27345 BLAKE2B 
e529525cbd60fffa1b0bf3ea83f14fcda6ba5a88a666b4f06a2ea66c76c809a00371b998477594f9bce5943047dfa6051efae6d75c2876046297015f2e43ee74
 SHA512 
dbdf61d0f19d730993fd61270fbe76838e3aa027ef1059f0083a1dd6071dd66eea99bbd4807884b91209c8eee262a5143e67aebf309175b43fd7aa1d94beca82

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
similarity index 82%
rename from dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
rename to dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
index 74219f062..87c263b76 100644
--- a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
+++ b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
@@ -3,12 +3,15 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="A python client for etcd3 grpc-gateway v3 API"
-HOMEPAGE="https://pypi.org/project/etcd3gw/";
+HOMEPAGE="
+   https://opendev.org/openstack/etcd3gw
+   https://pypi.org/project/etcd3gw/
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
@@ -16,14 +19,12 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pbr-2.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
 "
 DEPEND="
${RDEPEND}
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
test? (
>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
>=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]



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

2022-05-28 Thread Alessandro Barbieri
commit: ff7f66f13caacff5e4122dc754c2473c020dc0ee
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat May 28 21:38:20 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat May 28 21:38:20 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff7f66f1

dev-python/etcd3gw: enable py3.10

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

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

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
index 87c263b76..e6fe08e36 100644
--- a/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
+++ b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2022-05-30 Thread Alessandro Barbieri
commit: 8a7d3bf02cb9f34e3c2aa1402f95472428726ab5
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 30 13:06:09 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon May 30 13:17:12 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a7d3bf0

dev-python/etcd3gw: drop 1.0.1

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

 dev-python/etcd3gw/Manifest |  1 -
 dev-python/etcd3gw/etcd3gw-1.0.1.ebuild | 43 -
 2 files changed, 44 deletions(-)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 7218e6348..31e8ea62d 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1,2 +1 @@
-DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe
 DIST etcd3gw-1.0.2.tar.gz 27345 BLAKE2B 
e529525cbd60fffa1b0bf3ea83f14fcda6ba5a88a666b4f06a2ea66c76c809a00371b998477594f9bce5943047dfa6051efae6d75c2876046297015f2e43ee74
 SHA512 
dbdf61d0f19d730993fd61270fbe76838e3aa027ef1059f0083a1dd6071dd66eea99bbd4807884b91209c8eee262a5143e67aebf309175b43fd7aa1d94beca82

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
deleted file mode 100644
index 98ebcc27d..0
--- a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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 python client for etcd3 grpc-gateway v3 API"
-HOMEPAGE="
-   https://opendev.org/openstack/etcd3gw
-   https://pypi.org/project/etcd3gw/
-"
-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[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
-   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
-   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2022-03-11 Thread Alessandro Barbieri
commit: d3b0bbd45164aad4ad4eb7149dd2d9e3c5843bb9
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Mar 12 02:20:48 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Mar 12 03:03:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3b0bbd4

dev-python/etcd3gw: add 1.0.1

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

 dev-python/etcd3gw/Manifest |  1 +
 dev-python/etcd3gw/etcd3gw-1.0.1.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 433757e38..03bc566fc 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1 +1,2 @@
 DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac
+DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
new file mode 100644
index 0..98ebcc27d
--- /dev/null
+++ b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
@@ -0,0 +1,43 @@
+# 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 python client for etcd3 grpc-gateway v3 API"
+HOMEPAGE="
+   https://opendev.org/openstack/etcd3gw
+   https://pypi.org/project/etcd3gw/
+"
+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[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2022-05-05 Thread Alessandro Barbieri
commit: da83b39b9a8c3cf24f048074eb9305436e1429bd
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Thu May  5 23:57:44 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Thu May  5 23:57:44 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=da83b39b

dev-python/etcd3gw: add 1.0.2, drop 1.0.0

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

 dev-python/etcd3gw/Manifest   |  2 +-
 .../etcd3gw/{etcd3gw-1.0.0.ebuild => etcd3gw-1.0.2.ebuild}| 11 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 03bc566fc..7218e6348 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1,2 +1,2 @@
-DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac
 DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe
+DIST etcd3gw-1.0.2.tar.gz 27345 BLAKE2B 
e529525cbd60fffa1b0bf3ea83f14fcda6ba5a88a666b4f06a2ea66c76c809a00371b998477594f9bce5943047dfa6051efae6d75c2876046297015f2e43ee74
 SHA512 
dbdf61d0f19d730993fd61270fbe76838e3aa027ef1059f0083a1dd6071dd66eea99bbd4807884b91209c8eee262a5143e67aebf309175b43fd7aa1d94beca82

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
similarity index 82%
rename from dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
rename to dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
index 74219f062..87c263b76 100644
--- a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
+++ b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
@@ -3,12 +3,15 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_8 )
+PYTHON_COMPAT=( python3_{8..9} )
 
 inherit distutils-r1
 
 DESCRIPTION="A python client for etcd3 grpc-gateway v3 API"
-HOMEPAGE="https://pypi.org/project/etcd3gw/";
+HOMEPAGE="
+   https://opendev.org/openstack/etcd3gw
+   https://pypi.org/project/etcd3gw/
+"
 SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
@@ -16,14 +19,12 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 RDEPEND="
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/pbr-2.0[${PYTHON_USEDEP}]
>=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
>=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
 "
 DEPEND="
${RDEPEND}
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
test? (
>=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
>=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]



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

2022-03-11 Thread Alessandro Barbieri
commit: d3b0bbd45164aad4ad4eb7149dd2d9e3c5843bb9
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Mar 12 02:20:48 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Mar 12 03:03:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3b0bbd4

dev-python/etcd3gw: add 1.0.1

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

 dev-python/etcd3gw/Manifest |  1 +
 dev-python/etcd3gw/etcd3gw-1.0.1.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 433757e38..03bc566fc 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1 +1,2 @@
 DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac
+DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
new file mode 100644
index 0..98ebcc27d
--- /dev/null
+++ b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
@@ -0,0 +1,43 @@
+# 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 python client for etcd3 grpc-gateway v3 API"
+HOMEPAGE="
+   https://opendev.org/openstack/etcd3gw
+   https://pypi.org/project/etcd3gw/
+"
+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[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest



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

2021-09-26 Thread Alessandro Barbieri
commit: f27b3511a4b06277be57b6d90ac4e0eec0669e85
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 17:32:16 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 18:37:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f27b3511

dev-python/etcd3gw: initial import

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

 dev-python/etcd3gw/Manifest |  1 +
 dev-python/etcd3gw/etcd3gw-1.0.0.ebuild | 41 +
 dev-python/etcd3gw/metadata.xml | 11 +
 3 files changed, 53 insertions(+)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
new file mode 100644
index 0..433757e38
--- /dev/null
+++ b/dev-python/etcd3gw/Manifest
@@ -0,0 +1 @@
+DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
new file mode 100644
index 0..daa4c6ce9
--- /dev/null
+++ b/dev-python/etcd3gw/etcd3gw-1.0.0.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 )
+
+inherit distutils-r1
+
+DESCRIPTION="A python client for etcd3 grpc-gateway v3 API"
+HOMEPAGE="https://pypi.org/project/etcd3gw";
+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/requests-2.20.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest

diff --git a/dev-python/etcd3gw/metadata.xml b/dev-python/etcd3gw/metadata.xml
new file mode 100644
index 0..609bb40f3
--- /dev/null
+++ b/dev-python/etcd3gw/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   etcd3gw
+   
+



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

2022-05-28 Thread Alessandro Barbieri
commit: ff7f66f13caacff5e4122dc754c2473c020dc0ee
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat May 28 21:38:20 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat May 28 21:38:20 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ff7f66f1

dev-python/etcd3gw: enable py3.10

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

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

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
index 87c263b76..e6fe08e36 100644
--- a/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
+++ b/dev-python/etcd3gw/etcd3gw-1.0.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{8..9} )
+PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 



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

2022-05-30 Thread Alessandro Barbieri
commit: 8a7d3bf02cb9f34e3c2aa1402f95472428726ab5
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Mon May 30 13:06:09 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Mon May 30 13:17:12 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8a7d3bf0

dev-python/etcd3gw: drop 1.0.1

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

 dev-python/etcd3gw/Manifest |  1 -
 dev-python/etcd3gw/etcd3gw-1.0.1.ebuild | 43 -
 2 files changed, 44 deletions(-)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 7218e6348..31e8ea62d 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1,2 +1 @@
-DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe
 DIST etcd3gw-1.0.2.tar.gz 27345 BLAKE2B 
e529525cbd60fffa1b0bf3ea83f14fcda6ba5a88a666b4f06a2ea66c76c809a00371b998477594f9bce5943047dfa6051efae6d75c2876046297015f2e43ee74
 SHA512 
dbdf61d0f19d730993fd61270fbe76838e3aa027ef1059f0083a1dd6071dd66eea99bbd4807884b91209c8eee262a5143e67aebf309175b43fd7aa1d94beca82

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
deleted file mode 100644
index 98ebcc27d..0
--- a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# 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 python client for etcd3 grpc-gateway v3 API"
-HOMEPAGE="
-   https://opendev.org/openstack/etcd3gw
-   https://pypi.org/project/etcd3gw/
-"
-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[${PYTHON_USEDEP}]
-   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
-"
-DEPEND="
-   ${RDEPEND}
-   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   test? (
-   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
-   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
-   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
-   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
-   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
-   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
-   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
-   )
-"
-
-distutils_enable_tests pytest



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

2021-09-26 Thread Alessandro Barbieri
commit: f27b3511a4b06277be57b6d90ac4e0eec0669e85
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sun Sep 26 17:32:16 2021 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sun Sep 26 18:37:09 2021 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f27b3511

dev-python/etcd3gw: initial import

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

 dev-python/etcd3gw/Manifest |  1 +
 dev-python/etcd3gw/etcd3gw-1.0.0.ebuild | 41 +
 dev-python/etcd3gw/metadata.xml | 11 +
 3 files changed, 53 insertions(+)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
new file mode 100644
index 0..433757e38
--- /dev/null
+++ b/dev-python/etcd3gw/Manifest
@@ -0,0 +1 @@
+DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.0.ebuild
new file mode 100644
index 0..daa4c6ce9
--- /dev/null
+++ b/dev-python/etcd3gw/etcd3gw-1.0.0.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 )
+
+inherit distutils-r1
+
+DESCRIPTION="A python client for etcd3 grpc-gateway v3 API"
+HOMEPAGE="https://pypi.org/project/etcd3gw";
+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/requests-2.20.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/hacking-3.0.1[${PYTHON_USEDEP}]
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest

diff --git a/dev-python/etcd3gw/metadata.xml b/dev-python/etcd3gw/metadata.xml
new file mode 100644
index 0..609bb40f3
--- /dev/null
+++ b/dev-python/etcd3gw/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   lssndrbarbi...@gmail.com
+   Alessandro Barbieri
+   
+   
+   etcd3gw
+   
+



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

2022-03-11 Thread Alessandro Barbieri
commit: d3b0bbd45164aad4ad4eb7149dd2d9e3c5843bb9
Author: Alessandro Barbieri  gmail  com>
AuthorDate: Sat Mar 12 02:20:48 2022 +
Commit: Alessandro Barbieri  gmail  com>
CommitDate: Sat Mar 12 03:03:04 2022 +
URL:https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d3b0bbd4

dev-python/etcd3gw: add 1.0.1

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

 dev-python/etcd3gw/Manifest |  1 +
 dev-python/etcd3gw/etcd3gw-1.0.1.ebuild | 43 +
 2 files changed, 44 insertions(+)

diff --git a/dev-python/etcd3gw/Manifest b/dev-python/etcd3gw/Manifest
index 433757e38..03bc566fc 100644
--- a/dev-python/etcd3gw/Manifest
+++ b/dev-python/etcd3gw/Manifest
@@ -1 +1,2 @@
 DIST etcd3gw-1.0.0.tar.gz 27035 BLAKE2B 
5ad3dfb1b08388f4d73fc9e857d7e7610672cfde8aa0de55eb7bf6a50dd58a937fbabea19c31ebef5a9f7181f96447ad1d381e2724f6a10be589447fcedbaec1
 SHA512 
d1aac81ebd221277c03bbb0f5dd76bb7c99a52132113959cf397fd44a598ade77300d506e2e5cfa04864cfd6a16f40ea8ddd350a4763a30609d8d94c78ac
+DIST etcd3gw-1.0.1.tar.gz 27309 BLAKE2B 
dbc2c4cc76b6602d5d631609fed49dd556c86f763d4d59f14d7d514f0e7fb43ea94e5841883b9eacfa599ec0c7bb09797496017b51b23b362dd3b1bfd42b447e
 SHA512 
d90b69afd64f023cd16e5f9ac31c61e285887db9f364ebcf176dae56b02e4e9f7b05713d358cebde3a3d8769896a768499f99945e34d015a73634251c28b31fe

diff --git a/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild 
b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
new file mode 100644
index 0..98ebcc27d
--- /dev/null
+++ b/dev-python/etcd3gw/etcd3gw-1.0.1.ebuild
@@ -0,0 +1,43 @@
+# 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 python client for etcd3 grpc-gateway v3 API"
+HOMEPAGE="
+   https://opendev.org/openstack/etcd3gw
+   https://pypi.org/project/etcd3gw/
+"
+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[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.20.0[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/futurist-0.16.0[${PYTHON_USEDEP}]
+"
+DEPEND="
+   ${RDEPEND}
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   test? (
+   >=dev-python/subunit-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/oslotest-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/testrepository-0.0.18[${PYTHON_USEDEP}]
+   >=dev-python/testscenarios-0.4[${PYTHON_USEDEP}]
+   >=dev-python/testtools-1.4.0[${PYTHON_USEDEP}]
+   >=dev-python/pifpaf-0.10.0[${PYTHON_USEDEP}]
+   >=dev-python/nose-1.3.7[${PYTHON_USEDEP}]
+   >=dev-python/pytest-3.0.0[${PYTHON_USEDEP}]
+   >=dev-python/urllib3-1.15.1[${PYTHON_USEDEP}]
+   )
+"
+
+distutils_enable_tests pytest