* [gentoo-commits] gentoo-x86 commit in dev-python/mwlib: mwlib-0.14.0.ebuild ChangeLog
@ 2012-08-29 7:42 99% Patrick Lauer (patrick)
0 siblings, 0 replies; 1+ results
From: Patrick Lauer (patrick) @ 2012-08-29 7:42 UTC (permalink / raw
To: gentoo-commits
patrick 12/08/29 07:42:13
Modified: ChangeLog
Added: mwlib-0.14.0.ebuild
Log:
Bump
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Revision Changes Path
1.17 dev-python/mwlib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mwlib/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mwlib/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mwlib/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/mwlib/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 28 Jun 2012 07:07:01 -0000 1.16
+++ ChangeLog 29 Aug 2012 07:42:13 -0000 1.17
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/mwlib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/mwlib/ChangeLog,v 1.16 2012/06/28 07:07:01 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/mwlib/ChangeLog,v 1.17 2012/08/29 07:42:13 patrick Exp $
+
+*mwlib-0.14.0 (29 Aug 2012)
+
+ 29 Aug 2012; Patrick Lauer <patrick@gentoo.org> +mwlib-0.14.0.ebuild:
+ Bump
*mwlib-0.13.8 (28 Jun 2012)
1.1 dev-python/mwlib/mwlib-0.14.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mwlib/mwlib-0.14.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/mwlib/mwlib-0.14.0.ebuild?rev=1.1&content-type=text/plain
Index: mwlib-0.14.0.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/mwlib/mwlib-0.14.0.ebuild,v 1.1 2012/08/29 07:42:13 patrick Exp $
EAPI=4
PYTHON_DEPEND="2:2.6"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="3.* *-pypy-* *-jython"
DISTUTILS_SRC_TEST=py.test
inherit distutils eutils
DESCRIPTION="Tools for parsing Mediawiki content to other formats"
HOMEPAGE="http://code.pediapress.com/wiki/wiki http://pypi.python.org/pypi/mwlib"
SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.zip"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
RDEPEND="dev-python/lxml
=dev-python/odfpy-0.9*
dev-python/pyPdf
dev-python/pyparsing
dev-python/timelib
virtual/latex-base
>=dev-python/simplejson-2.5
dev-python/gevent
dev-python/bottle
dev-python/apipkg
dev-python/qserve
dev-python/roman
dev-python/py
dev-python/sqlite3dbm"
DEPEND="${RDEPEND}
dev-python/setuptools
app-arch/unzip
doc? ( dev-python/sphinx )"
PYTHON_CFLAGS=("2.* + -fno-strict-aliasing")
DOCS="changelog.rst"
src_prepare() {
# mwlib.apipkg is actually used.
sed -e 's/, "apipkg"//' -i setup.py || die
# Execute odflint script.
sed \
-e "/def _get_odflint_module():/,/odflint = _get_odflint_module()/d" \
-e "s/odflint.lint(path)/os.system('odflint %s' % path)/" \
-i tests/test_odfwriter.py || die
distutils_src_prepare
# Disable test which requires installed mw-zip script.
rm -f tests/test_{nuwiki,redirect,zipwiki}.py
# Disable render test that fails for no apparent reason
rm -f tests/test_render.py
}
src_compile() {
distutils_src_compile
if use doc; then
emake -C docs html
fi
}
src_test() {
distutils_src_test tests
}
src_install() {
distutils_src_install
if use doc; then
dohtml -r docs/_build/html/
fi
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2012-08-29 7:42 99% [gentoo-commits] gentoo-x86 commit in dev-python/mwlib: mwlib-0.14.0.ebuild ChangeLog 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