summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild')
-rw-r--r--dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild12
1 files changed, 4 insertions, 8 deletions
diff --git a/dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild b/dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild
index 81259f0..2f7e840 100644
--- a/dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild
+++ b/dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild
@@ -1,18 +1,15 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
PYTHON_DEPEND=2
SUPPORT_PYTHON_ABIS=1
RESTRICT_PYTHON_ABIS="3.*"
inherit git-2 distutils
-DESCRIPTION="This is a client for the OpenStack Keystone API. There's a Python
-API (the keystoneclient module), and a command-line script (keystone). The
-Keystone 2.0 API is still a moving target, so this module will remain in 'Beta'
-status until the API is finalized and fully implemented."
+DESCRIPTION="A client for the OpenStack Keystone API."
HOMEPAGE="https://github.com/openstack/python-keystoneclient"
EGIT_REPO_URI="https://github.com/openstack/python-keystoneclient.git"
@@ -27,10 +24,9 @@ DEPEND="dev-python/setuptools
dev-python/httplib2
dev-python/mock
dev-python/mox
- dev-python/nose
+ dev-python/nose
dev-python/pep8
dev-python/prettytable
dev-python/simplejson
!sys-auth/keystone"
RDEPEND="${DEPEND}"
-