From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id EDF4D13820A for ; Tue, 1 Jan 2013 08:39:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 049A321C00F; Tue, 1 Jan 2013 08:39:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A20F21C00F for ; Tue, 1 Jan 2013 08:39:23 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3411033D8D6 for ; Tue, 1 Jan 2013 08:39:22 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2310) id 518792171D; Tue, 1 Jan 2013 08:39:20 +0000 (UTC) From: "Matt Thode (prometheanfire)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, prometheanfire@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-keystoneclient: python-keystoneclient-9999.ebuild metadata.xml ChangeLog python-keystoneclient-2012.2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: python-keystoneclient-9999.ebuild metadata.xml ChangeLog python-keystoneclient-2012.2.ebuild X-VCS-Directories: dev-python/python-keystoneclient X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130101083920.518792171D@flycatcher.gentoo.org> Date: Tue, 1 Jan 2013 08:39:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 23c4ccd3-347b-40b7-8c8b-6dcceb1bc15c X-Archives-Hash: 1f10d4d6961b98fd4414cd14dd6af1ad prometheanfire 13/01/01 08:39:20 Added: python-keystoneclient-9999.ebuild metadata.xml ChangeLog python-keystoneclient-2012.2.ebuild Log: initial commit of python-keystoneclient (Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3) Revision Changes Path 1.1 dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild?rev=1.1&content-type=text/plain Index: python-keystoneclient-9999.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-9999.ebuild,v 1.1 2013/01/01 08:39:20 prometheanfire Exp $ EAPI=5 #restricted due to packages missing and bad depends in the test ==webob-1.0.8 RESTRICT="test" PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) inherit git-2 distutils-r1 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" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="" IUSE="" #IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/httplib2 dev-python/prettytable dev-python/requests dev-python/simplejson virtual/python-argparse" # test? ( dev-python/Babel # dev-python/coverage # dev-python/iso8601 # dev-python/keyring # dev-python/mock # dev-python/mox # dev-python/nose # dev-python/nose-exclude #not packaged # dev-python/nosehtmloutput #not packaged # >=dev-python/pep8-1.3.3 # >=app-misc/sphinx-1.1.2 # dev-python/unittest2 # >=dev-python/webob-1.0.8 )" # #python_test() { # "${PYTHON} setup.py nosetests || die #} 1.1 dev-python/python-keystoneclient/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== prometheanfire@gentoo.org Matthew Thode A client for the OpenStack Keystone API. 1.1 dev-python/python-keystoneclient/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for dev-python/python-keystoneclient # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/ChangeLog,v 1.1 2013/01/01 08:39:20 prometheanfire Exp $ *python-keystoneclient-9999 (01 Jan 2013) *python-keystoneclient-2012.2 (01 Jan 2013) 01 Jan 2013; Matthew Thode +python-keystoneclient-2012.2.ebuild, +python-keystoneclient-9999.ebuild, +metadata.xml: initial add of python-keystoneclient 1.1 dev-python/python-keystoneclient/python-keystoneclient-2012.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-2012.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-2012.2.ebuild?rev=1.1&content-type=text/plain Index: python-keystoneclient-2012.2.ebuild =================================================================== # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/python-keystoneclient/python-keystoneclient-2012.2.ebuild,v 1.1 2013/01/01 08:39:20 prometheanfire Exp $ EAPI=5 #restricted due to packages missing and bad depends in the test ==webob-1.0.8 RESTRICT="test" PYTHON_COMPAT=( python2_5 python2_6 python2_7 ) inherit distutils-r1 DESCRIPTION="A client for the OpenStack Keystone API." HOMEPAGE="https://github.com/openstack/python-keystoneclient" #SRC_URI="http://launchpad.net/keystone/folsom/${PV}/+download/${P}.tar.gz" SRC_URI="http://launchpad.net/keystone/folsom/folsom-1/+download/${P}~f1.tar.gz" LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" #IUSE="test" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" RDEPEND="dev-python/httplib2 dev-python/prettytable dev-python/requests dev-python/simplejson virtual/python-argparse" # test? ( dev-python/Babel # dev-python/coverage # dev-python/iso8601 # dev-python/keyring # dev-python/mock # dev-python/mox # dev-python/nose # dev-python/nose-exclude #not packaged # dev-python/nosehtmloutput #not packaged # >=dev-python/pep8-1.3.3 # >=app-misc/sphinx-1.1.2 # dev-python/unittest2 # >=dev-python/webob-1.0.8 )" # #python_test() { # "${PYTHON} setup.py nosetests || die #}