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

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

dev-python/castellan: Remove old

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

 dev-python/castellan/Manifest   |  1 -
 dev-python/castellan/castellan-1.2.2.ebuild | 35 -
 2 files changed, 36 deletions(-)

diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
index ed6fc2c0dce..2bf4ddb5734 100644
--- a/dev-python/castellan/Manifest
+++ b/dev-python/castellan/Manifest
@@ -1,2 +1 @@
-DIST castellan-1.2.2.tar.gz 67085 BLAKE2B 
5a6af5fd91e1371ed9024bf09f31bc5b9e7d55455a61c6c23f62fe84d80f717e83c96f2c72375c37537fe4fb7484b7a16e668f6e37ffa14bfa04f6e1fb69eaeb
 SHA512 
3777180ecc2a2a26c917d89dff28d2ff9e20e1de86249b0e5cda63027394dd8b5a763314135bebba3d2b6194825068c9a7c1c32a4a1e3185caaed74a105aa032
 DIST castellan-3.6.0.tar.gz 70924 BLAKE2B 
bbd9bf5b411332d5454b4c0d69b63c16b751f8e23c01e723a95acbc722f57fb5f1286c20855b9a9a0e36607737e417f9c5b02a1f7ea4e394c210fa812feb6323
 SHA512 
d2eb7d7e9ecf29f43d16f0d95dbc18165bde7c9087670fde817fc476a58d57cd3765e9706e4108da99159065748b78dc1f25b9a6ae024359ed98ea5a10dfe3c4

diff --git a/dev-python/castellan/castellan-1.2.2.ebuild 
b/dev-python/castellan/castellan-1.2.2.ebuild
deleted file mode 100644
index c4f7e0a848a..000
--- a/dev-python/castellan/castellan-1.2.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_7 )
-
-inherit distutils-r1
-
-DESCRIPTION="Generic Key Manager interface for OpenStack"
-HOMEPAGE="https://pypi.org/project/castellan/;
-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/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
-   >=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-6.4.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
-"



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

2020-11-29 Thread Agostino Sarubbo
commit: 70e9bdcdcb75b6de63ac37c5838b686f3adec4ad
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Nov 29 08:14:50 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Nov 29 08:14:50 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70e9bdcd

dev-python/castellan: amd64/x86 stable (ALLARCHES policy) wrt bug #756445

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Agostino Sarubbo  gentoo.org>

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

diff --git a/dev-python/castellan/castellan-3.6.0.ebuild 
b/dev-python/castellan/castellan-3.6.0.ebuild
index 382236424da..036e5deff55 100644
--- a/dev-python/castellan/castellan-3.6.0.ebuild
+++ b/dev-python/castellan/castellan-3.6.0.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"
 
 CDEPEND="
>=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]



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

2020-11-25 Thread Michał Górny
commit: be4cbdc953fbdc8bb9b78ee0faf1a01f7fd9d110
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Nov 25 10:07:37 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Nov 25 10:07:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be4cbdc9

dev-python/castellan: Mark ALLARCHES

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

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

diff --git a/dev-python/castellan/metadata.xml 
b/dev-python/castellan/metadata.xml
index c9cdba5de5c..d2f19faabdf 100644
--- a/dev-python/castellan/metadata.xml
+++ b/dev-python/castellan/metadata.xml
@@ -5,6 +5,7 @@
prometheanf...@gentoo.org
Matthew Thode

+   

castellan




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

2020-10-17 Thread Matthew Thode
commit: 824261d6edae4677fd7d32eb465c213b97b17640
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Oct 18 03:23:35 2020 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sun Oct 18 03:48:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=824261d6

dev-python/castellan: 3.6.0 bump

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

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

diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
index 40739db826d..ed6fc2c0dce 100644
--- a/dev-python/castellan/Manifest
+++ b/dev-python/castellan/Manifest
@@ -1 +1,2 @@
 DIST castellan-1.2.2.tar.gz 67085 BLAKE2B 
5a6af5fd91e1371ed9024bf09f31bc5b9e7d55455a61c6c23f62fe84d80f717e83c96f2c72375c37537fe4fb7484b7a16e668f6e37ffa14bfa04f6e1fb69eaeb
 SHA512 
3777180ecc2a2a26c917d89dff28d2ff9e20e1de86249b0e5cda63027394dd8b5a763314135bebba3d2b6194825068c9a7c1c32a4a1e3185caaed74a105aa032
+DIST castellan-3.6.0.tar.gz 70924 BLAKE2B 
bbd9bf5b411332d5454b4c0d69b63c16b751f8e23c01e723a95acbc722f57fb5f1286c20855b9a9a0e36607737e417f9c5b02a1f7ea4e394c210fa812feb6323
 SHA512 
d2eb7d7e9ecf29f43d16f0d95dbc18165bde7c9087670fde817fc476a58d57cd3765e9706e4108da99159065748b78dc1f25b9a6ae024359ed98ea5a10dfe3c4

diff --git a/dev-python/castellan/castellan-3.6.0.ebuild 
b/dev-python/castellan/castellan-3.6.0.ebuild
new file mode 100644
index 000..382236424da
--- /dev/null
+++ b/dev-python/castellan/castellan-3.6.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{7,8} )
+
+inherit distutils-r1
+
+DESCRIPTION="Generic Key Manager interface for OpenStack"
+HOMEPAGE="https://pypi.org/project/castellan/;
+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}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+"
+RDEPEND="
+   >=dev-python/pbr-2.0.0[${PYTHON_USEDEP}]
+   !~dev-python/pbr-2.1.0[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-2.7[${PYTHON_USEDEP}]
+   >=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-6.4.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+   >=dev-python/requests-2.18.0[${PYTHON_USEDEP}]
+   !~dev-python/requests-2.20.0[${PYTHON_USEDEP}]
+"



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

2019-05-11 Thread Matthew Thode
commit: 329b870e4336aca3a7b17dd8a3a2e612fa93ab47
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat May 11 18:59:40 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Sat May 11 19:05:48 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=329b870e

dev-python/castellan: 1.2.2 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/castellan/castellan-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/castellan/castellan-1.2.2.ebuild 
b/dev-python/castellan/castellan-1.2.2.ebuild
index b2cdb27bb24..b9201cc5b8e 100644
--- a/dev-python/castellan/castellan-1.2.2.ebuild
+++ b/dev-python/castellan/castellan-1.2.2.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/castellan/

2019-04-09 Thread Matthew Thode
commit: 89a0c1e6967f3fd6ef5a736bd06e84d6316ac6f7
Author: Matthew Thode  gentoo  org>
AuthorDate: Wed Apr 10 04:17:04 2019 +
Commit: Matthew Thode  gentoo  org>
CommitDate: Wed Apr 10 05:07:59 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89a0c1e6

dev-python/castellan: 1.2.2 bump

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

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

diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
index 1db59b48815..2df9e1571d6 100644
--- a/dev-python/castellan/Manifest
+++ b/dev-python/castellan/Manifest
@@ -1,2 +1,3 @@
 DIST castellan-0.12.2.tar.gz 50938 BLAKE2B 
03cec0cd85042c482432bef7a0115413a9ea03aab0dc1d4a65b5cb9893b57e2164a5174fb984c8ffcd190b27f9c26552dc242f9d79e3d60dce5a4a27479e
 SHA512 
11ed1eb7fa1e5721f26afe23299ac7b0d13b4570b1f0670f4b13ac05149bdb9b9daa85cd1b29374f7d67eaa22957088b2f42313e23d8c0adf4edef108f7b44d9
 DIST castellan-0.17.0.tar.gz 61193 BLAKE2B 
91f9a4d6b495bd4bb8f1f00a9b2435a892a7ea2f6f64d36423aee3c87250deda73cdcb2070e12cb1c38c5ca716c4365d489990e7b07f35fa7e6e597eda442af7
 SHA512 
21b702cf73cf62456d677d01706f23e9d64c726d06d867d61559b0b221e016f519c067c1f10e540fb25bb73841ef633b7b4a602ed13ae64456aaa4843ee19c53
+DIST castellan-1.2.2.tar.gz 67085 BLAKE2B 
5a6af5fd91e1371ed9024bf09f31bc5b9e7d55455a61c6c23f62fe84d80f717e83c96f2c72375c37537fe4fb7484b7a16e668f6e37ffa14bfa04f6e1fb69eaeb
 SHA512 
3777180ecc2a2a26c917d89dff28d2ff9e20e1de86249b0e5cda63027394dd8b5a763314135bebba3d2b6194825068c9a7c1c32a4a1e3185caaed74a105aa032

diff --git a/dev-python/castellan/castellan-1.2.2.ebuild 
b/dev-python/castellan/castellan-1.2.2.ebuild
new file mode 100644
index 000..ed896641438
--- /dev/null
+++ b/dev-python/castellan/castellan-1.2.2.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="Generic Key Manager interface for OpenStack"
+HOMEPAGE="https://pypi.org/project/castellan/;
+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/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-2.1[${PYTHON_USEDEP}]
+   >=dev-python/python-barbicanclient-4.5.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-6.4.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.36.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.4.0[${PYTHON_USEDEP}]
+"



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

2018-06-26 Thread Pacho Ramos
commit: d1642dccf757b1dc0342a8efe8e96c538fb433b1
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Jun 26 20:09:08 2018 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Jun 26 20:29:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1642dcc

dev-python/castellan: Support python3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

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

diff --git a/dev-python/castellan/castellan-0.17.0.ebuild 
b/dev-python/castellan/castellan-0.17.0.ebuild
index 6cf7e57b00c..b522983852c 100644
--- a/dev-python/castellan/castellan-0.17.0.ebuild
+++ b/dev-python/castellan/castellan-0.17.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/castellan/

2018-02-22 Thread Matt Thode
commit: 50251df99cab43bbbaeb6f751e92a2287c431e43
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Feb 22 19:48:15 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Feb 22 19:59:03 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50251df9

dev-python/castellan: 0.17.0 bup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/castellan/Manifest|  1 +
 dev-python/castellan/castellan-0.17.0.ebuild | 38 
 2 files changed, 39 insertions(+)

diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
index c5aed3b7082..1db59b48815 100644
--- a/dev-python/castellan/Manifest
+++ b/dev-python/castellan/Manifest
@@ -1 +1,2 @@
 DIST castellan-0.12.2.tar.gz 50938 BLAKE2B 
03cec0cd85042c482432bef7a0115413a9ea03aab0dc1d4a65b5cb9893b57e2164a5174fb984c8ffcd190b27f9c26552dc242f9d79e3d60dce5a4a27479e
 SHA512 
11ed1eb7fa1e5721f26afe23299ac7b0d13b4570b1f0670f4b13ac05149bdb9b9daa85cd1b29374f7d67eaa22957088b2f42313e23d8c0adf4edef108f7b44d9
+DIST castellan-0.17.0.tar.gz 61193 BLAKE2B 
91f9a4d6b495bd4bb8f1f00a9b2435a892a7ea2f6f64d36423aee3c87250deda73cdcb2070e12cb1c38c5ca716c4365d489990e7b07f35fa7e6e597eda442af7
 SHA512 
21b702cf73cf62456d677d01706f23e9d64c726d06d867d61559b0b221e016f519c067c1f10e540fb25bb73841ef633b7b4a602ed13ae64456aaa4843ee19c53

diff --git a/dev-python/castellan/castellan-0.17.0.ebuild 
b/dev-python/castellan/castellan-0.17.0.ebuild
new file mode 100644
index 000..8f408674d4b
--- /dev/null
+++ b/dev-python/castellan/castellan-0.17.0.ebuild
@@ -0,0 +1,38 @@
+# 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="Generic Key Manager interface for OpenStack"
+HOMEPAGE="https://pypi.python.org/pypi/castellan;
+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/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.9[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-2.0[${PYTHON_USEDEP}]
+   >=dev-python/python-barbicanclient-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/python-barbicanclient-4.5.0[${PYTHON_USEDEP}]
+   !~dev-python/python-barbicanclient-4.5.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-5.1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.19.2[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-3.15.3[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.30.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.33.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.3.0[${PYTHON_USEDEP}]
+"



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

2018-02-03 Thread Matt Thode
commit: 7ffba28b463b621342b94077639696d3fabb8f95
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb  4 00:52:24 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Feb  4 00:52:24 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ffba28b

dev-python/castellan: 0.12.2 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 dev-python/castellan/Manifest|  2 --
 dev-python/castellan/castellan-0.12.1.ebuild | 41 
 dev-python/castellan/castellan-0.12.2.ebuild |  2 +-
 dev-python/castellan/castellan-0.4.0.ebuild  | 30 
 4 files changed, 1 insertion(+), 74 deletions(-)

diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
index ef2cc2bf00d..c5aed3b7082 100644
--- a/dev-python/castellan/Manifest
+++ b/dev-python/castellan/Manifest
@@ -1,3 +1 @@
-DIST castellan-0.12.1.tar.gz 50245 BLAKE2B 
93f56301ffb57f44fd89fccafa5a2aaede3a3b8f54bf223e1e2a3cc1f14304b2d153557d62f884140512ef72747268b9f86e1102b067a0810bf8235df2e72a7e
 SHA512 
f5e3a8a6ed6c00caa242d2a2a1431f2ddd56ff0168a62fa825eb90083cc1830fe2d8bc4d21b8ed6d1b5f6d1042cb2ad778d49e6a39b003768a61b9ff4d389027
 DIST castellan-0.12.2.tar.gz 50938 BLAKE2B 
03cec0cd85042c482432bef7a0115413a9ea03aab0dc1d4a65b5cb9893b57e2164a5174fb984c8ffcd190b27f9c26552dc242f9d79e3d60dce5a4a27479e
 SHA512 
11ed1eb7fa1e5721f26afe23299ac7b0d13b4570b1f0670f4b13ac05149bdb9b9daa85cd1b29374f7d67eaa22957088b2f42313e23d8c0adf4edef108f7b44d9
-DIST castellan-0.4.0.tar.gz 49026 BLAKE2B 
f5c4854ce4837a33c6bca369799da2f6b6109a1ebb2bebf47ee93f687214f9388039c237d474ef401b3f983d18af6e4d84f3d6fe3418d3f8989c6811a3f4
 SHA512 
2ccb2a757810c6ec125dbb8832cd09f918f9fbf84836ff69c79872471c7e4e40bc8030e305336ad9821de7c3b93617d39917387a6ab8f68443fb09d3f74d4dd5

diff --git a/dev-python/castellan/castellan-0.12.1.ebuild 
b/dev-python/castellan/castellan-0.12.1.ebuild
deleted file mode 100644
index b2400c1455a..000
--- a/dev-python/castellan/castellan-0.12.1.ebuild
+++ /dev/null
@@ -1,41 +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="Generic Key Manager interface for OpenStack"
-HOMEPAGE="https://pypi.python.org/pypi/castellan;
-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/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-1.6[${PYTHON_USEDEP}]
-   !~dev-python/cryptography-2.0[${PYTHON_USEDEP}]
-   >=dev-python/python-barbicanclient-4.0.0[${PYTHON_USEDEP}]
-   !~dev-python/python-barbicanclient-4.5.0[${PYTHON_USEDEP}]
-   !~dev-python/python-barbicanclient-4.5.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-config-4.3.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-config-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-context-2.14.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-i18n-3.15.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-3.1.0[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/castellan/castellan-0.12.2.ebuild 
b/dev-python/castellan/castellan-0.12.2.ebuild
index cb2b3e5e78b..1ce8247b5de 100644
--- a/dev-python/castellan/castellan-0.12.2.ebuild
+++ b/dev-python/castellan/castellan-0.12.2.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}]

diff --git a/dev-python/castellan/castellan-0.4.0.ebuild 
b/dev-python/castellan/castellan-0.4.0.ebuild
deleted file mode 100644
index aa1c79087c7..000
--- a/dev-python/castellan/castellan-0.4.0.ebuild
+++ /dev/null
@@ -1,30 +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 python3_5 )
-
-inherit distutils-r1
-
-DESCRIPTION="Generic Key Manager interface for OpenStack"
-HOMEPAGE="https://pypi.python.org/pypi/castellan;
-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-1.6[${PYTHON_USEDEP}]"
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-   ${CDEPEND}"
-RDEPEND="
-   ${CDEPEND}
-  

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

2018-01-08 Thread Matt Thode
commit: bee74dc1c29117c1fb4c46d4aea01ad06efb488e
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Jan  8 17:23:58 2018 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Jan  8 17:29:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bee74dc1

dev-python/castellan: 0.12.2 bup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/castellan/Manifest|  1 +
 dev-python/castellan/castellan-0.12.2.ebuild | 41 
 2 files changed, 42 insertions(+)

diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
index d3f7271c297..ef2cc2bf00d 100644
--- a/dev-python/castellan/Manifest
+++ b/dev-python/castellan/Manifest
@@ -1,2 +1,3 @@
 DIST castellan-0.12.1.tar.gz 50245 BLAKE2B 
93f56301ffb57f44fd89fccafa5a2aaede3a3b8f54bf223e1e2a3cc1f14304b2d153557d62f884140512ef72747268b9f86e1102b067a0810bf8235df2e72a7e
 SHA512 
f5e3a8a6ed6c00caa242d2a2a1431f2ddd56ff0168a62fa825eb90083cc1830fe2d8bc4d21b8ed6d1b5f6d1042cb2ad778d49e6a39b003768a61b9ff4d389027
+DIST castellan-0.12.2.tar.gz 50938 BLAKE2B 
03cec0cd85042c482432bef7a0115413a9ea03aab0dc1d4a65b5cb9893b57e2164a5174fb984c8ffcd190b27f9c26552dc242f9d79e3d60dce5a4a27479e
 SHA512 
11ed1eb7fa1e5721f26afe23299ac7b0d13b4570b1f0670f4b13ac05149bdb9b9daa85cd1b29374f7d67eaa22957088b2f42313e23d8c0adf4edef108f7b44d9
 DIST castellan-0.4.0.tar.gz 49026 BLAKE2B 
f5c4854ce4837a33c6bca369799da2f6b6109a1ebb2bebf47ee93f687214f9388039c237d474ef401b3f983d18af6e4d84f3d6fe3418d3f8989c6811a3f4
 SHA512 
2ccb2a757810c6ec125dbb8832cd09f918f9fbf84836ff69c79872471c7e4e40bc8030e305336ad9821de7c3b93617d39917387a6ab8f68443fb09d3f74d4dd5

diff --git a/dev-python/castellan/castellan-0.12.2.ebuild 
b/dev-python/castellan/castellan-0.12.2.ebuild
new file mode 100644
index 000..cb2b3e5e78b
--- /dev/null
+++ b/dev-python/castellan/castellan-0.12.2.ebuild
@@ -0,0 +1,41 @@
+# 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="Generic Key Manager interface for OpenStack"
+HOMEPAGE="https://pypi.python.org/pypi/castellan;
+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/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.6[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-2.0[${PYTHON_USEDEP}]
+   >=dev-python/python-barbicanclient-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/python-barbicanclient-4.5.0[${PYTHON_USEDEP}]
+   !~dev-python/python-barbicanclient-4.5.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-config-4.3.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-config-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-i18n-3.15.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.1.0[${PYTHON_USEDEP}]
+"



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

2017-12-30 Thread Matt Thode
commit: e37164f15bf3c336c4eebd26757cbda1b7577afd
Author: Matthew Thode  gentoo  org>
AuthorDate: Sat Dec 30 17:22:33 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sat Dec 30 17:37:48 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e37164f1

dev-python/castellan: 0.12.1 stable amd64 and x86 with cleanup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/castellan/Manifest|  1 -
 dev-python/castellan/castellan-0.12.0.ebuild | 41 
 dev-python/castellan/castellan-0.12.1.ebuild |  2 +-
 3 files changed, 1 insertion(+), 43 deletions(-)

diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
index 557ca058d42..d3f7271c297 100644
--- a/dev-python/castellan/Manifest
+++ b/dev-python/castellan/Manifest
@@ -1,3 +1,2 @@
-DIST castellan-0.12.0.tar.gz 50497 BLAKE2B 
d5fbe6f0b29ad5dff2031f17d6883715fbf8ab96d3a7705cbb57d5de1c2e13f5f0490893133abc074b91579f6c589939196249553aeb3e7d60a4aca416efac14
 SHA512 
9fe47f9678dc2528cbca652029263db89b71939e70c4f5fddffd1769271c04bec3cad0a7c29a800b646098b3df89fc064049c4fe3887695fe0b5dd6b3146835a
 DIST castellan-0.12.1.tar.gz 50245 BLAKE2B 
93f56301ffb57f44fd89fccafa5a2aaede3a3b8f54bf223e1e2a3cc1f14304b2d153557d62f884140512ef72747268b9f86e1102b067a0810bf8235df2e72a7e
 SHA512 
f5e3a8a6ed6c00caa242d2a2a1431f2ddd56ff0168a62fa825eb90083cc1830fe2d8bc4d21b8ed6d1b5f6d1042cb2ad778d49e6a39b003768a61b9ff4d389027
 DIST castellan-0.4.0.tar.gz 49026 BLAKE2B 
f5c4854ce4837a33c6bca369799da2f6b6109a1ebb2bebf47ee93f687214f9388039c237d474ef401b3f983d18af6e4d84f3d6fe3418d3f8989c6811a3f4
 SHA512 
2ccb2a757810c6ec125dbb8832cd09f918f9fbf84836ff69c79872471c7e4e40bc8030e305336ad9821de7c3b93617d39917387a6ab8f68443fb09d3f74d4dd5

diff --git a/dev-python/castellan/castellan-0.12.0.ebuild 
b/dev-python/castellan/castellan-0.12.0.ebuild
deleted file mode 100644
index b2400c1455a..000
--- a/dev-python/castellan/castellan-0.12.0.ebuild
+++ /dev/null
@@ -1,41 +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="Generic Key Manager interface for OpenStack"
-HOMEPAGE="https://pypi.python.org/pypi/castellan;
-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/Babel-2.3.4[${PYTHON_USEDEP}]
-   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
-   >=dev-python/cryptography-1.6[${PYTHON_USEDEP}]
-   !~dev-python/cryptography-2.0[${PYTHON_USEDEP}]
-   >=dev-python/python-barbicanclient-4.0.0[${PYTHON_USEDEP}]
-   !~dev-python/python-barbicanclient-4.5.0[${PYTHON_USEDEP}]
-   !~dev-python/python-barbicanclient-4.5.1[${PYTHON_USEDEP}]
-   >=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-config-4.3.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-config-4.4.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-context-2.14.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
-   !~dev-python/oslo-i18n-3.15.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
-   >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
-   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
-   >=dev-python/keystoneauth-3.1.0[${PYTHON_USEDEP}]
-"

diff --git a/dev-python/castellan/castellan-0.12.1.ebuild 
b/dev-python/castellan/castellan-0.12.1.ebuild
index 2d93dd3fb60..b2400c1455a 100644
--- a/dev-python/castellan/castellan-0.12.1.ebuild
+++ b/dev-python/castellan/castellan-0.12.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/castellan/

2017-11-29 Thread Matt Thode
commit: df4b4fbd65114ce147b63c400f34c437c32e4801
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Nov 30 05:21:12 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Nov 30 05:42:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df4b4fbd

dev-python/castellan: 0.12.1 bup

Package-Manager: Portage-2.3.14, Repoman-2.3.6

 dev-python/castellan/Manifest|  5 ++--
 dev-python/castellan/castellan-0.12.1.ebuild | 41 
 2 files changed, 44 insertions(+), 2 deletions(-)

diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
index 9394761fdb8..557ca058d42 100644
--- a/dev-python/castellan/Manifest
+++ b/dev-python/castellan/Manifest
@@ -1,2 +1,3 @@
-DIST castellan-0.12.0.tar.gz 50497 SHA256 
22194a1f2084b939652b28deca0f62312636442b0ab50511aff69a4902cf77d4 SHA512 
9fe47f9678dc2528cbca652029263db89b71939e70c4f5fddffd1769271c04bec3cad0a7c29a800b646098b3df89fc064049c4fe3887695fe0b5dd6b3146835a
 WHIRLPOOL 
fe5d0e43dee622ae84210b21f68e54ef4988433a420554a925c465fcd0abedcfb2aa3f50be11085565239c56acb373800759ae3684c4bb53aac3914fa04573dc
-DIST castellan-0.4.0.tar.gz 49026 SHA256 
2ccefefc2036ed0d6c76d735fb70b813e2a02f7adb7fd57e0640d064dce1c883 SHA512 
2ccb2a757810c6ec125dbb8832cd09f918f9fbf84836ff69c79872471c7e4e40bc8030e305336ad9821de7c3b93617d39917387a6ab8f68443fb09d3f74d4dd5
 WHIRLPOOL 
972ef43c96356b4dfd69a5716aa996c6b0ac4ab54a989f8e38e3036e63043a33148e0e475224cfc9c4d7e2e5f122af476553015fc840b6326f599bd472f2f936
+DIST castellan-0.12.0.tar.gz 50497 BLAKE2B 
d5fbe6f0b29ad5dff2031f17d6883715fbf8ab96d3a7705cbb57d5de1c2e13f5f0490893133abc074b91579f6c589939196249553aeb3e7d60a4aca416efac14
 SHA512 
9fe47f9678dc2528cbca652029263db89b71939e70c4f5fddffd1769271c04bec3cad0a7c29a800b646098b3df89fc064049c4fe3887695fe0b5dd6b3146835a
+DIST castellan-0.12.1.tar.gz 50245 BLAKE2B 
93f56301ffb57f44fd89fccafa5a2aaede3a3b8f54bf223e1e2a3cc1f14304b2d153557d62f884140512ef72747268b9f86e1102b067a0810bf8235df2e72a7e
 SHA512 
f5e3a8a6ed6c00caa242d2a2a1431f2ddd56ff0168a62fa825eb90083cc1830fe2d8bc4d21b8ed6d1b5f6d1042cb2ad778d49e6a39b003768a61b9ff4d389027
+DIST castellan-0.4.0.tar.gz 49026 BLAKE2B 
f5c4854ce4837a33c6bca369799da2f6b6109a1ebb2bebf47ee93f687214f9388039c237d474ef401b3f983d18af6e4d84f3d6fe3418d3f8989c6811a3f4
 SHA512 
2ccb2a757810c6ec125dbb8832cd09f918f9fbf84836ff69c79872471c7e4e40bc8030e305336ad9821de7c3b93617d39917387a6ab8f68443fb09d3f74d4dd5

diff --git a/dev-python/castellan/castellan-0.12.1.ebuild 
b/dev-python/castellan/castellan-0.12.1.ebuild
new file mode 100644
index 000..2d93dd3fb60
--- /dev/null
+++ b/dev-python/castellan/castellan-0.12.1.ebuild
@@ -0,0 +1,41 @@
+# 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="Generic Key Manager interface for OpenStack"
+HOMEPAGE="https://pypi.python.org/pypi/castellan;
+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/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.6[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-2.0[${PYTHON_USEDEP}]
+   >=dev-python/python-barbicanclient-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/python-barbicanclient-4.5.0[${PYTHON_USEDEP}]
+   !~dev-python/python-barbicanclient-4.5.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-config-4.3.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-config-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-i18n-3.15.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.1.0[${PYTHON_USEDEP}]
+"



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

2017-08-28 Thread Matt Thode
commit: 3d3b9e87b8a4209fad02cf9aad0642cdd5bde75d
Author: Matthew Thode  gentoo  org>
AuthorDate: Mon Aug 28 18:33:40 2017 +
Commit: Matt Thode  gentoo  org>
CommitDate: Mon Aug 28 18:34:44 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d3b9e87

dev-python/castellan: 0.12.0 bup

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 dev-python/castellan/Manifest|  1 +
 dev-python/castellan/castellan-0.12.0.ebuild | 41 
 2 files changed, 42 insertions(+)

diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
index 33c98606a0a..9394761fdb8 100644
--- a/dev-python/castellan/Manifest
+++ b/dev-python/castellan/Manifest
@@ -1 +1,2 @@
+DIST castellan-0.12.0.tar.gz 50497 SHA256 
22194a1f2084b939652b28deca0f62312636442b0ab50511aff69a4902cf77d4 SHA512 
9fe47f9678dc2528cbca652029263db89b71939e70c4f5fddffd1769271c04bec3cad0a7c29a800b646098b3df89fc064049c4fe3887695fe0b5dd6b3146835a
 WHIRLPOOL 
fe5d0e43dee622ae84210b21f68e54ef4988433a420554a925c465fcd0abedcfb2aa3f50be11085565239c56acb373800759ae3684c4bb53aac3914fa04573dc
 DIST castellan-0.4.0.tar.gz 49026 SHA256 
2ccefefc2036ed0d6c76d735fb70b813e2a02f7adb7fd57e0640d064dce1c883 SHA512 
2ccb2a757810c6ec125dbb8832cd09f918f9fbf84836ff69c79872471c7e4e40bc8030e305336ad9821de7c3b93617d39917387a6ab8f68443fb09d3f74d4dd5
 WHIRLPOOL 
972ef43c96356b4dfd69a5716aa996c6b0ac4ab54a989f8e38e3036e63043a33148e0e475224cfc9c4d7e2e5f122af476553015fc840b6326f599bd472f2f936

diff --git a/dev-python/castellan/castellan-0.12.0.ebuild 
b/dev-python/castellan/castellan-0.12.0.ebuild
new file mode 100644
index 000..2d93dd3fb60
--- /dev/null
+++ b/dev-python/castellan/castellan-0.12.0.ebuild
@@ -0,0 +1,41 @@
+# 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="Generic Key Manager interface for OpenStack"
+HOMEPAGE="https://pypi.python.org/pypi/castellan;
+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/Babel-2.3.4[${PYTHON_USEDEP}]
+   !~dev-python/Babel-2.4.0[${PYTHON_USEDEP}]
+   >=dev-python/cryptography-1.6[${PYTHON_USEDEP}]
+   !~dev-python/cryptography-2.0[${PYTHON_USEDEP}]
+   >=dev-python/python-barbicanclient-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/python-barbicanclient-4.5.0[${PYTHON_USEDEP}]
+   !~dev-python/python-barbicanclient-4.5.1[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-4.0.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-config-4.3.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-config-4.4.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-2.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-i18n-2.1.0[${PYTHON_USEDEP}]
+   !~dev-python/oslo-i18n-3.15.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-3.22.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.20.0[${PYTHON_USEDEP}]
+   >=dev-python/stevedore-1.20.0[${PYTHON_USEDEP}]
+   >=dev-python/keystoneauth-3.1.0[${PYTHON_USEDEP}]
+"



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

2016-03-25 Thread Matt Thode
commit: d649a54a1b2db66ba2937ef6bafe47db610d78b9
Author: Matthew Thode  gentoo  org>
AuthorDate: Fri Mar 25 21:06:25 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Fri Mar 25 21:06:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d649a54a

dev-python/castellan: bup for mitaka

Package-Manager: portage-2.2.26

 dev-python/castellan/Manifest   |  1 +
 dev-python/castellan/castellan-0.4.0.ebuild | 31 +
 2 files changed, 32 insertions(+)

diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
index 7517e38..3645801 100644
--- a/dev-python/castellan/Manifest
+++ b/dev-python/castellan/Manifest
@@ -1 +1,2 @@
 DIST castellan-0.2.1.tar.gz 34989 SHA256 
d2f94c36b84e0ade1a64a8eb4d0081065838d6110931294fb0d013fc3159a9c6 SHA512 
14bbf428988299ae3b80aaa53d79e09e8e1a0533203d056db3cdebe2cdd7e7a4af74517e0ac0c57f9ad845d12282cf12607936252591a894c1916d4fcca71ba5
 WHIRLPOOL 
b61cb1986445635749db3d74aec7b2352ad086434b7eb7fcf617b00317d12d0ee2b8c7d0887f0eb23d73ef37e2ca8544d2862ee1836974b2847d0bddd49738d4
+DIST castellan-0.4.0.tar.gz 49026 SHA256 
2ccefefc2036ed0d6c76d735fb70b813e2a02f7adb7fd57e0640d064dce1c883 SHA512 
2ccb2a757810c6ec125dbb8832cd09f918f9fbf84836ff69c79872471c7e4e40bc8030e305336ad9821de7c3b93617d39917387a6ab8f68443fb09d3f74d4dd5
 WHIRLPOOL 
972ef43c96356b4dfd69a5716aa996c6b0ac4ab54a989f8e38e3036e63043a33148e0e475224cfc9c4d7e2e5f122af476553015fc840b6326f599bd472f2f936

diff --git a/dev-python/castellan/castellan-0.4.0.ebuild 
b/dev-python/castellan/castellan-0.4.0.ebuild
new file mode 100644
index 000..78a2462
--- /dev/null
+++ b/dev-python/castellan/castellan-0.4.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 )
+
+inherit distutils-r1
+
+DESCRIPTION="Generic Key Manager interface for OpenStack"
+HOMEPAGE="https://pypi.python.org/pypi/castellan;
+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-1.6[${PYTHON_USEDEP}]"
+DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
+   ${CDEPEND}"
+RDEPEND="
+   ${CDEPEND}
+   >=dev-python/Babel-1.3
+   >=dev-python/cryptography-1.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-config-3.7.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-context-0.2.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-log-1.14.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-policy-0.5.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-serialization-1.10.0[${PYTHON_USEDEP}]
+   >=dev-python/oslo-utils-3.5.0[${PYTHON_USEDEP}]"



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

2016-02-27 Thread Matt Thode
commit: 78d73ccae804e15d420e80f6d904f288ad9602a9
Author: Matthew Thode  gentoo  org>
AuthorDate: Sun Feb 28 06:52:11 2016 +
Commit: Matt Thode  gentoo  org>
CommitDate: Sun Feb 28 06:52:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78d73cca

dev-python/castellan: keywording arm64

merged on X-C1

Package-Manager: portage-2.2.26

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

diff --git a/dev-python/castellan/castellan-0.2.1.ebuild 
b/dev-python/castellan/castellan-0.2.1.ebuild
index d4715b6..674baae 100644
--- a/dev-python/castellan/castellan-0.2.1.ebuild
+++ b/dev-python/castellan/castellan-0.2.1.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=""
 
 CDEPEND="



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

2015-10-15 Thread Matt Thode
commit: 639ea09b6908d435ac0ee933ac83760f714775cd
Author: Matthew Thode  gentoo  org>
AuthorDate: Thu Oct 15 06:51:22 2015 +
Commit: Matt Thode  gentoo  org>
CommitDate: Thu Oct 15 06:54:46 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639ea09b

dev-python/castellan: adding for openstack liberty

Package-Manager: portage-2.2.20.1

 dev-python/castellan/Manifest   |  1 +
 dev-python/castellan/castellan-0.2.1.ebuild | 33 +
 dev-python/castellan/metadata.xml   | 10 +
 3 files changed, 44 insertions(+)

diff --git a/dev-python/castellan/Manifest b/dev-python/castellan/Manifest
new file mode 100644
index 000..7517e38
--- /dev/null
+++ b/dev-python/castellan/Manifest
@@ -0,0 +1 @@
+DIST castellan-0.2.1.tar.gz 34989 SHA256 
d2f94c36b84e0ade1a64a8eb4d0081065838d6110931294fb0d013fc3159a9c6 SHA512 
14bbf428988299ae3b80aaa53d79e09e8e1a0533203d056db3cdebe2cdd7e7a4af74517e0ac0c57f9ad845d12282cf12607936252591a894c1916d4fcca71ba5
 WHIRLPOOL 
b61cb1986445635749db3d74aec7b2352ad086434b7eb7fcf617b00317d12d0ee2b8c7d0887f0eb23d73ef37e2ca8544d2862ee1836974b2847d0bddd49738d4

diff --git a/dev-python/castellan/castellan-0.2.1.ebuild 
b/dev-python/castellan/castellan-0.2.1.ebuild
new file mode 100644
index 000..bb8f4b7
--- /dev/null
+++ b/dev-python/castellan/castellan-0.2.1.ebuild
@@ -0,0 +1,33 @@
+# 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="Generic Key Manager interface for OpenStack"
+HOMEPAGE="https://pypi.python.org/pypi/castellan;
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND="
+   >=dev-python/pbr-1.6[${PYTHON_USEDEP}]
+   
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+   
+   prometheanf...@gentoo.org
+   Matthew Thode
+   
+   
+   
+