public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/python-keystoneclient: python-keystoneclient-9999.ebuild metadata.xml ChangeLog python-keystoneclient-2012.2.ebuild
@ 2013-01-01  8:39 Matt Thode (prometheanfire)
  0 siblings, 0 replies; only message in thread
From: Matt Thode (prometheanfire) @ 2013-01-01  8:39 UTC (permalink / raw
  To: gentoo-commits

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
===================================================================
<?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">
    A client for the OpenStack Keystone API.
  </longdescription>
</pkgmetadata>




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 <prometheanfire@gentoo.org>
  +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
#}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-01-01  8:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-01  8:39 [gentoo-commits] gentoo-x86 commit in dev-python/python-keystoneclient: python-keystoneclient-9999.ebuild metadata.xml ChangeLog python-keystoneclient-2012.2.ebuild Matt Thode (prometheanfire)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox