[gentoo-commits] repo/gentoo:master commit in: dev-python/python-barbicanclient/

2021-05-31 Thread Michał Górny
commit: 0e274e729fc4aff81fb89cb233f8070c327db7c3
Author: Michał Górny  gentoo  org>
AuthorDate: Mon May 31 20:31:34 2021 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon May 31 20:31:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e274e72

dev-python/python-barbicanclient: Remove old

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python-barbicanclient/Manifest  |  1 -
 .../python-barbicanclient-4.8.1.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/dev-python/python-barbicanclient/Manifest 
b/dev-python/python-barbicanclient/Manifest
index ca2a3536d82..013e16076fb 100644
--- a/dev-python/python-barbicanclient/Manifest
+++ b/dev-python/python-barbicanclient/Manifest
@@ -1,2 +1 @@
-DIST python-barbicanclient-4.8.1.tar.gz 118919 BLAKE2B 
0c29eb4fb3b77d6ef69051a956db1aae8cb151d07156e4c888259888f1a9a6eac0be9e5339ac9a3dee9dabcb1c06c6e835312b47bec4338b34842e71546e3e75
 SHA512 
836b54156e72faf7ec590d6f11ccc2ca61258da38368410fb65f448b8a0e0ea272d224f46f5c6f08afc7477197a090be77720e07e3a4cb60ef71982367dbfcdb
 DIST python-barbicanclient-5.0.1.tar.gz 118714 BLAKE2B 
dbdf98a481853c70e8548eac98a24bad66f398eba37e74425bd941b60c69aa80b1b24f77b2a4228a82f7a9f722068d55b954be8aec41f52e0665c70650b7f447
 SHA512 
5ab164e92b1d2820b5f84b59748e3fdf0733c587e6c4a9a17cb34cb95ab7a3900430790b50ce40b479a9f39e599a0969e3e8d1c5255ed6c595a287019a736663

diff --git 
a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild 
b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
deleted file mode 100644
index 8c5588618eb..000
--- a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_7 )
-DISTUTILS_USE_SETUPTOOLS=rdepend
-
-inherit distutils-r1
-
-DESCRIPTION="Client library for Barbican API."
-HOMEPAGE="https://github.com/openstack/barbican";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
-DEPEND="${CDEPEND}"
-RDEPEND="
-   ${CDEPEND}
-   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
-   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-barbicanclient/

2020-11-25 Thread Michał Górny
commit: 209603b10eede8c89b9e0cba8a833bc7056abf50
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 25 09:44:39 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 25 09:46:23 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=209603b1

dev-python/python-barbicanclient: Mark ALLARCHES

Signed-off-by: Michał Górny  gentoo.org>

 dev-python/python-barbicanclient/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-python/python-barbicanclient/metadata.xml 
b/dev-python/python-barbicanclient/metadata.xml
index 2e7e5c087ca..cfa75c41010 100644
--- a/dev-python/python-barbicanclient/metadata.xml
+++ b/dev-python/python-barbicanclient/metadata.xml
@@ -9,6 +9,7 @@
openst...@gentoo.org
Openstack

+   

python-barbicanclient
openstack/barbican



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-barbicanclient/

2020-10-17 Thread Matthew Thode
commit: 972e01b8906c9fa56e9571ed2dba6c489bcfd65e
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 18 03:22:55 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Oct 18 03:48:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=972e01b8

dev-python/python-barbicanclient: 5.0.1 bump

Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/python-barbicanclient/Manifest  |  1 +
 .../python-barbicanclient-5.0.1.ebuild | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/dev-python/python-barbicanclient/Manifest 
b/dev-python/python-barbicanclient/Manifest
index e766cfaf158..ca2a3536d82 100644
--- a/dev-python/python-barbicanclient/Manifest
+++ b/dev-python/python-barbicanclient/Manifest
@@ -1 +1,2 @@
 DIST python-barbicanclient-4.8.1.tar.gz 118919 BLAKE2B 
0c29eb4fb3b77d6ef69051a956db1aae8cb151d07156e4c888259888f1a9a6eac0be9e5339ac9a3dee9dabcb1c06c6e835312b47bec4338b34842e71546e3e75
 SHA512 
836b54156e72faf7ec590d6f11ccc2ca61258da38368410fb65f448b8a0e0ea272d224f46f5c6f08afc7477197a090be77720e07e3a4cb60ef71982367dbfcdb
+DIST python-barbicanclient-5.0.1.tar.gz 118714 BLAKE2B 
dbdf98a481853c70e8548eac98a24bad66f398eba37e74425bd941b60c69aa80b1b24f77b2a4228a82f7a9f722068d55b954be8aec41f52e0665c70650b7f447
 SHA512 
5ab164e92b1d2820b5f84b59748e3fdf0733c587e6c4a9a17cb34cb95ab7a3900430790b50ce40b479a9f39e599a0969e3e8d1c5255ed6c595a287019a736663

diff --git 
a/dev-python/python-barbicanclient/python-barbicanclient-5.0.1.ebuild 
b/dev-python/python-barbicanclient/python-barbicanclient-5.0.1.ebuild
new file mode 100644
index 000..86097bbcfc7
--- /dev/null
+++ b/dev-python/python-barbicanclient/python-barbicanclient-5.0.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7,8} )
+DISTUTILS_USE_SETUPTOOLS=rdepend
+
+inherit distutils-r1
+
+DESCRIPTION="Client library for Barbican API."
+HOMEPAGE="https://github.com/openstack/barbican";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+
+DEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
+RDEPEND="
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-barbicanclient/

2020-09-30 Thread Matthew Thode
commit: 571d841c55765e7ee666b8e07fada3ee37308ab5
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep 30 17:51:28 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Sep 30 17:53:21 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=571d841c

dev-python/python-barbicanclient: switch to DISTUTILS_USE_SETUPTOOLS=rdepend

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git 
a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild 
b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
index 1cf60384bea..14a7cceb7e3 100644
--- a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
+++ b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7} )
-DISTUTILS_USE_SETUPTOOLS=bdepend
+DISTUTILS_USE_SETUPTOOLS=rdepend
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-barbicanclient/

2020-09-30 Thread Matthew Thode
commit: 07f1ebdb9cb25e745e1b2962297125d608e0816b
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Sep 30 17:21:04 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Sep 30 17:23:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07f1ebdb

dev-python/python-barbicanclient: add DISTUTILS_USE_SETUPTOOLS=bdepend

Closes: https://bugs.gentoo.org/745690
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild 
b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
index 14baebe6eab..1cf60384bea 100644
--- a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
+++ b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
@@ -3,6 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{6,7} )
+DISTUTILS_USE_SETUPTOOLS=bdepend
 
 inherit distutils-r1
 
@@ -15,9 +16,7 @@ SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
+DEPEND="${CDEPEND}"
 RDEPEND="
${CDEPEND}
>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-barbicanclient/

2020-02-09 Thread David Seifert
commit: 2ca5ecb8f4fa52264648679bbc04dd88c8afad18
Author: David Seifert  gentoo  org>
AuthorDate: Sun Feb  9 13:12:43 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Sun Feb  9 13:12:43 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ca5ecb8

dev-python/python-barbicanclient: [QA] Fix OutdatedBlocker

Package-Manager: Portage-2.3.88, Repoman-2.3.20
Signed-off-by: David Seifert  gentoo.org>

 .../python-barbicanclient/python-barbicanclient-4.8.1.ebuild | 12 +++-
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git 
a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild 
b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
index 5b5b6f35f96..14baebe6eab 100644
--- a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
+++ b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
@@ -13,23 +13,17 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 LICENSE="Apache-2.0"
 SLOT="0"
 KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
 
-CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/pbr-2.1.0"
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]"
 DEPEND="
dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}
-"
+   ${CDEPEND}"
 RDEPEND="
${CDEPEND}
>=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
>=dev-python/six-1.10.0[${PYTHON_USEDEP}]
>=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
-   !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
>=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
>=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
>=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-"
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-barbicanclient/

2019-05-11 Thread Matthew Thode
commit: 11b350a57f05a46b27cb6e93e3fd4cdd8bc688cb
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May 11 19:22:09 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May 11 19:25:36 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11b350a5

dev-python/python-barbicanclient: 4.8.1 allarches stablized

Stablized for Openstack Stein

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

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

diff --git 
a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild 
b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
index 3f64c02a52c..326c7fc61e0 100644
--- a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
+++ b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-barbicanclient/

2019-04-10 Thread Matthew Thode
commit: 8efeb43ccf5e073135c804601baa796ef166dd4f
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Apr 10 21:40:16 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Apr 10 22:43:25 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8efeb43c

dev-python/python-barbicanclient: 4.8.1 bump

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/python-barbicanclient/Manifest  |  1 +
 .../python-barbicanclient-4.8.1.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/python-barbicanclient/Manifest 
b/dev-python/python-barbicanclient/Manifest
index 8039739e8ff..38eedaaeec5 100644
--- a/dev-python/python-barbicanclient/Manifest
+++ b/dev-python/python-barbicanclient/Manifest
@@ -1,2 +1,3 @@
 DIST python-barbicanclient-4.5.2.tar.gz 112008 BLAKE2B 
1ab2f361685809d5c87f52ec420390ba83c63c5357c9a62aff4528d0161766ab92dbb2934a90a70d810e7785f6cdc420347aee199b4157dd02a60553281bf762
 SHA512 
23f6b9d90d9488a9f072092716bd65f8fe42b01b0889061784df909d5e169fb264f1b71f11f8a3f48853522f3d17428e5c4322712e41a57059f7dd45d0d06213
 DIST python-barbicanclient-4.6.0.tar.gz 108979 BLAKE2B 
cf037b7818dc2ff5a04637a35760e7899c680abdcbd3ad87f432813b5fcae5bd878d2fe60a97e1d554d9001e29e6032fe23e805e09be2b719f3e31a4b5621746
 SHA512 
c114dc4b706eda9ea3efc961e1c30471f64e90f6e0b39271a5670e4e086e3e9dd26afcaa5fd3695187c60c30878bb75d10526d10a809f71e0310a2c05268695a
+DIST python-barbicanclient-4.8.1.tar.gz 118919 BLAKE2B 
0c29eb4fb3b77d6ef69051a956db1aae8cb151d07156e4c888259888f1a9a6eac0be9e5339ac9a3dee9dabcb1c06c6e835312b47bec4338b34842e71546e3e75
 SHA512 
836b54156e72faf7ec590d6f11ccc2ca61258da38368410fb65f448b8a0e0ea272d224f46f5c6f08afc7477197a090be77720e07e3a4cb60ef71982367dbfcdb

diff --git 
a/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild 
b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
new file mode 100644
index 000..8b115b8b5e2
--- /dev/null
+++ b/dev-python/python-barbicanclient/python-barbicanclient-4.8.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
+
+inherit distutils-r1
+
+DESCRIPTION="Client library for Barbican API."
+HOMEPAGE="https://github.com/openstack/barbican";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
+   !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-barbicanclient/

2019-04-09 Thread Matthew Thode
commit: 08ebceb196e886dba215d6cdb0a6bb8c49238760
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Apr 10 04:16:45 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Apr 10 05:07:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08ebceb1

dev-python/python-barbicanclient: add py37 support

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode  gentoo.org>

 dev-python/python-barbicanclient/python-barbicanclient-4.6.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-python/python-barbicanclient/python-barbicanclient-4.6.0.ebuild 
b/dev-python/python-barbicanclient/python-barbicanclient-4.6.0.ebuild
index 8b18967b861..ff7297b389a 100644
--- a/dev-python/python-barbicanclient/python-barbicanclient-4.6.0.ebuild
+++ b/dev-python/python-barbicanclient/python-barbicanclient-4.6.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-barbicanclient/

2018-06-24 Thread Pacho Ramos
commit: b73066aaafa7dafa4bb841afebc0e45659ea376d
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Jun 24 18:50:09 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Jun 24 19:20:51 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73066aa

dev-python/python-barbicanclient: Support python3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git 
a/dev-python/python-barbicanclient/python-barbicanclient-4.6.0.ebuild 
b/dev-python/python-barbicanclient/python-barbicanclient-4.6.0.ebuild
index 2ff913782f8..8b18967b861 100644
--- a/dev-python/python-barbicanclient/python-barbicanclient-4.6.0.ebuild
+++ b/dev-python/python-barbicanclient/python-barbicanclient-4.6.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1
 



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-barbicanclient/

2018-02-22 Thread Matt Thode
commit: 82ea36ac8506059490962cca576ec5352c06b9b4
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Feb 22 19:20:42 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Feb 22 19:58:57 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ea36ac

dev-python/python-barbicanclient: cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/python-barbicanclient/Manifest  |  3 --
 .../python-barbicanclient-3.3.0.ebuild | 31 
 .../python-barbicanclient-4.0.1.ebuild | 33 -
 .../python-barbicanclient-4.2.0.ebuild | 34 --
 4 files changed, 101 deletions(-)

diff --git a/dev-python/python-barbicanclient/Manifest 
b/dev-python/python-barbicanclient/Manifest
index e788171993a..8039739e8ff 100644
--- a/dev-python/python-barbicanclient/Manifest
+++ b/dev-python/python-barbicanclient/Manifest
@@ -1,5 +1,2 @@
-DIST python-barbicanclient-3.3.0.tar.gz 82210 BLAKE2B 
75ccd44d6ebab5ad35f0c37591f40311b2c49b23459f57ae7080e1bb5491f30a3ad1cd01ecfcb0635a7afecaac12b3e7e9d0c69b5ffedd6d1b43d25b265368b2
 SHA512 
9c9ea055a375cb631f081ac0dc54ff20f60e6f6c3340b0f0a92a91eed4858202d9f85e00b662a8b3b7b5183633d8f5500f6925df5a182b20046d66be48b34e37
-DIST python-barbicanclient-4.0.1.tar.gz 103093 BLAKE2B 
eeb2d174d1402b0d72b9782d1bcb6d284c40dfedbdbb79f3f44dffc8f9e3b6b6172a69e91cfa9406b5265ec802af2975c5e5e7a5fe8dbc035c944f0211080ceb
 SHA512 
d66d6d21fdd2033ac01fd9275ccedf21925cbf48f3344fa763a3f13ec4796584afa911a3f4f6907e4181b2bf0bf10813e5757e397c4fb87ec266b5753be83d91
-DIST python-barbicanclient-4.2.0.tar.gz 106243 BLAKE2B 
c77d3d6abd0d79ce301c7989bbd96e734a5c217277aebe0eff001927b89bfa91a737b40fe13819d47bfa5bb036cdd9bba39c4437e5aecbc4890bec6c137992bd
 SHA512 
775397616983e92761427cfc09fa8f20115df85e85e23d8212c1e80ad649110fb6a9fb58efdb4db41a5c1cd4f20ab9aa66315bc0a162076859ea69990e9b
 DIST python-barbicanclient-4.5.2.tar.gz 112008 BLAKE2B 
1ab2f361685809d5c87f52ec420390ba83c63c5357c9a62aff4528d0161766ab92dbb2934a90a70d810e7785f6cdc420347aee199b4157dd02a60553281bf762
 SHA512 
23f6b9d90d9488a9f072092716bd65f8fe42b01b0889061784df909d5e169fb264f1b71f11f8a3f48853522f3d17428e5c4322712e41a57059f7dd45d0d06213
 DIST python-barbicanclient-4.6.0.tar.gz 108979 BLAKE2B 
cf037b7818dc2ff5a04637a35760e7899c680abdcbd3ad87f432813b5fcae5bd878d2fe60a97e1d554d9001e29e6032fe23e805e09be2b719f3e31a4b5621746
 SHA512 
c114dc4b706eda9ea3efc961e1c30471f64e90f6e0b39271a5670e4e086e3e9dd26afcaa5fd3695187c60c30878bb75d10526d10a809f71e0310a2c05268695a

diff --git 
a/dev-python/python-barbicanclient/python-barbicanclient-3.3.0.ebuild 
b/dev-python/python-barbicanclient/python-barbicanclient-3.3.0.ebuild
deleted file mode 100644
index 47989f790c1..000
--- a/dev-python/python-barbicanclient/python-barbicanclient-3.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 python3_4 )
-
-inherit distutils-r1
-
-DESCRIPTION="Client library for Barbican API."
-HOMEPAGE="https://github.com/openstack/barbican";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/pbr-1.4.0[${PYTHON_USEDEP}]
-   https://github.com/openstack/barbican";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE=""
-
-DEPEND="
-   dev-python/setuptools[${PYTHON_USEDEP}]
-   >=dev-python/pbr-1.6.0[${PYTHON_USEDEP}]
-"
-RDEPEND="
-   >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
-   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
-   >=dev-python/python-keystoneclient-2.0.0[${PYTHON_USEDEP}]
-   !~dev-python/python-keystoneclient-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/cliff-1.15.0[${PYTHON_USEDEP}]
-   !~dev-python/cliff-1.16.0[${PYTHON_USEDEP}]
-   !~dev-python/cliff-1.17.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}]
-"

diff --git 
a/dev-python/python-barbicanclient/python-barbicanclient-4.2.0.ebuild 
b/dev-python/python-barbicanclient/python-barbicanclient-4.2.0.ebuild
deleted file mode 100644
index 21e2515c1cf..000
--- a/dev-python/python-barbicanclient/python-barbicanclient-4.2.0.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="Client library for Barbican API."
-HOMEPAGE="https://github.com/openstack/barbican";
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~a

[gentoo-commits] repo/gentoo:master commit in: dev-python/python-barbicanclient/

2018-02-22 Thread Matt Thode
commit: 8da06b3c6247eb7478753170b5825031e076b2a6
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Feb 22 19:18:54 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Feb 22 19:58:55 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8da06b3c

dev-python/python-barbicanclient: 4.6.0 bup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/python-barbicanclient/Manifest  |  1 +
 .../python-barbicanclient-4.6.0.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/python-barbicanclient/Manifest 
b/dev-python/python-barbicanclient/Manifest
index bc1cc7cb43a..e788171993a 100644
--- a/dev-python/python-barbicanclient/Manifest
+++ b/dev-python/python-barbicanclient/Manifest
@@ -2,3 +2,4 @@ DIST python-barbicanclient-3.3.0.tar.gz 82210 BLAKE2B 
75ccd44d6ebab5ad35f0c37591
 DIST python-barbicanclient-4.0.1.tar.gz 103093 BLAKE2B 
eeb2d174d1402b0d72b9782d1bcb6d284c40dfedbdbb79f3f44dffc8f9e3b6b6172a69e91cfa9406b5265ec802af2975c5e5e7a5fe8dbc035c944f0211080ceb
 SHA512 
d66d6d21fdd2033ac01fd9275ccedf21925cbf48f3344fa763a3f13ec4796584afa911a3f4f6907e4181b2bf0bf10813e5757e397c4fb87ec266b5753be83d91
 DIST python-barbicanclient-4.2.0.tar.gz 106243 BLAKE2B 
c77d3d6abd0d79ce301c7989bbd96e734a5c217277aebe0eff001927b89bfa91a737b40fe13819d47bfa5bb036cdd9bba39c4437e5aecbc4890bec6c137992bd
 SHA512 
775397616983e92761427cfc09fa8f20115df85e85e23d8212c1e80ad649110fb6a9fb58efdb4db41a5c1cd4f20ab9aa66315bc0a162076859ea69990e9b
 DIST python-barbicanclient-4.5.2.tar.gz 112008 BLAKE2B 
1ab2f361685809d5c87f52ec420390ba83c63c5357c9a62aff4528d0161766ab92dbb2934a90a70d810e7785f6cdc420347aee199b4157dd02a60553281bf762
 SHA512 
23f6b9d90d9488a9f072092716bd65f8fe42b01b0889061784df909d5e169fb264f1b71f11f8a3f48853522f3d17428e5c4322712e41a57059f7dd45d0d06213
+DIST python-barbicanclient-4.6.0.tar.gz 108979 BLAKE2B 
cf037b7818dc2ff5a04637a35760e7899c680abdcbd3ad87f432813b5fcae5bd878d2fe60a97e1d554d9001e29e6032fe23e805e09be2b719f3e31a4b5621746
 SHA512 
c114dc4b706eda9ea3efc961e1c30471f64e90f6e0b39271a5670e4e086e3e9dd26afcaa5fd3695187c60c30878bb75d10526d10a809f71e0310a2c05268695a

diff --git 
a/dev-python/python-barbicanclient/python-barbicanclient-4.6.0.ebuild 
b/dev-python/python-barbicanclient/python-barbicanclient-4.6.0.ebuild
new file mode 100644
index 000..ec9748eaaf8
--- /dev/null
+++ b/dev-python/python-barbicanclient/python-barbicanclient-4.6.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Client library for Barbican API."
+HOMEPAGE="https://github.com/openstack/barbican";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
+   !~dev-python/cliff-2.9.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.3.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.18.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-serialization-1.19.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-barbicanclient/

2017-08-28 Thread Matt Thode
commit: 1bee5de7892c7c6db2839804dc8b6b9298fba2ce
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 28 18:32:17 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Aug 28 18:34:41 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1bee5de7

dev-python/python-barbicanclient: 4.5.2 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/python-barbicanclient/Manifest  |  1 +
 .../python-barbicanclient-4.5.2.ebuild | 35 ++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/python-barbicanclient/Manifest 
b/dev-python/python-barbicanclient/Manifest
index 6320878906c..42dc2ad52c0 100644
--- a/dev-python/python-barbicanclient/Manifest
+++ b/dev-python/python-barbicanclient/Manifest
@@ -1,3 +1,4 @@
 DIST python-barbicanclient-3.3.0.tar.gz 82210 SHA256 
d5c68354fb5d18a6fcdcd0a0788b3f502dd6ffa57a2e47a1426cce2d63ecb6cf SHA512 
9c9ea055a375cb631f081ac0dc54ff20f60e6f6c3340b0f0a92a91eed4858202d9f85e00b662a8b3b7b5183633d8f5500f6925df5a182b20046d66be48b34e37
 WHIRLPOOL 
94a1d91a2bb8c8aaddfe775e7a5e955eace20e75e6c75707bd56aa62a1538193161d14534c1cd9d91ece5fb57a03f0fa7e71370531c576d1f5c35a0ed113830b
 DIST python-barbicanclient-4.0.1.tar.gz 103093 SHA256 
6dad260ddb68843fe28e8f0d106d4a4aadf766ba5131123ea18a27e9349c5d5d SHA512 
d66d6d21fdd2033ac01fd9275ccedf21925cbf48f3344fa763a3f13ec4796584afa911a3f4f6907e4181b2bf0bf10813e5757e397c4fb87ec266b5753be83d91
 WHIRLPOOL 
ceef7613bdb4124517082be14589fd6a436c4bc735a949d5a74110507d25f3dc91567858188b0b62a545dba59ca2214c8a28edfdc01643220d39864db8eefbf2
 DIST python-barbicanclient-4.2.0.tar.gz 106243 SHA256 
e2edbd8189bc13044e91bfc7620863bc270deb4af29f1df13170f867504192d7 SHA512 
775397616983e92761427cfc09fa8f20115df85e85e23d8212c1e80ad649110fb6a9fb58efdb4db41a5c1cd4f20ab9aa66315bc0a162076859ea69990e9b
 WHIRLPOOL 
4c6703a93e007280f22607ffce7101025c70570caaf227dcf4f59b9dea06e78ae44a40db6160e25e168313cbbf32e8df3482ae09201b67ef93f03603bda399d6
+DIST python-barbicanclient-4.5.2.tar.gz 112008 SHA256 
b3007e4881ad678a9575824432564edc27a119f6969fabf74d2be0b72dcdf6f6 SHA512 
23f6b9d90d9488a9f072092716bd65f8fe42b01b0889061784df909d5e169fb264f1b71f11f8a3f48853522f3d17428e5c4322712e41a57059f7dd45d0d06213
 WHIRLPOOL 
4459269d33f44769650270b29162bc308ee57b7d5badf75119958510e223243be2653fa514aefa0ca4c4ab4d78d5d85d1d6177a8521e60c31e8ed5dea6d45e9f

diff --git 
a/dev-python/python-barbicanclient/python-barbicanclient-4.5.2.ebuild 
b/dev-python/python-barbicanclient/python-barbicanclient-4.5.2.ebuild
new file mode 100644
index 000..d7b09252bc9
--- /dev/null
+++ b/dev-python/python-barbicanclient/python-barbicanclient-4.5.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Client library for Barbican API."
+HOMEPAGE="https://github.com/openstack/barbican";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+CDEPEND=">=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0"
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}
+"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/requests-2.14.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/cliff-2.8.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-config-3.18.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-2.18.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-barbicanclient/

2017-02-26 Thread Matt Thode
commit: 999d646146c3ad3033fd8d199559131c26420af2
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Feb 27 03:41:39 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Feb 27 04:26:13 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=999d6461

dev-python/python-barbicanclient: bup

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/python-barbicanclient/Manifest  |  1 +
 .../python-barbicanclient-4.2.0.ebuild | 34 ++
 2 files changed, 35 insertions(+)

diff --git a/dev-python/python-barbicanclient/Manifest 
b/dev-python/python-barbicanclient/Manifest
index ae0daf0ff6..6320878906 100644
--- a/dev-python/python-barbicanclient/Manifest
+++ b/dev-python/python-barbicanclient/Manifest
@@ -1,2 +1,3 @@
 DIST python-barbicanclient-3.3.0.tar.gz 82210 SHA256 
d5c68354fb5d18a6fcdcd0a0788b3f502dd6ffa57a2e47a1426cce2d63ecb6cf SHA512 
9c9ea055a375cb631f081ac0dc54ff20f60e6f6c3340b0f0a92a91eed4858202d9f85e00b662a8b3b7b5183633d8f5500f6925df5a182b20046d66be48b34e37
 WHIRLPOOL 
94a1d91a2bb8c8aaddfe775e7a5e955eace20e75e6c75707bd56aa62a1538193161d14534c1cd9d91ece5fb57a03f0fa7e71370531c576d1f5c35a0ed113830b
 DIST python-barbicanclient-4.0.1.tar.gz 103093 SHA256 
6dad260ddb68843fe28e8f0d106d4a4aadf766ba5131123ea18a27e9349c5d5d SHA512 
d66d6d21fdd2033ac01fd9275ccedf21925cbf48f3344fa763a3f13ec4796584afa911a3f4f6907e4181b2bf0bf10813e5757e397c4fb87ec266b5753be83d91
 WHIRLPOOL 
ceef7613bdb4124517082be14589fd6a436c4bc735a949d5a74110507d25f3dc91567858188b0b62a545dba59ca2214c8a28edfdc01643220d39864db8eefbf2
+DIST python-barbicanclient-4.2.0.tar.gz 106243 SHA256 
e2edbd8189bc13044e91bfc7620863bc270deb4af29f1df13170f867504192d7 SHA512 
775397616983e92761427cfc09fa8f20115df85e85e23d8212c1e80ad649110fb6a9fb58efdb4db41a5c1cd4f20ab9aa66315bc0a162076859ea69990e9b
 WHIRLPOOL 
4c6703a93e007280f22607ffce7101025c70570caaf227dcf4f59b9dea06e78ae44a40db6160e25e168313cbbf32e8df3482ae09201b67ef93f03603bda399d6

diff --git 
a/dev-python/python-barbicanclient/python-barbicanclient-4.2.0.ebuild 
b/dev-python/python-barbicanclient/python-barbicanclient-4.2.0.ebuild
new file mode 100644
index 00..b9afc55321
--- /dev/null
+++ b/dev-python/python-barbicanclient/python-barbicanclient-4.2.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Client library for Barbican API."
+HOMEPAGE="https://github.com/openstack/barbican";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]
+"
+RDEPEND="
+   >=dev-python/pbr-1.8.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.10.0[${PYTHON_USEDEP}]
+   !~dev-python/requests-2.12.2[${PYTHON_USEDEP}]
+   >=dev-python/six-1.9.0[${PYTHON_USEDEP}]
+   >=dev-python/cliff-2.3.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-3.14.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-config-3.18.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-2.18.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.18.0[${PYTHON_USEDEP}]
+"



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-barbicanclient/

2016-02-27 Thread Matt Thode
commit: f4af61d66fbd898f65a9628b4b2eb546b86bfac5
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb 28 07:14:08 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Feb 28 07:14:08 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4af61d6

dev-python/python-barbicanclient: keywording arm64

merged on X-C1

Package-Manager: portage-2.2.26

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

diff --git 
a/dev-python/python-barbicanclient/python-barbicanclient-3.3.0.ebuild 
b/dev-python/python-barbicanclient/python-barbicanclient-3.3.0.ebuild
index d3b2472..7095fa7 100644
--- a/dev-python/python-barbicanclient/python-barbicanclient-3.3.0.ebuild
+++ b/dev-python/python-barbicanclient/python-barbicanclient-3.3.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-barbicanclient/

2015-11-16 Thread Agostino Sarubbo
commit: 825bb9ce6cd1327bbd95644644817e310ccac515
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 16 16:24:24 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 16 16:24:24 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=825bb9ce

dev-python/python-barbicanclient: x86 stable wrt bug #565742

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="x86"

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

diff --git 
a/dev-python/python-barbicanclient/python-barbicanclient-3.3.0.ebuild 
b/dev-python/python-barbicanclient/python-barbicanclient-3.3.0.ebuild
index e917fef..d3b2472 100644
--- a/dev-python/python-barbicanclient/python-barbicanclient-3.3.0.ebuild
+++ b/dev-python/python-barbicanclient/python-barbicanclient-3.3.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-barbicanclient/

2015-11-16 Thread Agostino Sarubbo
commit: ca891a41a674bd3679e5bc16ee92a2dc229d462c
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 16 16:12:48 2015 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 16 16:12:48 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca891a41

dev-python/python-barbicanclient: amd64 stable wrt bug #565742

Package-Manager: portage-2.2.20.1
RepoMan-Options: --include-arches="amd64"

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

diff --git 
a/dev-python/python-barbicanclient/python-barbicanclient-3.3.0.ebuild 
b/dev-python/python-barbicanclient/python-barbicanclient-3.3.0.ebuild
index ab44a91..e917fef 100644
--- a/dev-python/python-barbicanclient/python-barbicanclient-3.3.0.ebuild
+++ b/dev-python/python-barbicanclient/python-barbicanclient-3.3.0.ebuild
@@ -13,7 +13,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE=""
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: dev-python/python-barbicanclient/

2015-10-04 Thread Robin H. Johnson
commit: 6266a6c8cb0651eafe6bcf54118440e2ce8d5ec5
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Oct  4 21:28:28 2015 +
Commit: Robin H. Johnson  gentoo  org>
CommitDate: Sun Oct  4 21:28:59 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6266a6c8

dev-python/python-barbicanclient: Bump

Package-Manager: portage-2.2.20.1

 dev-python/python-barbicanclient/Manifest  |  1 +
 .../python-barbicanclient-3.3.0.ebuild | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/dev-python/python-barbicanclient/Manifest 
b/dev-python/python-barbicanclient/Manifest
index 1ec8795..bdacbf6 100644
--- a/dev-python/python-barbicanclient/Manifest
+++ b/dev-python/python-barbicanclient/Manifest
@@ -1,2 +1,3 @@
 DIST python-barbicanclient-3.0.1.tar.gz 38349 SHA256 
d298ee0fc9e785d44148d4590ac0d9eef05d560e379e98f75a7cb35ed6bfc7c8 SHA512 
354d46e85d15af1b91ed4ded55918329d843b7b9d8374bb82a9fde771ca5e71336ecd2bcde65217338f85ffcf8910abb686e0e8853cb8bd0e0022c5298f8392a
 WHIRLPOOL 
b68f792f89df005bd1c14cebb44d6b4ba4aa3d391d66daf9714c74bbadd103f40785e8c9ebb8585a64608b3ff7e47ed102284efeffb1f30d49c2a6d5c9886446
 DIST python-barbicanclient-3.0.3.tar.gz 62286 SHA256 
959aca2ce3af2eed0f57e2fa9f0f9a484e40adc6b371e2c0fcc588aae9ca2b18 SHA512 
0974af19781029b75e9432005fd1a50a3026531927f3718bf42b999e20877cc126a0bdd37c2de311978c132a0bfa7dbe186eb4f2cc022b8aaf2b7dc3e5c9c794
 WHIRLPOOL 
36635ebb89a22c898a70ce77f3dee4a88fa6969e432a63b3d554ae5d0d53cf7d5cbc29d6e63300a7acc543a9cfb0428c1ecd71c1c13994138b5c3d490f5a1d9f
+DIST python-barbicanclient-3.3.0.tar.gz 82210 SHA256 
d5c68354fb5d18a6fcdcd0a0788b3f502dd6ffa57a2e47a1426cce2d63ecb6cf SHA512 
9c9ea055a375cb631f081ac0dc54ff20f60e6f6c3340b0f0a92a91eed4858202d9f85e00b662a8b3b7b5183633d8f5500f6925df5a182b20046d66be48b34e37
 WHIRLPOOL 
94a1d91a2bb8c8aaddfe775e7a5e955eace20e75e6c75707bd56aa62a1538193161d14534c1cd9d91ece5fb57a03f0fa7e71370531c576d1f5c35a0ed113830b

diff --git 
a/dev-python/python-barbicanclient/python-barbicanclient-3.3.0.ebuild 
b/dev-python/python-barbicanclient/python-barbicanclient-3.3.0.ebuild
new file mode 100644
index 000..ab44a91
--- /dev/null
+++ b/dev-python/python-barbicanclient/python-barbicanclient-3.3.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_4 )
+
+inherit distutils-r1
+
+DESCRIPTION="Client library for Barbican API."
+HOMEPAGE="https://github.com/openstack/barbican";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="
+   dev-python/setuptools[${PYTHON_USEDEP}]
+   >=dev-python/pbr-1.4.0[${PYTHON_USEDEP}]
+