public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer (patrick)" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/python-openid: ChangeLog python-openid-2.2.4.ebuild
Date: Thu, 03 Sep 2009 22:47:49 +0000	[thread overview]
Message-ID: <E1MjL5p-0001p4-Pt@stork.gentoo.org> (raw)

patrick     09/09/03 22:47:49

  Modified:             ChangeLog
  Added:                python-openid-2.2.4.ebuild
  Log:
  Bump to 2.2.4, fixes #283621
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-python/python-openid/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-openid/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-openid/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-openid/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	6 Oct 2008 16:40:05 -0000	1.9
+++ ChangeLog	3 Sep 2009 22:47:49 -0000	1.10
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/python-openid
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.9 2008/10/06 16:40:05 hawking Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.10 2009/09/03 22:47:49 patrick Exp $
+
+*python-openid-2.2.4 (03 Sep 2009)
+
+  03 Sep 2009; Patrick Lauer <patrick@gentoo.org>
+  +python-openid-2.2.4.ebuild:
+  Bump to 2.2.4, fixes #283621
 
 *python-openid-2.2.1 (06 Oct 2008)
 



1.1                  dev-python/python-openid/python-openid-2.2.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild?rev=1.1&content-type=text/plain

Index: python-openid-2.2.4.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild,v 1.1 2009/09/03 22:47:49 patrick Exp $

NEED_PYTHON=2.3

inherit distutils

DESCRIPTION="OpenID support for servers and consumers."
HOMEPAGE="http://www.openidenabled.com/openid/libraries/python/"
SRC_URI="http://www.openidenabled.com/files/${PN}/packages/${P}.tar.bz2"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples mysql postgres sqlite"

RDEPEND="|| ( >=dev-lang/python-2.5 dev-python/elementtree )
	|| ( >=dev-lang/python-2.5 dev-python/pycrypto )
	sqlite? (
		|| ( >=dev-lang/python-2.5 >=dev-python/pysqlite-2 )
	)
	postgres? ( dev-python/psycopg )
	mysql? ( >=dev-python/mysql-python-1.2.2 )"
DEPEND="${RDEPEND}"

PYTHON_MODNAME="openid"

src_unpack() {
	distutils_src_unpack

	# Patch to fix confusion with localhost/127.0.0.1
	epatch "${FILESDIR}"/${PN}-2.0.0-gentoo-test_fetchers.diff
}

src_install() {
	distutils_src_install

	use doc && dohtml doc/*

	if use examples ; then
		insinto /usr/share/doc/${PF}
		doins -r examples
	fi
}

src_test() {
	#Remove test that requires running db server
	sed -e '/storetest/d' -i admin/runtests

	"${python}" admin/runtests || die "tests failed"
}






             reply	other threads:[~2009-09-03 17:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-03 22:47 Patrick Lauer (patrick) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-10-01  1:42 [gentoo-commits] gentoo-x86 commit in dev-python/python-openid: ChangeLog python-openid-2.2.4.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-12-12 22:25 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-02-08  8:49 Peter Volkov (pva)

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=E1MjL5p-0001p4-Pt@stork.gentoo.org \
    --to=patrick@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