* [gentoo-commits] gentoo-x86 commit in dev-python/pyparsing: pyparsing-1.5.3.ebuild ChangeLog
@ 2010-06-29 5:43 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 5+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-06-29 5:43 UTC (permalink / raw
To: gentoo-commits
arfrever 10/06/29 05:43:09
Modified: ChangeLog
Added: pyparsing-1.5.3.ebuild
Log:
Version bump. Add support for Python <2.6 (bug #302890).
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.53 dev-python/pyparsing/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 29 Jun 2010 04:49:49 -0000 1.52
+++ ChangeLog 29 Jun 2010 05:43:09 -0000 1.53
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/pyparsing
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.52 2010/06/29 04:49:49 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.53 2010/06/29 05:43:09 arfrever Exp $
+
+*pyparsing-1.5.3 (29 Jun 2010)
+
+ 29 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ +pyparsing-1.5.3.ebuild, +files/pyparsing-1.5.3-python-3.patch:
+ Version bump. Add support for Python <2.6 (bug #302890).
29 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
pyparsing-1.5.2.ebuild:
1.1 dev-python/pyparsing/pyparsing-1.5.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild?rev=1.1&content-type=text/plain
Index: pyparsing-1.5.3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild,v 1.1 2010/06/29 05:43:09 arfrever Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
inherit distutils eutils
DESCRIPTION="pyparsing is an easy-to-use Python module for text parsing"
HOMEPAGE="http://pyparsing.wikispaces.com/ http://pypi.python.org/pypi/pyparsing"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="doc examples"
DEPEND=""
RDEPEND=""
DISTUTILS_USE_SEPARATE_SOURCE_DIRECTORIES="1"
PYTHON_MODNAME="pyparsing.py"
src_prepare() {
epatch "${FILESDIR}/${P}-python-3.patch"
sed \
-e "s/pyparsing_py3 as pyparsing/pyparsing/" \
-e "s/pyparsing_py3/pyparsing/" \
-i pyparsing_py3.py || die "sed failed"
distutils_src_prepare
}
src_install() {
distutils_src_install
dohtml HowToUsePyparsing.html
dodoc CHANGES
if use doc; then
dohtml -r htmldoc/*
insinto /usr/share/doc/${PF}
doins docs/*.pdf
fi
if use examples; then
insinto /usr/share/doc/${PF}
doins -r examples
fi
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyparsing: pyparsing-1.5.3.ebuild ChangeLog
@ 2010-07-31 23:30 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 5+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-07-31 23:30 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 10/07/31 23:30:49
Modified: pyparsing-1.5.3.ebuild ChangeLog
Log:
x86 stable wrt bug #330607
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.2 dev-python/pyparsing/pyparsing-1.5.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild?r1=1.1&r2=1.2
Index: pyparsing-1.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyparsing-1.5.3.ebuild 29 Jun 2010 05:43:09 -0000 1.1
+++ pyparsing-1.5.3.ebuild 31 Jul 2010 23:30:49 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild,v 1.1 2010/06/29 05:43:09 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild,v 1.2 2010/07/31 23:30:49 phajdan.jr Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="doc examples"
DEPEND=""
1.54 dev-python/pyparsing/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?r1=1.53&r2=1.54
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog 29 Jun 2010 05:43:09 -0000 1.53
+++ ChangeLog 31 Jul 2010 23:30:49 -0000 1.54
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyparsing
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.53 2010/06/29 05:43:09 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.54 2010/07/31 23:30:49 phajdan.jr Exp $
+
+ 31 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ pyparsing-1.5.3.ebuild:
+ x86 stable wrt bug #330607
*pyparsing-1.5.3 (29 Jun 2010)
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyparsing: pyparsing-1.5.3.ebuild ChangeLog
@ 2010-08-01 13:44 Markos Chandras (hwoarang)
0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-08-01 13:44 UTC (permalink / raw
To: gentoo-commits
hwoarang 10/08/01 13:44:32
Modified: pyparsing-1.5.3.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #330607
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.3 dev-python/pyparsing/pyparsing-1.5.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild?r1=1.2&r2=1.3
Index: pyparsing-1.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyparsing-1.5.3.ebuild 31 Jul 2010 23:30:49 -0000 1.2
+++ pyparsing-1.5.3.ebuild 1 Aug 2010 13:44:31 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild,v 1.2 2010/07/31 23:30:49 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild,v 1.3 2010/08/01 13:44:31 hwoarang Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="doc examples"
DEPEND=""
1.55 dev-python/pyparsing/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.55&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.55&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?r1=1.54&r2=1.55
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog 31 Jul 2010 23:30:49 -0000 1.54
+++ ChangeLog 1 Aug 2010 13:44:31 -0000 1.55
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyparsing
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.54 2010/07/31 23:30:49 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.55 2010/08/01 13:44:31 hwoarang Exp $
+
+ 01 Aug 2010; Markos Chandras <hwoarang@gentoo.org> pyparsing-1.5.3.ebuild:
+ Stable on amd64 wrt bug #330607
31 Jul 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
pyparsing-1.5.3.ebuild:
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyparsing: pyparsing-1.5.3.ebuild ChangeLog
@ 2010-08-28 17:10 Raul Porcel (armin76)
0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2010-08-28 17:10 UTC (permalink / raw
To: gentoo-commits
armin76 10/08/28 17:10:59
Modified: pyparsing-1.5.3.ebuild ChangeLog
Log:
alpha/ia64/sparc stable wrt #330607
(Portage version: 2.1.8.3/cvs/Linux ia64)
Revision Changes Path
1.4 dev-python/pyparsing/pyparsing-1.5.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild?r1=1.3&r2=1.4
Index: pyparsing-1.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyparsing-1.5.3.ebuild 1 Aug 2010 13:44:31 -0000 1.3
+++ pyparsing-1.5.3.ebuild 28 Aug 2010 17:10:59 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild,v 1.3 2010/08/01 13:44:31 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild,v 1.4 2010/08/28 17:10:59 armin76 Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="doc examples"
DEPEND=""
1.56 dev-python/pyparsing/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?r1=1.55&r2=1.56
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog 1 Aug 2010 13:44:31 -0000 1.55
+++ ChangeLog 28 Aug 2010 17:10:59 -0000 1.56
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyparsing
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.55 2010/08/01 13:44:31 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.56 2010/08/28 17:10:59 armin76 Exp $
+
+ 28 Aug 2010; Raúl Porcel <armin76@gentoo.org> pyparsing-1.5.3.ebuild:
+ alpha/ia64/sparc stable wrt #330607
01 Aug 2010; Markos Chandras <hwoarang@gentoo.org> pyparsing-1.5.3.ebuild:
Stable on amd64 wrt bug #330607
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyparsing: pyparsing-1.5.3.ebuild ChangeLog
@ 2010-09-28 15:42 Brent Baude (ranger)
0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2010-09-28 15:42 UTC (permalink / raw
To: gentoo-commits
ranger 10/09/28 15:42:13
Modified: pyparsing-1.5.3.ebuild ChangeLog
Log:
stable ppc, bug 330607
(Portage version: 2.1.8.3/cvs/Linux ppc64)
Revision Changes Path
1.5 dev-python/pyparsing/pyparsing-1.5.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild?r1=1.4&r2=1.5
Index: pyparsing-1.5.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyparsing-1.5.3.ebuild 28 Aug 2010 17:10:59 -0000 1.4
+++ pyparsing-1.5.3.ebuild 28 Sep 2010 15:42:13 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild,v 1.4 2010/08/28 17:10:59 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/pyparsing-1.5.3.ebuild,v 1.5 2010/09/28 15:42:13 ranger Exp $
EAPI="3"
SUPPORT_PYTHON_ABIS="1"
@@ -13,7 +13,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="alpha amd64 ia64 ~ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
+KEYWORDS="alpha amd64 ia64 ppc ~ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos"
IUSE="doc examples"
DEPEND=""
1.58 dev-python/pyparsing/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyparsing/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 1 Sep 2010 08:39:07 -0000 1.57
+++ ChangeLog 28 Sep 2010 15:42:13 -0000 1.58
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyparsing
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.57 2010/09/01 08:39:07 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparsing/ChangeLog,v 1.58 2010/09/28 15:42:13 ranger Exp $
+
+ 28 Sep 2010; Brent Baude <ranger@gentoo.org> pyparsing-1.5.3.ebuild:
+ stable ppc, bug 330607
*pyparsing-1.5.5 (01 Sep 2010)
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-09-28 15:42 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-28 17:10 [gentoo-commits] gentoo-x86 commit in dev-python/pyparsing: pyparsing-1.5.3.ebuild ChangeLog Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2010-09-28 15:42 Brent Baude (ranger)
2010-08-01 13:44 Markos Chandras (hwoarang)
2010-07-31 23:30 PaweA Hajdan (phajdan.jr)
2010-06-29 5:43 Arfrever Frehtes Taifersar Arahesis (arfrever)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox