From: "Matt Thode" <prometheanfire@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/castellan/
Date: Thu, 15 Oct 2015 06:55:49 +0000 (UTC) [thread overview]
Message-ID: <1444892086.639ea09b6908d435ac0ee933ac83760f714775cd.prometheanfire@gentoo> (raw)
commit: 639ea09b6908d435ac0ee933ac83760f714775cd
Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 15 06:51:22 2015 +0000
Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org>
CommitDate: Thu Oct 15 06:54:46 2015 +0000
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 0000000..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 0000000..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}]
+ <dev-python/pbr-2.0[${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-2.3.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-context-0.2.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-log-1.8.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-policy-0.5.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-serialization-1.4.0[${PYTHON_USEDEP}]
+ >=dev-python/oslo-utils-2.0.0[${PYTHON_USEDEP}]"
diff --git a/dev-python/castellan/metadata.xml b/dev-python/castellan/metadata.xml
new file mode 100644
index 0000000..d5dfd32
--- /dev/null
+++ b/dev-python/castellan/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>prometheanfire@gentoo.org</email>
+ <name>Matthew Thode</name>
+ </maintainer>
+ <longdescription lang="en">
+ </longdescription>
+</pkgmetadata>
next reply other threads:[~2015-10-15 6:55 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-10-15 6:55 Matt Thode [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-02-28 6:56 [gentoo-commits] repo/gentoo:master commit in: dev-python/castellan/ Matt Thode
2016-03-25 21:22 Matt Thode
2017-08-28 18:35 Matt Thode
2017-11-30 5:42 Matt Thode
2017-12-30 17:38 Matt Thode
2018-01-08 17:29 Matt Thode
2018-02-04 0:57 Matt Thode
2018-02-22 19:59 Matt Thode
2018-06-26 20:29 Pacho Ramos
2019-04-10 5:08 Matthew Thode
2019-05-11 19:06 Matthew Thode
2020-10-18 3:48 Matthew Thode
2020-11-25 10:09 Michał Górny
2020-11-29 8:16 Agostino Sarubbo
2021-05-31 20:31 Michał Górny
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1444892086.639ea09b6908d435ac0ee933ac83760f714775cd.prometheanfire@gentoo \
--to=prometheanfire@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox