* [gentoo-commits] gentoo-x86 commit in dev-python/reportlab: reportlab-2.7.ebuild ChangeLog
@ 2014-01-30 15:10 Justin Lecher (jlec)
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2014-01-30 15:10 UTC (permalink / raw
To: gentoo-commits
jlec 14/01/30 15:10:19
Modified: reportlab-2.7.ebuild ChangeLog
Log:
Add Python 3 support
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path
1.2 dev-python/reportlab/reportlab-2.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.7.ebuild?r1=1.1&r2=1.2
Index: reportlab-2.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- reportlab-2.7.ebuild 29 Jan 2014 17:30:11 -0000 1.1
+++ reportlab-2.7.ebuild 30 Jan 2014 15:10:19 -0000 1.2
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.7.ebuild,v 1.1 2014/01/29 17:30:11 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.7.ebuild,v 1.2 2014/01/30 15:10:19 jlec Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7,3_3} )
# Tests crash with pypy
inherit distutils-r1 eutils flag-o-matic prefix
1.101 dev-python/reportlab/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.101&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.101&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?r1=1.100&r2=1.101
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog 29 Jan 2014 17:30:11 -0000 1.100
+++ ChangeLog 30 Jan 2014 15:10:19 -0000 1.101
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/reportlab
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.100 2014/01/29 17:30:11 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.101 2014/01/30 15:10:19 jlec Exp $
+
+ 30 Jan 2014; Justin Lecher <jlec@gentoo.org> reportlab-2.7.ebuild:
+ Add Python 3 support
*reportlab-2.7 (29 Jan 2014)
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/reportlab: reportlab-2.7.ebuild ChangeLog
@ 2014-01-30 15:13 Justin Lecher (jlec)
0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2014-01-30 15:13 UTC (permalink / raw
To: gentoo-commits
jlec 14/01/30 15:13:06
Modified: reportlab-2.7.ebuild ChangeLog
Log:
Drop Python 3 support
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key B9D4F231BD1558AB!)
Revision Changes Path
1.3 dev-python/reportlab/reportlab-2.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/reportlab-2.7.ebuild?r1=1.2&r2=1.3
Index: reportlab-2.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- reportlab-2.7.ebuild 30 Jan 2014 15:10:19 -0000 1.2
+++ reportlab-2.7.ebuild 30 Jan 2014 15:13:06 -0000 1.3
@@ -1,9 +1,9 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.7.ebuild,v 1.2 2014/01/30 15:10:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/reportlab-2.7.ebuild,v 1.3 2014/01/30 15:13:06 jlec Exp $
EAPI="5"
-PYTHON_COMPAT=( python{2_6,2_7,3_3} )
+PYTHON_COMPAT=( python{2_6,2_7} )
# Tests crash with pypy
inherit distutils-r1 eutils flag-o-matic prefix
1.102 dev-python/reportlab/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.102&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?rev=1.102&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/reportlab/ChangeLog?r1=1.101&r2=1.102
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v
retrieving revision 1.101
retrieving revision 1.102
diff -u -r1.101 -r1.102
--- ChangeLog 30 Jan 2014 15:10:19 -0000 1.101
+++ ChangeLog 30 Jan 2014 15:13:06 -0000 1.102
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/reportlab
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.101 2014/01/30 15:10:19 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/reportlab/ChangeLog,v 1.102 2014/01/30 15:13:06 jlec Exp $
+
+ 30 Jan 2014; Justin Lecher <jlec@gentoo.org> reportlab-2.7.ebuild:
+ Drop Python 3 support
30 Jan 2014; Justin Lecher <jlec@gentoo.org> reportlab-2.7.ebuild:
Add Python 3 support
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-01-30 15:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-30 15:13 [gentoo-commits] gentoo-x86 commit in dev-python/reportlab: reportlab-2.7.ebuild ChangeLog Justin Lecher (jlec)
-- strict thread matches above, loose matches on Subject: below --
2014-01-30 15:10 Justin Lecher (jlec)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox