public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/python-openid: ChangeLog python-openid-2.2.4.ebuild
@ 2010-02-08  8:49 Peter Volkov (pva)
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Volkov (pva) @ 2010-02-08  8:49 UTC (permalink / raw
  To: gentoo-commits

pva         10/02/08 08:49:18

  Modified:             ChangeLog python-openid-2.2.4.ebuild
  Log:
  Add inherit eutils for epatch.
  (Portage version: 2.1.7.17/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	12 Dec 2009 22:25:38 -0000	1.12
+++ ChangeLog	8 Feb 2010 08:49:17 -0000	1.13
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/python-openid
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.12 2009/12/12 22:25:38 arfrever Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.13 2010/02/08 08:49:17 pva Exp $
+
+  08 Feb 2010; Peter Volkov <pva@gentoo.org> python-openid-2.2.4.ebuild:
+  Add inherit eutils for epatch.
 
   12 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   python-openid-2.2.4.ebuild:



1.4                  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.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild?r1=1.3&r2=1.4

Index: python-openid-2.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-openid-2.2.4.ebuild	12 Dec 2009 22:25:38 -0000	1.3
+++ python-openid-2.2.4.ebuild	8 Feb 2010 08:49:17 -0000	1.4
@@ -1,13 +1,13 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.3 2009/12/12 22:25:38 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild,v 1.4 2010/02/08 08:49:17 pva Exp $
 
 EAPI="2"
 
 NEED_PYTHON="2.5"
 SUPPORT_PYTHON_ABIS="1"
 
-inherit distutils
+inherit eutils distutils
 
 DESCRIPTION="OpenID support for servers and consumers."
 HOMEPAGE="http://www.openidenabled.com/openid/libraries/python/"






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/python-openid: ChangeLog python-openid-2.2.4.ebuild
@ 2009-12-12 22:25 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-12-12 22:25 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/12/12 22:25:38

  Modified:             ChangeLog python-openid-2.2.4.ebuild
  Log:
  Fix tests (bug #295962).
  (Portage version: 15055-svn/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	1 Oct 2009 01:42:56 -0000	1.11
+++ ChangeLog	12 Dec 2009 22:25:38 -0000	1.12
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-openid
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.11 2009/10/01 01:42:56 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.12 2009/12/12 22:25:38 arfrever Exp $
+
+  12 Dec 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  python-openid-2.2.4.ebuild:
+  Fix tests (bug #295962).
 
   01 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
   python-openid-2.2.4.ebuild:



1.3                  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.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild?r1=1.2&r2=1.3

Index: python-openid-2.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-openid-2.2.4.ebuild	1 Oct 2009 01:42:56 -0000	1.2
+++ python-openid-2.2.4.ebuild	12 Dec 2009 22:25:38 -0000	1.3
@@ -1,6 +1,6 @@
 # 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.2 2009/10/01 01:42:56 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild,v 1.3 2009/12/12 22:25:38 arfrever Exp $
 
 EAPI="2"
 
@@ -31,6 +31,9 @@
 
 	# Patch to fix confusion with localhost/127.0.0.1
 	epatch "${FILESDIR}/${PN}-2.0.0-gentoo-test_fetchers.diff"
+
+	# Disable broken tests from from examples/djopenid.
+	sed -e "s/django_failures =.*/django_failures = 0/" -i admin/runtests || die "sed admin/runtests failed"
 }
 
 src_test() {






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/python-openid: ChangeLog python-openid-2.2.4.ebuild
@ 2009-10-01  1:42 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 4+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-10-01  1:42 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/10/01 01:42:56

  Modified:             ChangeLog python-openid-2.2.4.ebuild
  Log:
  Set SUPPORT_PYTHON_ABIS.
  (Portage version: 14469-svn/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	3 Sep 2009 22:47:49 -0000	1.10
+++ ChangeLog	1 Oct 2009 01:42:56 -0000	1.11
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/python-openid
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/ChangeLog,v 1.11 2009/10/01 01:42:56 arfrever Exp $
+
+  01 Oct 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  python-openid-2.2.4.ebuild:
+  Set SUPPORT_PYTHON_ABIS.
 
 *python-openid-2.2.4 (03 Sep 2009)
 



1.2                  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.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild?r1=1.1&r2=1.2

Index: python-openid-2.2.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-openid-2.2.4.ebuild	3 Sep 2009 22:47:49 -0000	1.1
+++ python-openid-2.2.4.ebuild	1 Oct 2009 01:42:56 -0000	1.2
@@ -1,8 +1,11 @@
 # 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 $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/python-openid/python-openid-2.2.4.ebuild,v 1.2 2009/10/01 01:42:56 arfrever Exp $
 
-NEED_PYTHON=2.3
+EAPI="2"
+
+NEED_PYTHON="2.5"
+SUPPORT_PYTHON_ABIS="1"
 
 inherit distutils
 
@@ -15,22 +18,29 @@
 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 )
-	)
+RDEPEND="mysql? ( >=dev-python/mysql-python-1.2.2 )
 	postgres? ( dev-python/psycopg )
-	mysql? ( >=dev-python/mysql-python-1.2.2 )"
+	sqlite? ( || ( dev-lang/python[sqlite] >=dev-python/pysqlite-2 ) )"
 DEPEND="${RDEPEND}"
+RESTRICT_PYTHON_ABIS="3.*"
 
 PYTHON_MODNAME="openid"
 
-src_unpack() {
-	distutils_src_unpack
+src_prepare() {
+	distutils_src_prepare
 
 	# Patch to fix confusion with localhost/127.0.0.1
-	epatch "${FILESDIR}"/${PN}-2.0.0-gentoo-test_fetchers.diff
+	epatch "${FILESDIR}/${PN}-2.0.0-gentoo-test_fetchers.diff"
+}
+
+src_test() {
+	# Remove test that requires running db server.
+	sed -e '/storetest/d' -i admin/runtests
+
+	testing() {
+		"$(PYTHON)" admin/runtests
+	}
+	python_execute_function testing
 }
 
 src_install() {
@@ -43,10 +53,3 @@
 		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"
-}






^ permalink raw reply	[flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/python-openid: ChangeLog python-openid-2.2.4.ebuild
@ 2009-09-03 22:47 Patrick Lauer (patrick)
  0 siblings, 0 replies; 4+ messages in thread
From: Patrick Lauer (patrick) @ 2009-09-03 22:47 UTC (permalink / raw
  To: gentoo-commits

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"
}






^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-02-08  8:49 UTC | newest]

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

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