* [gentoo-commits] gentoo-x86 commit in dev-python/mwlib: ChangeLog mwlib-0.12.13.ebuild
@ 2010-07-20 1:48 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-07-20 1:48 UTC (permalink / raw
To: gentoo-commits
arfrever 10/07/20 01:48:44
Modified: ChangeLog
Added: mwlib-0.12.13.ebuild
Log:
Version bump. Fixed dependency on odfpy in setup.py (bug #299740).
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.7 dev-python/mwlib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mwlib/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mwlib/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mwlib/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mwlib/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 3 Jul 2010 21:52:22 -0000 1.6
+++ ChangeLog 20 Jul 2010 01:48:44 -0000 1.7
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/mwlib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mwlib/ChangeLog,v 1.6 2010/07/03 21:52:22 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mwlib/ChangeLog,v 1.7 2010/07/20 01:48:44 arfrever Exp $
+
+*mwlib-0.12.13 (20 Jul 2010)
+
+ 20 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ -mwlib-0.12.12.ebuild, +mwlib-0.12.13.ebuild:
+ Version bump. Fixed dependency on odfpy in setup.py (bug #299740).
03 Jul 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
mwlib-0.12.12.ebuild:
1.1 dev-python/mwlib/mwlib-0.12.13.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mwlib/mwlib-0.12.13.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mwlib/mwlib-0.12.13.ebuild?rev=1.1&content-type=text/plain
Index: mwlib-0.12.13.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mwlib/mwlib-0.12.13.ebuild,v 1.1 2010/07/20 01:48:44 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4 3.*"
inherit distutils
DESCRIPTION="Tools for parsing Mediawiki content to other formats"
HOMEPAGE="http://code.pediapress.com/wiki/wiki http://pypi.python.org/pypi/mwlib"
SRC_URI="http://pypi.python.org/packages/source/m/mwlib/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="dev-lang/perl
>=dev-python/flup-1.0
dev-python/imaging
>=dev-python/lockfile-0.8
dev-python/lxml
=dev-python/odfpy-0.9*
>=dev-python/pyPdf-1.12
>=dev-python/pyparsing-1.4.11
>=dev-python/timelib-0.2
>=dev-python/twisted-9.0.0-r1
>=dev-python/twisted-web-9.0.0
>=dev-python/webob-0.9
virtual/latex-base
|| ( >=dev-lang/python-2.6 >=dev-python/simplejson-1.3 )"
DEPEND="${RDEPEND}
dev-python/setuptools"
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/mwlib: ChangeLog mwlib-0.12.13.ebuild
@ 2010-10-30 5:20 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-10-30 5:20 UTC (permalink / raw
To: gentoo-commits
arfrever 10/10/30 05:20:00
Modified: ChangeLog mwlib-0.12.13.ebuild
Log:
Use PyPI mirrors. Fix dependencies.
(Portage version: 2.2.0_alpha2_p2/cvs/Linux x86_64)
Revision Changes Path
1.8 dev-python/mwlib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mwlib/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mwlib/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mwlib/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mwlib/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 20 Jul 2010 01:48:44 -0000 1.7
+++ ChangeLog 30 Oct 2010 05:20:00 -0000 1.8
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/mwlib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mwlib/ChangeLog,v 1.7 2010/07/20 01:48:44 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mwlib/ChangeLog,v 1.8 2010/10/30 05:20:00 arfrever Exp $
+
+ 30 Oct 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ mwlib-0.12.13.ebuild:
+ Use PyPI mirrors. Fix dependencies.
*mwlib-0.12.13 (20 Jul 2010)
1.2 dev-python/mwlib/mwlib-0.12.13.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mwlib/mwlib-0.12.13.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mwlib/mwlib-0.12.13.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mwlib/mwlib-0.12.13.ebuild?r1=1.1&r2=1.2
Index: mwlib-0.12.13.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mwlib/mwlib-0.12.13.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mwlib-0.12.13.ebuild 20 Jul 2010 01:48:44 -0000 1.1
+++ mwlib-0.12.13.ebuild 30 Oct 2010 05:20:00 -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/mwlib/mwlib-0.12.13.ebuild,v 1.1 2010/07/20 01:48:44 arfrever Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mwlib/mwlib-0.12.13.ebuild,v 1.2 2010/10/30 05:20:00 arfrever Exp $
EAPI="3"
PYTHON_DEPEND="2:2.5"
@@ -11,7 +11,7 @@
DESCRIPTION="Tools for parsing Mediawiki content to other formats"
HOMEPAGE="http://code.pediapress.com/wiki/wiki http://pypi.python.org/pypi/mwlib"
-SRC_URI="http://pypi.python.org/packages/source/m/mwlib/${P}.tar.gz"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
@@ -31,7 +31,7 @@
>=dev-python/twisted-web-9.0.0
>=dev-python/webob-0.9
virtual/latex-base
- || ( >=dev-lang/python-2.6 >=dev-python/simplejson-1.3 )"
+ || ( dev-lang/python:2.7 dev-lang/python:2.6 >=dev-python/simplejson-1.3 )"
DEPEND="${RDEPEND}
dev-python/setuptools"
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-10-30 5:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-30 5:20 [gentoo-commits] gentoo-x86 commit in dev-python/mwlib: ChangeLog mwlib-0.12.13.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)
-- strict thread matches above, loose matches on Subject: below --
2010-07-20 1:48 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